Browse Source

first commit

Rousnay 1 năm trước cách đây
commit
deb3682487
100 tập tin đã thay đổi với 33339 bổ sung0 xóa
  1. 26 0
      .env.example
  2. 22 0
      .env2
  3. 3 0
      .gitattributes
  4. 6 0
      .gitignore
  5. 27 0
      .htaccess
  6. 2 0
      .htaccess.lock-26d2a1a982572-1b4b51d2d-7388
  7. 2 0
      .htaccess.lock-3757e32261eab-1b4b51d2d-7388
  8. 2 0
      .htaccess.lock-c80c0d6f516e-1496b4b2d-e8194
  9. 2 0
      .htaccess.lock-ed2361fe5b4d-1496b4b2d-e8194
  10. 20 0
      .htaccess.phpupgrader.8b2d9086
  11. 20 0
      .htaccess.phpupgrader.initial
  12. 23306 0
      DB/revinrco_tmdb.sql
  13. 102 0
      MODEL.php
  14. 12 0
      app/Category.php
  15. 33 0
      app/Console/Commands/Inspire.php
  16. 43 0
      app/Console/Commands/LogTask.php
  17. 33 0
      app/Console/Kernel.php
  18. 8 0
      app/Events/Event.php
  19. 23 0
      app/Exceptions/Handler.php
  20. 191 0
      app/Http/Controllers/Admin/AccountReportController.php
  21. 133 0
      app/Http/Controllers/Admin/AddressBookController.php
  22. 162 0
      app/Http/Controllers/Admin/CommentController.php
  23. 607 0
      app/Http/Controllers/Admin/CompanyController.php
  24. 94 0
      app/Http/Controllers/Admin/DesignationController.php
  25. 111 0
      app/Http/Controllers/Admin/DocumentTypeController.php
  26. 110 0
      app/Http/Controllers/Admin/EducationController.php
  27. 592 0
      app/Http/Controllers/Admin/EmployeeController.php
  28. 86 0
      app/Http/Controllers/Admin/FileUploadController.php
  29. 80 0
      app/Http/Controllers/Admin/FundRequestController.php
  30. 95 0
      app/Http/Controllers/Admin/GradeController.php
  31. 84 0
      app/Http/Controllers/Admin/GradeStructureController.php
  32. 707 0
      app/Http/Controllers/Admin/HomeController.php
  33. 327 0
      app/Http/Controllers/Admin/InvoiceController.php
  34. 182 0
      app/Http/Controllers/Admin/JounalController.php
  35. 49 0
      app/Http/Controllers/Admin/NoteController.php
  36. 101 0
      app/Http/Controllers/Admin/NoticeBoardController.php
  37. 143 0
      app/Http/Controllers/Admin/PayrollController.php
  38. 92 0
      app/Http/Controllers/Admin/PayrollHeadController.php
  39. 83 0
      app/Http/Controllers/Admin/PayrollStructureController.php
  40. 54 0
      app/Http/Controllers/Admin/PermissionController.php
  41. 54 0
      app/Http/Controllers/Admin/ReportTaskController.php
  42. 54 0
      app/Http/Controllers/Admin/RevenueController.php
  43. 77 0
      app/Http/Controllers/Admin/RoleController.php
  44. 650 0
      app/Http/Controllers/Admin/TaskController.php
  45. 67 0
      app/Http/Controllers/Admin/UserGroupController.php
  46. 104 0
      app/Http/Controllers/Admin/UsersController.php
  47. 143 0
      app/Http/Controllers/Admin/VocabularyController.php
  48. 465 0
      app/Http/Controllers/Admin/projectController.php
  49. 598 0
      app/Http/Controllers/ApiController.php
  50. 76 0
      app/Http/Controllers/Auth/AuthController.php
  51. 16 0
      app/Http/Controllers/Auth/PasswordController.php
  52. 13 0
      app/Http/Controllers/CategoryController.php
  53. 151 0
      app/Http/Controllers/Client/CProjectController.php
  54. 326 0
      app/Http/Controllers/Client/CTaskController.php
  55. 60 0
      app/Http/Controllers/Client/ClientController.php
  56. 286 0
      app/Http/Controllers/Client/TicketController.php
  57. 14 0
      app/Http/Controllers/Controller.php
  58. 33 0
      app/Http/Controllers/TaskschedulerController.php
  59. 145 0
      app/Http/Controllers/User/UCommentController.php
  60. 333 0
      app/Http/Controllers/User/UProjectController.php
  61. 503 0
      app/Http/Controllers/User/UTaskController.php
  62. 243 0
      app/Http/Controllers/User/UserController.php
  63. 60 0
      app/Http/Controllers/User/UserController1.php
  64. 41 0
      app/Http/Kernel.php
  65. 30 0
      app/Http/Middleware/Authenticate.php
  66. 22 0
      app/Http/Middleware/Cors.php
  67. 17 0
      app/Http/Middleware/EncryptCookies.php
  68. 26 0
      app/Http/Middleware/RedirectIfAuthenticated.php
  69. 17 0
      app/Http/Middleware/VerifyCsrfToken.php
  70. 10 0
      app/Http/Requests/Request.php
  71. 63 0
      app/Http/ViewComposers/GlobalComposer.php
  72. 373 0
      app/Http/routes.php
  73. 21 0
      app/Jobs/Job.php
  74. 1 0
      app/Listeners/.gitkeep
  75. 33 0
      app/Models/AccountHead.php
  76. 17 0
      app/Models/AccountType.php
  77. 18 0
      app/Models/ActivityLog.php
  78. 16 0
      app/Models/AddressBookModel.php
  79. 26 0
      app/Models/AssignProject.php
  80. 28 0
      app/Models/AssignTask2.php
  81. 10 0
      app/Models/Attendance.php
  82. 16 0
      app/Models/Comment.php
  83. 11 0
      app/Models/CompanyActivity.php
  84. 24 0
      app/Models/CompanyModel.php
  85. 26 0
      app/Models/CompanyService.php
  86. 13 0
      app/Models/Designation.php
  87. 10 0
      app/Models/DocumentType.php
  88. 10 0
      app/Models/EducationLevel.php
  89. 23 0
      app/Models/Employee.php
  90. 13 0
      app/Models/EmployeeDocument.php
  91. 13 0
      app/Models/EmployeeEducation.php
  92. 12 0
      app/Models/EmployeeWorkExperience.php
  93. 15 0
      app/Models/EmploymentDetail.php
  94. 11 0
      app/Models/FileUpload.php
  95. 22 0
      app/Models/FundRequest.php
  96. 15 0
      app/Models/Grade.php
  97. 15 0
      app/Models/GradeStructure.php
  98. 21 0
      app/Models/Group.php
  99. 32 0
      app/Models/Invoice.php
  100. 22 0
      app/Models/InvoiceItems.php

+ 26 - 0
.env.example

@@ -0,0 +1,26 @@
+APP_ENV=local
+APP_DEBUG=true
+APP_KEY=SomeRandomString
+APP_URL=http://localhost
+
+DB_CONNECTION=mysql
+DB_HOST=127.0.0.1
+DB_PORT=3306
+DB_DATABASE=homestead
+DB_USERNAME=homestead
+DB_PASSWORD=secret
+
+CACHE_DRIVER=file
+SESSION_DRIVER=file
+QUEUE_DRIVER=sync
+
+REDIS_HOST=127.0.0.1
+REDIS_PASSWORD=null
+REDIS_PORT=6379
+
+MAIL_DRIVER=smtp
+MAIL_HOST=mailtrap.io
+MAIL_PORT=2525
+MAIL_USERNAME=null
+MAIL_PASSWORD=null
+MAIL_ENCRYPTION=null

+ 22 - 0
.env2

@@ -0,0 +1,22 @@
+APP_ENV=local
+APP_DEBUG=true
+APP_KEY=base64:EHx+h6MfjyWazB34YrUz8KH7KCm1y5/M1W801smG5+Y=
+APP_URL=http://localhost
+
+DB_CONNECTION=mysql
+DB_HOST=127.0.0.1
+DB_PORT=3306
+DB_DATABASE=revinrco_tmdb
+DB_USERNAME=revinrco_tm
+DB_PASSWORD=misterclient453%
+
+CACHE_DRIVER=file
+SESSION_DRIVER=file
+QUEUE_DRIVER=sync
+
+REDIS_HOST=127.0.0.1
+REDIS_PASSWORD=null
+REDIS_PORT=6379
+
+MAIL_DRIVER=sendmail
+

+ 3 - 0
.gitattributes

@@ -0,0 +1,3 @@
+* text=auto
+*.css linguist-vendored
+*.less linguist-vendored

+ 6 - 0
.gitignore

@@ -0,0 +1,6 @@
+/vendor
+/node_modules
+/public/storage
+Homestead.yaml
+Homestead.json
+.env

+ 27 - 0
.htaccess

@@ -0,0 +1,27 @@
+<IfModule mod_rewrite.c>
+    <IfModule mod_negotiation.c>
+        Options -MultiViews
+    </IfModule>
+
+    RewriteEngine On
+
+    # Redirect Trailing Slashes If Not A Folder...
+    RewriteCond %{REQUEST_FILENAME} !-d
+    RewriteRule ^(.*)/$ /$1 [L,R=301]
+
+    # Handle Front Controller...
+    RewriteCond %{REQUEST_FILENAME} !-d
+    RewriteCond %{REQUEST_FILENAME} !-f
+    RewriteRule ^ index.php [L]
+
+    # Handle Authorization Header
+    RewriteCond %{HTTP:Authorization} .
+    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
+</IfModule>
+
+# php -- BEGIN cPanel-generated handler, do not edit
+# Set the “ea-php74” package as the default “PHP” programming language.
+<IfModule mime_module>
+  AddHandler application/x-httpd-ea-php74___lsphp .php .php7 .phtml
+</IfModule>
+# php -- END cPanel-generated handler, do not edit

+ 2 - 0
.htaccess.lock-26d2a1a982572-1b4b51d2d-7388

@@ -0,0 +1,2 @@
+675920
+/etc/yum/universal-hooks/multi_pkgs/posttrans/ea-__WILDCARD__/009-phpconf.pl

+ 2 - 0
.htaccess.lock-3757e32261eab-1b4b51d2d-7388

@@ -0,0 +1,2 @@
+675920
+/etc/yum/universal-hooks/multi_pkgs/posttrans/ea-__WILDCARD__/009-phpconf.pl

+ 2 - 0
.htaccess.lock-c80c0d6f516e-1496b4b2d-e8194

@@ -0,0 +1,2 @@
+676059
+/etc/yum/universal-hooks/multi_pkgs/posttrans/__WILDCARD__-php__WILDCARD__/009-phpconf.pl

+ 2 - 0
.htaccess.lock-ed2361fe5b4d-1496b4b2d-e8194

@@ -0,0 +1,2 @@
+676059
+/etc/yum/universal-hooks/multi_pkgs/posttrans/__WILDCARD__-php__WILDCARD__/009-phpconf.pl

+ 20 - 0
.htaccess.phpupgrader.8b2d9086

@@ -0,0 +1,20 @@
+<IfModule mod_rewrite.c>
+    <IfModule mod_negotiation.c>
+        Options -MultiViews
+    </IfModule>
+
+    RewriteEngine On
+
+    # Redirect Trailing Slashes If Not A Folder...
+    RewriteCond %{REQUEST_FILENAME} !-d
+    RewriteRule ^(.*)/$ /$1 [L,R=301]
+
+    # Handle Front Controller...
+    RewriteCond %{REQUEST_FILENAME} !-d
+    RewriteCond %{REQUEST_FILENAME} !-f
+    RewriteRule ^ index.php [L]
+
+    # Handle Authorization Header
+    RewriteCond %{HTTP:Authorization} .
+    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
+</IfModule>

+ 20 - 0
.htaccess.phpupgrader.initial

@@ -0,0 +1,20 @@
+<IfModule mod_rewrite.c>
+    <IfModule mod_negotiation.c>
+        Options -MultiViews
+    </IfModule>
+
+    RewriteEngine On
+
+    # Redirect Trailing Slashes If Not A Folder...
+    RewriteCond %{REQUEST_FILENAME} !-d
+    RewriteRule ^(.*)/$ /$1 [L,R=301]
+
+    # Handle Front Controller...
+    RewriteCond %{REQUEST_FILENAME} !-d
+    RewriteCond %{REQUEST_FILENAME} !-f
+    RewriteRule ^ index.php [L]
+
+    # Handle Authorization Header
+    RewriteCond %{HTTP:Authorization} .
+    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
+</IfModule>

+ 23306 - 0
DB/revinrco_tmdb.sql

@@ -0,0 +1,23306 @@
+-- phpMyAdmin SQL Dump
+-- version 4.8.0.1
+-- https://www.phpmyadmin.net/
+--
+-- Host: localhost:3306
+-- Generation Time: Feb 06, 2019 at 06:56 AM
+-- Server version: 5.7.19
+-- PHP Version: 7.1.14
+
+SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
+SET AUTOCOMMIT = 0;
+START TRANSACTION;
+SET time_zone = "+00:00";
+
+
+/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
+/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
+/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
+/*!40101 SET NAMES utf8mb4 */;
+
+--
+-- Database: `revinrco_tmdb`
+--
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `acc_head`
+--
+
+CREATE TABLE `acc_head` (
+  `id` int(11) NOT NULL,
+  `type_id` int(11) DEFAULT NULL,
+  `parent_head` int(11) DEFAULT '0',
+  `name` varchar(155) DEFAULT NULL,
+  `opening_balance` decimal(10,2) DEFAULT NULL,
+  `office_id` int(11) DEFAULT '1',
+  `created_at` timestamp NULL DEFAULT NULL,
+  `updated_at` timestamp NULL DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=latin1;
+
+--
+-- Dumping data for table `acc_head`
+--
+
+INSERT INTO `acc_head` (`id`, `type_id`, `parent_head`, `name`, `opening_balance`, `office_id`, `created_at`, `updated_at`) VALUES
+(1, 2, 0, 'Salary', '0.00', 1, '2017-01-03 21:23:05', '2017-01-03 21:23:08'),
+(3, 1, 0, 'Cash in Hand', '50000.00', 1, '2017-01-04 06:00:00', '2017-01-04 06:00:00'),
+(4, 1, 0, 'PBL Account', '0.00', 1, NULL, NULL),
+(5, 3, 0, 'Account Payable', NULL, 1, NULL, NULL),
+(6, 2, 1, 'Ashik Salary', NULL, 1, NULL, NULL),
+(7, 2, 1, 'Shamim\'s Salary', NULL, 1, NULL, NULL),
+(8, 2, 0, 'Office Rent', NULL, 1, NULL, NULL),
+(9, 1, 0, 'Paypal Account', '72.00', 1, '2017-01-05 06:00:00', '2017-01-05 06:00:00'),
+(10, 1, 0, 'Account Receivable', NULL, 1, '2017-01-05 06:00:00', '2017-01-05 06:00:00'),
+(11, 2, 1, 'Zeba\'s Salary', NULL, 1, '2017-01-05 06:00:00', '2017-01-05 06:00:00'),
+(12, 2, 1, 'Shumon Salary', NULL, 1, '2017-01-05 06:00:00', '2017-01-05 06:00:00'),
+(13, 2, 1, 'Sabuj Salary', NULL, 1, '2017-01-05 06:00:00', '2017-01-05 06:00:00'),
+(14, 2, 1, 'Mamun Salary', NULL, 1, '2017-01-05 06:00:00', '2017-01-05 06:00:00'),
+(15, 2, 1, 'Payer Salary', NULL, 1, '2017-01-05 06:00:00', '2017-01-05 06:00:00'),
+(16, 2, 1, 'Sayed Salary', NULL, 1, '2017-01-05 06:00:00', '2017-01-05 06:00:00'),
+(17, 2, 1, 'Maid Salary', NULL, 1, '2017-01-05 06:00:00', '2017-01-05 06:00:00'),
+(18, 2, 1, 'Akib Salary', NULL, 1, '2017-01-05 06:00:00', '2017-01-05 06:00:00'),
+(19, 2, 1, 'Mostafij Salary', NULL, 1, '2017-01-05 06:00:00', '2017-01-05 06:00:00'),
+(20, 2, 1, 'Niloy Salary', NULL, 1, '2017-01-05 06:00:00', '2017-01-05 06:00:00'),
+(21, 4, 0, 'StudyPress Revenue', NULL, 1, NULL, NULL),
+(22, 2, 0, 'Maintenance', NULL, 1, NULL, NULL),
+(23, 4, 0, 'Scan Pack Software', NULL, 1, NULL, NULL),
+(24, 2, 0, 'Miscellaneous ', NULL, 1, NULL, NULL),
+(25, 2, 0, 'Internet Bill', NULL, 1, NULL, NULL),
+(26, 2, 24, 'Office Snacks', NULL, 1, NULL, NULL),
+(27, 1, 0, 'SSLCOMMERZ', '0.00', 1, '2017-01-11 06:00:00', '2017-01-11 06:00:00'),
+(28, 1, 0, 'BKASH', '0.00', 1, '2017-01-11 06:00:00', '2017-01-11 06:00:00'),
+(29, 2, 0, 'Electricity Bill', '0.00', 1, '2017-01-28 06:00:00', '2017-01-28 06:00:00'),
+(30, 2, 0, 'Water Bill', '0.00', 1, '2017-01-28 06:00:00', '2017-01-28 06:00:00'),
+(31, 4, 0, 'Web Application Development', NULL, 1, '2017-02-07 06:00:00', '2017-02-07 06:00:00'),
+(32, 2, 24, 'T/A', NULL, 1, NULL, NULL),
+(33, 2, 24, 'Entertainment', NULL, 1, NULL, NULL),
+(34, 2, 24, 'Mobile Bills', NULL, 1, NULL, NULL),
+(35, 2, 0, 'Electricity Bills', NULL, 1, NULL, NULL),
+(36, 2, 24, 'Council Bills', NULL, 1, NULL, NULL),
+(37, 2, 24, 'Water Bill', NULL, 1, NULL, NULL),
+(38, 2, 24, 'Gas Bill', NULL, 1, NULL, NULL),
+(39, 6, 0, 'Withdrawal', NULL, 1, NULL, NULL),
+(40, 4, 0, 'Maintenance', NULL, 1, '2017-04-12 05:00:00', '2017-04-20 05:00:00'),
+(41, 2, 1, 'Masum Rasul', NULL, 1, '2017-04-05 05:00:00', '2017-04-20 05:00:00'),
+(42, 2, 1, 'Maruf Salary', NULL, 1, '2017-04-01 05:00:00', '2017-04-15 05:00:00'),
+(43, 2, 1, 'Zerin AKter', NULL, 1, NULL, NULL),
+(44, 2, 1, 'Dilruba Akter', NULL, 1, NULL, NULL),
+(45, 2, 1, 'Maruf Al Bashir', NULL, 1, NULL, NULL),
+(46, 2, 24, 'Office Equipment\'s', '0.00', 1, NULL, NULL),
+(47, 2, 24, 'miscellaneous', '0.00', 1, NULL, NULL),
+(48, 5, 0, 'Evan', '0.00', 1, '2017-07-01 05:00:00', '2017-07-01 05:00:00'),
+(49, 2, 0, 'Taxation', NULL, 1, NULL, NULL),
+(50, 5, 0, 'Managing Director', NULL, 1, NULL, NULL),
+(51, 2, 0, 'Advertisement', NULL, 1, '2018-01-01 06:00:00', NULL);
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `acc_type`
+--
+
+CREATE TABLE `acc_type` (
+  `id` int(11) NOT NULL,
+  `name` varchar(155) DEFAULT NULL,
+  `created_at` timestamp NULL DEFAULT NULL,
+  `updated_at` timestamp NULL DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=latin1;
+
+--
+-- Dumping data for table `acc_type`
+--
+
+INSERT INTO `acc_type` (`id`, `name`, `created_at`, `updated_at`) VALUES
+(1, 'Asset', '2017-01-03 21:22:12', '2017-01-03 21:22:16'),
+(2, 'Expense', '2017-01-03 21:22:48', '2017-01-03 21:22:51'),
+(3, 'Liabilities', NULL, NULL),
+(4, 'Income', '2017-01-05 06:00:00', '2017-01-05 06:00:00'),
+(5, 'Equity', '2017-01-05 06:00:00', '2017-01-05 06:00:00'),
+(6, 'System Accounts', '2017-03-01 06:00:00', '2017-03-01 06:00:00');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `activity_log`
+--
+
+CREATE TABLE `activity_log` (
+  `id` int(11) NOT NULL,
+  `msg` varchar(250) CHARACTER SET utf8 COLLATE utf8_danish_ci NOT NULL,
+  `proj_id` int(11) NOT NULL,
+  `task_id` int(11) NOT NULL,
+  `created_at` datetime NOT NULL,
+  `logged_user_id` int(11) NOT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=latin1;
+
+--
+-- Dumping data for table `activity_log`
+--
+
+INSERT INTO `activity_log` (`id`, `msg`, `proj_id`, `task_id`, `created_at`, `logged_user_id`) VALUES
+(1, 'Project:revinr website created.', 14, 0, '2016-08-05 15:29:46', 2),
+(2, 'mostafij assigned.', 14, 0, '2016-08-05 15:31:36', 2),
+(3, 'Task: Career Page created.', 14, 0, '2016-08-05 15:32:11', 2),
+(4, 'Task: Career Page created.', 0, 46, '2016-08-05 15:32:11', 2),
+(5, 'Task: Software development page created.', 14, 0, '2016-08-05 15:32:45', 2),
+(6, 'Task: Software development page created.', 0, 47, '2016-08-05 15:32:45', 2),
+(7, 'User: mostafij added', 0, 46, '2016-08-05 15:33:06', 2),
+(8, 'User: mostafij added', 0, 47, '2016-08-05 15:33:19', 2),
+(9, 'Project:HRM created.', 15, 0, '2016-08-05 15:38:07', 2),
+(10, 'Task: Attendance Report Modification created.', 15, 0, '2016-08-05 15:41:00', 2),
+(11, 'Task: Attendance Report Modification created.', 0, 48, '2016-08-05 15:41:00', 2),
+(12, 'Norazzuman assigned.', 15, 0, '2016-08-05 15:41:28', 2),
+(13, 'User: Norazzuman added', 0, 48, '2016-08-05 15:41:55', 2),
+(14, 'Project:StudyPress News created.', 16, 0, '2016-08-05 16:40:22', 2),
+(15, 'Task: Yunus created.', 16, 0, '2016-08-05 16:43:30', 2),
+(16, 'Task: Yunus created.', 0, 49, '2016-08-05 16:43:30', 2),
+(17, 'Arafat Rahman assigned.', 16, 0, '2016-08-05 16:43:44', 2),
+(18, 'Jamil Shakil assigned.', 16, 0, '2016-08-05 16:43:55', 2),
+(19, 'Task: Olymic : Bangladesh created.', 16, 0, '2016-08-05 16:44:38', 2),
+(20, 'Task: Olymic : Bangladesh created.', 0, 50, '2016-08-05 16:44:38', 2),
+(21, 'Task: 2016 Events created.', 16, 0, '2016-08-05 16:45:21', 2),
+(22, 'Task: 2016 Events created.', 0, 51, '2016-08-05 16:45:21', 2),
+(23, 'User: Arafat Rahman added', 0, 49, '2016-08-05 16:45:43', 2),
+(24, 'User: Arafat Rahman added', 0, 50, '2016-08-05 16:46:17', 2),
+(25, 'User: Jamil Shakil added', 0, 51, '2016-08-05 16:46:28', 2),
+(26, 'Task: Job News  created.', 16, 0, '2016-08-05 16:50:39', 2),
+(27, 'Task: Job News  created.', 0, 52, '2016-08-05 16:50:39', 2),
+(28, 'Shumon  assigned.', 16, 0, '2016-08-05 16:52:15', 2),
+(29, 'User: Shumon  added', 0, 52, '2016-08-05 16:52:57', 2),
+(30, 'User: Shumon  added', 0, 52, '2016-08-05 16:53:02', 2),
+(31, 'Project:Robin & Razu created.', 17, 0, '2016-08-05 16:53:37', 2),
+(32, 'User: Shumon  removed', 0, 52, '2016-08-05 16:53:41', 2),
+(33, 'Task:Job News  removed.', 16, 0, '2016-08-05 16:53:51', 2),
+(34, 'Task: Job News  created.', 16, 0, '2016-08-05 16:54:09', 2),
+(35, 'Task: Job News  created.', 0, 53, '2016-08-05 16:54:09', 2),
+(36, 'User: Shumon  added', 0, 53, '2016-08-05 16:54:44', 2),
+(37, 'User: Shumon  added', 0, 53, '2016-08-05 16:54:58', 2),
+(38, 'User: Shumon  added', 0, 53, '2016-08-05 16:55:00', 2),
+(39, 'User: Shumon  added', 0, 53, '2016-08-05 16:55:01', 2),
+(40, 'User: Shumon  added', 0, 53, '2016-08-05 16:55:01', 2),
+(41, 'User: Shumon  added', 0, 53, '2016-08-05 16:55:01', 2),
+(42, 'Kabir Hossen assigned.', 17, 0, '2016-08-05 16:56:47', 2),
+(43, 'Add document: Chrysanthemum.jpg', 0, 0, '2016-08-05 16:57:55', 25),
+(44, 'Task: Blog created.', 17, 0, '2016-08-05 16:59:59', 2),
+(45, 'Task: Blog created.', 0, 54, '2016-08-05 16:59:59', 2),
+(46, 'User: Kabir Hossen added', 0, 54, '2016-08-05 17:00:13', 2),
+(47, 'Task: Sonali Bank Model Test  created.', 16, 0, '2016-08-05 17:12:11', 2),
+(48, 'Task: Sonali Bank Model Test  created.', 0, 55, '2016-08-05 17:12:11', 2),
+(49, 'Sharifullah  assigned.', 16, 0, '2016-08-05 17:12:47', 2),
+(50, 'User: Sharifullah  added', 0, 55, '2016-08-05 17:13:57', 2),
+(51, 'User: Sharifullah  added', 0, 55, '2016-08-05 17:13:59', 2),
+(52, 'User: Sharifullah  added', 0, 55, '2016-08-05 17:14:00', 2),
+(53, 'User: Sharifullah  added', 0, 55, '2016-08-05 17:14:00', 2),
+(54, 'User: Sharifullah  added', 0, 55, '2016-08-05 17:14:14', 2),
+(55, 'User: Sharifullah  added', 0, 55, '2016-08-05 17:14:16', 2),
+(56, 'User: Sharifullah  added', 0, 55, '2016-08-05 17:14:16', 2),
+(57, 'User: Sharifullah  added', 0, 55, '2016-08-05 17:14:16', 2),
+(58, 'User: Sharifullah  added', 0, 55, '2016-08-05 17:14:21', 2),
+(59, 'User: Sharifullah  added', 0, 55, '2016-08-05 17:14:21', 2),
+(60, 'Task:Sonali Bank Model Test  removed.', 16, 0, '2016-08-05 17:14:50', 2),
+(61, 'Task: Sonali Bank Model Test  created.', 16, 0, '2016-08-05 17:15:20', 2),
+(62, 'Task: Sonali Bank Model Test  created.', 0, 56, '2016-08-05 17:15:21', 2),
+(63, 'User: Sharifullah  added', 0, 56, '2016-08-05 17:16:03', 2),
+(64, 'Keshavan assigned.', 17, 0, '2016-08-05 17:26:56', 2),
+(65, 'Task: Hosting created.', 17, 0, '2016-08-05 17:31:22', 2),
+(66, 'Task: Hosting created.', 0, 57, '2016-08-05 17:31:22', 2),
+(67, 'User: Kabir Hossen added', 0, 57, '2016-08-05 17:31:31', 2),
+(68, 'Project:Inspire building created.', 18, 0, '2016-08-05 17:32:59', 2),
+(69, 'Kabir Hossen assigned.', 18, 0, '2016-08-05 17:33:13', 2),
+(70, 'Task: SEO created.', 18, 0, '2016-08-05 17:33:47', 2),
+(71, 'Task: SEO created.', 0, 58, '2016-08-05 17:33:47', 2),
+(72, 'User: Kabir Hossen added', 0, 58, '2016-08-05 17:33:56', 2),
+(73, 'Project:Task Management created.', 19, 0, '2016-08-05 17:42:12', 2),
+(74, 'Kabir Hossen assigned.', 19, 0, '2016-08-05 17:42:31', 2),
+(75, 'Sakib Kh assigned.', 19, 0, '2016-08-05 17:42:39', 2),
+(76, 'revinr assigned.', 19, 0, '2016-08-05 17:43:06', 2),
+(77, 'Project:StudyPress Bug created.', 20, 0, '2016-08-05 17:45:36', 23),
+(78, 'Jamil Shakil assigned.', 20, 0, '2016-08-05 17:46:52', 23),
+(79, 'Arafat Rahman assigned.', 20, 0, '2016-08-05 17:47:48', 23),
+(80, 'Shumon  assigned.', 20, 0, '2016-08-05 17:47:57', 23),
+(81, 'Sharifullah  assigned.', 20, 0, '2016-08-05 17:48:12', 23),
+(82, 'Shamim assigned.', 20, 0, '2016-08-05 17:48:23', 23),
+(83, 'Task: test created.', 19, 0, '2016-08-05 17:48:29', 2),
+(84, 'Task: test created.', 0, 59, '2016-08-05 17:48:29', 2),
+(85, 'Sakib Kh assigned.', 19, 0, '2016-08-05 17:49:02', 2),
+(86, 'Task: Registration created.', 20, 0, '2016-08-05 17:49:26', 23),
+(87, 'Task: Registration created.', 0, 60, '2016-08-05 17:49:26', 23),
+(88, 'User: Sakib Kh added', 0, 59, '2016-08-05 17:49:35', 2),
+(89, 'Task: Home Page Register created.', 20, 0, '2016-08-05 17:50:29', 23),
+(90, 'Task: Home Page Register created.', 0, 61, '2016-08-05 17:50:29', 23),
+(91, 'Task: Bring Module Up  created.', 20, 0, '2016-08-05 17:52:38', 23),
+(92, 'Task: Bring Module Up  created.', 0, 62, '2016-08-05 17:52:38', 23),
+(93, 'Project:WordPress Theming created.', 21, 0, '2016-08-05 17:54:32', 23),
+(94, 'Change status to: completed', 0, 51, '2016-08-05 17:59:54', 2),
+(95, 'Task:test removed.', 19, 0, '2016-08-05 18:01:30', 2),
+(96, 'Change status to: completed', 0, 54, '2016-08-05 18:08:41', 25),
+(97, 'Task: Services->Mobile: Details Page created.', 14, 0, '2016-08-05 19:37:41', 23),
+(98, 'Task: Services->Mobile: Details Page created.', 0, 63, '2016-08-05 19:37:41', 23),
+(99, 'User: mostafij added', 0, 63, '2016-08-05 19:41:07', 23),
+(100, 'Task: Services->Mobile: Landing Page created.', 14, 0, '2016-08-05 19:44:07', 23),
+(101, 'Task: Services->Mobile: Landing Page created.', 0, 64, '2016-08-05 19:44:07', 23),
+(102, 'User: mostafij added', 0, 64, '2016-08-05 19:44:14', 23),
+(103, 'Change status to: in-process', 0, 63, '2016-08-08 13:14:30', 18),
+(104, 'Project:Revinr created.', 22, 0, '2016-08-08 14:08:47', 2),
+(105, 'Sabuj Maksud assigned.', 22, 0, '2016-08-08 14:09:06', 2),
+(106, 'Task: handbl.com template created.', 22, 0, '2016-08-08 14:09:56', 2),
+(107, 'Task: handbl.com template created.', 0, 65, '2016-08-08 14:09:56', 2),
+(108, 'User: Sabuj Maksud added', 0, 65, '2016-08-08 14:10:05', 2),
+(109, 'Task: revinr offer page created.', 22, 0, '2016-08-08 14:11:41', 2),
+(110, 'Task: revinr offer page created.', 0, 66, '2016-08-08 14:11:41', 2),
+(111, 'User: Sabuj Maksud added', 0, 66, '2016-08-08 14:11:51', 2),
+(112, 'Change status to: in-process', 0, 65, '2016-08-08 14:22:42', 2),
+(113, 'Change status to: done', 0, 65, '2016-08-08 14:22:54', 2),
+(114, 'Task: Daily Star Editoriap  created.', 16, 0, '2016-08-08 14:24:36', 2),
+(115, 'Task: Daily Star Editoriap  created.', 0, 67, '2016-08-08 14:24:36', 2),
+(116, 'User: Arafat Rahman added', 0, 67, '2016-08-08 14:25:28', 2),
+(117, 'Change status to: in-process', 0, 56, '2016-08-08 14:49:46', 26),
+(118, 'Change status to: completed', 0, 56, '2016-08-08 14:50:09', 26),
+(119, 'Task: About Us Page Redesign created.', 14, 0, '2016-08-08 14:56:19', 2),
+(120, 'Task: About Us Page Redesign created.', 0, 68, '2016-08-08 14:56:19', 2),
+(121, 'User: mostafij added', 0, 68, '2016-08-08 14:56:50', 2),
+(122, 'Add document: 13686532_1815594458670328_5434559816546440695_n.jpg', 16, 0, '2016-08-08 15:18:57', 26),
+(123, 'Document: 13686532_1815594458670328_5434559816546440695_n.jpg removed.', 16, 0, '2016-08-08 15:19:48', 26),
+(124, 'Project:Handbl created.', 23, 0, '2016-08-08 15:39:17', 2),
+(125, 'Mamun Hasan assigned.', 23, 0, '2016-08-08 15:39:32', 2),
+(126, 'Task: hasan and brothers website demo created.', 23, 0, '2016-08-08 15:40:48', 2),
+(127, 'Task: hasan and brothers website demo created.', 0, 69, '2016-08-08 15:40:48', 2),
+(128, 'User: Mamun Hasan added', 0, 69, '2016-08-08 15:40:57', 2),
+(129, 'Sakib Kh removed.', 19, 0, '2016-08-08 15:57:51', 2),
+(130, 'Sakib Kh removed.', 19, 0, '2016-08-08 15:57:57', 2),
+(131, 'Sakib Kh assigned.', 19, 0, '2016-08-08 15:58:42', 2),
+(132, 'sakibkhdemo assigned.', 19, 0, '2016-08-08 16:01:23', 2),
+(133, 'Task: demo task proj task 01 created.', 19, 0, '2016-08-08 16:02:45', 2),
+(134, 'Task: demo task proj task 01 created.', 0, 70, '2016-08-08 16:02:45', 2),
+(135, 'User: Sakib Kh added', 0, 70, '2016-08-08 16:03:33', 2),
+(136, 'Task:demo task proj task 01 removed.', 19, 0, '2016-08-08 16:33:58', 2),
+(137, 'Task: test task add .. check email notification  created.', 23, 0, '2016-08-08 16:42:29', 2),
+(138, 'Task: test task add .. check email notification  created.', 0, 71, '2016-08-08 16:42:29', 2),
+(139, 'User: Mamun Hasan added', 0, 71, '2016-08-08 16:45:24', 2),
+(140, 'Task: create admin dashboard -- pending task(task title and name of assigned user) created.', 19, 0, '2016-08-08 16:54:05', 27),
+(141, 'Task: create admin dashboard -- pending task(task title and name of assigned user) created.', 0, 72, '2016-08-08 16:54:05', 27),
+(142, 'Task: my task for all user ... what i will done today ... created.', 19, 0, '2016-08-08 16:54:37', 27),
+(143, 'Task: my task for all user ... what i will done today ... created.', 0, 73, '2016-08-08 16:54:37', 27),
+(144, 'Task: Change phone number created.', 20, 0, '2016-08-08 17:00:19', 2),
+(145, 'Task: Change phone number created.', 0, 74, '2016-08-08 17:00:19', 2),
+(146, 'Helal Mohammad assigned.', 20, 0, '2016-08-09 00:42:30', 2),
+(147, 'Task: home page broken created.', 20, 0, '2016-08-09 00:43:08', 2),
+(148, 'Task: home page broken created.', 0, 75, '2016-08-09 00:43:08', 2),
+(149, 'User: Shamim added', 0, 60, '2016-08-09 00:45:13', 2),
+(150, 'User: Shamim added', 0, 62, '2016-08-09 00:45:39', 2),
+(151, 'User: Shamim added', 0, 61, '2016-08-09 00:45:58', 2),
+(152, 'User: Shamim added', 0, 74, '2016-08-09 00:46:14', 2),
+(153, 'User: Shamim added', 0, 75, '2016-08-09 00:48:48', 2),
+(154, 'Change status to: in-process', 0, 72, '2016-08-09 09:49:01', 27),
+(155, 'Change status to: in-process', 0, 73, '2016-08-09 09:49:13', 27),
+(156, 'Task: Project Manager created.', 19, 0, '2016-08-09 11:54:17', 2),
+(157, 'Task: Project Manager created.', 0, 76, '2016-08-09 11:54:17', 2),
+(158, 'User: Sakib Kh added', 0, 76, '2016-08-09 11:55:01', 2),
+(159, 'Task: email check and do the needful created.', 18, 0, '2016-08-09 11:56:39', 2),
+(160, 'Task: email check and do the needful created.', 0, 77, '2016-08-09 11:56:39', 2),
+(161, 'User: Kabir Hossen added', 0, 77, '2016-08-09 11:56:49', 2),
+(162, 'Change status to: in-process', 0, 66, '2016-08-09 12:02:47', 2),
+(163, 'Task:Project Manager removed.', 19, 0, '2016-08-09 15:37:35', 27),
+(164, 'Change status to: done', 0, 72, '2016-08-09 15:37:47', 27),
+(165, 'Change status to: done', 0, 73, '2016-08-09 15:37:58', 27),
+(166, 'Change status to: in-process', 0, 77, '2016-08-09 15:57:52', 25),
+(167, 'Change status to: completed', 0, 77, '2016-08-09 15:58:14', 25),
+(168, 'Change status to: completed', 0, 58, '2016-08-09 15:58:30', 25),
+(169, 'Task:Daily Star Editoriap  removed.', 16, 0, '2016-08-10 11:09:06', 2),
+(170, 'Task:Olymic : Bangladesh removed.', 16, 0, '2016-08-10 11:09:43', 2),
+(171, 'Task:Yunus removed.', 16, 0, '2016-08-10 11:09:47', 2),
+(172, 'Task: Change Text in Task Details created.', 19, 0, '2016-08-10 13:00:20', 2),
+(173, 'Task: Change Text in Task Details created.', 0, 78, '2016-08-10 13:00:20', 2),
+(174, 'User: Sakib Kh added', 0, 78, '2016-08-10 13:00:45', 2),
+(175, 'Add document: Needs following to be amended KESH.docx', 36, 0, '2016-08-10 13:52:26', 24),
+(176, 'Task: Theme should be Compatible with Logo created.', 17, 0, '2016-08-10 14:18:33', 24),
+(177, 'Task: Theme should be Compatible with Logo created.', 0, 79, '2016-08-10 14:18:33', 24),
+(178, 'Add document: Needs following to be amended KESH.docx', 17, 0, '2016-08-10 14:20:59', 24),
+(179, 'Task: Change slider texts created.', 17, 0, '2016-08-10 14:25:32', 24),
+(180, 'Task: Change slider texts created.', 0, 80, '2016-08-10 14:25:32', 24),
+(181, 'Add document: Proposal_for_IUCNREDLIST.pdf', 17, 0, '2016-08-10 14:35:37', 24),
+(182, 'Add document: mobile-app-view1.png', 17, 0, '2016-08-10 14:36:16', 24),
+(183, 'Document: mobile-app-view1.png removed.', 17, 0, '2016-08-10 14:38:49', 24),
+(184, 'Document: Proposal_for_IUCNREDLIST.pdf removed.', 17, 0, '2016-08-10 14:39:07', 24),
+(185, 'Change status to: in-process', 0, 78, '2016-08-10 14:46:43', 27),
+(186, 'Change status to: done', 0, 78, '2016-08-10 14:46:55', 27),
+(187, 'Task: Text: Home Page Header created.', 17, 0, '2016-08-10 14:48:41', 2),
+(188, 'Task: Text: Home Page Header created.', 0, 81, '2016-08-10 14:48:41', 2),
+(189, 'Task:Change slider texts removed.', 17, 0, '2016-08-10 14:48:55', 2),
+(190, 'Task: Home Page Design created.', 17, 0, '2016-08-10 14:49:36', 2),
+(191, 'Task: Home Page Design created.', 0, 82, '2016-08-10 14:49:36', 2),
+(192, 'Helal Mohammad assigned.', 17, 0, '2016-08-10 14:49:50', 2),
+(193, 'Task: Email Subject and body created.', 19, 0, '2016-08-10 14:57:16', 2),
+(194, 'Task: Email Subject and body created.', 0, 83, '2016-08-10 14:57:16', 2),
+(195, 'User: Sakib Kh added', 0, 83, '2016-08-10 14:59:22', 2),
+(196, 'Sakib Kh removed.', 19, 0, '2016-08-10 15:57:55', 2),
+(197, 'Sakib Kh assigned.', 19, 0, '2016-08-10 15:58:08', 2),
+(198, 'Task:Sonali Bank Model Test  removed.', 16, 0, '2016-08-10 16:08:12', 26),
+(199, 'Sakib Kh removed.', 19, 0, '2016-08-10 16:51:49', 2),
+(200, 'Sakib Kh assigned.', 19, 0, '2016-08-10 16:51:59', 2),
+(201, 'Task: sldfjlsdjf lsjflkdsjlksjlkfj sl created.', 19, 0, '2016-08-10 16:52:57', 2),
+(202, 'Task: sldfjlsdjf lsjflkdsjlksjlkfj sl created.', 0, 84, '2016-08-10 16:52:57', 2),
+(203, 'User: Sakib Kh added', 0, 84, '2016-08-10 16:55:56', 2),
+(204, 'Task:sldfjlsdjf lsjflkdsjlksjlkfj sl removed.', 19, 0, '2016-08-10 16:56:53', 2),
+(205, 'Change status to: in-process', 0, 83, '2016-08-10 16:57:04', 2),
+(206, 'Change status to: done', 0, 83, '2016-08-10 16:57:15', 2),
+(207, 'Task: sarifulla demo test task created.', 16, 0, '2016-08-10 17:00:59', 2),
+(208, 'Task: sarifulla demo test task created.', 0, 85, '2016-08-10 17:00:59', 2),
+(209, 'User: Sharifullah  added', 0, 85, '2016-08-10 17:01:28', 2),
+(210, 'Task:sarifulla demo test task removed.', 16, 0, '2016-08-10 17:02:32', 2),
+(211, 'Task:test task add .. check email notification  removed.', 23, 0, '2016-08-10 17:50:45', 2),
+(212, 'sakibkhdemo assigned.', 23, 0, '2016-08-10 17:59:42', 2),
+(213, 'Project:IT Impress created.', 24, 0, '2016-08-11 11:48:41', 2),
+(214, 'Keshavan assigned.', 24, 0, '2016-08-11 11:49:04', 2),
+(215, 'mostafij assigned.', 24, 0, '2016-08-11 11:49:17', 2),
+(216, 'Task: Home Page created.', 24, 0, '2016-08-11 11:50:35', 2),
+(217, 'Task: Home Page created.', 0, 86, '2016-08-11 11:50:35', 2),
+(218, 'Helal Mohammad assigned.', 24, 0, '2016-08-11 11:50:54', 2),
+(219, 'Task: Banner Image created.', 24, 0, '2016-08-11 11:51:54', 2),
+(220, 'Task: Banner Image created.', 0, 87, '2016-08-11 11:51:54', 2),
+(221, 'Task: Home Text created.', 24, 0, '2016-08-11 11:52:29', 2),
+(222, 'Task: Home Text created.', 0, 88, '2016-08-11 11:52:29', 2),
+(223, 'Task: Other Texts created.', 24, 0, '2016-08-11 11:53:18', 2),
+(224, 'Task: Other Texts created.', 0, 89, '2016-08-11 11:53:18', 2),
+(225, 'User: mostafij added', 0, 89, '2016-08-11 11:54:19', 2),
+(226, 'User: mostafij added', 0, 88, '2016-08-11 11:54:45', 2),
+(227, 'User: mostafij added', 0, 86, '2016-08-11 11:55:45', 2),
+(228, 'User: mostafij added', 0, 87, '2016-08-11 11:56:02', 2),
+(229, 'Change status to: in-process', 0, 88, '2016-08-11 12:00:51', 18),
+(230, 'Change status to: done', 0, 88, '2016-08-11 12:01:01', 18),
+(231, 'User: Kabir Hossen added', 0, 81, '2016-08-11 12:06:25', 2),
+(232, 'Task: Newsletter created.', 17, 0, '2016-08-11 12:09:22', 2),
+(233, 'Task: Newsletter created.', 0, 90, '2016-08-11 12:09:22', 2),
+(234, 'User: Kabir Hossen added', 0, 90, '2016-08-11 12:09:56', 2),
+(235, 'Add document: robin-raju.docx', 17, 0, '2016-08-11 12:11:09', 2),
+(236, 'Task: other page guideline created.', 17, 0, '2016-08-11 12:11:48', 2),
+(237, 'Task: other page guideline created.', 0, 91, '2016-08-11 12:11:48', 2),
+(238, 'Task: other page guideline created.', 17, 0, '2016-08-11 12:11:55', 2),
+(239, 'Task: other page guideline created.', 0, 92, '2016-08-11 12:11:55', 2),
+(240, 'User: Kabir Hossen added', 0, 79, '2016-08-11 12:12:10', 2),
+(241, 'User: Kabir Hossen added', 0, 79, '2016-08-11 12:12:13', 2),
+(242, 'User: Kabir Hossen added', 0, 82, '2016-08-11 12:12:20', 2),
+(243, 'User: Kabir Hossen added', 0, 91, '2016-08-11 12:12:39', 2),
+(244, 'User: Kabir Hossen added', 0, 92, '2016-08-11 12:13:38', 2),
+(245, 'User: Keshavan added', 0, 57, '2016-08-11 12:14:38', 2),
+(246, 'Document: Needs following to be amended KESH.docx removed.', 17, 0, '2016-08-11 12:15:01', 2),
+(247, 'Change status to: done', 0, 58, '2016-08-11 12:17:38', 25),
+(248, 'Change status to: done', 0, 77, '2016-08-11 12:17:47', 25),
+(249, 'Task:other page guideline removed.', 17, 0, '2016-08-11 12:18:44', 25),
+(250, 'Change status to: done', 0, 54, '2016-08-11 12:19:05', 25),
+(251, 'Change status to: in-process', 0, 81, '2016-08-11 12:20:36', 25),
+(252, 'Change status to: in-process', 0, 69, '2016-08-11 12:38:17', 2),
+(253, 'Change status to: done', 0, 69, '2016-08-11 12:38:29', 2),
+(254, 'Task: Re design handbl website created.', 23, 0, '2016-08-11 16:07:22', 2),
+(255, 'Task: Re design handbl website created.', 0, 93, '2016-08-11 16:07:22', 2),
+(256, 'User: Mamun Hasan added', 0, 93, '2016-08-11 16:08:04', 2),
+(257, 'Change status to: in-process', 0, 86, '2016-08-11 17:47:29', 18),
+(258, 'Change status to: done', 0, 86, '2016-08-11 17:47:42', 18),
+(259, 'Change status to: in-process', 0, 87, '2016-08-11 17:48:03', 18),
+(260, 'Change status to: in-process', 0, 89, '2016-08-11 18:25:25', 18),
+(261, 'Change status to: in-process', 0, 74, '2016-08-12 11:07:40', 2),
+(262, 'Change status to: done', 0, 74, '2016-08-12 11:08:05', 2),
+(263, 'Change status to: done', 0, 46, '2016-08-12 12:53:49', 2),
+(264, 'Change status to: done', 0, 63, '2016-08-12 12:54:01', 2),
+(265, 'Change status to: completed', 0, 87, '2016-08-12 12:56:21', 2),
+(266, 'Task: Change Client & Project Manager Dashboard created.', 19, 0, '2016-08-12 13:00:30', 2),
+(267, 'Task: Change Client & Project Manager Dashboard created.', 0, 94, '2016-08-12 13:00:30', 2),
+(268, 'User: Sakib Kh added', 0, 94, '2016-08-12 13:00:48', 2),
+(269, 'Change status to: in-process', 0, 47, '2016-08-12 14:41:19', 18),
+(270, 'Change status to: in-process', 0, 64, '2016-08-12 14:41:28', 18),
+(271, 'Change status to: in-process', 0, 68, '2016-08-12 14:41:39', 18),
+(272, 'Change status to: done', 0, 47, '2016-08-12 14:42:03', 18),
+(273, 'Change status to: done', 0, 64, '2016-08-12 14:42:16', 18),
+(274, 'Change status to: done', 0, 68, '2016-08-12 14:42:25', 18),
+(275, 'Change status to: in-process', 0, 94, '2016-08-12 14:56:26', 2),
+(276, 'Add document: Home Page Design - 16aug.docx', 24, 0, '2016-08-16 01:35:31', 2),
+(277, 'Task: Home Page created.', 24, 0, '2016-08-16 01:36:24', 2),
+(278, 'Task: Home Page created.', 0, 95, '2016-08-16 01:36:24', 2),
+(279, 'Task: Home Page created.', 24, 0, '2016-08-16 01:36:26', 2),
+(280, 'Task: Home Page created.', 0, 96, '2016-08-16 01:36:26', 2),
+(281, 'Task: Home Page created.', 24, 0, '2016-08-16 01:36:32', 2),
+(282, 'Task: Home Page created.', 0, 97, '2016-08-16 01:36:32', 2),
+(283, 'Task: Home Page created.', 24, 0, '2016-08-16 01:36:33', 2),
+(284, 'Task: Home Page created.', 0, 98, '2016-08-16 01:36:33', 2),
+(285, 'Task:Home Page removed.', 24, 0, '2016-08-16 01:37:15', 2),
+(286, 'Task:Home Page removed.', 24, 0, '2016-08-16 01:37:21', 2),
+(287, 'Task:Home Page removed.', 24, 0, '2016-08-16 01:37:25', 2),
+(288, 'Task: Replace the call now number : 0403 375 256 created.', 24, 0, '2016-08-16 01:38:36', 2),
+(289, 'Task: Replace the call now number : 0403 375 256 created.', 0, 99, '2016-08-16 01:38:36', 2),
+(290, 'Task: Please remove  all  the text on the home page banner images . created.', 24, 0, '2016-08-16 01:39:17', 2),
+(291, 'Task: Please remove  all  the text on the home page banner images . created.', 0, 100, '2016-08-16 01:39:17', 2),
+(292, 'Task: Main Menu Structure created.', 24, 0, '2016-08-16 01:39:56', 2),
+(293, 'Task: Main Menu Structure created.', 0, 101, '2016-08-16 01:39:56', 2),
+(294, 'Task: Home Page Text created.', 24, 0, '2016-08-16 01:42:18', 2),
+(295, 'Task: Home Page Text created.', 0, 102, '2016-08-16 01:42:18', 2),
+(296, 'User: mostafij added', 0, 95, '2016-08-16 01:47:34', 2),
+(297, 'User: mostafij added', 0, 99, '2016-08-16 01:47:57', 2),
+(298, 'User: mostafij added', 0, 100, '2016-08-16 01:48:11', 2),
+(299, 'User: mostafij added', 0, 100, '2016-08-16 01:48:26', 2),
+(300, 'User: mostafij added', 0, 101, '2016-08-16 01:49:00', 2),
+(301, 'User: mostafij added', 0, 102, '2016-08-16 01:49:10', 2),
+(302, 'Project:Ecommerce-Samsung created.', 25, 0, '2016-08-16 01:57:13', 2),
+(303, 'Kabir Hossen assigned.', 25, 0, '2016-08-16 02:00:07', 2),
+(304, 'Keshavan assigned.', 25, 0, '2016-08-16 02:00:25', 2),
+(305, 'Project:K7-RealEstate created.', 26, 0, '2016-08-16 02:05:49', 2),
+(306, 'Mamun Hasan assigned.', 26, 0, '2016-08-16 02:09:51', 2),
+(307, 'Task: read the project description created.', 26, 0, '2016-08-16 02:10:18', 2),
+(308, 'Task: read the project description created.', 0, 103, '2016-08-16 02:10:18', 2),
+(309, 'User: Mamun Hasan added', 0, 103, '2016-08-16 02:10:36', 2),
+(310, 'User: Mamun Hasan added', 0, 103, '2016-08-16 02:10:38', 2),
+(311, 'Keshavan assigned.', 26, 0, '2016-08-16 02:10:55', 2),
+(312, 'Kabir Hossen assigned.', 26, 0, '2016-08-16 02:11:25', 2),
+(313, 'Task: Urgent created.', 17, 0, '2016-08-16 09:23:34', 24),
+(314, 'Task: Urgent created.', 0, 104, '2016-08-16 09:23:34', 24),
+(315, 'Change status to: in-process', 0, 95, '2016-08-16 09:46:35', 18),
+(316, 'Change status to: in-process', 0, 99, '2016-08-16 09:47:29', 18),
+(317, 'Change status to: in-process', 0, 100, '2016-08-16 09:54:20', 18),
+(318, 'Change status to: in-process', 0, 101, '2016-08-16 10:42:54', 18),
+(319, 'Change status to: completed', 0, 81, '2016-08-16 12:52:18', 25),
+(320, 'Change status to: in-process', 0, 79, '2016-08-16 12:52:56', 25),
+(321, 'Change status to: completed', 0, 79, '2016-08-16 12:53:09', 25),
+(322, 'Change status to: in-process', 0, 82, '2016-08-16 12:53:26', 25),
+(323, 'Change status to: completed', 0, 82, '2016-08-16 12:53:40', 25),
+(324, 'Change status to: done', 0, 89, '2016-08-16 12:54:36', 18),
+(325, 'Change status to: done', 0, 95, '2016-08-16 12:54:46', 18),
+(326, 'Change status to: done', 0, 99, '2016-08-16 12:54:54', 18),
+(327, 'Change status to: done', 0, 100, '2016-08-16 12:55:03', 18),
+(328, 'Change status to: done', 0, 101, '2016-08-16 12:55:14', 18),
+(329, 'Task: Olympic Phelps  created.', 16, 0, '2016-08-16 14:14:07', 2),
+(330, 'Task: Olympic Phelps  created.', 0, 105, '2016-08-16 14:14:07', 2),
+(331, 'User: Jamil Shakil added', 0, 105, '2016-08-16 14:15:44', 2),
+(332, 'User: Jamil Shakil added', 0, 105, '2016-08-16 14:15:46', 2),
+(333, 'User: Jamil Shakil added', 0, 105, '2016-08-16 14:16:00', 2),
+(334, 'User: Jamil Shakil added', 0, 105, '2016-08-16 14:16:01', 2),
+(335, 'User: Jamil Shakil added', 0, 105, '2016-08-16 14:16:03', 2),
+(336, 'User: Jamil Shakil added', 0, 105, '2016-08-16 14:16:05', 2),
+(337, 'User: Jamil Shakil added', 0, 105, '2016-08-16 14:16:06', 2),
+(338, 'User: Jamil Shakil added', 0, 105, '2016-08-16 14:16:08', 2),
+(339, 'User: Jamil Shakil added', 0, 105, '2016-08-16 14:16:35', 2),
+(340, 'User: Jamil Shakil added', 0, 105, '2016-08-16 14:16:36', 2),
+(341, 'User: Jamil Shakil added', 0, 105, '2016-08-16 14:16:37', 2),
+(342, 'User: Jamil Shakil added', 0, 105, '2016-08-16 14:16:39', 2),
+(343, 'User: Jamil Shakil added', 0, 105, '2016-08-16 14:16:40', 2),
+(344, 'User: Jamil Shakil added', 0, 105, '2016-08-16 14:16:57', 2),
+(345, 'User: Jamil Shakil added', 0, 105, '2016-08-16 14:16:58', 2),
+(346, 'User: Jamil Shakil added', 0, 105, '2016-08-16 14:17:00', 2),
+(347, 'User: Jamil Shakil added', 0, 105, '2016-08-16 14:17:01', 2),
+(348, 'User: Jamil Shakil added', 0, 105, '2016-08-16 14:17:03', 2),
+(349, 'User: Jamil Shakil added', 0, 105, '2016-08-16 14:17:04', 2),
+(350, 'User: Jamil Shakil added', 0, 105, '2016-08-16 14:17:06', 2),
+(351, 'User: Jamil Shakil added', 0, 105, '2016-08-16 14:17:07', 2),
+(352, 'User: Jamil Shakil added', 0, 105, '2016-08-16 14:17:08', 2),
+(353, 'User: Jamil Shakil added', 0, 105, '2016-08-16 14:17:10', 2),
+(354, 'User: Jamil Shakil added', 0, 105, '2016-08-16 14:17:11', 2),
+(355, 'User: Jamil Shakil added', 0, 105, '2016-08-16 14:17:12', 2),
+(356, 'User: Jamil Shakil added', 0, 105, '2016-08-16 14:17:14', 2),
+(357, 'User: Jamil Shakil added', 0, 105, '2016-08-16 14:17:15', 2),
+(358, 'Change status to: done', 0, 87, '2016-08-16 15:26:16', 18),
+(359, 'Change status to: in-process', 0, 105, '2016-08-16 15:33:21', 20),
+(360, 'Project:Discounts Shop created.', 27, 0, '2016-08-16 16:50:08', 2),
+(361, 'mostafij assigned.', 27, 0, '2016-08-16 16:50:39', 2),
+(362, 'Task: Discounts shop ------ checkout process created.', 27, 0, '2016-08-16 16:52:10', 2),
+(363, 'Task: Discounts shop ------ checkout process created.', 0, 106, '2016-08-16 16:52:10', 2),
+(364, 'User: mostafij added', 0, 106, '2016-08-16 16:52:38', 2),
+(365, 'Change status to: completed', 0, 105, '2016-08-16 16:56:08', 2),
+(366, 'Change status to: done', 0, 94, '2016-08-16 17:38:57', 27),
+(367, 'User: Kabir Hossen added', 0, 104, '2016-08-16 18:01:16', 2),
+(368, 'Add document: jt_category.jpg', 24, 0, '2016-08-16 19:11:22', 2),
+(369, 'Task: Banner Image created.', 24, 0, '2016-08-16 19:12:11', 2),
+(370, 'Task: Banner Image created.', 0, 107, '2016-08-16 19:12:12', 2),
+(371, 'Change status to: completed', 0, 66, '2016-08-17 09:18:13', 2),
+(372, 'Task: ??????? ????? ? ????? ????? ?????? ?? created.', 16, 0, '2016-08-17 10:21:16', 2),
+(373, 'Task: ??????? ????? ? ????? ????? ?????? ?? created.', 0, 108, '2016-08-17 10:21:16', 2),
+(374, 'Task: ??????? ????? ? ????? ????? ?????? ?? created.', 16, 0, '2016-08-17 10:21:21', 2),
+(375, 'Task: ??????? ????? ? ????? ????? ?????? ?? created.', 0, 109, '2016-08-17 10:21:21', 2),
+(376, 'Task:??????? ????? ? ????? ????? ?????? ?? removed.', 16, 0, '2016-08-17 10:21:27', 2),
+(377, 'Task:??????? ????? ? ????? ????? ?????? ?? removed.', 16, 0, '2016-08-17 10:21:30', 2),
+(378, 'Task: Business and Economics created.', 16, 0, '2016-08-17 10:22:05', 2),
+(379, 'Task: Business and Economics created.', 0, 110, '2016-08-17 10:22:05', 2),
+(380, 'User: Arafat Rahman added', 0, 110, '2016-08-17 10:22:44', 2),
+(381, 'Task: Main Menu created.', 24, 0, '2016-08-17 10:41:50', 24),
+(382, 'Task: Main Menu created.', 0, 111, '2016-08-17 10:41:50', 24),
+(383, 'Task: Banner Images created.', 24, 0, '2016-08-17 10:42:36', 24),
+(384, 'Task: Banner Images created.', 0, 112, '2016-08-17 10:42:36', 24),
+(385, 'Task: small 6 images  should visible clearly without mouse move over function  created.', 24, 0, '2016-08-17 10:43:13', 24),
+(386, 'Task: small 6 images  should visible clearly without mouse move over function  created.', 0, 113, '2016-08-17 10:43:13', 24),
+(387, 'Task: Footer Update created.', 24, 0, '2016-08-17 10:44:05', 24),
+(388, 'Task: Footer Update created.', 0, 114, '2016-08-17 10:44:05', 24),
+(389, 'Add document: Leave_application.pdf', 24, 0, '2016-08-17 11:26:29', 2),
+(390, 'Add document: Home Page Design.docx', 24, 0, '2016-08-17 11:30:35', 2),
+(391, 'Mamun Hasan assigned.', 25, 0, '2016-08-17 11:31:11', 2),
+(392, 'Document: Leave_application.pdf removed.', 24, 0, '2016-08-17 11:34:21', 2),
+(393, 'Document: Home Page Design.docx removed.', 24, 0, '2016-08-17 11:34:59', 18),
+(394, 'Add document: Home Page Design - 17-08-2016.docx', 24, 0, '2016-08-17 11:35:24', 18),
+(395, 'User: mostafij added', 0, 107, '2016-08-17 13:05:27', 2),
+(396, 'User: Keshavan added', 0, 111, '2016-08-17 13:05:39', 2),
+(397, 'User: mostafij added', 0, 113, '2016-08-17 13:05:54', 2),
+(398, 'User: mostafij added', 0, 114, '2016-08-17 13:06:04', 2),
+(399, 'User: mostafij added', 0, 112, '2016-08-17 13:06:22', 2),
+(400, 'Change status to: in-process', 0, 111, '2016-08-17 13:22:44', 18),
+(401, 'Change status to: in-process', 0, 113, '2016-08-17 13:23:42', 18),
+(402, 'Change status to: done', 0, 113, '2016-08-17 13:23:54', 18),
+(403, 'Task: use CKeditor created.', 19, 0, '2016-08-17 15:43:23', 2),
+(404, 'Task: use CKeditor created.', 0, 115, '2016-08-17 15:43:23', 2),
+(405, 'User: Sakib Kh added', 0, 115, '2016-08-17 15:43:37', 2),
+(406, 'Task: test task created.', 19, 0, '2016-08-17 15:45:31', 27),
+(407, 'Task: test task created.', 0, 116, '2016-08-17 15:45:31', 27),
+(408, 'Task: task by client created.', 19, 0, '2016-08-17 15:48:02', 17),
+(409, 'Task: task by client created.', 0, 117, '2016-08-17 15:48:02', 17),
+(410, 'Change status to: in-process', 0, 114, '2016-08-17 15:55:09', 18),
+(411, 'Change status to: done', 0, 114, '2016-08-17 15:55:24', 18),
+(412, 'Change status to: in-process', 0, 110, '2016-08-17 17:24:37', 21),
+(413, 'Change status to: in-process', 0, 107, '2016-08-17 17:37:22', 18),
+(414, 'Change status to: done', 0, 107, '2016-08-17 17:38:29', 18),
+(415, 'Change status to: in-process', 0, 112, '2016-08-17 17:39:32', 18),
+(416, 'Change status to: done', 0, 112, '2016-08-17 17:39:43', 18),
+(417, 'Change status to: in-process', 0, 102, '2016-08-17 17:40:05', 18),
+(418, 'Change status to: done', 0, 102, '2016-08-17 18:17:06', 18),
+(419, 'Task: Sub Menu for Digital Marketing created.', 24, 0, '2016-08-17 21:18:00', 24),
+(420, 'Task: Sub Menu for Digital Marketing created.', 0, 118, '2016-08-17 21:18:00', 24),
+(421, 'Task: ITIMPRESS FONTS created.', 24, 0, '2016-08-17 21:40:28', 24),
+(422, 'Task: ITIMPRESS FONTS created.', 0, 119, '2016-08-17 21:40:28', 24),
+(423, 'Task: IT Impress Mobile view layout created.', 24, 0, '2016-08-18 09:29:44', 2),
+(424, 'Task: IT Impress Mobile view layout created.', 0, 120, '2016-08-18 09:29:44', 2),
+(425, 'User: mostafij added', 0, 120, '2016-08-18 09:30:20', 2),
+(426, 'User: mostafij added', 0, 120, '2016-08-18 09:30:23', 2),
+(427, 'Add document: ITIMPRESS Updates August 18.docx', 24, 0, '2016-08-18 09:32:17', 2),
+(428, 'Task: Mobile version is not working created.', 24, 0, '2016-08-18 09:34:38', 2),
+(429, 'Task: Mobile version is not working created.', 0, 121, '2016-08-18 09:34:38', 2),
+(430, 'Task: IT Impress website Font Familly created.', 24, 0, '2016-08-18 09:38:00', 2),
+(431, 'Task: IT Impress website Font Familly created.', 0, 122, '2016-08-18 09:38:00', 2),
+(432, 'User: mostafij added', 0, 122, '2016-08-18 09:38:15', 2),
+(433, 'Task: Robin Raju website updates created.', 17, 0, '2016-08-18 09:43:35', 2),
+(434, 'Task: Robin Raju website updates created.', 0, 123, '2016-08-18 09:43:35', 2),
+(435, 'User: Kabir Hossen added', 0, 123, '2016-08-18 09:44:08', 2),
+(436, 'Add document: robin_updates.docx', 17, 0, '2016-08-18 09:45:23', 2),
+(437, 'Project:Studypress Jobs created.', 28, 0, '2016-08-18 10:44:23', 2),
+(438, 'Task: http://studypress.org/job/job_list/cv# created.', 28, 0, '2016-08-18 10:46:02', 2),
+(439, 'Task: http://studypress.org/job/job_list/cv# created.', 0, 124, '2016-08-18 10:46:02', 2),
+(440, 'Task: http://studypress.org/job/job_list/cv# created.', 28, 0, '2016-08-18 10:48:33', 2),
+(441, 'Task: http://studypress.org/job/job_list/cv# created.', 0, 125, '2016-08-18 10:48:33', 2),
+(442, 'Task: http://studypress.org/job/job_list created.', 28, 0, '2016-08-18 10:50:46', 2),
+(443, 'Task: http://studypress.org/job/job_list created.', 0, 126, '2016-08-18 10:50:46', 2),
+(444, 'Task: http://studypress.org/job/job_list created.', 28, 0, '2016-08-18 10:51:43', 2),
+(445, 'Task: http://studypress.org/job/job_list created.', 0, 127, '2016-08-18 10:51:43', 2),
+(446, 'Task: http://studypress.org/job/job_list created.', 28, 0, '2016-08-18 10:52:51', 2),
+(447, 'Task: http://studypress.org/job/job_list created.', 0, 128, '2016-08-18 10:52:51', 2),
+(448, 'Task: http://studypress.org/job/job_list created.', 28, 0, '2016-08-18 10:58:03', 2),
+(449, 'Task: http://studypress.org/job/job_list created.', 0, 129, '2016-08-18 10:58:03', 2),
+(450, 'Task: http://studypress.org/job/job_list created.', 28, 0, '2016-08-18 10:59:42', 2),
+(451, 'Task: http://studypress.org/job/job_list created.', 0, 130, '2016-08-18 10:59:42', 2),
+(452, 'Task: http://studypress.org/job/job_list/details/1/cat created.', 28, 0, '2016-08-18 11:08:00', 2),
+(453, 'Task: http://studypress.org/job/job_list/details/1/cat created.', 0, 131, '2016-08-18 11:08:00', 2),
+(454, 'Task: http://studypress.org/job/job_list/details/1/cat# created.', 28, 0, '2016-08-18 11:08:50', 2),
+(455, 'Task: http://studypress.org/job/job_list/details/1/cat# created.', 0, 132, '2016-08-18 11:08:50', 2),
+(456, 'Task: http://studypress.org/job/job_list/details/1/cat# created.', 28, 0, '2016-08-18 11:10:11', 2),
+(457, 'Task: http://studypress.org/job/job_list/details/1/cat# created.', 0, 133, '2016-08-18 11:10:11', 2),
+(458, 'Task: http://studypress.org/ created.', 28, 0, '2016-08-18 11:21:01', 2),
+(459, 'Task: http://studypress.org/ created.', 0, 134, '2016-08-18 11:21:01', 2),
+(460, 'Task: Inner Page Sub Menu & Text are not clear  created.', 24, 0, '2016-08-18 11:29:06', 24),
+(461, 'Task: Inner Page Sub Menu & Text are not clear  created.', 0, 135, '2016-08-18 11:29:06', 24),
+(462, 'Task: Apple & Samsung Stores created.', 25, 0, '2016-08-18 11:34:31', 24),
+(463, 'Task: Apple & Samsung Stores created.', 0, 136, '2016-08-18 11:34:31', 24),
+(464, 'Task: Front Landing Page  created.', 25, 0, '2016-08-18 11:53:54', 29),
+(465, 'Task: Front Landing Page  created.', 0, 137, '2016-08-18 11:53:54', 29),
+(466, 'Change status to: in-process', 0, 137, '2016-08-18 11:59:57', 29),
+(467, 'Add document: Selection_021.png', 27, 0, '2016-08-18 12:23:27', 2),
+(468, 'Document: Selection_021.png removed.', 27, 0, '2016-08-18 12:23:38', 2),
+(469, 'Change status to: in-process', 0, 115, '2016-08-18 12:25:02', 27),
+(470, 'Task:task by client removed.', 19, 0, '2016-08-18 12:25:15', 27),
+(471, 'Change status to: in-process', 0, 116, '2016-08-18 12:25:26', 27),
+(472, 'Change status to: done', 0, 115, '2016-08-18 12:26:15', 27),
+(473, 'Change status to: done', 0, 116, '2016-08-18 12:26:24', 27),
+(474, 'Task: Runtime upload img In project detais ADD DOCUMENT portion created.', 19, 0, '2016-08-18 12:27:07', 27),
+(475, 'Task: Runtime upload img In project detais ADD DOCUMENT portion created.', 0, 138, '2016-08-18 12:27:07', 27),
+(476, 'Task: Runtime show uploaded img in task details post comment  created.', 19, 0, '2016-08-18 12:27:43', 27),
+(477, 'Task: Runtime show uploaded img in task details post comment  created.', 0, 139, '2016-08-18 12:27:43', 27),
+(478, 'Change status to: in-process', 0, 138, '2016-08-18 12:27:52', 27),
+(479, 'Change status to: in-process', 0, 139, '2016-08-18 12:28:02', 27),
+(480, 'Change status to: done', 0, 138, '2016-08-18 12:28:39', 27),
+(481, 'Change status to: done', 0, 139, '2016-08-18 12:28:51', 27),
+(482, 'User: mostafij added', 0, 118, '2016-08-18 14:06:36', 18),
+(483, 'User: mostafij added', 0, 118, '2016-08-18 14:06:38', 18),
+(484, 'Change status to: in-process', 0, 118, '2016-08-18 14:06:44', 18),
+(485, 'Change status to: done', 0, 118, '2016-08-18 14:06:56', 18),
+(486, 'User: mostafij added', 0, 119, '2016-08-18 14:07:16', 18),
+(487, 'Change status to: in-process', 0, 119, '2016-08-18 14:07:21', 18),
+(488, 'Change status to: done', 0, 119, '2016-08-18 14:07:32', 18),
+(489, 'User: mostafij added', 0, 120, '2016-08-18 14:07:49', 18),
+(490, 'Change status to: in-process', 0, 120, '2016-08-18 14:07:58', 18),
+(491, 'Change status to: done', 0, 120, '2016-08-18 14:08:09', 18),
+(492, 'User: mostafij added', 0, 121, '2016-08-18 14:08:37', 18),
+(493, 'Change status to: in-process', 0, 121, '2016-08-18 14:08:42', 18),
+(494, 'Change status to: done', 0, 121, '2016-08-18 14:08:53', 18),
+(495, 'User: mostafij added', 0, 122, '2016-08-18 14:09:37', 18),
+(496, 'Change status to: in-process', 0, 122, '2016-08-18 14:09:42', 18),
+(497, 'Change status to: done', 0, 122, '2016-08-18 14:09:53', 18),
+(498, 'User: mostafij added', 0, 135, '2016-08-18 14:10:15', 18),
+(499, 'Change status to: in-process', 0, 135, '2016-08-18 14:10:34', 18),
+(500, 'Change status to: done', 0, 135, '2016-08-18 14:10:45', 18),
+(501, 'Task: Website is Live created.', 25, 0, '2016-08-18 16:01:08', 29),
+(502, 'Task: Website is Live created.', 0, 140, '2016-08-18 16:01:08', 29),
+(503, 'Project:JDPC created.', 29, 0, '2016-08-18 16:46:32', 2),
+(504, 'Sakib Kh assigned.', 29, 0, '2016-08-18 16:46:54', 2),
+(505, 'Task: Admin Template created.', 29, 0, '2016-08-18 16:47:31', 2),
+(506, 'Task: Admin Template created.', 0, 141, '2016-08-18 16:47:31', 2),
+(507, 'Task: Menu created.', 29, 0, '2016-08-18 16:51:26', 2),
+(508, 'Task: Menu created.', 0, 142, '2016-08-18 16:51:26', 2),
+(509, 'Task: Dashboard created.', 29, 0, '2016-08-18 16:52:53', 2),
+(510, 'Task: Dashboard created.', 0, 143, '2016-08-18 16:52:53', 2),
+(511, 'Task: User created.', 29, 0, '2016-08-18 16:54:49', 2),
+(512, 'Task: User created.', 0, 144, '2016-08-18 16:54:49', 2),
+(513, 'Task: User Login created.', 29, 0, '2016-08-18 16:55:21', 2),
+(514, 'Task: User Login created.', 0, 145, '2016-08-18 16:55:21', 2),
+(515, 'Task: ITIMPRESS HOMEPAGE IMAGES FINAL created.', 24, 0, '2016-08-18 17:09:02', 24),
+(516, 'Task: ITIMPRESS HOMEPAGE IMAGES FINAL created.', 0, 146, '2016-08-18 17:09:02', 24),
+(517, 'Project:HRM PADR created.', 30, 0, '2016-08-18 17:22:54', 2),
+(518, 'Norazzuman assigned.', 30, 0, '2016-08-18 17:23:42', 2),
+(519, 'Shamim assigned.', 30, 0, '2016-08-18 17:23:58', 2),
+(520, 'Sabuj Maksud assigned.', 30, 0, '2016-08-18 17:24:32', 2),
+(521, 'Nuvista Pharma assigned.', 30, 0, '2016-08-18 17:25:14', 2),
+(522, 'Task: demo task created.', 30, 0, '2016-08-18 17:32:11', 32),
+(523, 'Task: demo task created.', 0, 147, '2016-08-18 17:32:11', 32),
+(524, 'Change status to: in-process', 0, 147, '2016-08-18 17:36:26', 32),
+(525, 'Change status to: completed', 0, 147, '2016-08-18 17:37:29', 32),
+(526, 'Task: fgbfdffdfdgfdx hggrgh created.', 30, 0, '2016-08-18 17:49:09', 30),
+(527, 'Task: fgbfdffdfdgfdx hggrgh created.', 0, 148, '2016-08-18 17:49:09', 30),
+(528, 'User: Norazzuman added', 0, 148, '2016-08-18 17:49:41', 30),
+(529, 'User: mostafij added', 0, 146, '2016-08-18 18:38:02', 18),
+(530, 'Task: Important Notes  created.', 25, 0, '2016-08-18 19:26:00', 24),
+(531, 'Task: Important Notes  created.', 0, 149, '2016-08-18 19:26:00', 24),
+(532, 'Task:fgbfdffdfdgfdx hggrgh removed.', 30, 0, '2016-08-19 09:18:29', 30),
+(533, 'User: Sakib Kh added', 0, 141, '2016-08-19 09:26:48', 27),
+(534, 'User: Sakib Kh added', 0, 142, '2016-08-19 09:26:58', 27),
+(535, 'User: Sakib Kh added', 0, 143, '2016-08-19 09:27:03', 27),
+(536, 'User: Sakib Kh added', 0, 144, '2016-08-19 09:27:08', 27),
+(537, 'User: Sakib Kh added', 0, 145, '2016-08-19 09:27:13', 27),
+(538, 'Task:demo task removed.', 30, 0, '2016-08-19 09:33:03', 30),
+(539, 'Task: Revinr Offer Page Design created.', 30, 0, '2016-08-19 09:57:54', 30),
+(540, 'Task: Revinr Offer Page Design created.', 0, 150, '2016-08-19 09:57:54', 30),
+(541, 'Task:Revinr Offer Page Design removed.', 30, 0, '2016-08-19 09:58:24', 30),
+(542, 'Task: PADR Form (Final) created.', 30, 0, '2016-08-19 11:03:51', 30),
+(543, 'Task: PADR Form (Final) created.', 0, 151, '2016-08-19 11:03:51', 30),
+(544, 'User: Norazzuman added', 0, 151, '2016-08-19 11:04:22', 30),
+(545, 'Task: PADR form (Mid Term) created.', 30, 0, '2016-08-19 11:05:52', 30),
+(546, 'Task: PADR form (Mid Term) created.', 0, 152, '2016-08-19 11:05:52', 30),
+(547, 'User: Norazzuman added', 0, 152, '2016-08-19 11:06:05', 30),
+(548, 'Task: Field-Force Management (FF Setup) created.', 30, 0, '2016-08-19 11:07:03', 30),
+(549, 'Task: Field-Force Management (FF Setup) created.', 0, 153, '2016-08-19 11:07:04', 30),
+(550, 'User: Norazzuman added', 0, 153, '2016-08-19 11:07:16', 30),
+(551, 'Task: FF Management (Employe wise FF Setup) created.', 30, 0, '2016-08-19 11:08:25', 30),
+(552, 'Task: FF Management (Employe wise FF Setup) created.', 0, 154, '2016-08-19 11:08:25', 30),
+(553, 'User: Norazzuman added', 0, 154, '2016-08-19 11:08:48', 30),
+(554, 'Task: Promotion (To be Announce) created.', 30, 0, '2016-08-19 11:10:17', 30),
+(555, 'Task: Promotion (To be Announce) created.', 0, 155, '2016-08-19 11:10:17', 30),
+(556, 'User: Norazzuman added', 0, 155, '2016-08-19 11:10:29', 30),
+(557, 'Task: Transfer (To be Announce) created.', 30, 0, '2016-08-19 11:11:10', 30),
+(558, 'Task: Transfer (To be Announce) created.', 0, 156, '2016-08-19 11:11:10', 30),
+(559, 'User: Norazzuman added', 0, 156, '2016-08-19 11:11:19', 30),
+(560, 'Change status to: in-process', 0, 151, '2016-08-19 11:18:18', 19),
+(561, 'Change status to: in-process', 0, 141, '2016-08-19 11:46:09', 27),
+(562, 'Change status to: in-process', 0, 141, '2016-08-19 11:46:26', 27),
+(563, 'Task: PADR COMPETENCIES Setup created.', 30, 0, '2016-08-19 11:56:11', 30),
+(564, 'Task: PADR COMPETENCIES Setup created.', 0, 157, '2016-08-19 11:56:11', 30),
+(565, 'User: Norazzuman added', 0, 157, '2016-08-19 11:56:21', 30),
+(566, 'Change status to: in-process', 0, 146, '2016-08-19 17:58:04', 18),
+(567, 'Change status to: done', 0, 146, '2016-08-19 17:58:17', 18),
+(568, 'Project:Android Learning created.', 31, 0, '2016-08-19 18:10:08', 2),
+(569, 'Mamun Hasan assigned.', 31, 0, '2016-08-19 18:10:24', 2),
+(570, 'Task: Learning The Basics: Different Levels of Android API created.', 31, 0, '2016-08-19 18:12:04', 29),
+(571, 'Task: Learning The Basics: Different Levels of Android API created.', 0, 158, '2016-08-19 18:12:04', 29),
+(572, 'Change status to: in-process', 0, 158, '2016-08-19 18:12:13', 29),
+(573, 'Task: Learning The Basics: Supporting Multiple Screen Sizes created.', 31, 0, '2016-08-19 18:12:54', 29),
+(574, 'Task: Learning The Basics: Supporting Multiple Screen Sizes created.', 0, 159, '2016-08-19 18:12:54', 29),
+(575, 'Change status to: in-process', 0, 159, '2016-08-19 18:13:03', 29),
+(576, 'Change status to: completed', 0, 158, '2016-08-19 18:13:15', 29),
+(577, 'Task: ITIMPRESS New Home Page Images  created.', 24, 0, '2016-08-19 22:21:14', 24),
+(578, 'Task: ITIMPRESS New Home Page Images  created.', 0, 160, '2016-08-19 22:21:14', 24),
+(579, 'Task: HRM Report Correction created.', 30, 0, '2016-08-21 20:07:48', 32),
+(580, 'Task: HRM Report Correction created.', 0, 161, '2016-08-21 20:07:48', 32),
+(581, 'Add document: AttendanceActivityreport.pdf', 30, 0, '2016-08-21 20:26:26', 32),
+(582, 'Add document: 9802.pdf', 30, 0, '2016-08-21 20:26:43', 32),
+(583, 'User: Norazzuman added', 0, 161, '2016-08-22 09:11:51', 30),
+(584, 'Change status to: in-process', 0, 161, '2016-08-22 09:20:14', 19),
+(585, 'Task: Tranning plane setup created.', 30, 0, '2016-08-22 09:23:33', 30),
+(586, 'Task: Tranning plane setup created.', 0, 162, '2016-08-22 09:23:33', 30),
+(587, 'User: Norazzuman added', 0, 162, '2016-08-22 09:23:47', 30),
+(588, 'Task: Need to add edit options in task details .. created.', 19, 0, '2016-08-22 09:24:03', 27),
+(589, 'Task: Need to add edit options in task details .. created.', 0, 163, '2016-08-22 09:24:03', 27),
+(590, 'Task: Objective Setup created.', 30, 0, '2016-08-22 09:24:12', 30),
+(591, 'Task: Objective Setup created.', 0, 164, '2016-08-22 09:24:12', 30),
+(592, 'User: Norazzuman added', 0, 164, '2016-08-22 09:24:23', 30),
+(593, 'Task: Document setup created.', 30, 0, '2016-08-22 09:24:49', 30),
+(594, 'Task: Document setup created.', 0, 165, '2016-08-22 09:24:49', 30),
+(595, 'User: Norazzuman added', 0, 165, '2016-08-22 09:24:59', 30),
+(596, 'Task: show task title in modal header in task details .. created.', 19, 0, '2016-08-22 09:26:35', 27),
+(597, 'Task: show task title in modal header in task details .. created.', 0, 166, '2016-08-22 09:26:35', 27),
+(598, 'Task: just click on the task the details will be open .. created.', 19, 0, '2016-08-22 09:47:03', 27),
+(599, 'Task: just click on the task the details will be open .. created.', 0, 167, '2016-08-22 09:47:03', 27),
+(600, 'Task: Revinr Offer Page Design created.', 30, 0, '2016-08-22 09:55:07', 30),
+(601, 'Task: Revinr Offer Page Design created.', 0, 168, '2016-08-22 09:55:07', 30),
+(602, 'Task:Revinr Offer Page Design removed.', 30, 0, '2016-08-22 09:55:26', 30),
+(603, 'Task: Revinr Offer Page Design created.', 22, 0, '2016-08-22 09:56:27', 30),
+(604, 'Task: Revinr Offer Page Design created.', 0, 169, '2016-08-22 09:56:27', 30),
+(605, 'Task:Revinr Offer Page Design removed.', 22, 0, '2016-08-22 09:57:07', 30),
+(606, 'Task: Revinr Offer Page Design created.', 22, 0, '2016-08-22 10:01:48', 30),
+(607, 'Task: Revinr Offer Page Design created.', 0, 170, '2016-08-22 10:01:48', 30),
+(608, 'mostafij assigned.', 22, 0, '2016-08-22 10:04:53', 2),
+(609, 'User: mostafij added', 0, 170, '2016-08-22 10:05:05', 2),
+(610, 'Add document: sp_fb_ad.psd', 22, 0, '2016-08-22 10:15:15', 2),
+(611, 'Document: sp_fb_ad.psd removed.', 22, 0, '2016-08-22 10:15:31', 2),
+(612, 'Add document: offer.psd', 22, 0, '2016-08-22 10:20:05', 2),
+(613, 'Task: Learning The Basics: Coding Conventions created.', 31, 0, '2016-08-22 11:26:32', 29),
+(614, 'Task: Learning The Basics: Coding Conventions created.', 0, 171, '2016-08-22 11:26:32', 29),
+(615, 'Change status to: in-process', 0, 171, '2016-08-22 11:35:19', 29),
+(616, 'Change status to: completed', 0, 141, '2016-08-22 14:48:18', 27),
+(617, 'Add document: guide.pdf', 31, 0, '2016-08-22 15:04:09', 29),
+(618, 'Change status to: in-process', 0, 142, '2016-08-22 15:35:05', 27),
+(619, 'Change status to: completed', 0, 142, '2016-08-22 15:35:18', 27),
+(620, 'Change status to: in-process', 0, 157, '2016-08-22 16:04:11', 19),
+(621, 'Change status to: completed', 0, 157, '2016-08-22 16:04:34', 19),
+(622, 'Change status to: done', 0, 157, '2016-08-22 16:04:49', 19),
+(623, 'Task: Modify login logout system created.', 19, 0, '2016-08-23 09:54:08', 2),
+(624, 'Task: Modify login logout system created.', 0, 172, '2016-08-23 09:54:08', 2),
+(625, 'User: Sakib Kh added', 0, 172, '2016-08-23 09:54:21', 2),
+(626, 'Task: make mailing more faster created.', 19, 0, '2016-08-23 09:55:58', 2),
+(627, 'Task: make mailing more faster created.', 0, 173, '2016-08-23 09:55:58', 2),
+(628, 'User: Sakib Kh added', 0, 173, '2016-08-23 09:56:09', 2),
+(629, 'Task: Add loader when the process are going on .. like : in task details assing user is confusing ... created.', 19, 0, '2016-08-23 09:57:26', 2),
+(630, 'Task: Add loader when the process are going on .. like : in task details assing user is confusing ... created.', 0, 174, '2016-08-23 09:57:26', 2),
+(631, 'User: Sakib Kh added', 0, 174, '2016-08-23 09:57:39', 2),
+(632, 'Task: after close task details modal need to refresh created.', 19, 0, '2016-08-23 09:58:24', 2),
+(633, 'Task: after close task details modal need to refresh created.', 0, 175, '2016-08-23 09:58:24', 2),
+(634, 'User: Sakib Kh added', 0, 175, '2016-08-23 09:58:36', 2),
+(635, 'User: Sakib Kh added', 0, 175, '2016-08-23 09:58:38', 2),
+(636, 'Task: Add sweet alert for SHOW nice alert created.', 19, 0, '2016-08-23 09:59:06', 2),
+(637, 'Task: Add sweet alert for SHOW nice alert created.', 0, 176, '2016-08-23 09:59:06', 2),
+(638, 'User: Sakib Kh added', 0, 176, '2016-08-23 09:59:22', 2),
+(639, 'Change status to: in-process', 0, 170, '2016-08-23 11:01:05', 18),
+(640, 'Change status to: in-process', 0, 170, '2016-08-23 11:01:05', 18),
+(641, 'Change status to: done', 0, 170, '2016-08-23 11:01:17', 18),
+(642, 'User: mostafij added', 0, 160, '2016-08-23 16:26:11', 18),
+(643, 'Change status to: in-process', 0, 160, '2016-08-23 16:27:18', 18),
+(644, 'Change status to: done', 0, 160, '2016-08-23 16:28:45', 18),
+(645, 'Change status to: in-process', 0, 162, '2016-08-23 18:18:39', 19),
+(646, 'Change status to: done', 0, 162, '2016-08-23 18:18:51', 19),
+(647, 'Change status to: completed', 0, 162, '2016-08-24 09:41:24', 19),
+(648, 'Change status to: completed', 0, 157, '2016-08-24 09:41:46', 19),
+(649, 'Change status to: completed', 0, 161, '2016-08-24 12:27:26', 19),
+(650, 'Change status to: done', 0, 157, '2016-08-24 12:48:32', 19),
+(651, 'Change status to: done', 0, 162, '2016-08-24 12:48:51', 19),
+(652, 'Change status to: in-process', 0, 143, '2016-08-24 15:12:33', 27),
+(653, 'Change status to: completed', 0, 143, '2016-08-24 15:12:47', 27),
+(654, 'Change status to: in-process', 0, 144, '2016-08-24 15:13:14', 27),
+(655, 'Change status to: completed', 0, 144, '2016-08-24 15:13:28', 27),
+(656, 'Change status to: in-process', 0, 164, '2016-08-24 16:44:50', 19),
+(657, 'Change status to: done', 0, 164, '2016-08-24 16:45:03', 19),
+(658, 'Change status to: checking', 0, 161, '2016-08-24 16:51:43', 32),
+(659, 'Task: Report Correction & Additional Requirementss created.', 30, 0, '2016-08-24 16:55:09', 32),
+(660, 'Task: Report Correction & Additional Requirementss created.', 0, 177, '2016-08-24 16:55:09', 32),
+(661, 'User: Shamim added', 0, 177, '2016-08-25 10:19:03', 30),
+(662, 'Project:Maxx Beard  created.', 32, 0, '2016-08-26 17:11:04', 2),
+(663, 'Kabir Hossen assigned.', 32, 0, '2016-08-26 17:11:27', 2),
+(664, 'Task: Maxx Beard Home page desin created.', 32, 0, '2016-08-26 17:12:05', 2),
+(665, 'Task: Maxx Beard Home page desin created.', 0, 178, '2016-08-26 17:12:05', 2),
+(666, 'User: Kabir Hossen added', 0, 178, '2016-08-26 17:12:25', 2),
+(667, 'Change status to: in-process', 0, 145, '2016-08-29 10:17:39', 2),
+(668, 'Change status to: completed', 0, 145, '2016-08-29 10:17:50', 2),
+(669, 'Change status to: done', 0, 141, '2016-08-29 10:18:39', 27),
+(670, 'Change status to: done', 0, 142, '2016-08-29 10:18:47', 27),
+(671, 'Change status to: done', 0, 143, '2016-08-29 10:18:56', 27),
+(672, 'Change status to: done', 0, 145, '2016-08-29 10:19:04', 27),
+(673, 'Change status to: done', 0, 144, '2016-08-29 10:19:13', 27),
+(674, 'Change status to: in-process', 0, 48, '2016-08-29 12:06:04', 19),
+(675, 'Change status to: completed', 0, 48, '2016-08-29 12:06:28', 19),
+(676, 'User: Norazzuman added', 0, 177, '2016-08-29 12:06:52', 2);
+INSERT INTO `activity_log` (`id`, `msg`, `proj_id`, `task_id`, `created_at`, `logged_user_id`) VALUES
+(677, 'Change status to: in-process', 0, 177, '2016-08-29 12:08:02', 19),
+(678, 'Change status to: completed', 0, 177, '2016-08-29 12:08:20', 19),
+(679, 'Change status to: done', 0, 161, '2016-08-30 10:04:53', 32),
+(680, 'Project:Travel Design created.', 33, 0, '2016-08-30 23:26:18', 2),
+(681, 'Task: Redesign created.', 33, 0, '2016-08-30 23:26:58', 2),
+(682, 'Task: Redesign created.', 0, 179, '2016-08-30 23:26:58', 2),
+(683, 'Sabuj Maksud assigned.', 33, 0, '2016-08-30 23:27:14', 2),
+(684, 'User: Sabuj Maksud added', 0, 179, '2016-08-30 23:27:35', 2),
+(685, 'Change status to: in-process', 0, 179, '2016-08-31 09:22:31', 30),
+(686, 'Task: create merchant page created.', 29, 0, '2016-08-31 15:34:05', 2),
+(687, 'Task: create merchant page created.', 0, 180, '2016-08-31 15:34:05', 2),
+(688, 'User: Sakib Kh added', 0, 180, '2016-08-31 15:34:16', 2),
+(689, 'Task: add search in products page created.', 29, 0, '2016-08-31 15:35:25', 2),
+(690, 'Task: add search in products page created.', 0, 181, '2016-08-31 15:35:25', 2),
+(691, 'User: Sakib Kh added', 0, 181, '2016-08-31 15:35:45', 2),
+(692, 'Task: Content-1 created.', 24, 0, '2016-08-31 15:48:05', 2),
+(693, 'Task: Content-1 created.', 0, 182, '2016-08-31 15:48:05', 2),
+(694, 'Add document: ITIMpress Content.docx', 24, 0, '2016-08-31 15:49:27', 2),
+(695, 'Document: ITIMpress Content.docx removed.', 24, 0, '2016-08-31 15:49:45', 2),
+(696, 'Add document: 31st-august.docx', 24, 0, '2016-08-31 15:50:16', 2),
+(697, 'User: mostafij added', 0, 182, '2016-08-31 15:50:29', 2),
+(698, 'Change status to: in-process', 0, 182, '2016-08-31 18:03:37', 18),
+(699, 'Change status to: done', 0, 182, '2016-08-31 18:04:16', 18),
+(700, 'Task: Project Details created.', 19, 0, '2016-08-31 18:40:56', 2),
+(701, 'Task: Project Details created.', 0, 183, '2016-08-31 18:40:56', 2),
+(702, 'Task: Task Details created.', 19, 0, '2016-08-31 18:41:13', 2),
+(703, 'Task: Task Details created.', 0, 184, '2016-08-31 18:41:13', 2),
+(704, 'Task: User Wise Task created.', 19, 0, '2016-08-31 18:42:10', 2),
+(705, 'Task: User Wise Task created.', 0, 185, '2016-08-31 18:42:11', 2),
+(706, 'User: Sakib Kh added', 0, 183, '2016-08-31 18:42:25', 2),
+(707, 'User: Kabir Hossen added', 0, 184, '2016-08-31 18:42:33', 2),
+(708, 'User: Sakib Kh added', 0, 184, '2016-08-31 18:42:37', 2),
+(709, 'User: Sakib Kh added', 0, 184, '2016-08-31 18:42:39', 2),
+(710, 'User: Sakib Kh added', 0, 185, '2016-08-31 18:43:07', 2),
+(711, 'Change status to: in-process', 0, 183, '2016-09-01 10:21:07', 2),
+(712, 'Change status to: completed', 0, 183, '2016-09-01 10:27:58', 27),
+(713, 'Change status to: done', 0, 183, '2016-09-01 10:33:38', 27),
+(714, 'Change status to: in-process', 0, 184, '2016-09-01 10:39:48', 27),
+(715, 'Change status to: done', 0, 184, '2016-09-01 10:39:57', 27),
+(716, 'Change status to: in-process', 0, 185, '2016-09-01 10:40:51', 27),
+(717, 'Change status to: in-process', 0, 166, '2016-09-01 12:21:08', 27),
+(718, 'Change status to: completed', 0, 51, '2016-09-01 12:40:51', 2),
+(719, 'Change status to: checking', 0, 51, '2016-09-01 12:41:08', 2),
+(720, 'Change status to: bug-fixing', 0, 51, '2016-09-01 12:41:25', 2),
+(721, 'Change status to: done', 0, 51, '2016-09-01 12:42:17', 2),
+(722, 'Task:2016 Events removed.', 16, 0, '2016-09-01 12:42:30', 2),
+(723, 'Change status to: completed', 0, 166, '2016-09-01 12:54:55', 2),
+(724, 'Change status to: checking', 0, 166, '2016-09-01 12:55:07', 2),
+(725, 'Change status to: bug-fixing', 0, 166, '2016-09-01 12:55:17', 2),
+(726, 'Change status to: done', 0, 166, '2016-09-01 12:55:31', 2),
+(727, 'Change status to: bug-fixing', 0, 183, '2016-09-01 12:57:13', 27),
+(728, 'Change status to: checking', 0, 183, '2016-09-01 12:57:22', 27),
+(729, 'Change status to: completed', 0, 183, '2016-09-01 12:57:31', 27),
+(730, 'Change status to: done', 0, 183, '2016-09-01 12:57:40', 27),
+(731, 'Change status to: bug-fixing', 0, 184, '2016-09-01 12:58:37', 17),
+(732, 'Change status to: checking', 0, 184, '2016-09-01 12:58:45', 17),
+(733, 'Change status to: completed', 0, 184, '2016-09-01 12:58:54', 17),
+(734, 'Change status to: done', 0, 184, '2016-09-01 12:59:11', 17),
+(735, 'Task: Use time picker created.', 19, 0, '2016-09-01 15:31:19', 2),
+(736, 'Task: Use time picker created.', 0, 186, '2016-09-01 15:31:19', 2),
+(737, 'Kabir Hossen removed.', 19, 0, '2016-09-01 15:31:27', 2),
+(738, 'User: Sakib Kh added', 0, 186, '2016-09-01 15:31:42', 2),
+(739, 'Change status to: in-process', 0, 186, '2016-09-01 15:34:21', 2),
+(740, 'Change status to: done', 0, 186, '2016-09-02 09:54:26', 2),
+(741, 'User: revinr added', 0, 185, '2016-09-02 12:03:42', 2),
+(742, 'Change status to: done', 0, 157, '2016-09-02 12:12:04', 2),
+(743, 'Change status to: done', 0, 161, '2016-09-02 12:12:12', 2),
+(744, 'Change status to: done', 0, 162, '2016-09-02 12:12:21', 2),
+(745, 'Change status to: done', 0, 164, '2016-09-02 12:12:30', 2),
+(746, 'Change status to: completed', 0, 151, '2016-09-05 13:20:05', 19),
+(747, 'Change status to: done', 0, 151, '2016-09-05 13:20:19', 19),
+(748, 'Change status to: in-process', 0, 152, '2016-09-05 13:20:38', 19),
+(749, 'Change status to: in-process', 0, 152, '2016-09-05 13:20:45', 19),
+(750, 'Change status to: done', 0, 152, '2016-09-05 13:20:56', 19),
+(751, 'Change status to: in-process', 0, 165, '2016-09-05 13:21:09', 19),
+(752, 'Change status to: done', 0, 165, '2016-09-05 13:21:20', 19),
+(753, 'Task: FF reporting Hierarchy Setup created.', 30, 0, '2016-09-05 14:27:37', 30),
+(754, 'Task: FF reporting Hierarchy Setup created.', 0, 187, '2016-09-05 14:27:37', 30),
+(755, 'User: Norazzuman added', 0, 187, '2016-09-05 14:28:14', 30),
+(756, 'Change status to: done', 0, 48, '2016-09-05 14:32:59', 19),
+(757, 'Change status to: done', 0, 177, '2016-09-05 14:33:21', 19),
+(758, 'Change status to: in-process', 0, 153, '2016-09-05 14:34:28', 19),
+(759, 'Task: recent activity created.', 19, 0, '2016-09-05 14:57:54', 2),
+(760, 'Task: recent activity created.', 0, 188, '2016-09-05 14:57:54', 2),
+(761, 'Task: If task have a comment add a symbol created.', 19, 0, '2016-09-05 14:59:27', 2),
+(762, 'Task: If task have a comment add a symbol created.', 0, 189, '2016-09-05 14:59:27', 2),
+(763, 'Change status to: done', 0, 153, '2016-09-05 16:00:48', 19),
+(764, 'Change status to: in-process', 0, 187, '2016-09-05 16:01:09', 19),
+(765, '<p>test comment for testing</p> -added to Need to add edit options in task details ...', 19, 163, '2016-09-06 15:04:25', 2),
+(766, '<p>test comment for testing</p> -removed from Need to add edit options in task details ...', 19, 163, '2016-09-06 15:04:58', 2),
+(767, 'Task: only for test created.', 19, 190, '2016-09-06 15:05:59', 2),
+(768, 'Task:only for test removed.', 19, 0, '2016-09-06 15:06:12', 2),
+(769, 'User: Sakib Kh added', 19, 188, '2016-09-06 16:22:12', 27),
+(770, 'Task: http://www.itimpress.com.au/social-media-marketing/ created.', 24, 0, '2016-09-07 10:41:41', 18),
+(771, 'Task: http://www.itimpress.com.au/social-media-marketing/ created.', 24, 191, '2016-09-07 10:41:41', 18),
+(772, ' -added to http://www.itimpress.com.au/social-media-marketing/.', 24, 191, '2016-09-07 10:42:42', 18),
+(773, 'http://www.itimpress.com.au/social-media-marketing/ -Change status to: in-process', 24, 191, '2016-09-07 10:43:31', 18),
+(774, 'Add document: itimpress.com.au updates (1).docx', 24, 0, '2016-09-07 10:44:07', 18),
+(775, 'Task: Marketing Post 9 Scheduled created.', 16, 192, '2016-09-07 14:00:41', 2),
+(776, 'Task: Bangla Grammar 8-18 created.', 16, 193, '2016-09-07 14:02:20', 2),
+(777, 'Task: Math 22 posts created.', 16, 194, '2016-09-07 14:03:26', 2),
+(778, 'Task: 22 posts for FB eng grammar created.', 16, 195, '2016-09-07 14:04:08', 2),
+(779, 'http://www.itimpress.com.au/social-media-marketing/ -Change status to: done', 24, 191, '2016-09-07 14:04:10', 18),
+(780, 'Task: Bank Job Marketing 11 created.', 16, 196, '2016-09-07 14:09:18', 2),
+(781, 'Task: Computer 11 posts created.', 16, 197, '2016-09-07 14:11:10', 2),
+(782, 'User: Arafat Rahman added', 16, 192, '2016-09-07 14:44:49', 2),
+(783, 'User: Arafat Rahman added', 16, 193, '2016-09-07 14:45:17', 2),
+(784, 'User: Jamil Shakil added', 16, 194, '2016-09-07 14:45:28', 2),
+(785, 'User: Jamil Shakil added', 16, 195, '2016-09-07 14:45:37', 2),
+(786, 'User: Jamil Shakil added', 16, 196, '2016-09-07 14:45:48', 2),
+(787, 'User: Jamil Shakil added', 16, 197, '2016-09-07 14:46:01', 2),
+(788, 'Math 22 posts -Change status to: in-process', 16, 194, '2016-09-07 14:53:01', 20),
+(789, 'Task: BCS Question 10 + Bank Question 10 daily created.', 16, 198, '2016-09-07 14:56:48', 2),
+(790, 'User: Sharifullah  added', 16, 198, '2016-09-07 14:57:04', 2),
+(791, 'Olympic Phelps  -Change status to: done', 16, 105, '2016-09-07 14:57:19', 2),
+(792, 'BCS Question 10 + Bank Question 10 daily -Change status to: in-process', 16, 198, '2016-09-07 15:03:23', 26),
+(793, 'Task: ?Please update the new footer image attached created.', 24, 199, '2016-09-07 15:15:11', 2),
+(794, 'Task: Project Names in the Header created.', 19, 200, '2016-09-07 15:19:30', 2),
+(795, 'Task: previous job test (action) open with new tab created.', 20, 0, '2016-09-07 15:26:07', 26),
+(796, 'Task: previous job test (action) open with new tab created.', 20, 201, '2016-09-07 15:26:08', 26),
+(797, 'Task: New Footer Image  created.', 24, 0, '2016-09-07 15:29:31', 24),
+(798, 'Task: New Footer Image  created.', 24, 202, '2016-09-07 15:29:31', 24),
+(799, ' -added to ?Please update the new footer image attached.', 24, 199, '2016-09-07 15:31:03', 24),
+(800, 'Math 22 posts -Change status to: completed', 16, 194, '2016-09-07 15:50:56', 20),
+(801, 'Registration -Change status to: in-process', 20, 60, '2016-09-07 15:52:34', 28),
+(802, '<p>done !</p> -added to Home Page Register.', 20, 61, '2016-09-07 15:53:18', 28),
+(803, 'Registration -Change status to: done', 20, 60, '2016-09-07 15:54:02', 28),
+(804, 'Home Page Register -Change status to: in-process', 20, 61, '2016-09-07 15:54:49', 28),
+(805, 'Home Page Register -Change status to: done', 20, 61, '2016-09-07 15:56:18', 28),
+(806, 'Bring Module Up  -Change status to: in-process', 20, 62, '2016-09-07 15:58:53', 28),
+(807, 'Bring Module Up  -Change status to: done', 20, 62, '2016-09-07 15:59:11', 28),
+(808, 'previous job test (action) open with new tab -Change status to: in-process', 20, 201, '2016-09-07 15:59:27', 28),
+(809, 'previous job test (action) open with new tab -Change status to: done', 20, 201, '2016-09-07 15:59:39', 28),
+(810, ' -added to New Footer Image .', 24, 202, '2016-09-07 16:39:24', 24),
+(811, '22 posts for FB eng grammar -Change status to: in-process', 16, 195, '2016-09-07 16:47:36', 20),
+(812, 'Task: Navigation Issue created.', 24, 0, '2016-09-07 17:00:43', 24),
+(813, 'Task: Navigation Issue created.', 24, 203, '2016-09-07 17:00:43', 24),
+(814, ' -added to Navigation Issue.', 24, 203, '2016-09-07 17:01:51', 24),
+(815, 'Task: IECC: Quick Report created.', 19, 204, '2016-09-07 17:54:36', 2),
+(816, 'User: Sakib Kh added', 19, 204, '2016-09-07 17:55:06', 2),
+(817, 'Task: IECC: Quick Report created.', 19, 205, '2016-09-07 17:56:28', 2),
+(818, 'Task: IECC: Quick Report 3 created.', 19, 206, '2016-09-07 18:00:26', 2),
+(819, 'Task: The 6 small images become dark please make it visible and crystal clear like earlier  created.', 24, 0, '2016-09-07 18:05:09', 24),
+(820, 'Task: The 6 small images become dark please make it visible and crystal clear like earlier  created.', 24, 207, '2016-09-07 18:05:09', 24),
+(821, '22 posts for FB eng grammar -Change status to: completed', 16, 195, '2016-09-07 19:29:20', 20),
+(822, 'Task: Top service part Home portion  & Footer part  created.', 24, 0, '2016-09-08 10:28:34', 18),
+(823, 'Task: Top service part Home portion  & Footer part  created.', 24, 208, '2016-09-08 10:28:34', 18),
+(824, 'Top service part Home portion  & Footer part  -Change status to: in-process', 24, 208, '2016-09-08 10:31:22', 18),
+(825, '<p>ok</p> -added to ?Please update the new footer image attached.', 24, 199, '2016-09-08 10:59:40', 18),
+(826, 'Top service part Home portion  & Footer part  -Change status to: done', 24, 208, '2016-09-08 11:00:03', 18),
+(827, '<p>Has Done the work&nbsp;</p> -added to Navigation Issue.', 24, 203, '2016-09-08 11:11:04', 18),
+(828, 'User: mostafij added', 24, 207, '2016-09-08 11:35:18', 18),
+(829, 'The 6 small images become dark please make it visible and crystal clear like earlier  -Change status to: in-process', 24, 207, '2016-09-08 11:35:25', 18),
+(830, 'User: mostafij added', 24, 203, '2016-09-08 11:35:43', 18),
+(831, 'Navigation Issue -Change status to: in-process', 24, 203, '2016-09-08 11:35:48', 18),
+(832, 'User: mostafij added', 24, 202, '2016-09-08 11:36:01', 18),
+(833, 'New Footer Image  -Change status to: in-process', 24, 202, '2016-09-08 11:36:06', 18),
+(834, 'User: mostafij added', 24, 199, '2016-09-08 11:36:40', 18),
+(835, '?Please update the new footer image attached -Change status to: in-process', 24, 199, '2016-09-08 11:36:44', 18),
+(836, 'The 6 small images become dark please make it visible and crystal clear like earlier  -Change status to: done', 24, 207, '2016-09-08 11:37:01', 18),
+(837, 'Navigation Issue -Change status to: done', 24, 203, '2016-09-08 11:37:18', 18),
+(838, 'New Footer Image  -Change status to: done', 24, 202, '2016-09-08 11:38:36', 18),
+(839, '?Please update the new footer image attached -Change status to: done', 24, 199, '2016-09-08 11:38:46', 18),
+(840, 'Computer 11 posts -Change status to: in-process', 16, 197, '2016-09-08 14:25:46', 20),
+(841, 'Task: Notification Button Add created.', 20, 0, '2016-09-08 16:03:38', 26),
+(842, 'Task: Notification Button Add created.', 20, 209, '2016-09-08 16:03:38', 26),
+(843, 'User: Helal Mohammad added', 20, 209, '2016-09-08 16:04:00', 26),
+(844, 'BCS Question 10 + Bank Question 10 daily -Change status to: completed', 16, 198, '2016-09-08 16:15:09', 26),
+(845, 'Computer 11 posts -Change status to: completed', 16, 197, '2016-09-08 16:30:46', 20),
+(846, 'FF Management (Employe wise FF Setup) -Change status to: in-process', 30, 154, '2016-09-08 16:57:46', 19),
+(847, 'FF Management (Employe wise FF Setup) -Change status to: done', 30, 154, '2016-09-08 16:58:09', 19),
+(848, 'FF reporting Hierarchy Setup -Change status to: done', 30, 187, '2016-09-08 16:58:21', 19),
+(849, '<p>Table:</p><p>student_enrolment-&gt;remarks</p> -added to IECC: Quick Report.', 19, 205, '2016-09-08 18:28:54', 2),
+(850, 'IECC: Quick Report -Change status to: in-process', 19, 204, '2016-09-09 09:27:29', 27),
+(851, 'User Wise Task -Change status to: done', 19, 185, '2016-09-09 09:27:42', 27),
+(852, 'IECC: Quick Report -Change status to: done', 19, 204, '2016-09-09 09:27:50', 27),
+(853, 'User: Sakib Kh added', 19, 205, '2016-09-09 09:28:12', 27),
+(854, 'User: Sakib Kh added', 19, 206, '2016-09-09 09:28:46', 27),
+(855, 'IECC: Quick Report -Change status to: in-process', 19, 205, '2016-09-09 09:29:09', 27),
+(856, 'Table:student_enrolment  -remarks -edited from IECC: Quick Report.', 19, 205, '2016-09-09 10:09:18', 27),
+(857, 'User: Sakib Kh added', 19, 206, '2016-09-09 12:04:04', 2),
+(858, 'Project:ITIMPRESS.COM created.', 34, 0, '2016-09-09 15:34:19', 24),
+(859, 'Task: ITIMPRESS.COM CONTENT created.', 34, 0, '2016-09-09 15:36:41', 24),
+(860, 'Task: ITIMPRESS.COM CONTENT created.', 34, 210, '2016-09-09 15:36:41', 24),
+(861, ' -added to ITIMPRESS.COM CONTENT.', 34, 210, '2016-09-09 15:37:47', 24),
+(862, 'Add document: it.com.docx', 34, 0, '2016-09-09 15:41:36', 24),
+(863, ' -added to ITIMPRESS.COM CONTENT.', 34, 210, '2016-09-09 15:42:13', 24),
+(864, 'Promotion (To be Announce) -Change status to: in-process', 30, 155, '2016-09-19 14:01:47', 19),
+(865, 'Promotion (To be Announce) -Change status to: done', 30, 155, '2016-09-19 14:02:06', 19),
+(866, 'Transfer (To be Announce) -Change status to: in-process', 30, 156, '2016-09-19 14:02:19', 19),
+(867, 'Transfer (To be Announce) -Change status to: done', 30, 156, '2016-09-20 14:11:46', 19),
+(868, 'Task: Studypress Apps e FB Log in Problem created.', 20, 0, '2016-09-20 15:26:04', 26),
+(869, 'Task: Studypress Apps e FB Log in Problem created.', 20, 211, '2016-09-20 15:26:04', 26),
+(870, 'User: Jamil Shakil added', 20, 211, '2016-09-20 15:41:03', 26),
+(871, 'User: Helal Mohammad added', 20, 211, '2016-09-20 15:41:08', 26),
+(872, 'Project:IECC created.', 35, 0, '2016-09-21 12:16:51', 2),
+(873, 'Task: task according to yesterday mail form helal vhai created.', 35, 212, '2016-09-21 12:19:08', 2),
+(874, 'Sakib Kh assigned.', 35, 0, '2016-09-21 12:19:29', 2),
+(875, 'Hadiur Rahman assigned.', 35, 0, '2016-09-21 12:19:50', 2),
+(876, 'Shamim assigned.', 35, 0, '2016-09-21 12:20:12', 2),
+(877, 'Helal Mohammad assigned.', 35, 0, '2016-09-21 12:20:31', 2),
+(878, 'User: Sakib Kh added', 35, 212, '2016-09-21 12:20:52', 2),
+(879, '<p><strong>IECC issues:</strong><br />1 need more info and email content<br />2 problem not understand ...<br /><em><strong>3 solved ... change type varchar to text queue_additional .. study_gap field</strong></em><br />4 problem not understand<br />', 35, 212, '2016-09-21 12:25:10', 2),
+(880, '<p><strong>IECC issues:</strong><br />1 need more info and email content<br />2 problem not understand ...<br /><em><strong>3 solved ... change type varchar to text queue_additional .. study_gap field</strong></em><br />4 problem not understand<br />', 35, 212, '2016-09-21 12:25:52', 2),
+(881, 'task according to yesterday mail form helal vhai -Change status to: in-process', 35, 212, '2016-09-21 12:26:28', 27),
+(882, '<p><strong>IECC issues:</strong><br />1 need more info and email content<br />2 not understand ...<br /><em><strong>3 solved ... change type &#39;text&#39; queue_additional .. study_gap field</strong></em><br />4 not understand<br />5 not understand<', 35, 212, '2016-09-21 12:30:17', 27),
+(883, '<p><strong>IECC issues:</strong><br />1 need more info and email content<br />2 not understand ...<br /><em><strong>3 solved ... change type &#39;text&#39; queue_additional .. study_gap field</strong></em><br />4 not understand<br />5 not understand<', 35, 212, '2016-09-21 12:30:18', 27),
+(884, 'Task: Resign and retired Report created.', 15, 213, '2016-09-21 14:14:06', 2),
+(885, 'Task: Leave report management staff created.', 15, 214, '2016-09-21 14:14:31', 2),
+(886, 'User: Norazzuman added', 15, 213, '2016-09-21 14:14:50', 2),
+(887, 'User: Norazzuman added', 15, 213, '2016-09-21 14:14:57', 2),
+(888, 'User: Norazzuman added', 15, 214, '2016-09-21 14:15:13', 2),
+(889, 'Task: uploaded file created.', 35, 0, '2016-09-21 15:53:18', 27),
+(890, 'Task: uploaded file created.', 35, 215, '2016-09-21 15:53:18', 27),
+(891, '<p>date : <strong>21-09-2016</strong></p><p><strong>controller: </strong></p><ul><li>enquiry_reg,</li><li>for_public,</li><li>login</li></ul><p><strong>Model: </strong>public_model</p><p><strong>View : </strong></p><ul><li>enquiry_student_form</li><l', 35, 215, '2016-09-21 15:56:47', 27),
+(892, '<p><strong>IECC issues:</strong><br />1 need more info and email content<br />2 not understand ...<br /><em><strong>3 solved ... change type &#39;text&#39; queue_additional .. study_gap field</strong></em><br />4 not understand<br />5 not understand<', 35, 212, '2016-09-21 15:58:33', 27),
+(893, '<p>1 no issue solved .. add a email notification in student part</p> -added to task according to yesterday mail form helal vhai.', 35, 212, '2016-09-21 15:59:05', 27),
+(894, '<p>Issue 2 solved</p> -added to task according to yesterday mail form helal vhai.', 35, 212, '2016-09-22 12:42:27', 27),
+(895, 'Discounts shop ------ checkout process -Change status to: in-process', 27, 106, '2016-09-25 14:15:31', 18),
+(896, 'Discounts shop ------ checkout process -Change status to: done', 27, 106, '2016-09-25 14:15:43', 18),
+(897, 'Task: https://maxx-beard.myshopify.com/ created.', 27, 0, '2016-09-25 14:16:31', 18),
+(898, 'Task: https://maxx-beard.myshopify.com/ created.', 27, 216, '2016-09-25 14:16:31', 18),
+(899, 'Add document: comments.docx', 27, 0, '2016-09-25 14:17:48', 18),
+(900, 'Leave report management staff -Change status to: in-process', 15, 214, '2016-09-26 17:01:21', 19),
+(901, 'Leave report management staff -Change status to: done', 15, 214, '2016-09-26 17:01:39', 19),
+(902, 'Resign and retired Report -Change status to: in-process', 15, 213, '2016-09-26 17:01:56', 19),
+(903, 'Project:Plumber Template created.', 36, 0, '2016-09-27 09:47:57', 2),
+(904, 'Task: Home Page created.', 36, 217, '2016-09-27 09:48:48', 2),
+(905, 'mostafij assigned.', 36, 0, '2016-09-27 09:49:17', 2),
+(906, 'User: mostafij added', 36, 217, '2016-09-27 09:49:34', 2),
+(907, 'Task: About Us created.', 36, 218, '2016-09-28 09:59:39', 2),
+(908, 'Task: Blog created.', 36, 219, '2016-09-28 09:59:53', 2),
+(909, 'Task: Services created.', 36, 220, '2016-09-28 10:00:09', 2),
+(910, 'Task: Contact Us created.', 36, 221, '2016-09-28 10:00:24', 2),
+(911, 'User: mostafij added', 36, 218, '2016-09-28 10:00:41', 2),
+(912, 'User: mostafij added', 36, 219, '2016-09-28 10:01:00', 2),
+(913, 'User: mostafij added', 36, 220, '2016-09-28 10:01:12', 2),
+(914, 'User: mostafij added', 36, 221, '2016-09-28 10:01:26', 2),
+(915, 'https://maxx-beard.myshopify.com/ -Change status to: in-process', 27, 216, '2016-09-28 14:30:41', 18),
+(916, 'https://maxx-beard.myshopify.com/ -Change status to: done', 27, 216, '2016-09-28 14:31:03', 18),
+(917, 'Home Page -Change status to: in-process', 36, 217, '2016-09-28 14:32:55', 18),
+(918, 'About Us -Change status to: in-process', 36, 218, '2016-09-28 14:33:17', 18),
+(919, 'Home Page -Change status to: done', 36, 217, '2016-09-28 17:39:51', 18),
+(920, 'Task: Modification created.', 32, 222, '2016-09-30 09:12:17', 2),
+(921, 'mostafij assigned.', 32, 0, '2016-09-30 09:13:03', 2),
+(922, 'User: mostafij added', 32, 222, '2016-09-30 09:13:20', 2),
+(923, 'User: mostafij added', 32, 222, '2016-09-30 09:13:39', 2),
+(924, '<p>you can use maxxbeard7 with password IG2016^ to login instagram.</p><p>&nbsp;</p><p>Also, in the mobile version, please remove the red &quot;get 15% club discount&quot; button and replace it with the &quot;Menu&quot; button (yes, we need to move t', 32, 222, '2016-09-30 09:14:23', 2),
+(925, 'Blog -Change status to: in-process', 36, 219, '2016-09-30 09:39:11', 18),
+(926, 'Services -Change status to: in-process', 36, 220, '2016-09-30 09:39:24', 18),
+(927, 'Contact Us -Change status to: in-process', 36, 221, '2016-09-30 09:39:42', 18),
+(928, 'Resign and retired Report -Change status to: done', 15, 213, '2016-09-30 15:06:42', 19),
+(929, 'Modification -Change status to: in-process', 32, 222, '2016-10-03 09:55:48', 18),
+(930, 'Modification -Change status to: done', 32, 222, '2016-10-03 09:56:08', 18),
+(931, 'Project:Bid created.', 37, 0, '2016-10-04 05:44:08', 2),
+(932, 'Task: Looking for an junior/mid level wordpress developer to help me with some projects. You will have to work fast and good, and to be creative and work from given details, and if needed you will have to improvise. Provide examples of your work. For', 37, 223, '2016-10-04 05:44:52', 2),
+(933, 'Task: Looking for an junior/mid level wordpress developer to help me with some projects. You will have to work fast and good, and to be creative and work from given details, and if needed you will have to improvise. Provide examples of your work. For', 37, 224, '2016-10-04 05:44:52', 2),
+(934, 'Helal Mohammad assigned.', 37, 0, '2016-10-04 05:45:31', 2),
+(935, 'Task:Looking for an junior/mid level wordpress developer to help me with some projects. You will have to work fast and good, and to be creative and work from given details, and if needed you will have to improvise. Provide examples of your work. For ', 37, 0, '2016-10-04 05:45:42', 2),
+(936, 'User: Helal Mohammad added', 37, 223, '2016-10-04 05:45:57', 2),
+(937, 'Task: Bid-2 created.', 37, 225, '2016-10-04 06:05:53', 2),
+(938, 'User: Helal Mohammad added', 37, 225, '2016-10-04 06:06:12', 2),
+(939, 'Project:Secret World created.', 38, 0, '2016-10-04 18:00:38', 2),
+(940, 'Kabir Hossen assigned.', 38, 0, '2016-10-04 18:01:08', 2),
+(941, 'Sakib Kh assigned.', 38, 0, '2016-10-04 18:01:41', 2),
+(942, 'Task: Data entry according to victoriasecret.com created.', 38, 226, '2016-10-04 18:02:40', 2),
+(943, 'User: Sakib Kh added', 38, 226, '2016-10-04 18:02:56', 2),
+(944, 'Task: HTML created.', 38, 227, '2016-10-04 18:08:00', 2),
+(945, 'User: Kabir Hossen added', 38, 227, '2016-10-04 18:08:17', 2),
+(946, 'Shumon  assigned.', 38, 0, '2016-10-04 18:08:35', 2),
+(947, 'About Us -Change status to: done', 36, 218, '2016-10-05 17:00:38', 18),
+(948, 'Blog -Change status to: done', 36, 219, '2016-10-05 17:00:59', 18),
+(949, 'Services -Change status to: done', 36, 220, '2016-10-05 17:01:15', 18),
+(950, 'Contact Us -Change status to: done', 36, 221, '2016-10-05 17:01:26', 18),
+(951, 'Project:vertilexlogistics created.', 39, 0, '2016-10-05 17:41:01', 2),
+(952, 'Sabuj Maksud assigned.', 39, 0, '2016-10-05 17:41:30', 2),
+(953, 'Kabir Hossen assigned.', 39, 0, '2016-10-05 17:41:47', 2),
+(954, 'Task: Design created.', 39, 228, '2016-10-05 17:42:40', 2),
+(955, 'User: Sabuj Maksud added', 39, 228, '2016-10-05 17:42:52', 2),
+(956, 'Project:Textile Fabrics Website Theme created.', 40, 0, '2016-10-05 17:55:40', 2),
+(957, 'Sabuj Maksud assigned.', 40, 0, '2016-10-05 17:56:14', 2),
+(958, 'mostafij assigned.', 40, 0, '2016-10-05 17:56:29', 2),
+(959, 'mostafij assigned.', 34, 0, '2016-10-10 02:34:12', 2),
+(960, 'Task: http://www.itimpress.com.au created.', 34, 229, '2016-10-10 02:35:24', 2),
+(961, 'User: mostafij added', 34, 229, '2016-10-10 02:35:37', 2),
+(962, 'ITIMPRESS.COM CONTENT -Change status to: in-process', 34, 210, '2016-10-10 02:35:55', 2),
+(963, 'ITIMPRESS.COM CONTENT -Change status to: done', 34, 210, '2016-10-10 02:36:09', 2),
+(964, 'Task: Home Page Coding created.', 32, 230, '2016-10-10 02:38:07', 2),
+(965, 'Maxx Beard Home page desin -Change status to: in-process', 32, 178, '2016-10-10 02:38:19', 2),
+(966, 'Maxx Beard Home page desin -Change status to: done', 32, 178, '2016-10-10 02:38:34', 2),
+(967, 'Task: Product Details Page created.', 32, 231, '2016-10-10 02:39:00', 2),
+(968, 'User: mostafij added', 32, 230, '2016-10-10 02:39:10', 2),
+(969, 'User: mostafij added', 32, 231, '2016-10-10 02:39:28', 2),
+(970, 'Project:Abhizatrik Foundation created.', 41, 0, '2016-10-10 02:41:19', 2),
+(971, 'Task: Basic Changes created.', 41, 232, '2016-10-10 02:45:34', 2),
+(972, 'Kabir Hossen assigned.', 41, 0, '2016-10-10 02:45:52', 2),
+(973, 'Jamil Shakil assigned.', 41, 0, '2016-10-10 02:46:09', 2),
+(974, 'User: Kabir Hossen added', 41, 232, '2016-10-10 02:46:23', 2),
+(975, 'Task: Convert to Wordpress created.', 41, 233, '2016-10-10 02:46:58', 2),
+(976, '<p>Ask Jamil for better understanding.</p> -added to Basic Changes.', 41, 232, '2016-10-10 02:47:24', 2),
+(977, 'Task: Project Page created.', 19, 234, '2016-10-10 02:48:56', 2),
+(978, 'User: Sakib Kh added', 19, 234, '2016-10-10 02:49:09', 2),
+(979, 'Project Page -Change status to: in-process', 19, 234, '2016-10-10 10:05:52', 27),
+(980, 'Project Page -Change status to: done', 19, 234, '2016-10-10 10:06:06', 27),
+(981, 'Task: www.itimpress.com also same design like www.itimpress.com.au but the content is different created.', 34, 0, '2016-10-10 12:06:55', 18),
+(982, 'Task: www.itimpress.com also same design like www.itimpress.com.au but the content is different created.', 34, 235, '2016-10-10 12:06:55', 18),
+(983, 'http://www.itimpress.com.au -Change status to: in-process', 34, 229, '2016-10-10 12:07:10', 18),
+(984, 'www.itimpress.com also same design like www.itimpress.com.au but the content is different -Change status to: in-process', 34, 235, '2016-10-10 12:07:27', 18),
+(985, 'http://www.itimpress.com.au -Change status to: done', 34, 229, '2016-10-10 12:07:44', 18),
+(986, 'www.itimpress.com also same design like www.itimpress.com.au but the content is different -Change status to: done', 34, 235, '2016-10-10 12:07:54', 18),
+(987, 'Home Page Coding -Change status to: in-process', 32, 230, '2016-10-13 10:01:15', 18),
+(988, 'Home Page Coding -Change status to: done', 32, 230, '2016-10-13 10:01:34', 18),
+(989, 'Project:Business Consultant Firm Template created.', 42, 0, '2016-10-14 18:18:54', 2),
+(990, 'Task: Home Page design integrate in wordpress created.', 42, 236, '2016-10-14 18:20:10', 2),
+(991, 'mostafij assigned.', 42, 0, '2016-10-14 18:20:28', 2),
+(992, 'mostafij assigned.', 42, 0, '2016-10-14 18:20:32', 2),
+(993, 'User: mostafij added', 42, 236, '2016-10-14 18:20:49', 2),
+(994, 'mostafij removed.', 42, 0, '2016-10-14 18:21:11', 2),
+(995, 'Task: About Us created.', 42, 237, '2016-10-14 18:23:30', 2),
+(996, 'User: mostafij added', 42, 237, '2016-10-14 18:23:50', 2),
+(997, 'Task: Services created.', 42, 238, '2016-10-14 18:24:04', 2),
+(998, 'User: mostafij added', 42, 238, '2016-10-14 18:24:57', 2),
+(999, 'Task: Blog created.', 42, 239, '2016-10-14 18:25:19', 2),
+(1000, 'User: mostafij added', 42, 239, '2016-10-14 18:25:33', 2),
+(1001, 'Task: News  created.', 42, 240, '2016-10-14 18:26:03', 2),
+(1002, 'User: mostafij added', 42, 240, '2016-10-14 18:26:16', 2),
+(1003, 'Task: Contact Us created.', 42, 241, '2016-10-14 18:26:38', 2),
+(1004, 'User: mostafij added', 42, 241, '2016-10-14 18:26:50', 2),
+(1005, 'Product Details Page -Change status to: in-process', 32, 231, '2016-10-19 09:31:47', 18),
+(1006, 'Product Details Page -Change status to: done', 32, 231, '2016-10-19 09:32:20', 18),
+(1007, 'Home Page design integrate in wordpress -Change status to: in-process', 42, 236, '2016-10-19 09:33:39', 18),
+(1008, 'About Us -Change status to: in-process', 42, 237, '2016-10-19 09:34:02', 18),
+(1009, 'News  -Change status to: in-process', 42, 240, '2016-10-19 09:34:21', 18),
+(1010, 'Services -Change status to: in-process', 42, 238, '2016-10-19 09:34:36', 18),
+(1011, 'Contact Us -Change status to: in-process', 42, 241, '2016-10-19 12:27:03', 18),
+(1012, 'Project:Lashiq created.', 43, 0, '2016-10-19 15:06:33', 2),
+(1013, 'mostafij assigned.', 43, 0, '2016-10-19 15:07:43', 2),
+(1014, 'Task: Design and programming created.', 43, 242, '2016-10-19 15:08:28', 2),
+(1015, 'User: mostafij added', 43, 242, '2016-10-19 15:08:39', 2),
+(1016, 'uploaded file -Change status to: in-process', 35, 215, '2016-10-20 15:28:21', 27),
+(1017, 'uploaded file -Change status to: done', 35, 215, '2016-10-20 15:28:29', 27),
+(1018, 'task according to yesterday mail form helal vhai -Change status to: done', 35, 212, '2016-10-20 16:51:58', 27),
+(1019, 'revinr offer page -Change status to: done', 22, 66, '2016-10-20 16:53:20', 2),
+(1020, 'Hosting -Change status to: in-process', 17, 57, '2016-10-20 16:53:42', 2),
+(1021, 'Newsletter -Change status to: in-process', 17, 90, '2016-10-20 16:53:56', 2),
+(1022, 'other page guideline -Change status to: in-process', 17, 91, '2016-10-20 16:54:08', 2),
+(1023, 'Urgent -Change status to: in-process', 17, 104, '2016-10-20 16:54:22', 2),
+(1024, 'Robin Raju website updates -Change status to: in-process', 17, 123, '2016-10-20 16:54:35', 2),
+(1025, 'Hosting -Change status to: done', 17, 57, '2016-10-20 16:54:46', 2),
+(1026, 'Newsletter -Change status to: done', 17, 90, '2016-10-20 16:54:57', 2),
+(1027, 'other page guideline -Change status to: done', 17, 91, '2016-10-20 16:55:09', 2),
+(1028, 'Urgent -Change status to: done', 17, 104, '2016-10-20 16:55:19', 2),
+(1029, 'Robin Raju website updates -Change status to: done', 17, 123, '2016-10-20 16:55:30', 2),
+(1030, 'Theme should be Compatible with Logo -Change status to: done', 17, 79, '2016-10-20 17:01:41', 2),
+(1031, 'Text: Home Page Header -Change status to: done', 17, 81, '2016-10-20 17:01:53', 2),
+(1032, 'Home Page Design -Change status to: done', 17, 82, '2016-10-20 17:02:04', 2),
+(1033, 'Job News  -Change status to: in-process', 16, 53, '2016-10-20 17:02:27', 2),
+(1034, 'Marketing Post 9 Scheduled -Change status to: in-process', 16, 192, '2016-10-20 17:02:40', 2),
+(1035, 'Bangla Grammar 8-18 -Change status to: in-process', 16, 193, '2016-10-20 17:04:29', 2),
+(1036, 'Bank Job Marketing 11 -Change status to: in-process', 16, 196, '2016-10-20 17:04:47', 2),
+(1037, 'Job News  -Change status to: done', 16, 53, '2016-10-20 17:04:59', 2),
+(1038, 'Business and Economics -Change status to: done', 16, 110, '2016-10-20 17:05:08', 2),
+(1039, 'Marketing Post 9 Scheduled -Change status to: done', 16, 192, '2016-10-20 17:05:20', 2),
+(1040, 'Bangla Grammar 8-18 -Change status to: in-process', 16, 193, '2016-10-20 17:05:34', 2),
+(1041, 'Bangla Grammar 8-18 -Change status to: done', 16, 193, '2016-10-20 17:07:28', 2),
+(1042, 'Bank Job Marketing 11 -Change status to: done', 16, 196, '2016-10-20 17:07:39', 2),
+(1043, 'Math 22 posts -Change status to: done', 16, 194, '2016-10-20 17:07:49', 2),
+(1044, '22 posts for FB eng grammar -Change status to: done', 16, 195, '2016-10-20 17:07:58', 2),
+(1045, 'Computer 11 posts -Change status to: done', 16, 197, '2016-10-20 17:08:09', 2),
+(1046, 'BCS Question 10 + Bank Question 10 daily -Change status to: done', 16, 198, '2016-10-20 17:08:20', 2),
+(1047, 'Redesign -Change status to: done', 33, 179, '2016-10-20 17:19:56', 2),
+(1048, 'Main Menu -Change status to: done', 24, 111, '2016-10-20 17:20:20', 2),
+(1049, 'Apple & Samsung Stores -Change status to: in-process', 25, 136, '2016-10-20 17:20:38', 2),
+(1050, 'Website is Live -Change status to: in-process', 25, 140, '2016-10-20 17:20:49', 2),
+(1051, 'Important Notes  -Change status to: in-process', 25, 149, '2016-10-20 17:20:59', 2),
+(1052, 'Apple & Samsung Stores -Change status to: done', 25, 136, '2016-10-20 17:21:10', 2),
+(1053, 'Front Landing Page  -Change status to: done', 25, 137, '2016-10-20 17:21:20', 2),
+(1054, 'Website is Live -Change status to: done', 25, 140, '2016-10-20 17:21:30', 2),
+(1055, 'Important Notes  -Change status to: done', 25, 149, '2016-10-20 17:23:03', 2),
+(1056, 'Learning The Basics: Supporting Multiple Screen Sizes -Change status to: done', 31, 159, '2016-10-20 17:23:23', 2),
+(1057, 'Learning The Basics: Coding Conventions -Change status to: done', 31, 171, '2016-10-20 17:23:33', 2),
+(1058, 'Learning The Basics: Different Levels of Android API -Change status to: done', 31, 158, '2016-10-20 17:23:51', 2),
+(1059, 'Task: Blog Page Counter created.', 32, 243, '2016-10-21 01:48:09', 2),
+(1060, 'User: mostafij added', 32, 243, '2016-10-21 01:48:18', 2),
+(1061, 'Basic Changes -Change status to: in-process', 41, 232, '2016-10-21 09:38:40', 25),
+(1062, 'Task: My Some working are shown here ... created.', 32, 0, '2016-10-21 10:05:13', 18),
+(1063, 'Task: My Some working are shown here ... created.', 32, 244, '2016-10-21 10:05:13', 18),
+(1064, 'Design and programming -Change status to: in-process', 43, 242, '2016-10-21 10:07:04', 18),
+(1065, '<p>http://www.revinr.com/consulting/</p> -added to Home Page design integrate in wordpress.', 42, 236, '2016-10-21 10:13:37', 18),
+(1066, '<p>http://www.revinr.com/consulting/</p> -added to About Us.', 42, 237, '2016-10-21 10:13:49', 18),
+(1067, '<p>http://www.revinr.com/consulting/</p> -added to Services.', 42, 238, '2016-10-21 10:13:56', 18),
+(1068, '<p>http://www.revinr.com/consulting/</p> -added to News .', 42, 240, '2016-10-21 10:14:03', 18),
+(1069, '<p>http://www.revinr.com/consulting/</p> -added to Contact Us.', 42, 241, '2016-10-21 10:14:08', 18),
+(1070, '<p>Over sure Done .....</p> -added to Blog Page Counter.', 32, 243, '2016-10-21 10:24:29', 18),
+(1071, 'Blog Page Counter -Change status to: in-process', 32, 243, '2016-10-21 10:24:44', 18),
+(1072, 'Blog Page Counter -Change status to: done', 32, 243, '2016-10-21 10:25:16', 18),
+(1073, 'Design and programming -Change status to: done', 43, 242, '2016-10-21 11:36:35', 18),
+(1074, 'Task:Re design handbl website removed.', 23, 0, '2016-10-21 14:57:59', 29),
+(1075, 'About Us -Change status to: done', 42, 237, '2016-10-21 15:00:24', 18),
+(1076, 'Contact Us -Change status to: done', 42, 241, '2016-10-21 15:00:43', 18),
+(1077, 'News  -Change status to: done', 42, 240, '2016-10-21 15:01:02', 18),
+(1078, 'Services -Change status to: done', 42, 238, '2016-10-21 15:01:18', 18),
+(1079, 'Home Page design integrate in wordpress -Change status to: done', 42, 236, '2016-10-21 15:02:40', 18),
+(1080, 'Project:Islamic WIlls created.', 44, 0, '2016-10-21 15:05:15', 2),
+(1081, 'Design -Change status to: in-process', 39, 228, '2016-10-21 15:05:28', 30),
+(1082, 'Design -Change status to: completed', 39, 228, '2016-10-21 15:05:46', 30),
+(1083, 'Mamun Hasan assigned.', 44, 0, '2016-10-21 15:05:48', 2),
+(1084, 'Task: Creating form for Islamic Will created.', 44, 0, '2016-10-21 15:07:40', 29),
+(1085, 'Task: Creating form for Islamic Will created.', 44, 245, '2016-10-21 15:07:40', 29),
+(1086, 'Project:Summit Communications created.', 45, 0, '2016-10-21 15:09:48', 2),
+(1087, 'Project:Ifad Products created.', 46, 0, '2016-10-21 15:10:17', 2),
+(1088, 'Task: Home Page Design created.', 46, 246, '2016-10-21 15:11:57', 2),
+(1089, 'Task: Products Page created.', 46, 247, '2016-10-21 15:12:30', 2),
+(1090, 'Task: Home Page design created.', 45, 248, '2016-10-21 15:13:44', 2),
+(1091, 'Sabuj Maksud assigned.', 45, 0, '2016-10-21 15:14:12', 2),
+(1092, 'User: Sabuj Maksud added', 45, 248, '2016-10-21 15:14:27', 2),
+(1093, 'Sabuj Maksud assigned.', 46, 0, '2016-10-21 15:15:10', 2),
+(1094, 'User: Sabuj Maksud added', 46, 246, '2016-10-21 15:15:31', 2),
+(1095, 'User: Sabuj Maksud added', 46, 247, '2016-10-21 15:15:44', 2),
+(1096, 'User: Sabuj Maksud added', 45, 248, '2016-10-21 15:16:42', 30),
+(1097, 'Home Page design -Change status to: in-process', 45, 248, '2016-10-21 15:16:52', 30),
+(1098, ' -added to Home Page design.', 45, 248, '2016-10-21 15:18:51', 30),
+(1099, ' -added to Home Page design.', 45, 248, '2016-10-21 15:19:03', 30),
+(1100, 'Home Page design -Change status to: completed', 45, 248, '2016-10-21 15:21:22', 30),
+(1101, 'Project:StudyPress School Ten created.', 47, 0, '2016-10-21 15:25:53', 2),
+(1102, 'Arafat Rahman assigned.', 47, 0, '2016-10-21 15:26:21', 2),
+(1103, 'Shumon  assigned.', 47, 0, '2016-10-21 15:26:36', 2),
+(1104, 'Shumon  assigned.', 28, 0, '2016-10-21 15:27:11', 2),
+(1105, 'Shamme Zeba assigned.', 38, 0, '2016-10-21 15:30:13', 2),
+(1106, 'Project:Wake Board created.', 48, 0, '2016-10-21 15:30:40', 2),
+(1107, 'Shamme Zeba assigned.', 48, 0, '2016-10-21 15:30:56', 2),
+(1108, 'Task: Class10  bangla 2nd paper created.', 47, 0, '2016-10-21 15:32:49', 21),
+(1109, 'Task: Class10  bangla 2nd paper created.', 47, 249, '2016-10-21 15:32:49', 21),
+(1110, 'Task: MenuID=8 created.', 48, 0, '2016-10-21 15:32:53', 36),
+(1111, 'Task: MenuID=8 created.', 48, 250, '2016-10-21 15:32:53', 36),
+(1112, 'Class10  bangla 2nd paper -Change status to: in-process', 47, 249, '2016-10-21 15:32:58', 21),
+(1113, 'Task: MenuID=0 created.', 48, 0, '2016-10-21 15:33:18', 36),
+(1114, 'Task: MenuID=0 created.', 48, 251, '2016-10-21 15:33:18', 36),
+(1115, 'MenuID=8 -Change status to: in-process', 48, 250, '2016-10-21 15:35:07', 36),
+(1116, 'Task: MenuID=911 created.', 48, 0, '2016-10-21 15:35:59', 36),
+(1117, 'Task: MenuID=911 created.', 48, 252, '2016-10-21 15:35:59', 36),
+(1118, 'Task: MenuID=901 created.', 48, 0, '2016-10-21 15:36:25', 36),
+(1119, 'Task: MenuID=901 created.', 48, 253, '2016-10-21 15:36:25', 36),
+(1120, 'Task: MenuID=914 created.', 48, 0, '2016-10-21 15:39:40', 36),
+(1121, 'Task: MenuID=914 created.', 48, 254, '2016-10-21 15:39:40', 36),
+(1122, 'Task: MenuID=913 created.', 48, 0, '2016-10-21 15:40:56', 36),
+(1123, 'Task: MenuID=913 created.', 48, 255, '2016-10-21 15:40:56', 36),
+(1124, 'Task: MenuID=921 created.', 48, 0, '2016-10-21 15:41:25', 36),
+(1125, 'Task: MenuID=921 created.', 48, 256, '2016-10-21 15:41:25', 36),
+(1126, 'Task: MenuID=95 created.', 48, 0, '2016-10-21 15:41:48', 36),
+(1127, 'Task: MenuID=95 created.', 48, 257, '2016-10-21 15:41:48', 36),
+(1128, 'Class10  bangla 2nd paper -Change status to: done', 47, 249, '2016-10-21 15:49:15', 21),
+(1129, 'Task: Blog created.', 43, 258, '2016-10-24 02:22:40', 2),
+(1130, 'User: mostafij added', 43, 258, '2016-10-24 02:22:57', 2),
+(1131, 'Task: eye in the navigation created.', 43, 259, '2016-10-24 02:23:47', 2),
+(1132, 'Sabuj Maksud assigned.', 43, 0, '2016-10-24 02:24:17', 2),
+(1133, 'User: Sabuj Maksud added', 43, 259, '2016-10-24 02:24:30', 2),
+(1134, 'Task: Design Issues and Banner created.', 43, 260, '2016-10-24 02:25:24', 2),
+(1135, 'User: Sabuj Maksud added', 43, 260, '2016-10-24 02:25:40', 2),
+(1136, ' -added to Design Issues and Banner.', 43, 260, '2016-10-24 02:26:25', 2),
+(1137, 'Add document: comments on the design_102116.docx', 43, 0, '2016-10-24 02:28:00', 2),
+(1138, 'Add document: 2nd banner comments.jpg', 43, 0, '2016-10-24 02:28:03', 2),
+(1139, 'Add document: first banner comments.jpg', 43, 0, '2016-10-24 02:28:04', 2),
+(1140, 'Add document: the font and effects for the text on the banner images.jpg', 43, 0, '2016-10-24 02:28:04', 2),
+(1141, 'Task: add to cart missing created.', 43, 261, '2016-10-24 02:29:50', 2),
+(1142, 'User: mostafij added', 43, 261, '2016-10-24 02:30:02', 2),
+(1143, 'Task: Instagram Images created.', 43, 262, '2016-10-24 02:30:39', 2),
+(1144, 'User: mostafij added', 43, 262, '2016-10-24 02:30:50', 2),
+(1145, 'Task: Fonts in FAQ page created.', 43, 263, '2016-10-24 02:31:21', 2),
+(1146, 'User: mostafij added', 43, 263, '2016-10-24 02:31:33', 2),
+(1147, 'Shamme Zeba assigned.', 45, 0, '2016-10-24 02:33:22', 2),
+(1148, 'Task: Four reference website created.', 45, 264, '2016-10-24 02:35:51', 2),
+(1149, 'User: Shamme Zeba added', 45, 264, '2016-10-24 02:36:04', 2),
+(1150, 'Project:Design Tasks created.', 49, 0, '2016-10-24 02:39:02', 2),
+(1151, 'Task: IFAD created.', 49, 265, '2016-10-24 02:39:56', 2),
+(1152, 'Sabuj Maksud assigned.', 49, 0, '2016-10-24 02:40:25', 2),
+(1153, 'User: Sabuj Maksud added', 49, 265, '2016-10-24 02:40:39', 2),
+(1154, 'Task: JDPC Loading Page  created.', 29, 266, '2016-10-24 02:42:12', 2),
+(1155, 'User: Sakib Kh added', 29, 266, '2016-10-24 02:42:23', 2),
+(1156, '<p>Kabir give me status of this project.&nbsp;</p><p>Please submit the proejct except the payment and event issues.</p><p>I will forward it to Mostafij then.</p> -added to Convert to Wordpress.', 41, 233, '2016-10-24 02:43:38', 2),
+(1157, 'Convert to Wordpress -Change status to: in-process', 41, 233, '2016-10-24 02:43:56', 2),
+(1158, 'User: Kabir Hossen added', 41, 233, '2016-10-24 02:44:33', 2),
+(1159, 'Design -Change status to: done', 39, 228, '2016-10-24 02:44:59', 2),
+(1160, 'Task: Product Category Page created.', 38, 267, '2016-10-24 02:45:58', 2),
+(1161, 'User: Sakib Kh added', 38, 267, '2016-10-24 02:46:10', 2),
+(1162, 'Task: Product Details Page created.', 38, 268, '2016-10-24 02:46:42', 2),
+(1163, 'User: Sakib Kh added', 38, 268, '2016-10-24 02:46:55', 2),
+(1164, 'Task: Make an api for mobile apps created.', 38, 269, '2016-10-24 02:47:32', 2),
+(1165, 'User: Sakib Kh added', 38, 269, '2016-10-24 02:47:45', 2),
+(1166, 'Kabir Hossen assigned.', 40, 0, '2016-10-24 02:48:46', 2),
+(1167, 'Task: Convert to Wordpress created.', 40, 270, '2016-10-24 02:49:18', 2),
+(1168, 'User: Kabir Hossen added', 40, 270, '2016-10-24 02:49:36', 2),
+(1169, 'create merchant page -Change status to: in-process', 29, 180, '2016-10-24 09:15:48', 27),
+(1170, 'create merchant page -Change status to: done', 29, 180, '2016-10-24 09:15:57', 27),
+(1171, 'add search in products page -Change status to: in-process', 29, 181, '2016-10-24 09:16:09', 27),
+(1172, 'add search in products page -Change status to: done', 29, 181, '2016-10-24 09:16:15', 27),
+(1173, 'Blog -Change status to: in-process', 42, 239, '2016-10-24 09:33:50', 18),
+(1174, 'Make an api for mobile apps -Change status to: in-process', 38, 269, '2016-10-24 09:35:36', 27),
+(1175, ' -added to Blog.', 42, 239, '2016-10-24 09:36:40', 18),
+(1176, '1.jpg -removed from Blog.', 42, 239, '2016-10-24 09:36:59', 18),
+(1177, '<p>Please go to admin and look the work again ... It has only 4 &amp; 2 post here&nbsp;</p> -added to Blog.', 42, 239, '2016-10-24 09:38:33', 18),
+(1178, '<p>Please go to admin and look the work again ... It has only 4 &amp; 2 post here &nbsp;https://lashiq.myshopify.com/admin/articles</p> -added to Blog.', 42, 239, '2016-10-24 09:38:50', 18),
+(1179, '<p>1. The blog has the same issues as I mentioned before. (I am very frustrated&nbsp; that we spent so much time on the little issues like this). Please go through what I wrote carefully and get it done one by one before you ask me to check again. it', 42, 239, '2016-10-24 09:43:23', 18),
+(1180, '<p>1. The blog has the same issues as I mentioned before. (I am very frustrated&nbsp; that we spent so much time on the little issues like this). Please go through what I wrote carefully and get it done one by one before you ask me to check again. it', 42, 239, '2016-10-24 09:43:36', 18),
+(1181, 'Project:Studypress created.', 50, 0, '2016-10-24 09:48:44', 2),
+(1182, 'Task: MenuID=50 created.', 48, 0, '2016-10-24 09:51:49', 36),
+(1183, 'Task: MenuID=50 created.', 48, 271, '2016-10-24 09:51:49', 36),
+(1184, 'Task: MenuID=6 created.', 48, 0, '2016-10-24 09:52:18', 36),
+(1185, 'Task: MenuID=6 created.', 48, 272, '2016-10-24 09:52:18', 36),
+(1186, 'Task: MenuID=2 created.', 48, 0, '2016-10-24 09:52:42', 36),
+(1187, 'Task: MenuID=2 created.', 48, 273, '2016-10-24 09:52:42', 36),
+(1188, 'Task: MenuID=4 created.', 48, 0, '2016-10-24 09:53:00', 36),
+(1189, 'Task: MenuID=4 created.', 48, 274, '2016-10-24 09:53:00', 36),
+(1190, 'Creating form for Islamic Will -Change status to: in-process', 44, 245, '2016-10-24 09:54:11', 29),
+(1191, 'Task: MenuID=501 created.', 48, 0, '2016-10-24 09:56:57', 36),
+(1192, 'Task: MenuID=501 created.', 48, 275, '2016-10-24 09:56:57', 36),
+(1193, 'Task: MenuID=502 created.', 48, 0, '2016-10-24 09:57:10', 36),
+(1194, 'Task: MenuID=502 created.', 48, 276, '2016-10-24 09:57:10', 36),
+(1195, 'Task: MenuID=651 created.', 48, 0, '2016-10-24 10:01:02', 36),
+(1196, 'Task: MenuID=651 created.', 48, 277, '2016-10-24 10:01:02', 36),
+(1197, 'Task: MenuID=6 created.', 48, 0, '2016-10-24 10:01:25', 36),
+(1198, 'Task: MenuID=6 created.', 48, 278, '2016-10-24 10:01:25', 36),
+(1199, 'Project:Orion Travels Ticket Processing created.', 51, 0, '2016-10-24 10:01:28', 2),
+(1200, 'Task:MenuID=6 removed.', 48, 0, '2016-10-24 10:01:32', 36),
+(1201, 'Task: MenuID=61 created.', 48, 0, '2016-10-24 10:01:51', 36),
+(1202, 'Task: MenuID=61 created.', 48, 279, '2016-10-24 10:01:51', 36),
+(1203, 'Task: MenuID=54 created.', 48, 0, '2016-10-24 10:02:12', 36),
+(1204, 'Task: MenuID=54 created.', 48, 280, '2016-10-24 10:02:12', 36),
+(1205, 'Shamim assigned.', 51, 0, '2016-10-24 10:02:49', 2),
+(1206, 'Task: Bug fixing for abacus system created.', 51, 0, '2016-10-24 10:03:54', 28),
+(1207, 'Task: Bug fixing for abacus system created.', 51, 281, '2016-10-24 10:03:54', 28),
+(1208, 'Task: Changes In Abasus Tax Calculation created.', 51, 0, '2016-10-24 10:04:42', 28),
+(1209, 'Task: Changes In Abasus Tax Calculation created.', 51, 282, '2016-10-24 10:04:42', 28),
+(1210, 'MenuID=8 -Change status to: done', 48, 250, '2016-10-24 10:04:59', 36),
+(1211, 'Task: grand total breakdown in abacus system created.', 51, 0, '2016-10-24 10:05:40', 28),
+(1212, 'Task: grand total breakdown in abacus system created.', 51, 283, '2016-10-24 10:05:40', 28),
+(1213, 'MenuID=0 -Change status to: in-process', 48, 251, '2016-10-24 10:09:45', 36),
+(1214, 'MenuID=0 -Change status to: done', 48, 251, '2016-10-24 10:09:59', 36),
+(1215, 'MenuID=901 -Change status to: in-process', 48, 253, '2016-10-24 10:11:15', 36),
+(1216, 'Task: Slogan  created.', 17, 0, '2016-10-24 10:22:50', 25),
+(1217, 'Task: Slogan  created.', 17, 284, '2016-10-24 10:22:50', 25),
+(1218, 'Slogan  -Change status to: in-process', 17, 284, '2016-10-24 10:22:56', 25),
+(1219, 'Slogan  -Change status to: done', 17, 284, '2016-10-24 10:23:03', 25),
+(1220, '<p>Please Assign this task to kabir vhai ...</p> -added to JDPC Loading Page .', 29, 266, '2016-10-24 10:26:32', 27),
+(1221, 'Convert to Wordpress -Change status to: in-process', 40, 270, '2016-10-24 10:30:04', 25),
+(1222, '<p>https://lashiq.myshopify.com/collections/all</p><p>&nbsp;</p><p>Done it /....</p> -added to add to cart missing.', 43, 261, '2016-10-24 10:39:42', 18),
+(1223, 'add to cart missing -Change status to: in-process', 43, 261, '2016-10-24 10:39:50', 18),
+(1224, 'Blog -Change status to: in-process', 43, 258, '2016-10-24 10:49:42', 18),
+(1225, 'Fonts in FAQ page -Change status to: in-process', 43, 263, '2016-10-24 11:11:45', 18),
+(1226, 'add to cart missing -Change status to: done', 43, 261, '2016-10-24 11:18:51', 18),
+(1227, 'Fonts in FAQ page -Change status to: in-process', 43, 263, '2016-10-24 11:19:16', 18),
+(1228, 'Blog -Change status to: done', 43, 258, '2016-10-24 11:20:09', 18),
+(1229, 'Blog -Change status to: done', 43, 258, '2016-10-24 11:20:13', 18),
+(1230, 'Bug fixing for abacus system -Change status to: in-process', 51, 281, '2016-10-24 11:45:59', 28),
+(1231, 'Changes In Abasus Tax Calculation -Change status to: in-process', 51, 282, '2016-10-24 11:46:23', 28),
+(1232, 'grand total breakdown in abacus system -Change status to: in-process', 51, 283, '2016-10-24 11:46:37', 28),
+(1233, 'grand total breakdown in abacus system -Change status to: done', 51, 283, '2016-10-24 11:46:47', 28),
+(1234, 'Changes In Abasus Tax Calculation -Change status to: done', 51, 282, '2016-10-24 11:47:03', 28),
+(1235, 'Task: add new field city in aitport table and display city instead of airport name created.', 51, 0, '2016-10-24 11:47:59', 28),
+(1236, 'Task: add new field city in aitport table and display city instead of airport name created.', 51, 285, '2016-10-24 11:47:59', 28),
+(1237, 'Fonts in FAQ page -Change status to: done', 43, 263, '2016-10-24 11:50:17', 18),
+(1238, 'Make an api for mobile apps -Change status to: done', 38, 269, '2016-10-24 12:29:10', 27),
+(1239, 'MenuID=901 -Change status to: bug-fixing', 48, 253, '2016-10-24 12:31:14', 36),
+(1240, '<p>ITs an html issues .. please first give me the html of this page .. after that i can code on it ...</p> -added to Product Category Page.', 38, 267, '2016-10-24 12:32:55', 27),
+(1241, '<p>ITs an html issues .. Product details page design is not perfect .. need to redesign this page ...</p> -added to Product Details Page.', 38, 268, '2016-10-24 12:38:26', 27),
+(1242, 'Product Details Page -Change status to: in-process', 38, 268, '2016-10-24 12:42:18', 27),
+(1243, 'Four reference website -Change status to: in-process', 45, 264, '2016-10-24 13:54:48', 36),
+(1244, 'Four reference website -Change status to: done', 45, 264, '2016-10-24 13:54:58', 36),
+(1245, 'Task: job 24-10-2016 created.', 28, 0, '2016-10-24 14:29:33', 22),
+(1246, 'Task: job 24-10-2016 created.', 28, 286, '2016-10-24 14:29:33', 22),
+(1247, 'job 24-10-2016 -Change status to: in-process', 28, 286, '2016-10-24 14:29:54', 22),
+(1248, 'job 24-10-2016 -Change status to: done', 28, 286, '2016-10-24 14:30:06', 22),
+(1249, 'Task: MCQ question, class 9-10 (24-10-2016) created.', 47, 0, '2016-10-24 14:57:22', 22);
+INSERT INTO `activity_log` (`id`, `msg`, `proj_id`, `task_id`, `created_at`, `logged_user_id`) VALUES
+(1250, 'Task: MCQ question, class 9-10 (24-10-2016) created.', 47, 287, '2016-10-24 14:57:22', 22),
+(1251, 'MCQ question, class 9-10 (24-10-2016) -Change status to: in-process', 47, 287, '2016-10-24 14:57:47', 22),
+(1252, 'MenuID=901 -Change status to: done', 48, 253, '2016-10-24 16:30:36', 36),
+(1253, 'MenuID=911 -Change status to: in-process', 48, 252, '2016-10-24 16:31:01', 36),
+(1254, 'Add document: amar shontan.docx', 47, 0, '2016-10-24 16:31:13', 22),
+(1255, 'Add document: Ondho-bodhu.docx', 47, 0, '2016-10-24 17:54:30', 22),
+(1256, 'MenuID=911 -Change status to: bug-fixing', 48, 252, '2016-10-24 18:05:06', 36),
+(1257, 'Shamim assigned.', 16, 0, '2016-10-25 01:18:32', 2),
+(1258, 'Task: On this day bug created.', 16, 288, '2016-10-25 01:19:18', 2),
+(1259, 'User: Shamim added', 16, 288, '2016-10-25 01:19:36', 2),
+(1260, '<p>http://www.revinr.com/foods/ [E-commerce ]</p> -added to My Some working are shown here ....', 32, 244, '2016-10-25 09:47:23', 18),
+(1261, 'Task: job 25-10-2016  created.', 28, 0, '2016-10-25 09:53:59', 22),
+(1262, 'Task: job 25-10-2016  created.', 28, 289, '2016-10-25 09:53:59', 22),
+(1263, 'job 25-10-2016  -Change status to: in-process', 28, 289, '2016-10-25 09:55:08', 22),
+(1264, 'MenuID=911 -Change status to: done', 48, 252, '2016-10-25 10:01:51', 36),
+(1265, 'eye in the navigation -Change status to: in-process', 43, 259, '2016-10-25 10:44:38', 30),
+(1266, 'Design Issues and Banner -Change status to: in-process', 43, 260, '2016-10-25 10:44:54', 30),
+(1267, 'JDPC Loading Page  -Change status to: in-process', 29, 266, '2016-10-25 10:45:41', 27),
+(1268, 'Task: JDPC checking user panel and admin panel created.', 29, 0, '2016-10-25 10:46:42', 27),
+(1269, 'Task: JDPC checking user panel and admin panel created.', 29, 290, '2016-10-25 10:46:42', 27),
+(1270, 'JDPC checking user panel and admin panel -Change status to: in-process', 29, 290, '2016-10-25 10:46:50', 27),
+(1271, 'JDPC checking user panel and admin panel -Change status to: done', 29, 290, '2016-10-25 11:12:26', 27),
+(1272, 'Task: Add different dashboard for user and admin created.', 29, 0, '2016-10-25 11:13:38', 27),
+(1273, 'Task: Add different dashboard for user and admin created.', 29, 291, '2016-10-25 11:13:38', 27),
+(1274, 'Task: add different left menu bar for user and admin created.', 29, 0, '2016-10-25 11:14:21', 27),
+(1275, 'Task: add different left menu bar for user and admin created.', 29, 292, '2016-10-25 11:14:21', 27),
+(1276, 'Add different dashboard for user and admin -Change status to: in-process', 29, 291, '2016-10-25 11:14:38', 27),
+(1277, 'add different left menu bar for user and admin -Change status to: in-process', 29, 292, '2016-10-25 11:14:45', 27),
+(1278, 'add different left menu bar for user and admin -Change status to: done', 29, 292, '2016-10-25 11:14:58', 27),
+(1279, 'Add different dashboard for user and admin -Change status to: done', 29, 291, '2016-10-25 11:15:08', 27),
+(1280, 'job 25-10-2016  -Change status to: done', 28, 289, '2016-10-25 11:15:56', 22),
+(1281, 'Task: job post 25-10-2016  created.', 28, 0, '2016-10-25 11:20:14', 22),
+(1282, 'Task: job post 25-10-2016  created.', 28, 293, '2016-10-25 11:20:14', 22),
+(1283, 'job post 25-10-2016  -Change status to: in-process', 28, 293, '2016-10-25 11:20:28', 22),
+(1284, 'job post 25-10-2016  -Change status to: done', 28, 293, '2016-10-25 11:20:45', 22),
+(1285, 'eye in the navigation -Change status to: completed', 43, 259, '2016-10-25 11:32:34', 30),
+(1286, 'Design Issues and Banner -Change status to: completed', 43, 260, '2016-10-25 11:32:50', 30),
+(1287, 'Home Page design -Change status to: done', 45, 248, '2016-10-25 11:44:56', 30),
+(1288, 'User: Shamim added', 16, 288, '2016-10-25 11:44:58', 28),
+(1289, 'User: Shamim added', 16, 288, '2016-10-25 11:45:01', 28),
+(1290, 'User: Arafat Rahman added', 16, 288, '2016-10-25 11:45:09', 28),
+(1291, 'User: Shamim added', 16, 288, '2016-10-25 11:45:15', 28),
+(1292, 'eye in the navigation -Change status to: done', 43, 259, '2016-10-25 11:45:28', 30),
+(1293, 'Design Issues and Banner -Change status to: done', 43, 260, '2016-10-25 11:45:45', 30),
+(1294, 'On this day bug -Change status to: in-process', 16, 288, '2016-10-25 11:45:58', 28),
+(1295, 'On this day bug -Change status to: done', 16, 288, '2016-10-25 11:46:05', 28),
+(1296, 'Task: Total Design Review created.', 43, 294, '2016-10-25 12:14:02', 2),
+(1297, 'User: Sabuj Maksud added', 43, 294, '2016-10-25 12:14:38', 2),
+(1298, 'Total Design Review -Change status to: in-process', 43, 294, '2016-10-25 12:15:50', 30),
+(1299, 'Task:  Bug fixing in Manage Employee page created.', 15, 0, '2016-10-25 13:05:28', 19),
+(1300, 'Task:  Bug fixing in Manage Employee page created.', 15, 295, '2016-10-25 13:05:28', 19),
+(1301, 'Task: Bug fixing in Manage Leavepage & Leave Discard Page  created.', 15, 0, '2016-10-25 13:06:24', 19),
+(1302, 'Task: Bug fixing in Manage Leavepage & Leave Discard Page  created.', 15, 296, '2016-10-25 13:06:24', 19),
+(1303, 'Task: Report on Leave encashment created.', 15, 0, '2016-10-25 13:07:17', 19),
+(1304, 'Task: Report on Leave encashment created.', 15, 297, '2016-10-25 13:07:17', 19),
+(1305, 'Task: Report of Mid- term PADR created.', 15, 0, '2016-10-25 13:07:30', 19),
+(1306, 'Task: Report of Mid- term PADR created.', 15, 298, '2016-10-25 13:07:30', 19),
+(1307, 'Task:  Report of Final- term PADR created.', 15, 0, '2016-10-25 13:07:59', 19),
+(1308, 'Task:  Report of Final- term PADR created.', 15, 299, '2016-10-25 13:07:59', 19),
+(1309, 'Task: Report of field force created.', 15, 0, '2016-10-25 13:08:13', 19),
+(1310, 'Task: Report of field force created.', 15, 300, '2016-10-25 13:08:13', 19),
+(1311, 'Task: Report of transfer history of employee  created.', 15, 0, '2016-10-25 13:08:33', 19),
+(1312, 'Task: Report of transfer history of employee  created.', 15, 301, '2016-10-25 13:08:33', 19),
+(1313, 'Task:  Report of promotion history of employee  created.', 15, 0, '2016-10-25 13:08:46', 19),
+(1314, 'Task:  Report of promotion history of employee  created.', 15, 302, '2016-10-25 13:08:46', 19),
+(1315, ' Bug fixing in Manage Employee page -Change status to: in-process', 15, 295, '2016-10-25 13:08:52', 19),
+(1316, 'Bug fixing in Manage Leavepage & Leave Discard Page  -Change status to: in-process', 15, 296, '2016-10-25 13:09:00', 19),
+(1317, 'Report on Leave encashment -Change status to: in-process', 15, 297, '2016-10-25 13:09:10', 19),
+(1318, 'Report of Mid- term PADR -Change status to: in-process', 15, 298, '2016-10-25 13:09:43', 19),
+(1319, ' Bug fixing in Manage Employee page -Change status to: done', 15, 295, '2016-10-25 13:10:00', 19),
+(1320, 'Bug fixing in Manage Leavepage & Leave Discard Page  -Change status to: done', 15, 296, '2016-10-25 13:10:29', 19),
+(1321, 'Task: Nuvista demo Design created.', 49, 303, '2016-10-25 14:17:27', 2),
+(1322, 'User: Sabuj Maksud added', 49, 303, '2016-10-25 14:17:40', 2),
+(1323, 'MenuID=914 -Change status to: in-process', 48, 254, '2016-10-25 14:25:13', 36),
+(1324, 'MenuID=914 -Change status to: done', 48, 254, '2016-10-25 14:25:21', 36),
+(1325, 'MenuID=913 -Change status to: in-process', 48, 255, '2016-10-25 14:25:38', 36),
+(1326, 'Nuvista demo Design -Change status to: in-process', 49, 303, '2016-10-25 14:37:11', 30),
+(1327, 'Instagram Images -Change status to: in-process', 43, 262, '2016-10-25 15:01:42', 18),
+(1328, 'Instagram Images -Change status to: done', 43, 262, '2016-10-25 15:02:03', 18),
+(1329, '<p>http://revinr.com/ &nbsp;ftp&nbsp;</p><p>Need user = ?</p><p>&nbsp;</p><p>password = ?</p> -added to Blog.', 42, 239, '2016-10-25 15:03:05', 18),
+(1330, 'Task: http://localhost/consulting/blog/ created.', 42, 0, '2016-10-25 15:16:11', 18),
+(1331, 'Task: http://localhost/consulting/blog/ created.', 42, 304, '2016-10-25 15:16:11', 18),
+(1332, 'Task: Bangla 2nd paper (page 75-110) editing +  daily star editorial created.', 47, 0, '2016-10-25 15:19:46', 21),
+(1333, 'Task: Bangla 2nd paper (page 75-110) editing +  daily star editorial created.', 47, 305, '2016-10-25 15:19:46', 21),
+(1334, 'MCQ question, class 9-10 (24-10-2016) -Change status to: done', 47, 287, '2016-10-25 16:45:07', 22),
+(1335, 'Add document: Jhornar-Gaan.docx', 47, 0, '2016-10-25 16:45:18', 22),
+(1336, 'MenuID=913 -Change status to: done', 48, 255, '2016-10-25 18:01:14', 36),
+(1337, 'Task: MenuID=913 created.', 48, 0, '2016-10-25 18:01:59', 36),
+(1338, 'Task: MenuID=913 created.', 48, 306, '2016-10-25 18:01:59', 36),
+(1339, 'MenuID=921 -Change status to: in-process', 48, 256, '2016-10-25 18:02:14', 36),
+(1340, 'Add document: Pran.docx', 47, 0, '2016-10-25 18:02:17', 22),
+(1341, 'MenuID=913 -Change status to: in-process', 48, 306, '2016-10-25 18:02:25', 36),
+(1342, 'MenuID=913 -Change status to: done', 48, 306, '2016-10-25 18:22:32', 36),
+(1343, 'Project:Eduaid created.', 52, 0, '2016-10-25 19:02:21', 2),
+(1344, 'Task: Admin panel-> Image upload created.', 52, 307, '2016-10-25 19:03:06', 2),
+(1345, 'Task: Home Page-> Visa Types created.', 52, 308, '2016-10-25 19:05:05', 2),
+(1346, 'Task: Email Contact created.', 52, 309, '2016-10-25 19:13:04', 2),
+(1347, 'Task: Skilled Migration Form-- User Data Missing created.', 52, 310, '2016-10-25 19:16:50', 2),
+(1348, '<p>email to --&gt; assessment@eduaid.net</p><p>info@eduaid.net baaaaad</p> -added to Skilled Migration Form-- User Data Missing.', 52, 310, '2016-10-25 19:17:57', 2),
+(1349, '<p>email to --&gt; assessment@eduaid.net</p><p>info@eduaid.net baaaaad</p> -added to Skilled Migration Form-- User Data Missing.', 52, 310, '2016-10-25 19:18:00', 2),
+(1350, 'Task: Testimonials--> increase the size created.', 52, 311, '2016-10-25 19:29:22', 2),
+(1351, 'Task: Contact-> Form created.', 52, 312, '2016-10-25 19:38:33', 2),
+(1352, 'Task: Contact form thank you message created.', 52, 313, '2016-10-25 19:41:07', 2),
+(1353, 'Task: Slider created.', 52, 314, '2016-10-25 19:45:15', 2),
+(1354, 'http://localhost/consulting/blog/ -Change status to: in-process', 42, 304, '2016-10-26 09:18:58', 18),
+(1355, 'Blog -Change status to: done', 42, 239, '2016-10-26 09:20:04', 18),
+(1356, 'http://localhost/consulting/blog/ -Change status to: done', 42, 304, '2016-10-26 09:20:14', 18),
+(1357, 'Task: http://www.revinr.com/consulting/ created.', 42, 0, '2016-10-26 09:34:30', 18),
+(1358, 'Task: http://www.revinr.com/consulting/ created.', 42, 315, '2016-10-26 09:34:30', 18),
+(1359, 'MenuID=921 -Change status to: done', 48, 256, '2016-10-26 09:46:20', 36),
+(1360, 'MenuID=95 -Change status to: in-process', 48, 257, '2016-10-26 09:50:50', 36),
+(1361, 'MenuID=50 -Change status to: in-process', 48, 271, '2016-10-26 09:50:57', 36),
+(1362, 'MenuID=50 -Change status to: done', 48, 271, '2016-10-26 09:51:21', 36),
+(1363, 'MenuID=6 -Change status to: in-process', 48, 272, '2016-10-26 09:51:37', 36),
+(1364, 'MenuID=95 -Change status to: done', 48, 257, '2016-10-26 10:27:37', 36),
+(1365, 'Task: JOB post (26/10/2016) created.', 28, 0, '2016-10-26 14:09:22', 22),
+(1366, 'Task: JOB post (26/10/2016) created.', 28, 316, '2016-10-26 14:09:22', 22),
+(1367, 'JOB post (26/10/2016) -Change status to: in-process', 28, 316, '2016-10-26 14:09:32', 22),
+(1368, 'JOB post (26/10/2016) -Change status to: done', 28, 316, '2016-10-26 14:09:40', 22),
+(1369, 'Home Page Design -Change status to: in-process', 46, 246, '2016-10-26 14:44:48', 30),
+(1370, 'Home Page Design -Change status to: done', 46, 246, '2016-10-26 14:45:03', 30),
+(1371, 'Products Page -Change status to: in-process', 46, 247, '2016-10-26 14:45:21', 30),
+(1372, 'Products Page -Change status to: done', 46, 247, '2016-10-26 14:45:34', 30),
+(1373, 'Task: Bangla 9-10 (MCQ) (26-10-2016) created.', 47, 0, '2016-10-26 14:49:25', 22),
+(1374, 'Task: Bangla 9-10 (MCQ) (26-10-2016) created.', 47, 317, '2016-10-26 14:49:25', 22),
+(1375, 'Bangla 9-10 (MCQ) (26-10-2016) -Change status to: in-process', 47, 317, '2016-10-26 14:49:44', 22),
+(1376, 'Total Design Review -Change status to: done', 43, 294, '2016-10-26 15:19:51', 2),
+(1377, 'http://www.revinr.com/consulting/ -Change status to: in-process', 42, 315, '2016-10-26 15:46:45', 18),
+(1378, 'http://www.revinr.com/consulting/ -Change status to: done', 42, 315, '2016-10-26 15:46:57', 18),
+(1379, 'Add document: seidin ei math.docx', 47, 0, '2016-10-26 16:56:32', 22),
+(1380, 'My Some working are shown here ... -Change status to: in-process', 32, 244, '2016-10-26 17:07:34', 18),
+(1381, 'My Some working are shown here ... -Change status to: done', 32, 244, '2016-10-26 17:07:46', 18),
+(1382, 'Task: add read all link in news details page created.', 16, 0, '2016-10-26 17:27:48', 28),
+(1383, 'Task: add read all link in news details page created.', 16, 318, '2016-10-26 17:27:48', 28),
+(1384, 'add read all link in news details page -Change status to: in-process', 16, 318, '2016-10-26 17:28:08', 28),
+(1385, 'add read all link in news details page -Change status to: done', 16, 318, '2016-10-26 17:28:15', 28),
+(1386, 'Task: update database and fixed some broken pages created.', 51, 0, '2016-10-26 17:29:10', 28),
+(1387, 'Task: update database and fixed some broken pages created.', 51, 319, '2016-10-26 17:29:10', 28),
+(1388, 'update database and fixed some broken pages -Change status to: in-process', 51, 319, '2016-10-26 17:29:18', 28),
+(1389, 'Bug fixing for abacus system -Change status to: done', 51, 281, '2016-10-26 17:29:35', 28),
+(1390, 'update database and fixed some broken pages -Change status to: done', 51, 319, '2016-10-26 17:29:43', 28),
+(1391, 'Task: fixed footer in all pages created.', 20, 0, '2016-10-26 17:30:56', 28),
+(1392, 'Task: fixed footer in all pages created.', 20, 320, '2016-10-26 17:30:56', 28),
+(1393, 'fixed footer in all pages -Change status to: in-process', 20, 320, '2016-10-26 17:31:08', 28),
+(1394, 'fixed footer in all pages -Change status to: done', 20, 320, '2016-10-26 17:31:17', 28),
+(1395, 'Task: Job Post (27-10-2016) created.', 28, 0, '2016-10-27 12:06:03', 22),
+(1396, 'Task: Job Post (27-10-2016) created.', 28, 321, '2016-10-27 12:06:03', 22),
+(1397, 'Job Post (27-10-2016) -Change status to: in-process', 28, 321, '2016-10-27 12:06:10', 22),
+(1398, 'Job Post (27-10-2016) -Change status to: done', 28, 321, '2016-10-27 12:06:33', 22),
+(1399, 'Task:  created.', 43, 322, '2016-10-27 14:26:00', 2),
+(1400, 'Task: removed.', 43, 0, '2016-10-27 14:29:27', 2),
+(1401, 'Task: Slider & Color && EYE created.', 43, 323, '2016-10-27 14:30:23', 2),
+(1402, 'User: mostafij added', 43, 323, '2016-10-27 14:30:35', 2),
+(1403, 'Slider & Color && EYE -Change status to: in-process', 43, 323, '2016-10-27 14:34:20', 18),
+(1404, '<p>do not use pink color background for the questions on this page:&nbsp;<a target=\"_blank\" href=\"https://lashiq.myshopify.com/pages/faq\">https://lashiq.myshopify.com/pages/faq</a><br />&nbsp;</p><p>I think using pink fonts will be enough. Otherwise ', 43, 323, '2016-10-27 14:35:51', 18),
+(1405, 'Project:Baira created.', 53, 0, '2016-10-27 15:00:26', 2),
+(1406, 'mostafij assigned.', 53, 0, '2016-10-27 15:00:51', 2),
+(1407, 'Task: Make A website demo created.', 53, 324, '2016-10-27 15:12:12', 2),
+(1408, 'User: mostafij added', 53, 324, '2016-10-27 15:12:27', 2),
+(1409, 'User: mostafij added', 53, 324, '2016-10-27 15:12:34', 2),
+(1410, '<p><a target=\"_blank\" href=\"https://www.google.com/url?q=https%3A%2F%2Flashiq.myshopify.com%2F&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNHEWG0UhQdNn9eZguOhTx750Z4foA\">https://lashiq.myshopify.com/</a>&nbsp;slider replace done</p><p>swapping has done in slide', 43, 323, '2016-10-27 15:21:56', 18),
+(1411, 'Add document: ami kono aguntok noi.docx', 47, 0, '2016-10-27 16:38:35', 22),
+(1412, 'MenuID=2 -Change status to: in-process', 48, 273, '2016-10-28 10:01:40', 36),
+(1413, 'MenuID=4 -Change status to: in-process', 48, 274, '2016-10-28 11:55:08', 36),
+(1414, 'Task: JOB post (28/10/2016) created.', 28, 0, '2016-10-28 12:42:57', 22),
+(1415, 'Task: JOB post (28/10/2016) created.', 28, 325, '2016-10-28 12:42:57', 22),
+(1416, 'JOB post (28/10/2016) -Change status to: in-process', 28, 325, '2016-10-28 12:43:04', 22),
+(1417, 'JOB post (28/10/2016) -Change status to: done', 28, 325, '2016-10-28 12:43:10', 22),
+(1418, 'Task: MenuID=5 created.', 48, 0, '2016-10-28 14:50:10', 36),
+(1419, 'Task: MenuID=5 created.', 48, 326, '2016-10-28 14:50:10', 36),
+(1420, 'MenuID=5 -Change status to: in-process', 48, 326, '2016-10-28 14:50:41', 36),
+(1421, 'MenuID=5 -Change status to: done', 48, 326, '2016-10-28 14:50:54', 36),
+(1422, 'Add document: Bristy.docx', 47, 0, '2016-10-28 15:01:14', 22),
+(1423, 'MenuID=501 -Change status to: in-process', 48, 275, '2016-10-28 16:16:23', 36),
+(1424, 'MenuID=502 -Change status to: in-process', 48, 276, '2016-10-28 16:16:33', 36),
+(1425, 'MenuID=502 -Change status to: done', 48, 276, '2016-10-28 16:16:41', 36),
+(1426, 'MenuID=651 -Change status to: in-process', 48, 277, '2016-10-28 16:20:06', 36),
+(1427, 'MenuID=651 -Change status to: done', 48, 277, '2016-10-28 16:20:13', 36),
+(1428, 'Add document: pollijononi.docx', 47, 0, '2016-10-28 17:27:49', 22),
+(1429, 'Bangla 9-10 (MCQ) (26-10-2016) -Change status to: done', 47, 317, '2016-10-28 17:28:13', 22),
+(1430, 'Make A website demo -Change status to: in-process', 53, 324, '2016-10-28 18:57:21', 18),
+(1431, 'Make A website demo -Change status to: done', 53, 324, '2016-10-28 18:57:40', 18),
+(1432, 'MenuID=501 -Change status to: done', 48, 275, '2016-10-31 10:11:00', 36),
+(1433, 'Slider & Color && EYE -Change status to: done', 43, 323, '2016-10-31 10:29:21', 18),
+(1434, 'add new field city in aitport table and display city instead of airport name -Change status to: in-process', 51, 285, '2016-10-31 10:30:58', 28),
+(1435, 'add new field city in aitport table and display city instead of airport name -Change status to: done', 51, 285, '2016-10-31 10:31:06', 28),
+(1436, 'MenuID=2 -Change status to: done', 48, 273, '2016-10-31 10:34:30', 36),
+(1437, 'Task: JOB post (31/10/2016) created.', 28, 0, '2016-10-31 11:32:49', 22),
+(1438, 'Task: JOB post (31/10/2016) created.', 28, 327, '2016-10-31 11:32:49', 22),
+(1439, 'JOB post (31/10/2016) -Change status to: in-process', 28, 327, '2016-10-31 11:32:57', 22),
+(1440, 'JOB post (31/10/2016) -Change status to: done', 28, 327, '2016-10-31 11:33:19', 22),
+(1441, 'Task: Class 90-10 question, Bangla 1st (kobita) created.', 47, 0, '2016-10-31 11:51:13', 22),
+(1442, 'Task: Class 90-10 question, Bangla 1st (kobita) created.', 47, 328, '2016-10-31 11:51:13', 22),
+(1443, 'Class 90-10 question, Bangla 1st (kobita) -Change status to: in-process', 47, 328, '2016-10-31 11:51:20', 22),
+(1444, 'MenuID=61 -Change status to: in-process', 48, 279, '2016-10-31 13:54:50', 36),
+(1445, 'Bangla 2nd paper (page 75-110) editing +  daily star editorial -Change status to: in-process', 47, 305, '2016-10-31 15:01:28', 21),
+(1446, 'Bangla 2nd paper (page 75-110) editing +  daily star editorial -Change status to: done', 47, 305, '2016-10-31 15:01:46', 21),
+(1447, 'Task: ?????????? + ????????? ??????? ( ???? ????? - ???????? ????????) ? ??????  created.', 47, 0, '2016-10-31 15:08:07', 21),
+(1448, 'Task: ?????????? + ????????? ??????? ( ???? ????? - ???????? ????????) ? ??????  created.', 47, 329, '2016-10-31 15:08:07', 21),
+(1449, 'Task:?????????? + ????????? ??????? ( ???? ????? - ???????? ????????) ? ??????  removed.', 47, 0, '2016-10-31 15:10:18', 21),
+(1450, 'Task: ????? created.', 47, 0, '2016-10-31 15:10:40', 21),
+(1451, 'Task: ????? created.', 47, 330, '2016-10-31 15:10:40', 21),
+(1452, 'Task:????? removed.', 47, 0, '2016-10-31 15:10:51', 21),
+(1453, 'Task: ?????????? + ????????? ??????? ( ???? ????? - ???????? ????????) ? ??????  created.', 47, 0, '2016-10-31 15:11:09', 21),
+(1454, 'Task: ?????????? + ????????? ??????? ( ???? ????? - ???????? ????????) ? ??????  created.', 47, 331, '2016-10-31 15:11:09', 21),
+(1455, '?????????? + ????????? ??????? ( ???? ????? - ???????? ????????) ? ??????  -Change status to: in-process', 47, 331, '2016-10-31 15:11:21', 21),
+(1456, 'Project:Stephen created.', 54, 0, '2016-10-31 18:58:22', 2),
+(1457, 'Anik assigned.', 54, 0, '2016-10-31 19:03:36', 2),
+(1458, 'Task: UBR created.', 54, 332, '2016-10-31 19:04:03', 2),
+(1459, 'User: Anik added', 54, 332, '2016-10-31 19:04:14', 2),
+(1460, 'Task: FARR created.', 54, 333, '2016-10-31 19:11:58', 2),
+(1461, 'User: Anik added', 54, 333, '2016-10-31 19:12:08', 2),
+(1462, '<p>Must be submitted on Wednesday 11PM</p> -added to FARR.', 54, 333, '2016-10-31 19:12:24', 2),
+(1463, 'MenuID=6 -Change status to: done', 48, 272, '2016-11-01 12:57:28', 36),
+(1464, 'এডিটোরিয়াল + চ্যাপ্টার ডিটেইলস ( ণত্ব বিধান - পদাশ্রিত নির্দেশক) ৬ অধ্যায়  -Change status to: done', 47, 331, '2016-11-02 14:07:56', 21),
+(1465, 'Task: এডিটোরিয়াল + চ্যাপ্টার ডিটেইলস (5) created.', 47, 0, '2016-11-02 14:08:39', 21),
+(1466, 'Task: এডিটোরিয়াল + চ্যাপ্টার ডিটেইলস (5) created.', 47, 334, '2016-11-02 14:08:39', 21),
+(1467, 'এডিটোরিয়াল + চ্যাপ্টার ডিটেইলস (5) -Change status to: in-process', 47, 334, '2016-11-02 14:08:46', 21),
+(1468, 'Project:FARR created.', 55, 0, '2016-11-03 02:17:12', 2),
+(1469, 'Sabuj Maksud assigned.', 55, 0, '2016-11-03 02:17:33', 2),
+(1470, 'Task: Demo for Mostafij created.', 55, 335, '2016-11-03 02:18:09', 2),
+(1471, 'mostafij assigned.', 55, 0, '2016-11-03 02:18:20', 2),
+(1472, 'User: mostafij added', 55, 335, '2016-11-03 02:18:29', 2),
+(1473, 'Kabir Hossen assigned.', 55, 0, '2016-11-03 02:32:31', 2),
+(1474, 'Task: Kabir - Summit Communication created.', 55, 336, '2016-11-03 02:32:54', 2),
+(1475, 'User: Kabir Hossen added', 55, 336, '2016-11-03 02:33:13', 2),
+(1476, '<p>https://avada.theme-fusion.com/landing-product/</p><p>&nbsp;</p><p>For summit</p><p>do this one first</p> -added to Demo for Mostafij.', 55, 335, '2016-11-03 02:34:59', 2),
+(1477, '<p>https://avada.theme-fusion.com/landing-product/</p><p>&nbsp;</p><p>For summit</p><p>do this one first</p> -added to Demo for Mostafij.', 55, 335, '2016-11-03 02:35:05', 2),
+(1478, '<p>https://avada.theme-fusion.com/landing-product/</p><p>&nbsp;</p><p>For summit</p><p>do this one first</p> -removed from Demo for Mostafij.', 55, 335, '2016-11-03 02:35:12', 2),
+(1479, 'Task: Sabuj Design created.', 55, 337, '2016-11-03 02:58:01', 2),
+(1480, '<p>design for farr</p><p>use their color&nbsp;</p> -added to Sabuj Design.', 55, 337, '2016-11-03 02:58:35', 2),
+(1481, 'Demo for Mostafij -Change status to: in-process', 55, 335, '2016-11-03 09:40:43', 18),
+(1482, 'Task: DB DESIGN: WORD LEARNING APP for REVINR created.', 31, 0, '2016-11-03 10:58:08', 29),
+(1483, 'Task: DB DESIGN: WORD LEARNING APP for REVINR created.', 31, 338, '2016-11-03 10:58:08', 29),
+(1484, 'DB DESIGN: WORD LEARNING APP for REVINR -Change status to: in-process', 31, 338, '2016-11-03 10:58:17', 29),
+(1485, 'Task: JOB post (03/11/2016) created.', 28, 0, '2016-11-03 10:58:21', 22),
+(1486, 'Task: JOB post (03/11/2016) created.', 28, 339, '2016-11-03 10:58:21', 22),
+(1487, 'JOB post (03/11/2016) -Change status to: in-process', 28, 339, '2016-11-03 10:58:32', 22),
+(1488, 'JOB post (03/11/2016) -Change status to: done', 28, 339, '2016-11-03 10:58:41', 22),
+(1489, 'Task: UI DESIGN: WORD LEARNING APP for REVINR  created.', 31, 0, '2016-11-03 10:59:05', 29),
+(1490, 'Task: UI DESIGN: WORD LEARNING APP for REVINR  created.', 31, 340, '2016-11-03 10:59:05', 29),
+(1491, 'UI DESIGN: WORD LEARNING APP for REVINR  -Change status to: in-process', 31, 340, '2016-11-03 10:59:19', 29),
+(1492, 'User: Sabuj Maksud added', 55, 337, '2016-11-03 15:01:42', 2),
+(1493, 'Sabuj Design -Change status to: in-process', 55, 337, '2016-11-03 15:11:47', 30),
+(1494, 'Kabir - Summit Communication -Change status to: in-process', 55, 336, '2016-11-03 15:42:58', 25),
+(1495, 'Demo for Mostafij -Change status to: in-process', 55, 335, '2016-11-03 16:40:46', 18),
+(1496, 'Demo for Mostafij -Change status to: done', 55, 335, '2016-11-03 16:41:54', 18),
+(1497, 'Task: JOB post (04/11/2016) created.', 28, 0, '2016-11-04 10:27:22', 22),
+(1498, 'Task: JOB post (04/11/2016) created.', 28, 341, '2016-11-04 10:27:22', 22),
+(1499, 'JOB post (04/11/2016) -Change status to: in-process', 28, 341, '2016-11-04 10:27:37', 22),
+(1500, 'JOB post (04/11/2016) -Change status to: done', 28, 341, '2016-11-04 10:27:45', 22),
+(1501, 'Sabuj Design -Change status to: done', 55, 337, '2016-11-04 11:01:18', 30),
+(1502, 'Task: Add Slider image  http://www.itimpress.com.au/ created.', 34, 0, '2016-11-04 11:03:21', 18),
+(1503, 'Task: Add Slider image  http://www.itimpress.com.au/ created.', 34, 342, '2016-11-04 11:03:21', 18),
+(1504, 'Add Slider image  http://www.itimpress.com.au/ -Change status to: in-process', 34, 342, '2016-11-04 11:03:30', 18),
+(1505, 'Add Slider image  http://www.itimpress.com.au/ -Change status to: done', 34, 342, '2016-11-04 12:02:04', 18),
+(1506, 'Task: Bangla 9-10 (MCQ) (04-11-2016) created.', 47, 0, '2016-11-04 12:30:41', 22),
+(1507, 'Task: Bangla 9-10 (MCQ) (04-11-2016) created.', 47, 343, '2016-11-04 12:30:41', 22),
+(1508, 'Bangla 9-10 (MCQ) (04-11-2016) -Change status to: in-process', 47, 343, '2016-11-04 12:30:48', 22),
+(1509, 'IECC: Quick Report -Change status to: done', 19, 205, '2016-11-04 13:31:32', 2),
+(1510, 'Creating form for Islamic Will -Change status to: done', 44, 245, '2016-11-04 13:32:14', 2),
+(1511, 'Add document: amar porichoy.docx', 47, 0, '2016-11-04 15:05:26', 22),
+(1512, 'IFAD -Change status to: in-process', 49, 265, '2016-11-04 15:24:19', 30),
+(1513, 'IFAD -Change status to: done', 49, 265, '2016-11-04 15:24:32', 30),
+(1514, 'MenuID=4 -Change status to: done', 48, 274, '2016-11-04 15:24:51', 36),
+(1515, 'MenuID=54 -Change status to: in-process', 48, 280, '2016-11-04 15:24:57', 36),
+(1516, 'MenuID=61 -Change status to: done', 48, 279, '2016-11-04 15:25:06', 36),
+(1517, 'Bangla 9-10 (MCQ) (04-11-2016) -Change status to: done', 47, 343, '2016-11-04 15:25:19', 22),
+(1518, 'Report of Mid- term PADR -Change status to: done', 15, 298, '2016-11-04 15:25:27', 19),
+(1519, 'Report on Leave encashment -Change status to: done', 15, 297, '2016-11-04 15:25:45', 19),
+(1520, ' Report of Final- term PADR -Change status to: in-process', 15, 299, '2016-11-04 15:26:06', 19),
+(1521, ' Report of Final- term PADR -Change status to: done', 15, 299, '2016-11-04 15:26:20', 19),
+(1522, 'Report of field force -Change status to: in-process', 15, 300, '2016-11-04 15:26:35', 19),
+(1523, 'Task: FARR created.', 55, 0, '2016-11-04 15:40:10', 18),
+(1524, 'Task: FARR created.', 55, 344, '2016-11-04 15:40:10', 18),
+(1525, 'FARR -Change status to: in-process', 55, 344, '2016-11-04 15:40:20', 18),
+(1526, 'Add document: sahoshi jonony.docx', 47, 0, '2016-11-04 15:47:36', 22),
+(1527, 'MenuID=54 -Change status to: done', 48, 280, '2016-11-04 15:49:26', 36),
+(1528, 'Add document: shadinota ei shobdoti-kivabe elo.docx', 47, 0, '2016-11-04 16:22:42', 22),
+(1529, 'Task: http://www.nmbtexbd.com/foundation created.', 55, 0, '2016-11-04 16:48:57', 18),
+(1530, 'Task: http://www.nmbtexbd.com/foundation created.', 55, 345, '2016-11-04 16:48:57', 18),
+(1531, 'http://www.nmbtexbd.com/foundation -Change status to: in-process', 55, 345, '2016-11-04 16:49:05', 18),
+(1532, 'DB DESIGN: WORD LEARNING APP for REVINR -Change status to: completed', 31, 338, '2016-11-04 16:59:59', 29),
+(1533, 'UI DESIGN: WORD LEARNING APP for REVINR  -Change status to: in-process', 31, 340, '2016-11-04 17:00:15', 29),
+(1534, 'Task: SIgn in and Sign up Activities created.', 31, 0, '2016-11-04 17:00:49', 29),
+(1535, 'Task: SIgn in and Sign up Activities created.', 31, 346, '2016-11-04 17:00:49', 29),
+(1536, 'SIgn in and Sign up Activities -Change status to: in-process', 31, 346, '2016-11-04 17:01:04', 29),
+(1537, 'Add document: toma k pawar jonno he shadinota.docx', 47, 0, '2016-11-04 17:08:14', 22),
+(1538, 'Class 90-10 question, Bangla 1st (kobita) -Change status to: done', 47, 328, '2016-11-04 17:09:13', 22),
+(1539, 'Task: Bug fixing created.', 43, 347, '2016-11-07 02:01:27', 2),
+(1540, 'User: mostafij added', 43, 347, '2016-11-07 02:01:39', 2),
+(1541, 'Kabir - Summit Communication -Change status to: done', 55, 336, '2016-11-07 09:47:18', 25),
+(1542, 'Task: nmbtex created.', 55, 0, '2016-11-07 09:48:20', 25),
+(1543, 'Task: nmbtex created.', 55, 348, '2016-11-07 09:48:20', 25),
+(1544, 'nmbtex -Change status to: in-process', 55, 348, '2016-11-07 09:48:26', 25),
+(1545, 'Task: JOB post (07/11/2016) created.', 28, 0, '2016-11-07 10:05:06', 22),
+(1546, 'Task: JOB post (07/11/2016) created.', 28, 349, '2016-11-07 10:05:06', 22),
+(1547, 'JOB post (07/11/2016) -Change status to: in-process', 28, 349, '2016-11-07 10:05:24', 22),
+(1548, 'JOB post (07/11/2016) -Change status to: done', 28, 349, '2016-11-07 10:05:30', 22),
+(1549, 'Bug fixing -Change status to: in-process', 43, 347, '2016-11-07 10:06:51', 18),
+(1550, '<p>&nbsp;</p><p>&nbsp;</p><p><strong>Details:</strong></p><p>&nbsp;I noticed that you installed &quot;Wishl Favorites Wishlist&quot; app in the&nbsp;<a target=\"_blank\" href=\"http://maxxbeard.com/\">maxxbeard.com</a>&nbsp;site. What is this app for? Ca', 43, 347, '2016-11-07 10:49:24', 18),
+(1551, 'Bug fixing -Change status to: done', 43, 347, '2016-11-07 10:49:31', 18),
+(1552, 'Report on Leave encashment -Change status to: in-process', 15, 297, '2016-11-07 12:01:14', 19),
+(1553, 'Report of field force -Change status to: done', 15, 300, '2016-11-07 12:01:43', 19),
+(1554, 'Task: Review Wakeboard created.', 48, 0, '2016-11-07 14:25:35', 36),
+(1555, 'Task: Review Wakeboard created.', 48, 350, '2016-11-07 14:25:35', 36),
+(1556, ' Report of promotion history of employee  -Change status to: in-process', 15, 302, '2016-11-07 17:37:03', 19),
+(1557, ' Report of promotion history of employee  -Change status to: done', 15, 302, '2016-11-07 17:37:16', 19),
+(1558, 'Task: Consulting K7 created.', 55, 351, '2016-11-07 17:57:45', 2),
+(1559, 'User: mostafij added', 55, 351, '2016-11-07 17:58:24', 2),
+(1560, 'Task: Consulting k7 created.', 55, 352, '2016-11-07 19:25:56', 2),
+(1561, 'User: mostafij added', 55, 351, '2016-11-07 19:26:09', 2),
+(1562, 'Consulting K7 -Change status to: in-process', 55, 351, '2016-11-08 09:31:56', 18),
+(1563, 'Task: JOB post (08/11/2016) created.', 28, 0, '2016-11-08 11:02:19', 22),
+(1564, 'Task: JOB post (08/11/2016) created.', 28, 353, '2016-11-08 11:02:19', 22),
+(1565, 'JOB post (08/11/2016) -Change status to: in-process', 28, 353, '2016-11-08 11:02:34', 22),
+(1566, 'Consulting K7 -Change status to: done', 55, 351, '2016-11-08 11:21:13', 18),
+(1567, 'User: mostafij added', 55, 352, '2016-11-08 11:22:33', 18),
+(1568, 'Consulting k7 -Change status to: in-process', 55, 352, '2016-11-08 11:22:38', 18),
+(1569, 'Report of transfer history of employee  -Change status to: in-process', 15, 301, '2016-11-08 14:35:22', 19),
+(1570, 'Report of transfer history of employee  -Change status to: done', 15, 301, '2016-11-08 14:35:35', 19),
+(1571, 'JOB post (08/11/2016) -Change status to: done', 28, 353, '2016-11-08 18:21:55', 22),
+(1572, 'Task: studypress (Advocateship & Judge Recruitment) created.', 28, 0, '2016-11-08 18:26:12', 22),
+(1573, 'Task: studypress (Advocateship & Judge Recruitment) created.', 28, 354, '2016-11-08 18:26:12', 22),
+(1574, 'studypress (Advocateship & Judge Recruitment) -Change status to: in-process', 28, 354, '2016-11-08 18:26:28', 22),
+(1575, 'studypress (Advocateship & Judge Recruitment) -Change status to: done', 28, 354, '2016-11-08 18:26:35', 22),
+(1576, 'Task: consulting created.', 55, 0, '2016-11-08 18:28:38', 18),
+(1577, 'Task: consulting created.', 55, 355, '2016-11-08 18:28:38', 18),
+(1578, 'consulting -Change status to: in-process', 55, 355, '2016-11-08 18:28:51', 18),
+(1579, 'Consulting k7 -Change status to: done', 55, 352, '2016-11-09 09:24:32', 18),
+(1580, 'consulting -Change status to: done', 55, 355, '2016-11-09 09:25:00', 18),
+(1581, 'Task: JOB post (09/11/2016) created.', 28, 0, '2016-11-09 10:58:57', 22),
+(1582, 'Task: JOB post (09/11/2016) created.', 28, 356, '2016-11-09 10:58:57', 22),
+(1583, 'JOB post (09/11/2016) -Change status to: in-process', 28, 356, '2016-11-09 10:59:18', 22),
+(1584, 'JOB post (09/11/2016) -Change status to: done', 28, 356, '2016-11-09 10:59:40', 22),
+(1585, 'Nuvista demo Design -Change status to: done', 49, 303, '2016-11-09 12:17:53', 30),
+(1586, 'Task: http://www.abulegal.com/    Server change here created.', 55, 0, '2016-11-09 15:27:13', 18),
+(1587, 'Task: http://www.abulegal.com/    Server change here created.', 55, 357, '2016-11-09 15:27:13', 18),
+(1588, 'http://www.abulegal.com/    Server change here -Change status to: in-process', 55, 357, '2016-11-09 15:27:19', 18),
+(1589, 'Task: https://maxxbeard.com/ Sorting the products according to \"By selling\" priority . created.', 32, 0, '2016-11-10 09:25:19', 18),
+(1590, 'Task: https://maxxbeard.com/ Sorting the products according to \"By selling\" priority . created.', 32, 358, '2016-11-10 09:25:19', 18),
+(1591, 'Task: http://www.nmbtexbd.com/farr/ created.', 55, 0, '2016-11-10 12:26:22', 18),
+(1592, 'Task: http://www.nmbtexbd.com/farr/ created.', 55, 359, '2016-11-10 12:26:22', 18),
+(1593, 'http://www.nmbtexbd.com/farr/ -Change status to: in-process', 55, 359, '2016-11-10 12:26:38', 18),
+(1594, 'http://www.nmbtexbd.com/farr/ -Change status to: done', 55, 359, '2016-11-10 15:59:07', 18),
+(1595, 'FARR -Change status to: done', 55, 344, '2016-11-10 15:59:25', 18),
+(1596, 'http://www.abulegal.com/    Server change here -Change status to: done', 55, 357, '2016-11-10 15:59:42', 18),
+(1597, '<p>Working &nbsp;remaining Task here ...</p> -added to http://www.nmbtexbd.com/foundation.', 55, 345, '2016-11-10 18:22:08', 18),
+(1598, '<p>Working &nbsp;remaining Task here ...</p><p>&nbsp;</p><p>http://www.nmbtexbd.com/foundation/events/</p> -added to http://www.nmbtexbd.com/foundation.', 55, 345, '2016-11-10 18:22:27', 18),
+(1599, 'Task: gallery , Search option , Add to cart , Login Task .. created.', 55, 0, '2016-11-11 09:42:31', 18),
+(1600, 'Task: gallery , Search option , Add to cart , Login Task .. created.', 55, 360, '2016-11-11 09:42:31', 18),
+(1601, 'gallery , Search option , Add to cart , Login Task .. -Change status to: in-process', 55, 360, '2016-11-11 10:59:33', 18),
+(1602, 'nmbtex -Change status to: done', 55, 348, '2016-11-14 09:44:35', 25),
+(1603, 'Task: Novista created.', 55, 0, '2016-11-14 09:44:50', 25),
+(1604, 'Task: Novista created.', 55, 361, '2016-11-14 09:44:50', 25),
+(1605, 'Novista -Change status to: in-process', 55, 361, '2016-11-14 09:44:55', 25),
+(1606, 'Task: MBA Question Re-arrange (Math Part) created.', 20, 0, '2016-11-14 12:11:35', 26),
+(1607, 'Task: MBA Question Re-arrange (Math Part) created.', 20, 362, '2016-11-14 12:11:35', 26),
+(1608, 'MBA Question Re-arrange (Math Part) -Change status to: in-process', 20, 362, '2016-11-14 12:11:43', 26),
+(1609, 'Task: MBA Question Re-arrange (Analytical Ability Part) created.', 20, 0, '2016-11-14 12:13:55', 26),
+(1610, 'Task: MBA Question Re-arrange (Analytical Ability Part) created.', 20, 363, '2016-11-14 12:13:55', 26),
+(1611, 'MBA Question Re-arrange (Math Part) -Change status to: done', 20, 362, '2016-11-14 14:45:34', 26),
+(1612, 'MBA Question Re-arrange (Analytical Ability Part) -Change status to: in-process', 20, 363, '2016-11-14 14:45:46', 26),
+(1613, 'Task: http://www.abulegal.com/ created.', 55, 0, '2016-11-14 16:46:06', 18),
+(1614, 'Task: http://www.abulegal.com/ created.', 55, 364, '2016-11-14 16:46:06', 18),
+(1615, 'http://www.abulegal.com/ -Change status to: in-process', 55, 364, '2016-11-14 16:46:12', 18),
+(1616, '<p>Done all task&nbsp;</p> -added to http://www.abulegal.com/.', 55, 364, '2016-11-14 17:37:19', 18),
+(1617, 'http://www.abulegal.com/ -Change status to: done', 55, 364, '2016-11-14 17:37:22', 18),
+(1618, 'MBA Question Re-arrange (Analytical Ability Part) -Change status to: done', 20, 363, '2016-11-14 17:52:00', 26),
+(1619, 'Task: Studypress Design created.', 49, 365, '2016-11-14 18:21:22', 2),
+(1620, 'Task: Studypress News Home & Details created.', 49, 366, '2016-11-14 18:24:35', 2),
+(1621, 'User: Sabuj Maksud added', 49, 365, '2016-11-14 18:24:44', 2),
+(1622, 'User: Sabuj Maksud added', 49, 366, '2016-11-14 18:24:51', 2),
+(1623, 'Task: Some changes already done today created.', 29, 0, '2016-11-15 15:24:33', 27),
+(1624, 'Task: Some changes already done today created.', 29, 367, '2016-11-15 15:24:33', 27),
+(1625, 'Some changes already done today -Change status to: in-process', 29, 367, '2016-11-15 15:24:38', 27),
+(1626, 'JDPC Loading Page  -Change status to: done', 29, 266, '2016-11-15 15:24:50', 27),
+(1627, 'Some changes already done today -Change status to: done', 29, 367, '2016-11-15 15:24:55', 27),
+(1628, 'Task: Start islamic wills task according to the doc file created.', 35, 0, '2016-11-15 15:28:21', 27),
+(1629, 'Task: Start islamic wills task according to the doc file created.', 35, 368, '2016-11-15 15:28:21', 27),
+(1630, 'Start islamic wills task according to the doc file -Change status to: in-process', 35, 368, '2016-11-15 15:28:28', 27),
+(1631, 'Task: http://www.nmbtexbd.com/foundation/gallery/ created.', 55, 0, '2016-11-16 12:03:33', 18),
+(1632, 'Task: http://www.nmbtexbd.com/foundation/gallery/ created.', 55, 369, '2016-11-16 12:03:33', 18),
+(1633, 'http://www.nmbtexbd.com/foundation/gallery/ -Change status to: in-process', 55, 369, '2016-11-16 12:03:47', 18),
+(1634, 'http://www.nmbtexbd.com/foundation -Change status to: done', 55, 345, '2016-11-16 12:09:00', 18),
+(1635, 'http://www.nmbtexbd.com/foundation/gallery/ -Change status to: done', 55, 369, '2016-11-16 12:09:14', 18),
+(1636, 'gallery , Search option , Add to cart , Login Task .. -Change status to: done', 55, 360, '2016-11-17 09:27:02', 18),
+(1637, 'Task: https://lashiq.com fixing here created.', 43, 0, '2016-11-18 12:34:06', 18),
+(1638, 'Task: https://lashiq.com fixing here created.', 43, 370, '2016-11-18 12:34:06', 18),
+(1639, 'https://lashiq.com fixing here -Change status to: in-process', 43, 370, '2016-11-18 12:34:12', 18),
+(1640, 'https://lashiq.com fixing here -Change status to: done', 43, 370, '2016-11-18 14:39:27', 18),
+(1641, 'Task: I want to make a Enquiry page for www.itimpress.com.au created.', 24, 0, '2016-11-18 14:41:34', 18),
+(1642, 'Task: I want to make a Enquiry page for www.itimpress.com.au created.', 24, 371, '2016-11-18 14:41:34', 18),
+(1643, 'I want to make a Enquiry page for www.itimpress.com.au -Change status to: in-process', 24, 371, '2016-11-18 14:41:41', 18),
+(1644, 'Task: http://querohms.com created.', 55, 372, '2016-11-24 01:01:28', 2),
+(1645, 'Task: http://joepapandrea.com.au/#preview created.', 55, 373, '2016-11-24 01:02:22', 2),
+(1646, '<p>Use For Bela Agro</p><p>&nbsp;</p> -added to http://querohms.com.', 55, 372, '2016-11-24 01:02:41', 2),
+(1647, 'User: mostafij added', 55, 372, '2016-11-24 01:02:52', 2),
+(1648, 'Task: Pacific Jeans HTML created.', 55, 374, '2016-11-24 01:03:29', 2),
+(1649, 'User: mostafij added', 55, 374, '2016-11-24 01:03:42', 2),
+(1650, 'Task: question solution bangla part created.', 20, 0, '2016-11-24 12:15:21', 26),
+(1651, 'Task: question solution bangla part created.', 20, 375, '2016-11-24 12:15:21', 26),
+(1652, 'question solution bangla part -Change status to: in-process', 20, 375, '2016-11-24 12:15:27', 26),
+(1653, 'question solution bangla part -Change status to: done', 20, 375, '2016-11-24 12:15:33', 26),
+(1654, 'Task: General Knowledge (MBA) re-arrange created.', 20, 0, '2016-11-24 12:32:59', 26),
+(1655, 'Task: General Knowledge (MBA) re-arrange created.', 20, 376, '2016-11-24 12:32:59', 26),
+(1656, 'General Knowledge (MBA) re-arrange -Change status to: in-process', 20, 376, '2016-11-24 12:33:05', 26),
+(1657, 'General Knowledge (MBA) re-arrange -Change status to: done', 20, 376, '2016-11-24 16:03:44', 26),
+(1658, 'Task: Sadharan Bima Corporation (Junior Officer) -2016 question added created.', 20, 0, '2016-11-24 16:19:59', 26),
+(1659, 'Task: Sadharan Bima Corporation (Junior Officer) -2016 question added created.', 20, 377, '2016-11-24 16:19:59', 26),
+(1660, 'Sadharan Bima Corporation (Junior Officer) -2016 question added -Change status to: in-process', 20, 377, '2016-11-24 16:20:05', 26),
+(1661, 'https://maxxbeard.com/ Sorting the products according to \"By selling\" priority . -Change status to: in-process', 32, 358, '2016-11-24 17:10:03', 18),
+(1662, 'https://maxxbeard.com/ Sorting the products according to \"By selling\" priority . -Change status to: done', 32, 358, '2016-11-24 17:10:13', 18),
+(1663, 'Task: http://revinr.com/summit/v3/  Done Task  created.', 32, 0, '2016-11-24 17:11:30', 18),
+(1664, 'Task: http://revinr.com/summit/v3/  Done Task  created.', 32, 378, '2016-11-24 17:11:30', 18),
+(1665, 'http://revinr.com/summit/v3/  Done Task  -Change status to: in-process', 32, 378, '2016-11-24 17:11:40', 18),
+(1666, 'http://revinr.com/summit/v3/  Done Task  -Change status to: done', 32, 378, '2016-11-24 17:11:55', 18),
+(1667, 'Pacific Jeans HTML -Change status to: in-process', 55, 374, '2016-11-24 17:12:56', 18),
+(1668, 'Sadharan Bima Corporation (Junior Officer) -2016 question added -Change status to: done', 20, 377, '2016-11-25 11:29:17', 26),
+(1669, 'Task: Current affairs  created.', 16, 0, '2016-11-25 12:15:12', 26),
+(1670, 'Task: Current affairs  created.', 16, 379, '2016-11-25 12:15:12', 26),
+(1671, 'Current affairs  -Change status to: in-process', 16, 379, '2016-11-25 12:15:20', 26),
+(1672, 'http://querohms.com -Change status to: in-process', 55, 372, '2016-11-25 12:46:25', 18),
+(1673, 'Task: http://revinr.com/summit/v3/ created.', 55, 0, '2016-11-25 12:47:20', 18),
+(1674, 'Task: http://revinr.com/summit/v3/ created.', 55, 380, '2016-11-25 12:47:20', 18),
+(1675, 'http://revinr.com/summit/v3/ -Change status to: in-process', 55, 380, '2016-11-25 12:47:31', 18),
+(1676, 'http://revinr.com/summit/v3/ -Change status to: done', 55, 380, '2016-11-25 12:47:43', 18),
+(1677, 'Task: http://revinr.com/summit/v3/details.html created.', 55, 0, '2016-11-28 11:57:44', 18),
+(1678, 'Task: http://revinr.com/summit/v3/details.html created.', 55, 381, '2016-11-28 11:57:44', 18),
+(1679, 'http://revinr.com/summit/v3/details.html -Change status to: in-process', 55, 381, '2016-11-28 11:57:53', 18),
+(1680, 'http://revinr.com/summit/v3/details.html -Change status to: done', 55, 381, '2016-11-28 11:58:02', 18),
+(1681, 'Task: UBR  created.', 16, 0, '2016-11-28 15:02:14', 26),
+(1682, 'Task: UBR  created.', 16, 382, '2016-11-28 15:02:14', 26),
+(1683, 'UBR  -Change status to: in-process', 16, 382, '2016-11-28 15:48:18', 26),
+(1684, 'Task: FB post-2 ta created.', 16, 0, '2016-11-28 15:49:51', 26),
+(1685, 'Task: FB post-2 ta created.', 16, 383, '2016-11-28 15:49:51', 26),
+(1686, 'FB post-2 ta -Change status to: in-process', 16, 383, '2016-11-28 15:50:01', 26),
+(1687, 'FB post-2 ta -Change status to: done', 16, 383, '2016-11-28 15:50:12', 26),
+(1688, 'Task: http://itimpress.com/  POPUP   content + Form created.', 55, 0, '2016-11-29 10:52:47', 18),
+(1689, 'Task: http://itimpress.com/  POPUP   content + Form created.', 55, 384, '2016-11-29 10:52:47', 18),
+(1690, 'http://itimpress.com/  POPUP   content + Form -Change status to: in-process', 55, 384, '2016-11-29 10:52:53', 18),
+(1691, 'UBR  -Change status to: done', 16, 382, '2016-11-29 13:05:45', 26),
+(1692, 'Task: http://revinr.com/summit/v3/ created.', 55, 0, '2016-11-29 14:31:50', 18),
+(1693, 'Task: http://revinr.com/summit/v3/ created.', 55, 385, '2016-11-29 14:31:50', 18),
+(1694, 'http://revinr.com/summit/v3/ -Change status to: in-process', 55, 385, '2016-11-29 14:31:58', 18),
+(1695, 'http://revinr.com/summit/v3/ -Change status to: done', 55, 385, '2016-11-29 14:32:27', 18),
+(1696, 'http://itimpress.com/  POPUP   content + Form -Change status to: done', 55, 384, '2016-11-29 14:32:34', 18),
+(1697, 'Task: Public Works Department-2016 Question and solution created.', 16, 0, '2016-11-29 15:50:48', 26),
+(1698, 'Task: Public Works Department-2016 Question and solution created.', 16, 386, '2016-11-29 15:50:48', 26),
+(1699, 'Public Works Department-2016 Question and solution -Change status to: in-process', 16, 386, '2016-11-29 15:50:54', 26),
+(1700, 'Public Works Department-2016 Question and solution -Change status to: done', 16, 386, '2016-11-29 15:51:06', 26),
+(1701, 'Task: http://revinr.com/summit/v3/   created.', 55, 0, '2016-11-30 18:30:34', 18),
+(1702, 'Task: http://revinr.com/summit/v3/   created.', 55, 387, '2016-11-30 18:30:34', 18),
+(1703, 'http://revinr.com/summit/v3/   -Change status to: in-process', 55, 387, '2016-11-30 18:30:41', 18),
+(1704, 'http://revinr.com/summit/v3/   -Change status to: done', 55, 387, '2016-11-30 18:30:51', 18),
+(1705, '<p>http://www.revinr.com/pacificjeans/</p><p>&nbsp;</p><p>&nbsp;</p><p>Some task has remained here ..</p><p>&nbsp;</p><p>&nbsp;</p> -added to Pacific Jeans HTML.', 55, 374, '2016-12-01 15:41:38', 18),
+(1706, '<p>http://www.revinr.com/pacificjeans/</p><p>&nbsp;</p><p>&nbsp;</p><p>Some task has remained here ..</p><p>&nbsp;</p><p>&nbsp;</p> -added to Pacific Jeans HTML.', 55, 374, '2016-12-01 15:41:49', 18),
+(1707, 'Task: http://revinr.com/summit/v3/ created.', 55, 0, '2016-12-01 15:42:53', 18),
+(1708, 'Task: http://revinr.com/summit/v3/ created.', 55, 388, '2016-12-01 15:42:53', 18),
+(1709, 'http://revinr.com/summit/v3/ -Change status to: in-process', 55, 388, '2016-12-01 15:43:08', 18),
+(1710, 'Task: http://revinr.com/summit/v3/transmission-network.html created.', 55, 0, '2016-12-01 16:28:37', 18),
+(1711, 'Task: http://revinr.com/summit/v3/transmission-network.html created.', 55, 389, '2016-12-01 16:28:37', 18),
+(1712, 'http://revinr.com/summit/v3/transmission-network.html -Change status to: in-process', 55, 389, '2016-12-01 16:28:50', 18),
+(1713, 'http://revinr.com/summit/v3/ -Change status to: done', 55, 388, '2016-12-01 16:29:07', 18),
+(1714, 'http://revinr.com/summit/v3/transmission-network.html -Change status to: done', 55, 389, '2016-12-01 16:29:23', 18),
+(1715, 'Task: http://www.responsinator.com/?url=http%3A%2F%2Frevinr.com%2Fsummit%2Fv3%2Fdetails.html created.', 55, 0, '2016-12-01 16:39:47', 18),
+(1716, 'Task: http://www.responsinator.com/?url=http%3A%2F%2Frevinr.com%2Fsummit%2Fv3%2Fdetails.html created.', 55, 390, '2016-12-01 16:39:47', 18),
+(1717, '<p>http://revinr.com/summit/v3/details.html</p> -added to http://www.responsinator.com/?url=http%3A%2F%2Frevinr.com%2Fsummit%2Fv3%2Fdetails.html.', 55, 390, '2016-12-01 16:40:04', 18),
+(1718, 'http://www.responsinator.com/?url=http%3A%2F%2Frevinr.com%2Fsummit%2Fv3%2Fdetails.html -Change status to: in-process', 55, 390, '2016-12-01 16:40:07', 18),
+(1719, 'http://www.responsinator.com/?url=http%3A%2F%2Frevinr.com%2Fsummit%2Fv3%2Fdetails.html -Change status to: done', 55, 390, '2016-12-01 16:40:21', 18),
+(1720, 'Task: ibeauty created.', 55, 391, '2016-12-01 17:15:09', 39),
+(1721, 'User: Sabuj Maksud added', 55, 391, '2016-12-01 17:15:22', 39),
+(1722, 'Task: Upload pdf file created.', 44, 392, '2016-12-01 17:18:06', 39),
+(1723, 'Sakib Kh assigned.', 44, 0, '2016-12-01 17:18:36', 39),
+(1724, 'User: Sakib Kh added', 44, 392, '2016-12-01 17:18:48', 39),
+(1725, 'Project:Quiz created.', 56, 0, '2016-12-01 17:22:30', 39),
+(1726, 'Mamun Hasan assigned.', 56, 0, '2016-12-01 17:22:49', 39),
+(1727, 'Task: Nuvista created.', 55, 393, '2016-12-01 17:25:22', 39),
+(1728, 'User: Kabir Hossen added', 55, 393, '2016-12-01 17:27:17', 39),
+(1729, 'I want to make a Enquiry page for www.itimpress.com.au -Change status to: done', 24, 371, '2016-12-02 09:45:38', 18),
+(1730, 'Upload pdf file -Change status to: in-process', 44, 392, '2016-12-02 09:56:31', 27),
+(1731, 'Nuvista -Change status to: in-process', 55, 393, '2016-12-02 09:56:54', 25),
+(1732, 'Nuvista -Change status to: in-process', 55, 393, '2016-12-02 09:57:47', 25),
+(1733, 'Task: Bank n BCS Crash programme created.', 16, 0, '2016-12-02 11:28:15', 26),
+(1734, 'Task: Bank n BCS Crash programme created.', 16, 394, '2016-12-02 11:28:15', 26),
+(1735, 'Bank n BCS Crash programme -Change status to: in-process', 16, 394, '2016-12-02 11:28:21', 26),
+(1736, 'Task: http://www.revinr.com/pacificjeans/ created.', 55, 0, '2016-12-02 14:37:51', 18),
+(1737, 'Task: http://www.revinr.com/pacificjeans/ created.', 55, 395, '2016-12-02 14:37:51', 18),
+(1738, 'http://www.revinr.com/pacificjeans/ -Change status to: in-process', 55, 395, '2016-12-02 14:55:58', 18),
+(1739, 'Pacific Jeans HTML -Change status to: done', 55, 374, '2016-12-02 17:33:48', 18),
+(1740, 'http://www.revinr.com/pacificjeans/ -Change status to: done', 55, 395, '2016-12-02 17:34:07', 18),
+(1741, 'Task: http://revinr.com/summit/v3/internet-service-providers.html created.', 55, 0, '2016-12-02 17:36:55', 18),
+(1742, 'Task: http://revinr.com/summit/v3/internet-service-providers.html created.', 55, 396, '2016-12-02 17:36:55', 18),
+(1743, 'http://revinr.com/summit/v3/internet-service-providers.html -Change status to: in-process', 55, 396, '2016-12-02 17:37:17', 18),
+(1744, 'Task: Studypress Job Post (05/12/16)) created.', 28, 0, '2016-12-05 10:44:31', 22),
+(1745, 'Task: Studypress Job Post (05/12/16)) created.', 28, 397, '2016-12-05 10:44:31', 22),
+(1746, 'Studypress Job Post (05/12/16)) -Change status to: in-process', 28, 397, '2016-12-05 10:44:38', 22),
+(1747, 'Studypress Job Post (05/12/16)) -Change status to: done', 28, 397, '2016-12-05 10:44:47', 22),
+(1748, 'Task:  http://www.revinr.com/pacificjeans/ slider part has done here  created.', 55, 0, '2016-12-05 12:34:56', 18),
+(1749, 'Task:  http://www.revinr.com/pacificjeans/ slider part has done here  created.', 55, 398, '2016-12-05 12:34:56', 18),
+(1750, ' http://www.revinr.com/pacificjeans/ slider part has done here  -Change status to: in-process', 55, 398, '2016-12-05 12:35:02', 18),
+(1751, ' http://www.revinr.com/pacificjeans/ slider part has done here  -Change status to: done', 55, 398, '2016-12-05 12:35:10', 18),
+(1752, 'Task: http://revinr.com/pacificjeans/ created.', 55, 0, '2016-12-05 18:07:29', 18),
+(1753, 'Task: http://revinr.com/pacificjeans/ created.', 55, 399, '2016-12-05 18:07:29', 18),
+(1754, 'http://revinr.com/pacificjeans/ -Change status to: in-process', 55, 399, '2016-12-05 18:07:37', 18),
+(1755, 'http://revinr.com/summit/v3/internet-service-providers.html -Change status to: done', 55, 396, '2016-12-05 18:12:01', 18),
+(1756, 'http://revinr.com/pacificjeans/ -Change status to: done', 55, 399, '2016-12-05 18:12:08', 18),
+(1757, 'Task: http://revinr.com/pacificjeans/    slider image chnage  created.', 55, 0, '2016-12-06 10:31:11', 18),
+(1758, 'Task: http://revinr.com/pacificjeans/    slider image chnage  created.', 55, 400, '2016-12-06 10:31:11', 18),
+(1759, 'http://revinr.com/pacificjeans/    slider image chnage  -Change status to: in-process', 55, 400, '2016-12-06 10:31:23', 18),
+(1760, 'http://revinr.com/pacificjeans/    slider image chnage  -Change status to: done', 55, 400, '2016-12-06 10:31:57', 18),
+(1761, 'Task: BEAUTY created.', 55, 0, '2016-12-06 10:34:59', 18),
+(1762, 'Task: BEAUTY created.', 55, 401, '2016-12-06 10:34:59', 18),
+(1763, 'Task: PC Problem created.', 56, 0, '2016-12-06 11:18:02', 29);
+INSERT INTO `activity_log` (`id`, `msg`, `proj_id`, `task_id`, `created_at`, `logged_user_id`) VALUES
+(1764, 'Task: PC Problem created.', 56, 402, '2016-12-06 11:18:02', 29),
+(1765, 'Task: current affairs question add created.', 47, 0, '2016-12-06 15:00:04', 21),
+(1766, 'Task: current affairs question add created.', 47, 403, '2016-12-06 15:00:05', 21),
+(1767, 'Task: http://localhost/ibeauty/ created.', 55, 0, '2016-12-07 11:13:28', 18),
+(1768, 'Task: http://localhost/ibeauty/ created.', 55, 404, '2016-12-07 11:13:29', 18),
+(1769, 'http://localhost/ibeauty/ -Change status to: in-process', 55, 404, '2016-12-07 11:13:44', 18),
+(1770, 'BEAUTY -Change status to: in-process', 55, 401, '2016-12-07 11:14:15', 18),
+(1771, 'Task: Scrolling working here created.', 55, 0, '2016-12-07 17:13:00', 18),
+(1772, 'Task: Scrolling working here created.', 55, 405, '2016-12-07 17:13:00', 18),
+(1773, 'http://localhost/ibeauty/ -Change status to: done', 55, 404, '2016-12-07 17:13:19', 18),
+(1774, 'Scrolling working here -Change status to: in-process', 55, 405, '2016-12-07 17:13:37', 18),
+(1775, 'Scrolling working here -Change status to: done', 55, 405, '2016-12-08 10:13:04', 18),
+(1776, 'Task: http://revinr.com/summit/v3 created.', 55, 0, '2016-12-08 18:34:17', 18),
+(1777, 'Task: http://revinr.com/summit/v3 created.', 55, 406, '2016-12-08 18:34:17', 18),
+(1778, 'http://revinr.com/summit/v3 -Change status to: in-process', 55, 406, '2016-12-08 18:34:24', 18),
+(1779, 'Task: Job Post created.', 28, 0, '2016-12-09 12:22:50', 22),
+(1780, 'Task: Job Post created.', 28, 407, '2016-12-09 12:22:50', 22),
+(1781, 'Job Post -Change status to: in-process', 28, 407, '2016-12-09 12:27:12', 22),
+(1782, 'Job Post -Change status to: done', 28, 407, '2016-12-09 12:27:19', 22),
+(1783, 'Task: summitcommunications html created.', 55, 0, '2016-12-09 18:01:48', 18),
+(1784, 'Task: summitcommunications html created.', 55, 408, '2016-12-09 18:01:48', 18),
+(1785, 'summitcommunications html -Change status to: in-process', 55, 408, '2016-12-09 18:01:59', 18),
+(1786, 'summitcommunications html -Change status to: done', 55, 408, '2016-12-09 18:02:15', 18),
+(1787, 'http://revinr.com/summit/v3 -Change status to: done', 55, 406, '2016-12-09 18:02:28', 18),
+(1788, 'Task: http://www.revinr.com/ibeauty/ created.', 55, 0, '2016-12-12 10:00:24', 18),
+(1789, 'Task: http://www.revinr.com/ibeauty/ created.', 55, 409, '2016-12-12 10:00:24', 18),
+(1790, 'http://www.revinr.com/ibeauty/ -Change status to: in-process', 55, 409, '2016-12-12 10:00:35', 18),
+(1791, 'Task: JOB post (12/12/2016) created.', 28, 0, '2016-12-12 14:37:34', 22),
+(1792, 'Task: JOB post (12/12/2016) created.', 28, 410, '2016-12-12 14:37:34', 22),
+(1793, 'Task: Nuvista demo Design created.', 55, 411, '2016-12-14 13:22:31', 2),
+(1794, 'User: Kabir Hossen added', 55, 411, '2016-12-14 13:22:44', 2),
+(1795, 'Task: http://revinr.com/summit/v3/# created.', 55, 0, '2016-12-15 15:25:45', 18),
+(1796, 'Task: http://revinr.com/summit/v3/# created.', 55, 412, '2016-12-15 15:25:45', 18),
+(1797, 'http://revinr.com/summit/v3/# -Change status to: in-process', 55, 412, '2016-12-15 15:25:52', 18),
+(1798, 'http://revinr.com/summit/v3/# -Change status to: done', 55, 412, '2016-12-15 15:26:04', 18),
+(1799, 'Task: http://www.revinr.com/ibeauty/blog/ created.', 55, 0, '2016-12-15 18:52:43', 18),
+(1800, 'Task: http://www.revinr.com/ibeauty/blog/ created.', 55, 413, '2016-12-15 18:52:43', 18),
+(1801, 'http://www.revinr.com/ibeauty/blog/ -Change status to: in-process', 55, 413, '2016-12-15 18:52:51', 18),
+(1802, 'Task: blog category post count and  details page  created.', 55, 0, '2016-12-19 09:57:05', 18),
+(1803, 'Task: blog category post count and  details page  created.', 55, 414, '2016-12-19 09:57:05', 18),
+(1804, 'Task: Job Post created.', 28, 0, '2016-12-19 10:30:05', 22),
+(1805, 'Task: Job Post created.', 28, 415, '2016-12-19 10:30:05', 22),
+(1806, 'blog category post count and  details page  -Change status to: in-process', 55, 414, '2016-12-19 12:54:39', 18),
+(1807, 'http://www.revinr.com/ibeauty/blog/ -Change status to: done', 55, 413, '2016-12-19 15:33:22', 18),
+(1808, 'blog category post count and  details page  -Change status to: done', 55, 414, '2016-12-19 15:33:35', 18),
+(1809, 'http://www.revinr.com/ibeauty/ -Change status to: done', 55, 409, '2016-12-19 15:33:52', 18),
+(1810, '<p>http://www.itimpresstesting.com/butchershop/wp-admin &nbsp;user:revinr pass:Admin@1911*</p> -added to http://joepapandrea.com.au/#preview.', 55, 373, '2016-12-19 17:09:12', 18),
+(1811, 'Task: Dhaka Cotton created.', 55, 416, '2016-12-19 18:39:13', 2),
+(1812, 'User: mostafij added', 55, 416, '2016-12-19 18:39:31', 2),
+(1813, 'Dhaka Cotton -Change status to: in-process', 55, 416, '2016-12-20 10:36:15', 18),
+(1814, 'User: mostafij added', 55, 373, '2016-12-20 10:36:52', 18),
+(1815, 'http://joepapandrea.com.au/#preview -Change status to: in-process', 55, 373, '2016-12-20 10:36:59', 18),
+(1816, '<p>Firstly: &nbsp;I have setup the images.</p><p>&nbsp;</p><p>secondly, I have to do work in menu section &nbsp;..</p><p>&nbsp;</p><p>Thirdly , I had worked in the &nbsp;inner page section &nbsp;.</p><p>&nbsp;</p><p>Finally , CSS some working ..</p> ', 55, 416, '2016-12-21 10:37:20', 18),
+(1817, 'Task: Job Post created.', 28, 0, '2016-12-21 10:50:14', 22),
+(1818, 'Task: Job Post created.', 28, 417, '2016-12-21 10:50:14', 22),
+(1819, 'Job Post -Change status to: in-process', 28, 417, '2016-12-21 10:50:53', 22),
+(1820, 'Job Post -Change status to: done', 28, 417, '2016-12-21 10:52:56', 22),
+(1821, 'Task: slider making  &  http://www.itimpresstesting.com/theo/   created.', 55, 0, '2016-12-23 11:51:01', 18),
+(1822, 'Task: slider making  &  http://www.itimpresstesting.com/theo/   created.', 55, 418, '2016-12-23 11:51:02', 18),
+(1823, 'slider making  &  http://www.itimpresstesting.com/theo/   -Change status to: in-process', 55, 418, '2016-12-23 11:51:09', 18),
+(1824, 'Task: http://revinr.com/summit/v3/internet-service-providers.html created.', 55, 0, '2016-12-23 15:38:55', 18),
+(1825, 'Task: http://revinr.com/summit/v3/internet-service-providers.html created.', 55, 419, '2016-12-23 15:38:55', 18),
+(1826, 'http://revinr.com/summit/v3/internet-service-providers.html -Change status to: in-process', 55, 419, '2016-12-23 15:39:00', 18),
+(1827, 'http://revinr.com/summit/v3/internet-service-providers.html -Change status to: done', 55, 419, '2016-12-23 15:39:10', 18),
+(1828, 'Task: http://www.itimpresstesting.com/theo/ created.', 55, 0, '2016-12-26 14:06:58', 18),
+(1829, 'Task: http://www.itimpresstesting.com/theo/ created.', 55, 420, '2016-12-26 14:06:58', 18),
+(1830, 'http://www.itimpresstesting.com/theo/ -Change status to: in-process', 55, 420, '2016-12-26 15:09:56', 18),
+(1831, 'slider making  &  http://www.itimpresstesting.com/theo/   -Change status to: done', 55, 418, '2016-12-26 15:10:11', 18),
+(1832, 'Dhaka Cotton -Change status to: done', 55, 416, '2016-12-26 15:10:27', 18),
+(1833, 'http://joepapandrea.com.au/#preview -Change status to: done', 55, 373, '2016-12-26 15:10:39', 18),
+(1834, 'http://querohms.com -Change status to: done', 55, 372, '2016-12-26 15:10:49', 18),
+(1835, 'BEAUTY -Change status to: done', 55, 401, '2016-12-26 15:10:58', 18),
+(1836, 'http://www.itimpresstesting.com/theo/ -Change status to: done', 55, 420, '2016-12-26 15:11:09', 18),
+(1837, 'Task: http://www.revinr.com/ibeauty created.', 55, 0, '2016-12-27 09:53:34', 18),
+(1838, 'Task: http://www.revinr.com/ibeauty created.', 55, 421, '2016-12-27 09:53:34', 18),
+(1839, 'http://www.revinr.com/ibeauty -Change status to: in-process', 55, 421, '2016-12-27 09:53:39', 18),
+(1840, 'http://www.revinr.com/ibeauty -Change status to: done', 55, 421, '2016-12-27 10:53:55', 18),
+(1841, 'Task: kaanpeteroi created.', 55, 0, '2016-12-27 10:56:31', 18),
+(1842, 'Task: kaanpeteroi created.', 55, 422, '2016-12-27 10:56:31', 18),
+(1843, 'kaanpeteroi -Change status to: in-process', 55, 422, '2016-12-27 10:56:36', 18),
+(1844, 'kaanpeteroi -Change status to: done', 55, 422, '2016-12-27 17:52:59', 18),
+(1845, 'Task: http://www.revinr.com/kaanpeteroi created.', 55, 0, '2016-12-27 17:53:35', 18),
+(1846, 'Task: http://www.revinr.com/kaanpeteroi created.', 55, 423, '2016-12-27 17:53:35', 18),
+(1847, 'http://www.revinr.com/kaanpeteroi -Change status to: in-process', 55, 423, '2016-12-27 17:53:41', 18),
+(1848, 'Task: http://www.revinr.com/kaanpeteroi/ created.', 55, 0, '2016-12-28 09:56:34', 18),
+(1849, 'Task: http://www.revinr.com/kaanpeteroi/ created.', 55, 424, '2016-12-28 09:56:34', 18),
+(1850, 'http://www.revinr.com/kaanpeteroi/ -Change status to: in-process', 55, 424, '2016-12-28 09:56:48', 18),
+(1851, 'Task: http://www.theoscecinas.com.au/ created.', 55, 0, '2016-12-28 17:07:14', 18),
+(1852, 'Task: http://www.theoscecinas.com.au/ created.', 55, 425, '2016-12-28 17:07:14', 18),
+(1853, 'http://www.theoscecinas.com.au/ -Change status to: in-process', 55, 425, '2016-12-28 17:08:38', 18),
+(1854, 'http://www.theoscecinas.com.au/ -Change status to: done', 55, 425, '2016-12-29 09:33:38', 18),
+(1855, 'http://www.revinr.com/kaanpeteroi/ -Change status to: done', 55, 424, '2016-12-29 09:33:51', 18),
+(1856, 'http://www.revinr.com/kaanpeteroi -Change status to: done', 55, 423, '2016-12-29 09:34:05', 18),
+(1857, 'Project:Nuvista Web created.', 57, 0, '2017-01-03 14:11:14', 2),
+(1858, 'Sabuj Maksud assigned.', 57, 0, '2017-01-03 14:12:12', 2),
+(1859, 'Kabir Hossen assigned.', 57, 0, '2017-01-03 14:12:36', 2),
+(1860, 'Task: Home Page created.', 57, 426, '2017-01-03 14:14:10', 2),
+(1861, 'Task: Career Page created.', 57, 427, '2017-01-03 14:14:30', 2),
+(1862, 'Task: About Page created.', 57, 428, '2017-01-03 14:16:41', 2),
+(1863, 'Task: Media Page created.', 57, 429, '2017-01-03 14:17:03', 2),
+(1864, 'Task: Product Page created.', 57, 430, '2017-01-03 14:17:22', 2),
+(1865, 'Task: News & Events created.', 57, 431, '2017-01-03 14:17:46', 2),
+(1866, 'Task: Blog  created.', 57, 432, '2017-01-03 14:18:13', 2),
+(1867, 'Project:Sales Directory created.', 58, 0, '2017-01-12 11:43:08', 2),
+(1868, 'PC Problem -Change status to: in-process', 56, 402, '2017-01-12 11:43:22', 29),
+(1869, 'PC Problem -Change status to: done', 56, 402, '2017-01-12 11:43:29', 29),
+(1870, 'Sharifullah  assigned.', 50, 0, '2017-01-12 11:43:40', 2),
+(1871, 'Sharifullah  assigned.', 58, 0, '2017-01-12 11:44:03', 2),
+(1872, 'Task: FeedBack Wakeboard created.', 48, 0, '2017-01-12 11:44:21', 36),
+(1873, 'Task: FeedBack Wakeboard created.', 48, 433, '2017-01-12 11:44:21', 36),
+(1874, 'Task: Integrate Android FireBase with the project created.', 56, 0, '2017-01-12 11:44:34', 29),
+(1875, 'Task: Integrate Android FireBase with the project created.', 56, 434, '2017-01-12 11:44:34', 29),
+(1876, 'Task: 3. Phase 4 & 5 discussion and search query created.', 48, 0, '2017-01-12 11:45:09', 36),
+(1877, 'Task: 3. Phase 4 & 5 discussion and search query created.', 48, 435, '2017-01-12 11:45:09', 36),
+(1878, '3. Phase 4 & 5 discussion and search query -Change status to: in-process', 48, 435, '2017-01-12 11:45:20', 36),
+(1879, 'Revinr Admin assigned.', 50, 0, '2017-01-12 11:49:08', 2),
+(1880, 'Task: Previous Question With AD created.', 50, 436, '2017-01-12 11:59:02', 39),
+(1881, 'Previous Question With AD -Change status to: in-process', 50, 436, '2017-01-12 11:59:37', 39),
+(1882, 'Task: Krishi Bank Question Published with AD created.', 50, 0, '2017-01-12 12:06:51', 26),
+(1883, 'Task: Krishi Bank Question Published with AD created.', 50, 437, '2017-01-12 12:06:51', 26),
+(1884, 'Krishi Bank Question Published with AD -Change status to: in-process', 50, 437, '2017-01-12 12:07:04', 26),
+(1885, 'Previous Question With AD -Change status to: done', 50, 436, '2017-01-12 12:10:08', 39),
+(1886, 'Task: Current News  created.', 50, 438, '2017-01-12 12:19:35', 39),
+(1887, 'Current News  -Change status to: in-process', 50, 438, '2017-01-12 12:31:45', 39),
+(1888, 'Current News  -Change status to: done', 50, 438, '2017-01-12 12:32:00', 39),
+(1889, 'Task: Zopim  created.', 50, 439, '2017-01-12 12:33:04', 39),
+(1890, 'Zopim  -Change status to: in-process', 50, 439, '2017-01-12 12:33:33', 39),
+(1891, 'Task: Promotional Post for 38th Bcs  created.', 50, 440, '2017-01-12 12:37:03', 39),
+(1892, 'Promotional Post for 38th Bcs  -Change status to: in-process', 50, 440, '2017-01-12 12:37:22', 39),
+(1893, 'Zopim  -Change status to: in-process', 50, 439, '2017-01-12 12:37:44', 39),
+(1894, 'Promotional Post for 38th Bcs  -Change status to: done', 50, 440, '2017-01-12 13:06:25', 39),
+(1895, 'Krishi Bank Question Published with AD -Change status to: done', 50, 437, '2017-01-12 13:27:09', 26),
+(1896, 'Task: Promotional Post for 38th Bcs  created.', 50, 441, '2017-01-12 14:16:37', 39),
+(1897, 'Promotional Post for 38th Bcs  -Change status to: in-process', 50, 441, '2017-01-12 14:19:47', 39),
+(1898, 'Task: Krishi Bank Model Test-03 created.', 50, 0, '2017-01-12 14:35:42', 26),
+(1899, 'Task: Krishi Bank Model Test-03 created.', 50, 442, '2017-01-12 14:35:42', 26),
+(1900, 'Krishi Bank Model Test-03 -Change status to: in-process', 50, 442, '2017-01-12 14:37:37', 26),
+(1901, 'Promotional Post for 38th Bcs  -Change status to: done', 50, 441, '2017-01-12 15:18:22', 39),
+(1902, 'Task: Primary Head: Promotional Post For Bcs created.', 50, 443, '2017-01-12 15:19:22', 39),
+(1903, 'Primary Head: Promotional Post For Bcs -Change status to: in-process', 50, 443, '2017-01-12 15:33:51', 39),
+(1904, 'Primary Head: Promotional Post For Bcs -Change status to: done', 50, 443, '2017-01-12 15:43:54', 39),
+(1905, 'Task: Bank Crash Program MT 33  created.', 50, 444, '2017-01-12 15:47:20', 39),
+(1906, 'Krishi Bank Model Test-03 -Change status to: done', 50, 442, '2017-01-12 16:24:02', 26),
+(1907, 'Task: Krishi Bank Model Test-04 created.', 50, 0, '2017-01-12 16:25:15', 26),
+(1908, 'Task: Krishi Bank Model Test-04 created.', 50, 445, '2017-01-12 16:25:15', 26),
+(1909, 'Krishi Bank Model Test-04 -Change status to: in-process', 50, 445, '2017-01-12 16:25:23', 26),
+(1910, 'Bank Crash Program MT 33  -Change status to: in-process', 50, 444, '2017-01-12 16:41:12', 39),
+(1911, 'Bank Crash Program MT 33  -Change status to: done', 50, 444, '2017-01-12 17:03:21', 39),
+(1912, 'Krishi Bank Model Test-04 -Change status to: done', 50, 445, '2017-01-12 18:34:02', 26),
+(1913, 'User: Sharifullah  added', 50, 436, '2017-01-12 23:58:35', 2),
+(1914, 'User: Sharifullah  added', 50, 440, '2017-01-12 23:58:52', 2),
+(1915, 'User: Sharifullah  added', 50, 442, '2017-01-12 23:59:02', 2),
+(1916, 'User: Sharifullah  added', 50, 442, '2017-01-12 23:59:06', 2),
+(1917, 'User: Sharifullah  added', 50, 443, '2017-01-12 23:59:15', 2),
+(1918, 'User: Sharifullah  added', 50, 444, '2017-01-12 23:59:23', 2),
+(1919, 'User: Sharifullah  added', 50, 445, '2017-01-12 23:59:31', 2),
+(1920, 'User: Sharifullah  added', 50, 438, '2017-01-13 00:00:01', 2),
+(1921, 'Task: Bank Crash Program MT 34 created.', 50, 446, '2017-01-14 09:48:47', 39),
+(1922, 'Bank Crash Program MT 34 -Change status to: in-process', 50, 446, '2017-01-14 09:49:09', 39),
+(1923, 'Bank Crash Program MT 34 -Change status to: done', 50, 446, '2017-01-14 10:17:04', 39),
+(1924, 'Task: Assistant cypher officer Question Solve  created.', 50, 447, '2017-01-14 10:28:59', 39),
+(1925, 'Task: Question Solution created.', 50, 0, '2017-01-14 11:47:46', 26),
+(1926, 'Task: Question Solution created.', 50, 448, '2017-01-14 11:47:46', 26),
+(1927, 'Question Solution -Change status to: in-process', 50, 448, '2017-01-14 11:47:54', 26),
+(1928, 'Assistant cypher officer Question Solve  -Change status to: in-process', 50, 447, '2017-01-14 12:29:26', 39),
+(1929, 'Assistant cypher officer Question Solve  -Change status to: done', 50, 447, '2017-01-14 12:31:06', 39),
+(1930, 'Question Solution -Change status to: done', 50, 448, '2017-01-14 12:56:39', 26),
+(1931, 'Task: ATAB entry D: 21 to 65 created.', 58, 0, '2017-01-14 13:01:46', 26),
+(1932, 'Task: ATAB entry D: 21 to 65 created.', 58, 449, '2017-01-14 13:01:47', 26),
+(1933, 'ATAB entry D: 21 to 65 -Change status to: in-process', 58, 449, '2017-01-14 13:01:56', 26),
+(1934, 'Task: Promotional Post for 38th Bcs created.', 50, 450, '2017-01-14 14:07:19', 39),
+(1935, 'Promotional Post for 38th Bcs -Change status to: in-process', 50, 450, '2017-01-14 14:07:46', 39),
+(1936, 'Promotional Post for 38th Bcs -Change status to: done', 50, 450, '2017-01-14 14:26:02', 39),
+(1937, 'Task: BCS Crash Course Day 1  created.', 50, 451, '2017-01-14 14:55:55', 39),
+(1938, 'Task:BCS Crash Course Day 1  removed.', 50, 0, '2017-01-14 16:19:36', 39),
+(1939, 'ATAB entry D: 21 to 65 -Change status to: done', 58, 449, '2017-01-14 16:30:51', 26),
+(1940, 'Task: Krishi Bank Model Test-05 created.', 58, 0, '2017-01-14 16:37:17', 26),
+(1941, 'Task: Krishi Bank Model Test-05 created.', 58, 452, '2017-01-14 16:37:17', 26),
+(1942, 'Krishi Bank Model Test-05 -Change status to: in-process', 58, 452, '2017-01-14 16:37:24', 26),
+(1943, 'Task: sonali bank circular (correction)  created.', 50, 453, '2017-01-15 11:30:12', 39),
+(1944, 'User: Revinr Admin added', 50, 453, '2017-01-15 11:30:44', 39),
+(1945, 'sonali bank circular (correction)  -Change status to: in-process', 50, 453, '2017-01-15 11:30:50', 39),
+(1946, 'sonali bank circular (correction)  -Change status to: done', 50, 453, '2017-01-15 11:41:31', 39),
+(1947, 'Task: promotional post for bcs prog (several) created.', 50, 454, '2017-01-15 12:22:46', 39),
+(1948, 'promotional post for bcs prog (several) -Change status to: in-process', 50, 454, '2017-01-15 12:25:12', 39),
+(1949, '3. Phase 4 & 5 discussion and search query -Change status to: done', 48, 435, '2017-01-15 13:22:03', 36),
+(1950, 'FeedBack Wakeboard -Change status to: in-process', 48, 433, '2017-01-15 13:22:32', 36),
+(1951, 'Task: Wakeboard testing created.', 48, 0, '2017-01-15 13:22:51', 36),
+(1952, 'Task: Wakeboard testing created.', 48, 455, '2017-01-15 13:22:51', 36),
+(1953, 'Wakeboard testing -Change status to: in-process', 48, 455, '2017-01-15 13:22:57', 36),
+(1954, 'promotional post for bcs prog (several) -Change status to: done', 50, 454, '2017-01-15 13:27:48', 39),
+(1955, 'Integrate Android FireBase with the project -Change status to: in-process', 56, 434, '2017-01-15 14:43:09', 29),
+(1956, 'Task: 38th advice post created.', 50, 0, '2017-01-16 10:12:59', 26),
+(1957, 'Task: 38th advice post created.', 50, 456, '2017-01-16 10:12:59', 26),
+(1958, '38th advice post -Change status to: in-process', 50, 456, '2017-01-16 10:13:07', 26),
+(1959, 'Task: 38th BCS Mental Ability Advice created.', 50, 0, '2017-01-16 10:42:28', 26),
+(1960, 'Task: 38th BCS Mental Ability Advice created.', 50, 457, '2017-01-16 10:42:28', 26),
+(1961, '38th BCS Mental Ability Advice -Change status to: in-process', 50, 457, '2017-01-16 11:06:20', 26),
+(1962, '38th BCS Mental Ability Advice -Change status to: done', 50, 457, '2017-01-16 11:24:56', 26),
+(1963, 'Task: Krishi Bank Model Test-06 created.', 50, 0, '2017-01-16 11:30:34', 26),
+(1964, 'Task: Krishi Bank Model Test-06 created.', 50, 458, '2017-01-16 11:30:34', 26),
+(1965, 'Task: Krishi Bank Model Test-07 created.', 50, 0, '2017-01-16 11:30:57', 26),
+(1966, 'Task: Krishi Bank Model Test-07 created.', 50, 459, '2017-01-16 11:30:57', 26),
+(1967, 'Krishi Bank Model Test-06 -Change status to: in-process', 50, 458, '2017-01-16 11:31:11', 26),
+(1968, '38th advice post -Change status to: done', 50, 456, '2017-01-16 11:33:16', 26),
+(1969, 'Task: Promotional post for 38th bcs  created.', 50, 460, '2017-01-16 11:36:00', 39),
+(1970, 'Promotional post for 38th bcs  -Change status to: in-process', 50, 460, '2017-01-16 11:36:16', 39),
+(1971, 'Krishi Bank Model Test-06 -Change status to: done', 50, 458, '2017-01-16 12:09:55', 26),
+(1972, 'Promotional post for 38th bcs  -Change status to: done', 50, 460, '2017-01-16 12:17:05', 39),
+(1973, 'Krishi Bank Model Test-07 -Change status to: in-process', 50, 459, '2017-01-16 12:41:43', 26),
+(1974, 'Krishi Bank Model Test-07 -Change status to: done', 50, 459, '2017-01-16 12:41:51', 26),
+(1975, '<p>I have already done Email/Password authentication with Firebase. I will add Facebook/Google authentication today and then all sign in</p> -added to Integrate Android FireBase with the project.', 56, 434, '2017-01-16 12:42:26', 29),
+(1976, 'Integrate Android FireBase with the project -Change status to: in-process', 56, 434, '2017-01-16 12:42:36', 29),
+(1977, 'Task: From Newspaper 1-5 January  created.', 50, 461, '2017-01-16 14:12:32', 39),
+(1978, 'From Newspaper 1-5 January  -Change status to: in-process', 50, 461, '2017-01-16 14:12:59', 39),
+(1979, 'Task: Bank Crash Program (2nd Batch) created.', 50, 0, '2017-01-16 14:38:41', 26),
+(1980, 'Task: Bank Crash Program (2nd Batch) created.', 50, 462, '2017-01-16 14:38:41', 26),
+(1981, 'Bank Crash Program (2nd Batch) -Change status to: in-process', 50, 462, '2017-01-16 14:38:51', 26),
+(1982, 'Bank Crash Program (2nd Batch) -Change status to: done', 50, 462, '2017-01-16 15:09:14', 26),
+(1983, 'Task: ব্যাংক পরীক্ষার প্রস্তুতি নিবেন যেভাবে-(Post) created.', 50, 0, '2017-01-16 15:57:00', 26),
+(1984, 'Task: ব্যাংক পরীক্ষার প্রস্তুতি নিবেন যেভাবে-(Post) created.', 50, 463, '2017-01-16 15:57:00', 26),
+(1985, 'ব্যাংক পরীক্ষার প্রস্তুতি নিবেন যেভাবে-(Post) -Change status to: in-process', 50, 463, '2017-01-16 15:57:07', 26),
+(1986, 'ব্যাংক পরীক্ষার প্রস্তুতি নিবেন যেভাবে-(Post) -Change status to: done', 50, 463, '2017-01-16 15:57:18', 26),
+(1987, 'Krishi Bank Model Test-05 -Change status to: done', 58, 452, '2017-01-16 16:10:31', 26),
+(1988, 'From Newspaper 1-5 January  -Change status to: in-process', 50, 461, '2017-01-16 16:13:57', 39),
+(1989, 'From Newspaper 1-5 January  -Change status to: done', 50, 461, '2017-01-16 16:14:12', 39),
+(1990, 'Task: Bank Crash MT 35  created.', 50, 464, '2017-01-16 16:23:06', 39),
+(1991, 'Bank Crash MT 35  -Change status to: in-process', 50, 464, '2017-01-16 16:23:37', 39),
+(1992, 'Task: রোহিঙ্গা ইস্যু Post created.', 50, 0, '2017-01-17 11:00:08', 26),
+(1993, 'Task: রোহিঙ্গা ইস্যু Post created.', 50, 465, '2017-01-17 11:00:08', 26),
+(1994, 'Task: Krishi Bank Model Test-08 created.', 50, 0, '2017-01-17 11:00:38', 26),
+(1995, 'Task: Krishi Bank Model Test-08 created.', 50, 466, '2017-01-17 11:00:38', 26),
+(1996, 'রোহিঙ্গা ইস্যু Post -Change status to: in-process', 50, 465, '2017-01-17 11:00:47', 26),
+(1997, 'Krishi Bank Model Test-08 -Change status to: in-process', 50, 466, '2017-01-17 11:00:54', 26),
+(1998, 'Task: Role of Banks in economic development POST created.', 50, 0, '2017-01-17 11:01:50', 26),
+(1999, 'Task: Role of Banks in economic development POST created.', 50, 467, '2017-01-17 11:01:50', 26),
+(2000, 'Role of Banks in economic development POST -Change status to: in-process', 50, 467, '2017-01-17 11:02:14', 26),
+(2001, 'Task: 38th Bcs Preli Day 1  created.', 50, 468, '2017-01-17 11:20:25', 39),
+(2002, 'রোহিঙ্গা ইস্যু Post -Change status to: done', 50, 465, '2017-01-17 11:21:31', 26),
+(2003, 'Wakeboard testing -Change status to: done', 48, 455, '2017-01-17 11:45:21', 36),
+(2004, 'Task: Dress App  created.', 48, 0, '2017-01-17 11:45:53', 36),
+(2005, 'Task: Dress App  created.', 48, 469, '2017-01-17 11:45:53', 36),
+(2006, 'Dress App  -Change status to: in-process', 48, 469, '2017-01-17 11:46:02', 36),
+(2007, 'Role of Banks in economic development POST -Change status to: done', 50, 467, '2017-01-17 12:50:38', 26),
+(2008, 'Krishi Bank Model Test-08 -Change status to: done', 50, 466, '2017-01-17 15:55:16', 26),
+(2009, 'Task: Krishi Bank Model Test-09 created.', 50, 0, '2017-01-18 10:56:42', 26),
+(2010, 'Task: Krishi Bank Model Test-09 created.', 50, 470, '2017-01-18 10:56:42', 26),
+(2011, 'Task: Replace Wakeboard in eclpse to android studio created.', 48, 0, '2017-01-18 11:02:19', 36),
+(2012, 'Task: Replace Wakeboard in eclpse to android studio created.', 48, 471, '2017-01-18 11:02:19', 36),
+(2013, 'Replace Wakeboard in eclpse to android studio -Change status to: in-process', 48, 471, '2017-01-18 11:02:25', 36),
+(2014, 'Task: User Panel এর Body Change করতে হবে...এভাবেঃ created.', 20, 0, '2017-01-18 11:44:08', 26),
+(2015, 'Task: User Panel এর Body Change করতে হবে...এভাবেঃ created.', 20, 472, '2017-01-18 11:44:08', 26),
+(2016, 'Task: Current Affairs Check created.', 50, 0, '2017-01-18 12:08:47', 26),
+(2017, 'Task: Current Affairs Check created.', 50, 473, '2017-01-18 12:08:47', 26),
+(2018, 'Task: 38th Bcs Preli Day 2  created.', 50, 474, '2017-01-18 12:47:13', 39),
+(2019, 'User: Revinr Admin added', 50, 474, '2017-01-18 12:47:33', 39),
+(2020, 'Current Affairs Check -Change status to: in-process', 50, 473, '2017-01-18 12:56:25', 26),
+(2021, 'Current Affairs Check -Change status to: done', 50, 473, '2017-01-18 14:01:31', 26),
+(2022, 'Krishi Bank Model Test-09 -Change status to: in-process', 50, 470, '2017-01-18 14:35:31', 26),
+(2023, 'Krishi Bank Model Test-09 -Change status to: done', 50, 470, '2017-01-18 14:39:46', 26),
+(2024, 'Task: ATAB entry E: 17 to 56 created.', 58, 0, '2017-01-18 14:45:03', 26),
+(2025, 'Task: ATAB entry E: 17 to 56 created.', 58, 475, '2017-01-18 14:45:03', 26),
+(2026, 'ATAB entry E: 17 to 56 -Change status to: in-process', 58, 475, '2017-01-18 14:45:12', 26),
+(2027, '38th Bcs Preli Day 2  -Change status to: in-process', 50, 474, '2017-01-18 14:57:50', 39),
+(2028, 'Task: working on zopim live chat intregation created.', 48, 0, '2017-01-19 10:04:58', 36),
+(2029, 'Task: working on zopim live chat intregation created.', 48, 476, '2017-01-19 10:04:58', 36),
+(2030, 'Task: Exam দেওয়ার সময় অপশনে লেখায় ক্লিক করলে যাতে Ans. Count হয় created.', 20, 0, '2017-01-19 14:55:41', 26),
+(2031, 'Task: Exam দেওয়ার সময় অপশনে লেখায় ক্লিক করলে যাতে Ans. Count হয় created.', 20, 477, '2017-01-19 14:55:41', 26),
+(2032, 'Task: Written part FB post--4 Ta created.', 20, 0, '2017-01-19 17:26:13', 26),
+(2033, 'Task: Written part FB post--4 Ta created.', 20, 478, '2017-01-19 17:26:13', 26),
+(2034, 'Written part FB post--4 Ta -Change status to: in-process', 20, 478, '2017-01-19 17:26:23', 26),
+(2035, 'Written part FB post--4 Ta -Change status to: done', 20, 478, '2017-01-19 17:27:08', 26),
+(2036, 'working on zopim live chat intregation -Change status to: in-process', 48, 476, '2017-01-21 09:54:22', 36),
+(2037, 'Task: Orion Travels created.', 28, 479, '2017-01-21 16:04:00', 2),
+(2038, 'User: Shumon  added', 28, 479, '2017-01-21 16:04:22', 2),
+(2039, 'Task: StudyPress Job 5 created.', 28, 480, '2017-01-21 16:05:22', 2),
+(2040, 'User: Shumon  added', 28, 480, '2017-01-21 16:05:31', 2),
+(2041, 'StudyPress Job 5 -Change status to: in-process', 28, 480, '2017-01-21 16:05:43', 2),
+(2042, 'Orion Travels -Change status to: in-process', 28, 479, '2017-01-21 16:05:52', 2),
+(2043, 'Project:Kamrul Project created.', 59, 0, '2017-01-21 17:02:30', 2),
+(2044, 'Kamrul assigned.', 59, 0, '2017-01-21 17:04:21', 2),
+(2045, 'Task: Pacific Jeans Demo created.', 59, 481, '2017-01-21 17:04:44', 2),
+(2046, 'User: Kamrul added', 59, 481, '2017-01-21 17:04:54', 2),
+(2047, '<p>- Please dont copy from existing site. I have found that you used &quot;Clients&quot; portion from the previous site. Make sure not to sure anything from the previous site.</p><p>&nbsp;</p> -added to Pacific Jeans Demo.', 59, 481, '2017-01-21 17:05:47', 2),
+(2048, 'Pacific Jeans Demo -Change status to: in-process', 59, 481, '2017-01-21 17:05:56', 2),
+(2049, 'Pacific Jeans Demo -Change status to: done', 59, 481, '2017-01-21 19:02:01', 40),
+(2050, 'Task: http://eaglepizza.com.au/ created.', 55, 0, '2017-01-22 12:18:37', 18),
+(2051, 'Task: http://eaglepizza.com.au/ created.', 55, 482, '2017-01-22 12:18:37', 18),
+(2052, 'http://eaglepizza.com.au/ -Change status to: in-process', 55, 482, '2017-01-22 12:18:44', 18),
+(2053, 'Task: Krishi Bank Math part created.', 50, 0, '2017-01-22 16:09:31', 26),
+(2054, 'Task: Krishi Bank Math part created.', 50, 483, '2017-01-22 16:09:31', 26),
+(2055, 'Task:http://studypress.org/job/job_list/cv# removed.', 28, 0, '2017-01-22 16:41:16', 22),
+(2056, 'Task:http://studypress.org/job/job_list/cv# removed.', 28, 0, '2017-01-22 16:41:19', 22),
+(2057, 'Task:http://studypress.org/job/job_list removed.', 28, 0, '2017-01-22 16:41:22', 22),
+(2058, 'Task:http://studypress.org/job/job_list removed.', 28, 0, '2017-01-22 16:41:27', 22),
+(2059, 'Task:http://studypress.org/job/job_list removed.', 28, 0, '2017-01-22 16:41:29', 22),
+(2060, 'Task:http://studypress.org/job/job_list removed.', 28, 0, '2017-01-22 16:41:32', 22),
+(2061, 'Task:http://studypress.org/job/job_list removed.', 28, 0, '2017-01-22 16:41:35', 22),
+(2062, 'Task:http://studypress.org/job/job_list/details/1/cat removed.', 28, 0, '2017-01-22 16:41:38', 22),
+(2063, 'Task:http://studypress.org/job/job_list/details/1/cat# removed.', 28, 0, '2017-01-22 16:41:42', 22),
+(2064, 'Task:http://studypress.org/job/job_list/details/1/cat# removed.', 28, 0, '2017-01-22 16:41:46', 22),
+(2065, 'Task:http://studypress.org/ removed.', 28, 0, '2017-01-22 16:41:50', 22),
+(2066, 'Task:JOB post (12/12/2016) removed.', 28, 0, '2017-01-22 16:41:52', 22),
+(2067, 'Task:Job Post removed.', 28, 0, '2017-01-22 16:41:55', 22),
+(2068, 'Orion Travels -Change status to: done', 28, 479, '2017-01-22 16:42:07', 22),
+(2069, 'StudyPress Job 5 -Change status to: done', 28, 480, '2017-01-22 16:42:21', 22),
+(2070, 'Task: Studypress Job Post (5) created.', 28, 0, '2017-01-22 16:43:48', 22),
+(2071, 'Task: Studypress Job Post (5) created.', 28, 484, '2017-01-22 16:43:48', 22),
+(2072, 'Studypress Job Post (5) -Change status to: in-process', 28, 484, '2017-01-22 16:43:56', 22),
+(2073, 'Studypress Job Post (5) -Change status to: done', 28, 484, '2017-01-22 16:44:10', 22),
+(2074, 'Task: Krishi Bank GK part created.', 50, 0, '2017-01-22 16:56:22', 26),
+(2075, 'Task: Krishi Bank GK part created.', 50, 485, '2017-01-22 16:56:22', 26),
+(2076, 'Task: Islami Bank Circular Published created.', 50, 0, '2017-01-22 16:57:41', 26),
+(2077, 'Task: Islami Bank Circular Published created.', 50, 486, '2017-01-22 16:57:41', 26),
+(2078, 'Task: Krishi Bank \"Officer\" Notice  created.', 50, 0, '2017-01-22 16:58:45', 26),
+(2079, 'Task: Krishi Bank \"Officer\" Notice  created.', 50, 487, '2017-01-22 16:58:45', 26),
+(2080, 'Krishi Bank Math part -Change status to: in-process', 50, 483, '2017-01-22 16:59:06', 26),
+(2081, 'Krishi Bank GK part -Change status to: in-process', 50, 485, '2017-01-22 16:59:37', 26),
+(2082, 'Krishi Bank Math part -Change status to: done', 50, 483, '2017-01-22 16:59:48', 26),
+(2083, 'Islami Bank Circular Published -Change status to: in-process', 50, 486, '2017-01-22 17:00:03', 26),
+(2084, 'Krishi Bank \"Officer\" Notice  -Change status to: in-process', 50, 487, '2017-01-22 17:00:13', 26),
+(2085, 'Krishi Bank GK part -Change status to: done', 50, 485, '2017-01-22 18:29:02', 26),
+(2086, 'Islami Bank Circular Published -Change status to: done', 50, 486, '2017-01-22 18:29:09', 26),
+(2087, 'Krishi Bank \"Officer\" Notice  -Change status to: done', 50, 487, '2017-01-22 18:29:15', 26),
+(2088, 'Task: ATAB entry F: 1 to 35 created.', 50, 0, '2017-01-22 18:30:03', 26),
+(2089, 'Task: ATAB entry F: 1 to 35 created.', 50, 488, '2017-01-22 18:30:04', 26),
+(2090, 'ATAB entry F: 1 to 35 -Change status to: in-process', 50, 488, '2017-01-22 18:30:10', 26),
+(2091, 'ATAB entry F: 1 to 35 -Change status to: done', 50, 488, '2017-01-22 18:30:16', 26),
+(2092, 'ATAB entry E: 17 to 56 -Change status to: done', 58, 475, '2017-01-23 10:17:07', 26),
+(2093, 'Task: OTOBI Task  created.', 58, 0, '2017-01-23 12:29:37', 26),
+(2094, 'Task: OTOBI Task  created.', 58, 489, '2017-01-23 12:29:37', 26),
+(2095, 'Task: Standard Chartered Bank created.', 58, 0, '2017-01-23 12:35:40', 26),
+(2096, 'Task: Standard Chartered Bank created.', 58, 490, '2017-01-23 12:35:40', 26),
+(2097, 'Standard Chartered Bank -Change status to: in-process', 58, 490, '2017-01-23 12:35:51', 26),
+(2098, 'OTOBI Task  -Change status to: in-process', 58, 489, '2017-01-23 12:36:07', 26),
+(2099, 'Standard Chartered Bank -Change status to: done', 58, 490, '2017-01-23 12:42:35', 26),
+(2100, 'Task: 38th Bcs Preli Day 4 created.', 50, 491, '2017-01-23 12:51:42', 39),
+(2101, 'User: Revinr Admin added', 50, 491, '2017-01-23 12:51:59', 39),
+(2102, '38th Bcs Preli Day 4 -Change status to: in-process', 50, 491, '2017-01-23 12:52:02', 39),
+(2103, 'এডিটোরিয়াল + চ্যাপ্টার ডিটেইলস (5) -Change status to: done', 47, 334, '2017-01-23 12:55:23', 21),
+(2104, 'current affairs question add -Change status to: in-process', 47, 403, '2017-01-23 12:55:34', 21),
+(2105, 'current affairs question add -Change status to: done', 47, 403, '2017-01-23 12:55:41', 21),
+(2106, 'Task: Editorial created.', 16, 0, '2017-01-23 12:57:21', 21),
+(2107, 'Task: Editorial created.', 16, 492, '2017-01-23 12:57:21', 21),
+(2108, 'Integrate Android FireBase with the project -Change status to: completed', 56, 434, '2017-01-23 12:57:29', 29),
+(2109, 'Editorial -Change status to: in-process', 16, 492, '2017-01-23 12:57:32', 21),
+(2110, 'Task: Crate the QUiz Activity created.', 56, 0, '2017-01-23 12:58:00', 29),
+(2111, 'Task: Crate the QUiz Activity created.', 56, 493, '2017-01-23 12:58:00', 29),
+(2112, 'Task: . http://eaglepizza.com.au/ created.', 55, 0, '2017-01-23 12:59:20', 18),
+(2113, 'Task: . http://eaglepizza.com.au/ created.', 55, 494, '2017-01-23 12:59:20', 18),
+(2114, 'Editorial -Change status to: done', 16, 492, '2017-01-23 14:03:40', 21),
+(2115, 'Task: Physics Chapter - 3 to 5 MCQ type  created.', 47, 0, '2017-01-23 14:04:38', 21),
+(2116, 'Task: Physics Chapter - 3 to 5 MCQ type  created.', 47, 495, '2017-01-23 14:04:38', 21),
+(2117, 'Bank Crash MT 35  -Change status to: done', 50, 464, '2017-01-23 14:45:15', 39),
+(2118, '38th Bcs Preli Day 2  -Change status to: done', 50, 474, '2017-01-23 14:45:31', 39),
+(2119, '38th Bcs Preli Day 4 -Change status to: done', 50, 491, '2017-01-23 14:46:33', 39),
+(2120, 'Task: From News Paper  created.', 50, 496, '2017-01-23 14:52:29', 39),
+(2121, 'User: Revinr Admin added', 50, 496, '2017-01-23 14:52:48', 39),
+(2122, 'User: Revinr Admin added', 50, 496, '2017-01-23 14:52:49', 39),
+(2123, 'From News Paper  -Change status to: in-process', 50, 496, '2017-01-23 14:52:52', 39),
+(2124, 'Task: Job News created.', 16, 0, '2017-01-23 15:14:06', 21),
+(2125, 'Task: Job News created.', 16, 497, '2017-01-23 15:14:06', 21),
+(2126, 'Task: JOB post (23/01/2017) created.', 28, 0, '2017-01-23 15:21:38', 22),
+(2127, 'Task: JOB post (23/01/2017) created.', 28, 498, '2017-01-23 15:21:38', 22),
+(2128, 'JOB post (23/01/2017) -Change status to: in-process', 28, 498, '2017-01-23 15:21:43', 22),
+(2129, 'JOB post (23/01/2017) -Change status to: done', 28, 498, '2017-01-23 15:21:59', 22),
+(2130, 'Task: JOB post (23/01/2017) created.', 28, 0, '2017-01-23 15:22:39', 22),
+(2131, 'Task: JOB post (23/01/2017) created.', 28, 499, '2017-01-23 15:22:39', 22),
+(2132, 'JOB post (23/01/2017) -Change status to: in-process', 28, 499, '2017-01-23 15:22:44', 22),
+(2133, 'JOB post (23/01/2017) -Change status to: done', 28, 499, '2017-01-23 15:22:50', 22),
+(2134, 'Job News -Change status to: in-process', 16, 497, '2017-01-23 16:09:51', 21),
+(2135, 'Job News -Change status to: done', 16, 497, '2017-01-23 16:09:58', 21),
+(2136, 'Task: current affairs question add created.', 16, 0, '2017-01-23 16:10:15', 21),
+(2137, 'Task: current affairs question add created.', 16, 500, '2017-01-23 16:10:15', 21),
+(2138, 'From News Paper  -Change status to: done', 50, 496, '2017-01-23 16:12:00', 39),
+(2139, 'current affairs question add -Change status to: in-process', 16, 500, '2017-01-23 16:15:47', 21),
+(2140, '. http://eaglepizza.com.au/ -Change status to: in-process', 55, 494, '2017-01-23 17:06:34', 18),
+(2141, 'Task: eaglepizza created.', 55, 0, '2017-01-23 17:07:50', 18),
+(2142, 'Task: eaglepizza created.', 55, 501, '2017-01-23 17:07:50', 18),
+(2143, 'eaglepizza -Change status to: in-process', 55, 501, '2017-01-23 17:08:03', 18),
+(2144, 'Task: Kindergarten Website created.', 54, 0, '2017-01-23 17:14:43', 38),
+(2145, 'Task: Kindergarten Website created.', 54, 502, '2017-01-23 17:14:43', 38),
+(2146, 'Kindergarten Website -Change status to: in-process', 54, 502, '2017-01-23 17:14:51', 38),
+(2147, 'Task: Facebook Marketing created.', 54, 0, '2017-01-23 17:16:21', 38),
+(2148, 'Task: Facebook Marketing created.', 54, 503, '2017-01-23 17:16:21', 38),
+(2149, 'UBR -Change status to: in-process', 54, 332, '2017-01-23 17:16:30', 38),
+(2150, 'FARR -Change status to: in-process', 54, 333, '2017-01-23 17:16:37', 38),
+(2151, 'UBR -Change status to: done', 54, 332, '2017-01-23 17:16:43', 38),
+(2152, 'FARR -Change status to: done', 54, 333, '2017-01-23 17:16:52', 38),
+(2153, 'current affairs question add -Change status to: done', 16, 500, '2017-01-23 17:29:41', 21),
+(2154, 'Physics Chapter - 3 to 5 MCQ type  -Change status to: in-process', 47, 495, '2017-01-23 17:30:08', 21),
+(2155, 'Physics Chapter - 3 to 5 MCQ type  -Change status to: done', 47, 495, '2017-01-23 17:30:23', 21),
+(2156, 'Task: http://eaglepizza.com.au/ created.', 55, 0, '2017-01-24 09:28:57', 18),
+(2157, 'Task: http://eaglepizza.com.au/ created.', 55, 504, '2017-01-24 09:28:57', 18),
+(2158, 'OTOBI Task  -Change status to: done', 58, 489, '2017-01-24 10:07:48', 26),
+(2159, 'Task: OTOBI Task Showroom add created.', 58, 0, '2017-01-24 10:12:07', 26),
+(2160, 'Task: OTOBI Task Showroom add created.', 58, 505, '2017-01-24 10:12:07', 26),
+(2161, 'OTOBI Task Showroom add -Change status to: in-process', 58, 505, '2017-01-24 10:12:15', 26),
+(2162, 'Task: 38th Bcs 4th model test  created.', 50, 506, '2017-01-24 11:04:09', 39),
+(2163, '38th Bcs 4th model test  -Change status to: in-process', 50, 506, '2017-01-24 11:04:56', 39),
+(2164, 'Task: Editorial created.', 16, 0, '2017-01-24 11:54:00', 21),
+(2165, 'Task: Editorial created.', 16, 507, '2017-01-24 11:54:00', 21),
+(2166, 'Editorial -Change status to: in-process', 16, 507, '2017-01-24 11:54:25', 21),
+(2167, 'Editorial -Change status to: done', 16, 507, '2017-01-24 11:54:32', 21),
+(2168, 'Task: article writing and translation created.', 16, 0, '2017-01-24 11:55:19', 21),
+(2169, 'Task: article writing and translation created.', 16, 508, '2017-01-24 11:55:19', 21),
+(2170, 'article writing and translation -Change status to: in-process', 16, 508, '2017-01-24 11:55:27', 21),
+(2171, '38th Bcs 4th model test  -Change status to: done', 50, 506, '2017-01-24 12:24:33', 39),
+(2172, 'article writing and translation -Change status to: done', 16, 508, '2017-01-24 13:04:33', 21),
+(2173, 'Task: news ।  created.', 16, 0, '2017-01-24 13:04:53', 21),
+(2174, 'Task: news ।  created.', 16, 509, '2017-01-24 13:04:53', 21),
+(2175, 'news ।  -Change status to: in-process', 16, 509, '2017-01-24 13:05:08', 21),
+(2176, 'Task: 38th BCS Preli day 5  created.', 50, 510, '2017-01-24 14:00:57', 39),
+(2177, 'User: Sharifullah  added', 50, 510, '2017-01-24 14:06:04', 39),
+(2178, '38th BCS Preli day 5  -Change status to: in-process', 50, 510, '2017-01-24 14:06:07', 39),
+(2179, 'Task: JOB post (24/01/2017) created.', 28, 0, '2017-01-24 15:09:35', 22),
+(2180, 'Task: JOB post (24/01/2017) created.', 28, 511, '2017-01-24 15:09:35', 22),
+(2181, 'JOB post (24/01/2017) -Change status to: in-process', 28, 511, '2017-01-24 15:09:42', 22),
+(2182, 'JOB post (24/01/2017) -Change status to: done', 28, 511, '2017-01-24 15:09:47', 22),
+(2183, '38th BCS Preli day 5  -Change status to: done', 50, 510, '2017-01-24 15:15:09', 39),
+(2184, 'Task: Germany created.', 55, 512, '2017-01-24 20:12:26', 2),
+(2185, 'User: mostafij added', 55, 512, '2017-01-24 20:12:38', 2),
+(2186, 'User: mostafij added', 55, 512, '2017-01-24 20:12:39', 2),
+(2187, 'Task: 38th BCS 5th Model Test  created.', 50, 513, '2017-01-25 11:14:05', 39),
+(2188, '38th BCS 5th Model Test  -Change status to: in-process', 50, 513, '2017-01-25 11:14:52', 39),
+(2189, 'Task: ATAB entry F: 35 to 78 created.', 58, 0, '2017-01-25 11:42:56', 26),
+(2190, 'Task: ATAB entry F: 35 to 78 created.', 58, 514, '2017-01-25 11:42:56', 26),
+(2191, 'Task: Krishi Bank Entry to Database created.', 58, 0, '2017-01-25 11:43:57', 26),
+(2192, 'Task: Krishi Bank Entry to Database created.', 58, 515, '2017-01-25 11:43:57', 26),
+(2193, 'ATAB entry F: 35 to 78 -Change status to: in-process', 58, 514, '2017-01-25 11:44:07', 26),
+(2194, 'OTOBI Task Showroom add -Change status to: done', 58, 505, '2017-01-25 11:44:15', 26),
+(2195, 'Germany -Change status to: in-process', 55, 512, '2017-01-25 11:48:37', 18),
+(2196, '38th BCS 5th Model Test  -Change status to: done', 50, 513, '2017-01-25 11:50:15', 39),
+(2197, 'Task: 38th BCS Preli 6th Day created.', 50, 516, '2017-01-25 11:56:24', 39),
+(2198, '38th BCS Preli 6th Day -Change status to: in-process', 50, 516, '2017-01-25 11:56:44', 39),
+(2199, 'Task: OTOBI Edit created.', 58, 0, '2017-01-25 12:26:11', 26),
+(2200, 'Task: OTOBI Edit created.', 58, 517, '2017-01-25 12:26:11', 26),
+(2201, 'OTOBI Edit -Change status to: in-process', 58, 517, '2017-01-25 12:26:19', 26),
+(2202, '38th BCS Preli 6th Day -Change status to: done', 50, 516, '2017-01-25 12:29:13', 39),
+(2203, 'Germany -Change status to: done', 55, 512, '2017-01-25 14:05:31', 18),
+(2204, 'working on zopim live chat intregation -Change status to: done', 48, 476, '2017-01-25 14:34:43', 36),
+(2205, 'Task: wakeboard part3 time estimation calculation created.', 48, 0, '2017-01-25 15:01:34', 36),
+(2206, 'Task: wakeboard part3 time estimation calculation created.', 48, 518, '2017-01-25 15:01:34', 36),
+(2207, 'Task: eagleboys created.', 55, 0, '2017-01-25 15:36:58', 18),
+(2208, 'Task: eagleboys created.', 55, 519, '2017-01-25 15:36:58', 18),
+(2209, 'http://eaglepizza.com.au/ -Change status to: in-process', 55, 504, '2017-01-25 15:37:09', 18),
+(2210, 'eagleboys -Change status to: in-process', 55, 519, '2017-01-25 15:37:23', 18),
+(2211, 'OTOBI Edit -Change status to: done', 58, 517, '2017-01-25 18:08:25', 26),
+(2212, 'ATAB entry F: 35 to 78 -Change status to: done', 58, 514, '2017-01-25 18:08:33', 26),
+(2213, 'Krishi Bank Entry to Database -Change status to: in-process', 58, 515, '2017-01-25 18:08:39', 26),
+(2214, 'Task: কৃষি ব্যাংকের প্রশ্ন ডাটাবেজে এন্ট্রি created.', 50, 0, '2017-01-26 09:51:31', 26),
+(2215, 'Task: কৃষি ব্যাংকের প্রশ্ন ডাটাবেজে এন্ট্রি created.', 50, 520, '2017-01-26 09:51:31', 26),
+(2216, 'কৃষি ব্যাংকের প্রশ্ন ডাটাবেজে এন্ট্রি -Change status to: in-process', 50, 520, '2017-01-26 09:51:38', 26),
+(2217, 'Task: 38th BCS Preli MT 6  created.', 50, 521, '2017-01-26 11:25:54', 39),
+(2218, 'User: Sharifullah  added', 50, 521, '2017-01-26 12:05:57', 39),
+(2219, 'User: Revinr Admin added', 50, 521, '2017-01-26 12:05:59', 39),
+(2220, '38th BCS Preli MT 6  -Change status to: in-process', 50, 521, '2017-01-26 12:06:03', 39),
+(2221, 'কৃষি ব্যাংকের প্রশ্ন ডাটাবেজে এন্ট্রি -Change status to: done', 50, 520, '2017-01-26 12:52:54', 26),
+(2222, 'Task: http://revinr.com/summit/v3/index.php created.', 55, 0, '2017-01-26 12:57:41', 18),
+(2223, 'Task: http://revinr.com/summit/v3/index.php created.', 55, 522, '2017-01-26 12:57:41', 18),
+(2224, 'http://revinr.com/summit/v3/index.php -Change status to: in-process', 55, 522, '2017-01-26 12:57:48', 18),
+(2225, 'Task: Bank Written part post created.', 50, 0, '2017-01-26 12:58:08', 26),
+(2226, 'Task: Bank Written part post created.', 50, 523, '2017-01-26 12:58:08', 26),
+(2227, 'Task: ATAB entry G: 1 to 64 created.', 58, 0, '2017-01-26 13:01:41', 26),
+(2228, 'Task: ATAB entry G: 1 to 64 created.', 58, 524, '2017-01-26 13:01:41', 26),
+(2229, 'Task: 38th BCS Preli Day 7  created.', 50, 525, '2017-01-26 14:17:33', 39),
+(2230, 'news ।  -Change status to: done', 16, 509, '2017-01-26 16:00:45', 21),
+(2231, 'Task: Editorial 26/01/17 created.', 16, 0, '2017-01-26 16:01:12', 21),
+(2232, 'Task: Editorial 26/01/17 created.', 16, 526, '2017-01-26 16:01:12', 21),
+(2233, 'Editorial 26/01/17 -Change status to: in-process', 16, 526, '2017-01-26 16:01:17', 21),
+(2234, 'Task: ontribution of manpower export to the economy of Bangladesh created.', 16, 0, '2017-01-26 16:03:29', 21),
+(2235, 'Task: ontribution of manpower export to the economy of Bangladesh created.', 16, 527, '2017-01-26 16:03:29', 21),
+(2236, 'http://revinr.com/summit/v3/index.php -Change status to: done', 55, 522, '2017-01-26 16:46:37', 18),
+(2237, 'Task: Pub Website created.', 59, 528, '2017-01-26 18:39:31', 2),
+(2238, 'User: Kamrul added', 59, 528, '2017-01-26 18:39:43', 2),
+(2239, 'User: Kamrul added', 59, 528, '2017-01-26 18:39:51', 2),
+(2240, 'Task: Car Insurance created.', 59, 529, '2017-01-26 18:43:30', 2),
+(2241, 'User: Kamrul added', 59, 529, '2017-01-26 18:43:46', 2),
+(2242, 'Krishi Bank Entry to Database -Change status to: done', 58, 515, '2017-01-26 18:47:24', 26),
+(2243, 'ATAB entry G: 1 to 64 -Change status to: in-process', 58, 524, '2017-01-26 18:47:31', 26),
+(2244, 'ATAB entry G: 1 to 64 -Change status to: done', 58, 524, '2017-01-26 18:47:36', 26),
+(2245, '<p>Sorry. I can&#39;t create wordpress theme from scratch. Though I can modify any wordpress theme as per client&#39;s requirements.</p><p>Thanks.</p> -added to Pub Website.', 59, 528, '2017-01-26 23:52:54', 40),
+(2246, '<p>Sorry. I can&#39;t create wordpress theme from scratch. Though I can modify any wordpress theme as per client&#39;s requirements.</p><p>Thanks.</p> -added to Car Insurance.', 59, 529, '2017-01-26 23:53:11', 40),
+(2247, 'Task: JOB post (29/01/2017) created.', 28, 0, '2017-01-29 15:20:48', 22),
+(2248, 'Task: JOB post (29/01/2017) created.', 28, 530, '2017-01-29 15:20:48', 22),
+(2249, 'JOB post (29/01/2017) -Change status to: in-process', 28, 530, '2017-01-29 15:20:52', 22),
+(2250, 'JOB post (29/01/2017) -Change status to: done', 28, 530, '2017-01-29 15:21:03', 22),
+(2251, 'Task: JOB post (30/01/2017) created.', 28, 0, '2017-01-30 16:11:46', 22),
+(2252, 'Task: JOB post (30/01/2017) created.', 28, 531, '2017-01-30 16:11:46', 22),
+(2253, 'JOB post (30/01/2017) -Change status to: in-process', 28, 531, '2017-01-30 16:11:51', 22),
+(2254, 'JOB post (30/01/2017) -Change status to: done', 28, 531, '2017-01-30 16:12:54', 22),
+(2255, 'Task: Agro based ecommerce HTML created.', 59, 532, '2017-01-30 16:29:21', 2),
+(2256, 'User: Kamrul added', 59, 532, '2017-01-30 16:29:33', 2),
+(2257, 'ibeauty -Change status to: in-process', 55, 391, '2017-01-31 19:51:14', 2),
+(2258, 'Nuvista demo Design -Change status to: in-process', 55, 411, '2017-01-31 19:51:25', 2),
+(2259, 'Sabuj Maksud removed.', 55, 0, '2017-01-31 19:51:43', 2),
+(2260, 'Task: The Pub website created.', 55, 533, '2017-01-31 19:56:38', 2),
+(2261, 'User: mostafij added', 55, 533, '2017-01-31 19:56:48', 2),
+(2262, 'Task: On call cleaning created.', 55, 534, '2017-01-31 19:58:39', 2),
+(2263, 'User: Kabir Hossen added', 55, 534, '2017-01-31 19:58:50', 2),
+(2264, 'Task: Ibeauy.com created.', 55, 535, '2017-01-31 20:00:39', 2),
+(2265, 'User: mostafij added', 55, 535, '2017-01-31 20:00:48', 2),
+(2266, 'User: mostafij added', 55, 535, '2017-01-31 20:00:55', 2),
+(2267, 'The Pub website -Change status to: in-process', 55, 533, '2017-02-01 09:59:28', 18),
+(2268, 'The Pub website -Change status to: done', 55, 533, '2017-02-01 10:16:37', 18),
+(2269, 'Ibeauy.com -Change status to: in-process', 55, 535, '2017-02-01 10:19:06', 18),
+(2270, 'Ibeauy.com -Change status to: done', 55, 535, '2017-02-01 11:41:38', 18),
+(2271, 'Add document: Updates.docx', 55, 0, '2017-02-01 11:49:08', 18),
+(2272, 'Task: http://www.itimpresstesting.com/themanofaron created.', 55, 0, '2017-02-01 11:49:28', 18),
+(2273, 'Task: http://www.itimpresstesting.com/themanofaron created.', 55, 536, '2017-02-01 11:49:28', 18),
+(2274, 'http://www.itimpresstesting.com/themanofaron -Change status to: in-process', 55, 536, '2017-02-01 11:49:41', 18),
+(2275, 'Task: http://revinr.com/summit/v3/ created.', 55, 0, '2017-02-01 15:15:24', 18),
+(2276, 'Task: http://revinr.com/summit/v3/ created.', 55, 537, '2017-02-01 15:15:24', 18),
+(2277, 'http://revinr.com/summit/v3/ -Change status to: in-process', 55, 537, '2017-02-01 15:16:05', 18),
+(2278, 'http://revinr.com/summit/v3/ -Change status to: done', 55, 537, '2017-02-01 15:16:19', 18),
+(2279, 'http://eaglepizza.com.au/ -Change status to: in-process', 55, 482, '2017-02-01 15:58:10', 18),
+(2280, 'http://eaglepizza.com.au/ -Change status to: done', 55, 482, '2017-02-01 15:58:28', 18),
+(2281, '. http://eaglepizza.com.au/ -Change status to: done', 55, 494, '2017-02-01 15:58:41', 18),
+(2282, 'http://eaglepizza.com.au/ -Change status to: done', 55, 504, '2017-02-01 15:58:56', 18),
+(2283, 'eaglepizza -Change status to: done', 55, 501, '2017-02-01 15:59:08', 18),
+(2284, 'eagleboys -Change status to: done', 55, 519, '2017-02-01 15:59:20', 18),
+(2285, 'Task: http://revinr.com/summit/v3/management-team.php created.', 55, 0, '2017-02-01 18:33:57', 18),
+(2286, 'Task: http://revinr.com/summit/v3/management-team.php created.', 55, 538, '2017-02-01 18:33:57', 18),
+(2287, 'http://revinr.com/summit/v3/management-team.php -Change status to: in-process', 55, 538, '2017-02-01 18:34:08', 18),
+(2288, 'http://www.itimpresstesting.com/themanofaron -Change status to: done', 55, 536, '2017-02-01 18:46:27', 18),
+(2289, 'http://revinr.com/summit/v3/management-team.php -Change status to: done', 55, 538, '2017-02-01 18:46:42', 18),
+(2290, '<p>Done. Please check</p><p><a href=\"http://webifybd.com/green/\">http://webifybd.com/green/</a></p> -added to Agro based ecommerce HTML.', 59, 532, '2017-02-01 21:18:36', 40),
+(2291, 'Agro based ecommerce HTML -Change status to: in-process', 59, 532, '2017-02-01 21:20:26', 40),
+(2292, 'Agro based ecommerce HTML -Change status to: completed', 59, 532, '2017-02-01 21:20:51', 40),
+(2293, 'Task: summit  created.', 55, 0, '2017-02-02 11:49:02', 18),
+(2294, 'Task: summit  created.', 55, 539, '2017-02-02 11:49:02', 18),
+(2295, 'summit  -Change status to: in-process', 55, 539, '2017-02-02 11:54:06', 18),
+(2296, 'summit  -Change status to: done', 55, 539, '2017-02-02 12:01:37', 18),
+(2297, 'Task: Bapex Question Solution  created.', 50, 540, '2017-02-02 12:11:45', 39),
+(2298, 'User: Revinr Admin added', 50, 540, '2017-02-02 12:12:02', 39),
+(2299, 'User: Revinr Admin added', 50, 540, '2017-02-02 12:12:03', 39),
+(2300, 'Bapex Question Solution  -Change status to: in-process', 50, 540, '2017-02-02 12:12:08', 39),
+(2301, 'Task: JOB post (2/02/2017) created.', 28, 0, '2017-02-02 14:59:46', 22),
+(2302, 'Task: JOB post (2/02/2017) created.', 28, 541, '2017-02-02 14:59:46', 22),
+(2303, 'JOB post (2/02/2017) -Change status to: in-process', 28, 541, '2017-02-02 14:59:59', 22),
+(2304, 'JOB post (2/02/2017) -Change status to: done', 28, 541, '2017-02-02 15:01:15', 22),
+(2305, 'Task: http://summitcommunications.net/ & http://www.itimpresstesting.com/themanofaron/ created.', 55, 0, '2017-02-04 10:12:07', 18),
+(2306, 'Task: http://summitcommunications.net/ & http://www.itimpresstesting.com/themanofaron/ created.', 55, 542, '2017-02-04 10:12:07', 18),
+(2307, 'http://summitcommunications.net/ & http://www.itimpresstesting.com/themanofaron/ -Change status to: in-process', 55, 542, '2017-02-04 10:12:15', 18),
+(2308, 'Task: Milestone 3: Feedback implementation and testing created.', 48, 0, '2017-02-04 12:18:50', 36);
+INSERT INTO `activity_log` (`id`, `msg`, `proj_id`, `task_id`, `created_at`, `logged_user_id`) VALUES
+(2309, 'Task: Milestone 3: Feedback implementation and testing created.', 48, 543, '2017-02-04 12:18:50', 36),
+(2310, 'Milestone 3: Feedback implementation and testing -Change status to: in-process', 48, 543, '2017-02-04 12:18:58', 36),
+(2311, 'wakeboard part3 time estimation calculation -Change status to: in-process', 48, 518, '2017-02-04 12:19:04', 36),
+(2312, 'wakeboard part3 time estimation calculation -Change status to: done', 48, 518, '2017-02-04 12:19:12', 36),
+(2313, 'Task: NSI AD QUESTION  created.', 50, 544, '2017-02-04 12:26:34', 39),
+(2314, 'User: Revinr Admin added', 50, 544, '2017-02-04 12:30:53', 39),
+(2315, 'NSI AD QUESTION  -Change status to: in-process', 50, 544, '2017-02-04 12:30:58', 39),
+(2316, 'NSI AD QUESTION  -Change status to: done', 50, 544, '2017-02-04 12:31:17', 39),
+(2317, 'http://summitcommunications.net/ & http://www.itimpresstesting.com/themanofaron/ -Change status to: done', 55, 542, '2017-02-05 10:52:17', 18),
+(2318, 'Task: http://www.itimpresstesting.com/capital/ created.', 55, 0, '2017-02-05 11:02:44', 18),
+(2319, 'Task: http://www.itimpresstesting.com/capital/ created.', 55, 545, '2017-02-05 11:02:44', 18),
+(2320, 'http://www.itimpresstesting.com/capital/ -Change status to: in-process', 55, 545, '2017-02-05 11:05:44', 18),
+(2321, 'Task: http://summitcommunications.net/ created.', 55, 0, '2017-02-05 12:08:44', 18),
+(2322, 'Task: http://summitcommunications.net/ created.', 55, 546, '2017-02-05 12:08:44', 18),
+(2323, 'http://summitcommunications.net/ -Change status to: in-process', 55, 546, '2017-02-05 12:08:52', 18),
+(2324, 'http://summitcommunications.net/ -Change status to: done', 55, 546, '2017-02-05 12:09:06', 18),
+(2325, 'http://www.itimpresstesting.com/capital/ -Change status to: done', 55, 545, '2017-02-05 15:09:21', 18),
+(2326, 'Task: http://www.oncallpressurecleaning.com.au/ created.', 55, 0, '2017-02-06 11:12:52', 18),
+(2327, 'Task: http://www.oncallpressurecleaning.com.au/ created.', 55, 547, '2017-02-06 11:12:52', 18),
+(2328, 'http://www.oncallpressurecleaning.com.au/ -Change status to: in-process', 55, 547, '2017-02-06 11:14:39', 18),
+(2329, 'Crate the QUiz Activity -Change status to: in-process', 56, 493, '2017-02-06 14:11:31', 29),
+(2330, 'Integrate Android FireBase with the project -Change status to: done', 56, 434, '2017-02-06 14:11:37', 29),
+(2331, 'Crate the QUiz Activity -Change status to: done', 56, 493, '2017-02-06 14:11:45', 29),
+(2332, 'http://www.oncallpressurecleaning.com.au/ -Change status to: done', 55, 547, '2017-02-06 14:39:11', 18),
+(2333, 'Task: Map Business Analysis created.', 56, 548, '2017-02-06 18:40:40', 2),
+(2334, 'User: Mamun Hasan added', 56, 548, '2017-02-06 18:40:51', 2),
+(2335, 'Task: Point Calculation Of the Quizz created.', 56, 549, '2017-02-06 18:43:19', 2),
+(2336, 'User: Mamun Hasan added', 56, 549, '2017-02-06 18:43:29', 2),
+(2337, 'User: Mamun Hasan added', 56, 549, '2017-02-06 18:43:29', 2),
+(2338, 'Point Calculation Of the Quizz -Change status to: in-process', 56, 549, '2017-02-06 18:43:39', 2),
+(2339, 'Task: JOB post (07/02/2017) created.', 28, 0, '2017-02-07 11:32:18', 22),
+(2340, 'Task: JOB post (07/02/2017) created.', 28, 550, '2017-02-07 11:32:18', 22),
+(2341, 'JOB post (07/02/2017) -Change status to: in-process', 28, 550, '2017-02-07 11:32:23', 22),
+(2342, 'JOB post (07/02/2017) -Change status to: done', 28, 550, '2017-02-07 11:32:39', 22),
+(2343, 'Task: 1.Bug Solving : a.)No correct wp record created in drupal if reason 1 or 2 created.', 48, 0, '2017-02-07 11:51:38', 36),
+(2344, 'Task: 1.Bug Solving : a.)No correct wp record created in drupal if reason 1 or 2 created.', 48, 551, '2017-02-07 11:51:38', 36),
+(2345, '1.Bug Solving : a.)No correct wp record created in drupal if reason 1 or 2 -Change status to: in-process', 48, 551, '2017-02-07 11:51:43', 36),
+(2346, 'Task: http://www.itimpresstesting.com/capital created.', 55, 0, '2017-02-07 14:25:04', 18),
+(2347, 'Task: http://www.itimpresstesting.com/capital created.', 55, 552, '2017-02-07 14:25:04', 18),
+(2348, 'http://www.itimpresstesting.com/capital -Change status to: in-process', 55, 552, '2017-02-07 14:25:11', 18),
+(2349, '1.Bug Solving : a.)No correct wp record created in drupal if reason 1 or 2 -Change status to: done', 48, 551, '2017-02-07 14:34:09', 36),
+(2350, 'Task: b.)ws_pilot is not sync each minutes created.', 48, 0, '2017-02-07 14:35:27', 36),
+(2351, 'Task: b.)ws_pilot is not sync each minutes created.', 48, 553, '2017-02-07 14:35:27', 36),
+(2352, 'Task: c.)For condition on line 392 (no user_id) doesn\'t close created.', 48, 0, '2017-02-07 15:01:23', 36),
+(2353, 'Task: c.)For condition on line 392 (no user_id) doesn\'t close created.', 48, 554, '2017-02-07 15:01:23', 36),
+(2354, 'c.)For condition on line 392 (no user_id) doesn\'t close -Change status to: in-process', 48, 554, '2017-02-07 15:01:31', 36),
+(2355, 'c.)For condition on line 392 (no user_id) doesn\'t close -Change status to: done', 48, 554, '2017-02-07 15:31:04', 36),
+(2356, 'Task: http://itimpresstesting.com/foundation created.', 55, 0, '2017-02-07 15:38:55', 18),
+(2357, 'Task: http://itimpresstesting.com/foundation created.', 55, 555, '2017-02-07 15:38:55', 18),
+(2358, 'http://itimpresstesting.com/foundation -Change status to: in-process', 55, 555, '2017-02-07 15:39:02', 18),
+(2359, 'b.)ws_pilot is not sync each minutes -Change status to: in-process', 48, 553, '2017-02-07 16:31:25', 36),
+(2360, 'b.)ws_pilot is not sync each minutes -Change status to: done', 48, 553, '2017-02-07 16:31:35', 36),
+(2361, 'http://www.itimpresstesting.com/capital -Change status to: done', 55, 552, '2017-02-07 16:52:59', 18),
+(2362, 'Task: d.)spilot_lost_billedride created.', 48, 0, '2017-02-07 17:08:08', 36),
+(2363, 'Task: d.)spilot_lost_billedride created.', 48, 556, '2017-02-07 17:08:08', 36),
+(2364, 'd.)spilot_lost_billedride -Change status to: in-process', 48, 556, '2017-02-07 17:08:13', 36),
+(2365, 'd.)spilot_lost_billedride -Change status to: done', 48, 556, '2017-02-07 17:08:21', 36),
+(2366, 'Task: e.)spilot_lostbilled: line 350 and 351: Error formulas created.', 48, 0, '2017-02-07 17:08:46', 36),
+(2367, 'Task: e.)spilot_lostbilled: line 350 and 351: Error formulas created.', 48, 557, '2017-02-07 17:08:46', 36),
+(2368, 'e.)spilot_lostbilled: line 350 and 351: Error formulas -Change status to: in-process', 48, 557, '2017-02-07 17:08:53', 36),
+(2369, 'e.)spilot_lostbilled: line 350 and 351: Error formulas -Change status to: done', 48, 557, '2017-02-07 17:09:04', 36),
+(2370, 'Task: f.)no correct username variable flushing created.', 48, 0, '2017-02-07 17:36:17', 36),
+(2371, 'Task: f.)no correct username variable flushing created.', 48, 558, '2017-02-07 17:36:17', 36),
+(2372, 'f.)no correct username variable flushing -Change status to: in-process', 48, 558, '2017-02-07 17:36:21', 36),
+(2373, 'http://itimpresstesting.com/foundation -Change status to: done', 55, 555, '2017-02-07 17:43:06', 18),
+(2374, 'Task: http://summitcommunications.net/ created.', 55, 0, '2017-02-07 17:44:15', 18),
+(2375, 'Task: http://summitcommunications.net/ created.', 55, 559, '2017-02-07 17:44:15', 18),
+(2376, 'http://summitcommunications.net/ -Change status to: in-process', 55, 559, '2017-02-07 17:44:20', 18),
+(2377, 'http://summitcommunications.net/ -Change status to: done', 55, 559, '2017-02-07 17:44:37', 18),
+(2378, 'Task: capital & foundation created.', 55, 0, '2017-02-08 10:16:55', 18),
+(2379, 'Task: capital & foundation created.', 55, 560, '2017-02-08 10:16:55', 18),
+(2380, 'capital & foundation -Change status to: in-process', 55, 560, '2017-02-08 10:17:00', 18),
+(2381, 'Task: thinkbpopro.com Live website created.', 55, 0, '2017-02-08 10:34:11', 18),
+(2382, 'Task: thinkbpopro.com Live website created.', 55, 561, '2017-02-08 10:34:11', 18),
+(2383, 'thinkbpopro.com Live website -Change status to: in-process', 55, 561, '2017-02-08 10:36:18', 18),
+(2384, 'Task: JOB post (08/02/2017) created.', 28, 0, '2017-02-08 11:53:00', 22),
+(2385, 'Task: JOB post (08/02/2017) created.', 28, 562, '2017-02-08 11:53:00', 22),
+(2386, 'JOB post (08/02/2017) -Change status to: in-process', 28, 562, '2017-02-08 11:53:05', 22),
+(2387, 'JOB post (08/02/2017) -Change status to: done', 28, 562, '2017-02-08 11:53:20', 22),
+(2388, 'Task: Paid is not updated (ADD RIDE, PAY RIDE) created.', 48, 0, '2017-02-08 13:02:22', 36),
+(2389, 'Task: Paid is not updated (ADD RIDE, PAY RIDE) created.', 48, 563, '2017-02-08 13:02:22', 36),
+(2390, 'Task:Paid is not updated (ADD RIDE, PAY RIDE) removed.', 48, 0, '2017-02-08 13:02:28', 36),
+(2391, 'Task: Paid is not updated (ADD RIDE, PAY RIDE) created.', 48, 0, '2017-02-08 13:02:39', 36),
+(2392, 'Task: Paid is not updated (ADD RIDE, PAY RIDE) created.', 48, 564, '2017-02-08 13:02:39', 36),
+(2393, 'Paid is not updated (ADD RIDE, PAY RIDE) -Change status to: in-process', 48, 564, '2017-02-08 13:02:51', 36),
+(2394, 'Paid is not updated (ADD RIDE, PAY RIDE) -Change status to: completed', 48, 564, '2017-02-08 13:03:03', 36),
+(2395, 'Paid is not updated (ADD RIDE, PAY RIDE) -Change status to: done', 48, 564, '2017-02-08 13:03:30', 36),
+(2396, 'Task: spilot_remarque is not updating created.', 48, 0, '2017-02-08 13:04:05', 36),
+(2397, 'Task: spilot_remarque is not updating created.', 48, 565, '2017-02-08 13:04:05', 36),
+(2398, 'spilot_remarque is not updating -Change status to: in-process', 48, 565, '2017-02-08 13:04:15', 36),
+(2399, 'spilot_remarque is not updating -Change status to: done', 48, 565, '2017-02-08 13:04:29', 36),
+(2400, 'thinkbpopro.com Live website -Change status to: done', 55, 561, '2017-02-09 10:32:52', 18),
+(2401, 'capital & foundation -Change status to: done', 55, 560, '2017-02-09 10:33:02', 18),
+(2402, 'Task: http://www.thinkbpopro.com/ created.', 55, 0, '2017-02-09 10:34:07', 18),
+(2403, 'Task: http://www.thinkbpopro.com/ created.', 55, 566, '2017-02-09 10:34:07', 18),
+(2404, 'http://www.thinkbpopro.com/ -Change status to: in-process', 55, 566, '2017-02-09 10:34:15', 18),
+(2405, 'http://www.thinkbpopro.com/ -Change status to: done', 55, 566, '2017-02-09 10:50:57', 18),
+(2406, 'Task: Network has gone 2 hours created.', 55, 0, '2017-02-09 13:40:08', 18),
+(2407, 'Task: Network has gone 2 hours created.', 55, 567, '2017-02-09 13:40:08', 18),
+(2408, 'Network has gone 2 hours -Change status to: in-process', 55, 567, '2017-02-09 13:40:21', 18),
+(2409, 'Network has gone 2 hours -Change status to: done', 55, 567, '2017-02-09 13:49:06', 18),
+(2410, 'Task: http://www.itimpresstesting.com/foundation/ created.', 55, 0, '2017-02-09 13:49:23', 18),
+(2411, 'Task: http://www.itimpresstesting.com/foundation/ created.', 55, 568, '2017-02-09 13:49:23', 18),
+(2412, 'http://www.itimpresstesting.com/foundation/ -Change status to: in-process', 55, 568, '2017-02-09 15:12:55', 18),
+(2413, 'Task: JOB post (09/02/2017) created.', 28, 0, '2017-02-09 15:30:22', 22),
+(2414, 'Task: JOB post (09/02/2017) created.', 28, 569, '2017-02-09 15:30:22', 22),
+(2415, 'JOB post (09/02/2017) -Change status to: in-process', 28, 569, '2017-02-09 15:30:28', 22),
+(2416, 'JOB post (09/02/2017) -Change status to: done', 28, 569, '2017-02-09 15:30:33', 22),
+(2417, 'http://www.itimpresstesting.com/foundation/ -Change status to: in-process', 55, 568, '2017-02-09 16:01:23', 18),
+(2418, 'http://www.itimpresstesting.com/foundation/ -Change status to: done', 55, 568, '2017-02-09 16:01:39', 18),
+(2419, 'Task: Job post (11/02/2016) created.', 28, 0, '2017-02-11 15:42:33', 22),
+(2420, 'Task: Job post (11/02/2016) created.', 28, 570, '2017-02-11 15:42:33', 22),
+(2421, 'Job post (11/02/2016) -Change status to: in-process', 28, 570, '2017-02-11 15:42:41', 22),
+(2422, 'Job post (11/02/2016) -Change status to: done', 28, 570, '2017-02-11 15:43:00', 22),
+(2423, 'Replace Wakeboard in eclpse to android studio -Change status to: done', 48, 471, '2017-02-11 16:24:08', 36),
+(2424, 'Task: Milestone 3: Ride not paid created.', 48, 0, '2017-02-11 16:25:10', 36),
+(2425, 'Task: Milestone 3: Ride not paid created.', 48, 571, '2017-02-11 16:25:10', 36),
+(2426, 'Task: http://www.itimpresstesting.com/foundation/ created.', 55, 0, '2017-02-12 10:44:49', 18),
+(2427, 'Task: http://www.itimpresstesting.com/foundation/ created.', 55, 572, '2017-02-12 10:44:49', 18),
+(2428, 'http://www.itimpresstesting.com/foundation/ -Change status to: in-process', 55, 572, '2017-02-12 10:44:55', 18),
+(2429, 'http://www.itimpresstesting.com/foundation/ -Change status to: done', 55, 572, '2017-02-12 10:45:01', 18),
+(2430, 'Task: http://summitcommunications.net/  Responsive  created.', 55, 0, '2017-02-12 12:23:12', 18),
+(2431, 'Task: http://summitcommunications.net/  Responsive  created.', 55, 573, '2017-02-12 12:23:12', 18),
+(2432, 'http://summitcommunications.net/  Responsive  -Change status to: in-process', 55, 573, '2017-02-12 12:23:16', 18),
+(2433, 'http://summitcommunications.net/  Responsive  -Change status to: done', 55, 573, '2017-02-12 12:23:23', 18),
+(2434, 'Task:Studypress Design removed.', 49, 0, '2017-02-12 17:12:35', 2),
+(2435, 'Task:Studypress News Home & Details removed.', 49, 0, '2017-02-12 17:12:39', 2),
+(2436, 'Task: http://www.propertylifts.com/index.php created.', 49, 574, '2017-02-12 17:13:14', 2),
+(2437, 'Task: http://www.rflbd.com/index.php created.', 49, 575, '2017-02-12 17:13:32', 2),
+(2438, 'User: Sabuj Maksud added', 49, 574, '2017-02-12 17:13:41', 2),
+(2439, 'User: Sabuj Maksud added', 49, 575, '2017-02-12 17:13:49', 2),
+(2440, 'Task: http://localhost/eagle-pizza created.', 55, 0, '2017-02-13 10:33:31', 18),
+(2441, 'Task: http://localhost/eagle-pizza created.', 55, 576, '2017-02-13 10:33:31', 18),
+(2442, 'http://localhost/eagle-pizza -Change status to: in-process', 55, 576, '2017-02-13 10:33:38', 18),
+(2443, 'Task: JOB post (13/02/2017) created.', 28, 0, '2017-02-13 12:47:24', 22),
+(2444, 'Task: JOB post (13/02/2017) created.', 28, 577, '2017-02-13 12:47:24', 22),
+(2445, 'JOB post (13/02/2017) -Change status to: in-process', 28, 577, '2017-02-13 12:48:19', 22),
+(2446, 'JOB post (13/02/2017) -Change status to: done', 28, 577, '2017-02-13 12:48:25', 22),
+(2447, 'http://localhost/eagle-pizza -Change status to: done', 55, 576, '2017-02-13 13:59:33', 18),
+(2448, 'Task: http://www.thinkbpopro.com/corporate-information/careers/ created.', 55, 0, '2017-02-13 14:00:54', 18),
+(2449, 'Task: http://www.thinkbpopro.com/corporate-information/careers/ created.', 55, 578, '2017-02-13 14:00:54', 18),
+(2450, 'http://www.thinkbpopro.com/corporate-information/careers/ -Change status to: in-process', 55, 578, '2017-02-13 14:01:02', 18),
+(2451, 'Mamun Hasan assigned.', 48, 0, '2017-02-13 15:45:02', 2),
+(2452, 'Task: Database Creation (Ride Not Paid) created.', 48, 0, '2017-02-13 16:07:53', 36),
+(2453, 'Task: Database Creation (Ride Not Paid) created.', 48, 579, '2017-02-13 16:07:53', 36),
+(2454, 'Database Creation (Ride Not Paid) -Change status to: in-process', 48, 579, '2017-02-13 16:08:05', 36),
+(2455, 'Database Creation (Ride Not Paid) -Change status to: done', 48, 579, '2017-02-13 16:08:18', 36),
+(2456, 'Task: Database LinkUp(Ride Not Paid) created.', 48, 0, '2017-02-13 16:08:40', 36),
+(2457, 'Task: Database LinkUp(Ride Not Paid) created.', 48, 580, '2017-02-13 16:08:40', 36),
+(2458, 'Database LinkUp(Ride Not Paid) -Change status to: in-process', 48, 580, '2017-02-13 16:08:48', 36),
+(2459, 'Task: Basic Overview created.', 48, 0, '2017-02-13 16:11:02', 29),
+(2460, 'Task: Basic Overview created.', 48, 581, '2017-02-13 16:11:02', 29),
+(2461, 'Basic Overview -Change status to: in-process', 48, 581, '2017-02-13 16:11:07', 29),
+(2462, 'Task: Send Relay Commands Function (HM & Gas) created.', 48, 0, '2017-02-13 16:11:58', 29),
+(2463, 'Task: Send Relay Commands Function (HM & Gas) created.', 48, 582, '2017-02-13 16:11:58', 29),
+(2464, 'Send Relay Commands Function (HM & Gas) -Change status to: in-process', 48, 582, '2017-02-13 16:12:04', 29),
+(2465, 'Send Relay Commands Function (HM & Gas) -Change status to: done', 48, 582, '2017-02-13 16:12:11', 29),
+(2466, 'Task: Send Relay Commands (Main Menu)  created.', 48, 0, '2017-02-13 16:17:15', 29),
+(2467, 'Task: Send Relay Commands (Main Menu)  created.', 48, 583, '2017-02-13 16:17:15', 29),
+(2468, 'Send Relay Commands (Main Menu)  -Change status to: in-process', 48, 583, '2017-02-13 16:17:20', 29),
+(2469, 'Maruf Al Bashir  assigned.', 55, 0, '2017-02-13 16:32:39', 2),
+(2470, 'Task: Bootstrap Template created.', 55, 0, '2017-02-13 16:33:44', 41),
+(2471, 'Task: Bootstrap Template created.', 55, 584, '2017-02-13 16:33:44', 41),
+(2472, 'Bootstrap Template -Change status to: in-process', 55, 584, '2017-02-13 16:34:09', 41),
+(2473, 'Task: Html restaurant Template created.', 55, 0, '2017-02-13 16:49:35', 41),
+(2474, 'Task: Html restaurant Template created.', 55, 585, '2017-02-13 16:49:35', 41),
+(2475, 'Bootstrap Template -Change status to: in-process', 55, 584, '2017-02-13 16:49:47', 41),
+(2476, 'Html restaurant Template -Change status to: in-process', 55, 585, '2017-02-13 16:50:12', 41),
+(2477, 'Bootstrap Template -Change status to: checking', 55, 584, '2017-02-13 16:50:37', 41),
+(2478, 'Database LinkUp(Ride Not Paid) -Change status to: done', 48, 580, '2017-02-13 18:12:42', 36),
+(2479, 'Task: Testing Ride not Paid created.', 48, 0, '2017-02-14 09:51:07', 36),
+(2480, 'Task: Testing Ride not Paid created.', 48, 586, '2017-02-14 09:51:07', 36),
+(2481, 'Testing Ride not Paid -Change status to: in-process', 48, 586, '2017-02-14 09:51:14', 36),
+(2482, 'http://www.thinkbpopro.com/corporate-information/careers/ -Change status to: done', 55, 578, '2017-02-14 11:23:18', 18),
+(2483, 'Add document: Projects.docx', 55, 0, '2017-02-14 11:23:54', 18),
+(2484, 'Task: http://www.itimpresstesting.com/foundation/ created.', 55, 0, '2017-02-14 11:24:15', 18),
+(2485, 'Task: http://www.itimpresstesting.com/foundation/ created.', 55, 587, '2017-02-14 11:24:15', 18),
+(2486, 'Document: Updates.docx removed.', 55, 0, '2017-02-14 11:24:25', 18),
+(2487, 'http://www.itimpresstesting.com/foundation/ -Change status to: in-process', 55, 587, '2017-02-14 11:24:32', 18),
+(2488, 'Send Relay Commands (Main Menu)  -Change status to: done', 48, 583, '2017-02-14 14:17:56', 29),
+(2489, 'Task: Choose the relay setting in the CSV table created.', 48, 0, '2017-02-14 14:18:22', 29),
+(2490, 'Task: Choose the relay setting in the CSV table created.', 48, 588, '2017-02-14 14:18:22', 29),
+(2491, 'Choose the relay setting in the CSV table -Change status to: in-process', 48, 588, '2017-02-14 14:18:47', 29),
+(2492, 'Task: JOB post (14/02/2017) created.', 28, 0, '2017-02-14 14:25:01', 22),
+(2493, 'Task: JOB post (14/02/2017) created.', 28, 589, '2017-02-14 14:25:01', 22),
+(2494, 'JOB post (14/02/2017) -Change status to: in-process', 28, 589, '2017-02-14 14:25:08', 22),
+(2495, 'JOB post (14/02/2017) -Change status to: done', 28, 589, '2017-02-14 14:25:18', 22),
+(2496, 'http://www.itimpresstesting.com/foundation/ -Change status to: done', 55, 587, '2017-02-14 14:34:08', 18),
+(2497, 'Task: http://summitcommunications.net/ created.', 55, 0, '2017-02-14 14:45:52', 18),
+(2498, 'Task: http://summitcommunications.net/ created.', 55, 590, '2017-02-14 14:45:52', 18),
+(2499, 'http://summitcommunications.net/ -Change status to: in-process', 55, 590, '2017-02-14 14:46:14', 18),
+(2500, 'Task:Basic Changes removed.', 41, 0, '2017-02-14 16:10:54', 2),
+(2501, 'Task:Convert to Wordpress removed.', 41, 0, '2017-02-14 16:11:01', 2),
+(2502, 'mostafij assigned.', 41, 0, '2017-02-14 16:11:14', 2),
+(2503, 'Convert to Wordpress -Change status to: done', 40, 270, '2017-02-14 16:12:07', 2),
+(2504, 'Report on Leave encashment -Change status to: done', 15, 297, '2017-02-14 16:13:09', 2),
+(2505, 'UI DESIGN: WORD LEARNING APP for REVINR  -Change status to: done', 31, 340, '2017-02-14 16:13:44', 2),
+(2506, 'SIgn in and Sign up Activities -Change status to: done', 31, 346, '2017-02-14 16:13:57', 2),
+(2507, 'Start islamic wills task according to the doc file -Change status to: done', 35, 368, '2017-02-14 16:14:34', 2),
+(2508, 'Task:ontribution of manpower export to the economy of Bangladesh removed.', 16, 0, '2017-02-14 16:14:58', 2),
+(2509, 'Current affairs  -Change status to: done', 16, 379, '2017-02-14 16:15:08', 2),
+(2510, 'Bank n BCS Crash programme -Change status to: done', 16, 394, '2017-02-14 16:15:25', 2),
+(2511, 'Editorial 26/01/17 -Change status to: done', 16, 526, '2017-02-14 16:15:41', 2),
+(2512, 'On call cleaning -Change status to: in-process', 55, 534, '2017-02-14 16:16:56', 2),
+(2513, 'Novista -Change status to: done', 55, 361, '2017-02-14 16:17:29', 2),
+(2514, 'ibeauty -Change status to: done', 55, 391, '2017-02-14 16:17:41', 2),
+(2515, 'Nuvista -Change status to: done', 55, 393, '2017-02-14 16:17:55', 2),
+(2516, 'Nuvista demo Design -Change status to: done', 55, 411, '2017-02-14 16:18:09', 2),
+(2517, 'On call cleaning -Change status to: done', 55, 534, '2017-02-14 16:18:23', 2),
+(2518, 'Html restaurant Template -Change status to: done', 55, 585, '2017-02-14 16:18:41', 2),
+(2519, 'http://summitcommunications.net/ -Change status to: done', 55, 590, '2017-02-14 16:18:55', 2),
+(2520, 'Task:38th Bcs Preli Day 1  removed.', 50, 0, '2017-02-14 16:20:56', 2),
+(2521, 'Task:Bank Written part post removed.', 50, 0, '2017-02-14 16:21:02', 2),
+(2522, 'Task:38th BCS Preli Day 7  removed.', 50, 0, '2017-02-14 16:21:08', 2),
+(2523, 'Task:Zopim  removed.', 50, 0, '2017-02-14 16:21:13', 2),
+(2524, 'Task:38th BCS Preli MT 6  removed.', 50, 0, '2017-02-14 16:21:20', 2),
+(2525, 'Task:Bapex Question Solution  removed.', 50, 0, '2017-02-14 16:21:27', 2),
+(2526, 'Task:Upload pdf file removed.', 44, 0, '2017-02-14 16:22:02', 2),
+(2527, 'Task: Editorial created.', 16, 0, '2017-02-14 17:29:30', 21),
+(2528, 'Task: Editorial created.', 16, 591, '2017-02-14 17:29:30', 21),
+(2529, 'Editorial -Change status to: in-process', 16, 591, '2017-02-14 17:29:38', 21),
+(2530, 'Editorial -Change status to: done', 16, 591, '2017-02-14 17:29:44', 21),
+(2531, 'Task: 37th bcs written math  created.', 16, 0, '2017-02-14 17:30:19', 21),
+(2532, 'Task: 37th bcs written math  created.', 16, 592, '2017-02-14 17:30:19', 21),
+(2533, '37th bcs written math  -Change status to: in-process', 16, 592, '2017-02-14 17:30:25', 21),
+(2534, 'Bootstrap Template -Change status to: completed', 55, 584, '2017-02-14 18:56:24', 41),
+(2535, 'Task: BackEnd test (Ride not paid) created.', 48, 0, '2017-02-15 09:58:53', 36),
+(2536, 'Task: BackEnd test (Ride not paid) created.', 48, 593, '2017-02-15 09:58:53', 36),
+(2537, 'Testing Ride not Paid -Change status to: done', 48, 586, '2017-02-15 09:59:02', 36),
+(2538, 'BackEnd test (Ride not paid) -Change status to: in-process', 48, 593, '2017-02-15 09:59:15', 36),
+(2539, 'f.)no correct username variable flushing -Change status to: done', 48, 558, '2017-02-15 09:59:25', 36),
+(2540, 'Task: http://www.itimpresstesting.com/foundation/  created.', 41, 0, '2017-02-15 10:31:52', 18),
+(2541, 'Task: http://www.itimpresstesting.com/foundation/  created.', 41, 594, '2017-02-15 10:31:52', 18),
+(2542, 'http://www.itimpresstesting.com/foundation/  -Change status to: in-process', 41, 594, '2017-02-15 10:31:57', 18),
+(2543, 'http://www.itimpresstesting.com/foundation/  -Change status to: done', 41, 594, '2017-02-15 10:32:03', 18),
+(2544, 'Task: http://summitcommunications.net/ created.', 41, 0, '2017-02-15 10:45:15', 18),
+(2545, 'Task: http://summitcommunications.net/ created.', 41, 595, '2017-02-15 10:45:15', 18),
+(2546, 'http://summitcommunications.net/ -Change status to: in-process', 41, 595, '2017-02-15 10:45:19', 18),
+(2547, 'Choose the relay setting in the CSV table -Change status to: done', 48, 588, '2017-02-15 12:41:24', 29),
+(2548, 'Basic Overview -Change status to: done', 48, 581, '2017-02-15 12:41:31', 29),
+(2549, 'http://summitcommunications.net/ -Change status to: done', 41, 595, '2017-02-15 18:49:02', 18),
+(2550, 'Project:Eagle Pizza created.', 60, 0, '2017-02-16 01:57:43', 2),
+(2551, 'Helal Mohammad assigned.', 60, 0, '2017-02-16 01:58:04', 2),
+(2552, 'Shamim assigned.', 60, 0, '2017-02-16 01:58:16', 2),
+(2553, 'Task: New Checkout System created.', 60, 596, '2017-02-16 02:02:57', 2),
+(2554, 'User: Shamim added', 60, 596, '2017-02-16 02:03:08', 2),
+(2555, 'Task: Career page created.', 57, 0, '2017-02-16 09:52:07', 30),
+(2556, 'Task: Career page created.', 57, 597, '2017-02-16 09:52:07', 30),
+(2557, 'User: Sabuj Maksud added', 57, 426, '2017-02-16 09:54:30', 30),
+(2558, 'User: Sabuj Maksud added', 57, 426, '2017-02-16 09:54:33', 30),
+(2559, 'Home Page -Change status to: in-process', 57, 426, '2017-02-16 09:54:38', 30),
+(2560, 'User: Sabuj Maksud added', 57, 427, '2017-02-16 09:55:13', 30),
+(2561, 'Career Page -Change status to: in-process', 57, 427, '2017-02-16 09:55:19', 30),
+(2562, 'Career page -Change status to: in-process', 57, 597, '2017-02-16 09:57:34', 30),
+(2563, 'User: Sabuj Maksud added', 57, 430, '2017-02-16 09:58:34', 30),
+(2564, 'Product Page -Change status to: in-process', 57, 430, '2017-02-16 09:58:39', 30),
+(2565, 'User: Sabuj Maksud added', 57, 428, '2017-02-16 09:58:53', 30),
+(2566, 'About Page -Change status to: in-process', 57, 428, '2017-02-16 09:58:58', 30),
+(2567, ' -added to Home Page.', 57, 426, '2017-02-16 10:00:49', 30),
+(2568, 'Task: http://revinr.com/edu_mob/ created.', 55, 0, '2017-02-16 10:00:55', 18),
+(2569, 'Task: http://revinr.com/edu_mob/ created.', 55, 598, '2017-02-16 10:00:55', 18),
+(2570, 'Home Page -Change status to: completed', 57, 426, '2017-02-16 10:00:58', 30),
+(2571, 'http://revinr.com/edu_mob/ -Change status to: in-process', 55, 598, '2017-02-16 10:01:02', 18),
+(2572, ' -added to Career Page.', 57, 427, '2017-02-16 10:02:57', 30),
+(2573, 'Career Page -Change status to: completed', 57, 427, '2017-02-16 10:03:03', 30),
+(2574, 'Task: Contact Us page created.', 57, 0, '2017-02-16 10:06:54', 30),
+(2575, 'Task: Contact Us page created.', 57, 599, '2017-02-16 10:06:54', 30),
+(2576, 'Contact Us page -Change status to: in-process', 57, 599, '2017-02-16 10:07:24', 30),
+(2577, ' -added to Contact Us page.', 57, 599, '2017-02-16 10:07:58', 30),
+(2578, 'Contact Us page -Change status to: completed', 57, 599, '2017-02-16 10:08:04', 30),
+(2579, 'Task: About Us page layout created.', 57, 0, '2017-02-16 10:09:41', 30),
+(2580, 'Task: About Us page layout created.', 57, 600, '2017-02-16 10:09:41', 30),
+(2581, 'About Us page layout -Change status to: in-process', 57, 600, '2017-02-16 10:10:27', 30),
+(2582, 'Task: http://summitcommunications.net/ created.', 55, 0, '2017-02-16 10:35:32', 18),
+(2583, 'Task: http://summitcommunications.net/ created.', 55, 601, '2017-02-16 10:35:32', 18),
+(2584, 'http://summitcommunications.net/ -Change status to: in-process', 55, 601, '2017-02-16 10:35:37', 18),
+(2585, 'Task: is making owl carousal slider created.', 55, 0, '2017-02-16 10:45:23', 18),
+(2586, 'Task: is making owl carousal slider created.', 55, 602, '2017-02-16 10:45:23', 18),
+(2587, 'is making owl carousal slider -Change status to: in-process', 55, 602, '2017-02-16 10:45:27', 18),
+(2588, 'Task: Ride Not Paid (Backend test) line 658 created.', 48, 0, '2017-02-16 12:06:24', 36),
+(2589, 'Task: Ride Not Paid (Backend test) line 658 created.', 48, 603, '2017-02-16 12:06:24', 36),
+(2590, 'Ride Not Paid (Backend test) line 658 -Change status to: in-process', 48, 603, '2017-02-16 12:06:31', 36),
+(2591, 'Task: is helping to Reza (marufalbashir@gmail.com) created.', 55, 0, '2017-02-16 12:31:22', 18),
+(2592, 'Task: is helping to Reza (marufalbashir@gmail.com) created.', 55, 604, '2017-02-16 12:31:22', 18),
+(2593, 'is helping to Reza (marufalbashir@gmail.com) -Change status to: in-process', 55, 604, '2017-02-16 12:31:27', 18),
+(2594, 'Task: http://summitcommunications.net/ created.', 55, 0, '2017-02-16 12:46:41', 18),
+(2595, 'Task: http://summitcommunications.net/ created.', 55, 605, '2017-02-16 12:46:41', 18),
+(2596, 'http://summitcommunications.net/ -Change status to: in-process', 55, 605, '2017-02-16 12:46:46', 18),
+(2597, 'Task: JOB post (16/02/2017) created.', 28, 0, '2017-02-16 15:38:57', 22),
+(2598, 'Task: JOB post (16/02/2017) created.', 28, 606, '2017-02-16 15:38:57', 22),
+(2599, 'JOB post (16/02/2017) -Change status to: in-process', 28, 606, '2017-02-16 15:39:04', 22),
+(2600, 'JOB post (16/02/2017) -Change status to: done', 28, 606, '2017-02-16 15:39:10', 22),
+(2601, 'Ride Not Paid (Backend test) line 658 -Change status to: done', 48, 603, '2017-02-16 17:53:09', 36),
+(2602, 'Task: Send Relay Commands (Gas Activity, Go to Gas Station, Leave the Boat, Go Back ACtivity) created.', 48, 0, '2017-02-16 17:56:56', 29),
+(2603, 'Task: Send Relay Commands (Gas Activity, Go to Gas Station, Leave the Boat, Go Back ACtivity) created.', 48, 607, '2017-02-16 17:56:56', 29),
+(2604, 'Send Relay Commands (Gas Activity, Go to Gas Station, Leave the Boat, Go Back ACtivity) -Change status to: in-process', 48, 607, '2017-02-16 17:57:06', 29),
+(2605, 'Send Relay Commands (Gas Activity, Go to Gas Station, Leave the Boat, Go Back ACtivity) -Change status to: done', 48, 607, '2017-02-16 17:57:21', 29),
+(2606, 'User: Shamim added', 60, 596, '2017-02-16 19:42:13', 2),
+(2607, 'New Checkout System -Change status to: in-process', 60, 596, '2017-02-16 19:42:21', 2),
+(2608, 'New Checkout System -Change status to: done', 60, 596, '2017-02-16 19:42:35', 2),
+(2609, 'Bootstrap Template -Change status to: done', 55, 584, '2017-02-18 09:48:37', 41),
+(2610, 'http://revinr.com/edu_mob/ -Change status to: done', 55, 598, '2017-02-18 10:24:35', 18),
+(2611, 'http://summitcommunications.net/ -Change status to: done', 55, 601, '2017-02-18 10:24:48', 18),
+(2612, 'is making owl carousal slider -Change status to: done', 55, 602, '2017-02-18 10:25:03', 18),
+(2613, 'is helping to Reza (marufalbashir@gmail.com) -Change status to: done', 55, 604, '2017-02-18 10:25:29', 18),
+(2614, 'http://summitcommunications.net/ -Change status to: done', 55, 605, '2017-02-18 10:25:41', 18),
+(2615, 'Task: http://summitcommunications.net/ created.', 55, 0, '2017-02-18 10:26:31', 18),
+(2616, 'Task: http://summitcommunications.net/ created.', 55, 608, '2017-02-18 10:26:31', 18),
+(2617, 'http://summitcommunications.net/ -Change status to: in-process', 55, 608, '2017-02-18 10:26:39', 18),
+(2618, 'Task: Helping  to Reza to make full E-commerce system  html ... created.', 55, 0, '2017-02-18 10:37:08', 18),
+(2619, 'Task: Helping  to Reza to make full E-commerce system  html ... created.', 55, 609, '2017-02-18 10:37:08', 18),
+(2620, 'Helping  to Reza to make full E-commerce system  html ... -Change status to: in-process', 55, 609, '2017-02-18 10:37:15', 18),
+(2621, 'Task: working of Free Ride  created.', 48, 0, '2017-02-18 11:42:32', 36),
+(2622, 'Task: working of Free Ride  created.', 48, 610, '2017-02-18 11:42:32', 36),
+(2623, 'working of Free Ride  -Change status to: in-process', 48, 610, '2017-02-18 11:42:37', 36),
+(2624, 'http://summitcommunications.net/ -Change status to: done', 55, 608, '2017-02-18 12:07:47', 18),
+(2625, 'Task: http://summitcommunications.net/ created.', 55, 0, '2017-02-18 12:09:00', 18),
+(2626, 'Task: http://summitcommunications.net/ created.', 55, 611, '2017-02-18 12:09:00', 18),
+(2627, 'http://summitcommunications.net/ -Change status to: in-process', 55, 611, '2017-02-18 12:09:18', 18),
+(2628, 'Task: Helping to make a dashboard to Reza ... created.', 55, 0, '2017-02-18 14:40:15', 18),
+(2629, 'Task: Helping to make a dashboard to Reza ... created.', 55, 612, '2017-02-18 14:40:15', 18),
+(2630, 'Helping to make a dashboard to Reza ... -Change status to: in-process', 55, 612, '2017-02-18 14:40:26', 18),
+(2631, 'Task: Job post (18-02-2017) created.', 28, 0, '2017-02-18 16:21:27', 22),
+(2632, 'Task: Job post (18-02-2017) created.', 28, 613, '2017-02-18 16:21:27', 22),
+(2633, '<p>http://studypress.org/job/job_list/single/1086</p><p>http://studypress.org/job/job_list/single/1087</p><p>http://studypress.org/job/job_list/single/1088</p><p>http://studypress.org/job/job_list/single/1089</p> -added to Job post (18-02-2017).', 28, 613, '2017-02-18 16:25:47', 22),
+(2634, 'Job post (18-02-2017) -Change status to: in-process', 28, 613, '2017-02-18 16:25:53', 22),
+(2635, 'Job post (18-02-2017) -Change status to: done', 28, 613, '2017-02-18 16:26:05', 22),
+(2636, 'Helping  to Reza to make full E-commerce system  html ... -Change status to: done', 55, 609, '2017-02-18 18:29:11', 18),
+(2637, 'http://summitcommunications.net/ -Change status to: done', 55, 611, '2017-02-18 18:29:33', 18),
+(2638, 'Helping to make a dashboard to Reza ... -Change status to: done', 55, 612, '2017-02-18 18:29:44', 18),
+(2639, 'Task: http://localhost/summitcommunications/wp-admin/ created.', 55, 0, '2017-02-19 09:44:42', 18),
+(2640, 'Task: http://localhost/summitcommunications/wp-admin/ created.', 55, 614, '2017-02-19 09:44:42', 18),
+(2641, 'http://localhost/summitcommunications/wp-admin/ -Change status to: in-process', 55, 614, '2017-02-19 09:46:50', 18),
+(2642, 'Task: About Us page layout created.', 57, 0, '2017-02-19 09:57:37', 30),
+(2643, 'Task: About Us page layout created.', 57, 615, '2017-02-19 09:57:37', 30),
+(2644, 'Task: http://summitcommunications.net/ created.', 55, 0, '2017-02-19 10:23:48', 18),
+(2645, 'Task: http://summitcommunications.net/ created.', 55, 616, '2017-02-19 10:23:48', 18),
+(2646, 'http://summitcommunications.net/ -Change status to: in-process', 55, 616, '2017-02-19 10:23:54', 18),
+(2647, 'Task: working on free ride database created.', 48, 0, '2017-02-19 13:51:32', 36),
+(2648, 'Task: working on free ride database created.', 48, 617, '2017-02-19 13:51:32', 36),
+(2649, 'Task: Dream Admin Panel created.', 55, 0, '2017-02-19 14:00:30', 41),
+(2650, 'Task: Dream Admin Panel created.', 55, 618, '2017-02-19 14:00:30', 41),
+(2651, 'Dream Admin Panel -Change status to: in-process', 55, 618, '2017-02-19 14:00:39', 41),
+(2652, 'Dream Admin Panel -Change status to: in-process', 55, 618, '2017-02-19 14:01:59', 41),
+(2653, 'User: Maruf Al Bashir  added', 55, 618, '2017-02-19 14:02:50', 41),
+(2654, 'User: Maruf Al Bashir  added', 55, 618, '2017-02-19 14:02:51', 41),
+(2655, '<p>Dream Admin Panel</p> -added to Dream Admin Panel.', 55, 618, '2017-02-19 14:03:17', 41),
+(2656, '<p>Dream Admin Panel</p> -added to Dream Admin Panel.', 55, 618, '2017-02-19 14:03:18', 41),
+(2657, '<p>Dream Admin Panel</p> -added to Dream Admin Panel.', 55, 618, '2017-02-19 14:03:19', 41),
+(2658, 'User: Maruf Al Bashir  added', 55, 618, '2017-02-19 14:03:46', 41),
+(2659, 'http://localhost/summitcommunications/wp-admin/ -Change status to: done', 55, 614, '2017-02-19 16:04:33', 18),
+(2660, 'http://summitcommunications.net/ -Change status to: done', 55, 616, '2017-02-19 16:04:57', 18),
+(2661, 'Task: nuvista created.', 55, 0, '2017-02-19 16:05:19', 18),
+(2662, 'Task: nuvista created.', 55, 619, '2017-02-19 16:05:19', 18),
+(2663, 'nuvista -Change status to: in-process', 55, 619, '2017-02-19 16:05:31', 18),
+(2664, 'Task: Date Format created.', 60, 620, '2017-02-19 16:56:32', 2),
+(2665, 'Task: Customer not found page.. why does it appear? created.', 60, 621, '2017-02-19 17:07:49', 2),
+(2666, 'Task: When i Place an order it doesn\'t appear on the admin panel... in pending order page created.', 60, 622, '2017-02-19 17:12:30', 2),
+(2667, 'Task: Delete doesn\'t work--> product page created.', 60, 623, '2017-02-19 17:22:24', 2),
+(2668, 'Task: Menu Page Category not working created.', 60, 624, '2017-02-19 17:26:06', 2),
+(2669, 'Task: When I am adding adon don\'t show the category and deal created.', 60, 625, '2017-02-19 17:27:35', 2),
+(2670, 'Task: file:///E:/XAMP/htdocs/nuvista/index.html# created.', 55, 0, '2017-02-19 19:04:10', 41),
+(2671, 'Task: file:///E:/XAMP/htdocs/nuvista/index.html# created.', 55, 626, '2017-02-19 19:04:10', 41),
+(2672, 'file:///E:/XAMP/htdocs/nuvista/index.html# -Change status to: in-process', 55, 626, '2017-02-19 19:04:17', 41),
+(2673, 'Dream Admin Panel -Change status to: done', 55, 618, '2017-02-19 19:04:29', 41),
+(2674, 'User: Shamim added', 60, 624, '2017-02-19 20:02:51', 2),
+(2675, 'User: Shamim added', 60, 624, '2017-02-19 20:02:54', 2),
+(2676, 'Menu Page Category not working -Change status to: in-process', 60, 624, '2017-02-19 20:03:15', 2),
+(2677, 'Menu Page Category not working -Change status to: done', 60, 624, '2017-02-19 20:03:28', 2),
+(2678, 'Task: There is a problem when adding products using same image name. created.', 60, 627, '2017-02-19 21:04:34', 2),
+(2679, 'User: Shamim added', 60, 623, '2017-02-19 21:04:45', 2),
+(2680, 'Delete doesn\'t work--> product page -Change status to: in-process', 60, 623, '2017-02-19 21:04:49', 2),
+(2681, 'Delete doesn\'t work--> product page -Change status to: done', 60, 623, '2017-02-19 21:04:59', 2),
+(2682, '<p>When logged in as a customer/admin it appears more frequently.</p> -added to Customer not found page.. why does it appear?.', 60, 621, '2017-02-19 21:08:02', 2),
+(2683, 'User: Shamim added', 60, 621, '2017-02-19 21:08:10', 2),
+(2684, 'Customer not found page.. why does it appear? -Change status to: in-process', 60, 621, '2017-02-19 21:08:15', 2),
+(2685, 'Task: working on sessionfeekback created.', 48, 0, '2017-02-20 10:32:38', 36),
+(2686, 'Task: working on sessionfeekback created.', 48, 628, '2017-02-20 10:32:38', 36),
+(2687, ' -added to About Us page layout.', 57, 600, '2017-02-20 10:36:43', 30),
+(2688, 'About Us page layout -Change status to: completed', 57, 600, '2017-02-20 10:36:50', 30),
+(2689, ' -added to Product Page.', 57, 430, '2017-02-20 10:37:31', 30),
+(2690, 'Product Page -Change status to: completed', 57, 430, '2017-02-20 10:37:35', 30),
+(2691, ' -added to Career page.', 57, 597, '2017-02-20 10:38:13', 30),
+(2692, 'Career page -Change status to: completed', 57, 597, '2017-02-20 10:38:23', 30),
+(2693, 'Task: Product details page  created.', 57, 0, '2017-02-20 10:39:13', 30),
+(2694, 'Task: Product details page  created.', 57, 629, '2017-02-20 10:39:13', 30),
+(2695, 'Task: Working feedback backend created.', 48, 0, '2017-02-22 10:08:37', 36),
+(2696, 'Task: Working feedback backend created.', 48, 630, '2017-02-22 10:08:37', 36),
+(2697, 'working on free ride database -Change status to: in-process', 48, 617, '2017-02-22 10:08:43', 36),
+(2698, 'working on free ride database -Change status to: done', 48, 617, '2017-02-22 10:08:50', 36),
+(2699, 'BackEnd test (Ride not paid) -Change status to: done', 48, 593, '2017-02-22 10:08:57', 36),
+(2700, 'working of Free Ride  -Change status to: done', 48, 610, '2017-02-22 10:09:03', 36),
+(2701, 'Working feedback backend -Change status to: in-process', 48, 630, '2017-02-22 10:09:10', 36),
+(2702, 'Dress App  -Change status to: done', 48, 469, '2017-02-22 10:09:19', 36),
+(2703, 'FeedBack Wakeboard -Change status to: done', 48, 433, '2017-02-22 10:09:27', 36),
+(2704, 'Task: 38th Bcs Preli Day 30 MT created.', 50, 631, '2017-02-22 10:16:59', 39),
+(2705, 'User: Revinr Admin added', 50, 631, '2017-02-22 10:17:19', 39),
+(2706, '38th Bcs Preli Day 30 MT -Change status to: in-process', 50, 631, '2017-02-22 10:17:20', 39),
+(2707, '38th Bcs Preli Day 30 MT -Change status to: done', 50, 631, '2017-02-22 11:20:03', 39),
+(2708, 'Task: PopUp Dashboard New UI design and Backend Code created.', 48, 0, '2017-02-22 12:26:40', 29),
+(2709, 'Task: PopUp Dashboard New UI design and Backend Code created.', 48, 632, '2017-02-22 12:26:40', 29),
+(2710, 'PopUp Dashboard New UI design and Backend Code -Change status to: in-process', 48, 632, '2017-02-22 12:26:48', 29),
+(2711, 'Home Page -Change status to: checking', 57, 426, '2017-02-22 12:49:54', 2),
+(2712, 'file:///E:/XAMP/htdocs/nuvista/index.html# -Change status to: done', 55, 626, '2017-02-22 14:17:10', 41),
+(2713, 'Task: nuvista products created.', 55, 0, '2017-02-22 14:19:38', 41),
+(2714, 'Task: nuvista products created.', 55, 633, '2017-02-22 14:19:38', 41),
+(2715, 'nuvista products -Change status to: in-process', 55, 633, '2017-02-22 14:19:49', 41),
+(2716, 'Task: Sign up form when a cart is there created.', 60, 634, '2017-02-22 20:41:25', 2),
+(2717, 'Task: When Order Placed created.', 60, 635, '2017-02-22 20:44:52', 2),
+(2718, 'Date Format -Change status to: in-process', 60, 620, '2017-02-22 20:45:21', 2),
+(2719, 'User: Shamim added', 60, 635, '2017-02-22 20:46:04', 2),
+(2720, 'User: Shamim added', 60, 622, '2017-02-22 20:47:17', 2),
+(2721, 'When I am adding adon don\'t show the category and deal -Change status to: in-process', 60, 625, '2017-02-22 20:47:30', 2),
+(2722, 'User: Shamim added', 60, 634, '2017-02-22 20:48:02', 2),
+(2723, 'Sign up form when a cart is there -Change status to: in-process', 60, 634, '2017-02-22 20:48:06', 2),
+(2724, 'There is a problem when adding products using same image name. -Change status to: in-process', 60, 627, '2017-02-22 20:48:55', 2),
+(2725, 'Date Format -Change status to: done', 60, 620, '2017-02-22 20:49:07', 2),
+(2726, 'Customer not found page.. why does it appear? -Change status to: done', 60, 621, '2017-02-22 20:49:27', 2),
+(2727, 'When I am adding adon don\'t show the category and deal -Change status to: done', 60, 625, '2017-02-22 20:49:39', 2),
+(2728, 'There is a problem when adding products using same image name. -Change status to: done', 60, 627, '2017-02-22 20:49:49', 2),
+(2729, 'Sign up form when a cart is there -Change status to: done', 60, 634, '2017-02-22 20:49:58', 2),
+(2730, 'Task: Pending Order Details created.', 60, 636, '2017-02-22 20:51:02', 2),
+(2731, 'User: Shamim added', 60, 636, '2017-02-22 20:51:20', 2),
+(2732, 'mostafij assigned.', 60, 0, '2017-02-22 20:51:36', 2),
+(2733, 'Task: Mobile Version created.', 60, 637, '2017-02-22 20:52:19', 2),
+(2734, 'User: mostafij added', 60, 637, '2017-02-22 20:52:30', 2),
+(2735, 'Task: Header: Web & Mobile Version created.', 60, 638, '2017-02-22 20:54:15', 2),
+(2736, 'User: mostafij added', 60, 638, '2017-02-22 20:54:26', 2),
+(2737, 'User: mostafij added', 60, 638, '2017-02-22 20:54:28', 2),
+(2738, 'Task: Accident - Website created.', 55, 639, '2017-02-22 21:01:07', 2),
+(2739, 'User: Kabir Hossen added', 55, 639, '2017-02-22 21:01:19', 2),
+(2740, ' -added to Accident - Website.', 55, 639, '2017-02-22 21:09:44', 2),
+(2741, 'User: Sabuj Maksud added', 57, 629, '2017-02-23 10:03:25', 30),
+(2742, 'Product details page  -Change status to: in-process', 57, 629, '2017-02-23 10:03:31', 30),
+(2743, ' -added to Product details page .', 57, 629, '2017-02-23 10:04:23', 30),
+(2744, 'Product details page  -Change status to: completed', 57, 629, '2017-02-23 10:04:31', 30),
+(2745, 'Task: Database Link up of Feedback created.', 48, 0, '2017-02-23 10:04:55', 36),
+(2746, 'Task: Database Link up of Feedback created.', 48, 640, '2017-02-23 10:04:55', 36),
+(2747, 'Milestone 3: Ride not paid -Change status to: in-process', 48, 571, '2017-02-23 10:05:05', 36),
+(2748, 'Database Link up of Feedback -Change status to: in-process', 48, 640, '2017-02-23 10:05:12', 36),
+(2749, 'Milestone 3: Ride not paid -Change status to: done', 48, 571, '2017-02-23 10:05:22', 36),
+(2750, 'working on sessionfeekback -Change status to: in-process', 48, 628, '2017-02-23 10:05:29', 36),
+(2751, 'Accident - Website -Change status to: in-process', 55, 639, '2017-02-23 10:31:49', 25),
+(2752, 'Header: Web & Mobile Version -Change status to: in-process', 60, 638, '2017-02-23 10:43:24', 18),
+(2753, 'Mobile Version -Change status to: in-process', 60, 637, '2017-02-23 10:43:34', 18),
+(2754, 'Header: Web & Mobile Version -Change status to: done', 60, 638, '2017-02-23 10:43:46', 18),
+(2755, 'Accident - Website -Change status to: in-process', 55, 639, '2017-02-23 10:45:44', 2),
+(2756, 'mostafij assigned.', 57, 0, '2017-02-23 10:47:15', 2),
+(2757, 'Project:Admin Panel created.', 61, 0, '2017-02-23 10:49:36', 2),
+(2758, 'Helal Mohammad assigned.', 61, 0, '2017-02-23 10:49:51', 2),
+(2759, 'Shamim assigned.', 61, 0, '2017-02-23 10:50:12', 2),
+(2760, 'Revinr Admin assigned.', 61, 0, '2017-02-23 10:50:30', 2),
+(2761, 'Task: User Management created.', 61, 641, '2017-02-23 10:53:20', 2),
+(2762, 'Task: Contact Form Details created.', 61, 642, '2017-02-23 10:55:08', 2),
+(2763, 'Task: Slider Management created.', 61, 643, '2017-02-23 10:57:30', 2),
+(2764, 'Task: News created.', 61, 644, '2017-02-23 10:58:38', 2),
+(2765, 'Task: Activity Record created.', 61, 645, '2017-02-23 10:59:57', 2),
+(2766, 'Mobile Version -Change status to: done', 60, 637, '2017-02-23 11:03:13', 18),
+(2767, 'When i Place an order it doesn\'t appear on the admin panel... in pending order page -Change status to: in-process', 60, 622, '2017-02-23 11:34:27', 28),
+(2768, 'Task: Client Management created.', 61, 646, '2017-02-23 11:57:22', 2),
+(2769, 'Task: Testimonial Management created.', 61, 647, '2017-02-23 11:57:42', 2),
+(2770, 'Task: Event Management created.', 61, 648, '2017-02-23 11:59:58', 2),
+(2771, 'Task: Products created.', 61, 649, '2017-02-23 12:03:00', 2),
+(2772, 'Task: Services created.', 61, 650, '2017-02-23 12:24:07', 2),
+(2773, 'Task: Blog created.', 61, 651, '2017-02-23 12:25:58', 2),
+(2774, 'Task: NewsLetter created.', 61, 652, '2017-02-23 12:27:16', 2),
+(2775, 'Task: Social Icons created.', 61, 653, '2017-02-23 12:28:15', 2),
+(2776, 'Task: Static Pages created.', 61, 654, '2017-02-23 12:29:14', 2),
+(2777, 'Task: JOB post (23/02/2017) created.', 28, 0, '2017-02-23 14:32:23', 22),
+(2778, 'Task: JOB post (23/02/2017) created.', 28, 655, '2017-02-23 14:32:23', 22),
+(2779, 'JOB post (23/02/2017) -Change status to: in-process', 28, 655, '2017-02-23 14:32:33', 22),
+(2780, 'JOB post (23/02/2017) -Change status to: done', 28, 655, '2017-02-23 14:34:15', 22),
+(2781, 'nuvista products -Change status to: done', 55, 633, '2017-02-23 16:16:44', 41),
+(2782, 'Task: http://localhost/edu_mob/# created.', 55, 0, '2017-02-25 10:06:39', 18),
+(2783, 'Task: http://localhost/edu_mob/# created.', 55, 656, '2017-02-25 10:06:39', 18),
+(2784, 'http://localhost/edu_mob/# -Change status to: in-process', 55, 656, '2017-02-25 10:06:46', 18),
+(2785, 'Task: feedback (rider) milestone 3 created.', 48, 0, '2017-02-25 14:06:09', 36),
+(2786, 'Task: feedback (rider) milestone 3 created.', 48, 657, '2017-02-25 14:06:09', 36),
+(2787, 'feedback (rider) milestone 3 -Change status to: in-process', 48, 657, '2017-02-25 14:06:20', 36),
+(2788, 'Shamim assigned.', 19, 0, '2017-02-25 14:34:08', 2),
+(2789, 'Task: In the Tickets created.', 19, 658, '2017-02-25 14:34:44', 2),
+(2790, 'User: Shamim added', 19, 658, '2017-02-25 14:34:55', 2),
+(2791, ' -added to In the Tickets.', 19, 658, '2017-02-25 14:35:10', 2),
+(2792, 'Task: Job post (25-02-2017) created.', 28, 0, '2017-02-25 16:39:37', 22),
+(2793, 'Task: Job post (25-02-2017) created.', 28, 659, '2017-02-25 16:39:37', 22),
+(2794, 'Job post (25-02-2017) -Change status to: in-process', 28, 659, '2017-02-25 16:39:49', 22),
+(2795, 'Job post (25-02-2017) -Change status to: done', 28, 659, '2017-02-25 16:39:55', 22),
+(2796, 'Task: MAXIM Bootstrap Theme created.', 55, 0, '2017-02-25 18:13:58', 41),
+(2797, 'Task: MAXIM Bootstrap Theme created.', 55, 660, '2017-02-25 18:13:58', 41),
+(2798, 'MAXIM Bootstrap Theme -Change status to: in-process', 55, 660, '2017-02-25 18:14:05', 41),
+(2799, 'MAXIM Bootstrap Theme -Change status to: done', 55, 660, '2017-02-25 18:14:10', 41),
+(2800, 'Task: http://localhost/edu_mob/ created.', 55, 0, '2017-02-26 09:54:14', 18),
+(2801, 'Task: http://localhost/edu_mob/ created.', 55, 661, '2017-02-26 09:54:14', 18),
+(2802, 'Task: Bootstrap Theme created.', 55, 0, '2017-02-26 09:55:33', 41),
+(2803, 'Task: Bootstrap Theme created.', 55, 662, '2017-02-26 09:55:33', 41),
+(2804, 'Bootstrap Theme -Change status to: in-process', 55, 662, '2017-02-26 09:55:42', 41),
+(2805, 'http://localhost/edu_mob/ -Change status to: in-process', 55, 661, '2017-02-26 10:01:08', 18),
+(2806, 'http://www.propertylifts.com/index.php -Change status to: in-process', 49, 574, '2017-02-26 10:05:13', 30),
+(2807, 'Task: Editorial created.', 16, 0, '2017-02-26 10:22:32', 21),
+(2808, 'Task: Editorial created.', 16, 663, '2017-02-26 10:22:32', 21),
+(2809, 'Task: testing feedback created.', 48, 0, '2017-02-26 15:11:47', 36),
+(2810, 'Task: testing feedback created.', 48, 664, '2017-02-26 15:11:47', 36),
+(2811, 'Task:Database Link up of Feedback removed.', 48, 0, '2017-02-26 15:11:52', 36),
+(2812, 'testing feedback -Change status to: in-process', 48, 664, '2017-02-26 15:12:01', 36),
+(2813, 'http://localhost/edu_mob/# -Change status to: in-process', 55, 656, '2017-02-26 16:20:36', 18),
+(2814, 'http://localhost/edu_mob/# -Change status to: done', 55, 656, '2017-02-26 16:20:41', 18),
+(2815, 'http://localhost/edu_mob/ -Change status to: done', 55, 661, '2017-02-26 16:20:54', 18),
+(2816, 'Task: http://localhost/nuvista/ created.', 55, 0, '2017-02-26 16:27:35', 18),
+(2817, 'Task: http://localhost/nuvista/ created.', 55, 665, '2017-02-26 16:27:35', 18),
+(2818, 'http://localhost/nuvista/ -Change status to: in-process', 55, 665, '2017-02-26 16:28:53', 18),
+(2819, 'Task: Nuvista pharma created.', 57, 0, '2017-02-27 11:00:37', 18),
+(2820, 'Task: Nuvista pharma created.', 57, 666, '2017-02-27 11:00:37', 18),
+(2821, 'Task: JOB post (27/02/2017) created.', 28, 0, '2017-02-27 14:37:29', 22),
+(2822, 'Task: JOB post (27/02/2017) created.', 28, 667, '2017-02-27 14:37:29', 22),
+(2823, 'JOB post (27/02/2017) -Change status to: in-process', 28, 667, '2017-02-27 14:37:34', 22),
+(2824, 'JOB post (27/02/2017) -Change status to: done', 28, 667, '2017-02-27 14:37:43', 22),
+(2825, 'Task: Milestone 4:wakepoint calculation created.', 48, 0, '2017-02-27 14:48:56', 36),
+(2826, 'Task: Milestone 4:wakepoint calculation created.', 48, 668, '2017-02-27 14:48:56', 36),
+(2827, 'Bootstrap Theme -Change status to: checking', 55, 662, '2017-02-27 16:15:20', 41),
+(2828, 'Milestone 4:wakepoint calculation -Change status to: in-process', 48, 668, '2017-02-27 18:21:56', 36),
+(2829, 'Milestone 4:wakepoint calculation -Change status to: done', 48, 668, '2017-02-27 18:22:05', 36),
+(2830, 'Task: http://localhost/nuvista/ created.', 57, 0, '2017-02-28 10:00:14', 18),
+(2831, 'Task: http://localhost/nuvista/ created.', 57, 669, '2017-02-28 10:00:14', 18),
+(2832, 'Task: JOB post (28/02/2017) created.', 28, 0, '2017-02-28 14:35:41', 22),
+(2833, 'Task: JOB post (28/02/2017) created.', 28, 670, '2017-02-28 14:35:41', 22),
+(2834, 'JOB post (28/02/2017) -Change status to: in-process', 28, 670, '2017-02-28 14:35:48', 22),
+(2835, 'JOB post (28/02/2017) -Change status to: done', 28, 670, '2017-02-28 14:36:06', 22),
+(2836, 'Task: testing wakepoint simulation created.', 48, 0, '2017-02-28 15:14:46', 36),
+(2837, 'Task: testing wakepoint simulation created.', 48, 671, '2017-02-28 15:14:46', 36),
+(2838, 'testing wakepoint simulation -Change status to: in-process', 48, 671, '2017-02-28 17:55:14', 36),
+(2839, 'testing wakepoint simulation -Change status to: done', 48, 671, '2017-02-28 17:55:29', 36),
+(2840, 'Task: JOB post (01/03/2017) created.', 28, 0, '2017-03-01 12:32:53', 22),
+(2841, 'Task: JOB post (01/03/2017) created.', 28, 672, '2017-03-01 12:32:53', 22),
+(2842, 'JOB post (01/03/2017) -Change status to: in-process', 28, 672, '2017-03-01 12:33:56', 22);
+INSERT INTO `activity_log` (`id`, `msg`, `proj_id`, `task_id`, `created_at`, `logged_user_id`) VALUES
+(2843, 'JOB post (01/03/2017) -Change status to: done', 28, 672, '2017-03-01 12:35:24', 22),
+(2844, 'Md. Tanjim Al Akib assigned.', 61, 0, '2017-03-01 15:37:42', 2),
+(2845, 'Task: Login and Registration created.', 61, 0, '2017-03-01 18:02:30', 44),
+(2846, 'Task: Login and Registration created.', 61, 673, '2017-03-01 18:02:30', 44),
+(2847, 'Login and Registration -Change status to: in-process', 61, 673, '2017-03-01 18:02:42', 44),
+(2848, 'Login and Registration -Change status to: done', 61, 673, '2017-03-01 18:02:53', 44),
+(2849, ' -added to http://www.propertylifts.com/index.php.', 49, 574, '2017-03-02 10:30:34', 30),
+(2850, 'http://www.propertylifts.com/index.php -Change status to: completed', 49, 574, '2017-03-02 10:31:21', 30),
+(2851, 'Task: Clients Page created.', 49, 0, '2017-03-02 10:31:45', 30),
+(2852, 'Task: Clients Page created.', 49, 674, '2017-03-02 10:31:45', 30),
+(2853, 'User: Sabuj Maksud added', 49, 674, '2017-03-02 10:31:58', 30),
+(2854, 'Clients Page -Change status to: in-process', 49, 674, '2017-03-02 10:32:05', 30),
+(2855, 'Task: starting list milestone 4 created.', 48, 0, '2017-03-02 14:20:45', 36),
+(2856, 'Task: starting list milestone 4 created.', 48, 675, '2017-03-02 14:20:45', 36),
+(2857, 'starting list milestone 4 -Change status to: in-process', 48, 675, '2017-03-02 14:20:49', 36),
+(2858, 'starting list milestone 4 -Change status to: done', 48, 675, '2017-03-02 14:20:57', 36),
+(2859, 'Task: cable Ui Change milestone 4 created.', 48, 0, '2017-03-02 14:21:12', 36),
+(2860, 'Task: cable Ui Change milestone 4 created.', 48, 676, '2017-03-02 14:21:12', 36),
+(2861, 'cable Ui Change milestone 4 -Change status to: in-process', 48, 676, '2017-03-02 14:21:16', 36),
+(2862, 'Task: JOB post (2/03/2017) created.', 28, 0, '2017-03-02 15:27:45', 22),
+(2863, 'Task: JOB post (2/03/2017) created.', 28, 677, '2017-03-02 15:27:45', 22),
+(2864, 'JOB post (2/03/2017) -Change status to: in-process', 28, 677, '2017-03-02 15:27:50', 22),
+(2865, 'JOB post (2/03/2017) -Change status to: done', 28, 677, '2017-03-02 15:28:11', 22),
+(2866, 'Task: User Creation created.', 61, 0, '2017-03-02 17:28:52', 44),
+(2867, 'Task: User Creation created.', 61, 678, '2017-03-02 17:28:52', 44),
+(2868, 'User Creation -Change status to: in-process', 61, 678, '2017-03-02 17:29:02', 44),
+(2869, 'User Creation -Change status to: done', 61, 678, '2017-03-02 17:29:10', 44),
+(2870, 'Bootstrap Theme -Change status to: completed', 55, 662, '2017-03-04 09:43:16', 41),
+(2871, 'Task: http://revinr.com/nuvista/ created.', 57, 0, '2017-03-04 09:45:45', 18),
+(2872, 'Task: http://revinr.com/nuvista/ created.', 57, 679, '2017-03-04 09:45:45', 18),
+(2873, 'Task: Image Accordian created.', 55, 0, '2017-03-04 09:45:46', 41),
+(2874, 'Task: Image Accordian created.', 55, 680, '2017-03-04 09:45:46', 41),
+(2875, 'http://revinr.com/nuvista/ -Change status to: in-process', 57, 679, '2017-03-04 09:46:27', 18),
+(2876, 'Task: working on change Tab: apply FD Logic TAB of line 78, session_pers=1 created.', 48, 0, '2017-03-04 15:16:09', 36),
+(2877, 'Task: working on change Tab: apply FD Logic TAB of line 78, session_pers=1 created.', 48, 681, '2017-03-04 15:16:09', 36),
+(2878, 'working on change Tab: apply FD Logic TAB of line 78, session_pers=1 -Change status to: in-process', 48, 681, '2017-03-04 15:16:13', 36),
+(2879, 'Task: Job post (04-03-2017) created.', 28, 0, '2017-03-04 15:40:04', 22),
+(2880, 'Task: Job post (04-03-2017) created.', 28, 682, '2017-03-04 15:40:04', 22),
+(2881, 'Job post (04-03-2017) -Change status to: in-process', 28, 682, '2017-03-04 15:40:12', 22),
+(2882, 'Job post (04-03-2017) -Change status to: done', 28, 682, '2017-03-04 15:40:17', 22),
+(2883, 'Task: http://revinr.com/edu_mob/ created.', 57, 0, '2017-03-04 15:56:49', 18),
+(2884, 'Task: http://revinr.com/edu_mob/ created.', 57, 683, '2017-03-04 15:56:49', 18),
+(2885, 'http://revinr.com/edu_mob/ -Change status to: in-process', 57, 683, '2017-03-04 15:57:05', 18),
+(2886, 'http://revinr.com/edu_mob/ -Change status to: done', 57, 683, '2017-03-04 15:57:21', 18),
+(2887, 'Task: (http://kscleaning.com.au  Contact form work has done   created.', 57, 0, '2017-03-04 16:04:33', 18),
+(2888, 'Task: (http://kscleaning.com.au  Contact form work has done   created.', 57, 684, '2017-03-04 16:04:33', 18),
+(2889, '(http://kscleaning.com.au  Contact form work has done   -Change status to: in-process', 57, 684, '2017-03-04 16:04:48', 18),
+(2890, '(http://kscleaning.com.au  Contact form work has done   -Change status to: done', 57, 684, '2017-03-04 16:05:08', 18),
+(2891, 'working on change Tab: apply FD Logic TAB of line 78, session_pers=1 -Change status to: done', 48, 681, '2017-03-04 16:05:18', 36),
+(2892, 'Task: WP update: see also TABLE WRITTING TAB line 42 and 118 created.', 48, 0, '2017-03-04 16:22:22', 36),
+(2893, 'Task: WP update: see also TABLE WRITTING TAB line 42 and 118 created.', 48, 685, '2017-03-04 16:22:22', 36),
+(2894, 'WP update: see also TABLE WRITTING TAB line 42 and 118 -Change status to: in-process', 48, 685, '2017-03-04 16:22:26', 36),
+(2895, 'Bootstrap Theme -Change status to: done', 55, 662, '2017-03-04 16:44:34', 41),
+(2896, 'Image Accordian -Change status to: in-process', 55, 680, '2017-03-04 16:44:50', 41),
+(2897, 'Task: http://summitcommunications.net created.', 55, 0, '2017-03-04 16:46:22', 41),
+(2898, 'Task: http://summitcommunications.net created.', 55, 686, '2017-03-04 16:46:22', 41),
+(2899, 'http://summitcommunications.net -Change status to: in-process', 55, 686, '2017-03-04 16:46:31', 41),
+(2900, 'Image Accordian -Change status to: done', 55, 680, '2017-03-04 16:46:55', 41),
+(2901, 'WP update: see also TABLE WRITTING TAB line 42 and 118 -Change status to: done', 48, 685, '2017-03-04 17:12:49', 36),
+(2902, 'Task: User Roles and Permissions created.', 61, 0, '2017-03-04 18:52:44', 44),
+(2903, 'Task: User Roles and Permissions created.', 61, 687, '2017-03-04 18:52:44', 44),
+(2904, 'User Roles and Permissions -Change status to: in-process', 61, 687, '2017-03-04 18:53:02', 44),
+(2905, 'User Roles and Permissions -Change status to: done', 61, 687, '2017-03-04 18:53:11', 44),
+(2906, 'Task: http://localhost/nuvista/products.html# created.', 57, 0, '2017-03-05 09:52:29', 18),
+(2907, 'Task: http://localhost/nuvista/products.html# created.', 57, 688, '2017-03-05 09:52:29', 18),
+(2908, 'http://localhost/nuvista/ -Change status to: done', 55, 665, '2017-03-05 09:52:47', 18),
+(2909, 'nuvista -Change status to: done', 55, 619, '2017-03-05 09:53:01', 18),
+(2910, 'Nuvista pharma -Change status to: in-process', 57, 666, '2017-03-05 09:53:30', 18),
+(2911, 'http://localhost/nuvista/ -Change status to: in-process', 57, 669, '2017-03-05 09:53:41', 18),
+(2912, 'http://localhost/nuvista/products.html# -Change status to: in-process', 57, 688, '2017-03-05 09:53:58', 18),
+(2913, 'http://summitcommunications.net -Change status to: done', 55, 686, '2017-03-05 10:07:23', 41),
+(2914, 'Task: summit.net created.', 55, 0, '2017-03-05 10:09:50', 41),
+(2915, 'Task: summit.net created.', 55, 689, '2017-03-05 10:09:50', 41),
+(2916, 'summit.net -Change status to: in-process', 55, 689, '2017-03-05 10:10:02', 41),
+(2917, 'Task: Remove SEARCH button created.', 48, 0, '2017-03-05 10:34:06', 36),
+(2918, 'Task: Remove SEARCH button created.', 48, 690, '2017-03-05 10:34:06', 36),
+(2919, 'Remove SEARCH button -Change status to: in-process', 48, 690, '2017-03-05 10:34:11', 36),
+(2920, ' -added to Clients Page.', 49, 674, '2017-03-05 10:36:09', 30),
+(2921, 'Clients Page -Change status to: completed', 49, 674, '2017-03-05 10:36:18', 30),
+(2922, 'Task: Contact Us page created.', 49, 0, '2017-03-05 10:37:07', 30),
+(2923, 'Task: Contact Us page created.', 49, 691, '2017-03-05 10:37:07', 30),
+(2924, 'User: Sabuj Maksud added', 49, 691, '2017-03-05 10:37:18', 30),
+(2925, 'Contact Us page -Change status to: in-process', 49, 691, '2017-03-05 10:37:24', 30),
+(2926, 'Remove SEARCH button -Change status to: done', 48, 690, '2017-03-05 11:34:54', 36),
+(2927, 'cable Ui Change milestone 4 -Change status to: done', 48, 676, '2017-03-05 11:35:03', 36),
+(2928, 'Task: no SESSION SIGNUP adaptation after canceling rider created.', 48, 0, '2017-03-05 11:35:29', 36),
+(2929, 'Task: no SESSION SIGNUP adaptation after canceling rider created.', 48, 692, '2017-03-05 11:35:29', 36),
+(2930, 'no SESSION SIGNUP adaptation after canceling rider -Change status to: in-process', 48, 692, '2017-03-05 11:35:35', 36),
+(2931, 'no SESSION SIGNUP adaptation after canceling rider -Change status to: done', 48, 692, '2017-03-05 11:59:52', 36),
+(2932, 'Task: JOB post (05/03/2017) created.', 28, 0, '2017-03-05 12:21:08', 22),
+(2933, 'Task: JOB post (05/03/2017) created.', 28, 693, '2017-03-05 12:21:08', 22),
+(2934, 'JOB post (05/03/2017) -Change status to: in-process', 28, 693, '2017-03-05 12:21:13', 22),
+(2935, 'Task: Link missing (see CSV_Lists TAB) created.', 48, 0, '2017-03-05 14:11:57', 36),
+(2936, 'Task: Link missing (see CSV_Lists TAB) created.', 48, 694, '2017-03-05 14:11:57', 36),
+(2937, 'Link missing (see CSV_Lists TAB) -Change status to: in-process', 48, 694, '2017-03-05 14:12:02', 36),
+(2938, 'Link missing (see CSV_Lists TAB) -Change status to: done', 48, 694, '2017-03-05 14:12:08', 36),
+(2939, 'Task: Link missing (see CSV_Lists TAB) created.', 48, 0, '2017-03-05 14:12:26', 36),
+(2940, 'Task: Link missing (see CSV_Lists TAB) created.', 48, 695, '2017-03-05 14:12:26', 36),
+(2941, 'Link missing (see CSV_Lists TAB) -Change status to: in-process', 48, 695, '2017-03-05 14:12:30', 36),
+(2942, 'Link missing (see CSV_Lists TAB) -Change status to: done', 48, 695, '2017-03-06 10:02:40', 36),
+(2943, 'Task: CREATE USER LIST with ws_riders AND ws_wakepoints created.', 48, 0, '2017-03-06 10:03:16', 36),
+(2944, 'Task: CREATE USER LIST with ws_riders AND ws_wakepoints created.', 48, 696, '2017-03-06 10:03:16', 36),
+(2945, 'CREATE USER LIST with ws_riders AND ws_wakepoints -Change status to: in-process', 48, 696, '2017-03-06 10:03:21', 36),
+(2946, 'summit.net -Change status to: done', 55, 689, '2017-03-06 10:05:27', 41),
+(2947, 'Task: http://summitcommunications.net/ created.', 55, 0, '2017-03-06 10:13:28', 41),
+(2948, 'Task: http://summitcommunications.net/ created.', 55, 697, '2017-03-06 10:13:28', 41),
+(2949, 'http://summitcommunications.net/ -Change status to: in-process', 55, 697, '2017-03-06 10:13:42', 41),
+(2950, 'User: Sabuj Maksud added', 49, 691, '2017-03-06 10:57:41', 30),
+(2951, ' -added to Contact Us page.', 49, 691, '2017-03-06 10:58:54', 30),
+(2952, 'Contact Us page -Change status to: completed', 49, 691, '2017-03-06 10:59:08', 30),
+(2953, 'Task: http://localhost/nuvista/products.html created.', 57, 0, '2017-03-06 11:05:35', 18),
+(2954, 'Task: http://localhost/nuvista/products.html created.', 57, 698, '2017-03-06 11:05:35', 18),
+(2955, 'http://localhost/nuvista/products.html -Change status to: in-process', 57, 698, '2017-03-06 11:05:47', 18),
+(2956, 'Task: Brands Page Design created.', 49, 0, '2017-03-06 12:47:43', 30),
+(2957, 'Task: Brands Page Design created.', 49, 699, '2017-03-06 12:47:43', 30),
+(2958, 'Brands Page Design -Change status to: in-process', 49, 699, '2017-03-06 12:47:57', 30),
+(2959, 'Task: Services Page created.', 49, 0, '2017-03-06 12:48:24', 30),
+(2960, 'Task: Services Page created.', 49, 700, '2017-03-06 12:48:24', 30),
+(2961, 'Task: Spare Parts Page created.', 49, 0, '2017-03-06 12:48:49', 30),
+(2962, 'Task: Spare Parts Page created.', 49, 701, '2017-03-06 12:48:49', 30),
+(2963, 'Task: Career page Layout created.', 49, 0, '2017-03-06 12:49:08', 30),
+(2964, 'Task: Career page Layout created.', 49, 702, '2017-03-06 12:49:08', 30),
+(2965, 'User: Md. Tanjim Al Akib added', 61, 641, '2017-03-06 15:16:15', 2),
+(2966, 'User: Md. Tanjim Al Akib added', 61, 645, '2017-03-06 15:16:29', 2),
+(2967, 'Activity Record -Change status to: in-process', 61, 645, '2017-03-06 15:17:52', 44),
+(2968, 'CREATE USER LIST with ws_riders AND ws_wakepoints -Change status to: done', 48, 696, '2017-03-06 16:09:43', 36),
+(2969, 'http://summitcommunications.net/ -Change status to: done', 55, 697, '2017-03-06 16:10:51', 41),
+(2970, 'Task: w3 error checking created.', 55, 0, '2017-03-06 16:12:37', 41),
+(2971, 'Task: w3 error checking created.', 55, 703, '2017-03-06 16:12:37', 41),
+(2972, 'w3 error checking -Change status to: in-process', 55, 703, '2017-03-06 16:12:43', 41),
+(2973, 'w3 error checking -Change status to: done', 55, 703, '2017-03-06 18:48:12', 41),
+(2974, 'Task: w3 validition http://summitcommunications.net created.', 55, 0, '2017-03-07 10:01:08', 41),
+(2975, 'Task: w3 validition http://summitcommunications.net created.', 55, 704, '2017-03-07 10:01:08', 41),
+(2976, 'w3 validition http://summitcommunications.net -Change status to: in-process', 55, 704, '2017-03-07 10:01:14', 41),
+(2977, ' -added to Services Page.', 49, 700, '2017-03-07 10:28:03', 30),
+(2978, 'services.jpg -removed from Services Page.', 49, 700, '2017-03-07 10:28:10', 30),
+(2979, 'Services Page -Change status to: in-process', 49, 700, '2017-03-07 10:28:15', 30),
+(2980, ' -added to Services Page.', 49, 700, '2017-03-07 10:28:43', 30),
+(2981, 'Services Page -Change status to: completed', 49, 700, '2017-03-07 10:28:47', 30),
+(2982, ' -added to Brands Page Design.', 49, 699, '2017-03-07 10:29:14', 30),
+(2983, 'Brands Page Design -Change status to: completed', 49, 699, '2017-03-07 10:29:18', 30),
+(2984, 'Career page Layout -Change status to: in-process', 49, 702, '2017-03-07 10:33:54', 30),
+(2985, 'JOB post (05/03/2017) -Change status to: done', 28, 693, '2017-03-07 11:58:59', 22),
+(2986, 'Task: JOB post (07/03/2017) created.', 28, 0, '2017-03-07 12:06:46', 22),
+(2987, 'Task: JOB post (07/03/2017) created.', 28, 705, '2017-03-07 12:06:46', 22),
+(2988, 'JOB post (07/03/2017) -Change status to: in-process', 28, 705, '2017-03-07 12:07:06', 22),
+(2989, 'JOB post (07/03/2017) -Change status to: done', 28, 705, '2017-03-07 12:07:29', 22),
+(2990, 'w3 validition http://summitcommunications.net -Change status to: done', 55, 704, '2017-03-07 13:04:38', 41),
+(2991, 'Task: Wordpress Theme  created.', 55, 0, '2017-03-07 14:02:54', 41),
+(2992, 'Task: Wordpress Theme  created.', 55, 706, '2017-03-07 14:02:54', 41),
+(2993, 'Wordpress Theme  -Change status to: in-process', 55, 706, '2017-03-07 14:09:12', 41),
+(2994, 'Activity Record -Change status to: done', 61, 645, '2017-03-07 18:08:37', 2),
+(2995, 'User Management -Change status to: in-process', 61, 641, '2017-03-07 18:09:39', 2),
+(2996, 'User: Md. Tanjim Al Akib added', 61, 642, '2017-03-07 18:09:53', 2),
+(2997, 'User: Md. Tanjim Al Akib added', 61, 642, '2017-03-07 18:09:54', 2),
+(2998, 'User: Md. Tanjim Al Akib added', 61, 642, '2017-03-07 18:09:55', 2),
+(2999, 'User: Md. Tanjim Al Akib added', 61, 643, '2017-03-07 18:10:06', 2),
+(3000, 'User: Md. Tanjim Al Akib added', 61, 647, '2017-03-07 18:10:14', 2),
+(3001, 'User: Md. Tanjim Al Akib added', 61, 646, '2017-03-07 18:10:29', 2),
+(3002, 'User: Helal Mohammad added', 61, 648, '2017-03-07 18:10:37', 2),
+(3003, 'User: Md. Tanjim Al Akib added', 61, 648, '2017-03-07 18:10:42', 2),
+(3004, 'User: Md. Tanjim Al Akib added', 61, 648, '2017-03-07 18:10:45', 2),
+(3005, 'User: Md. Tanjim Al Akib added', 61, 649, '2017-03-07 18:10:53', 2),
+(3006, 'User: Md. Tanjim Al Akib added', 61, 650, '2017-03-07 18:11:01', 2),
+(3007, 'User: Md. Tanjim Al Akib added', 61, 651, '2017-03-07 18:11:10', 2),
+(3008, 'User: Md. Tanjim Al Akib added', 61, 651, '2017-03-07 18:11:20', 2),
+(3009, 'User: Md. Tanjim Al Akib added', 61, 652, '2017-03-07 18:11:29', 2),
+(3010, 'User: Md. Tanjim Al Akib added', 61, 653, '2017-03-07 18:11:43', 2),
+(3011, 'User: Md. Tanjim Al Akib added', 61, 654, '2017-03-07 18:11:53', 2),
+(3012, 'Static Pages -Change status to: in-process', 61, 654, '2017-03-07 18:12:04', 2),
+(3013, 'http://revinr.com/nuvista/ -Change status to: done', 57, 679, '2017-03-07 18:13:26', 18),
+(3014, 'Task: App crash Resuming created.', 48, 0, '2017-03-07 18:13:33', 36),
+(3015, 'Task: App crash Resuming created.', 48, 707, '2017-03-07 18:13:33', 36),
+(3016, 'App crash Resuming -Change status to: in-process', 48, 707, '2017-03-07 18:13:37', 36),
+(3017, 'Nuvista pharma -Change status to: done', 57, 666, '2017-03-07 18:13:37', 18),
+(3018, 'http://localhost/nuvista/ -Change status to: done', 57, 669, '2017-03-07 18:13:48', 18),
+(3019, 'Task: Nuvista news page created.', 55, 0, '2017-03-07 18:16:25', 41),
+(3020, 'Task: Nuvista news page created.', 55, 708, '2017-03-07 18:16:25', 41),
+(3021, 'Nuvista news page -Change status to: in-process', 55, 708, '2017-03-07 18:16:35', 41),
+(3022, 'About Page -Change status to: done', 57, 428, '2017-03-07 18:33:22', 2),
+(3023, 'Career Page -Change status to: done', 57, 427, '2017-03-07 18:33:33', 2),
+(3024, 'Product details page  -Change status to: done', 57, 629, '2017-03-07 18:33:46', 2),
+(3025, 'About Us page layout -Change status to: in-process', 57, 615, '2017-03-07 18:33:59', 2),
+(3026, 'In the Tickets -Change status to: in-process', 19, 658, '2017-03-07 18:43:33', 2),
+(3027, 'In the Tickets -Change status to: done', 19, 658, '2017-03-07 18:43:45', 2),
+(3028, 'Task: Invoice System created.', 19, 709, '2017-03-07 18:44:41', 2),
+(3029, 'User: Shamim added', 19, 709, '2017-03-07 18:45:03', 2),
+(3030, 'Nuvista news page -Change status to: done', 55, 708, '2017-03-07 19:04:48', 41),
+(3031, 'Task: User Editing created.', 48, 0, '2017-03-08 09:19:10', 36),
+(3032, 'Task: User Editing created.', 48, 710, '2017-03-08 09:19:10', 36),
+(3033, ' -added to Career page Layout.', 49, 702, '2017-03-08 10:24:14', 30),
+(3034, ' -added to Career page Layout.', 49, 702, '2017-03-08 10:24:25', 30),
+(3035, 'Career page Layout -Change status to: completed', 49, 702, '2017-03-08 10:24:32', 30),
+(3036, 'Spare Parts Page -Change status to: in-process', 49, 701, '2017-03-08 10:24:42', 30),
+(3037, 'About Us page layout -Change status to: done', 57, 615, '2017-03-08 11:42:28', 2),
+(3038, 'Home Page -Change status to: done', 57, 426, '2017-03-08 11:42:44', 2),
+(3039, 'Product Page -Change status to: done', 57, 430, '2017-03-08 11:45:20', 2),
+(3040, 'Career page -Change status to: done', 57, 597, '2017-03-08 11:45:34', 2),
+(3041, 'Contact Us page -Change status to: done', 57, 599, '2017-03-08 11:45:53', 2),
+(3042, 'About Us page layout -Change status to: done', 57, 600, '2017-03-08 11:46:07', 2),
+(3043, 'Task: Nuvista Theme created.', 55, 0, '2017-03-08 11:54:28', 41),
+(3044, 'Task: Nuvista Theme created.', 55, 711, '2017-03-08 11:54:28', 41),
+(3045, 'Nuvista Theme -Change status to: in-process', 55, 711, '2017-03-08 11:54:37', 41),
+(3046, 'Nuvista Theme -Change status to: done', 55, 711, '2017-03-08 17:39:08', 41),
+(3047, 'User Editing -Change status to: in-process', 48, 710, '2017-03-09 09:23:20', 36),
+(3048, 'User Editing -Change status to: done', 48, 710, '2017-03-09 09:23:27', 36),
+(3049, 'Task: Testing user editing created.', 48, 0, '2017-03-09 09:23:47', 36),
+(3050, 'Task: Testing user editing created.', 48, 712, '2017-03-09 09:23:47', 36),
+(3051, 'Task: Nuvist CAREERS Page created.', 55, 0, '2017-03-09 12:05:14', 41),
+(3052, 'Task: Nuvist CAREERS Page created.', 55, 713, '2017-03-09 12:05:14', 41),
+(3053, 'Nuvist CAREERS Page -Change status to: in-process', 55, 713, '2017-03-09 12:06:04', 41),
+(3054, ' -added to Spare Parts Page.', 49, 701, '2017-03-09 14:56:58', 30),
+(3055, 'Spare Parts Page -Change status to: completed', 49, 701, '2017-03-09 14:57:02', 30),
+(3056, 'Career page Layout -Change status to: done', 49, 702, '2017-03-09 14:57:48', 30),
+(3057, 'Spare Parts Page -Change status to: done', 49, 701, '2017-03-09 14:57:59', 30),
+(3058, 'Services Page -Change status to: done', 49, 700, '2017-03-09 14:58:12', 30),
+(3059, 'Brands Page Design -Change status to: done', 49, 699, '2017-03-09 14:58:23', 30),
+(3060, 'Contact Us page -Change status to: done', 49, 691, '2017-03-09 14:58:39', 30),
+(3061, 'Clients Page -Change status to: done', 49, 674, '2017-03-09 14:58:54', 30),
+(3062, 'http://www.propertylifts.com/index.php -Change status to: done', 49, 574, '2017-03-09 14:59:07', 30),
+(3063, 'Nuvist CAREERS Page -Change status to: done', 55, 713, '2017-03-09 16:36:52', 41),
+(3064, 'Task: Nuvista contact.html created.', 55, 0, '2017-03-09 16:44:21', 41),
+(3065, 'Task: Nuvista contact.html created.', 55, 714, '2017-03-09 16:44:21', 41),
+(3066, 'Nuvista contact.html -Change status to: in-process', 55, 714, '2017-03-09 16:47:04', 41),
+(3067, 'Nuvista contact.html -Change status to: in-process', 55, 714, '2017-03-09 16:52:08', 41),
+(3068, 'Task: http://revinr.com/edu_mob/ created.', 55, 0, '2017-03-11 11:40:31', 18),
+(3069, 'Task: http://revinr.com/edu_mob/ created.', 55, 715, '2017-03-11 11:40:31', 18),
+(3070, 'http://revinr.com/edu_mob/ -Change status to: in-process', 55, 715, '2017-03-11 11:40:37', 18),
+(3071, 'Nuvista contact.html -Change status to: done', 55, 714, '2017-03-11 12:27:10', 41),
+(3072, 'Task:  http://www.revinr.com/nuvista/  created.', 55, 0, '2017-03-11 12:44:28', 18),
+(3073, 'Task:  http://www.revinr.com/nuvista/  created.', 55, 716, '2017-03-11 12:44:28', 18),
+(3074, 'http://revinr.com/edu_mob/ -Change status to: done', 55, 715, '2017-03-11 12:44:34', 18),
+(3075, ' http://www.revinr.com/nuvista/  -Change status to: in-process', 55, 716, '2017-03-11 12:44:40', 18),
+(3076, 'Task: Owl Carousel Slider created.', 55, 0, '2017-03-11 12:45:59', 41),
+(3077, 'Task: Owl Carousel Slider created.', 55, 717, '2017-03-11 12:45:59', 41),
+(3078, 'Owl Carousel Slider -Change status to: in-process', 55, 717, '2017-03-11 12:47:00', 41),
+(3079, 'Owl Carousel Slider -Change status to: completed', 55, 717, '2017-03-11 16:45:25', 41),
+(3080, 'Task: Flex Slider For Nuvista created.', 55, 0, '2017-03-11 16:47:04', 41),
+(3081, 'Task: Flex Slider For Nuvista created.', 55, 718, '2017-03-11 16:47:04', 41),
+(3082, 'Flex Slider For Nuvista -Change status to: in-process', 55, 718, '2017-03-11 16:47:20', 41),
+(3083, 'Flex Slider For Nuvista -Change status to: in-process', 55, 718, '2017-03-11 18:11:09', 41),
+(3084, 'Flex Slider For Nuvista -Change status to: done', 55, 718, '2017-03-11 18:11:14', 41),
+(3085, 'Flex Slider For Nuvista -Change status to: done', 55, 718, '2017-03-11 18:11:35', 41),
+(3086, 'Product Details Page -Change status to: done', 38, 268, '2017-03-12 01:21:39', 2),
+(3087, 'Kindergarten Website -Change status to: done', 54, 502, '2017-03-12 01:22:21', 2),
+(3088, 'Task:Agro based ecommerce HTML removed.', 59, 0, '2017-03-12 01:22:46', 2),
+(3089, '37th bcs written math  -Change status to: done', 16, 592, '2017-03-12 01:23:08', 2),
+(3090, 'When i Place an order it doesn\'t appear on the admin panel... in pending order page -Change status to: done', 60, 622, '2017-03-12 01:23:36', 2),
+(3091, 'Task:Accident - Website removed.', 55, 0, '2017-03-12 01:24:02', 2),
+(3092, 'Task:Wordpress Theme  removed.', 55, 0, '2017-03-12 01:24:08', 2),
+(3093, 'Task: http://www.revinr.com/nuvista/  removed.', 55, 0, '2017-03-12 01:24:12', 2),
+(3094, 'Task:Owl Carousel Slider removed.', 55, 0, '2017-03-12 01:24:18', 2),
+(3095, 'Task: Nuvista created.', 55, 0, '2017-03-12 09:58:57', 41),
+(3096, 'Task: Nuvista created.', 55, 719, '2017-03-12 09:58:57', 41),
+(3097, 'Nuvista -Change status to: in-process', 55, 719, '2017-03-12 09:59:07', 41),
+(3098, 'Task: http://revinr.com/nuvista/ created.', 57, 0, '2017-03-12 10:57:25', 18),
+(3099, 'Task: http://revinr.com/nuvista/ created.', 57, 720, '2017-03-12 10:57:25', 18),
+(3100, 'http://revinr.com/nuvista/ -Change status to: in-process', 57, 720, '2017-03-12 10:57:51', 18),
+(3101, 'http://revinr.com/nuvista/ -Change status to: done', 57, 720, '2017-03-12 10:58:03', 18),
+(3102, 'http://localhost/nuvista/products.html -Change status to: done', 57, 698, '2017-03-12 10:58:12', 18),
+(3103, 'http://localhost/nuvista/products.html# -Change status to: done', 57, 688, '2017-03-12 10:58:29', 18),
+(3104, 'Project:StyleCraft Web created.', 62, 0, '2017-03-12 12:10:59', 2),
+(3105, 'Task: Emailing created.', 19, 721, '2017-03-12 12:29:33', 2),
+(3106, '<p>Auto email 1 day before deadline to the client</p> -added to Emailing.', 19, 721, '2017-03-12 12:30:40', 2),
+(3107, '<p>Auto email 1 day before deadline to the client</p> -added to Emailing.', 19, 721, '2017-03-12 12:30:43', 2),
+(3108, '<p>Auto email 1 day before deadline to the client</p> -removed from Emailing.', 19, 721, '2017-03-12 12:31:03', 2),
+(3109, 'Alamgir Hossain Suzon assigned.', 62, 0, '2017-03-12 12:35:31', 2),
+(3110, 'Nuvista -Change status to: done', 55, 719, '2017-03-12 14:47:53', 41),
+(3111, 'Task: Property Lift created.', 55, 0, '2017-03-12 16:31:48', 41),
+(3112, 'Task: Property Lift created.', 55, 722, '2017-03-12 16:31:48', 41),
+(3113, 'Property Lift -Change status to: in-process', 55, 722, '2017-03-12 16:32:00', 41),
+(3114, 'mostafij assigned.', 52, 0, '2017-03-12 18:08:35', 2),
+(3115, 'Shamim assigned.', 52, 0, '2017-03-12 18:08:49', 2),
+(3116, 'Task: Eduaid mobile version created.', 52, 723, '2017-03-12 18:09:53', 2),
+(3117, 'Task: Eduaid mobile version shamim vai created.', 52, 724, '2017-03-12 18:12:32', 2),
+(3118, 'Task: http://revinr.com/nuvista/ created.', 57, 0, '2017-03-13 09:51:21', 18),
+(3119, 'Task: http://revinr.com/nuvista/ created.', 57, 725, '2017-03-13 09:51:21', 18),
+(3120, 'http://revinr.com/nuvista/ -Change status to: in-process', 57, 725, '2017-03-13 11:38:53', 18),
+(3121, 'Task: working on user editing webservice created.', 48, 0, '2017-03-13 13:34:01', 36),
+(3122, 'Task: working on user editing webservice created.', 48, 726, '2017-03-13 13:34:01', 36),
+(3123, 'working on user editing webservice -Change status to: in-process', 48, 726, '2017-03-13 13:34:07', 36),
+(3124, 'testing feedback -Change status to: done', 48, 664, '2017-03-14 09:54:00', 36),
+(3125, 'Testing user editing -Change status to: in-process', 48, 712, '2017-03-14 09:54:12', 36),
+(3126, 'Task: Working on Dispo Session created.', 48, 0, '2017-03-14 09:54:36', 36),
+(3127, 'Task: Working on Dispo Session created.', 48, 727, '2017-03-14 09:54:36', 36),
+(3128, 'User: Shamim added', 20, 477, '2017-03-14 17:59:10', 2),
+(3129, 'User: Shamim added', 20, 477, '2017-03-14 17:59:13', 2),
+(3130, 'Task: Manage Company Info created.', 20, 728, '2017-03-14 18:00:32', 2),
+(3131, 'Task: Job Section created.', 20, 729, '2017-03-14 19:35:45', 2),
+(3132, 'User: Shamim added', 20, 729, '2017-03-14 19:54:52', 2),
+(3133, 'Task: JOB post (15/03/2017) created.', 28, 0, '2017-03-15 13:32:23', 22),
+(3134, 'Task: JOB post (15/03/2017) created.', 28, 730, '2017-03-15 13:32:23', 22),
+(3135, 'JOB post (15/03/2017) -Change status to: in-process', 28, 730, '2017-03-15 13:32:49', 22),
+(3136, 'JOB post (15/03/2017) -Change status to: done', 28, 730, '2017-03-15 13:33:03', 22),
+(3137, 'Task: Working on Dispo Session created.', 48, 0, '2017-03-15 14:06:08', 36),
+(3138, 'Task: Working on Dispo Session created.', 48, 731, '2017-03-15 14:06:08', 36),
+(3139, 'Working on Dispo Session -Change status to: in-process', 48, 731, '2017-03-15 14:06:19', 36),
+(3140, 'http://revinr.com/nuvista/ -Change status to: done', 57, 725, '2017-03-16 11:30:16', 18),
+(3141, 'Task: http://localhost/summitcommunications/ created.', 55, 0, '2017-03-16 11:31:29', 18),
+(3142, 'Task: http://localhost/summitcommunications/ created.', 55, 732, '2017-03-16 11:31:29', 18),
+(3143, 'Task: JOB post (16/03/2017) created.', 28, 0, '2017-03-16 11:31:29', 22),
+(3144, 'Task: JOB post (16/03/2017) created.', 28, 733, '2017-03-16 11:31:29', 22),
+(3145, 'JOB post (16/03/2017) -Change status to: in-process', 28, 733, '2017-03-16 11:31:34', 22),
+(3146, 'http://localhost/summitcommunications/ -Change status to: in-process', 55, 732, '2017-03-16 11:31:36', 18),
+(3147, 'JOB post (16/03/2017) -Change status to: done', 28, 733, '2017-03-16 11:31:57', 22),
+(3148, 'Task: Testing Dispo session created.', 48, 0, '2017-03-16 14:40:08', 36),
+(3149, 'Task: Testing Dispo session created.', 48, 734, '2017-03-16 14:40:08', 36),
+(3150, 'Testing Dispo session -Change status to: in-process', 48, 734, '2017-03-16 14:40:12', 36),
+(3151, 'Task: doctors corner.psd created.', 57, 0, '2017-03-18 10:22:39', 18),
+(3152, 'Task: doctors corner.psd created.', 57, 735, '2017-03-18 10:22:39', 18),
+(3153, 'doctors corner.psd -Change status to: in-process', 57, 735, '2017-03-18 10:22:48', 18),
+(3154, 'Task: http://localhost/summitcommunications/ created.', 55, 0, '2017-03-19 11:02:43', 18),
+(3155, 'Task: http://localhost/summitcommunications/ created.', 55, 736, '2017-03-19 11:02:43', 18),
+(3156, 'Working on Dispo Session -Change status to: in-process', 48, 727, '2017-03-19 14:26:42', 36),
+(3157, 'Working on Dispo Session -Change status to: done', 48, 731, '2017-03-19 14:26:48', 36),
+(3158, 'Working on Dispo Session -Change status to: done', 48, 727, '2017-03-19 14:26:55', 36),
+(3159, 'Testing Dispo session -Change status to: done', 48, 734, '2017-03-19 14:27:02', 36),
+(3160, 'working on user editing webservice -Change status to: done', 48, 726, '2017-03-19 14:27:07', 36),
+(3161, 'Task: Testing User editing with websevice created.', 48, 0, '2017-03-19 14:27:40', 36),
+(3162, 'Task: Testing User editing with websevice created.', 48, 737, '2017-03-19 14:27:40', 36),
+(3163, 'Testing User editing with websevice -Change status to: in-process', 48, 737, '2017-03-19 14:27:47', 36),
+(3164, 'User Management -Change status to: done', 61, 641, '2017-03-19 18:46:26', 44),
+(3165, 'Slider Management -Change status to: done', 61, 643, '2017-03-19 18:46:35', 44),
+(3166, 'Activity Record -Change status to: done', 61, 645, '2017-03-19 18:46:44', 44),
+(3167, 'Social Icons -Change status to: in-process', 61, 653, '2017-03-19 18:46:52', 44),
+(3168, 'Social Icons -Change status to: done', 61, 653, '2017-03-19 18:46:59', 44),
+(3169, 'NewsLetter -Change status to: in-process', 61, 652, '2017-03-19 18:47:08', 44),
+(3170, 'Client Management -Change status to: in-process', 61, 646, '2017-03-19 18:47:21', 44),
+(3171, 'Testing User editing with websevice -Change status to: done', 48, 737, '2017-03-20 14:39:03', 36),
+(3172, 'Task: working on App crash Resuming  created.', 48, 0, '2017-03-20 14:39:25', 36),
+(3173, 'Task: working on App crash Resuming  created.', 48, 738, '2017-03-20 14:39:25', 36),
+(3174, 'working on App crash Resuming  -Change status to: in-process', 48, 738, '2017-03-20 14:39:30', 36),
+(3175, 'Client Management -Change status to: done', 61, 646, '2017-03-20 15:10:43', 44),
+(3176, 'Blog -Change status to: in-process', 61, 651, '2017-03-20 15:10:51', 44),
+(3177, 'NewsLetter -Change status to: done', 61, 652, '2017-03-20 15:11:15', 44),
+(3178, 'Testimonial Management -Change status to: in-process', 61, 647, '2017-03-20 15:11:50', 44),
+(3179, 'Testimonial Management -Change status to: done', 61, 647, '2017-03-20 15:11:58', 44),
+(3180, 'User: Md. Tanjim Al Akib added', 61, 650, '2017-03-21 11:10:24', 2),
+(3181, 'Task: Milestone 3 testing created.', 48, 0, '2017-03-21 15:51:02', 36),
+(3182, 'Task: Milestone 3 testing created.', 48, 739, '2017-03-21 15:51:02', 36),
+(3183, 'revinr assigned.', 52, 0, '2017-03-21 16:48:04', 2),
+(3184, 'Task: Desktop Version created.', 52, 740, '2017-03-21 16:49:17', 2),
+(3185, 'Task: Desktop Version created.', 52, 741, '2017-03-21 16:49:41', 2),
+(3186, 'Task: Desktop Version created.', 52, 742, '2017-03-21 16:50:05', 2),
+(3187, 'Task: Desktop Version created.', 52, 743, '2017-03-21 16:50:28', 2),
+(3188, 'Task: 5.) occupation dropdown does not shows all options(should add scroll) created.', 52, 744, '2017-03-21 16:51:30', 2),
+(3189, 'Task: 6.) Desktop version text align center   created.', 52, 745, '2017-03-21 16:52:12', 2),
+(3190, 'Task: 7.) newzeland skill migration 3 options off created.', 52, 746, '2017-03-21 16:52:32', 2),
+(3191, 'Task: Testimonial image in mobile created.', 52, 747, '2017-03-21 16:54:39', 2),
+(3192, 'Task: online assetment total number,age range in email created.', 52, 748, '2017-03-21 16:55:13', 2),
+(3193, 'Task: font-size in testimonial in mobile version created.', 52, 749, '2017-03-21 16:55:50', 2),
+(3194, 'Task: social icon alegn-center--mobile version created.', 52, 750, '2017-03-21 16:56:16', 2),
+(3195, 'Task: newzeland skill migration 3 options off created.', 52, 751, '2017-03-21 16:56:38', 2),
+(3196, 'Task:  contact us use E icon created.', 52, 752, '2017-03-21 16:57:03', 2),
+(3197, 'Task: embded image not displaying in visa type details created.', 52, 753, '2017-03-21 16:57:32', 2),
+(3198, 'Ifetkhar Rasul assigned.', 50, 0, '2017-03-21 17:03:13', 2),
+(3199, 'Fouzia Nishat assigned.', 50, 0, '2017-03-21 17:03:23', 2),
+(3200, 'Task: Computer & Communication created.', 50, 0, '2017-03-21 17:05:18', 46),
+(3201, 'Task: Computer & Communication created.', 50, 754, '2017-03-21 17:05:18', 46),
+(3202, 'Computer & Communication -Change status to: in-process', 50, 754, '2017-03-21 17:05:25', 46),
+(3203, 'Maruf Al Bashir  assigned.', 50, 0, '2017-03-21 17:08:02', 2),
+(3204, 'Task: Udbid bidda created.', 50, 0, '2017-03-21 17:09:36', 41),
+(3205, 'Task: Udbid bidda created.', 50, 755, '2017-03-21 17:09:36', 41),
+(3206, 'Udbid bidda -Change status to: in-process', 50, 755, '2017-03-21 17:09:41', 41),
+(3207, 'Desktop Version -Change status to: in-process', 52, 742, '2017-03-21 17:11:32', 28),
+(3208, 'Desktop Version -Change status to: in-process', 52, 743, '2017-03-21 17:11:39', 28),
+(3209, '6.) Desktop version text align center   -Change status to: in-process', 52, 745, '2017-03-21 17:11:44', 28),
+(3210, '7.) newzeland skill migration 3 options off -Change status to: in-process', 52, 746, '2017-03-21 17:11:51', 28),
+(3211, 'Testimonial image in mobile -Change status to: in-process', 52, 747, '2017-03-21 17:12:07', 28),
+(3212, 'font-size in testimonial in mobile version -Change status to: in-process', 52, 749, '2017-03-21 17:12:15', 28),
+(3213, 'social icon alegn-center--mobile version -Change status to: in-process', 52, 750, '2017-03-21 17:12:24', 28),
+(3214, ' contact us use E icon -Change status to: in-process', 52, 752, '2017-03-21 17:12:30', 28),
+(3215, 'newzeland skill migration 3 options off -Change status to: in-process', 52, 751, '2017-03-21 17:12:37', 28),
+(3216, 'online assetment total number,age range in email -Change status to: in-process', 52, 748, '2017-03-21 17:12:43', 28),
+(3217, 'Desktop Version -Change status to: done', 52, 742, '2017-03-21 17:12:50', 28),
+(3218, 'Desktop Version -Change status to: done', 52, 743, '2017-03-21 17:12:56', 28),
+(3219, '6.) Desktop version text align center   -Change status to: done', 52, 745, '2017-03-21 17:13:02', 28),
+(3220, '7.) newzeland skill migration 3 options off -Change status to: done', 52, 746, '2017-03-21 17:13:06', 28),
+(3221, 'Testimonial image in mobile -Change status to: done', 52, 747, '2017-03-21 17:13:12', 28),
+(3222, 'online assetment total number,age range in email -Change status to: done', 52, 748, '2017-03-21 17:13:17', 28),
+(3223, 'font-size in testimonial in mobile version -Change status to: done', 52, 749, '2017-03-21 17:13:23', 28),
+(3224, 'social icon alegn-center--mobile version -Change status to: done', 52, 750, '2017-03-21 17:13:27', 28),
+(3225, 'newzeland skill migration 3 options off -Change status to: done', 52, 751, '2017-03-21 17:13:32', 28),
+(3226, ' contact us use E icon -Change status to: done', 52, 752, '2017-03-21 17:13:36', 28),
+(3227, 'Project:Hanna Hosting created.', 63, 0, '2017-03-21 17:25:35', 2),
+(3228, 'Task: জীব বিজ্ঞান created.', 50, 756, '2017-03-21 18:56:20', 2),
+(3229, 'Task: জীব বিজ্ঞান created.', 50, 757, '2017-03-21 18:56:21', 2),
+(3230, 'Task:জীব বিজ্ঞান removed.', 50, 0, '2017-03-21 18:56:31', 2),
+(3231, 'Task: বাংলা ভাষা ও সাহিত্য created.', 50, 758, '2017-03-21 18:58:04', 2),
+(3232, 'Task: English Literature created.', 50, 759, '2017-03-21 18:59:33', 2),
+(3233, '<p>user: niloy@studypress.org</p><p>pass: 123</p> -added to জীব বিজ্ঞান.', 50, 756, '2017-03-21 19:04:01', 2),
+(3234, 'Udbid bidda -Change status to: done', 50, 755, '2017-03-22 10:00:47', 41),
+(3235, 'User: Maruf Al Bashir  added', 50, 756, '2017-03-22 10:43:26', 41),
+(3236, 'জীব বিজ্ঞান -Change status to: in-process', 50, 756, '2017-03-22 10:43:34', 41),
+(3237, 'Task: Testing Milestone 3 & 4 created.', 48, 0, '2017-03-22 11:00:49', 36),
+(3238, 'Task: Testing Milestone 3 & 4 created.', 48, 760, '2017-03-22 11:00:49', 36),
+(3239, 'Testing Milestone 3 & 4 -Change status to: in-process', 48, 760, '2017-03-22 11:01:08', 36),
+(3240, 'Task: Janata bank Model Test: 3 created.', 50, 761, '2017-03-22 11:42:51', 39),
+(3241, 'User: Revinr Admin added', 50, 761, '2017-03-22 11:43:34', 39),
+(3242, 'Janata bank Model Test: 3 -Change status to: in-process', 50, 761, '2017-03-22 11:43:43', 39),
+(3243, 'জীব বিজ্ঞান -Change status to: done', 50, 756, '2017-03-22 12:20:16', 41),
+(3244, 'Task:  বিসিএস সাধারণ বিজ্ঞান created.', 50, 0, '2017-03-22 12:23:47', 41),
+(3245, 'Task:  বিসিএস সাধারণ বিজ্ঞান created.', 50, 762, '2017-03-22 12:23:47', 41),
+(3246, '<p>সঠিক উত্তর হিনস সহ লিপিব্ধকরন ।</p> -added to  বিসিএস সাধারণ বিজ্ঞান.', 50, 762, '2017-03-22 12:24:51', 41),
+(3247, '<p>Right Answer Entry With Hints.....&nbsp;</p> -added to  বিসিএস সাধারণ বিজ্ঞান.', 50, 762, '2017-03-22 12:25:56', 41),
+(3248, ' বিসিএস সাধারণ বিজ্ঞান -Change status to: in-process', 50, 762, '2017-03-22 12:26:01', 41),
+(3249, 'User: Maruf Al Bashir  added', 50, 762, '2017-03-22 12:36:26', 41),
+(3250, ' বিসিএস সাধারণ বিজ্ঞান -Change status to: in-process', 50, 762, '2017-03-22 12:36:31', 41),
+(3251, 'Janata bank Model Test: 3 -Change status to: done', 50, 761, '2017-03-22 13:58:18', 39),
+(3252, 'Task: 38th BCS 2nd Batch: 12th MT  created.', 50, 763, '2017-03-22 14:15:28', 39),
+(3253, 'User: Revinr Admin added', 50, 763, '2017-03-22 14:16:00', 39),
+(3254, 'User: Revinr Admin added', 50, 763, '2017-03-22 14:16:02', 39),
+(3255, '38th BCS 2nd Batch: 12th MT  -Change status to: in-process', 50, 763, '2017-03-22 14:16:05', 39),
+(3256, 'User: Revinr Admin added', 50, 763, '2017-03-22 14:24:25', 39),
+(3257, '38th BCS 2nd Batch: 12th MT  -Change status to: done', 50, 763, '2017-03-22 14:24:31', 39),
+(3258, ' বিসিএস সাধারণ বিজ্ঞান -Change status to: done', 50, 762, '2017-03-22 18:22:35', 41),
+(3259, 'Task: jonota bank model test 3 created.', 50, 0, '2017-03-23 10:24:37', 41),
+(3260, 'Task: jonota bank model test 3 created.', 50, 764, '2017-03-23 10:24:37', 41),
+(3261, 'jonota bank model test 3 -Change status to: in-process', 50, 764, '2017-03-23 10:24:43', 41),
+(3262, 'jonota bank model test 3 -Change status to: done', 50, 764, '2017-03-23 11:53:35', 41),
+(3263, 'Task: 38th BCS 2nd Batch: 12th MT  created.', 50, 0, '2017-03-23 11:54:23', 41),
+(3264, 'Task: 38th BCS 2nd Batch: 12th MT  created.', 50, 765, '2017-03-23 11:54:23', 41),
+(3265, '38th BCS 2nd Batch: 12th MT  -Change status to: in-process', 50, 765, '2017-03-23 11:54:33', 41),
+(3266, '38th BCS 2nd Batch: 12th MT  -Change status to: in-process', 50, 765, '2017-03-23 14:37:26', 41),
+(3267, '38th BCS 2nd Batch: 12th MT  -Change status to: done', 50, 765, '2017-03-23 14:37:33', 41),
+(3268, '38th BCS 2nd Batch: 12th MT  -Change status to: done', 50, 765, '2017-03-23 14:37:49', 41),
+(3269, 'Task: আন্তর্জাতিক-বিষয়াবলি created.', 50, 0, '2017-03-23 15:46:05', 41),
+(3270, 'Task: আন্তর্জাতিক-বিষয়াবলি created.', 50, 766, '2017-03-23 15:46:05', 41),
+(3271, 'আন্তর্জাতিক-বিষয়াবলি -Change status to: in-process', 50, 766, '2017-03-23 18:33:23', 41),
+(3272, 'আন্তর্জাতিক-বিষয়াবলি -Change status to: in-process', 50, 766, '2017-03-23 18:33:26', 41),
+(3273, 'আন্তর্জাতিক-বিষয়াবলি -Change status to: done', 50, 766, '2017-03-23 18:33:43', 41),
+(3274, 'Task: Computer & ICT created.', 50, 0, '2017-03-25 09:45:35', 41),
+(3275, 'Task: Computer & ICT created.', 50, 767, '2017-03-25 09:45:35', 41),
+(3276, 'Computer & ICT -Change status to: in-process', 50, 767, '2017-03-25 09:45:43', 41),
+(3277, 'Computer & ICT -Change status to: done', 50, 767, '2017-03-25 14:08:34', 41),
+(3278, 'Task: Property Lift created.', 50, 0, '2017-03-25 17:37:07', 41),
+(3279, 'Task: Property Lift created.', 50, 768, '2017-03-25 17:37:08', 41),
+(3280, 'Property Lift -Change status to: in-process', 50, 768, '2017-03-25 17:37:20', 41),
+(3281, 'Property Lift -Change status to: done', 55, 722, '2017-03-27 10:06:04', 41),
+(3282, 'Task: Property Lift created.', 55, 0, '2017-03-27 10:07:08', 41),
+(3283, 'Task: Property Lift created.', 55, 769, '2017-03-27 10:07:08', 41),
+(3284, 'Property Lift -Change status to: in-process', 55, 769, '2017-03-27 10:07:16', 41),
+(3285, 'Property Lift -Change status to: done', 55, 769, '2017-03-27 14:08:58', 41),
+(3286, 'Task: Property Lift created.', 55, 0, '2017-03-27 14:11:21', 41),
+(3287, 'Task: Property Lift created.', 55, 770, '2017-03-27 14:11:21', 41),
+(3288, 'Property Lift -Change status to: in-process', 55, 770, '2017-03-27 18:34:07', 41),
+(3289, 'Property Lift -Change status to: done', 55, 770, '2017-03-27 18:34:16', 41),
+(3290, 'Task: মানসিক দক্ষতা created.', 50, 0, '2017-03-28 10:06:40', 41),
+(3291, 'Task: মানসিক দক্ষতা created.', 50, 771, '2017-03-28 10:06:40', 41),
+(3292, 'মানসিক দক্ষতা -Change status to: in-process', 50, 771, '2017-03-28 10:06:48', 41),
+(3293, 'Task: Career Page created.', 61, 772, '2017-03-28 10:21:44', 2),
+(3294, 'Task: Career Page in Admin Panel created.', 61, 773, '2017-03-28 10:30:11', 2),
+(3295, 'Md. Tanjim Al Akib assigned.', 57, 0, '2017-03-28 13:03:02', 2),
+(3296, 'মানসিক দক্ষতা -Change status to: done', 50, 771, '2017-03-28 18:12:58', 41),
+(3297, 'Property Lift -Change status to: done', 50, 768, '2017-03-28 18:13:14', 41),
+(3298, 'Sharifullah  removed.', 50, 0, '2017-03-28 20:53:36', 2),
+(3299, 'Jamil Shakil assigned.', 50, 0, '2017-03-28 20:54:25', 2),
+(3300, 'Task: Forum  created.', 50, 774, '2017-03-28 20:55:01', 2),
+(3301, 'Task:বাংলা ভাষা ও সাহিত্য removed.', 50, 0, '2017-03-28 20:55:13', 2),
+(3302, 'Task:English Literature removed.', 50, 0, '2017-03-28 20:55:18', 2),
+(3303, 'Task: Forum  created.', 50, 775, '2017-03-28 20:57:46', 2),
+(3304, 'User: Jamil Shakil added', 50, 775, '2017-03-28 20:58:08', 2),
+(3305, 'Task: Forum  created.', 50, 776, '2017-03-28 20:59:16', 2),
+(3306, 'Task: Forum  created.', 50, 777, '2017-03-28 21:03:53', 2),
+(3307, 'Task: Forum  created.', 50, 778, '2017-03-28 21:08:08', 2),
+(3308, 'Task: Forum  created.', 50, 779, '2017-03-28 21:09:17', 2),
+(3309, 'Task: Forum  created.', 50, 780, '2017-03-28 21:14:32', 2),
+(3310, 'Task: Forum  created.', 50, 781, '2017-03-28 21:21:33', 2),
+(3311, 'Forum  -Change status to: in-process', 50, 774, '2017-03-29 17:07:49', 20),
+(3312, 'mostafij removed.', 52, 0, '2017-03-29 17:21:07', 2),
+(3313, 'Reazul Haque assigned.', 52, 0, '2017-03-29 17:21:58', 2),
+(3314, 'Task: eduaid.net/business No Thank you created.', 52, 0, '2017-03-29 17:24:45', 49),
+(3315, 'Task: eduaid.net/business No Thank you created.', 52, 782, '2017-03-29 17:24:45', 49),
+(3316, 'Task: eduaid.net/migration  No Thank you message created.', 52, 0, '2017-03-29 17:26:27', 49),
+(3317, 'Task: eduaid.net/migration  No Thank you message created.', 52, 783, '2017-03-29 17:26:27', 49),
+(3318, 'Task: Contact form Text doesnt come created.', 52, 0, '2017-03-29 17:29:03', 49),
+(3319, 'Task: Contact form Text doesnt come created.', 52, 784, '2017-03-29 17:29:03', 49),
+(3320, 'User: Shamim added', 52, 753, '2017-03-29 17:43:27', 2),
+(3321, 'User: Shamim added', 52, 753, '2017-03-29 17:43:34', 2),
+(3322, 'User: Shamim added', 52, 782, '2017-03-29 17:44:04', 2),
+(3323, 'User: Shamim added', 52, 783, '2017-03-29 17:44:43', 2),
+(3324, 'User: Shamim added', 52, 783, '2017-03-29 17:44:48', 2),
+(3325, 'User: Shamim added', 52, 784, '2017-03-29 17:45:08', 2),
+(3326, 'Project:Email accounts associated with forms and links created.', 64, 0, '2017-03-30 11:25:28', 49),
+(3327, 'Project:NO Thank You Page created.', 65, 0, '2017-03-30 11:27:17', 49),
+(3328, 'Task: email forwarder created.', 52, 0, '2017-03-30 12:54:19', 49),
+(3329, 'Task: email forwarder created.', 52, 785, '2017-03-30 12:54:19', 49),
+(3330, 'User: Shamim added', 52, 785, '2017-03-30 12:55:48', 2),
+(3331, 'User: Shamim added', 52, 785, '2017-03-30 12:55:56', 2),
+(3332, 'User: Shamim added', 52, 785, '2017-03-30 12:56:06', 2),
+(3333, 'Task:email forwarder removed.', 52, 0, '2017-03-30 17:00:31', 2),
+(3334, 'Forum  -Change status to: in-process', 50, 775, '2017-03-30 17:30:48', 20),
+(3335, 'Forum  -Change status to: done', 50, 774, '2017-03-30 17:30:59', 20),
+(3336, 'User: Shamim added', 52, 753, '2017-04-02 17:02:59', 2),
+(3337, 'Project:Eduaid created.', 66, 0, '2017-04-02 17:13:16', 2),
+(3338, 'Task: Space in the Testimonial created.', 66, 785, '2017-04-02 17:14:06', 2),
+(3339, 'Shamim assigned.', 66, 0, '2017-04-02 17:14:23', 2),
+(3340, 'User: Shamim added', 66, 785, '2017-04-02 17:14:31', 2),
+(3341, 'Forum  -Change status to: in-process', 50, 776, '2017-04-03 17:54:18', 20),
+(3342, 'Forum  -Change status to: done', 50, 776, '2017-04-03 17:54:24', 20),
+(3343, 'Forum  -Change status to: done', 50, 775, '2017-04-03 17:54:31', 20),
+(3344, 'Forum  -Change status to: in-process', 50, 777, '2017-04-03 17:54:45', 20),
+(3345, 'Project:Studypress B created.', 67, 0, '2017-04-03 19:03:35', 2),
+(3346, 'Jamil Shakil assigned.', 67, 0, '2017-04-03 19:03:58', 2),
+(3347, 'Revinr Admin assigned.', 67, 0, '2017-04-03 19:04:15', 2),
+(3348, 'Project:Navista Website created.', 68, 0, '2017-04-04 17:21:17', 2),
+(3349, 'Md. Tanjim Al Akib assigned.', 68, 0, '2017-04-04 17:21:48', 2),
+(3350, 'Task: Admin Panel issues created.', 68, 786, '2017-04-04 17:22:42', 2),
+(3351, 'Task: News Details created.', 68, 787, '2017-04-04 17:23:35', 2),
+(3352, 'Task: Doctors Panel created.', 68, 788, '2017-04-04 17:27:07', 2),
+(3353, 'Task: Blog Front end (Article for Doctor) created.', 68, 789, '2017-04-04 17:28:06', 2),
+(3354, 'Task: Product Backend created.', 68, 790, '2017-04-04 17:28:55', 2),
+(3355, 'Task: Product Front end created.', 68, 791, '2017-04-04 17:29:31', 2),
+(3356, 'Task: Career created.', 68, 792, '2017-04-04 17:30:21', 2),
+(3357, 'Task: Applicant Panel created.', 68, 793, '2017-04-04 17:31:36', 2),
+(3358, 'Sabuj Maksud assigned.', 68, 0, '2017-04-04 17:32:17', 2),
+(3359, 'Project:Wake Sports created.', 69, 0, '2017-04-04 17:36:26', 2),
+(3360, 'Shamme Zeba assigned.', 69, 0, '2017-04-04 17:36:43', 2),
+(3361, 'Mamun Hasan assigned.', 69, 0, '2017-04-04 17:36:59', 2),
+(3362, 'revinr assigned.', 69, 0, '2017-04-04 17:37:11', 2),
+(3363, 'Task: Fixing problem in relay engine time created.', 69, 794, '2017-04-04 17:38:07', 2),
+(3364, 'Task: Meeting with Philip created.', 69, 795, '2017-04-04 17:39:06', 2),
+(3365, 'Task: Quizz App created.', 69, 796, '2017-04-04 17:40:29', 2),
+(3366, 'Project:Design & Demo created.', 70, 0, '2017-04-04 17:56:50', 2),
+(3367, 'Shamim assigned.', 70, 0, '2017-04-04 17:57:04', 2),
+(3368, 'Sabuj Maksud assigned.', 70, 0, '2017-04-04 17:57:14', 2),
+(3369, 'revinr assigned.', 70, 0, '2017-04-04 17:57:25', 2),
+(3370, 'Task: Real Estate Design created.', 70, 797, '2017-04-04 17:59:13', 2),
+(3371, 'Task: Summit Design Issue created.', 70, 798, '2017-04-04 17:59:57', 2),
+(3372, 'Task: Navista PADR created.', 70, 799, '2017-04-04 18:01:14', 2),
+(3373, 'Project:DOT NET Team created.', 71, 0, '2017-04-04 18:01:46', 2),
+(3374, 'Shamim assigned.', 71, 0, '2017-04-04 18:02:03', 2),
+(3375, 'Fouzia Nishat assigned.', 71, 0, '2017-04-04 18:02:19', 2),
+(3376, 'Ifetkhar Rasul assigned.', 71, 0, '2017-04-04 18:02:32', 2),
+(3377, 'Fixing problem in relay engine time -Change status to: in-process', 69, 794, '2017-04-04 18:05:35', 29),
+(3378, 'Admin Panel issues -Change status to: done', 68, 786, '2017-04-04 18:05:44', 44),
+(3379, 'Task: Scoreboard of cricket.. created.', 71, 0, '2017-04-04 18:23:18', 46),
+(3380, 'Task: Scoreboard of cricket.. created.', 71, 800, '2017-04-04 18:23:18', 46),
+(3381, 'Scoreboard of cricket.. -Change status to: in-process', 71, 800, '2017-04-04 18:40:43', 46),
+(3382, 'News Details -Change status to: done', 68, 787, '2017-04-05 12:13:48', 44),
+(3383, 'Task: Menu Dynamic Front-end created.', 68, 0, '2017-04-05 12:16:42', 44),
+(3384, 'Task: Menu Dynamic Front-end created.', 68, 801, '2017-04-05 12:16:42', 44),
+(3385, 'Menu Dynamic Front-end -Change status to: in-process', 68, 801, '2017-04-05 12:16:50', 44),
+(3386, 'Task: Scoreboard created.', 71, 0, '2017-04-05 15:32:07', 47),
+(3387, 'Task: Scoreboard created.', 71, 802, '2017-04-05 15:32:07', 47),
+(3388, 'Scoreboard -Change status to: in-process', 71, 802, '2017-04-05 15:32:17', 47),
+(3389, 'Menu Dynamic Front-end -Change status to: done', 68, 801, '2017-04-07 14:17:37', 44),
+(3390, 'Doctors Panel -Change status to: in-process', 68, 788, '2017-04-07 14:17:46', 44),
+(3391, 'Doctors Panel -Change status to: done', 68, 788, '2017-04-07 14:17:54', 44),
+(3392, 'Blog Front end (Article for Doctor) -Change status to: in-process', 68, 789, '2017-04-08 17:36:59', 44),
+(3393, 'Blog Front end (Article for Doctor) -Change status to: done', 68, 789, '2017-04-08 17:37:07', 44),
+(3394, 'Task: learning software development and quality assurance created.', 71, 0, '2017-04-09 09:59:03', 47),
+(3395, 'Task: learning software development and quality assurance created.', 71, 803, '2017-04-09 09:59:03', 47),
+(3396, 'learning software development and quality assurance -Change status to: in-process', 71, 803, '2017-04-09 09:59:11', 47),
+(3397, 'learning software development and quality assurance -Change status to: done', 71, 803, '2017-04-09 15:42:05', 47),
+(3398, 'Product Backend -Change status to: in-process', 68, 790, '2017-04-09 15:52:38', 44),
+(3399, 'Task:Scoreboard removed.', 71, 0, '2017-04-09 15:57:41', 47),
+(3400, 'Product Backend -Change status to: done', 68, 790, '2017-04-09 18:38:22', 44),
+(3401, 'Task: create,edit customer created.', 71, 0, '2017-04-10 18:14:40', 47),
+(3402, 'Task: create,edit customer created.', 71, 804, '2017-04-10 18:14:40', 47),
+(3403, 'create,edit customer -Change status to: in-process', 71, 804, '2017-04-10 18:14:53', 47),
+(3404, 'create,edit customer -Change status to: done', 71, 804, '2017-04-10 18:15:02', 47),
+(3405, 'Task: Lost File Recovery and admin dashboard beautification created.', 68, 0, '2017-04-10 18:18:55', 44),
+(3406, 'Task: Lost File Recovery and admin dashboard beautification created.', 68, 805, '2017-04-10 18:18:55', 44),
+(3407, 'Lost File Recovery and admin dashboard beautification -Change status to: in-process', 68, 805, '2017-04-10 18:19:08', 44),
+(3408, 'Lost File Recovery and admin dashboard beautification -Change status to: done', 68, 805, '2017-04-10 18:19:18', 44),
+(3409, 'Task: uttara bank ltd. Probationary officer + Assistant Officer (Cash) 2015 created.', 67, 0, '2017-04-10 18:23:59', 20),
+(3410, 'Task: uttara bank ltd. Probationary officer + Assistant Officer (Cash) 2015 created.', 67, 806, '2017-04-10 18:23:59', 20),
+(3411, 'Task: Meghna Bank MTO 2016 created.', 67, 0, '2017-04-10 18:24:27', 20),
+(3412, 'Task: Meghna Bank MTO 2016 created.', 67, 807, '2017-04-10 18:24:27', 20),
+(3413, 'Task: Jamuna Bank PO 2016 created.', 67, 0, '2017-04-10 18:24:45', 20),
+(3414, 'Task: Jamuna Bank PO 2016 created.', 67, 808, '2017-04-10 18:24:45', 20);
+INSERT INTO `activity_log` (`id`, `msg`, `proj_id`, `task_id`, `created_at`, `logged_user_id`) VALUES
+(3415, 'Task: First Security Islami Bank (Officer)-   ২০১৫  created.', 67, 0, '2017-04-10 18:24:58', 20),
+(3416, 'Task: First Security Islami Bank (Officer)-   ২০১৫  created.', 67, 809, '2017-04-10 18:24:58', 20),
+(3417, 'Task: Dutch Bangla Bank PO 2016 created.', 67, 0, '2017-04-10 18:25:11', 20),
+(3418, 'Task: Dutch Bangla Bank PO 2016 created.', 67, 810, '2017-04-10 18:25:11', 20),
+(3419, 'Task: Bank Asia TO 2016 created.', 67, 0, '2017-04-10 18:25:28', 20),
+(3420, 'Task: Bank Asia TO 2016 created.', 67, 811, '2017-04-10 18:25:28', 20),
+(3421, 'Task: Bank Asia MTO and PO created.', 67, 0, '2017-04-10 18:25:39', 20),
+(3422, 'Task: Bank Asia MTO and PO created.', 67, 812, '2017-04-10 18:25:39', 20),
+(3423, 'Task: Bangladesh Krishi Bank 2016 (Sr. Officer) created.', 67, 0, '2017-04-10 18:25:52', 20),
+(3424, 'Task: Bangladesh Krishi Bank 2016 (Sr. Officer) created.', 67, 813, '2017-04-10 18:25:52', 20),
+(3425, 'Task: Bangladesh Krishi Bank 2016 Officer (Cash)  created.', 67, 0, '2017-04-10 18:26:10', 20),
+(3426, 'Task: Bangladesh Krishi Bank 2016 Officer (Cash)  created.', 67, 814, '2017-04-10 18:26:10', 20),
+(3427, 'Task: Agrani Bank 2016 Senior Officer (FFQ) created.', 67, 0, '2017-04-10 18:26:23', 20),
+(3428, 'Task: Agrani Bank 2016 Senior Officer (FFQ) created.', 67, 815, '2017-04-10 18:26:23', 20),
+(3429, 'Task: Agrani Bank 2016 Senior Officer (FFQ) created.', 67, 0, '2017-04-10 18:26:45', 20),
+(3430, 'Task: Agrani Bank 2016 Senior Officer (FFQ) created.', 67, 816, '2017-04-10 18:26:45', 20),
+(3431, 'Task: Agrani Bank 2016 Senior Officer created.', 67, 0, '2017-04-10 18:26:56', 20),
+(3432, 'Task: Agrani Bank 2016 Senior Officer created.', 67, 817, '2017-04-10 18:26:56', 20),
+(3433, 'Task: Mercantile Bank MTO 2016 created.', 67, 0, '2017-04-10 18:27:09', 20),
+(3434, 'Task: Mercantile Bank MTO 2016 created.', 67, 818, '2017-04-10 18:27:09', 20),
+(3435, 'Task: Mutual Trust Bank MTO 2016 created.', 67, 0, '2017-04-10 18:27:17', 20),
+(3436, 'Task: Mutual Trust Bank MTO 2016 created.', 67, 819, '2017-04-10 18:27:17', 20),
+(3437, 'Task: National Bank PO 2015	 created.', 67, 0, '2017-04-10 18:27:23', 20),
+(3438, 'Task: National Bank PO 2015	 created.', 67, 820, '2017-04-10 18:27:23', 20),
+(3439, 'Task: United Commercial Bank (UCB) Ltd Probationary Officer 2016 + 2017 + 2015      created.', 67, 0, '2017-04-10 18:27:31', 20),
+(3440, 'Task: United Commercial Bank (UCB) Ltd Probationary Officer 2016 + 2017 + 2015      created.', 67, 821, '2017-04-10 18:27:31', 20),
+(3441, 'Task: Trust Bank Ltd. 2016 MTO		      created.', 67, 0, '2017-04-10 18:27:40', 20),
+(3442, 'Task: Trust Bank Ltd. 2016 MTO		      created.', 67, 822, '2017-04-10 18:27:40', 20),
+(3443, 'Task: Standard Bank Ltd Management Trainee Officer 2015 + 2016	 created.', 67, 0, '2017-04-10 18:27:46', 20),
+(3444, 'Task: Standard Bank Ltd Management Trainee Officer 2015 + 2016	 created.', 67, 823, '2017-04-10 18:27:46', 20),
+(3445, 'Task: Southeast Bank Ltd. 2016 (PO) created.', 67, 0, '2017-04-10 18:27:54', 20),
+(3446, 'Task: Southeast Bank Ltd. 2016 (PO) created.', 67, 824, '2017-04-10 18:27:54', 20),
+(3447, 'Task: Shahjalal Islami Bank Ltd. 2016 (TSO) created.', 67, 0, '2017-04-10 18:28:04', 20),
+(3448, 'Task: Shahjalal Islami Bank Ltd. 2016 (TSO) created.', 67, 825, '2017-04-10 18:28:04', 20),
+(3449, 'Task: SBAC Bank Ltd. Officer Cash 2015 created.', 67, 0, '2017-04-10 18:28:12', 20),
+(3450, 'Task: SBAC Bank Ltd. Officer Cash 2015 created.', 67, 826, '2017-04-10 18:28:12', 20),
+(3451, 'Task: Rupali Bank Ltd 2016 Officer & Senior Officer created.', 67, 0, '2017-04-10 18:28:20', 20),
+(3452, 'Task: Rupali Bank Ltd 2016 Officer & Senior Officer created.', 67, 827, '2017-04-10 18:28:20', 20),
+(3453, 'Task: Premier Bank Trainee Junior Officer 2016	 created.', 67, 0, '2017-04-10 18:28:28', 20),
+(3454, 'Task: Premier Bank Trainee Junior Officer 2016	 created.', 67, 828, '2017-04-10 18:28:28', 20),
+(3455, 'Task: Shimanto Bank Senior Officer, Officer and Officer Cash 2016 created.', 67, 0, '2017-04-10 18:28:36', 20),
+(3456, 'Task: Shimanto Bank Senior Officer, Officer and Officer Cash 2016 created.', 67, 829, '2017-04-10 18:28:36', 20),
+(3457, 'Task: One Bank Special Cadre Officer 2017 created.', 67, 0, '2017-04-10 18:28:44', 20),
+(3458, 'Task: One Bank Special Cadre Officer 2017 created.', 67, 830, '2017-04-10 18:28:44', 20),
+(3459, 'Task: NCC Bank Ltd. 2015 (MTO) created.', 67, 0, '2017-04-10 18:28:52', 20),
+(3460, 'Task: NCC Bank Ltd. 2015 (MTO) created.', 67, 831, '2017-04-10 18:28:52', 20),
+(3461, 'Task: AB Bank MTO 2016 created.', 67, 0, '2017-04-10 18:28:58', 20),
+(3462, 'Task: AB Bank MTO 2016 created.', 67, 832, '2017-04-10 18:28:58', 20),
+(3463, 'Task: WS Encryption created.', 69, 0, '2017-04-10 18:49:52', 29),
+(3464, 'Task: WS Encryption created.', 69, 833, '2017-04-10 18:49:52', 29),
+(3465, 'WS Encryption -Change status to: in-process', 69, 833, '2017-04-10 18:50:32', 29),
+(3466, 'Task: edit and delete customer profile created.', 71, 0, '2017-04-11 10:01:00', 47),
+(3467, 'Task: edit and delete customer profile created.', 71, 834, '2017-04-11 10:01:00', 47),
+(3468, 'edit and delete customer profile -Change status to: in-process', 71, 834, '2017-04-11 10:01:12', 47),
+(3469, 'Task: Learning EntityFramework created.', 71, 0, '2017-04-11 15:15:10', 46),
+(3470, 'Task: Learning EntityFramework created.', 71, 835, '2017-04-11 15:15:10', 46),
+(3471, 'edit and delete customer profile -Change status to: completed', 71, 834, '2017-04-11 17:59:10', 47),
+(3472, 'edit and delete customer profile -Change status to: done', 71, 834, '2017-04-11 17:59:30', 47),
+(3473, 'Task: add validation in customer and movies form created.', 71, 0, '2017-04-12 10:21:27', 47),
+(3474, 'Task: add validation in customer and movies form created.', 71, 836, '2017-04-12 10:21:27', 47),
+(3475, 'add validation in customer and movies form -Change status to: in-process', 71, 836, '2017-04-12 10:21:41', 47),
+(3476, 'Shamim assigned.', 67, 0, '2017-04-16 16:42:07', 2),
+(3477, 'Task: Forum created.', 67, 837, '2017-04-16 16:42:47', 2),
+(3478, 'Task: USer Routine created.', 67, 838, '2017-04-16 16:43:56', 2),
+(3479, 'Task: IECC created.', 70, 839, '2017-04-16 16:44:50', 2),
+(3480, 'Task: IECC: Amount Wrong created.', 70, 840, '2017-04-16 16:45:34', 2),
+(3481, 'Task: IECC: Misc edit and allow minus figure. created.', 70, 841, '2017-04-16 16:46:18', 2),
+(3482, 'Task: IECC:  Editing partial and paid invoice created.', 70, 842, '2017-04-16 16:47:33', 2),
+(3483, 'Task: Event Queue: Pagination and default page created.', 70, 843, '2017-04-16 16:48:02', 2),
+(3484, 'Task: IECC: Account Report created.', 70, 844, '2017-04-16 16:49:55', 2),
+(3485, 'Task: IECC: Event Tag created.', 70, 845, '2017-04-16 16:50:24', 2),
+(3486, 'Task: IECC: Source in queue created.', 70, 846, '2017-04-16 16:50:43', 2),
+(3487, 'Task: Add News created.', 67, 847, '2017-04-17 06:47:14', 2),
+(3488, 'Task: Test task created.', 68, 0, '2017-04-17 12:32:05', 44),
+(3489, 'Task: Test task created.', 68, 848, '2017-04-17 12:32:05', 44),
+(3490, 'User: Md. Tanjim Al Akib added', 68, 848, '2017-04-17 12:32:23', 44),
+(3491, 'Test task -Change status to: in-process', 68, 848, '2017-04-17 12:32:34', 44),
+(3492, 'Test task -Change status to: done', 68, 848, '2017-04-17 12:32:38', 44),
+(3493, 'Product Front end -Change status to: in-process', 68, 791, '2017-04-17 12:32:42', 44),
+(3494, 'Product Front end -Change status to: done', 68, 791, '2017-04-17 12:32:48', 44),
+(3495, 'IECC:  Editing partial and paid invoice -Change status to: in-process', 70, 842, '2017-04-18 11:25:51', 28),
+(3496, 'Event Queue: Pagination and default page -Change status to: in-process', 70, 843, '2017-04-18 11:26:01', 28),
+(3497, 'IECC: Source in queue -Change status to: in-process', 70, 846, '2017-04-18 11:26:13', 28),
+(3498, 'IECC: Account Report -Change status to: in-process', 70, 844, '2017-04-18 11:26:29', 28),
+(3499, 'Navista PADR -Change status to: done', 70, 799, '2017-04-18 11:26:50', 28),
+(3500, 'IECC:  Editing partial and paid invoice -Change status to: done', 70, 842, '2017-04-18 11:26:55', 28),
+(3501, 'Event Queue: Pagination and default page -Change status to: done', 70, 843, '2017-04-18 11:27:00', 28),
+(3502, 'IECC: Account Report -Change status to: done', 70, 844, '2017-04-18 11:27:04', 28),
+(3503, 'IECC: Source in queue -Change status to: done', 70, 846, '2017-04-18 11:27:08', 28),
+(3504, 'Task: Janata Bank Executive Officer 2017 (Afternoon) created.', 67, 849, '2017-04-26 11:53:54', 2),
+(3505, 'Task: Janata Bank Executive Officer 2017 (Morning) created.', 67, 850, '2017-04-26 11:54:18', 2),
+(3506, 'Janata Bank Executive Officer 2017 (Afternoon) -Change status to: in-process', 67, 849, '2017-04-26 11:55:13', 20),
+(3507, 'User: Shamme Zeba added', 69, 794, '2017-04-26 11:58:20', 2),
+(3508, 'User: Mamun Hasan added', 69, 794, '2017-04-26 11:58:26', 2),
+(3509, 'User: Mamun Hasan added', 69, 794, '2017-04-26 11:58:31', 2),
+(3510, 'Task: HotelBids Work created.', 70, 851, '2017-04-26 12:03:22', 2),
+(3511, 'Task: Bela Agro Design created.', 70, 852, '2017-04-26 12:04:03', 2),
+(3512, 'Task:IECC: Event Tag removed.', 70, 0, '2017-04-26 15:40:45', 2),
+(3513, 'Task: Mobile  Device created.', 66, 853, '2017-04-26 15:57:59', 2),
+(3514, 'Helal Mohammad assigned.', 66, 0, '2017-04-26 15:58:14', 2),
+(3515, 'Task: test task created.', 66, 854, '2017-04-26 15:58:36', 2),
+(3516, 'User: revinr added', 70, 851, '2017-04-27 14:44:58', 2),
+(3517, 'User: Shamim added', 70, 851, '2017-04-27 14:45:38', 2),
+(3518, 'Task:Meeting with Philip removed.', 69, 0, '2017-04-27 14:46:24', 2),
+(3519, 'Task:Fixing problem in relay engine time removed.', 69, 0, '2017-04-27 14:46:36', 2),
+(3520, 'Task:WS Encryption removed.', 69, 0, '2017-04-27 14:46:41', 2),
+(3521, 'Janata Bank Executive Officer 2017 (Afternoon) -Change status to: completed', 67, 849, '2017-04-27 14:47:01', 20),
+(3522, 'Task: WP Encryption created.', 69, 855, '2017-04-27 14:47:15', 2),
+(3523, 'Task: Relay Testing & Finalizing created.', 69, 856, '2017-04-27 14:47:57', 2),
+(3524, 'Relay Testing & Finalizing -Change status to: in-process', 69, 856, '2017-04-27 14:49:16', 29),
+(3525, 'WP Encryption -Change status to: in-process', 69, 855, '2017-04-27 14:49:41', 29),
+(3526, 'WP Encryption -Change status to: done', 69, 855, '2017-04-27 14:50:52', 29),
+(3527, 'Task: Meeting Brief 27/4/2017 created.', 67, 857, '2017-04-27 14:52:30', 2),
+(3528, 'Applicant Panel -Change status to: done', 68, 793, '2017-04-27 14:55:23', 44),
+(3529, 'Add document: 27.4.17.docx', 67, 0, '2017-04-27 15:27:34', 20),
+(3530, 'Meeting Brief 27/4/2017 -Change status to: in-process', 67, 857, '2017-04-27 15:33:05', 20),
+(3531, 'Janata Bank Executive Officer 2017 (Afternoon) -Change status to: done', 67, 849, '2017-04-27 15:33:22', 20),
+(3532, 'Meeting Brief 27/4/2017 -Change status to: done', 67, 857, '2017-04-27 15:33:36', 20),
+(3533, 'Task: Facebook Posts 27.4 created.', 67, 0, '2017-04-27 15:38:48', 20),
+(3534, 'Task: Facebook Posts 27.4 created.', 67, 858, '2017-04-27 15:38:48', 20),
+(3535, 'Facebook Posts 27.4 -Change status to: in-process', 67, 858, '2017-04-27 15:38:56', 20),
+(3536, 'Task: Bank Exam Shortage Sort out created.', 67, 0, '2017-04-27 15:53:00', 20),
+(3537, 'Task: Bank Exam Shortage Sort out created.', 67, 859, '2017-04-27 15:53:00', 20),
+(3538, 'Bank Exam Shortage Sort out -Change status to: in-process', 67, 859, '2017-04-27 15:53:10', 20),
+(3539, 'Task: akib bhai created.', 67, 0, '2017-04-27 16:03:34', 20),
+(3540, 'Task: akib bhai created.', 67, 860, '2017-04-27 16:03:34', 20),
+(3541, 'Task:akib bhai removed.', 67, 0, '2017-04-27 16:04:32', 20),
+(3542, 'Bank Exam Shortage Sort out -Change status to: done', 67, 859, '2017-04-27 17:50:22', 20),
+(3543, 'Facebook Posts 27.4 -Change status to: done', 67, 858, '2017-04-27 17:50:27', 20),
+(3544, 'Document: 27.4.17.docx removed.', 67, 0, '2017-04-29 12:02:31', 20),
+(3545, 'Add document: 27.4.17.docx', 67, 0, '2017-04-29 12:02:44', 20),
+(3546, 'Task: Bank Asia MTO 2017 created.', 67, 0, '2017-04-30 16:12:31', 20),
+(3547, 'Task: Bank Asia MTO 2017 created.', 67, 861, '2017-04-30 16:12:32', 20),
+(3548, 'Task: Janata Bank EO 2017 (morning) Rest created.', 67, 0, '2017-04-30 16:13:00', 20),
+(3549, 'Task: Janata Bank EO 2017 (morning) Rest created.', 67, 862, '2017-04-30 16:13:01', 20),
+(3550, 'Bank Asia MTO 2017 -Change status to: in-process', 67, 861, '2017-04-30 16:13:57', 20),
+(3551, 'Janata Bank EO 2017 (morning) Rest -Change status to: in-process', 67, 862, '2017-04-30 16:14:10', 20),
+(3552, 'Janata Bank EO 2017 (morning) Rest -Change status to: done', 67, 862, '2017-04-30 17:51:06', 20),
+(3553, 'Task: Testing Client feedback created.', 69, 0, '2017-04-30 18:30:14', 36),
+(3554, 'Task: Testing Client feedback created.', 69, 863, '2017-04-30 18:30:14', 36),
+(3555, 'Task: support in scanpack created.', 71, 0, '2017-04-30 18:36:56', 28),
+(3556, 'Task: support in scanpack created.', 71, 864, '2017-04-30 18:36:56', 28),
+(3557, 'Task: ledger for orion travels ticket created.', 71, 0, '2017-04-30 18:37:21', 28),
+(3558, 'Task: ledger for orion travels ticket created.', 71, 865, '2017-04-30 18:37:21', 28),
+(3559, 'Task: Client portal company management  created.', 71, 0, '2017-04-30 18:38:02', 28),
+(3560, 'Task: Client portal company management  created.', 71, 866, '2017-04-30 18:38:02', 28),
+(3561, 'support in scanpack -Change status to: in-process', 71, 864, '2017-04-30 18:38:08', 28),
+(3562, 'ledger for orion travels ticket -Change status to: in-process', 71, 865, '2017-04-30 18:38:12', 28),
+(3563, 'Client portal company management  -Change status to: in-process', 71, 866, '2017-04-30 18:38:15', 28),
+(3564, 'support in scanpack -Change status to: done', 71, 864, '2017-04-30 18:38:20', 28),
+(3565, 'ledger for orion travels ticket -Change status to: done', 71, 865, '2017-04-30 18:38:25', 28),
+(3566, 'Client portal company management  -Change status to: done', 71, 866, '2017-04-30 18:38:29', 28),
+(3567, 'Scoreboard of cricket.. -Change status to: done', 71, 800, '2017-04-30 18:46:31', 46),
+(3568, 'Task: todays work: Registration form,login,logout created.', 71, 0, '2017-04-30 18:47:10', 46),
+(3569, 'Task: todays work: Registration form,login,logout created.', 71, 867, '2017-04-30 18:47:10', 46),
+(3570, 'Task: News Details page: Allow <BR> created.', 67, 868, '2017-04-30 19:21:14', 2),
+(3571, 'User: Shamim added', 67, 847, '2017-04-30 19:58:21', 2),
+(3572, 'User: Shamim added', 67, 847, '2017-04-30 19:58:24', 2),
+(3573, 'User: Jamil Shakil added', 67, 847, '2017-04-30 20:00:22', 2),
+(3574, 'User: Shamim added', 67, 847, '2017-04-30 20:00:23', 2),
+(3575, 'User: Shamim added', 67, 847, '2017-04-30 20:00:23', 2),
+(3576, 'User: Shamim added', 67, 847, '2017-04-30 20:00:23', 2),
+(3577, 'User: Shamim added', 67, 847, '2017-04-30 20:00:24', 2),
+(3578, 'User: Shamim added', 67, 847, '2017-04-30 20:00:26', 2),
+(3579, 'User: Shamim added', 67, 847, '2017-04-30 20:00:27', 2),
+(3580, 'User: Shamim added', 67, 847, '2017-04-30 20:00:30', 2),
+(3581, 'User: Shamim added', 67, 847, '2017-04-30 20:00:30', 2),
+(3582, 'Task:Add News removed.', 67, 0, '2017-04-30 20:03:02', 2),
+(3583, 'Task: Add news default values created.', 67, 869, '2017-04-30 20:03:51', 2),
+(3584, 'Task:IECC removed.', 70, 0, '2017-05-01 15:49:14', 39),
+(3585, 'Task: User Registration Page created.', 70, 0, '2017-05-02 11:58:08', 30),
+(3586, 'Task: User Registration Page created.', 70, 870, '2017-05-02 11:58:08', 30),
+(3587, 'Bela Agro Design -Change status to: in-process', 70, 852, '2017-05-02 11:58:15', 30),
+(3588, ' -added to Bela Agro Design.', 70, 852, '2017-05-02 11:59:42', 30),
+(3589, 'Bela Agro Design -Change status to: in-process', 70, 852, '2017-05-02 12:00:05', 30),
+(3590, 'Bela Agro Design -Change status to: completed', 70, 852, '2017-05-02 12:00:34', 30),
+(3591, 'Bela Agro Design -Change status to: done', 70, 852, '2017-05-02 12:01:19', 30),
+(3592, 'User Registration Page -Change status to: in-process', 70, 870, '2017-05-02 12:01:29', 30),
+(3593, 'Task: Done a music store project for advance learning created.', 71, 0, '2017-05-02 12:52:29', 47),
+(3594, 'Task: Done a music store project for advance learning created.', 71, 871, '2017-05-02 12:52:30', 47),
+(3595, 'Task: Client Feedback : Dispo session created.', 69, 0, '2017-05-02 13:28:18', 36),
+(3596, 'Task: Client Feedback : Dispo session created.', 69, 872, '2017-05-02 13:28:18', 36),
+(3597, 'Task: Logout Session,using Crud employeemanagement project completed created.', 71, 0, '2017-05-02 18:36:29', 46),
+(3598, 'Task: Logout Session,using Crud employeemanagement project completed created.', 71, 873, '2017-05-02 18:36:29', 46),
+(3599, 'Learning EntityFramework -Change status to: in-process', 71, 835, '2017-05-02 18:36:47', 46),
+(3600, 'Learning EntityFramework -Change status to: done', 71, 835, '2017-05-02 18:36:59', 46),
+(3601, 'todays work: Registration form,login,logout -Change status to: in-process', 71, 867, '2017-05-02 18:37:08', 46),
+(3602, 'todays work: Registration form,login,logout -Change status to: done', 71, 867, '2017-05-02 18:37:32', 46),
+(3603, 'Logout Session,using Crud employeemanagement project completed -Change status to: in-process', 71, 873, '2017-05-02 18:37:40', 46),
+(3604, 'Logout Session,using Crud employeemanagement project completed -Change status to: done', 71, 873, '2017-05-02 18:37:55', 46),
+(3605, 'Task: Bela Agro Product page design created.', 70, 0, '2017-05-03 10:44:44', 30),
+(3606, 'Task: Bela Agro Product page design created.', 70, 874, '2017-05-03 10:44:44', 30),
+(3607, 'User Registration Page -Change status to: done', 70, 870, '2017-05-03 10:44:51', 30),
+(3608, 'Task: IT Impress Real Estate created.', 70, 0, '2017-05-03 11:09:38', 30),
+(3609, 'Task: IT Impress Real Estate created.', 70, 875, '2017-05-03 11:09:38', 30),
+(3610, 'Bela Agro Product page design -Change status to: in-process', 70, 874, '2017-05-03 11:09:47', 30),
+(3611, 'IT Impress Real Estate -Change status to: in-process', 70, 875, '2017-05-03 11:09:54', 30),
+(3612, 'Task: Stylecraft Limited created.', 70, 0, '2017-05-03 12:46:51', 30),
+(3613, 'Task: Stylecraft Limited created.', 70, 876, '2017-05-03 12:46:51', 30),
+(3614, 'Stylecraft Limited -Change status to: in-process', 70, 876, '2017-05-03 14:22:46', 30),
+(3615, 'Stylecraft Limited -Change status to: done', 70, 876, '2017-05-03 14:23:13', 30),
+(3616, 'Done a music store project for advance learning -Change status to: in-process', 71, 871, '2017-05-03 18:12:21', 47),
+(3617, 'Career -Change status to: done', 68, 792, '2017-05-03 18:47:42', 44),
+(3618, 'Task: admin dashboard design modification created.', 68, 0, '2017-05-03 18:48:29', 44),
+(3619, 'Task: admin dashboard design modification created.', 68, 877, '2017-05-03 18:48:29', 44),
+(3620, 'admin dashboard design modification -Change status to: in-process', 68, 877, '2017-05-03 18:48:35', 44),
+(3621, 'admin dashboard design modification -Change status to: done', 68, 877, '2017-05-03 18:48:52', 44),
+(3622, 'Task: TIme Line Bug fix created.', 68, 0, '2017-05-03 18:49:28', 44),
+(3623, 'Task: TIme Line Bug fix created.', 68, 878, '2017-05-03 18:49:28', 44),
+(3624, 'TIme Line Bug fix -Change status to: in-process', 68, 878, '2017-05-03 18:49:32', 44),
+(3625, 'Task: CSR INITIATIVES created.', 68, 0, '2017-05-03 18:50:04', 44),
+(3626, 'Task: CSR INITIATIVES created.', 68, 879, '2017-05-03 18:50:04', 44),
+(3627, 'CSR INITIATIVES -Change status to: in-process', 68, 879, '2017-05-03 18:50:10', 44),
+(3628, 'CSR INITIATIVES -Change status to: done', 68, 879, '2017-05-03 18:50:18', 44),
+(3629, 'TIme Line Bug fix -Change status to: done', 68, 878, '2017-05-03 18:50:24', 44),
+(3630, 'Task: Study Press Case Study created.', 68, 0, '2017-05-03 18:51:25', 44),
+(3631, 'Task: Study Press Case Study created.', 68, 880, '2017-05-03 18:51:25', 44),
+(3632, 'Study Press Case Study -Change status to: in-process', 68, 880, '2017-05-03 18:51:30', 44),
+(3633, 'Study Press Case Study -Change status to: done', 68, 880, '2017-05-03 18:51:38', 44),
+(3634, 'Task: Working on client\' Feedback:Pilot Program created.', 69, 0, '2017-05-04 11:39:02', 36),
+(3635, 'Task: Working on client\' Feedback:Pilot Program created.', 69, 881, '2017-05-04 11:39:02', 36),
+(3636, 'Task: Facebook Post Create (General + Agrani Bank) created.', 67, 0, '2017-05-04 11:40:19', 20),
+(3637, 'Task: Facebook Post Create (General + Agrani Bank) created.', 67, 882, '2017-05-04 11:40:19', 20),
+(3638, 'Project:Map Routing created.', 72, 0, '2017-05-04 11:40:50', 2),
+(3639, 'Facebook Post Create (General + Agrani Bank) -Change status to: in-process', 67, 882, '2017-05-04 11:41:12', 20),
+(3640, 'Bank Asia MTO 2017 -Change status to: done', 67, 861, '2017-05-04 11:41:21', 20),
+(3641, 'Md. Hasibul Hasan assigned.', 72, 0, '2017-05-04 11:41:34', 2),
+(3642, 'Trust Bank Ltd. 2016 MTO		      -Change status to: in-process', 67, 822, '2017-05-04 11:41:46', 20),
+(3643, 'Task: Choose the relay setting in the CSV table created.', 69, 0, '2017-05-04 11:42:41', 29),
+(3644, 'Task: Choose the relay setting in the CSV table created.', 69, 883, '2017-05-04 11:42:41', 29),
+(3645, 'Choose the relay setting in the CSV table -Change status to: in-process', 69, 883, '2017-05-04 11:43:39', 29),
+(3646, 'Task: Draw markers on map created.', 72, 0, '2017-05-04 11:44:05', 58),
+(3647, 'Task: Draw markers on map created.', 72, 884, '2017-05-04 11:44:05', 58),
+(3648, 'Draw markers on map -Change status to: in-process', 72, 884, '2017-05-04 11:44:17', 58),
+(3649, 'Draw markers on map -Change status to: done', 72, 884, '2017-05-04 11:44:24', 58),
+(3650, 'User: Ifetkhar Rasul added', 71, 871, '2017-05-04 11:44:35', 47),
+(3651, 'Task: Draw routes between markers created.', 72, 0, '2017-05-04 11:45:03', 58),
+(3652, 'Task: Draw routes between markers created.', 72, 885, '2017-05-04 11:45:03', 58),
+(3653, 'Draw routes between markers -Change status to: in-process', 72, 885, '2017-05-04 11:45:10', 58),
+(3654, 'Task: My previous task is continue  created.', 71, 0, '2017-05-04 11:46:54', 47),
+(3655, 'Task: My previous task is continue  created.', 71, 886, '2017-05-04 11:46:54', 47),
+(3656, 'My previous task is continue  -Change status to: in-process', 71, 886, '2017-05-04 11:47:01', 47),
+(3657, 'Working on client\' Feedback:Pilot Program -Change status to: in-process', 69, 881, '2017-05-04 11:47:04', 36),
+(3658, 'Task: some problems of previous project are solving created.', 71, 0, '2017-05-04 11:47:24', 46),
+(3659, 'Task: some problems of previous project are solving created.', 71, 887, '2017-05-04 11:47:24', 46),
+(3660, 'Md. Tanjim Al Akib assigned.', 67, 0, '2017-05-04 11:48:50', 2),
+(3661, 'Task: Agrani Bank English Model Test Create created.', 67, 0, '2017-05-04 11:49:28', 20),
+(3662, 'Task: Agrani Bank English Model Test Create created.', 67, 888, '2017-05-04 11:49:28', 20),
+(3663, 'Agrani Bank English Model Test Create -Change status to: in-process', 67, 888, '2017-05-04 11:49:45', 20),
+(3664, 'Md. Tanjim Al Akib removed.', 67, 0, '2017-05-04 11:50:08', 2),
+(3665, 'Project:Studypress Upgradation created.', 73, 0, '2017-05-04 11:51:13', 2),
+(3666, 'Md. Tanjim Al Akib assigned.', 73, 0, '2017-05-04 11:51:37', 2),
+(3667, 'Task: Project Installation created.', 73, 0, '2017-05-04 11:52:50', 44),
+(3668, 'Task: Project Installation created.', 73, 889, '2017-05-04 11:52:50', 44),
+(3669, 'Project Installation -Change status to: in-process', 73, 889, '2017-05-04 11:52:54', 44),
+(3670, 'Task: Course Crud created.', 73, 0, '2017-05-04 11:53:34', 44),
+(3671, 'Task: Course Crud created.', 73, 890, '2017-05-04 11:53:34', 44),
+(3672, 'Bela Agro Product page design -Change status to: done', 70, 874, '2017-05-04 11:54:50', 30),
+(3673, 'Task: Bela Agro - Shopping Cart process created.', 70, 0, '2017-05-04 11:55:43', 30),
+(3674, 'Task: Bela Agro - Shopping Cart process created.', 70, 891, '2017-05-04 11:55:43', 30),
+(3675, 'Bela Agro - Shopping Cart process -Change status to: in-process', 70, 891, '2017-05-04 11:56:16', 30),
+(3676, 'Agrani Bank English Model Test Create -Change status to: done', 67, 888, '2017-05-04 12:14:15', 20),
+(3677, 'Bela Agro - Shopping Cart process -Change status to: done', 70, 891, '2017-05-04 17:16:04', 30),
+(3678, '<p>gfhfg</p> -added to Bela Agro - Shopping Cart process.', 70, 891, '2017-05-04 17:29:34', 30),
+(3679, '<p>gfhfg</p> -removed from Bela Agro - Shopping Cart process.', 70, 891, '2017-05-04 17:29:39', 30),
+(3680, 'Task: Front End Design Issues created.', 68, 0, '2017-05-04 17:42:58', 44),
+(3681, 'Task: Front End Design Issues created.', 68, 892, '2017-05-04 17:42:58', 44),
+(3682, 'Front End Design Issues -Change status to: in-process', 68, 892, '2017-05-04 17:43:05', 44),
+(3683, 'Front End Design Issues -Change status to: done', 68, 892, '2017-05-04 17:43:15', 44),
+(3684, 'Task: Contact Us page  -- Bela Agro created.', 70, 0, '2017-05-07 10:40:48', 30),
+(3685, 'Task: Contact Us page  -- Bela Agro created.', 70, 893, '2017-05-07 10:40:48', 30),
+(3686, 'Contact Us page  -- Bela Agro -Change status to: in-process', 70, 893, '2017-05-07 10:40:54', 30),
+(3687, 'Task: Working on Pilot Progam created.', 69, 0, '2017-05-07 10:42:30', 36),
+(3688, 'Task: Working on Pilot Progam created.', 69, 894, '2017-05-07 10:42:30', 36),
+(3689, 'Task: Bela Agro - Checkout process ---Place  order created.', 70, 0, '2017-05-07 10:45:30', 30),
+(3690, 'Task: Bela Agro - Checkout process ---Place  order created.', 70, 895, '2017-05-07 10:45:30', 30),
+(3691, 'Task: Bug Fixing created.', 69, 0, '2017-05-07 10:46:39', 29),
+(3692, 'Task: Bug Fixing created.', 69, 896, '2017-05-07 10:46:39', 29),
+(3693, 'Task: practicing and learning of iDENTITY FRAMEWORK created.', 71, 0, '2017-05-07 10:49:22', 46),
+(3694, 'Task: practicing and learning of iDENTITY FRAMEWORK created.', 71, 897, '2017-05-07 10:49:22', 46),
+(3695, 'Project:Bela Agro created.', 74, 0, '2017-05-07 10:49:26', 2),
+(3696, 'Maruf Al Bashir  assigned.', 74, 0, '2017-05-07 10:50:09', 2),
+(3697, 'My previous task is continue  -Change status to: done', 71, 886, '2017-05-07 10:52:55', 47),
+(3698, 'Task: Home , Single Product Page created.', 74, 0, '2017-05-07 10:54:31', 41),
+(3699, 'Task: Home , Single Product Page created.', 74, 898, '2017-05-07 10:54:31', 41),
+(3700, 'Home , Single Product Page -Change status to: in-process', 74, 898, '2017-05-07 10:56:25', 41),
+(3701, 'Task: music store 2nd part created.', 71, 0, '2017-05-07 10:57:04', 47),
+(3702, 'Task: music store 2nd part created.', 71, 899, '2017-05-07 10:57:04', 47),
+(3703, 'music store 2nd part -Change status to: in-process', 71, 899, '2017-05-07 11:02:52', 47),
+(3704, 'Task: Vocabulary post - 8 created.', 67, 0, '2017-05-07 12:12:37', 20),
+(3705, 'Task: Vocabulary post - 8 created.', 67, 900, '2017-05-07 12:12:37', 20),
+(3706, 'Facebook Post Create (General + Agrani Bank) -Change status to: done', 67, 882, '2017-05-07 12:12:46', 20),
+(3707, 'Vocabulary post - 8 -Change status to: in-process', 67, 900, '2017-05-07 12:12:53', 20),
+(3708, 'Task: Agrani Bank Model Test (Math) created.', 67, 0, '2017-05-07 12:13:26', 20),
+(3709, 'Task: Agrani Bank Model Test (Math) created.', 67, 901, '2017-05-07 12:13:26', 20),
+(3710, 'Task: Contact email not sending created.', 66, 0, '2017-05-07 16:17:47', 28),
+(3711, 'Task: Contact email not sending created.', 66, 902, '2017-05-07 16:17:47', 28),
+(3712, 'Task: Contact Email template change created.', 66, 0, '2017-05-07 16:18:18', 28),
+(3713, 'Task: Contact Email template change created.', 66, 903, '2017-05-07 16:18:18', 28),
+(3714, 'Task: Adding ireland phone number and flag on the top of home page created.', 66, 0, '2017-05-07 16:18:45', 28),
+(3715, 'Task: Adding ireland phone number and flag on the top of home page created.', 66, 904, '2017-05-07 16:18:45', 28),
+(3716, 'Adding ireland phone number and flag on the top of home page -Change status to: in-process', 66, 904, '2017-05-07 16:18:51', 28),
+(3717, 'Contact Email template change -Change status to: in-process', 66, 903, '2017-05-07 16:18:56', 28),
+(3718, 'Task: BAIRA Website Demo created.', 70, 905, '2017-05-07 16:19:00', 2),
+(3719, 'Contact email not sending -Change status to: in-process', 66, 902, '2017-05-07 16:19:02', 28),
+(3720, 'Contact email not sending -Change status to: done', 66, 902, '2017-05-07 16:19:07', 28),
+(3721, 'Contact Email template change -Change status to: done', 66, 903, '2017-05-07 16:19:11', 28),
+(3722, 'Adding ireland phone number and flag on the top of home page -Change status to: done', 66, 904, '2017-05-07 16:19:15', 28),
+(3723, 'Task: fix email in online assesment created.', 66, 0, '2017-05-07 16:27:03', 28),
+(3724, 'Task: fix email in online assesment created.', 66, 906, '2017-05-07 16:27:03', 28),
+(3725, 'fix email in online assesment -Change status to: in-process', 66, 906, '2017-05-07 16:27:09', 28),
+(3726, 'fix email in online assesment -Change status to: done', 66, 906, '2017-05-07 16:27:18', 28),
+(3727, 'Vocabulary post - 8 -Change status to: done', 67, 900, '2017-05-07 18:22:46', 20),
+(3728, 'BAIRA Website Demo -Change status to: in-process', 70, 905, '2017-05-08 14:50:04', 30),
+(3729, 'Home , Single Product Page -Change status to: done', 74, 898, '2017-05-08 16:17:44', 41),
+(3730, 'Task: Product Page created.', 74, 0, '2017-05-08 16:19:29', 41),
+(3731, 'Task: Product Page created.', 74, 907, '2017-05-08 16:19:29', 41),
+(3732, 'Product Page -Change status to: in-process', 74, 907, '2017-05-08 16:19:36', 41),
+(3733, 'music store 2nd part -Change status to: done', 71, 899, '2017-05-08 16:27:25', 47),
+(3734, 'Contact Us page  -- Bela Agro -Change status to: done', 70, 893, '2017-05-08 16:28:28', 30),
+(3735, 'Task: Home , product single created.', 74, 0, '2017-05-08 16:29:20', 41),
+(3736, 'Task: Home , product single created.', 74, 908, '2017-05-08 16:29:20', 41),
+(3737, 'Home , product single -Change status to: in-process', 74, 908, '2017-05-08 16:29:28', 41),
+(3738, 'Task: Identity framework fracticing created.', 71, 0, '2017-05-08 16:29:32', 46),
+(3739, 'Task: Identity framework fracticing created.', 71, 909, '2017-05-08 16:29:32', 46),
+(3740, 'Home , product single -Change status to: done', 74, 908, '2017-05-08 16:29:38', 41),
+(3741, 'Task: previous project continue created.', 71, 0, '2017-05-08 16:30:00', 47),
+(3742, 'Task: previous project continue created.', 71, 910, '2017-05-08 16:30:01', 47),
+(3743, 'previous project continue -Change status to: in-process', 71, 910, '2017-05-08 16:30:33', 47),
+(3744, 'Identity framework fracticing -Change status to: in-process', 71, 909, '2017-05-08 16:31:21', 46),
+(3745, 'Task: Identity framework practicing.. created.', 71, 0, '2017-05-08 16:32:15', 46),
+(3746, 'add validation in customer and movies form -Change status to: done', 71, 836, '2017-05-08 16:32:15', 47),
+(3747, 'Task: Identity framework practicing.. created.', 71, 911, '2017-05-08 16:32:15', 46),
+(3748, 'Identity framework practicing.. -Change status to: in-process', 71, 911, '2017-05-08 16:33:06', 46),
+(3749, 'Identity framework practicing.. -Change status to: done', 71, 911, '2017-05-08 16:33:17', 46),
+(3750, 'Task: wakeboard bug solving created.', 69, 0, '2017-05-08 16:33:35', 36),
+(3751, 'Task: wakeboard bug solving created.', 69, 912, '2017-05-08 16:33:35', 36),
+(3752, 'Testing Client feedback -Change status to: in-process', 69, 863, '2017-05-08 16:33:50', 36),
+(3753, 'wakeboard bug solving -Change status to: in-process', 69, 912, '2017-05-08 16:34:03', 36),
+(3754, 'Project Installation -Change status to: done', 73, 889, '2017-05-08 16:54:21', 44),
+(3755, 'Course Crud -Change status to: in-process', 73, 890, '2017-05-08 16:54:26', 44),
+(3756, 'Course Crud -Change status to: done', 73, 890, '2017-05-08 16:54:33', 44),
+(3757, 'Task: Course Content Crud created.', 73, 0, '2017-05-08 16:55:04', 44),
+(3758, 'Task: Course Content Crud created.', 73, 913, '2017-05-08 16:55:04', 44),
+(3759, 'Course Content Crud -Change status to: in-process', 73, 913, '2017-05-08 16:55:09', 44),
+(3760, 'Course Content Crud -Change status to: done', 73, 913, '2017-05-08 16:55:19', 44),
+(3761, 'Product Page -Change status to: done', 74, 907, '2017-05-08 18:18:18', 41),
+(3762, 'Task: Bug fixing and testing Pilot program created.', 69, 0, '2017-05-09 09:43:28', 36),
+(3763, 'Task: Bug fixing and testing Pilot program created.', 69, 914, '2017-05-09 09:43:28', 36),
+(3764, 'Bug fixing and testing Pilot program -Change status to: in-process', 69, 914, '2017-05-09 09:43:47', 36),
+(3765, 'Task: BAIRA website - - Member list, photo gallery, contact page created.', 70, 0, '2017-05-09 09:52:46', 30),
+(3766, 'Task: BAIRA website - - Member list, photo gallery, contact page created.', 70, 915, '2017-05-09 09:52:46', 30),
+(3767, 'Task: project continue created.', 71, 0, '2017-05-09 09:57:16', 47),
+(3768, 'Task: project continue created.', 71, 916, '2017-05-09 09:57:16', 47),
+(3769, 'previous project continue -Change status to: done', 71, 910, '2017-05-09 09:57:28', 47),
+(3770, 'Task: Identity Framwork created.', 71, 0, '2017-05-09 10:37:37', 46),
+(3771, 'Task: Identity Framwork created.', 71, 917, '2017-05-09 10:37:37', 46),
+(3772, 'Identity Framwork -Change status to: in-process', 71, 917, '2017-05-09 10:45:08', 46),
+(3773, 'Task: Contact Us, Registration created.', 74, 0, '2017-05-09 12:14:13', 41),
+(3774, 'Task: Contact Us, Registration created.', 74, 918, '2017-05-09 12:14:14', 41),
+(3775, 'Contact Us, Registration -Change status to: in-process', 74, 918, '2017-05-09 12:14:22', 41),
+(3776, 'Task: User enrollment discussion with shamim vai created.', 73, 0, '2017-05-09 12:15:53', 44),
+(3777, 'Task: User enrollment discussion with shamim vai created.', 73, 919, '2017-05-09 12:15:53', 44),
+(3778, 'BAIRA website - - Member list, photo gallery, contact page -Change status to: in-process', 70, 915, '2017-05-09 14:34:41', 30),
+(3779, 'User enrollment discussion with shamim vai -Change status to: in-process', 73, 919, '2017-05-09 17:00:06', 44),
+(3780, 'User enrollment discussion with shamim vai -Change status to: done', 73, 919, '2017-05-09 17:00:16', 44),
+(3781, 'Task: Batch Crud  created.', 73, 0, '2017-05-09 17:00:57', 44),
+(3782, 'Task: Batch Crud  created.', 73, 920, '2017-05-09 17:00:57', 44),
+(3783, 'Batch Crud  -Change status to: in-process', 73, 920, '2017-05-09 17:01:02', 44),
+(3784, 'Batch Crud  -Change status to: done', 73, 920, '2017-05-09 17:53:11', 44),
+(3785, 'Draw routes between markers -Change status to: done', 72, 885, '2017-05-09 18:06:14', 58),
+(3786, 'Task: Input from file and finishing created.', 72, 0, '2017-05-09 18:06:49', 58),
+(3787, 'Task: Input from file and finishing created.', 72, 921, '2017-05-09 18:06:49', 58),
+(3788, 'Input from file and finishing -Change status to: in-process', 72, 921, '2017-05-09 18:06:56', 58),
+(3789, 'Input from file and finishing -Change status to: done', 72, 921, '2017-05-09 18:07:03', 58),
+(3790, 'BAIRA website - - Member list, photo gallery, contact page -Change status to: done', 70, 915, '2017-05-11 10:01:48', 30),
+(3791, 'BAIRA Website Demo -Change status to: done', 70, 905, '2017-05-11 10:02:10', 30),
+(3792, 'Task: BAIRA website - HTML -- monitoring created.', 70, 0, '2017-05-11 12:18:54', 30),
+(3793, 'Task: BAIRA website - HTML -- monitoring created.', 70, 922, '2017-05-11 12:18:54', 30),
+(3794, 'BAIRA website - HTML -- monitoring -Change status to: in-process', 70, 922, '2017-05-11 12:19:01', 30),
+(3795, 'Task: Modify Current World created.', 69, 0, '2017-05-11 12:19:02', 36),
+(3796, 'Task: Modify Current World created.', 69, 923, '2017-05-11 12:19:02', 36),
+(3797, 'Client Feedback : Dispo session -Change status to: in-process', 69, 872, '2017-05-11 12:19:16', 36),
+(3798, 'Task: Reporting a document with all the features created.', 72, 0, '2017-05-11 14:58:52', 58),
+(3799, 'Task: Reporting a document with all the features created.', 72, 924, '2017-05-11 14:58:52', 58),
+(3800, 'Reporting a document with all the features -Change status to: in-process', 72, 924, '2017-05-11 14:59:00', 58),
+(3801, 'Reporting a document with all the features -Change status to: done', 72, 924, '2017-05-11 14:59:08', 58),
+(3802, 'project continue -Change status to: in-process', 71, 916, '2017-05-11 15:51:40', 47),
+(3803, 'Done a music store project for advance learning -Change status to: done', 71, 871, '2017-05-11 15:51:47', 47),
+(3804, 'Task: project continue created.', 71, 0, '2017-05-11 15:52:50', 47),
+(3805, 'Task: project continue created.', 71, 925, '2017-05-11 15:52:50', 47),
+(3806, 'Task: finishig of identity lession created.', 71, 0, '2017-05-11 15:55:11', 46),
+(3807, 'Task: finishig of identity lession created.', 71, 926, '2017-05-11 15:55:11', 46),
+(3808, 'Identity Framwork -Change status to: done', 71, 917, '2017-05-11 15:55:42', 46),
+(3809, 'BAIRA website - HTML -- monitoring -Change status to: done', 70, 922, '2017-05-11 15:56:00', 30),
+(3810, 'project continue -Change status to: done', 71, 916, '2017-05-13 11:37:47', 47),
+(3811, 'project continue -Change status to: in-process', 71, 925, '2017-05-13 11:37:57', 47),
+(3812, 'Task: User enrollment  created.', 73, 0, '2017-05-13 14:59:51', 44),
+(3813, 'Task: User enrollment  created.', 73, 927, '2017-05-13 14:59:51', 44),
+(3814, 'User enrollment  -Change status to: in-process', 73, 927, '2017-05-13 14:59:55', 44),
+(3815, 'User enrollment  -Change status to: done', 73, 927, '2017-05-13 15:00:00', 44),
+(3816, 'Task: previous project continue created.', 71, 0, '2017-05-14 10:28:50', 47),
+(3817, 'Task: previous project continue created.', 71, 928, '2017-05-14 10:28:51', 47),
+(3818, 'project continue -Change status to: done', 71, 925, '2017-05-14 10:29:34', 47),
+(3819, 'previous project continue -Change status to: in-process', 71, 928, '2017-05-14 10:29:39', 47),
+(3820, 'Task: Try to design http://weareadaptable.com/ created.', 70, 0, '2017-05-14 10:57:30', 30),
+(3821, 'Task: Try to design http://weareadaptable.com/ created.', 70, 929, '2017-05-14 10:57:30', 30),
+(3822, 'Try to design http://weareadaptable.com/ -Change status to: in-process', 70, 929, '2017-05-14 11:01:25', 30),
+(3823, 'Task: course modification created.', 73, 0, '2017-05-14 15:27:12', 44),
+(3824, 'Task: course modification created.', 73, 930, '2017-05-14 15:27:12', 44),
+(3825, 'course modification -Change status to: in-process', 73, 930, '2017-05-14 15:27:17', 44),
+(3826, 'course modification -Change status to: done', 73, 930, '2017-05-14 15:27:22', 44),
+(3827, 'Task: Nuvista Design Upgrade created.', 68, 0, '2017-05-14 15:28:13', 44),
+(3828, 'Task: Nuvista Design Upgrade created.', 68, 931, '2017-05-14 15:28:13', 44),
+(3829, 'Nuvista Design Upgrade -Change status to: in-process', 68, 931, '2017-05-14 15:28:18', 44),
+(3830, 'Nuvista Design Upgrade -Change status to: done', 68, 931, '2017-05-14 15:28:23', 44),
+(3831, 'Task: Fix relay send created.', 69, 0, '2017-05-14 15:32:02', 29),
+(3832, 'Task: Fix relay send created.', 69, 932, '2017-05-14 15:32:02', 29),
+(3833, 'Task: Bela Agro, Registation Page created.', 74, 0, '2017-05-14 16:04:47', 41),
+(3834, 'Task: Bela Agro, Registation Page created.', 74, 933, '2017-05-14 16:04:47', 41),
+(3835, 'Task: Identity lession completed created.', 71, 0, '2017-05-14 16:05:29', 46),
+(3836, 'Task: Identity lession completed created.', 71, 934, '2017-05-14 16:05:29', 46),
+(3837, 'Bela Agro, Registation Page -Change status to: in-process', 74, 933, '2017-05-14 16:05:50', 41),
+(3838, 'Bela Agro, Registation Page -Change status to: done', 74, 933, '2017-05-14 16:06:01', 41),
+(3839, 'Contact Us, Registration -Change status to: done', 74, 918, '2017-05-14 16:06:13', 41),
+(3840, 'Task: Home Slider Change created.', 74, 0, '2017-05-14 16:14:27', 41),
+(3841, 'Task: Home Slider Change created.', 74, 935, '2017-05-14 16:14:27', 41),
+(3842, 'Task: asd created.', 73, 0, '2017-05-14 16:18:05', 44),
+(3843, 'Task: asd created.', 73, 936, '2017-05-14 16:18:05', 44),
+(3844, 'Home Slider Change -Change status to: in-process', 74, 935, '2017-05-14 16:37:32', 41),
+(3845, 'Home Slider Change -Change status to: done', 74, 935, '2017-05-14 16:37:59', 41),
+(3846, 'Task: cart list , checkout page created.', 74, 0, '2017-05-15 11:19:26', 41),
+(3847, 'Task: cart list , checkout page created.', 74, 937, '2017-05-15 11:19:26', 41),
+(3848, 'cart list , checkout page -Change status to: in-process', 74, 937, '2017-05-15 11:19:32', 41),
+(3849, 'Task: http://weareadaptable.com/work/ created.', 70, 0, '2017-05-15 11:20:23', 30),
+(3850, 'Task: http://weareadaptable.com/work/ created.', 70, 938, '2017-05-15 11:20:23', 30),
+(3851, 'http://weareadaptable.com/work/ -Change status to: in-process', 70, 938, '2017-05-15 11:20:40', 30),
+(3852, 'Try to design http://weareadaptable.com/ -Change status to: done', 70, 929, '2017-05-15 11:21:05', 30),
+(3853, 'Project:Task Management created.', 75, 0, '2017-05-15 11:25:48', 2),
+(3854, 'Shamim assigned.', 75, 0, '2017-05-15 11:28:02', 2),
+(3855, 'Task: Company info in view company page should be editable created.', 75, 939, '2017-05-15 11:28:25', 2),
+(3856, 'Task: Designation is not displaying in view company page address book section created.', 75, 940, '2017-05-15 11:29:10', 2),
+(3857, 'Task: new address data will be inserted from add new service page created.', 75, 941, '2017-05-15 11:30:18', 2),
+(3858, 'Task: User course enrollement created.', 73, 0, '2017-05-15 11:31:20', 44),
+(3859, 'Task: User course enrollement created.', 73, 942, '2017-05-15 11:31:20', 44),
+(3860, 'Task: activity not recorded for every action in view company page created.', 75, 943, '2017-05-15 11:32:04', 2),
+(3861, 'Task: nuvista design issues created.', 68, 0, '2017-05-15 11:32:35', 44),
+(3862, 'Task: nuvista design issues created.', 68, 944, '2017-05-15 11:32:35', 44),
+(3863, 'Task: Otobi --  offer page created.', 70, 0, '2017-05-15 11:54:54', 30),
+(3864, 'Task: Otobi --  offer page created.', 70, 945, '2017-05-15 11:54:54', 30),
+(3865, 'Task: Nuvista  created.', 70, 0, '2017-05-15 11:55:25', 30),
+(3866, 'Task: Nuvista  created.', 70, 946, '2017-05-15 11:55:25', 30),
+(3867, 'Nuvista  -Change status to: in-process', 70, 946, '2017-05-15 11:55:37', 30),
+(3868, 'nuvista design issues -Change status to: in-process', 68, 944, '2017-05-15 13:15:55', 44),
+(3869, 'nuvista design issues -Change status to: done', 68, 944, '2017-05-15 13:16:02', 44),
+(3870, 'Designation is not displaying in view company page address book section -Change status to: in-process', 75, 940, '2017-05-15 13:28:50', 28),
+(3871, 'previous project continue -Change status to: done', 71, 928, '2017-05-15 14:09:02', 47),
+(3872, 'Task: create a role base web page using asp.net identity created.', 71, 0, '2017-05-15 14:10:15', 47),
+(3873, 'Task: create a role base web page using asp.net identity created.', 71, 947, '2017-05-15 14:10:15', 47),
+(3874, 'Project:Prottoy Medical Ltd created.', 76, 0, '2017-05-15 14:12:45', 2),
+(3875, 'Minhaz assigned.', 76, 0, '2017-05-15 14:13:36', 2),
+(3876, 'cart list , checkout page -Change status to: done', 74, 937, '2017-05-15 15:05:01', 41),
+(3877, 'Task: cart list , responsive  created.', 74, 0, '2017-05-15 15:20:22', 41),
+(3878, 'Task: cart list , responsive  created.', 74, 948, '2017-05-15 15:20:22', 41),
+(3879, 'Task: Identity lession 2 created.', 71, 0, '2017-05-15 15:58:24', 46),
+(3880, 'Task: Identity lession 2 created.', 71, 949, '2017-05-15 15:58:24', 46),
+(3881, 'Fix relay send -Change status to: in-process', 69, 932, '2017-05-15 15:59:44', 29),
+(3882, 'cart list , responsive  -Change status to: in-process', 74, 948, '2017-05-15 18:57:48', 41),
+(3883, 'cart list , responsive  -Change status to: done', 74, 948, '2017-05-15 18:57:54', 41),
+(3884, 'Task: working on client feed back created.', 69, 0, '2017-05-15 18:59:29', 36),
+(3885, 'Task: working on client feed back created.', 69, 950, '2017-05-15 18:59:29', 36),
+(3886, 'working on client feed back -Change status to: in-process', 69, 950, '2017-05-15 18:59:43', 36),
+(3887, 'working on client feed back -Change status to: done', 69, 950, '2017-05-15 19:00:00', 36),
+(3888, 'Task: Please allow line break in news details created.', 67, 951, '2017-05-15 19:47:26', 2),
+(3889, ' -added to Please allow line break in news details.', 67, 951, '2017-05-15 19:47:53', 2),
+(3890, 'Shamim assigned.', 73, 0, '2017-05-15 19:50:46', 2),
+(3891, 'Task: Responsive all media created.', 74, 0, '2017-05-16 11:36:57', 41),
+(3892, 'Task: Responsive all media created.', 74, 952, '2017-05-16 11:36:57', 41),
+(3893, 'Responsive all media -Change status to: in-process', 74, 952, '2017-05-16 11:37:03', 41),
+(3894, 'Responsive all media -Change status to: done', 74, 952, '2017-05-16 11:37:23', 41),
+(3895, 'activity not recorded for every action in view company page -Change status to: in-process', 75, 943, '2017-05-16 12:05:09', 28),
+(3896, 'Company info in view company page should be editable -Change status to: in-process', 75, 939, '2017-05-16 12:05:16', 28),
+(3897, 'Company info in view company page should be editable -Change status to: done', 75, 939, '2017-05-16 12:08:03', 28),
+(3898, 'Designation is not displaying in view company page address book section -Change status to: done', 75, 940, '2017-05-16 12:08:09', 28),
+(3899, 'activity not recorded for every action in view company page -Change status to: done', 75, 943, '2017-05-16 12:08:20', 28),
+(3900, 'Task: Demo project practice  created.', 71, 0, '2017-05-16 12:11:04', 46),
+(3901, 'Task: Demo project practice  created.', 71, 953, '2017-05-16 12:11:04', 46),
+(3902, 'User course enrollement -Change status to: in-process', 73, 942, '2017-05-16 14:12:57', 44),
+(3903, 'User course enrollement -Change status to: done', 73, 942, '2017-05-16 14:17:27', 44),
+(3904, 'Otobi --  offer page -Change status to: in-process', 70, 945, '2017-05-16 15:16:00', 30),
+(3905, 'Otobi --  offer page -Change status to: done', 70, 945, '2017-05-16 15:16:11', 30),
+(3906, 'Nuvista  -Change status to: done', 70, 946, '2017-05-16 15:16:24', 30),
+(3907, 'http://weareadaptable.com/work/ -Change status to: done', 70, 938, '2017-05-16 15:16:37', 30),
+(3908, 'Task: http://weareadaptable.com/work/national-express/ created.', 70, 0, '2017-05-16 15:17:03', 30),
+(3909, 'Task: http://weareadaptable.com/work/national-express/ created.', 70, 954, '2017-05-16 15:17:03', 30),
+(3910, 'http://weareadaptable.com/work/national-express/ -Change status to: in-process', 70, 954, '2017-05-16 15:17:20', 30),
+(3911, 'Bela Agro - Checkout process ---Place  order -Change status to: in-process', 70, 895, '2017-05-16 15:17:56', 30),
+(3912, 'Bela Agro - Checkout process ---Place  order -Change status to: done', 70, 895, '2017-05-16 15:18:30', 30),
+(3913, 'Task: testing all page created.', 74, 0, '2017-05-16 15:24:17', 41),
+(3914, 'Task: testing all page created.', 74, 955, '2017-05-16 15:24:17', 41),
+(3915, 'testing all page -Change status to: in-process', 74, 955, '2017-05-16 15:26:14', 41),
+(3916, 'Task: Footer menu page created.', 74, 0, '2017-05-16 16:10:59', 41),
+(3917, 'Task: Footer menu page created.', 74, 956, '2017-05-16 16:10:59', 41),
+(3918, 'Footer menu page -Change status to: in-process', 74, 956, '2017-05-16 16:11:25', 41),
+(3919, 'Footer menu page -Change status to: done', 74, 956, '2017-05-16 18:08:56', 41),
+(3920, 'Task: Customize created.', 74, 0, '2017-05-16 18:11:15', 41),
+(3921, 'Task: Customize created.', 74, 957, '2017-05-16 18:11:15', 41),
+(3922, 'http://weareadaptable.com/work/national-express/ -Change status to: done', 70, 954, '2017-05-16 18:14:49', 30),
+(3923, 'Customize -Change status to: in-process', 74, 957, '2017-05-16 18:41:16', 41),
+(3924, 'Customize -Change status to: done', 74, 957, '2017-05-16 18:41:26', 41),
+(3925, 'Task: জনসংখ্যা চ্যাপ্টার পরিবর্তন করতে হবে  created.', 67, 958, '2017-05-16 19:45:40', 2),
+(3926, 'Task: ভৌগলিক অবস্থা created.', 67, 959, '2017-05-16 19:47:28', 2),
+(3927, 'Task: Delete these chapters created.', 73, 960, '2017-05-16 19:58:37', 2),
+(3928, 'Task: Add Questions to this chapter created.', 67, 961, '2017-05-16 20:02:03', 2),
+(3929, 'Task: Add Questions to this chapter created.', 67, 962, '2017-05-16 20:03:29', 2),
+(3930, 'Task: Chapter details:: Written BCS Category created.', 67, 963, '2017-05-16 20:06:39', 2),
+(3931, 'Helal Mohammad assigned.', 67, 0, '2017-05-16 20:09:05', 2),
+(3932, 'Task: Add Chapter Details to Reading Comprehension	 created.', 67, 964, '2017-05-16 20:10:28', 2),
+(3933, 'Task: Add Chapter Details for written Mental Ability created.', 67, 965, '2017-05-16 20:19:27', 2),
+(3934, 'Task: course enrollment design  created.', 73, 0, '2017-05-17 10:54:07', 44),
+(3935, 'Task: course enrollment design  created.', 73, 966, '2017-05-17 10:54:07', 44),
+(3936, 'course enrollment design  -Change status to: in-process', 73, 966, '2017-05-17 10:54:13', 44),
+(3937, 'course enrollment design  -Change status to: done', 73, 966, '2017-05-17 14:01:27', 44),
+(3938, 'testing all page -Change status to: done', 74, 955, '2017-05-17 15:37:00', 41),
+(3939, 'Task: http://weareadaptable.com/contact/ created.', 70, 0, '2017-05-18 10:02:59', 30),
+(3940, 'Task: http://weareadaptable.com/contact/ created.', 70, 967, '2017-05-18 10:02:59', 30),
+(3941, 'http://weareadaptable.com/contact/ -Change status to: in-process', 70, 967, '2017-05-18 10:03:13', 30),
+(3942, 'create a role base web page using asp.net identity -Change status to: in-process', 71, 947, '2017-05-18 10:50:01', 47),
+(3943, 'Task: previous project continue created.', 71, 0, '2017-05-18 10:52:09', 47),
+(3944, 'Task: previous project continue created.', 71, 968, '2017-05-18 10:52:09', 47),
+(3945, 'previous project continue -Change status to: in-process', 71, 968, '2017-05-18 10:52:20', 47),
+(3946, 'Task: Make Documentation created.', 68, 0, '2017-05-18 11:36:21', 44),
+(3947, 'Task: Make Documentation created.', 68, 969, '2017-05-18 11:36:21', 44),
+(3948, 'Make Documentation -Change status to: in-process', 68, 969, '2017-05-18 11:36:27', 44),
+(3949, 'Task: upload bela agro on server created.', 74, 0, '2017-05-18 11:54:35', 41),
+(3950, 'Task: upload bela agro on server created.', 74, 970, '2017-05-18 11:54:35', 41),
+(3951, 'upload bela agro on server -Change status to: in-process', 74, 970, '2017-05-18 11:54:57', 41),
+(3952, 'upload bela agro on server -Change status to: done', 74, 970, '2017-05-18 11:58:31', 41),
+(3953, 'Task: DropBox Sync ISSUE created.', 69, 0, '2017-05-18 12:57:51', 29),
+(3954, 'Task: DropBox Sync ISSUE created.', 69, 971, '2017-05-18 12:57:51', 29),
+(3955, 'DropBox Sync ISSUE -Change status to: in-process', 69, 971, '2017-05-18 12:57:58', 29),
+(3956, 'DropBox Sync ISSUE -Change status to: done', 69, 971, '2017-05-18 12:58:08', 29),
+(3957, 'Please allow line break in news details -Change status to: in-process', 67, 951, '2017-05-18 13:26:46', 28),
+(3958, 'Make Documentation -Change status to: done', 68, 969, '2017-05-18 15:06:18', 44),
+(3959, 'Task: Testing on Server created.', 74, 0, '2017-05-18 16:17:00', 41),
+(3960, 'Task: Testing on Server created.', 74, 972, '2017-05-18 16:17:00', 41);
+INSERT INTO `activity_log` (`id`, `msg`, `proj_id`, `task_id`, `created_at`, `logged_user_id`) VALUES
+(3961, 'Testing on Server -Change status to: in-process', 74, 972, '2017-05-18 16:17:08', 41),
+(3962, 'Task: wiedu  created.', 74, 0, '2017-05-18 16:18:03', 41),
+(3963, 'Task: wiedu  created.', 74, 973, '2017-05-18 16:18:03', 41),
+(3964, 'wiedu  -Change status to: in-process', 74, 973, '2017-05-18 16:18:09', 41),
+(3965, 'http://weareadaptable.com/contact/ -Change status to: done', 70, 967, '2017-05-18 17:01:28', 30),
+(3966, 'Testing on Server -Change status to: in-process', 74, 972, '2017-05-18 18:22:22', 41),
+(3967, 'wiedu  -Change status to: done', 74, 973, '2017-05-18 18:22:49', 41),
+(3968, 'Testing on Server -Change status to: done', 74, 972, '2017-05-18 18:23:00', 41),
+(3969, 'Task:asd removed.', 73, 0, '2017-05-18 18:31:37', 2),
+(3970, 'Task: Some Style Change created.', 74, 0, '2017-05-20 09:18:09', 41),
+(3971, 'Task: Some Style Change created.', 74, 974, '2017-05-20 09:18:09', 41),
+(3972, 'Some Style Change -Change status to: in-process', 74, 974, '2017-05-20 09:18:16', 41),
+(3973, 'Some Style Change -Change status to: in-process', 74, 974, '2017-05-20 16:48:47', 41),
+(3974, 'Some Style Change -Change status to: done', 74, 974, '2017-05-20 16:49:05', 41),
+(3975, 'Task: testing of Nuvista created.', 71, 0, '2017-05-21 10:13:25', 46),
+(3976, 'Task: testing of Nuvista created.', 71, 975, '2017-05-21 10:13:25', 46),
+(3977, 'Task: Weekly Round Up > Subscribe created.', 70, 0, '2017-05-21 10:55:31', 30),
+(3978, 'Task: Weekly Round Up > Subscribe created.', 70, 976, '2017-05-21 10:55:31', 30),
+(3979, 'Weekly Round Up > Subscribe -Change status to: in-process', 70, 976, '2017-05-21 10:55:42', 30),
+(3980, 'Task: wiedu created.', 74, 0, '2017-05-21 11:15:16', 41),
+(3981, 'Task: wiedu created.', 74, 977, '2017-05-21 11:15:16', 41),
+(3982, 'wiedu -Change status to: in-process', 74, 977, '2017-05-21 11:15:50', 41),
+(3983, 'dgsdg -added to Meghna Bank MTO 2016.', 67, 807, '2017-05-21 11:52:54', 2),
+(3984, 'Task: http://prottoymedical.com/index.html created.', 70, 0, '2017-05-21 12:00:48', 30),
+(3985, 'Task: http://prottoymedical.com/index.html created.', 70, 978, '2017-05-21 12:00:48', 30),
+(3986, 'http://prottoymedical.com/index.html -Change status to: in-process', 70, 978, '2017-05-21 12:01:08', 30),
+(3987, 'create a role base web page using asp.net identity -Change status to: done', 71, 947, '2017-05-21 14:12:19', 47),
+(3988, 'previous project continue -Change status to: done', 71, 968, '2017-05-21 14:12:23', 47),
+(3989, 'Task: project documention created.', 71, 0, '2017-05-21 14:13:25', 47),
+(3990, 'Task: project documention created.', 71, 979, '2017-05-21 14:13:25', 47),
+(3991, 'project documention -Change status to: in-process', 71, 979, '2017-05-21 14:13:32', 47),
+(3992, 'Task:Quizz App removed.', 69, 0, '2017-05-21 14:18:36', 2),
+(3993, 'Project:Task Management created.', 77, 0, '2017-05-21 14:58:44', 2),
+(3994, 'Md. Tanjim Al Akib assigned.', 77, 0, '2017-05-21 14:59:32', 2),
+(3995, 'Task: Dashboard Design & Functionality Modification created.', 77, 980, '2017-05-21 15:00:26', 2),
+(3996, 'Dashboard Design & Functionality Modification -Change status to: in-process', 77, 980, '2017-05-21 15:00:50', 44),
+(3997, 'Dashboard Design & Functionality Modification -Change status to: done', 77, 980, '2017-05-21 15:00:55', 44),
+(3998, 'Weekly Round Up > Subscribe -Change status to: done', 70, 976, '2017-05-22 09:51:02', 30),
+(3999, 'http://prottoymedical.com/index.html -Change status to: done', 70, 978, '2017-05-22 09:51:17', 30),
+(4000, 'Task: http://weareadaptable.com/studio/ created.', 70, 0, '2017-05-22 10:03:43', 30),
+(4001, 'Task: http://weareadaptable.com/studio/ created.', 70, 981, '2017-05-22 10:03:43', 30),
+(4002, 'http://weareadaptable.com/studio/ -Change status to: in-process', 70, 981, '2017-05-22 10:03:55', 30),
+(4003, 'Task: project documentation continue.. created.', 71, 0, '2017-05-22 11:58:26', 47),
+(4004, 'Task: project documentation continue.. created.', 71, 982, '2017-05-22 11:58:26', 47),
+(4005, 'Task: Footer Widget Style Change created.', 74, 0, '2017-05-22 13:26:14', 41),
+(4006, 'Task: Footer Widget Style Change created.', 74, 983, '2017-05-22 13:26:14', 41),
+(4007, 'Footer Widget Style Change -Change status to: in-process', 74, 983, '2017-05-22 14:32:36', 41),
+(4008, 'Footer Widget Style Change -Change status to: done', 74, 983, '2017-05-22 14:32:45', 41),
+(4009, 'Task: http://weareadaptable.com/careers/ created.', 70, 0, '2017-05-22 16:39:34', 30),
+(4010, 'Task: http://weareadaptable.com/careers/ created.', 70, 984, '2017-05-22 16:39:34', 30),
+(4011, 'http://weareadaptable.com/careers/ -Change status to: in-process', 70, 984, '2017-05-22 16:39:55', 30),
+(4012, 'Task: Bug Fixing created.', 68, 0, '2017-05-22 16:55:09', 44),
+(4013, 'Task: Bug Fixing created.', 68, 985, '2017-05-22 16:55:09', 44),
+(4014, 'Project:Sales Force  created.', 78, 0, '2017-05-22 17:00:00', 2),
+(4015, 'Md. Hasibul Hasan assigned.', 78, 0, '2017-05-22 17:00:35', 2),
+(4016, 'Task: Not using SIM created.', 78, 986, '2017-05-22 17:03:07', 2),
+(4017, 'Task: Location off devices list created.', 78, 987, '2017-05-22 17:04:05', 2),
+(4018, 'Task: Location vs. Time graph (team/agent) created.', 78, 988, '2017-05-22 17:05:15', 2),
+(4019, 'Task: Highest/lowest area covered PPO list created.', 78, 989, '2017-05-22 17:05:49', 2),
+(4020, 'Task: List of idle people created.', 78, 990, '2017-05-22 17:06:11', 2),
+(4021, 'Task: Order collection report (territory/team) wise created.', 78, 991, '2017-05-22 17:07:14', 2),
+(4022, 'Task: Delivery report (territory/team) wise created.', 78, 992, '2017-05-22 17:07:35', 2),
+(4023, 'Task: Performance report month wise list. created.', 78, 993, '2017-05-22 17:09:18', 2),
+(4024, 'Task: Pacific Jeans Website Demo created.', 70, 994, '2017-05-22 17:21:32', 2),
+(4025, 'Task: wiedu created.', 74, 0, '2017-05-23 09:39:26', 41),
+(4026, 'Task: wiedu created.', 74, 995, '2017-05-23 09:39:26', 41),
+(4027, 'wiedu -Change status to: in-process', 74, 995, '2017-05-23 09:40:38', 41),
+(4028, 'Pacific Jeans Website Demo -Change status to: in-process', 70, 994, '2017-05-23 09:59:34', 30),
+(4029, 'http://weareadaptable.com/careers/ -Change status to: done', 70, 984, '2017-05-23 10:01:14', 30),
+(4030, 'Task: Adding Dashboard to Project created.', 78, 0, '2017-05-23 10:12:53', 58),
+(4031, 'Task: Adding Dashboard to Project created.', 78, 996, '2017-05-23 10:12:53', 58),
+(4032, 'Adding Dashboard to Project -Change status to: in-process', 78, 996, '2017-05-23 10:13:04', 58),
+(4033, 'Task: csr-activity created.', 68, 0, '2017-05-23 11:15:51', 44),
+(4034, 'Task: csr-activity created.', 68, 997, '2017-05-23 11:15:51', 44),
+(4035, 'Task: blog commenting created.', 68, 0, '2017-05-23 11:16:13', 44),
+(4036, 'Task: blog commenting created.', 68, 998, '2017-05-23 11:16:13', 44),
+(4037, 'blog commenting -Change status to: in-process', 68, 998, '2017-05-23 11:16:19', 44),
+(4038, 'blog commenting -Change status to: done', 68, 998, '2017-05-23 11:16:24', 44),
+(4039, 'Fix relay send -Change status to: done', 69, 932, '2017-05-23 11:20:10', 29),
+(4040, 'Bug Fixing -Change status to: in-process', 69, 896, '2017-05-23 11:22:29', 29),
+(4041, 'Project:Wiudu -  Nazma Tara  created.', 79, 0, '2017-05-23 11:22:33', 2),
+(4042, 'Bug Fixing -Change status to: done', 69, 896, '2017-05-23 11:22:44', 29),
+(4043, 'Choose the relay setting in the CSV table -Change status to: in-process', 69, 883, '2017-05-23 11:23:10', 29),
+(4044, 'Maruf Al Bashir  assigned.', 79, 0, '2017-05-23 11:23:21', 2),
+(4045, 'Task: Engine Webservice Issue created.', 69, 0, '2017-05-23 11:23:54', 29),
+(4046, 'Task: Engine Webservice Issue created.', 69, 999, '2017-05-23 11:23:54', 29),
+(4047, 'Engine Webservice Issue -Change status to: in-process', 69, 999, '2017-05-23 11:23:59', 29),
+(4048, 'Task: Home , Event  created.', 79, 0, '2017-05-23 11:26:50', 41),
+(4049, 'Task: Home , Event  created.', 79, 1000, '2017-05-23 11:26:50', 41),
+(4050, 'Home , Event  -Change status to: in-process', 79, 1000, '2017-05-23 11:26:57', 41),
+(4051, 'csr-activity -Change status to: in-process', 68, 997, '2017-05-23 11:29:05', 44),
+(4052, 'Task: Design change created.', 77, 0, '2017-05-23 11:30:28', 44),
+(4053, 'Task: Design change created.', 77, 1001, '2017-05-23 11:30:28', 44),
+(4054, 'Task: Design change created.', 73, 0, '2017-05-23 11:31:09', 44),
+(4055, 'Task: Design change created.', 73, 1002, '2017-05-23 11:31:09', 44),
+(4056, 'Task: course details change created.', 73, 0, '2017-05-23 11:31:58', 44),
+(4057, 'Task: course details change created.', 73, 1003, '2017-05-23 11:31:58', 44),
+(4058, 'Task: bug fixing created.', 69, 0, '2017-05-23 11:47:47', 36),
+(4059, 'Task: bug fixing created.', 69, 1004, '2017-05-23 11:47:47', 36),
+(4060, 'Task: previous task continue created.', 71, 0, '2017-05-23 12:23:34', 47),
+(4061, 'Task: previous task continue created.', 71, 1005, '2017-05-23 12:23:34', 47),
+(4062, 'previous task continue -Change status to: in-process', 71, 1005, '2017-05-23 12:23:44', 47),
+(4063, 'project documentation continue.. -Change status to: in-process', 71, 982, '2017-05-23 12:23:58', 47),
+(4064, 'csr-activity -Change status to: done', 68, 997, '2017-05-23 13:29:09', 44),
+(4065, 'Bug Fixing -Change status to: in-process', 68, 985, '2017-05-23 13:29:18', 44),
+(4066, 'Bug Fixing -Change status to: done', 68, 985, '2017-05-23 13:29:23', 44),
+(4067, 'Adding Dashboard to Project -Change status to: done', 78, 996, '2017-05-23 18:06:02', 58),
+(4068, 'course details change -Change status to: done', 73, 1003, '2017-05-23 18:12:57', 44),
+(4069, 'Task: safasf created.', 73, 0, '2017-05-23 18:13:40', 44),
+(4070, 'Task: safasf created.', 73, 1006, '2017-05-23 18:13:40', 44),
+(4071, 'safasf -Change status to: in-process', 73, 1006, '2017-05-23 18:13:46', 44),
+(4072, 'safasf -Change status to: in-process', 73, 1006, '2017-05-23 18:14:00', 44),
+(4073, 'safasf -Change status to: done', 73, 1006, '2017-05-23 18:14:07', 44),
+(4074, 'Task: test created.', 70, 0, '2017-05-23 18:15:56', 30),
+(4075, 'Task: test created.', 70, 1007, '2017-05-23 18:15:56', 30),
+(4076, 'test -Change status to: in-process', 70, 1007, '2017-05-23 18:16:20', 30),
+(4077, 'Home , Event  -Change status to: done', 79, 1000, '2017-05-23 18:17:21', 41),
+(4078, 'Task: Gallery, Event ,Header , Footer created.', 79, 0, '2017-05-23 18:20:08', 41),
+(4079, 'Task: Gallery, Event ,Header , Footer created.', 79, 1008, '2017-05-23 18:20:08', 41),
+(4080, 'Gallery, Event ,Header , Footer -Change status to: in-process', 79, 1008, '2017-05-23 18:20:15', 41),
+(4081, 'Gallery, Event ,Header , Footer -Change status to: done', 79, 1008, '2017-05-23 18:20:22', 41),
+(4082, 'Task: Tutorials  created.', 79, 0, '2017-05-23 18:27:45', 41),
+(4083, 'Task: Tutorials  created.', 79, 1009, '2017-05-23 18:27:45', 41),
+(4084, 'Tutorials  -Change status to: in-process', 79, 1009, '2017-05-23 18:27:50', 41),
+(4085, 'Tutorials  -Change status to: done', 79, 1009, '2017-05-23 18:27:57', 41),
+(4086, 'Task:  Tutorials , Contact , Join us created.', 79, 0, '2017-05-24 09:35:21', 41),
+(4087, 'Task:  Tutorials , Contact , Join us created.', 79, 1010, '2017-05-24 09:35:21', 41),
+(4088, ' Tutorials , Contact , Join us -Change status to: in-process', 79, 1010, '2017-05-24 09:35:43', 41),
+(4089, 'Not using SIM -Change status to: in-process', 78, 986, '2017-05-24 10:11:07', 58),
+(4090, 'Task: Pacific Jeans  website home fine tunning created.', 70, 0, '2017-05-24 10:43:04', 30),
+(4091, 'Task: Pacific Jeans  website home fine tunning created.', 70, 1011, '2017-05-24 10:43:04', 30),
+(4092, 'Pacific Jeans  website home fine tunning -Change status to: in-process', 70, 1011, '2017-05-24 10:43:28', 30),
+(4093, 'Task: Invoice Search created.', 77, 0, '2017-05-24 12:11:39', 44),
+(4094, 'Task: Invoice Search created.', 77, 1012, '2017-05-24 12:11:39', 44),
+(4095, 'Invoice Search -Change status to: in-process', 77, 1012, '2017-05-24 12:12:00', 44),
+(4096, 'Task: Upcoming Event created.', 79, 0, '2017-05-24 12:57:41', 41),
+(4097, 'Task: Upcoming Event created.', 79, 1013, '2017-05-24 12:57:41', 41),
+(4098, 'Upcoming Event -Change status to: in-process', 79, 1013, '2017-05-24 12:57:47', 41),
+(4099, 'Upcoming Event -Change status to: done', 79, 1013, '2017-05-24 12:57:55', 41),
+(4100, 'Not using SIM -Change status to: done', 78, 986, '2017-05-24 13:44:04', 58),
+(4101, 'Location off devices list -Change status to: in-process', 78, 987, '2017-05-24 13:44:16', 58),
+(4102, 'Highest/lowest area covered PPO list -Change status to: in-process', 78, 989, '2017-05-24 13:44:23', 58),
+(4103, 'Location vs. Time graph (team/agent) -Change status to: in-process', 78, 988, '2017-05-24 13:44:40', 58),
+(4104, 'List of idle people -Change status to: in-process', 78, 990, '2017-05-24 13:44:47', 58),
+(4105, 'Pacific Jeans  website home fine tunning -Change status to: done', 70, 1011, '2017-05-24 14:24:28', 30),
+(4106, 'Location off devices list -Change status to: done', 78, 987, '2017-05-24 16:55:59', 58),
+(4107, 'Task: responsive check created.', 79, 0, '2017-05-24 17:13:56', 41),
+(4108, 'Task: responsive check created.', 79, 1014, '2017-05-24 17:13:56', 41),
+(4109, 'responsive check -Change status to: in-process', 79, 1014, '2017-05-24 17:45:29', 41),
+(4110, 'responsive check -Change status to: done', 79, 1014, '2017-05-24 17:58:19', 41),
+(4111, 'Task: demo project of identity  completed created.', 71, 0, '2017-05-24 18:46:41', 46),
+(4112, 'Task: demo project of identity  completed created.', 71, 1015, '2017-05-24 18:46:41', 46),
+(4113, 'Task: Pacific Jeans  Another template design created.', 70, 0, '2017-05-25 10:32:36', 30),
+(4114, 'Task: Pacific Jeans  Another template design created.', 70, 1016, '2017-05-25 10:32:36', 30),
+(4115, 'Task: Otobi support  created.', 70, 0, '2017-05-25 10:33:48', 30),
+(4116, 'Task: Otobi support  created.', 70, 1017, '2017-05-25 10:33:48', 30),
+(4117, 'Otobi support  -Change status to: in-process', 70, 1017, '2017-05-25 10:34:06', 30),
+(4118, 'Pacific Jeans  Another template design -Change status to: in-process', 70, 1016, '2017-05-25 10:34:41', 30),
+(4119, 'Task: creating role using identity created.', 71, 0, '2017-05-25 11:28:20', 47),
+(4120, 'Task: creating role using identity created.', 71, 1018, '2017-05-25 11:28:20', 47),
+(4121, 'creating role using identity -Change status to: in-process', 71, 1018, '2017-05-25 11:28:31', 47),
+(4122, 'Highest/lowest area covered PPO list -Change status to: done', 78, 989, '2017-05-25 13:54:01', 58),
+(4123, 'Task: Meeting with Profile Ltd.  created.', 70, 0, '2017-05-25 17:14:38', 30),
+(4124, 'Task: Meeting with Profile Ltd.  created.', 70, 1019, '2017-05-25 17:14:38', 30),
+(4125, 'Meeting with Profile Ltd.  -Change status to: in-process', 70, 1019, '2017-05-25 17:14:48', 30),
+(4126, 'Pacific Jeans Website Demo -Change status to: done', 70, 994, '2017-05-25 17:15:13', 30),
+(4127, 'Otobi support  -Change status to: done', 70, 1017, '2017-05-25 17:15:25', 30),
+(4128, 'Meeting with Profile Ltd.  -Change status to: done', 70, 1019, '2017-05-25 17:15:40', 30),
+(4129, 'Task: contact form  created.', 79, 0, '2017-05-28 10:19:47', 41),
+(4130, 'Task: contact form  created.', 79, 1020, '2017-05-28 10:19:47', 41),
+(4131, 'contact form  -Change status to: in-process', 79, 1020, '2017-05-28 10:19:56', 41),
+(4132, 'contact form  -Change status to: done', 79, 1020, '2017-05-28 12:34:39', 41),
+(4133, 'Pacific Jeans  Another template design -Change status to: completed', 70, 1016, '2017-05-28 14:47:00', 30),
+(4134, 'Pacific Jeans  Another template design -Change status to: done', 70, 1016, '2017-05-29 10:02:06', 30),
+(4135, 'Delivery report (territory/team) wise -Change status to: in-process', 78, 992, '2017-05-29 10:44:44', 58),
+(4136, 'Performance report month wise list. -Change status to: in-process', 78, 993, '2017-05-29 10:44:50', 58),
+(4137, 'Location vs. Time graph (team/agent) -Change status to: done', 78, 988, '2017-05-29 10:45:00', 58),
+(4138, 'Order collection report (territory/team) wise -Change status to: done', 78, 991, '2017-05-29 10:45:07', 58),
+(4139, 'Task: Make permission for user using identity created.', 71, 0, '2017-05-29 15:55:45', 47),
+(4140, 'Task: Make permission for user using identity created.', 71, 1021, '2017-05-29 15:55:45', 47),
+(4141, 'Make permission for user using identity -Change status to: in-process', 71, 1021, '2017-05-29 15:55:53', 47),
+(4142, 'Task: test created.', 71, 0, '2017-05-29 16:05:26', 46),
+(4143, 'Task: test created.', 71, 1022, '2017-05-29 16:05:26', 46),
+(4144, 'demo project of identity  completed -Change status to: in-process', 71, 1015, '2017-05-29 16:06:21', 46),
+(4145, 'http://weareadaptable.com/studio/ -Change status to: done', 70, 981, '2017-05-30 09:24:34', 30),
+(4146, 'Task: Vocabulary Management created.', 73, 0, '2017-05-30 09:38:04', 44),
+(4147, 'Task: Vocabulary Management created.', 73, 1023, '2017-05-30 09:38:04', 44),
+(4148, 'Vocabulary Management -Change status to: in-process', 73, 1023, '2017-05-30 09:38:19', 44),
+(4149, 'Vocabulary Management -Change status to: done', 73, 1023, '2017-05-30 09:38:24', 44),
+(4150, 'Task: Vocabulary and exam management created.', 73, 0, '2017-05-30 09:39:27', 44),
+(4151, 'Task: Vocabulary and exam management created.', 73, 1024, '2017-05-30 09:39:27', 44),
+(4152, 'Vocabulary and exam management -Change status to: in-process', 73, 1024, '2017-05-30 09:39:48', 44),
+(4153, 'Task: make documents of payroll management created.', 71, 0, '2017-05-30 14:50:47', 47),
+(4154, 'Task: make documents of payroll management created.', 71, 1025, '2017-05-30 14:50:47', 47),
+(4155, 'Task: learning c# oop created.', 71, 0, '2017-05-30 15:42:00', 46),
+(4156, 'Task: learning c# oop created.', 71, 1026, '2017-05-30 15:42:00', 46),
+(4157, 'learning c# oop -Change status to: in-process', 71, 1026, '2017-05-30 15:42:17', 46),
+(4158, 'learning c# oop -Change status to: done', 71, 1026, '2017-05-30 15:42:23', 46),
+(4159, 'Task: Hosted the demo project in client pc created.', 78, 0, '2017-05-30 16:13:08', 58),
+(4160, 'Task: Hosted the demo project in client pc created.', 78, 1027, '2017-05-30 16:13:08', 58),
+(4161, 'Hosted the demo project in client pc -Change status to: in-process', 78, 1027, '2017-05-30 16:13:23', 58),
+(4162, 'Delivery report (territory/team) wise -Change status to: done', 78, 992, '2017-05-30 16:13:30', 58),
+(4163, 'Performance report month wise list. -Change status to: done', 78, 993, '2017-05-30 16:13:40', 58),
+(4164, 'Hosted the demo project in client pc -Change status to: done', 78, 1027, '2017-05-30 16:13:46', 58),
+(4165, 'Task: https://www.alchemy-digital.co.uk/ created.', 70, 0, '2017-05-31 09:15:41', 30),
+(4166, 'Task: https://www.alchemy-digital.co.uk/ created.', 70, 1028, '2017-05-31 09:15:41', 30),
+(4167, 'https://www.alchemy-digital.co.uk/ -Change status to: in-process', 70, 1028, '2017-05-31 09:15:53', 30),
+(4168, 'Task: Woocommerce created.', 79, 0, '2017-05-31 12:20:18', 41),
+(4169, 'Task: Woocommerce created.', 79, 1029, '2017-05-31 12:20:18', 41),
+(4170, 'Woocommerce -Change status to: in-process', 79, 1029, '2017-05-31 12:20:25', 41),
+(4171, 'Task: Facebook Posts created.', 67, 0, '2017-05-31 13:58:18', 20),
+(4172, 'Task: Facebook Posts created.', 67, 1030, '2017-05-31 13:58:18', 20),
+(4173, 'Task: pubali bank TO Teller exam model test created.', 67, 0, '2017-05-31 13:58:47', 20),
+(4174, 'Task: pubali bank TO Teller exam model test created.', 67, 1031, '2017-05-31 13:58:47', 20),
+(4175, 'pubali bank TO Teller exam model test -Change status to: in-process', 67, 1031, '2017-05-31 13:58:57', 20),
+(4176, 'pubali bank TO Teller exam model test -Change status to: done', 67, 1031, '2017-05-31 13:59:18', 20),
+(4177, 'Facebook Posts -Change status to: in-process', 67, 1030, '2017-05-31 13:59:56', 20),
+(4178, 'make documents of payroll management -Change status to: in-process', 71, 1025, '2017-05-31 14:07:13', 47),
+(4179, 'Woocommerce -Change status to: done', 79, 1029, '2017-05-31 15:28:54', 41),
+(4180, 'Task: Style Change created.', 79, 0, '2017-05-31 15:30:07', 41),
+(4181, 'Task: Style Change created.', 79, 1032, '2017-05-31 15:30:07', 41),
+(4182, 'Style Change -Change status to: in-process', 79, 1032, '2017-05-31 15:30:31', 41),
+(4183, 'Facebook Posts -Change status to: done', 67, 1030, '2017-05-31 16:17:13', 20),
+(4184, 'Task: https://www.alchemy-digital.co.uk/about/ created.', 70, 0, '2017-06-01 10:18:48', 30),
+(4185, 'Task: https://www.alchemy-digital.co.uk/about/ created.', 70, 1033, '2017-06-01 10:18:48', 30),
+(4186, 'https://www.alchemy-digital.co.uk/about/ -Change status to: in-process', 70, 1033, '2017-06-01 10:19:05', 30),
+(4187, 'demo project of identity  completed -Change status to: done', 71, 1015, '2017-06-01 10:41:41', 46),
+(4188, 'testing of Nuvista -Change status to: in-process', 71, 975, '2017-06-01 10:42:18', 46),
+(4189, 'testing of Nuvista -Change status to: done', 71, 975, '2017-06-01 11:24:36', 46),
+(4190, 'Task: Learning Role base access controller created.', 71, 0, '2017-06-01 12:23:07', 46),
+(4191, 'Task: Learning Role base access controller created.', 71, 1034, '2017-06-01 12:23:07', 46),
+(4192, 'Task: Testing and debugging Wakeboard pilot program created.', 69, 0, '2017-06-01 12:41:46', 36),
+(4193, 'Task: Testing and debugging Wakeboard pilot program created.', 69, 1035, '2017-06-01 12:41:46', 36),
+(4194, 'test -Change status to: in-process', 71, 1022, '2017-06-01 12:45:53', 46),
+(4195, 'User: Ifetkhar Rasul added', 71, 800, '2017-06-01 12:45:54', 2),
+(4196, 'Demo project practice  -Change status to: in-process', 71, 953, '2017-06-01 12:46:07', 46),
+(4197, 'Identity lession 2 -Change status to: in-process', 71, 949, '2017-06-01 12:46:18', 46),
+(4198, 'Task: Vocabulary Management Upgradation created.', 73, 0, '2017-06-01 12:46:54', 44),
+(4199, 'Task: Vocabulary Management Upgradation created.', 73, 1036, '2017-06-01 12:46:54', 44),
+(4200, 'Vocabulary Management Upgradation -Change status to: in-process', 73, 1036, '2017-06-01 12:47:00', 44),
+(4201, 'Identity lession 2 -Change status to: done', 71, 949, '2017-06-01 12:47:03', 46),
+(4202, 'Demo project practice  -Change status to: done', 71, 953, '2017-06-01 12:47:13', 46),
+(4203, 'test -Change status to: done', 71, 1022, '2017-06-01 12:47:29', 46),
+(4204, 'Identity framework fracticing -Change status to: done', 71, 909, '2017-06-01 12:47:49', 46),
+(4205, 'some problems of previous project are solving -Change status to: in-process', 71, 887, '2017-06-01 12:48:01', 46),
+(4206, 'practicing and learning of iDENTITY FRAMEWORK -Change status to: in-process', 71, 897, '2017-06-01 12:48:12', 46),
+(4207, 'finishig of identity lession -Change status to: in-process', 71, 926, '2017-06-01 12:48:32', 46),
+(4208, 'Identity lession completed -Change status to: in-process', 71, 934, '2017-06-01 12:48:43', 46),
+(4209, 'some problems of previous project are solving -Change status to: done', 71, 887, '2017-06-01 12:49:28', 46),
+(4210, 'practicing and learning of iDENTITY FRAMEWORK -Change status to: done', 71, 897, '2017-06-01 12:49:35', 46),
+(4211, 'finishig of identity lession -Change status to: done', 71, 926, '2017-06-01 12:49:50', 46),
+(4212, 'Identity lession completed -Change status to: done', 71, 934, '2017-06-01 12:49:58', 46),
+(4213, 'Task: Documantation of payroll management system  created.', 71, 0, '2017-06-01 12:58:23', 47),
+(4214, 'Task: Documantation of payroll management system  created.', 71, 1037, '2017-06-01 12:58:23', 47),
+(4215, 'Documantation of payroll management system  -Change status to: in-process', 71, 1037, '2017-06-01 12:58:33', 47),
+(4216, 'Documantation of payroll management system  -Change status to: done', 71, 1037, '2017-06-01 12:58:44', 47),
+(4217, 'Shamme Zeba assigned.', 77, 0, '2017-06-01 14:21:37', 2),
+(4218, 'Task: Navigation Drawer Implementation created.', 77, 0, '2017-06-01 14:24:59', 36),
+(4219, 'Task: Navigation Drawer Implementation created.', 77, 1038, '2017-06-01 14:24:59', 36),
+(4220, 'Navigation Drawer Implementation -Change status to: in-process', 77, 1038, '2017-06-01 14:25:04', 36),
+(4221, 'https://www.alchemy-digital.co.uk/about/ -Change status to: done', 70, 1033, '2017-06-01 15:21:45', 30),
+(4222, 'Task: summitcommunications created.', 79, 0, '2017-06-01 15:54:06', 41),
+(4223, 'Task: summitcommunications created.', 79, 1039, '2017-06-01 15:54:06', 41),
+(4224, 'summitcommunications -Change status to: in-process', 79, 1039, '2017-06-01 15:58:21', 41),
+(4225, 'summitcommunications -Change status to: done', 79, 1039, '2017-06-01 16:06:11', 41),
+(4226, 'Task: Employee Management created.', 77, 0, '2017-06-03 10:26:44', 44),
+(4227, 'Task: Employee Management created.', 77, 1040, '2017-06-03 10:26:44', 44),
+(4228, 'Employee Management -Change status to: in-process', 77, 1040, '2017-06-03 10:26:51', 44),
+(4229, 'Task: Summitcommunications created.', 79, 0, '2017-06-03 12:44:09', 41),
+(4230, 'Task: Summitcommunications created.', 79, 1041, '2017-06-03 12:44:09', 41),
+(4231, 'Summitcommunications -Change status to: in-process', 79, 1041, '2017-06-03 12:44:15', 41),
+(4232, 'Summitcommunications -Change status to: done', 79, 1041, '2017-06-03 13:05:32', 41),
+(4233, 'Task: Bootstrap 4 created.', 79, 0, '2017-06-03 13:43:42', 41),
+(4234, 'Task: Bootstrap 4 created.', 79, 1042, '2017-06-03 13:43:42', 41),
+(4235, 'Task: User information Api created.', 77, 0, '2017-06-03 13:44:26', 44),
+(4236, 'Task: User information Api created.', 77, 1043, '2017-06-03 13:44:27', 44),
+(4237, 'User information Api -Change status to: in-process', 77, 1043, '2017-06-03 13:44:32', 44),
+(4238, 'User information Api -Change status to: done', 77, 1043, '2017-06-03 13:44:41', 44),
+(4239, 'Task: Project Api created.', 77, 0, '2017-06-03 13:45:28', 44),
+(4240, 'Task: Project Api created.', 77, 1044, '2017-06-03 13:45:28', 44),
+(4241, 'Project Api -Change status to: in-process', 77, 1044, '2017-06-03 13:45:33', 44),
+(4242, 'Bootstrap 4 -Change status to: in-process', 79, 1042, '2017-06-03 13:45:58', 41),
+(4243, 'Project Api -Change status to: done', 77, 1044, '2017-06-03 13:53:19', 44),
+(4244, 'Task: All Api realted works created.', 77, 0, '2017-06-03 15:12:14', 44),
+(4245, 'Task: All Api realted works created.', 77, 1045, '2017-06-03 15:12:14', 44),
+(4246, 'All Api realted works -Change status to: in-process', 77, 1045, '2017-06-03 15:12:18', 44),
+(4247, 'All Api realted works -Change status to: done', 77, 1045, '2017-06-03 15:12:27', 44),
+(4248, 'Bootstrap 4 -Change status to: done', 79, 1042, '2017-06-03 15:42:15', 41),
+(4249, 'Task: studypress work created.', 71, 0, '2017-06-04 09:31:57', 46),
+(4250, 'Task: studypress work created.', 71, 1046, '2017-06-04 09:31:57', 46),
+(4251, 'Task: ex-comr created.', 79, 0, '2017-06-04 09:33:48', 41),
+(4252, 'Task: ex-comr created.', 79, 1047, '2017-06-04 09:33:48', 41),
+(4253, 'ex-comr -Change status to: in-process', 79, 1047, '2017-06-04 09:33:58', 41),
+(4254, 'Task: zopim till payer bhai comes created.', 67, 0, '2017-06-04 09:38:00', 20),
+(4255, 'Task: zopim till payer bhai comes created.', 67, 1048, '2017-06-04 09:38:00', 20),
+(4256, 'zopim till payer bhai comes -Change status to: in-process', 67, 1048, '2017-06-04 09:39:34', 20),
+(4257, 'zopim till payer bhai comes -Change status to: done', 67, 1048, '2017-06-04 09:39:44', 20),
+(4258, 'Task: Morning Posts to engage Users created.', 67, 0, '2017-06-04 09:41:17', 20),
+(4259, 'Task: Morning Posts to engage Users created.', 67, 1049, '2017-06-04 09:41:17', 20),
+(4260, 'Morning Posts to engage Users -Change status to: in-process', 67, 1049, '2017-06-04 09:41:25', 20),
+(4261, 'Navigation Drawer Implementation -Change status to: checking', 77, 1038, '2017-06-04 09:59:45', 36),
+(4262, 'Engine Webservice Issue -Change status to: in-process', 69, 999, '2017-06-04 10:00:09', 29),
+(4263, 'Task: Navigation drawer >> data display & beautification created.', 77, 0, '2017-06-04 10:00:26', 36),
+(4264, 'Task: Navigation drawer >> data display & beautification created.', 77, 1050, '2017-06-04 10:00:26', 36),
+(4265, 'Navigation drawer >> data display & beautification -Change status to: in-process', 77, 1050, '2017-06-04 10:00:32', 36),
+(4266, 'User: Mamun Hasan added', 69, 999, '2017-06-04 10:00:34', 29),
+(4267, 'User: Mamun Hasan added', 69, 999, '2017-06-04 10:00:38', 29),
+(4268, 'Task: pubali bank TO Teller Bangla created.', 67, 0, '2017-06-04 10:48:06', 20),
+(4269, 'Task: pubali bank TO Teller Bangla created.', 67, 1051, '2017-06-04 10:48:06', 20),
+(4270, 'pubali bank TO Teller Bangla -Change status to: in-process', 67, 1051, '2017-06-04 10:48:21', 20),
+(4271, 'Morning Posts to engage Users -Change status to: done', 67, 1049, '2017-06-04 10:48:28', 20),
+(4272, 'Task: https://www.alchemy-digital.co.uk/projects/ created.', 70, 0, '2017-06-04 11:44:55', 30),
+(4273, 'Task: https://www.alchemy-digital.co.uk/projects/ created.', 70, 1052, '2017-06-04 11:44:55', 30),
+(4274, 'https://www.alchemy-digital.co.uk/projects/ -Change status to: in-process', 70, 1052, '2017-06-04 11:45:09', 30),
+(4275, 'Navigation Drawer Implementation -Change status to: done', 77, 1038, '2017-06-04 12:13:22', 36),
+(4276, 'Navigation drawer >> data display & beautification -Change status to: done', 77, 1050, '2017-06-04 12:13:30', 36),
+(4277, 'Task: Afternoon Facebook Posts created.', 67, 0, '2017-06-04 13:48:07', 20),
+(4278, 'Task: Afternoon Facebook Posts created.', 67, 1053, '2017-06-04 13:48:07', 20),
+(4279, 'Afternoon Facebook Posts -Change status to: in-process', 67, 1053, '2017-06-04 13:48:19', 20),
+(4280, 'Task: scanpack installation and provide support  created.', 71, 0, '2017-06-04 15:25:00', 47),
+(4281, 'Task: scanpack installation and provide support  created.', 71, 1054, '2017-06-04 15:25:00', 47),
+(4282, 'scanpack installation and provide support  -Change status to: in-process', 71, 1054, '2017-06-04 15:25:05', 47),
+(4283, 'scanpack installation and provide support  -Change status to: done', 71, 1054, '2017-06-04 15:25:10', 47),
+(4284, 'pubali bank TO Teller Bangla -Change status to: done', 67, 1051, '2017-06-04 16:28:25', 20),
+(4285, 'Afternoon Facebook Posts -Change status to: done', 67, 1053, '2017-06-04 16:28:33', 20),
+(4286, 'https://www.alchemy-digital.co.uk/projects/ -Change status to: done', 70, 1052, '2017-06-05 09:10:07', 30),
+(4287, 'Task: FAQ, Tutorials created.', 79, 0, '2017-06-05 10:01:23', 41),
+(4288, 'Task: FAQ, Tutorials created.', 79, 1055, '2017-06-05 10:01:23', 41),
+(4289, 'FAQ, Tutorials -Change status to: in-process', 79, 1055, '2017-06-05 10:01:49', 41),
+(4290, 'Task: Attendace System Integration created.', 77, 0, '2017-06-05 10:23:28', 44),
+(4291, 'Task: Attendace System Integration created.', 77, 1056, '2017-06-05 10:23:28', 44),
+(4292, 'Attendace System Integration -Change status to: in-process', 77, 1056, '2017-06-05 10:23:32', 44),
+(4293, 'Task: https://www.alchemy-digital.co.uk/egg-hunt/ created.', 70, 0, '2017-06-05 10:47:06', 30),
+(4294, 'Task: https://www.alchemy-digital.co.uk/egg-hunt/ created.', 70, 1057, '2017-06-05 10:47:06', 30),
+(4295, 'Task: Seo created.', 79, 0, '2017-06-05 10:59:46', 41),
+(4296, 'Task: Seo created.', 79, 1058, '2017-06-05 10:59:46', 41),
+(4297, 'Seo -Change status to: in-process', 79, 1058, '2017-06-05 10:59:53', 41),
+(4298, 'Attendace System Integration -Change status to: done', 77, 1056, '2017-06-05 12:22:09', 44),
+(4299, 'Task: FB Post created.', 67, 0, '2017-06-05 13:35:47', 20),
+(4300, 'Task: FB Post created.', 67, 1059, '2017-06-05 13:35:47', 20),
+(4301, 'FB Post -Change status to: in-process', 67, 1059, '2017-06-05 13:36:08', 20),
+(4302, 'Task: pubali bank TO Teller Bangla (Cont.) created.', 67, 0, '2017-06-05 13:36:49', 20),
+(4303, 'Task: pubali bank TO Teller Bangla (Cont.) created.', 67, 1060, '2017-06-05 13:36:49', 20),
+(4304, 'Task: Editorial Translate created.', 67, 0, '2017-06-05 13:41:52', 20),
+(4305, 'Task: Editorial Translate created.', 67, 1061, '2017-06-05 13:41:52', 20),
+(4306, 'Editorial Translate -Change status to: in-process', 67, 1061, '2017-06-05 14:41:37', 20),
+(4307, 'FB Post -Change status to: done', 67, 1059, '2017-06-05 14:41:51', 20),
+(4308, 'Task: css less created.', 79, 0, '2017-06-05 15:08:13', 41),
+(4309, 'Task: css less created.', 79, 1062, '2017-06-05 15:08:13', 41),
+(4310, 'css less -Change status to: in-process', 79, 1062, '2017-06-05 15:08:23', 41),
+(4311, 'Task: make permission for role created.', 71, 0, '2017-06-05 16:01:31', 47),
+(4312, 'Task: make permission for role created.', 71, 1063, '2017-06-05 16:01:31', 47),
+(4313, 'make permission for role -Change status to: in-process', 71, 1063, '2017-06-05 16:01:44', 47),
+(4314, 'make permission for role -Change status to: done', 71, 1063, '2017-06-05 16:01:51', 47),
+(4315, 'Task: studypress work,role base access controller  created.', 71, 0, '2017-06-05 16:05:24', 46),
+(4316, 'Task: studypress work,role base access controller  created.', 71, 1064, '2017-06-05 16:05:24', 46),
+(4317, 'Learning Role base access controller -Change status to: in-process', 71, 1034, '2017-06-05 16:05:35', 46),
+(4318, 'Learning Role base access controller -Change status to: done', 71, 1034, '2017-06-05 16:16:57', 46),
+(4319, 'studypress work -Change status to: done', 71, 1046, '2017-06-05 16:17:08', 46),
+(4320, 'Task:  studypress work,role base access controller  created.', 71, 0, '2017-06-05 16:24:02', 46),
+(4321, 'Task:  studypress work,role base access controller  created.', 71, 1065, '2017-06-05 16:24:02', 46),
+(4322, 'Editorial Translate -Change status to: done', 67, 1061, '2017-06-05 16:24:11', 20),
+(4323, ' studypress work,role base access controller  -Change status to: in-process', 71, 1065, '2017-06-05 16:24:16', 46),
+(4324, ' studypress work,role base access controller  -Change status to: done', 71, 1065, '2017-06-05 16:24:26', 46),
+(4325, 'Task: Islami bank PO 2017Math created.', 67, 0, '2017-06-05 16:24:40', 20),
+(4326, 'Task: Islami bank PO 2017Math created.', 67, 1066, '2017-06-05 16:24:40', 20),
+(4327, 'Islami bank PO 2017Math -Change status to: in-process', 67, 1066, '2017-06-05 16:24:51', 20),
+(4328, 'Islami bank PO 2017Math -Change status to: done', 67, 1066, '2017-06-05 16:24:59', 20),
+(4329, 'Task: Last record id api created.', 73, 0, '2017-06-05 16:31:11', 44),
+(4330, 'Task: Last record id api created.', 73, 1067, '2017-06-05 16:31:11', 44),
+(4331, 'Task: Only Needed record api created.', 73, 0, '2017-06-05 16:33:10', 44),
+(4332, 'Task: Only Needed record api created.', 73, 1068, '2017-06-05 16:33:10', 44),
+(4333, 'Task: Full record api created.', 73, 0, '2017-06-05 16:33:33', 44),
+(4334, 'Task: Full record api created.', 73, 1069, '2017-06-05 16:33:33', 44),
+(4335, 'Task: https://www.alchemy-digital.co.uk/projects/talktalk/ created.', 70, 0, '2017-06-06 09:22:12', 30),
+(4336, 'Task: https://www.alchemy-digital.co.uk/projects/talktalk/ created.', 70, 1070, '2017-06-06 09:22:12', 30),
+(4337, 'Task: Morning Posts to engage Users created.', 67, 0, '2017-06-06 09:58:40', 20),
+(4338, 'Task: Morning Posts to engage Users created.', 67, 1071, '2017-06-06 09:58:40', 20),
+(4339, 'Morning Posts to engage Users -Change status to: in-process', 67, 1071, '2017-06-06 09:58:48', 20),
+(4340, 'Morning Posts to engage Users -Change status to: done', 67, 1071, '2017-06-06 12:57:58', 20),
+(4341, 'pubali bank TO Teller Bangla (Cont.) -Change status to: in-process', 67, 1060, '2017-06-06 12:58:08', 20),
+(4342, 'Task: Training Module created.', 68, 0, '2017-06-07 10:13:35', 44),
+(4343, 'Task: Training Module created.', 68, 1072, '2017-06-07 10:13:35', 44),
+(4344, 'Training Module -Change status to: in-process', 68, 1072, '2017-06-07 10:13:41', 44),
+(4345, 'Training Module -Change status to: done', 68, 1072, '2017-06-07 11:43:19', 44),
+(4346, 'User: Mamun Hasan added', 69, 999, '2017-06-07 12:04:32', 29),
+(4347, 'Engine Webservice Issue -Change status to: in-process', 69, 999, '2017-06-07 12:04:36', 29),
+(4348, 'Task: Morning Posts to engage Users created.', 67, 0, '2017-06-07 14:39:42', 20),
+(4349, 'Task: Morning Posts to engage Users created.', 67, 1073, '2017-06-07 14:39:42', 20),
+(4350, 'Task: agrani bank posts created.', 67, 0, '2017-06-07 14:40:13', 20),
+(4351, 'Task: agrani bank posts created.', 67, 1074, '2017-06-07 14:40:13', 20),
+(4352, 'Morning Posts to engage Users -Change status to: in-process', 67, 1073, '2017-06-07 14:41:06', 20),
+(4353, 'agrani bank posts -Change status to: in-process', 67, 1074, '2017-06-07 14:41:15', 20),
+(4354, 'https://www.alchemy-digital.co.uk/ -Change status to: in-process', 70, 1028, '2017-06-07 15:15:32', 30),
+(4355, 'Morning Posts to engage Users -Change status to: done', 67, 1073, '2017-06-07 15:52:06', 20),
+(4356, 'agrani bank posts -Change status to: done', 67, 1074, '2017-06-07 15:52:14', 20),
+(4357, 'Task: Agrani Bank 2 Model Tests created.', 67, 0, '2017-06-07 15:52:49', 20),
+(4358, 'Task: Agrani Bank 2 Model Tests created.', 67, 1075, '2017-06-07 15:52:49', 20),
+(4359, 'Agrani Bank 2 Model Tests -Change status to: in-process', 67, 1075, '2017-06-07 15:53:06', 20),
+(4360, 'Agrani Bank 2 Model Tests -Change status to: done', 67, 1075, '2017-06-07 15:53:14', 20),
+(4361, 'Task: http://digitalvisitor.com/ created.', 70, 0, '2017-06-08 11:50:11', 30),
+(4362, 'Task: http://digitalvisitor.com/ created.', 70, 1076, '2017-06-08 11:50:11', 30),
+(4363, 'Task: Morning Post to Engage users created.', 67, 0, '2017-06-08 12:14:44', 20),
+(4364, 'Task: Morning Post to Engage users created.', 67, 1077, '2017-06-08 12:14:44', 20),
+(4365, 'Morning Post to Engage users -Change status to: in-process', 67, 1077, '2017-06-08 12:14:52', 20),
+(4366, 'Task: 14th ntrca separate category created.', 67, 0, '2017-06-08 12:20:56', 20),
+(4367, 'Task: 14th ntrca separate category created.', 67, 1078, '2017-06-08 12:20:56', 20),
+(4368, '14th ntrca separate category -Change status to: in-process', 67, 1078, '2017-06-08 14:28:31', 20),
+(4369, 'Morning Post to Engage users -Change status to: done', 67, 1077, '2017-06-08 14:28:39', 20),
+(4370, 'Task: model test assign created.', 67, 0, '2017-06-08 15:32:50', 20),
+(4371, 'Task: model test assign created.', 67, 1079, '2017-06-08 15:32:50', 20),
+(4372, '14th ntrca separate category -Change status to: done', 67, 1078, '2017-06-08 16:58:34', 20),
+(4373, 'model test assign -Change status to: in-process', 67, 1079, '2017-06-10 10:23:58', 20),
+(4374, 'model test assign -Change status to: done', 67, 1079, '2017-06-10 10:24:06', 20),
+(4375, 'Task: 14th ntrca chapter create created.', 67, 0, '2017-06-10 10:33:46', 20),
+(4376, 'Task: 14th ntrca chapter create created.', 67, 1080, '2017-06-10 10:33:46', 20),
+(4377, '14th ntrca chapter create -Change status to: in-process', 67, 1080, '2017-06-10 10:38:54', 20),
+(4378, 'Task: student management system created.', 71, 0, '2017-06-10 15:24:59', 46),
+(4379, 'Task: student management system created.', 71, 1081, '2017-06-10 15:24:59', 46),
+(4380, '14th ntrca chapter create -Change status to: done', 67, 1080, '2017-06-10 16:03:19', 20),
+(4381, 'Task: Documentation Scanpack software uses and supporting created.', 71, 0, '2017-06-10 16:11:44', 47),
+(4382, 'Task: Documentation Scanpack software uses and supporting created.', 71, 1082, '2017-06-10 16:11:44', 47),
+(4383, 'Documentation Scanpack software uses and supporting -Change status to: in-process', 71, 1082, '2017-06-10 16:11:50', 47),
+(4384, 'Documentation Scanpack software uses and supporting -Change status to: done', 71, 1082, '2017-06-10 16:11:56', 47),
+(4385, 'Task: 14th ntrca chapter create created.', 67, 0, '2017-06-11 10:17:41', 20),
+(4386, 'Task: 14th ntrca chapter create created.', 67, 1083, '2017-06-11 10:17:41', 20),
+(4387, '14th ntrca chapter create -Change status to: in-process', 67, 1083, '2017-06-11 10:17:59', 20),
+(4388, 'http://digitalvisitor.com/ -Change status to: in-process', 70, 1076, '2017-06-11 10:58:41', 30),
+(4389, 'Task: http://www.profilelimited.com/architecture/ created.', 70, 0, '2017-06-11 11:34:27', 30),
+(4390, 'Task: http://www.profilelimited.com/architecture/ created.', 70, 1084, '2017-06-11 11:34:27', 30),
+(4391, 'http://www.profilelimited.com/architecture/ -Change status to: in-process', 70, 1084, '2017-06-11 11:34:50', 30),
+(4392, 'Task: designing class for payroll management created.', 71, 0, '2017-06-11 16:16:24', 47),
+(4393, 'Task: designing class for payroll management created.', 71, 1085, '2017-06-11 16:16:24', 47),
+(4394, 'designing class for payroll management -Change status to: in-process', 71, 1085, '2017-06-11 16:16:29', 47),
+(4395, 'Task: Meghbari logo design created.', 70, 0, '2017-06-12 09:28:15', 30),
+(4396, 'Task: Meghbari logo design created.', 70, 1086, '2017-06-12 09:28:15', 30),
+(4397, 'http://www.profilelimited.com/architecture/ -Change status to: done', 70, 1084, '2017-06-12 13:39:12', 30),
+(4398, 'https://www.alchemy-digital.co.uk/egg-hunt/ -Change status to: in-process', 70, 1057, '2017-06-12 13:39:35', 30),
+(4399, 'https://www.alchemy-digital.co.uk/egg-hunt/ -Change status to: done', 70, 1057, '2017-06-12 13:39:52', 30),
+(4400, 'https://www.alchemy-digital.co.uk/projects/talktalk/ -Change status to: in-process', 70, 1070, '2017-06-12 13:40:09', 30),
+(4401, 'https://www.alchemy-digital.co.uk/projects/talktalk/ -Change status to: done', 70, 1070, '2017-06-12 13:40:24', 30),
+(4402, 'https://www.alchemy-digital.co.uk/ -Change status to: done', 70, 1028, '2017-06-12 13:40:40', 30),
+(4403, 'Engine Webservice Issue -Change status to: done', 69, 999, '2017-06-12 15:07:13', 29),
+(4404, 'Task: Gave a build. Waiting for Feedback created.', 69, 0, '2017-06-12 15:07:41', 29),
+(4405, 'Task: Gave a build. Waiting for Feedback created.', 69, 1087, '2017-06-12 15:07:41', 29),
+(4406, 'Gave a build. Waiting for Feedback -Change status to: in-process', 69, 1087, '2017-06-12 15:07:47', 29),
+(4407, 'User: Mamun Hasan added', 69, 1087, '2017-06-12 15:08:02', 29),
+(4408, ' -added to Gave a build. Waiting for Feedback.', 69, 1087, '2017-06-12 15:08:28', 29),
+(4409, 'Meghbari logo design -Change status to: in-process', 70, 1086, '2017-06-13 13:46:12', 30),
+(4410, 'Meghbari logo design -Change status to: done', 70, 1086, '2017-06-13 13:46:29', 30),
+(4411, 'Task: Multiple company\'s furniture In one platform  created.', 70, 0, '2017-06-14 10:36:33', 30),
+(4412, 'Task: Multiple company\'s furniture In one platform  created.', 70, 1088, '2017-06-14 10:36:33', 30),
+(4413, 'Multiple company\'s furniture In one platform  -Change status to: in-process', 70, 1088, '2017-06-14 10:36:43', 30),
+(4414, 'Working on Pilot Progam -Change status to: in-process', 69, 894, '2017-06-14 12:48:26', 36),
+(4415, 'Modify Current World -Change status to: in-process', 69, 923, '2017-06-14 12:48:32', 36),
+(4416, 'bug fixing -Change status to: in-process', 69, 1004, '2017-06-14 12:48:38', 36),
+(4417, 'Testing and debugging Wakeboard pilot program -Change status to: in-process', 69, 1035, '2017-06-14 12:48:46', 36),
+(4418, 'Testing Client feedback -Change status to: done', 69, 863, '2017-06-14 12:48:52', 36),
+(4419, 'Client Feedback : Dispo session -Change status to: done', 69, 872, '2017-06-14 12:48:57', 36),
+(4420, 'Working on client\' Feedback:Pilot Program -Change status to: done', 69, 881, '2017-06-14 12:49:04', 36),
+(4421, 'Working on Pilot Progam -Change status to: done', 69, 894, '2017-06-14 12:49:08', 36),
+(4422, 'wakeboard bug solving -Change status to: done', 69, 912, '2017-06-14 12:49:13', 36),
+(4423, 'Bug fixing and testing Pilot program -Change status to: done', 69, 914, '2017-06-14 12:49:18', 36),
+(4424, 'Modify Current World -Change status to: done', 69, 923, '2017-06-14 12:49:23', 36),
+(4425, 'bug fixing -Change status to: done', 69, 1004, '2017-06-14 12:49:28', 36),
+(4426, 'Testing and debugging Wakeboard pilot program -Change status to: done', 69, 1035, '2017-06-14 12:49:32', 36),
+(4427, 'Testing and debugging Wakeboard pilot program -Change status to: done', 69, 1035, '2017-06-14 12:50:17', 36),
+(4428, 'Task: working on Task Management - Create task created.', 77, 0, '2017-06-14 12:51:58', 36),
+(4429, 'Task: working on Task Management - Create task created.', 77, 1096, '2017-06-14 12:51:58', 36),
+(4430, 'working on Task Management - Create task -Change status to: in-process', 77, 1096, '2017-06-14 12:53:16', 36),
+(4431, '14th ntrca chapter create -Change status to: done', 67, 1083, '2017-06-14 14:28:02', 20),
+(4432, 'Task: 14th ntrca chapter create created.', 67, 0, '2017-06-14 14:28:15', 20),
+(4433, 'Task: 14th ntrca chapter create created.', 67, 1097, '2017-06-14 14:28:15', 20),
+(4434, '14th ntrca chapter create -Change status to: in-process', 67, 1097, '2017-06-14 14:28:22', 20),
+(4435, '14th ntrca chapter create -Change status to: done', 67, 1097, '2017-06-14 14:28:30', 20),
+(4436, 'Task: Nuvista Search and Issue fix created.', 68, 0, '2017-06-14 14:28:40', 44),
+(4437, 'Task: Nuvista Search and Issue fix created.', 68, 1098, '2017-06-14 14:28:40', 44),
+(4438, 'Nuvista Search and Issue fix -Change status to: in-process', 68, 1098, '2017-06-14 14:28:45', 44),
+(4439, 'Task: FB Post created.', 67, 0, '2017-06-14 14:28:45', 20),
+(4440, 'Task: FB Post created.', 67, 1099, '2017-06-14 14:28:45', 20),
+(4441, 'Nuvista Search and Issue fix -Change status to: done', 68, 1098, '2017-06-14 14:28:51', 44),
+(4442, 'FB Post -Change status to: in-process', 67, 1099, '2017-06-14 14:29:47', 20),
+(4443, 'Task: Fixing Api Issues created.', 77, 0, '2017-06-14 14:29:47', 44),
+(4444, 'Task: Fixing Api Issues created.', 77, 1100, '2017-06-14 14:29:47', 44),
+(4445, 'Fixing Api Issues -Change status to: in-process', 77, 1100, '2017-06-14 14:29:52', 44),
+(4446, 'Fixing Api Issues -Change status to: done', 77, 1100, '2017-06-14 14:29:58', 44),
+(4447, 'Task: Primary School Teacher Course Class created.', 67, 0, '2017-06-14 14:30:07', 20),
+(4448, 'Task: Primary School Teacher Course Class created.', 67, 1101, '2017-06-14 14:30:07', 20),
+(4449, 'Task: BRAC Stall (12/6 - 13/6) created.', 67, 0, '2017-06-14 14:32:05', 20),
+(4450, 'Task: BRAC Stall (12/6 - 13/6) created.', 67, 1102, '2017-06-14 14:32:05', 20),
+(4451, 'BRAC Stall (12/6 - 13/6) -Change status to: in-process', 67, 1102, '2017-06-14 14:32:14', 20),
+(4452, 'Primary School Teacher Course Class -Change status to: in-process', 67, 1101, '2017-06-14 14:32:20', 20),
+(4453, 'BRAC Stall (12/6 - 13/6) -Change status to: done', 67, 1102, '2017-06-14 14:32:28', 20),
+(4454, 'Task: Access Control For User Panel created.', 73, 0, '2017-06-14 14:40:35', 44),
+(4455, 'Task: Access Control For User Panel created.', 73, 1103, '2017-06-14 14:40:35', 44),
+(4456, 'Access Control For User Panel -Change status to: in-process', 73, 1103, '2017-06-14 14:40:57', 44),
+(4457, 'Project:Vocabulary Apps created.', 80, 0, '2017-06-14 15:15:17', 2),
+(4458, 'Mamun Hasan assigned.', 80, 0, '2017-06-14 15:15:52', 2),
+(4459, 'Task: App UI concept design and Confirmation from Helal vai created.', 80, 0, '2017-06-14 16:18:05', 29),
+(4460, 'Task: App UI concept design and Confirmation from Helal vai created.', 80, 1104, '2017-06-14 16:18:06', 29),
+(4461, 'App UI concept design and Confirmation from Helal vai -Change status to: in-process', 80, 1104, '2017-06-14 16:18:42', 29),
+(4462, 'App UI concept design and Confirmation from Helal vai -Change status to: done', 80, 1104, '2017-06-14 16:18:59', 29),
+(4463, 'Task: make crud for employee in payroll management created.', 71, 0, '2017-06-14 17:05:14', 47),
+(4464, 'Task: make crud for employee in payroll management created.', 71, 1105, '2017-06-14 17:05:14', 47),
+(4465, 'make crud for employee in payroll management -Change status to: in-process', 71, 1105, '2017-06-14 17:05:21', 47),
+(4466, 'make crud for employee in payroll management -Change status to: done', 71, 1105, '2017-06-14 17:05:31', 47),
+(4467, 'FB Post -Change status to: done', 67, 1099, '2017-06-15 10:46:19', 20),
+(4468, 'Task: zopim till payer bhai comes created.', 67, 0, '2017-06-15 10:46:35', 20),
+(4469, 'Task: zopim till payer bhai comes created.', 67, 1106, '2017-06-15 10:46:35', 20),
+(4470, 'Task: FB Post created.', 67, 0, '2017-06-15 10:46:44', 20),
+(4471, 'Task: FB Post created.', 67, 1107, '2017-06-15 10:46:44', 20),
+(4472, 'zopim till payer bhai comes -Change status to: in-process', 67, 1106, '2017-06-15 10:47:42', 20),
+(4473, 'FB Post -Change status to: in-process', 67, 1107, '2017-06-15 10:47:49', 20),
+(4474, 'Task: Full Mark Model Test BCS created.', 67, 0, '2017-06-15 10:56:31', 20),
+(4475, 'Task: Full Mark Model Test BCS created.', 67, 1108, '2017-06-15 10:56:31', 20),
+(4476, 'Task: 2nd batch day 21 model test created.', 67, 0, '2017-06-15 12:54:33', 20),
+(4477, 'Task: 2nd batch day 21 model test created.', 67, 1109, '2017-06-15 12:54:33', 20),
+(4478, 'zopim till payer bhai comes -Change status to: done', 67, 1106, '2017-06-15 14:04:27', 20),
+(4479, 'Primary School Teacher Course Class -Change status to: done', 67, 1101, '2017-06-15 14:04:37', 20),
+(4480, 'Full Mark Model Test BCS -Change status to: in-process', 67, 1108, '2017-06-15 14:04:49', 20),
+(4481, '2nd batch day 21 model test -Change status to: in-process', 67, 1109, '2017-06-15 14:05:02', 20),
+(4482, '2nd batch day 21 model test -Change status to: done', 67, 1109, '2017-06-15 14:06:04', 20),
+(4483, 'Task: 14th ntrca class created.', 67, 0, '2017-06-15 14:57:44', 20),
+(4484, 'Task: 14th ntrca class created.', 67, 1112, '2017-06-15 14:57:44', 20),
+(4485, '14th ntrca class -Change status to: in-process', 67, 1112, '2017-06-15 14:59:06', 20),
+(4486, '14th ntrca class -Change status to: done', 67, 1112, '2017-06-15 14:59:16', 20),
+(4487, 'Task: Profile Form with firebase integration created.', 80, 0, '2017-06-17 15:59:10', 29),
+(4488, 'Task: Profile Form with firebase integration created.', 80, 1114, '2017-06-17 15:59:10', 29),
+(4489, 'Profile Form with firebase integration -Change status to: in-process', 80, 1114, '2017-06-17 15:59:16', 29),
+(4490, 'Task: Scanpack created.', 71, 0, '2017-06-17 15:59:46', 47),
+(4491, 'Task: Scanpack created.', 71, 1115, '2017-06-17 15:59:46', 47),
+(4492, 'Scanpack -Change status to: in-process', 71, 1115, '2017-06-17 15:59:56', 47),
+(4493, 'Scanpack -Change status to: done', 71, 1115, '2017-06-17 16:00:02', 47),
+(4494, 'Task: Scanf installation,student management system project work created.', 71, 0, '2017-06-17 16:01:19', 46),
+(4495, 'Task: Scanf installation,student management system project work created.', 71, 1116, '2017-06-17 16:01:19', 46),
+(4496, 'studypress work,role base access controller  -Change status to: in-process', 71, 1064, '2017-06-17 16:01:33', 46),
+(4497, 'studypress work,role base access controller  -Change status to: done', 71, 1064, '2017-06-17 16:01:41', 46),
+(4498, 'student management system -Change status to: in-process', 71, 1081, '2017-06-17 16:01:50', 46),
+(4499, 'Arafat Rahman assigned.', 67, 0, '2017-06-18 02:09:22', 2),
+(4500, 'Task: Studypress NTRCA Chapter Details created.', 67, 1117, '2017-06-18 02:11:50', 2),
+(4501, 'Task: Change  created.', 67, 1118, '2017-06-18 02:36:05', 2),
+(4502, 'Change  -Change status to: in-process', 67, 1118, '2017-06-18 10:19:07', 20);
+INSERT INTO `activity_log` (`id`, `msg`, `proj_id`, `task_id`, `created_at`, `logged_user_id`) VALUES
+(4503, 'Task: Attendance System Bug Fixing created.', 77, 0, '2017-06-18 12:02:35', 44),
+(4504, 'Task: Attendance System Bug Fixing created.', 77, 1119, '2017-06-18 12:02:35', 44),
+(4505, 'Attendance System Bug Fixing -Change status to: in-process', 77, 1119, '2017-06-18 12:02:39', 44),
+(4506, 'Attendance System Bug Fixing -Change status to: done', 77, 1119, '2017-06-18 12:02:46', 44),
+(4507, 'Task: Course Model Tests - 3 created.', 67, 0, '2017-06-18 13:52:28', 20),
+(4508, 'Task: Course Model Tests - 3 created.', 67, 1120, '2017-06-18 13:52:28', 20),
+(4509, 'Course Model Tests - 3 -Change status to: in-process', 67, 1120, '2017-06-18 13:52:36', 20),
+(4510, 'Course Model Tests - 3 -Change status to: done', 67, 1120, '2017-06-18 15:21:00', 20),
+(4511, 'Task: User attendance created.', 77, 1121, '2017-06-19 04:38:28', 2),
+(4512, 'working on Task Management - Create task -Change status to: done', 77, 1096, '2017-06-19 12:54:56', 36),
+(4513, 'Task: Working on Fund Request Module  created.', 77, 0, '2017-06-19 12:56:50', 36),
+(4514, 'Task: Working on Fund Request Module  created.', 77, 1122, '2017-06-19 12:56:51', 36),
+(4515, 'User attendance -Change status to: in-process', 77, 1121, '2017-06-19 12:58:20', 44),
+(4516, 'User attendance -Change status to: done', 77, 1121, '2017-06-19 12:58:26', 44),
+(4517, 'Task: Studypress work,project practice created.', 71, 0, '2017-06-19 13:22:38', 46),
+(4518, 'Task: Studypress work,project practice created.', 71, 1123, '2017-06-19 13:22:38', 46),
+(4519, 'Studypress work,project practice -Change status to: in-process', 71, 1123, '2017-06-19 13:23:23', 46),
+(4520, 'student management system -Change status to: done', 71, 1081, '2017-06-19 13:23:46', 46),
+(4521, 'Task: create special shifting in HR created.', 71, 0, '2017-06-19 15:25:10', 47),
+(4522, 'Task: create special shifting in HR created.', 71, 1124, '2017-06-19 15:25:10', 47),
+(4523, 'create special shifting in HR -Change status to: in-process', 71, 1124, '2017-06-19 15:25:19', 47),
+(4524, 'Profile Form with firebase integration -Change status to: done', 80, 1114, '2017-06-19 15:54:21', 29),
+(4525, 'Task: Email Activity created.', 80, 0, '2017-06-19 15:55:09', 29),
+(4526, 'Task: Email Activity created.', 80, 1125, '2017-06-19 15:55:09', 29),
+(4527, 'Email Activity -Change status to: in-process', 80, 1125, '2017-06-19 15:56:54', 29),
+(4528, 'Task: FB Posts created.', 67, 0, '2017-06-20 10:51:21', 20),
+(4529, 'Task: FB Posts created.', 67, 1126, '2017-06-20 10:51:21', 20),
+(4530, 'Task: zopim till payer bhai comes created.', 67, 0, '2017-06-20 10:51:33', 20),
+(4531, 'Task: zopim till payer bhai comes created.', 67, 1127, '2017-06-20 10:51:33', 20),
+(4532, 'FB Posts -Change status to: in-process', 67, 1126, '2017-06-20 11:15:31', 20),
+(4533, 'zopim till payer bhai comes -Change status to: in-process', 67, 1127, '2017-06-20 11:15:42', 20),
+(4534, 'Task: Task Status Changing Api created.', 77, 0, '2017-06-20 12:20:25', 44),
+(4535, 'Task: Task Status Changing Api created.', 77, 1128, '2017-06-20 12:20:25', 44),
+(4536, 'Task: Fund Request Api created.', 77, 0, '2017-06-20 12:20:57', 44),
+(4537, 'Task: Fund Request Api created.', 77, 1129, '2017-06-20 12:20:57', 44),
+(4538, 'User: Md. Tanjim Al Akib added', 77, 1129, '2017-06-20 12:21:38', 44),
+(4539, 'Task: Deadline Missed Api Modification created.', 77, 0, '2017-06-20 12:23:09', 44),
+(4540, 'Task: Deadline Missed Api Modification created.', 77, 1130, '2017-06-20 12:23:09', 44),
+(4541, 'Task: Nuvista Probelm Fixing  created.', 68, 0, '2017-06-20 12:23:52', 44),
+(4542, 'Task: Nuvista Probelm Fixing  created.', 68, 1131, '2017-06-20 12:23:52', 44),
+(4543, 'Nuvista Probelm Fixing  -Change status to: in-process', 68, 1131, '2017-06-20 12:23:57', 44),
+(4544, 'Deadline Missed Api Modification -Change status to: in-process', 77, 1130, '2017-06-20 12:24:17', 44),
+(4545, 'Deadline Missed Api Modification -Change status to: done', 77, 1130, '2017-06-20 12:30:36', 44),
+(4546, 'Task: NTRCA Full Complete created.', 67, 0, '2017-06-20 16:19:34', 20),
+(4547, 'Task: NTRCA Full Complete created.', 67, 1132, '2017-06-20 16:19:34', 20),
+(4548, 'NTRCA Full Complete -Change status to: in-process', 67, 1132, '2017-06-20 16:19:43', 20),
+(4549, 'Full Mark Model Test BCS -Change status to: done', 67, 1108, '2017-06-20 16:19:55', 20),
+(4550, 'Task: Leave Request System Integration created.', 77, 0, '2017-06-21 10:16:51', 44),
+(4551, 'Task: Leave Request System Integration created.', 77, 1133, '2017-06-21 10:16:51', 44),
+(4552, 'Leave Request System Integration -Change status to: in-process', 77, 1133, '2017-06-21 10:16:56', 44),
+(4553, 'Leave Request System Integration -Change status to: done', 77, 1133, '2017-06-21 10:39:29', 44),
+(4554, 'Task: Attendance System Api Creation created.', 77, 0, '2017-06-21 10:40:12', 44),
+(4555, 'Task: Attendance System Api Creation created.', 77, 1134, '2017-06-21 10:40:13', 44),
+(4556, 'Attendance System Api Creation -Change status to: in-process', 77, 1134, '2017-06-21 10:40:20', 44),
+(4557, 'Task:  NTRCA College Mapping created.', 67, 0, '2017-06-21 10:44:01', 20),
+(4558, 'Task:  NTRCA College Mapping created.', 67, 1135, '2017-06-21 10:44:02', 20),
+(4559, 'Task: Nuvista Bug Fixing created.', 68, 0, '2017-06-21 10:51:42', 44),
+(4560, 'Task: Nuvista Bug Fixing created.', 68, 1136, '2017-06-21 10:51:42', 44),
+(4561, 'Nuvista Bug Fixing -Change status to: in-process', 68, 1136, '2017-06-21 10:51:47', 44),
+(4562, 'Nuvista Bug Fixing -Change status to: done', 68, 1136, '2017-06-21 14:41:57', 44),
+(4563, 'Task: Question entry created.', 67, 0, '2017-06-21 17:01:21', 20),
+(4564, 'Task: Question entry created.', 67, 1137, '2017-06-21 17:01:22', 20),
+(4565, 'FB Post -Change status to: done', 67, 1107, '2017-06-21 17:01:39', 20),
+(4566, 'Question entry -Change status to: in-process', 67, 1137, '2017-06-21 17:01:46', 20),
+(4567, ' NTRCA College Mapping -Change status to: in-process', 67, 1135, '2017-06-21 17:01:51', 20),
+(4568, 'Task: FB post created.', 67, 0, '2017-06-28 13:05:32', 20),
+(4569, 'Task: FB post created.', 67, 1145, '2017-06-28 13:05:33', 20),
+(4570, 'Task: NTRCA Chapter Question Entry created.', 67, 0, '2017-06-28 13:05:58', 20),
+(4571, 'Task: NTRCA Chapter Question Entry created.', 67, 1146, '2017-06-28 13:05:58', 20),
+(4572, 'FB post -Change status to: in-process', 67, 1145, '2017-06-28 13:06:11', 20),
+(4573, 'NTRCA Chapter Question Entry -Change status to: in-process', 67, 1146, '2017-06-28 13:06:17', 20),
+(4574, 'Question entry -Change status to: done', 67, 1137, '2017-06-28 13:06:26', 20),
+(4575, 'FB post -Change status to: done', 67, 1145, '2017-06-28 17:16:59', 20),
+(4576, 'NTRCA Chapter Question Entry -Change status to: done', 67, 1146, '2017-06-29 15:54:23', 20),
+(4577, 'Task: FB post created.', 67, 0, '2017-06-29 15:54:58', 20),
+(4578, 'Task: FB post created.', 67, 1147, '2017-06-29 15:54:58', 20),
+(4579, 'FB post -Change status to: in-process', 67, 1147, '2017-06-29 15:56:16', 20),
+(4580, 'Task: FB Posts created.', 67, 0, '2017-07-01 15:21:50', 20),
+(4581, 'Task: FB Posts created.', 67, 1148, '2017-07-01 15:21:50', 20),
+(4582, 'FB Posts -Change status to: in-process', 67, 1148, '2017-07-01 15:22:22', 20),
+(4583, 'FB post -Change status to: done', 67, 1147, '2017-07-01 16:11:14', 20),
+(4584, 'FB Posts -Change status to: done', 67, 1148, '2017-07-01 17:47:47', 20),
+(4585, 'Task: FB Posts created.', 67, 0, '2017-07-02 12:29:19', 20),
+(4586, 'Task: FB Posts created.', 67, 1149, '2017-07-02 12:29:19', 20),
+(4587, 'FB Posts -Change status to: in-process', 67, 1149, '2017-07-02 14:44:34', 20),
+(4588, 'Task: Bela Agro Website Update created.', 70, 0, '2017-07-02 15:49:39', 30),
+(4589, 'Task: Bela Agro Website Update created.', 70, 1150, '2017-07-02 15:49:39', 30),
+(4590, 'Bela Agro Website Update -Change status to: in-process', 70, 1150, '2017-07-02 15:49:54', 30),
+(4591, 'Email Activity -Change status to: done', 80, 1125, '2017-07-02 16:01:58', 29),
+(4592, 'Task: Fix crash issues created.', 80, 0, '2017-07-02 16:03:24', 29),
+(4593, 'Task: Fix crash issues created.', 80, 1151, '2017-07-02 16:03:24', 29),
+(4594, 'Fix crash issues -Change status to: in-process', 80, 1151, '2017-07-02 16:03:31', 29),
+(4595, 'Task: testing taskmangement created.', 77, 0, '2017-07-02 17:38:36', 36),
+(4596, 'Task: testing taskmangement created.', 77, 1152, '2017-07-02 17:38:36', 36),
+(4597, 'testing taskmangement -Change status to: in-process', 77, 1152, '2017-07-02 17:38:53', 36),
+(4598, 'Task: Page 10 to Page 19 created.', 67, 1153, '2017-07-02 18:07:37', 2),
+(4599, 'Project:Restaurant Mngt System created.', 81, 0, '2017-07-02 18:10:14', 2),
+(4600, 'Page 10 to Page 19 -Change status to: in-process', 67, 1153, '2017-07-02 18:12:06', 21),
+(4601, 'Task: page 30 to 39 created.', 67, 0, '2017-07-02 18:12:57', 20),
+(4602, 'Task: page 30 to 39 created.', 67, 1154, '2017-07-02 18:12:57', 20),
+(4603, 'page 30 to 39 -Change status to: in-process', 67, 1154, '2017-07-02 18:13:06', 20),
+(4604, 'FB Posts -Change status to: done', 67, 1149, '2017-07-02 18:45:32', 20),
+(4605, 'Task: 1.install vs15  created.', 71, 0, '2017-07-02 18:45:58', 47),
+(4606, 'Task: 1.install vs15  created.', 71, 1155, '2017-07-02 18:45:58', 47),
+(4607, '1.install vs15  -Change status to: in-process', 71, 1155, '2017-07-02 18:46:13', 47),
+(4608, '1.install vs15  -Change status to: done', 71, 1155, '2017-07-02 18:46:19', 47),
+(4609, 'Task: work in hrm created.', 71, 0, '2017-07-02 18:46:37', 47),
+(4610, 'Task: work in hrm created.', 71, 1156, '2017-07-02 18:46:37', 47),
+(4611, 'work in hrm -Change status to: in-process', 71, 1156, '2017-07-02 18:46:41', 47),
+(4612, 'work in hrm -Change status to: done', 71, 1156, '2017-07-02 18:46:47', 47),
+(4613, 'Task: Studypress Admin Panel Redesign created.', 70, 0, '2017-07-03 10:32:33', 30),
+(4614, 'Task: Studypress Admin Panel Redesign created.', 70, 1157, '2017-07-03 10:32:33', 30),
+(4615, 'Studypress Admin Panel Redesign -Change status to: in-process', 70, 1157, '2017-07-03 10:32:46', 30),
+(4616, 'Task: sql server 2012 install created.', 71, 0, '2017-07-04 12:07:50', 47),
+(4617, 'Task: sql server 2012 install created.', 71, 1158, '2017-07-04 12:07:50', 47),
+(4618, 'sql server 2012 install -Change status to: in-process', 71, 1158, '2017-07-04 12:07:56', 47),
+(4619, 'sql server 2012 install -Change status to: done', 71, 1158, '2017-07-04 12:08:02', 47),
+(4620, 'Task: teamviewer install created.', 71, 0, '2017-07-04 12:08:21', 47),
+(4621, 'Task: teamviewer install created.', 71, 1159, '2017-07-04 12:08:21', 47),
+(4622, 'teamviewer install -Change status to: in-process', 71, 1159, '2017-07-04 12:08:29', 47),
+(4623, 'Task: test created.', 77, 0, '2017-07-04 12:09:27', 44),
+(4624, 'Task: test created.', 77, 1160, '2017-07-04 12:09:27', 44),
+(4625, 'test -Change status to: in-process', 77, 1160, '2017-07-04 12:09:36', 44),
+(4626, 'teamviewer install -Change status to: done', 71, 1159, '2017-07-04 12:18:10', 47),
+(4627, 'page 30 to 39 -Change status to: done', 67, 1154, '2017-07-04 12:51:43', 20),
+(4628, 'Task: post create created.', 67, 0, '2017-07-04 12:52:07', 20),
+(4629, 'Task: post create created.', 67, 1161, '2017-07-04 12:52:07', 20),
+(4630, 'Task: page 40 - 45 created.', 67, 0, '2017-07-04 13:51:24', 20),
+(4631, 'Task: page 40 - 45 created.', 67, 1162, '2017-07-04 13:51:24', 20),
+(4632, 'post create -Change status to: in-process', 67, 1161, '2017-07-04 13:51:34', 20),
+(4633, 'post create -Change status to: done', 67, 1161, '2017-07-04 13:51:43', 20),
+(4634, 'page 40 - 45 -Change status to: in-process', 67, 1162, '2017-07-04 13:51:50', 20),
+(4635, ' NTRCA College Mapping -Change status to: done', 67, 1135, '2017-07-04 13:52:49', 20),
+(4636, 'NTRCA Full Complete -Change status to: done', 67, 1132, '2017-07-04 13:52:57', 20),
+(4637, 'Project:Client Test created.', 82, 0, '2017-07-04 15:26:05', 2),
+(4638, 'Md. Tanjim Al Akib assigned.', 82, 0, '2017-07-04 15:33:26', 2),
+(4639, 'Task: Client Db Task 1 created.', 82, 1163, '2017-07-04 15:35:25', 2),
+(4640, 'Task: asdasd created.', 82, 1164, '2017-07-04 16:26:54', 2),
+(4641, 'Task: ufausfuasf created.', 82, 1165, '2017-07-04 16:28:07', 2),
+(4642, 'Task: Studypress NTRCA Banner created.', 70, 0, '2017-07-04 16:45:38', 30),
+(4643, 'Task: Studypress NTRCA Banner created.', 70, 1166, '2017-07-04 16:45:38', 30),
+(4644, 'Studypress NTRCA Banner -Change status to: in-process', 70, 1166, '2017-07-04 16:45:48', 30),
+(4645, 'Project:HRM created.', 83, 0, '2017-07-04 18:13:44', 2),
+(4646, 'Ifetkhar Rasul assigned.', 83, 0, '2017-07-04 18:14:17', 2),
+(4647, 'Task: Birthday created.', 83, 1167, '2017-07-04 18:15:24', 2),
+(4648, 'Task: Employee SMS created.', 83, 1168, '2017-07-04 18:16:05', 2),
+(4649, 'Task: PADR - Role created.', 83, 1169, '2017-07-04 18:16:54', 2),
+(4650, 'Task: Employee Add Designation created.', 83, 1170, '2017-07-04 18:21:12', 2),
+(4651, 'Task: Disabling  created.', 83, 1171, '2017-07-04 18:21:42', 2),
+(4652, 'Task: PADR Training Plan & Objective created.', 83, 1172, '2017-07-04 18:23:39', 2),
+(4653, 'Task: Dashboard - Missing Data created.', 83, 1173, '2017-07-04 18:24:20', 2),
+(4654, 'Task: studypress work from 63 page created.', 71, 0, '2017-07-04 18:29:50', 46),
+(4655, 'Task: studypress work from 63 page created.', 71, 1174, '2017-07-04 18:29:50', 46),
+(4656, 'Project:Payroll Management created.', 84, 0, '2017-07-04 18:33:35', 2),
+(4657, 'Ifetkhar Rasul assigned.', 84, 0, '2017-07-04 18:33:55', 2),
+(4658, 'Team 2 assigned.', 84, 0, '2017-07-04 18:34:04', 2),
+(4659, 'Task: Payroll Documents created.', 84, 1175, '2017-07-04 18:35:47', 2),
+(4660, 'Task: Database Creation created.', 84, 1176, '2017-07-04 18:37:20', 2),
+(4661, 'Task: Marshmallow API bug fix created.', 80, 0, '2017-07-04 18:38:58', 29),
+(4662, 'Task: Marshmallow API bug fix created.', 80, 1177, '2017-07-04 18:38:58', 29),
+(4663, 'Marshmallow API bug fix -Change status to: in-process', 80, 1177, '2017-07-04 18:39:07', 29),
+(4664, 'Marshmallow API bug fix -Change status to: done', 80, 1177, '2017-07-04 18:39:23', 29),
+(4665, 'Project:Restaurant Order Management created.', 85, 0, '2017-07-04 18:42:51', 2),
+(4666, 'Mamun Hasan assigned.', 85, 0, '2017-07-04 18:43:19', 2),
+(4667, 'Task: Requirement Analysis  created.', 85, 1178, '2017-07-04 18:44:38', 2),
+(4668, 'Add document: Payroll Management System.docx', 84, 0, '2017-07-04 18:45:06', 47),
+(4669, 'Task: Documentation created.', 85, 0, '2017-07-04 18:46:56', 29),
+(4670, 'Task: Documentation created.', 85, 1179, '2017-07-04 18:46:56', 29),
+(4671, 'Project:Studypress  Reza created.', 86, 0, '2017-07-05 10:06:00', 2),
+(4672, 'Maruf Al Bashir  assigned.', 86, 0, '2017-07-05 10:06:32', 2),
+(4673, 'Studypress NTRCA Banner -Change status to: done', 70, 1166, '2017-07-05 10:07:09', 30),
+(4674, 'Bela Agro Website Update -Change status to: done', 70, 1150, '2017-07-05 10:07:47', 30),
+(4675, 'Task: ৬ষ্ট বেসরকারি প্রভাষক নিবন্ধন ও প্রত্যয়ন পরীক্ষ্যা ২০১০  created.', 86, 0, '2017-07-05 10:09:18', 41),
+(4676, 'Task: ৬ষ্ট বেসরকারি প্রভাষক নিবন্ধন ও প্রত্যয়ন পরীক্ষ্যা ২০১০  created.', 86, 1180, '2017-07-05 10:09:18', 41),
+(4677, 'Task: Working on Attendance Report  created.', 77, 0, '2017-07-05 10:09:47', 36),
+(4678, 'Task: Working on Attendance Report  created.', 77, 1181, '2017-07-05 10:09:47', 36),
+(4679, '৬ষ্ট বেসরকারি প্রভাষক নিবন্ধন ও প্রত্যয়ন পরীক্ষ্যা ২০১০  -Change status to: in-process', 86, 1180, '2017-07-05 10:09:47', 41),
+(4680, 'Working on Attendance Report  -Change status to: in-process', 77, 1181, '2017-07-05 10:09:59', 36),
+(4681, 'Task: Studypress  Vocabulary App Design created.', 70, 0, '2017-07-05 10:10:23', 30),
+(4682, 'Task: Studypress  Vocabulary App Design created.', 70, 1182, '2017-07-05 10:10:23', 30),
+(4683, '৬ষ্ট বেসরকারি প্রভাষক নিবন্ধন ও প্রত্যয়ন পরীক্ষ্যা ২০১০  -Change status to: done', 86, 1180, '2017-07-05 10:34:07', 41),
+(4684, 'Task:  ৬ষ্ট বেসরকারি প্রভাষক নিবন্ধন ও প্রত্যয়ন পরীক্ষ্যা ২০১০ created.', 86, 0, '2017-07-05 10:34:42', 41),
+(4685, 'Task:  ৬ষ্ট বেসরকারি প্রভাষক নিবন্ধন ও প্রত্যয়ন পরীক্ষ্যা ২০১০ created.', 86, 1183, '2017-07-05 10:34:42', 41),
+(4686, 'Task: http://itimpresstesting.com/realestate/ created.', 70, 0, '2017-07-05 11:21:07', 30),
+(4687, 'Task: http://itimpresstesting.com/realestate/ created.', 70, 1184, '2017-07-05 11:21:07', 30),
+(4688, 'http://itimpresstesting.com/realestate/ -Change status to: in-process', 70, 1184, '2017-07-05 11:21:17', 30),
+(4689, 'http://itimpresstesting.com/realestate/ -Change status to: done', 70, 1184, '2017-07-05 11:21:32', 30),
+(4690, ' ৬ষ্ট বেসরকারি প্রভাষক নিবন্ধন ও প্রত্যয়ন পরীক্ষ্যা ২০১০ -Change status to: in-process', 86, 1183, '2017-07-05 11:29:14', 41),
+(4691, 'Task: IT Job Prepration created.', 86, 0, '2017-07-05 11:53:19', 41),
+(4692, 'Task: IT Job Prepration created.', 86, 1185, '2017-07-05 11:53:19', 41),
+(4693, 'IT Job Prepration -Change status to: in-process', 86, 1185, '2017-07-05 11:53:25', 41),
+(4694, 'Project:Test Akib created.', 87, 0, '2017-07-05 12:14:52', 2),
+(4695, 'Md. Tanjim Al Akib assigned.', 87, 0, '2017-07-05 12:15:13', 2),
+(4696, 'Task: Testing User created.', 87, 1186, '2017-07-05 12:15:36', 2),
+(4697, 'Task: Ttt created.', 87, 0, '2017-07-05 12:19:45', 44),
+(4698, 'Task: Ttt created.', 87, 1187, '2017-07-05 12:19:45', 44),
+(4699, 'IT Job Prepration -Change status to: done', 86, 1185, '2017-07-05 15:35:35', 41),
+(4700, 'Task: IT Job Prepration created.', 86, 0, '2017-07-05 15:37:18', 41),
+(4701, 'Task: IT Job Prepration created.', 86, 1188, '2017-07-05 15:37:18', 41),
+(4702, 'IT Job Prepration -Change status to: in-process', 86, 1188, '2017-07-05 15:37:32', 41),
+(4703, 'Task: in final padr page created.', 83, 0, '2017-07-05 16:01:25', 47),
+(4704, 'Task: in final padr page created.', 83, 1189, '2017-07-05 16:01:25', 47),
+(4705, 'in final padr page -Change status to: in-process', 83, 1189, '2017-07-05 16:01:30', 47),
+(4706, 'in final padr page -Change status to: done', 83, 1189, '2017-07-05 16:01:38', 47),
+(4707, 'Task: Special Shift created.', 83, 0, '2017-07-05 16:02:04', 47),
+(4708, 'Task: Special Shift created.', 83, 1190, '2017-07-05 16:02:04', 47),
+(4709, 'Special Shift -Change status to: in-process', 83, 1190, '2017-07-05 16:02:09', 47),
+(4710, 'Special Shift -Change status to: done', 83, 1190, '2017-07-05 16:02:16', 47),
+(4711, 'Task: Deshboard pending task created.', 83, 0, '2017-07-05 16:03:20', 47),
+(4712, 'Task: Deshboard pending task created.', 83, 1191, '2017-07-05 16:03:20', 47),
+(4713, 'Working on Attendance Report  -Change status to: done', 77, 1181, '2017-07-05 16:25:29', 36),
+(4714, 'Task: Api Intregation of fund request created.', 77, 0, '2017-07-05 16:26:00', 36),
+(4715, 'Task: Api Intregation of fund request created.', 77, 1192, '2017-07-05 16:26:00', 36),
+(4716, 'Api Intregation of fund request -Change status to: in-process', 77, 1192, '2017-07-05 16:26:08', 36),
+(4717, 'Task: 46-51 add created.', 67, 0, '2017-07-05 16:53:19', 21),
+(4718, 'Task: 46-51 add created.', 67, 1193, '2017-07-05 16:53:19', 21),
+(4719, '46-51 add -Change status to: in-process', 67, 1193, '2017-07-05 16:53:45', 21),
+(4720, 'Task: 46,50,51 page vocab  created.', 67, 0, '2017-07-05 16:54:50', 21),
+(4721, 'Task: 46,50,51 page vocab  created.', 67, 1194, '2017-07-05 16:54:50', 21),
+(4722, '46,50,51 page vocab  -Change status to: in-process', 67, 1194, '2017-07-05 16:54:57', 21),
+(4723, '46,50,51 page vocab  -Change status to: done', 67, 1194, '2017-07-05 16:55:03', 21),
+(4724, 'Task: Test From Client Portal created.', 87, 1195, '2017-07-05 17:08:02', 2),
+(4725, 'Task:Test From Client Portal removed.', 87, 0, '2017-07-05 17:09:34', 2),
+(4726, 'Task: dassda created.', 87, 1196, '2017-07-05 17:30:48', 2),
+(4727, 'Task: Test From Main created.', 87, 0, '2017-07-05 17:35:44', 44),
+(4728, 'Task: Test From Main created.', 87, 1197, '2017-07-05 17:35:44', 44),
+(4729, 'Jamil Shakil assigned.', 88, 0, '2017-07-05 19:56:15', 39),
+(4730, 'Arafat Rahman assigned.', 88, 0, '2017-07-05 19:56:27', 39),
+(4731, 'Task: Check Mobile Apps created.', 67, 1198, '2017-07-06 03:21:52', 2),
+(4732, 'Task: User panel created.', 86, 0, '2017-07-06 10:34:57', 41),
+(4733, 'Task: User panel created.', 86, 1199, '2017-07-06 10:34:57', 41),
+(4734, 'User panel -Change status to: in-process', 86, 1199, '2017-07-06 10:35:05', 41),
+(4735, 'Task: Vocabulary App - Design - worng answer page created.', 70, 0, '2017-07-06 10:46:46', 30),
+(4736, 'Task: Vocabulary App - Design - worng answer page created.', 70, 1200, '2017-07-06 10:46:46', 30),
+(4737, 'Task: Nuvista Training Module -> Requirement analysis created.', 70, 0, '2017-07-06 10:47:09', 30),
+(4738, 'Task: Nuvista Training Module -> Requirement analysis created.', 70, 1201, '2017-07-06 10:47:09', 30),
+(4739, 'Nuvista Training Module -> Requirement analysis -Change status to: in-process', 70, 1201, '2017-07-06 10:47:29', 30),
+(4740, 'Vocabulary App - Design - worng answer page -Change status to: in-process', 70, 1200, '2017-07-06 10:47:43', 30),
+(4741, 'Project:Final Test Project For All The office created.', 89, 0, '2017-07-06 11:00:13', 2),
+(4742, 'Md. Tanjim Al Akib assigned.', 89, 0, '2017-07-06 11:03:31', 2),
+(4743, 'Task: Task Created By Admin From Client Portal created.', 89, 1202, '2017-07-06 11:05:50', 2),
+(4744, 'Task: Task Create From User main Client Portal created.', 89, 0, '2017-07-06 11:06:32', 44),
+(4745, 'Task: Task Create From User main Client Portal created.', 89, 1203, '2017-07-06 11:06:32', 44),
+(4746, 'Task: Task From Sub Project created.', 89, 0, '2017-07-06 11:07:54', 44),
+(4747, 'Task: Task From Sub Project created.', 89, 1204, '2017-07-06 11:07:54', 44),
+(4748, 'page 40 - 45 -Change status to: done', 67, 1162, '2017-07-06 11:28:09', 20),
+(4749, 'Task: Task Management Bug Fixing created.', 77, 0, '2017-07-06 12:15:58', 44),
+(4750, 'Task: Task Management Bug Fixing created.', 77, 1205, '2017-07-06 12:15:58', 44),
+(4751, 'Task Management Bug Fixing -Change status to: in-process', 77, 1205, '2017-07-06 12:16:07', 44),
+(4752, 'Task Management Bug Fixing -Change status to: done', 77, 1205, '2017-07-06 12:16:13', 44),
+(4753, 'Task: Api Creation for TMS APP created.', 77, 0, '2017-07-06 12:16:44', 44),
+(4754, 'Task: Api Creation for TMS APP created.', 77, 1206, '2017-07-06 12:16:44', 44),
+(4755, 'Api Creation for TMS APP -Change status to: in-process', 77, 1206, '2017-07-06 12:16:48', 44),
+(4756, 'Api Creation for TMS APP -Change status to: done', 77, 1206, '2017-07-06 12:16:56', 44),
+(4757, 'Task: Nuvista Requirement Analysis created.', 68, 0, '2017-07-06 12:17:36', 44),
+(4758, 'Task: Nuvista Requirement Analysis created.', 68, 1207, '2017-07-06 12:17:36', 44),
+(4759, 'Nuvista Requirement Analysis -Change status to: in-process', 68, 1207, '2017-07-06 12:17:43', 44),
+(4760, 'Requirement Analysis  -Change status to: done', 85, 1178, '2017-07-06 12:46:11', 29),
+(4761, '<p>Documents Link: https://goo.gl/C6F8Ht</p> -added to Documentation.', 85, 1179, '2017-07-06 12:46:48', 29),
+(4762, 'Task: understanding google map project created.', 71, 0, '2017-07-06 14:36:57', 47),
+(4763, 'Task: understanding google map project created.', 71, 1208, '2017-07-06 14:36:57', 47),
+(4764, 'understanding google map project -Change status to: in-process', 71, 1208, '2017-07-06 14:37:04', 47),
+(4765, 'understanding google map project -Change status to: done', 71, 1208, '2017-07-06 14:37:10', 47),
+(4766, 'User: Jamil Shakil added', 67, 1198, '2017-07-06 16:00:28', 39),
+(4767, 'User: Jamil Shakil added', 67, 1198, '2017-07-06 16:00:35', 39),
+(4768, 'User: Jamil Shakil added', 67, 1198, '2017-07-06 16:00:39', 39),
+(4769, 'User: Jamil Shakil added', 67, 1198, '2017-07-06 16:00:52', 39),
+(4770, 'User panel -Change status to: completed', 86, 1199, '2017-07-08 14:47:56', 41),
+(4771, 'User panel -Change status to: done', 86, 1199, '2017-07-08 14:48:23', 41),
+(4772, 'Task: DNCRP Complain Apps Testing created.', 70, 0, '2017-07-09 10:34:09', 30),
+(4773, 'Task: DNCRP Complain Apps Testing created.', 70, 1210, '2017-07-09 10:34:09', 30),
+(4774, 'Task: Nuvista HRM Dashboard modification created.', 70, 0, '2017-07-09 11:19:40', 30),
+(4775, 'Task: Nuvista HRM Dashboard modification created.', 70, 1211, '2017-07-09 11:19:40', 30),
+(4776, 'Task: Camera Integration created.', 80, 0, '2017-07-09 11:28:23', 29),
+(4777, 'Task: Camera Integration created.', 80, 1212, '2017-07-09 11:28:23', 29),
+(4778, 'Camera Integration -Change status to: in-process', 80, 1212, '2017-07-09 11:28:27', 29),
+(4779, 'Studypress  Vocabulary App Design -Change status to: in-process', 70, 1182, '2017-07-09 11:40:58', 30),
+(4780, 'Studypress Admin Panel Redesign -Change status to: done', 70, 1157, '2017-07-09 13:56:35', 30),
+(4781, 'Multiple company\'s furniture In one platform  -Change status to: done', 70, 1088, '2017-07-09 13:56:55', 30),
+(4782, 'Studypress  Vocabulary App Design -Change status to: done', 70, 1182, '2017-07-09 13:57:09', 30),
+(4783, 'Task: MS App test created.', 70, 0, '2017-07-10 11:03:14', 30),
+(4784, 'Task: MS App test created.', 70, 1213, '2017-07-10 11:03:14', 30),
+(4785, 'Task: Studypress T- shirt Design created.', 70, 0, '2017-07-10 17:09:46', 30),
+(4786, 'Task: Studypress T- shirt Design created.', 70, 1215, '2017-07-10 17:09:46', 30),
+(4787, 'Task: Studypress Network Ltd. created.', 70, 0, '2017-07-10 17:11:40', 30),
+(4788, 'Task: Studypress Network Ltd. created.', 70, 1216, '2017-07-10 17:11:40', 30),
+(4789, 'Task: Studypress Apps Redesign created.', 70, 0, '2017-07-10 17:12:18', 30),
+(4790, 'Task: Studypress Apps Redesign created.', 70, 1217, '2017-07-10 17:12:18', 30),
+(4791, 'Task: Model test questions created.', 67, 1218, '2017-07-10 17:59:35', 2),
+(4792, 'Studypress T- shirt Design -Change status to: in-process', 70, 1215, '2017-07-11 11:02:26', 30),
+(4793, 'Project:os install in  Exiting Pc fns11 in PJL created.', 90, 0, '2017-07-11 13:48:50', 53),
+(4794, 'Task: Scan N Pack support for Dekko Design  created.', 70, 0, '2017-07-11 14:30:16', 30),
+(4795, 'Task: Scan N Pack support for Dekko Design  created.', 70, 1219, '2017-07-11 14:30:16', 30),
+(4796, 'Scan N Pack support for Dekko Design  -Change status to: in-process', 70, 1219, '2017-07-11 14:30:33', 30),
+(4797, 'Scan N Pack support for Dekko Design  -Change status to: done', 70, 1219, '2017-07-11 14:30:45', 30),
+(4798, 'Studypress T- shirt Design -Change status to: in-process', 70, 1215, '2017-07-11 14:34:49', 30),
+(4799, 'Studypress T- shirt Design -Change status to: done', 70, 1215, '2017-07-11 14:35:00', 30),
+(4800, 'Task: studypress pie chart created.', 77, 0, '2017-07-11 18:28:17', 36),
+(4801, 'Task: studypress pie chart created.', 77, 1220, '2017-07-11 18:28:17', 36),
+(4802, 'studypress pie chart -Change status to: in-process', 77, 1220, '2017-07-11 18:28:23', 36),
+(4803, 'studypress pie chart -Change status to: done', 77, 1220, '2017-07-11 18:28:30', 36),
+(4804, 'Api Intregation of fund request -Change status to: done', 77, 1192, '2017-07-11 18:28:36', 36),
+(4805, 'Camera Integration -Change status to: done', 80, 1212, '2017-07-11 18:29:51', 29),
+(4806, 'Task: Camera Done created.', 80, 0, '2017-07-11 18:30:13', 29),
+(4807, 'Task: Camera Done created.', 80, 1221, '2017-07-11 18:30:13', 29),
+(4808, 'Camera Done -Change status to: in-process', 80, 1221, '2017-07-11 18:30:17', 29),
+(4809, 'Camera Done -Change status to: done', 80, 1221, '2017-07-11 18:30:23', 29),
+(4810, 'Task: School Section created.', 86, 0, '2017-07-11 18:39:26', 41),
+(4811, 'Task: School Section created.', 86, 1222, '2017-07-11 18:39:26', 41),
+(4812, 'School Section -Change status to: in-process', 86, 1222, '2017-07-11 18:39:35', 41),
+(4813, 'School Section -Change status to: done', 86, 1222, '2017-07-11 18:39:45', 41),
+(4814, 'Task: studypress question checking.. created.', 71, 0, '2017-07-11 18:52:20', 46),
+(4815, 'Task: studypress question checking.. created.', 71, 1223, '2017-07-11 18:52:20', 46),
+(4816, 'studypress question checking.. -Change status to: in-process', 71, 1223, '2017-07-11 18:53:05', 46),
+(4817, 'studypress question checking.. -Change status to: done', 71, 1223, '2017-07-11 18:53:12', 46),
+(4818, 'Task: Working on Leave Request created.', 77, 0, '2017-07-12 09:54:49', 36),
+(4819, 'Task: Working on Leave Request created.', 77, 1224, '2017-07-12 09:54:49', 36),
+(4820, 'Working on Leave Request -Change status to: in-process', 77, 1224, '2017-07-12 09:54:56', 36),
+(4821, 'Task: Making Api For Leave Request created.', 77, 0, '2017-07-12 10:17:56', 44),
+(4822, 'Task: Making Api For Leave Request created.', 77, 1225, '2017-07-12 10:17:56', 44),
+(4823, 'Making Api For Leave Request -Change status to: in-process', 77, 1225, '2017-07-12 10:18:01', 44),
+(4824, 'Task: Question Check created.', 86, 0, '2017-07-12 10:47:39', 41),
+(4825, 'Task: Question Check created.', 86, 1226, '2017-07-12 10:47:39', 41),
+(4826, 'Question Check -Change status to: in-process', 86, 1226, '2017-07-12 10:47:45', 41),
+(4827, 'Task: zopim  created.', 67, 0, '2017-07-12 11:56:27', 20),
+(4828, 'Task: zopim  created.', 67, 1227, '2017-07-12 11:56:27', 20),
+(4829, 'Task: outsourcing management created.', 67, 0, '2017-07-12 11:57:25', 20),
+(4830, 'Task: outsourcing management created.', 67, 1228, '2017-07-12 11:57:25', 20),
+(4831, 'zopim  -Change status to: in-process', 67, 1227, '2017-07-12 11:57:39', 20),
+(4832, 'outsourcing management -Change status to: in-process', 67, 1228, '2017-07-12 11:57:46', 20),
+(4833, 'Task: Question Check created.', 86, 0, '2017-07-12 12:16:43', 41),
+(4834, 'Task: Question Check created.', 86, 1229, '2017-07-12 12:16:43', 41),
+(4835, 'Question Check -Change status to: in-process', 86, 1229, '2017-07-12 12:16:48', 41),
+(4836, 'Task: Studypree NTRCA ad for Current News Section created.', 70, 0, '2017-07-12 12:47:53', 30),
+(4837, 'Task: Studypree NTRCA ad for Current News Section created.', 70, 1230, '2017-07-12 12:47:53', 30),
+(4838, 'Studypree NTRCA ad for Current News Section -Change status to: in-process', 70, 1230, '2017-07-12 12:48:06', 30),
+(4839, 'Studypree NTRCA ad for Current News Section -Change status to: done', 70, 1230, '2017-07-12 12:48:18', 30),
+(4840, 'Task: Question Check created.', 86, 0, '2017-07-12 14:49:37', 41),
+(4841, 'Task: Question Check created.', 86, 1231, '2017-07-12 14:49:37', 41),
+(4842, 'Question Check -Change status to: in-process', 86, 1231, '2017-07-12 14:49:46', 41),
+(4843, 'Task: Krrishi Bank MOdel Tes2 created.', 67, 0, '2017-07-12 15:06:59', 21),
+(4844, 'Task: Krrishi Bank MOdel Tes2 created.', 67, 1232, '2017-07-12 15:07:00', 21),
+(4845, 'Krrishi Bank MOdel Tes2 -Change status to: in-process', 67, 1232, '2017-07-12 15:07:10', 21),
+(4846, 'Krrishi Bank MOdel Tes2 -Change status to: done', 67, 1232, '2017-07-12 15:07:22', 21),
+(4847, 'Task: Cuurent affairs question (july) created.', 67, 0, '2017-07-12 15:08:01', 21),
+(4848, 'Task: Cuurent affairs question (july) created.', 67, 1233, '2017-07-12 15:08:01', 21),
+(4849, 'Task: Watching Spring MVC  Java created.', 85, 0, '2017-07-12 15:37:13', 29),
+(4850, 'Task: Watching Spring MVC  Java created.', 85, 1234, '2017-07-12 15:37:14', 29),
+(4851, 'Watching Spring MVC  Java -Change status to: in-process', 85, 1234, '2017-07-12 15:37:27', 29),
+(4852, 'Cuurent affairs question (july) -Change status to: in-process', 67, 1233, '2017-07-12 16:28:37', 21),
+(4853, 'Cuurent affairs question (july) -Change status to: done', 67, 1233, '2017-07-12 16:28:47', 21),
+(4854, 'Task: Cuurent affairs question (june) created.', 67, 0, '2017-07-12 16:29:36', 21),
+(4855, 'Task: Cuurent affairs question (june) created.', 67, 1235, '2017-07-12 16:29:36', 21),
+(4856, 'Cuurent affairs question (june) -Change status to: in-process', 67, 1235, '2017-07-12 16:29:42', 21),
+(4857, 'Task: Question Check created.', 86, 0, '2017-07-12 17:04:49', 41),
+(4858, 'Task: Question Check created.', 86, 1236, '2017-07-12 17:04:49', 41),
+(4859, 'Question Check -Change status to: in-process', 86, 1236, '2017-07-12 17:05:03', 41),
+(4860, 'Task: Question Check created.', 86, 0, '2017-07-12 18:28:09', 41),
+(4861, 'Task: Question Check created.', 86, 1237, '2017-07-12 18:28:09', 41),
+(4862, 'Question Check -Change status to: done', 86, 1236, '2017-07-12 18:35:04', 41),
+(4863, 'Task: Question Check created.', 86, 0, '2017-07-13 10:28:40', 41),
+(4864, 'Task: Question Check created.', 86, 1238, '2017-07-13 10:28:40', 41),
+(4865, 'Question Check -Change status to: in-process', 86, 1238, '2017-07-13 10:28:47', 41),
+(4866, 'Task: Nuvista Client meeting over phone for PADR Section created.', 70, 0, '2017-07-13 10:29:56', 30),
+(4867, 'Task: Nuvista Client meeting over phone for PADR Section created.', 70, 1239, '2017-07-13 10:29:56', 30),
+(4868, 'Task: understand new hr requirment created.', 83, 0, '2017-07-13 11:42:20', 47),
+(4869, 'Task: understand new hr requirment created.', 83, 1240, '2017-07-13 11:42:20', 47),
+(4870, 'understand new hr requirment -Change status to: in-process', 83, 1240, '2017-07-13 11:42:27', 47),
+(4871, 'understand new hr requirment -Change status to: done', 83, 1240, '2017-07-13 11:42:32', 47),
+(4872, 'Task: correction of hr created.', 83, 0, '2017-07-13 11:43:29', 47),
+(4873, 'Task: correction of hr created.', 83, 1241, '2017-07-13 11:43:29', 47),
+(4874, 'correction of hr -Change status to: in-process', 83, 1241, '2017-07-13 11:43:35', 47),
+(4875, 'correction of hr -Change status to: done', 83, 1241, '2017-07-13 12:21:06', 47),
+(4876, 'Nuvista Client meeting over phone for PADR Section -Change status to: in-process', 70, 1239, '2017-07-13 12:56:37', 30),
+(4877, 'Nuvista Client meeting over phone for PADR Section -Change status to: done', 70, 1239, '2017-07-13 12:56:51', 30),
+(4878, 'Task: Studypress Non paid users follow up by phone calling created.', 70, 0, '2017-07-13 12:58:54', 30),
+(4879, 'Task: Studypress Non paid users follow up by phone calling created.', 70, 1242, '2017-07-13 12:58:54', 30),
+(4880, 'Studypress Non paid users follow up by phone calling -Change status to: in-process', 70, 1242, '2017-07-13 12:59:06', 30),
+(4881, 'Task: new requirment in hrm project created.', 83, 0, '2017-07-13 13:00:27', 47),
+(4882, 'Task: new requirment in hrm project created.', 83, 1243, '2017-07-13 13:00:27', 47),
+(4883, 'Nuvista HRM Dashboard modification -Change status to: in-process', 70, 1211, '2017-07-13 16:24:14', 30),
+(4884, 'Task: current  affairs may created.', 67, 0, '2017-07-13 17:36:41', 21),
+(4885, 'Task: current  affairs may created.', 67, 1244, '2017-07-13 17:36:41', 21),
+(4886, 'Task: current  affairs may created.', 67, 0, '2017-07-13 17:36:43', 21),
+(4887, 'Task: current  affairs may created.', 67, 1245, '2017-07-13 17:36:43', 21),
+(4888, 'current  affairs may -Change status to: in-process', 67, 1245, '2017-07-13 17:36:58', 21),
+(4889, 'Task: Fetching real data in dashboard created.', 77, 0, '2017-07-13 18:01:47', 36),
+(4890, 'Task: Fetching real data in dashboard created.', 77, 1246, '2017-07-13 18:01:47', 36),
+(4891, 'Fetching real data in dashboard -Change status to: in-process', 77, 1246, '2017-07-13 18:01:54', 36),
+(4892, 'Task: Dashbord Design created.', 86, 0, '2017-07-15 11:01:46', 41),
+(4893, 'Task: Dashbord Design created.', 86, 1247, '2017-07-15 11:01:46', 41),
+(4894, 'Dashbord Design -Change status to: in-process', 86, 1247, '2017-07-15 11:01:51', 41),
+(4895, 'Task: krishi bank model test 3 created.', 67, 0, '2017-07-15 11:26:35', 21),
+(4896, 'Task: krishi bank model test 3 created.', 67, 1248, '2017-07-15 11:26:35', 21),
+(4897, 'krishi bank model test 3 -Change status to: in-process', 67, 1248, '2017-07-15 11:26:43', 21),
+(4898, 'krishi bank model test 3 -Change status to: done', 67, 1248, '2017-07-15 12:53:15', 21),
+(4899, 'Task: new requirment in hrm project created.', 83, 0, '2017-07-15 15:41:53', 47),
+(4900, 'Task: new requirment in hrm project created.', 83, 1249, '2017-07-15 15:41:53', 47),
+(4901, 'new requirment in hrm project -Change status to: in-process', 83, 1249, '2017-07-15 15:41:59', 47),
+(4902, 'Task: Nuvista HRM created.', 86, 0, '2017-07-15 15:44:54', 41),
+(4903, 'Task: Nuvista HRM created.', 86, 1250, '2017-07-15 15:44:54', 41),
+(4904, 'Nuvista HRM -Change status to: in-process', 86, 1250, '2017-07-15 15:45:07', 41),
+(4905, 'Task: show date in dashboard created.', 83, 0, '2017-07-15 16:05:16', 47),
+(4906, 'Task: show date in dashboard created.', 83, 1251, '2017-07-15 16:05:16', 47),
+(4907, 'show date in dashboard -Change status to: in-process', 83, 1251, '2017-07-15 16:05:22', 47),
+(4908, 'show date in dashboard -Change status to: done', 83, 1251, '2017-07-15 16:53:49', 47),
+(4909, 'Vocabulary App - Design - worng answer page -Change status to: done', 70, 1200, '2017-07-16 09:37:04', 30),
+(4910, 'http://digitalvisitor.com/ -Change status to: done', 70, 1076, '2017-07-16 09:37:18', 30),
+(4911, 'Task: Question Check created.', 86, 0, '2017-07-16 09:48:44', 41),
+(4912, 'Task: Question Check created.', 86, 1252, '2017-07-16 09:48:44', 41),
+(4913, 'Question Check -Change status to: in-process', 86, 1252, '2017-07-16 09:49:09', 41),
+(4914, 'Nuvista HRM Dashboard modification -Change status to: done', 70, 1211, '2017-07-16 09:56:24', 30),
+(4915, 'Task: Revinr TMS app Icon created.', 70, 0, '2017-07-16 10:01:32', 30),
+(4916, 'Task: Revinr TMS app Icon created.', 70, 1253, '2017-07-16 10:01:32', 30),
+(4917, 'Revinr TMS app Icon -Change status to: in-process', 70, 1253, '2017-07-16 10:01:41', 30),
+(4918, 'Task: Question Check ( 658 ) created.', 86, 0, '2017-07-16 11:28:33', 41),
+(4919, 'Task: Question Check ( 658 ) created.', 86, 1254, '2017-07-16 11:28:33', 41),
+(4920, 'Question Check ( 658 ) -Change status to: in-process', 86, 1254, '2017-07-16 11:28:41', 41),
+(4921, 'Question Check ( 658 ) -Change status to: done', 86, 1254, '2017-07-16 13:18:30', 41),
+(4922, 'Task: Question Check (659) created.', 86, 0, '2017-07-16 14:05:13', 41),
+(4923, 'Task: Question Check (659) created.', 86, 1255, '2017-07-16 14:05:13', 41),
+(4924, 'Question Check (659) -Change status to: in-process', 86, 1255, '2017-07-16 14:05:27', 41),
+(4925, 'Question Check (659) -Change status to: in-process', 86, 1255, '2017-07-16 15:14:54', 41),
+(4926, 'Question Check (659) -Change status to: done', 86, 1255, '2017-07-16 15:14:58', 41),
+(4927, 'Question Check (659) -Change status to: done', 86, 1255, '2017-07-16 15:15:33', 41),
+(4928, 'Task: Question Check (৫৬০) created.', 86, 0, '2017-07-16 15:16:28', 41),
+(4929, 'Task: Question Check (৫৬০) created.', 86, 1256, '2017-07-16 15:16:28', 41),
+(4930, 'Question Check (৫৬০) -Change status to: in-process', 86, 1256, '2017-07-16 17:19:47', 41),
+(4931, 'Task: Question Check ( 660 ID) created.', 86, 0, '2017-07-16 17:22:52', 41),
+(4932, 'Task: Question Check ( 660 ID) created.', 86, 1257, '2017-07-16 17:22:53', 41),
+(4933, 'Question Check ( 660 ID) -Change status to: in-process', 86, 1257, '2017-07-16 17:23:00', 41),
+(4934, 'Question Check ( 660 ID) -Change status to: done', 86, 1257, '2017-07-16 17:23:07', 41),
+(4935, 'Task: Question Check * 661 created.', 86, 0, '2017-07-17 09:59:59', 41),
+(4936, 'Task: Question Check * 661 created.', 86, 1258, '2017-07-17 09:59:59', 41),
+(4937, 'Question Check * 661 -Change status to: in-process', 86, 1258, '2017-07-17 10:00:12', 41),
+(4938, 'Task: Trying a Map app created.', 85, 0, '2017-07-17 10:26:22', 29),
+(4939, 'Task: Trying a Map app created.', 85, 1259, '2017-07-17 10:26:22', 29),
+(4940, 'Trying a Map app -Change status to: in-process', 85, 1259, '2017-07-17 10:26:26', 29),
+(4941, 'Task: Collect cheque form Otobi & then place the Pubali Bank. created.', 70, 0, '2017-07-17 11:06:03', 30),
+(4942, 'Task: Collect cheque form Otobi & then place the Pubali Bank. created.', 70, 1260, '2017-07-17 11:06:04', 30),
+(4943, 'Collect cheque form Otobi & then place the Pubali Bank. -Change status to: in-process', 70, 1260, '2017-07-17 11:06:37', 30),
+(4944, 'Collect cheque form Otobi & then place the Pubali Bank. -Change status to: done', 70, 1260, '2017-07-17 11:06:48', 30),
+(4945, 'Task: support checkprinter created.', 71, 0, '2017-07-17 14:58:51', 47),
+(4946, 'Task: support checkprinter created.', 71, 1261, '2017-07-17 14:58:51', 47),
+(4947, 'support checkprinter -Change status to: in-process', 71, 1261, '2017-07-17 14:59:01', 47),
+(4948, 'support checkprinter -Change status to: done', 71, 1261, '2017-07-17 14:59:08', 47),
+(4949, 'Task: Nuvista website Slider Modification created.', 70, 0, '2017-07-17 15:07:49', 30),
+(4950, 'Task: Nuvista website Slider Modification created.', 70, 1262, '2017-07-17 15:07:49', 30),
+(4951, 'Nuvista website Slider Modification -Change status to: in-process', 70, 1262, '2017-07-17 15:08:02', 30),
+(4952, 'Nuvista website Slider Modification -Change status to: done', 70, 1262, '2017-07-18 11:23:28', 30),
+(4953, 'Revinr TMS app Icon -Change status to: done', 70, 1253, '2017-07-18 11:23:42', 30),
+(4954, 'Question Check * 661 -Change status to: done', 86, 1258, '2017-07-18 12:19:55', 41),
+(4955, 'Task: Add a Course Carousel in Dashbord created.', 86, 0, '2017-07-18 12:28:48', 41),
+(4956, 'Task: Add a Course Carousel in Dashbord created.', 86, 1263, '2017-07-18 12:28:48', 41),
+(4957, 'Add a Course Carousel in Dashbord -Change status to: in-process', 86, 1263, '2017-07-18 12:28:53', 41),
+(4958, 'Add a Course Carousel in Dashbord -Change status to: done', 86, 1263, '2017-07-18 12:29:14', 41),
+(4959, 'Task: check printer created.', 71, 0, '2017-07-18 14:12:51', 47),
+(4960, 'Task: check printer created.', 71, 1264, '2017-07-18 14:12:51', 47),
+(4961, 'check printer -Change status to: in-process', 71, 1264, '2017-07-18 14:12:58', 47),
+(4962, 'check printer -Change status to: done', 71, 1264, '2017-07-18 14:13:20', 47),
+(4963, 'Task: check printer created.', 71, 0, '2017-07-18 14:13:52', 47),
+(4964, 'Task: check printer created.', 71, 1265, '2017-07-18 14:13:52', 47),
+(4965, 'check printer -Change status to: in-process', 71, 1265, '2017-07-18 14:13:58', 47),
+(4966, 'Task: Question Check (662) created.', 86, 0, '2017-07-18 15:01:12', 41),
+(4967, 'Task: Question Check (662) created.', 86, 1266, '2017-07-18 15:01:12', 41),
+(4968, 'Question Check (662) -Change status to: in-process', 86, 1266, '2017-07-18 15:01:42', 41),
+(4969, 'Task: Question Check (663) created.', 86, 0, '2017-07-18 15:03:31', 41),
+(4970, 'Task: Question Check (663) created.', 86, 1267, '2017-07-18 15:03:31', 41),
+(4971, 'Question Check (662) -Change status to: done', 86, 1266, '2017-07-18 15:03:42', 41),
+(4972, 'check printer -Change status to: done', 71, 1265, '2017-07-18 15:14:09', 47),
+(4973, 'Project:Profile Ltd website created.', 91, 0, '2017-07-18 15:59:54', 2),
+(4974, 'Robiul assigned.', 91, 0, '2017-07-18 16:01:25', 2),
+(4975, 'Question Check (663) -Change status to: in-process', 86, 1267, '2017-07-18 16:07:38', 41),
+(4976, 'Question Check (663) -Change status to: done', 86, 1267, '2017-07-18 16:07:53', 41),
+(4977, 'Task: Question Check- 664 created.', 86, 0, '2017-07-18 16:08:27', 41),
+(4978, 'Task: Question Check- 664 created.', 86, 1268, '2017-07-18 16:08:27', 41),
+(4979, 'Question Check- 664 -Change status to: in-process', 86, 1268, '2017-07-18 16:08:47', 41),
+(4980, 'Project:Cheque Printer created.', 92, 0, '2017-07-18 16:09:20', 2),
+(4981, 'Nuvista Pharma assigned.', 92, 0, '2017-07-18 16:10:29', 2),
+(4982, 'Question Check- 664 -Change status to: done', 86, 1268, '2017-07-18 17:22:54', 41),
+(4983, 'Task: Question Check (665) created.', 86, 0, '2017-07-18 18:35:16', 41),
+(4984, 'Task: Question Check (665) created.', 86, 1269, '2017-07-18 18:35:16', 41),
+(4985, 'Question Check (665) -Change status to: in-process', 86, 1269, '2017-07-18 18:35:23', 41),
+(4986, 'Question Check (665) -Change status to: done', 86, 1269, '2017-07-18 18:35:34', 41),
+(4987, 'Task: Network data push in UI created.', 77, 0, '2017-07-18 18:38:17', 36),
+(4988, 'Task: Network data push in UI created.', 77, 1270, '2017-07-18 18:38:17', 36),
+(4989, 'Network data push in UI -Change status to: in-process', 77, 1270, '2017-07-18 18:38:24', 36),
+(4990, 'Network data push in UI -Change status to: done', 77, 1270, '2017-07-18 18:38:30', 36),
+(4991, 'Task: Pending Task & In progress created.', 77, 0, '2017-07-19 10:05:01', 36),
+(4992, 'Task: Pending Task & In progress created.', 77, 1271, '2017-07-19 10:05:01', 36),
+(4993, 'Pending Task & In progress -Change status to: in-process', 77, 1271, '2017-07-19 10:05:06', 36),
+(4994, 'Task: Question Check (666 )  created.', 86, 0, '2017-07-19 10:11:54', 41),
+(4995, 'Task: Question Check (666 )  created.', 86, 1272, '2017-07-19 10:11:54', 41),
+(4996, 'Question Check (666 )  -Change status to: in-process', 86, 1272, '2017-07-19 10:12:09', 41),
+(4997, 'Task: making a progress bar created.', 84, 0, '2017-07-19 11:45:29', 47),
+(4998, 'Task: making a progress bar created.', 84, 1273, '2017-07-19 11:45:29', 47),
+(4999, 'making a progress bar -Change status to: in-process', 84, 1273, '2017-07-19 12:17:01', 47),
+(5000, 'Task: Question Check (667) created.', 86, 0, '2017-07-19 14:15:45', 41),
+(5001, 'Task: Question Check (667) created.', 86, 1274, '2017-07-19 14:15:45', 41),
+(5002, 'Question Check (667) -Change status to: in-process', 86, 1274, '2017-07-19 14:15:52', 41),
+(5003, 'Pending Task & In progress -Change status to: done', 77, 1271, '2017-07-19 14:17:38', 36),
+(5004, 'Task: Leave Request Status created.', 77, 0, '2017-07-19 14:50:46', 36),
+(5005, 'Task: Leave Request Status created.', 77, 1275, '2017-07-19 14:50:46', 36),
+(5006, 'Leave Request Status -Change status to: in-process', 77, 1275, '2017-07-19 14:51:03', 36),
+(5007, 'Leave Request Status -Change status to: done', 77, 1275, '2017-07-19 14:51:13', 36),
+(5008, 'Task: Question Check - 668 created.', 86, 0, '2017-07-19 16:48:52', 41),
+(5009, 'Task: Question Check - 668 created.', 86, 1276, '2017-07-19 16:48:52', 41),
+(5010, 'Question Check - 668 -Change status to: in-process', 86, 1276, '2017-07-19 16:48:59', 41),
+(5011, 'Task: Question Check - * ৬৬৯  created.', 86, 0, '2017-07-19 17:58:00', 41),
+(5012, 'Task: Question Check - * ৬৬৯  created.', 86, 1282, '2017-07-19 17:58:00', 41),
+(5013, 'Question Check - * ৬৬৯  -Change status to: in-process', 86, 1282, '2017-07-19 17:58:08', 41),
+(5014, 'Task: Scan N Pack support for S.Shuhi Pretty Group created.', 70, 0, '2017-07-20 12:23:31', 30),
+(5015, 'Task: Scan N Pack support for S.Shuhi Pretty Group created.', 70, 1283, '2017-07-20 12:23:31', 30),
+(5016, 'Scan N Pack support for S.Shuhi Pretty Group -Change status to: in-process', 70, 1283, '2017-07-20 12:24:59', 30),
+(5017, 'Task: Question Check * 670 created.', 86, 0, '2017-07-20 12:41:46', 41),
+(5018, 'Task: Question Check * 670 created.', 86, 1284, '2017-07-20 12:41:46', 41),
+(5019, 'Question Check * 670 -Change status to: in-process', 86, 1284, '2017-07-20 12:41:53', 41),
+(5020, 'Task: entry current affairs created.', 67, 0, '2017-07-20 14:52:04', 21),
+(5021, 'Task: entry current affairs created.', 67, 1285, '2017-07-20 14:52:04', 21),
+(5022, 'entry current affairs -Change status to: in-process', 67, 1285, '2017-07-20 14:52:10', 21),
+(5023, 'Task: Question Check 671  created.', 86, 0, '2017-07-20 14:55:58', 41),
+(5024, 'Task: Question Check 671  created.', 86, 1286, '2017-07-20 14:55:58', 41),
+(5025, 'Question Check 671  -Change status to: in-process', 86, 1286, '2017-07-20 14:56:08', 41),
+(5026, 'Task: support scanpack created.', 71, 0, '2017-07-20 15:50:04', 47),
+(5027, 'Task: support scanpack created.', 71, 1287, '2017-07-20 15:50:04', 47),
+(5028, 'support scanpack -Change status to: in-process', 71, 1287, '2017-07-20 15:50:13', 47),
+(5029, 'support scanpack -Change status to: done', 71, 1287, '2017-07-20 15:50:20', 47),
+(5030, 'Question Check 671  -Change status to: done', 86, 1286, '2017-07-20 16:12:44', 41),
+(5031, 'Task: Question Check - ৬৭২ created.', 86, 0, '2017-07-20 16:13:11', 41),
+(5032, 'Task: Question Check - ৬৭২ created.', 86, 1288, '2017-07-20 16:13:11', 41),
+(5033, 'Task: Question Check - ৬৭২ created.', 86, 0, '2017-07-20 16:13:13', 41),
+(5034, 'Task: Question Check - ৬৭২ created.', 86, 1289, '2017-07-20 16:13:13', 41),
+(5035, 'Task: Question Check 67 created.', 86, 0, '2017-07-22 12:28:26', 41),
+(5036, 'Task: Question Check 67 created.', 86, 1290, '2017-07-22 12:28:26', 41),
+(5037, 'Question Check 67 -Change status to: in-process', 86, 1290, '2017-07-22 12:28:34', 41),
+(5038, 'Question Check 67 -Change status to: done', 86, 1290, '2017-07-22 15:19:20', 41),
+(5039, 'Task: Question Check * 674* created.', 86, 0, '2017-07-22 15:56:40', 41),
+(5040, 'Task: Question Check * 674* created.', 86, 1291, '2017-07-22 15:56:40', 41),
+(5041, 'Question Check * 674* -Change status to: in-process', 86, 1291, '2017-07-22 15:56:47', 41),
+(5042, 'Question Check * 674* -Change status to: done', 86, 1291, '2017-07-22 17:59:53', 41),
+(5043, 'Scan N Pack support for S.Shuhi Pretty Group -Change status to: done', 70, 1283, '2017-07-23 10:09:19', 30),
+(5044, 'Task: Question Check * 675 created.', 86, 0, '2017-07-23 11:31:36', 41),
+(5045, 'Task: Question Check * 675 created.', 86, 1292, '2017-07-23 11:31:37', 41),
+(5046, 'Question Check * 675 -Change status to: in-process', 86, 1292, '2017-07-23 11:31:45', 41),
+(5047, 'Task: UPDATING BCS QUESTION- Parts Of Speech  created.', 67, 0, '2017-07-23 12:05:14', 21),
+(5048, 'Task: UPDATING BCS QUESTION- Parts Of Speech  created.', 67, 1293, '2017-07-23 12:05:14', 21),
+(5049, 'UPDATING BCS QUESTION- Parts Of Speech  -Change status to: in-process', 67, 1293, '2017-07-23 12:05:22', 21),
+(5050, 'Task: Question Check 676 created.', 86, 0, '2017-07-24 12:31:10', 41),
+(5051, 'Task: Question Check 676 created.', 86, 1294, '2017-07-24 12:31:10', 41),
+(5052, 'Question Check 676 -Change status to: in-process', 86, 1294, '2017-07-24 12:31:17', 41),
+(5053, 'Question Check 676 -Change status to: done', 86, 1294, '2017-07-24 12:31:23', 41),
+(5054, 'Task: Question Check 677 created.', 86, 0, '2017-07-24 12:31:49', 41),
+(5055, 'Task: Question Check 677 created.', 86, 1295, '2017-07-24 12:31:49', 41),
+(5056, 'Question Check 677 -Change status to: in-process', 86, 1295, '2017-07-24 12:31:56', 41),
+(5057, 'Question Check 677 -Change status to: done', 86, 1295, '2017-07-24 14:21:26', 41),
+(5058, 'Task: Support Scan N Pack for IL Bangla  created.', 70, 0, '2017-07-25 11:01:17', 30),
+(5059, 'Task: Support Scan N Pack for IL Bangla  created.', 70, 1296, '2017-07-25 11:01:17', 30),
+(5060, 'Task: Question Check  678 created.', 86, 0, '2017-07-25 12:39:02', 41),
+(5061, 'Task: Question Check  678 created.', 86, 1297, '2017-07-25 12:39:02', 41),
+(5062, 'Question Check  678 -Change status to: in-process', 86, 1297, '2017-07-25 12:39:08', 41),
+(5063, 'Question Check  678 -Change status to: done', 86, 1297, '2017-07-25 12:39:16', 41),
+(5064, 'Task: Question Check 679 created.', 86, 0, '2017-07-25 12:39:46', 41),
+(5065, 'Task: Question Check 679 created.', 86, 1298, '2017-07-25 12:39:46', 41),
+(5066, 'Question Check 679 -Change status to: in-process', 86, 1298, '2017-07-25 12:39:51', 41),
+(5067, 'Task: Question Check 680 created.', 86, 0, '2017-07-26 11:46:27', 41),
+(5068, 'Task: Question Check 680 created.', 86, 1299, '2017-07-26 11:46:27', 41);
+INSERT INTO `activity_log` (`id`, `msg`, `proj_id`, `task_id`, `created_at`, `logged_user_id`) VALUES
+(5069, 'Question Check 680 -Change status to: in-process', 86, 1299, '2017-07-26 11:46:34', 41),
+(5070, 'Task: progress bar correction created.', 84, 0, '2017-07-26 16:42:52', 47),
+(5071, 'Task: progress bar correction created.', 84, 1300, '2017-07-26 16:42:52', 47),
+(5072, 'progress bar correction -Change status to: in-process', 84, 1300, '2017-07-26 16:42:57', 47),
+(5073, 'progress bar correction -Change status to: done', 84, 1300, '2017-07-26 16:43:04', 47),
+(5074, 'Task: insert employee info created.', 84, 0, '2017-07-26 16:44:37', 47),
+(5075, 'Task: insert employee info created.', 84, 1301, '2017-07-26 16:44:37', 47),
+(5076, 'insert employee info -Change status to: in-process', 84, 1301, '2017-07-26 16:44:56', 47),
+(5077, 'User: Jamil Shakil added', 85, 1234, '2017-07-26 21:45:13', 2),
+(5078, 'User: Mamun Hasan added', 85, 1234, '2017-07-26 21:46:16', 2),
+(5079, 'User: Mamun Hasan added', 85, 1259, '2017-07-26 21:46:35', 2),
+(5080, 'Task: Question Check 681-683 created.', 86, 0, '2017-07-27 11:01:12', 41),
+(5081, 'Task: Question Check 681-683 created.', 86, 1302, '2017-07-27 11:01:12', 41),
+(5082, 'Question Check 681-683 -Change status to: in-process', 86, 1302, '2017-07-27 11:01:20', 41),
+(5083, 'Task: Scan N Pack Support For Epic Group created.', 70, 0, '2017-07-27 11:14:45', 30),
+(5084, 'Task: Scan N Pack Support For Epic Group created.', 70, 1303, '2017-07-27 11:14:45', 30),
+(5085, 'Scan N Pack Support For Epic Group -Change status to: in-process', 70, 1303, '2017-07-27 11:14:59', 30),
+(5086, 'Task: Question Check 683-685 created.', 86, 0, '2017-07-29 13:14:25', 41),
+(5087, 'Task: Question Check 683-685 created.', 86, 1304, '2017-07-29 13:14:25', 41),
+(5088, 'Question Check 683-685 -Change status to: in-process', 86, 1304, '2017-07-29 14:26:50', 41),
+(5089, 'Question Check 683-685 -Change status to: done', 86, 1304, '2017-07-29 17:44:02', 41),
+(5090, 'Task:  Question Check 685-688 created.', 86, 0, '2017-07-30 09:53:53', 41),
+(5091, 'Task:  Question Check 685-688 created.', 86, 1305, '2017-07-30 09:53:53', 41),
+(5092, ' Question Check 685-688 -Change status to: in-process', 86, 1305, '2017-07-30 09:53:59', 41),
+(5093, 'Task: Meeting at Prottoy medical created.', 70, 0, '2017-07-30 11:13:38', 30),
+(5094, 'Task: Meeting at Prottoy medical created.', 70, 1306, '2017-07-30 11:13:38', 30),
+(5095, 'Meeting at Prottoy medical -Change status to: in-process', 70, 1306, '2017-07-30 15:06:53', 30),
+(5096, 'Meeting at Prottoy medical -Change status to: done', 70, 1306, '2017-07-30 15:07:05', 30),
+(5097, ' Question Check 685-688 -Change status to: checking', 86, 1305, '2017-07-30 17:44:26', 41),
+(5098, ' Question Check 685-688 -Change status to: done', 86, 1305, '2017-07-30 18:07:34', 41),
+(5099, 'Scan N Pack Support For Epic Group -Change status to: done', 70, 1303, '2017-08-03 09:58:19', 30),
+(5100, 'Task: School Website Template created.', 70, 0, '2017-08-06 11:32:35', 30),
+(5101, 'Task: School Website Template created.', 70, 1307, '2017-08-06 11:32:35', 30),
+(5102, 'School Website Template -Change status to: in-process', 70, 1307, '2017-08-06 11:32:45', 30),
+(5103, 'Task: Scan n Pack Support for PGCL(Epic Group) created.', 70, 0, '2017-08-06 12:12:49', 30),
+(5104, 'Task: Scan n Pack Support for PGCL(Epic Group) created.', 70, 1308, '2017-08-06 12:12:49', 30),
+(5105, 'Scan n Pack Support for PGCL(Epic Group) -Change status to: in-process', 70, 1308, '2017-08-06 12:13:03', 30),
+(5106, 'Task: Connecting Database created.', 85, 0, '2017-08-06 16:24:46', 29),
+(5107, 'Task: Connecting Database created.', 85, 1309, '2017-08-06 16:24:47', 29),
+(5108, 'Connecting Database -Change status to: in-process', 85, 1309, '2017-08-06 16:24:52', 29),
+(5109, 'Connecting Database -Change status to: done', 85, 1309, '2017-08-06 16:24:57', 29),
+(5110, 'Task: View Data on Map from DB created.', 85, 0, '2017-08-06 16:26:18', 29),
+(5111, 'Task: View Data on Map from DB created.', 85, 1310, '2017-08-06 16:26:18', 29),
+(5112, 'Task: View Data on Map from DB created.', 85, 0, '2017-08-06 16:26:59', 29),
+(5113, 'Task: View Data on Map from DB created.', 85, 1311, '2017-08-06 16:26:59', 29),
+(5114, 'View Data on Map from DB -Change status to: in-process', 85, 1310, '2017-08-06 16:27:09', 29),
+(5115, 'View Data on Map from DB -Change status to: in-process', 85, 1311, '2017-08-06 16:27:13', 29),
+(5116, 'View Data on Map from DB -Change status to: done', 85, 1310, '2017-08-06 16:27:17', 29),
+(5117, 'View Data on Map from DB -Change status to: done', 85, 1311, '2017-08-06 16:27:21', 29),
+(5118, 'Task: Customize the Map Markers created.', 85, 0, '2017-08-06 16:27:46', 29),
+(5119, 'Task: Customize the Map Markers created.', 85, 1312, '2017-08-06 16:27:46', 29),
+(5120, 'Customize the Map Markers -Change status to: in-process', 85, 1312, '2017-08-06 16:27:51', 29),
+(5121, 'Customize the Map Markers -Change status to: done', 85, 1312, '2017-08-06 16:27:57', 29),
+(5122, 'Task: Show Date and Time on Marker created.', 85, 0, '2017-08-06 16:28:16', 29),
+(5123, 'Task: Show Date and Time on Marker created.', 85, 1313, '2017-08-06 16:28:16', 29),
+(5124, 'Show Date and Time on Marker -Change status to: in-process', 85, 1313, '2017-08-06 16:28:22', 29),
+(5125, 'Show Date and Time on Marker -Change status to: done', 85, 1313, '2017-08-06 16:28:46', 29),
+(5126, 'Task: Bug Fix created.', 73, 0, '2017-08-06 16:47:43', 44),
+(5127, 'Task: Bug Fix created.', 73, 1314, '2017-08-06 16:47:43', 44),
+(5128, 'Scan n Pack Support for PGCL(Epic Group) -Change status to: done', 70, 1308, '2017-08-07 10:00:20', 30),
+(5129, 'Scan n Pack Support for PGCL(Epic Group) -Change status to: done', 70, 1308, '2017-08-07 10:00:23', 30),
+(5130, 'Task: Scan N Pack support for Pearl Garments Co. Ltd. created.', 70, 0, '2017-08-07 10:00:56', 30),
+(5131, 'Task: Scan N Pack support for Pearl Garments Co. Ltd. created.', 70, 1315, '2017-08-07 10:00:56', 30),
+(5132, 'Scan N Pack support for Pearl Garments Co. Ltd. -Change status to: in-process', 70, 1315, '2017-08-07 10:01:23', 30),
+(5133, 'Bug Fix -Change status to: in-process', 73, 1314, '2017-08-07 10:49:41', 44),
+(5134, 'Task: Scan N Pack Support For Stylecraft (Yong Ones) created.', 70, 0, '2017-08-07 11:59:47', 30),
+(5135, 'Task: Scan N Pack Support For Stylecraft (Yong Ones) created.', 70, 1316, '2017-08-07 11:59:47', 30),
+(5136, 'Bug Fix -Change status to: done', 73, 1314, '2017-08-07 12:00:06', 44),
+(5137, 'Scan N Pack Support For Stylecraft (Yong Ones) -Change status to: in-process', 70, 1316, '2017-08-07 12:00:09', 30),
+(5138, 'Scan N Pack Support For Stylecraft (Yong Ones) -Change status to: done', 70, 1316, '2017-08-07 12:19:08', 30),
+(5139, 'Task: Create User from Company Info created.', 77, 0, '2017-08-07 16:24:17', 44),
+(5140, 'Task: Create User from Company Info created.', 77, 1317, '2017-08-07 16:24:17', 44),
+(5141, 'Task: Support Notification in the admin panel created.', 77, 0, '2017-08-07 16:29:29', 44),
+(5142, 'Task: Support Notification in the admin panel created.', 77, 1318, '2017-08-07 16:29:30', 44),
+(5143, 'Task: Company List should be made created.', 77, 0, '2017-08-07 16:32:56', 44),
+(5144, 'Task: Company List should be made created.', 77, 1319, '2017-08-07 16:32:56', 44),
+(5145, 'Task: Activity log Modification created.', 77, 0, '2017-08-07 16:33:55', 44),
+(5146, 'Task: Activity log Modification created.', 77, 1320, '2017-08-07 16:33:55', 44),
+(5147, 'Task: Meeting with saquib vai (Nuvista Pharma) created.', 70, 0, '2017-08-08 11:33:37', 30),
+(5148, 'Task: Meeting with saquib vai (Nuvista Pharma) created.', 70, 1321, '2017-08-08 11:33:37', 30),
+(5149, 'Meeting with saquib vai (Nuvista Pharma) -Change status to: in-process', 70, 1321, '2017-08-08 11:33:46', 30),
+(5150, 'Meeting with saquib vai (Nuvista Pharma) -Change status to: done', 70, 1321, '2017-08-08 14:14:28', 30),
+(5151, 'Support Notification in the admin panel -Change status to: in-process', 77, 1318, '2017-08-09 12:40:26', 44),
+(5152, 'Support Notification in the admin panel -Change status to: done', 77, 1318, '2017-08-09 12:40:32', 44),
+(5153, 'Company List should be made -Change status to: in-process', 77, 1319, '2017-08-09 14:19:12', 44),
+(5154, 'Task: Scan N Pack Support For Colombia created.', 70, 0, '2017-08-09 16:11:38', 30),
+(5155, 'Task: Scan N Pack Support For Colombia created.', 70, 1322, '2017-08-09 16:11:38', 30),
+(5156, 'Scan N Pack Support For Colombia -Change status to: in-process', 70, 1322, '2017-08-09 16:11:49', 30),
+(5157, 'Company List should be made -Change status to: done', 77, 1319, '2017-08-10 09:52:07', 44),
+(5158, 'Activity log Modification -Change status to: in-process', 77, 1320, '2017-08-10 10:17:19', 44),
+(5159, 'Activity log Modification -Change status to: done', 77, 1320, '2017-08-10 10:17:32', 44),
+(5160, 'Create User from Company Info -Change status to: in-process', 77, 1317, '2017-08-10 11:06:01', 44),
+(5161, 'Create User from Company Info -Change status to: done', 77, 1317, '2017-08-10 11:36:46', 44),
+(5162, 'Project:MBA created.', 93, 0, '2017-08-12 03:05:44', 2),
+(5163, 'Helal Mohammad assigned.', 93, 0, '2017-08-12 03:11:13', 2),
+(5164, 'Task: Add more questions in Right Form of verbs created.', 93, 1323, '2017-08-12 03:14:41', 2),
+(5165, 'Task: Add more questions in preposition created.', 93, 1324, '2017-08-12 03:22:50', 2),
+(5166, 'Task: one word substitution created.', 93, 1325, '2017-08-12 03:27:33', 2),
+(5167, 'Md. Tanjim Al Akib assigned.', 75, 0, '2017-08-12 05:18:43', 2),
+(5168, 'Task: Client Issue created.', 75, 1326, '2017-08-12 05:20:05', 2),
+(5169, 'User: Md. Tanjim Al Akib added', 75, 1326, '2017-08-12 05:24:11', 2),
+(5170, '<p>Also make sure the name appears in alphabetic order</p> -added to Client Issue.', 75, 1326, '2017-08-12 05:25:10', 2),
+(5171, 'Project:CRM created.', 94, 0, '2017-08-12 05:28:22', 2),
+(5172, 'Md. Tanjim Al Akib assigned.', 94, 0, '2017-08-12 05:29:22', 2),
+(5173, 'Task: Make a plan for this created.', 94, 1327, '2017-08-12 05:30:25', 2),
+(5174, 'Task: Select an admin panel template created.', 75, 1328, '2017-08-12 05:31:45', 2),
+(5175, 'Task: Select an admin panel template created.', 75, 1329, '2017-08-12 05:31:46', 2),
+(5176, 'Task:Select an admin panel template removed.', 75, 0, '2017-08-12 05:32:10', 2),
+(5177, 'Task:Select an admin panel template removed.', 75, 0, '2017-08-12 05:32:17', 2),
+(5178, 'Task: Admin Theme created.', 94, 1330, '2017-08-12 05:33:33', 2),
+(5179, 'Client Issue -Change status to: in-process', 75, 1326, '2017-08-12 10:28:13', 44),
+(5180, 'Task: Search work @ upwork created.', 70, 0, '2017-08-13 11:05:42', 30),
+(5181, 'Task: Search work @ upwork created.', 70, 1331, '2017-08-13 11:05:42', 30),
+(5182, 'Search work @ upwork -Change status to: in-process', 70, 1331, '2017-08-13 11:05:51', 30),
+(5183, 'Task:  Implement a Material Template that can be used across any android project created.', 80, 1332, '2017-08-19 16:16:43', 2),
+(5184, 'Project:Training Module created.', 95, 0, '2017-08-20 10:59:25', 2),
+(5185, 'Lutfullahil Kabir Ashik assigned.', 95, 0, '2017-08-20 10:59:46', 2),
+(5186, ' Implement a Material Template that can be used across any android project -Change status to: in-process', 80, 1332, '2017-08-20 17:36:30', 29),
+(5187, 'Project:Sales Force Tracker created.', 96, 0, '2017-08-20 17:36:36', 2),
+(5188, ' Implement a Material Template that can be used across any android project -Change status to: done', 80, 1332, '2017-08-20 17:55:36', 29),
+(5189, 'Task: Support Nuvista pharma website(News & Events) created.', 70, 0, '2017-08-23 13:38:52', 30),
+(5190, 'Task: Support Nuvista pharma website(News & Events) created.', 70, 1333, '2017-08-23 13:38:52', 30),
+(5191, 'Support Nuvista pharma website(News & Events) -Change status to: in-process', 70, 1333, '2017-08-23 13:39:12', 30),
+(5192, 'Support Nuvista pharma website(News & Events) -Change status to: done', 70, 1333, '2017-08-23 14:21:01', 30),
+(5193, 'Task: Category Creation created.', 95, 1334, '2017-08-23 16:14:47', 2),
+(5194, 'Task: Role Permission created.', 95, 1335, '2017-08-23 16:15:24', 2),
+(5195, 'Task: User  created.', 95, 1336, '2017-08-23 16:16:11', 2),
+(5196, 'Task: Group/Department created.', 95, 1337, '2017-08-23 16:17:12', 2),
+(5197, 'Task: Content Upload created.', 95, 1338, '2017-08-23 16:18:14', 2),
+(5198, 'Task: Question Creation created.', 95, 1339, '2017-08-23 16:19:02', 2),
+(5199, 'Task: Front end login created.', 95, 1340, '2017-08-23 16:31:39', 2),
+(5200, 'Task: Front end Material Show created.', 95, 1341, '2017-08-23 16:33:05', 2),
+(5201, 'Task: Meeting at Renata created.', 80, 0, '2017-08-23 17:52:14', 29),
+(5202, 'Task: Meeting at Renata created.', 80, 1342, '2017-08-23 17:52:14', 29),
+(5203, 'Meeting at Renata -Change status to: in-process', 80, 1342, '2017-08-23 17:52:21', 29),
+(5204, 'Meeting at Renata -Change status to: done', 80, 1342, '2017-08-23 17:52:28', 29),
+(5205, 'Task: Renata Barcode App created.', 80, 0, '2017-08-23 17:53:04', 29),
+(5206, 'Task: Renata Barcode App created.', 80, 1343, '2017-08-23 17:53:04', 29),
+(5207, 'Renata Barcode App -Change status to: in-process', 80, 1343, '2017-08-23 17:53:10', 29),
+(5208, 'Renata Barcode App -Change status to: done', 80, 1343, '2017-08-23 17:53:17', 29),
+(5209, 'Task: Support Scan N Pack for Pacific Jeans created.', 70, 0, '2017-08-24 10:29:59', 30),
+(5210, 'Task: Support Scan N Pack for Pacific Jeans created.', 70, 1344, '2017-08-24 10:29:59', 30),
+(5211, 'Support Scan N Pack for Pacific Jeans -Change status to: in-process', 70, 1344, '2017-08-24 10:30:10', 30),
+(5212, 'Task: Content updated for Rugsbd.com created.', 70, 0, '2017-08-28 10:03:07', 30),
+(5213, 'Task: Content updated for Rugsbd.com created.', 70, 1345, '2017-08-28 10:03:07', 30),
+(5214, 'Content updated for Rugsbd.com -Change status to: in-process', 70, 1345, '2017-08-28 10:03:17', 30),
+(5215, 'Content updated for Rugsbd.com -Change status to: done', 70, 1345, '2017-09-10 12:28:29', 30),
+(5216, 'Support Scan N Pack for Pacific Jeans -Change status to: done', 70, 1344, '2017-09-10 12:28:50', 30),
+(5217, 'DNCRP Complain Apps Testing -Change status to: done', 70, 1210, '2017-09-10 12:29:11', 30),
+(5218, 'Task: Edit Documents created.', 94, 1346, '2017-09-11 11:29:17', 2),
+(5219, 'Task: Service Page created.', 94, 1347, '2017-09-11 11:30:23', 2),
+(5220, 'Task: SEND EMAIL created.', 94, 1348, '2017-09-11 11:32:31', 2),
+(5221, 'Service Page -Change status to: in-process', 94, 1347, '2017-09-11 18:54:43', 44),
+(5222, 'Service Page -Change status to: done', 94, 1347, '2017-09-11 18:54:56', 44),
+(5223, 'SEND EMAIL -Change status to: in-process', 94, 1348, '2017-09-11 18:55:06', 44),
+(5224, 'Task: Add Calendar in Date of Birth created.', 94, 1349, '2017-09-12 13:22:20', 2),
+(5225, 'Task: Add form show in year created.', 94, 1350, '2017-09-12 13:25:05', 2),
+(5226, 'Task: Lead Add Form created.', 94, 1351, '2017-09-12 13:35:42', 2),
+(5227, 'Task: Lead Add Form Service created.', 94, 1352, '2017-09-12 13:36:33', 2),
+(5228, '<p>Score and Resume dont need to be required field also</p> -added to Lead Add Form.', 94, 1351, '2017-09-12 13:47:35', 2),
+(5229, 'Add Calendar in Date of Birth -Change status to: in-process', 94, 1349, '2017-09-13 12:05:32', 44),
+(5230, 'SEND EMAIL -Change status to: done', 94, 1348, '2017-09-13 12:05:37', 44),
+(5231, 'Add Calendar in Date of Birth -Change status to: done', 94, 1349, '2017-09-13 12:05:42', 44),
+(5232, 'Add form show in year -Change status to: in-process', 94, 1350, '2017-09-13 12:10:08', 44),
+(5233, 'Add form show in year -Change status to: done', 94, 1350, '2017-09-13 12:10:15', 44),
+(5234, 'Lead Add Form Service -Change status to: in-process', 94, 1352, '2017-09-13 12:57:57', 44),
+(5235, 'Lead Add Form Service -Change status to: done', 94, 1352, '2017-09-13 12:58:08', 44),
+(5236, 'Lead Add Form -Change status to: in-process', 94, 1351, '2017-09-13 12:58:33', 44),
+(5237, 'Lead Add Form -Change status to: done', 94, 1351, '2017-09-13 12:59:45', 44),
+(5238, 'Task: Top created.', 94, 1353, '2017-09-18 19:01:01', 2),
+(5239, 'Task: Top Task Notification created.', 94, 1354, '2017-09-18 19:02:13', 2),
+(5240, 'Task: Lead created.', 94, 1355, '2017-09-18 19:04:23', 2),
+(5241, 'Task: Service Subgroup created.', 94, 1356, '2017-09-18 19:05:06', 2),
+(5242, 'Top -Change status to: in-process', 94, 1353, '2017-09-19 15:24:11', 44),
+(5243, 'Top -Change status to: done', 94, 1353, '2017-09-19 15:24:16', 44),
+(5244, 'Top Task Notification -Change status to: in-process', 94, 1354, '2017-09-19 16:44:46', 44),
+(5245, 'Top Task Notification -Change status to: done', 94, 1354, '2017-09-19 16:45:06', 44),
+(5246, 'Lead -Change status to: in-process', 94, 1355, '2017-09-19 17:08:07', 44),
+(5247, 'Lead -Change status to: done', 94, 1355, '2017-09-19 17:08:18', 44),
+(5248, 'Service Subgroup -Change status to: in-process', 94, 1356, '2017-09-20 12:39:13', 44),
+(5249, 'Service Subgroup -Change status to: done', 94, 1356, '2017-09-20 12:39:20', 44),
+(5250, 'Task: Service Status created.', 94, 1357, '2017-09-20 18:39:30', 2),
+(5251, 'Task: Documents created.', 94, 1358, '2017-09-20 18:40:31', 2),
+(5252, 'Task: Demo website for naafco.com created.', 70, 1359, '2017-10-02 11:29:35', 2),
+(5253, 'Demo website for naafco.com -Change status to: in-process', 70, 1359, '2017-10-02 11:43:44', 30),
+(5254, 'Task: k7 - Finance created.', 70, 1360, '2017-10-03 19:45:21', 2),
+(5255, 'Task: remove time from date of birth created.', 94, 1361, '2017-10-03 21:13:01', 2),
+(5256, 'Task: In remarks add and show time too created.', 94, 1362, '2017-10-03 21:15:07', 2),
+(5257, 'Task: When I enter a remark add it to activity log. created.', 94, 1363, '2017-10-03 21:16:37', 2),
+(5258, 'Task: Note needs time too created.', 94, 1364, '2017-10-03 21:18:09', 2),
+(5259, 'Task: Keep these changes of notes and remarks in the service page as well created.', 94, 1365, '2017-10-03 21:19:10', 2),
+(5260, 'Md. Tanjim Al Akib assigned.', 66, 0, '2017-10-04 16:15:51', 2),
+(5261, 'Task: Transaction Add created.', 66, 1366, '2017-10-04 16:16:48', 2),
+(5262, 'Task: Account Page changes created.', 66, 1367, '2017-10-04 16:18:47', 2),
+(5263, 'Task: Change Revenue report/Expense report created.', 66, 1368, '2017-10-04 16:19:54', 2),
+(5264, 'Task: Dashboard Invoice Counting created.', 66, 1369, '2017-10-04 16:20:25', 2),
+(5265, 'Task: Print button fix created.', 66, 1370, '2017-10-04 16:21:29', 2),
+(5266, 'Task: User Access Log created.', 94, 1371, '2017-10-04 17:52:49', 2),
+(5267, 'Task: User Activity Log created.', 94, 1372, '2017-10-04 17:54:06', 2),
+(5268, 'Task: Lead Statistics in graph created.', 94, 1373, '2017-10-04 17:54:50', 2),
+(5269, 'Task: Activity created.', 94, 1374, '2017-10-04 17:57:35', 2),
+(5270, 'Task: Create a table of No Activity List created.', 94, 1375, '2017-10-04 17:59:10', 2),
+(5271, 'Task: Search created.', 94, 1376, '2017-10-04 18:06:20', 2),
+(5272, 'Dashboard Invoice Counting -Change status to: in-process', 66, 1369, '2017-10-05 12:06:16', 44),
+(5273, 'Dashboard Invoice Counting -Change status to: done', 66, 1369, '2017-10-05 12:06:25', 44),
+(5274, 'User Access Log -Change status to: in-process', 94, 1371, '2017-10-05 17:03:26', 44),
+(5275, 'User Access Log -Change status to: done', 94, 1371, '2017-10-05 18:00:49', 44),
+(5276, 'Project:Student Management App created.', 97, 0, '2017-10-19 19:52:04', 2),
+(5277, 'Project:Student Management App created.', 98, 0, '2017-10-19 19:53:08', 2),
+(5278, 'Project:Student Management App created.', 99, 0, '2017-10-19 19:57:00', 2),
+(5279, 'Task: Test Apps Brochure created.', 70, 1377, '2017-11-22 19:15:11', 2),
+(5280, 'Maruf Al Bashir  assigned.', 67, 0, '2017-11-29 18:08:55', 2),
+(5281, 'Maruf Al Bashir  assigned.', 67, 0, '2017-11-29 18:08:56', 2),
+(5282, 'Task: onubad - bangla to english created.', 67, 1378, '2017-11-29 18:09:50', 2),
+(5283, 'Task: Onubaad -- Bangla to english created.', 67, 1379, '2017-11-29 18:11:43', 2),
+(5284, 'Task: Onubaad -- Bangla to english created.', 67, 1380, '2017-11-29 18:12:44', 2),
+(5285, 'Sabuj Maksud assigned.', 67, 0, '2017-11-29 18:15:17', 2),
+(5286, 'Maruf Al Bashir  removed.', 67, 0, '2017-11-29 18:15:24', 2),
+(5287, 'Task: Math -- Age created.', 67, 1381, '2017-11-29 18:15:47', 2),
+(5288, '<p>https://www.facebook.com/ZakirsBCSspecials/posts/1384583968276233:0</p> -added to Math -- Age.', 67, 1381, '2017-11-29 18:17:13', 2),
+(5289, 'onubad - bangla to english -Change status to: in-process', 67, 1378, '2017-11-30 12:57:16', 41),
+(5290, 'onubad - bangla to english -Change status to: done', 67, 1378, '2017-11-30 12:57:59', 41),
+(5291, 'Onubaad -- Bangla to english -Change status to: in-process', 67, 1379, '2017-11-30 12:59:36', 41),
+(5292, 'Onubaad -- Bangla to english -Change status to: in-process', 67, 1380, '2017-11-30 15:50:17', 41),
+(5293, 'Onubaad -- Bangla to english -Change status to: done', 67, 1380, '2017-11-30 15:50:36', 41),
+(5294, 'Onubaad -- Bangla to english -Change status to: done', 67, 1379, '2017-11-30 15:50:42', 41),
+(5295, 'Task: http://www.prothom-alo.com/bangladesh/article/1372576/%E0%A6%A2%E0%A6%BE%E0%A6%95%E0%A6%BE%E0%A6%B0-%E0%A6%AC%E0%A6%BE%E0%A7%9F%E0%A7%81%E0%A6%A6%E0%A7%82%E0%A6%B7%E0%A6%A3-%E0%A6%95%E0%A6%AE%E0%A6%BE%E0%A6%A4%E0%A7%87-%E0%A7%A7%E0%A7%A7-%E0%A6', 67, 1382, '2017-11-30 16:54:41', 2),
+(5296, 'http://www.prothom-alo.com/bangladesh/article/1372576/%E0%A6%A2%E0%A6%BE%E0%A6%95%E0%A6%BE%E0%A6%B0-%E0%A6%AC%E0%A6%BE%E0%A7%9F%E0%A7%81%E0%A6%A6%E0%A7%82%E0%A6%B7%E0%A6%A3-%E0%A6%95%E0%A6%AE%E0%A6%BE%E0%A6%A4%E0%A7%87-%E0%A7%A7%E0%A7%A7-%E0%A6%B8%E0', 67, 1382, '2017-11-30 16:55:06', 41),
+(5297, 'http://www.prothom-alo.com/bangladesh/article/1372576/%E0%A6%A2%E0%A6%BE%E0%A6%95%E0%A6%BE%E0%A6%B0-%E0%A6%AC%E0%A6%BE%E0%A7%9F%E0%A7%81%E0%A6%A6%E0%A7%82%E0%A6%B7%E0%A6%A3-%E0%A6%95%E0%A6%AE%E0%A6%BE%E0%A6%A4%E0%A7%87-%E0%A7%A7%E0%A7%A7-%E0%A6%B8%E0', 67, 1382, '2017-11-30 17:22:01', 41),
+(5298, 'Project:Training Apps created.', 100, 0, '2017-12-07 12:41:02', 2),
+(5299, 'Tarikul Islam assigned.', 73, 0, '2017-12-07 17:08:27', 2),
+(5300, 'Task: Remove বেসরকারি শিক্ষক নিবন্ধন  created.', 73, 1394, '2017-12-07 17:10:47', 2),
+(5301, 'Task: Paid Error created.', 73, 1395, '2017-12-07 17:13:54', 2),
+(5302, 'Task: Footer Overlap created.', 73, 1396, '2017-12-07 17:14:50', 2),
+(5303, 'Task: Footer Overlap created.', 73, 1397, '2017-12-07 17:14:51', 2),
+(5304, 'Task: Add Year in the exam table created.', 73, 1398, '2017-12-07 17:16:21', 2),
+(5305, 'Task: Previous Job Test Page created.', 73, 1399, '2017-12-07 17:17:31', 2),
+(5306, 'Task: New group tag with category created.', 73, 1400, '2017-12-07 17:18:25', 2),
+(5307, 'Add document: Bank Asia management trainee 2017.docx', 67, 0, '2017-12-07 17:42:37', 41),
+(5308, 'Task: Bank Asia management trainee 2017 created.', 67, 0, '2017-12-07 17:42:59', 41),
+(5309, 'Task: Bank Asia management trainee 2017 created.', 67, 1401, '2017-12-07 17:42:59', 41),
+(5310, 'Add document: Modhumoti bank pro off 2017.docx', 67, 0, '2017-12-07 17:43:40', 41),
+(5311, 'Task: Modhumoti bank pro off 2017 created.', 67, 0, '2017-12-07 17:44:08', 41),
+(5312, 'Task: Modhumoti bank pro off 2017 created.', 67, 1402, '2017-12-07 17:44:08', 41),
+(5313, 'Add document: pubali_bank_trainee_assistant_teller 2017.docx', 67, 0, '2017-12-07 17:46:06', 41),
+(5314, 'Task: pubali_bank_trainee_assistant_teller 2017 created.', 67, 0, '2017-12-07 17:47:04', 41),
+(5315, 'Task: pubali_bank_trainee_assistant_teller 2017 created.', 67, 1403, '2017-12-07 17:47:04', 41),
+(5316, 'Add document: Social Islami Bank Ltd 2017.docx', 67, 0, '2017-12-07 17:47:24', 41),
+(5317, 'Task: Social Islami Bank Ltd 2017 created.', 67, 0, '2017-12-07 17:47:58', 41),
+(5318, 'Task: Social Islami Bank Ltd 2017 created.', 67, 1404, '2017-12-07 17:47:58', 41),
+(5319, 'Task: One bank special cadre officer 2017 created.', 67, 0, '2017-12-10 14:18:01', 41),
+(5320, 'Task: One bank special cadre officer 2017 created.', 67, 1405, '2017-12-10 14:18:01', 41),
+(5321, ' -added to One bank special cadre officer 2017.', 67, 1405, '2017-12-10 16:19:31', 41),
+(5322, 'Task: Question - Add and Edit  created.', 73, 0, '2017-12-10 16:47:56', 95),
+(5323, 'Task: Question - Add and Edit  created.', 73, 1406, '2017-12-10 16:47:56', 95),
+(5324, 'Task: Checking Data comma(,) created.', 73, 0, '2017-12-10 16:51:08', 95),
+(5325, 'Task: Checking Data comma(,) created.', 73, 1407, '2017-12-10 16:51:09', 95),
+(5326, 'Table Name : exam_question -added to Checking Data comma(,).', 73, 1407, '2017-12-10 18:01:15', 95),
+(5327, 'Remove বেসরকারি শিক্ষক নিবন্ধন  -Change status to: in-process', 73, 1394, '2017-12-10 18:01:43', 95),
+(5328, 'Add Year in the exam table -Change status to: in-process', 73, 1398, '2017-12-10 18:01:54', 95),
+(5329, 'Previous Job Test Page -Change status to: in-process', 73, 1399, '2017-12-10 18:02:19', 95),
+(5330, 'Add Year in the exam table -Change status to: done', 73, 1398, '2017-12-10 18:02:50', 95),
+(5331, 'Remove বেসরকারি শিক্ষক নিবন্ধন  -Change status to: done', 73, 1394, '2017-12-10 18:22:54', 95),
+(5332, 'Footer Overlap -Change status to: in-process', 73, 1396, '2017-12-10 18:23:51', 95),
+(5333, 'Footer Overlap -Change status to: in-process', 73, 1397, '2017-12-10 18:24:02', 95),
+(5334, 'Footer Overlap -Change status to: done', 73, 1396, '2017-12-10 18:56:04', 95),
+(5335, 'Footer Overlap -Change status to: done', 73, 1397, '2017-12-10 18:57:24', 95),
+(5336, 'Paid Error -Change status to: in-process', 73, 1395, '2017-12-11 14:34:45', 95),
+(5337, 'Paid Error -Change status to: done', 73, 1395, '2017-12-11 16:37:08', 95),
+(5338, 'Task: StudyPress Featured News Problem created.', 73, 1408, '2017-12-11 16:52:56', 2),
+(5339, 'Project:Handbl Website created.', 101, 0, '2017-12-14 16:11:49', 2),
+(5340, 'Nurul Muhammad Haque assigned.', 101, 0, '2017-12-14 16:12:09', 2),
+(5341, 'Sabuj Maksud assigned.', 101, 0, '2017-12-14 16:12:21', 2),
+(5342, 'Maruf Al Bashir  assigned.', 101, 0, '2017-12-14 16:12:36', 2),
+(5343, 'Task: Client Task created.', 101, 1410, '2017-12-14 16:14:02', 2),
+(5344, 'Ahnaful Hasan assigned.', 96, 0, '2017-12-18 17:33:15', 2),
+(5345, 'Task: Introduction created.', 96, 1411, '2017-12-18 17:35:09', 2),
+(5346, 'Task: Home Page Design created.', 101, 1412, '2017-12-18 17:53:12', 2),
+(5347, 'Task: Convert PSD to HTML created.', 101, 1413, '2017-12-18 17:54:06', 2),
+(5348, 'Home Page Design -Change status to: in-process', 101, 1412, '2017-12-19 11:58:27', 30),
+(5349, 'Nuvista Training Module -> Requirement analysis -Change status to: done', 70, 1201, '2017-12-19 11:59:11', 30),
+(5350, 'Support Scan N Pack for IL Bangla  -Change status to: done', 70, 1296, '2017-12-19 11:59:32', 30),
+(5351, 'Home Page Design -Change status to: done', 101, 1412, '2017-12-19 12:00:02', 30),
+(5352, 'Meeting with Client -Change status to: in-process', 0, 1409, '2017-12-19 12:01:53', 30),
+(5353, 'Noruzzaman Khan assigned.', 96, 0, '2017-12-19 20:16:02', 2),
+(5354, 'Sabuj Maksud assigned.', 96, 0, '2017-12-19 20:16:11', 2),
+(5355, 'Task: Hierarchy Setup created.', 96, 0, '2017-12-19 20:18:31', 101),
+(5356, 'Task: Hierarchy Setup created.', 96, 1414, '2017-12-19 20:18:31', 101),
+(5357, 'User: Ahnaful Hasan added', 96, 1414, '2017-12-19 20:18:50', 2),
+(5358, 'Hierarchy Setup -Change status to: in-process', 96, 1414, '2017-12-20 18:15:27', 100),
+(5359, 'Task: ABOUT US page created.', 101, 0, '2017-12-21 10:35:00', 30),
+(5360, 'Task: ABOUT US page created.', 101, 1415, '2017-12-21 10:35:00', 30),
+(5361, 'ABOUT US page -Change status to: in-process', 101, 1415, '2017-12-21 10:35:12', 30),
+(5362, 'Task:Transaction Add removed.', 66, 0, '2017-12-24 11:46:47', 2),
+(5363, 'Task:Account Page changes removed.', 66, 0, '2017-12-24 11:46:50', 2),
+(5364, 'Task:Change Revenue report/Expense report removed.', 66, 0, '2017-12-24 11:46:58', 2),
+(5365, 'Task:Print button fix removed.', 66, 0, '2017-12-24 11:47:03', 2),
+(5366, 'Tarikul Islam assigned.', 66, 0, '2017-12-24 11:47:24', 2),
+(5367, 'Md. Tanjim Al Akib removed.', 66, 0, '2017-12-24 11:47:30', 2),
+(5368, 'Task: Invoice Page Pagination created.', 66, 1416, '2017-12-24 11:48:15', 2),
+(5369, 'Task: Invoice Print created.', 66, 1417, '2017-12-24 11:49:20', 2),
+(5370, 'Task: Invoice Creation and Payment created.', 66, 1418, '2017-12-24 11:50:45', 2),
+(5371, 'Task: Invoice Creation created.', 66, 1419, '2017-12-24 11:51:38', 2),
+(5372, 'Task: Session Timeout Issue created.', 66, 1420, '2017-12-24 11:53:19', 2),
+(5373, 'Task: Type Table created.', 96, 1421, '2017-12-24 13:30:28', 2),
+(5374, 'Task: Outlet Info created.', 96, 1422, '2017-12-24 13:31:01', 2),
+(5375, 'Task: Doctos DB created.', 96, 1423, '2017-12-24 13:31:27', 2),
+(5376, 'Task: Location DB created.', 96, 1424, '2017-12-24 13:32:03', 2),
+(5377, 'Type Table -Change status to: in-process', 96, 1421, '2017-12-24 17:10:47', 100),
+(5378, 'Type Table -Change status to: completed', 96, 1421, '2017-12-24 17:11:11', 100),
+(5379, 'Invoice Page Pagination -Change status to: done', 66, 1416, '2017-12-24 17:34:05', 95),
+(5380, 'Invoice Print -Change status to: done', 66, 1417, '2017-12-24 17:34:14', 95),
+(5381, 'Invoice Creation and Payment -Change status to: done', 66, 1418, '2017-12-24 17:34:23', 95),
+(5382, 'Invoice Creation -Change status to: done', 66, 1419, '2017-12-24 17:34:28', 95),
+(5383, 'Project:Share Network created.', 102, 0, '2017-12-26 15:04:52', 2),
+(5384, 'ABOUT US page -Change status to: done', 101, 1415, '2017-12-26 15:04:58', 30),
+(5385, 'Shamme Zeba assigned.', 102, 0, '2017-12-26 15:05:16', 2),
+(5386, 'Task: Invitation Study and testing created.', 102, 1425, '2017-12-26 15:05:55', 2),
+(5387, 'Task: Database Design created.', 102, 1426, '2017-12-26 15:06:22', 2),
+(5388, 'Invitation Study and testing -Change status to: in-process', 102, 1425, '2017-12-26 15:07:36', 36),
+(5389, 'Tarikul Islam assigned.', 96, 0, '2017-12-26 18:45:20', 2),
+(5390, 'Tarikul Islam assigned.', 96, 0, '2017-12-26 18:45:22', 2),
+(5391, 'User: Tarikul Islam added', 96, 1424, '2017-12-26 18:45:38', 2),
+(5392, 'User: Tarikul Islam added', 96, 1422, '2017-12-26 18:45:46', 2),
+(5393, 'User: Tarikul Islam added', 96, 1422, '2017-12-26 18:45:50', 2),
+(5394, 'User: Tarikul Islam added', 96, 1424, '2017-12-26 18:45:56', 2),
+(5395, 'User: Tarikul Islam added', 96, 1421, '2017-12-26 18:46:09', 2),
+(5396, 'Task: Create a User Manual created.', 66, 1427, '2018-01-08 11:33:51', 2),
+(5397, 'Maruf Al Bashir  removed.', 86, 0, '2018-01-13 01:40:20', 2),
+(5398, 'Helal Mohammad assigned.', 86, 0, '2018-01-13 01:40:39', 2),
+(5399, 'Task: Bank Q created.', 67, 1428, '2018-01-13 02:09:22', 2),
+(5400, 'Database Design -Change status to: done', 102, 1426, '2018-01-14 11:49:09', 36),
+(5401, 'Task: Api Intregation for sign up  created.', 102, 0, '2018-01-14 11:49:29', 36),
+(5402, 'Task: Api Intregation for sign up  created.', 102, 1429, '2018-01-14 11:49:29', 36),
+(5403, 'Api Intregation for sign up  -Change status to: in-process', 102, 1429, '2018-01-14 11:49:36', 36),
+(5404, 'Api Intregation for sign up  -Change status to: done', 102, 1429, '2018-01-15 12:42:17', 36),
+(5405, 'Task: Profile info sync with server created.', 102, 0, '2018-01-15 12:42:41', 36),
+(5406, 'Task: Profile info sync with server created.', 102, 1430, '2018-01-15 12:42:41', 36),
+(5407, 'Task: Profile info sync with server created.', 102, 0, '2018-01-15 12:42:41', 36),
+(5408, 'Task: Profile info sync with server created.', 102, 1431, '2018-01-15 12:42:41', 36),
+(5409, 'Profile info sync with server -Change status to: in-process', 102, 1431, '2018-01-15 12:42:52', 36),
+(5410, 'Lutfullahil Kabir Ashik assigned.', 99, 0, '2018-01-29 14:07:15', 2),
+(5411, 'Helal Mohammad assigned.', 99, 0, '2018-01-29 14:07:31', 2),
+(5412, 'Task: Database Development created.', 99, 1432, '2018-01-29 14:08:48', 2),
+(5413, 'Task: Main Portal: Add user created.', 99, 1433, '2018-01-29 14:09:40', 2),
+(5414, 'Task:  created.', 99, 1434, '2018-01-29 14:15:04', 2),
+(5415, 'Task: IECC Conversion created.', 99, 1435, '2018-01-29 14:15:57', 2),
+(5416, 'Task: IECC: User Management created.', 99, 1436, '2018-01-29 14:17:18', 2),
+(5417, 'Task: IECC: Requirement created.', 99, 1437, '2018-01-29 14:18:11', 2),
+(5418, 'Task: IECC: OFFICE  created.', 99, 1438, '2018-01-29 14:18:42', 2),
+(5419, 'Task: Sub agent Management created.', 99, 1439, '2018-01-29 14:19:23', 2),
+(5420, 'Task: Channel Management created.', 99, 1440, '2018-01-29 14:20:11', 2),
+(5421, 'Task: Correction of Requirement and User Management created.', 99, 1441, '2018-01-29 14:22:30', 2),
+(5422, 'Task: Lead Status created.', 99, 1442, '2018-01-29 14:23:24', 2),
+(5423, 'Task: Lead Form created.', 99, 1443, '2018-01-29 14:23:56', 2),
+(5424, 'Add document: IECC_New DB Management.docx', 99, 0, '2018-01-29 14:39:02', 2),
+(5425, 'Hadiur Rahman assigned.', 99, 0, '2018-01-29 14:51:43', 105),
+(5426, 'I\'ve completed database design for Lead section. So i need more time to complete all the form pages in lead section. Today I\'ve uploaded one form page for personal information and the other pages will be uploaded tomorrow. -added to Lead Form.', 99, 1443, '2018-01-30 19:26:05', 77),
+(5427, 'Task: Modification of subagent form created.', 99, 1444, '2018-01-31 00:49:46', 2),
+(5428, 'Project:My Task created.', 103, 0, '2018-01-31 13:11:03', 2),
+(5429, 'Helal Mohammad assigned.', 103, 0, '2018-01-31 13:11:26', 2),
+(5430, 'Task: Studypress presentation created.', 103, 1445, '2018-01-31 13:11:59', 2),
+(5431, 'Task: IECC subagent created.', 103, 1446, '2018-01-31 13:12:26', 2),
+(5432, 'Task: studypress PR created.', 103, 1447, '2018-01-31 13:12:50', 2),
+(5433, 'Project:ScanPack created.', 104, 0, '2018-01-31 13:55:57', 2),
+(5434, 'Sabuj Maksud assigned.', 104, 0, '2018-01-31 13:56:34', 2),
+(5435, 'Task: Support to GTL created.', 104, 1448, '2018-01-31 13:57:06', 2),
+(5436, 'Task: Studypress: Add news and questions created.', 103, 1449, '2018-01-31 14:15:23', 2),
+(5437, 'Task: IECC email problems created.', 103, 1450, '2018-01-31 14:15:45', 2),
+(5438, 'Task: Epic Bill created.', 103, 1451, '2018-01-31 14:16:24', 2),
+(5439, 'Task: adding  release keystore  created.', 102, 0, '2018-01-31 15:00:05', 36),
+(5440, 'Task: adding  release keystore  created.', 102, 1452, '2018-01-31 15:00:05', 36),
+(5441, 'adding  release keystore  -Change status to: in-process', 102, 1452, '2018-01-31 15:00:13', 36),
+(5442, 'Task: Support to CIPL - Epic created.', 104, 0, '2018-01-31 15:34:21', 30),
+(5443, 'Task: Support to CIPL - Epic created.', 104, 1453, '2018-01-31 15:34:21', 30),
+(5444, 'Support to CIPL - Epic -Change status to: in-process', 104, 1453, '2018-01-31 15:34:29', 30),
+(5445, 'Support to CIPL - Epic -Change status to: done', 104, 1453, '2018-01-31 15:34:39', 30),
+(5446, 'Task: item remove from list when every item\'s functionality done  created.', 102, 0, '2018-02-01 11:37:21', 36),
+(5447, 'Task: item remove from list when every item\'s functionality done  created.', 102, 1454, '2018-02-01 11:37:21', 36),
+(5448, 'adding  release keystore  -Change status to: done', 102, 1452, '2018-02-01 11:37:29', 36),
+(5449, 'Task: testing app with android 6  created.', 102, 0, '2018-02-01 11:37:54', 36),
+(5450, 'Task: testing app with android 6  created.', 102, 1455, '2018-02-01 11:37:54', 36),
+(5451, 'Task: add crashlytic (fabric) module into app created.', 102, 0, '2018-02-01 11:40:41', 36),
+(5452, 'Task: add crashlytic (fabric) module into app created.', 102, 1456, '2018-02-01 11:40:41', 36),
+(5453, 'item remove from list when every item\'s functionality done  -Change status to: in-process', 102, 1454, '2018-02-01 11:40:49', 36),
+(5454, 'Task: Studypress News and job  created.', 103, 1457, '2018-02-01 13:13:55', 2),
+(5455, 'User: Lutfullahil Kabir Ashik added', 99, 1444, '2018-02-01 20:17:45', 2),
+(5456, 'Task: Agile Meeting created.', 99, 1458, '2018-02-01 20:18:49', 2),
+(5457, 'Task: Studypress Questions add created.', 103, 1459, '2018-02-01 20:56:51', 2),
+(5458, 'Task: Lead Page created.', 66, 1460, '2018-02-04 09:53:46', 2),
+(5459, 'Task: Lead Add created.', 66, 1461, '2018-02-04 10:05:17', 2),
+(5460, 'Task: Eduaid CRM Bug List created.', 103, 1462, '2018-02-04 10:18:24', 2),
+(5461, 'Task: Presentation for Training Apps created.', 103, 1463, '2018-02-04 10:19:03', 2),
+(5462, 'Task: Invoice to Client mapping wrong created.', 75, 1464, '2018-02-04 10:20:04', 2),
+(5463, 'Task: Studypress FB Post created.', 103, 1465, '2018-02-04 10:20:42', 2),
+(5464, 'Task: Meeting with team created.', 103, 1466, '2018-02-04 10:21:10', 2),
+(5465, 'Task: Document Mapping created.', 66, 1467, '2018-02-04 10:31:51', 2),
+(5466, 'Task: Birthday in dashboard created.', 66, 1468, '2018-02-04 10:33:26', 2),
+(5467, ' -added to item remove from list when every item\'s functionality done .', 102, 1454, '2018-02-04 10:34:51', 36),
+(5468, 'item remove from list when every item\'s functionality done  -Change status to: in-process', 102, 1454, '2018-02-04 10:35:02', 36),
+(5469, 'Task: Bdjobs job circular created.', 103, 1469, '2018-02-04 10:44:28', 2),
+(5470, 'Task: Universal Jeans Support created.', 104, 0, '2018-02-04 10:58:56', 30),
+(5471, 'Task: Universal Jeans Support created.', 104, 1470, '2018-02-04 10:58:56', 30),
+(5472, 'Universal Jeans Support -Change status to: in-process', 104, 1470, '2018-02-04 10:59:03', 30),
+(5473, 'Universal Jeans Support -Change status to: done', 104, 1470, '2018-02-04 11:11:48', 30),
+(5474, 'Task: there is a problem in an api.bug will be fix after fixing api   created.', 102, 0, '2018-02-04 11:20:20', 36),
+(5475, 'Task: there is a problem in an api.bug will be fix after fixing api   created.', 102, 1471, '2018-02-04 11:20:20', 36),
+(5476, 'Task: Api Problem: 1.) Mutual connection 2.) Post  Api in request recommand (not insert data) created.', 102, 0, '2018-02-04 11:42:16', 36),
+(5477, 'Task: Api Problem: 1.) Mutual connection 2.) Post  Api in request recommand (not insert data) created.', 102, 1472, '2018-02-04 11:42:16', 36),
+(5478, 'Task: Support to Regency Garments created.', 104, 0, '2018-02-04 13:33:06', 30),
+(5479, 'Task: Support to Regency Garments created.', 104, 1473, '2018-02-04 13:33:06', 30),
+(5480, 'Task: Support to Regency Garments created.', 104, 0, '2018-02-04 13:33:11', 30),
+(5481, 'Task: Support to Regency Garments created.', 104, 1474, '2018-02-04 13:33:11', 30),
+(5482, 'Support to Regency Garments -Change status to: in-process', 104, 1474, '2018-02-04 13:33:27', 30),
+(5483, 'Support to Regency Garments -Change status to: done', 104, 1474, '2018-02-04 13:47:16', 30),
+(5484, 'Support to Regency Garments -Change status to: in-process', 104, 1473, '2018-02-04 13:52:44', 30),
+(5485, 'Support to Regency Garments -Change status to: done', 104, 1473, '2018-02-04 13:54:18', 30),
+(5486, 'Task: Support to M & J Group created.', 104, 0, '2018-02-05 12:10:17', 30),
+(5487, 'Task: Support to M & J Group created.', 104, 1475, '2018-02-05 12:10:17', 30),
+(5488, 'Support to M & J Group -Change status to: in-process', 104, 1475, '2018-02-05 12:10:24', 30),
+(5489, 'Support to M & J Group -Change status to: done', 104, 1475, '2018-02-05 15:24:42', 30),
+(5490, 'Task: Logo created.', 70, 1476, '2018-02-05 16:00:57', 2),
+(5491, 'Task: Water Front Website created.', 70, 1477, '2018-02-05 16:02:20', 2),
+(5492, 'Task:HotelBids Work removed.', 70, 0, '2018-02-05 16:02:33', 2),
+(5493, 'Task:MS App test removed.', 70, 0, '2018-02-05 16:02:47', 2),
+(5494, 'Task:Studypress Network Ltd. removed.', 70, 0, '2018-02-05 16:02:53', 2),
+(5495, 'Shamme Zeba assigned.', 67, 0, '2018-02-05 16:54:38', 2),
+(5496, 'Task: Lead Details page created.', 66, 1478, '2018-02-06 15:45:09', 2),
+(5497, 'Task: Create Invoice created.', 66, 1479, '2018-02-06 15:51:12', 2),
+(5498, 'Task: Account Head  created.', 66, 1480, '2018-02-06 16:00:24', 2),
+(5499, 'Task: Sub-agent Modification (2nd stage) created.', 99, 0, '2018-02-06 16:16:37', 77),
+(5500, 'Task: Sub-agent Modification (2nd stage) created.', 99, 1481, '2018-02-06 16:16:37', 77),
+(5501, 'Task: Sub-agent User add option created.', 99, 0, '2018-02-06 16:19:18', 77),
+(5502, 'Task: Sub-agent User add option created.', 99, 1482, '2018-02-06 16:19:18', 77),
+(5503, 'Sub-agent Modification (2nd stage) -Change status to: in-process', 99, 1481, '2018-02-06 16:19:38', 77),
+(5504, 'Modification of subagent form -Change status to: done', 99, 1444, '2018-02-06 16:23:59', 77),
+(5505, 'Task: payment gateway (stripe) study created.', 67, 0, '2018-02-06 16:24:03', 36),
+(5506, 'Task: payment gateway (stripe) study created.', 67, 1483, '2018-02-06 16:24:03', 36),
+(5507, 'payment gateway (stripe) study -Change status to: in-process', 67, 1483, '2018-02-06 16:24:08', 36),
+(5508, 'payment gateway (stripe) study -Change status to: done', 67, 1483, '2018-02-06 16:24:19', 36),
+(5509, 'Task: Lead Setup (10 sections) created.', 99, 0, '2018-02-06 16:30:12', 77),
+(5510, 'Task: Lead Setup (10 sections) created.', 99, 1484, '2018-02-06 16:30:12', 77),
+(5511, 'Sub-agent Modification (2nd stage) -Change status to: done', 99, 1481, '2018-02-06 19:01:08', 77),
+(5512, 'Task: Task Setup form Clander created.', 66, 0, '2018-02-07 10:52:40', 95),
+(5513, 'Task: Task Setup form Clander created.', 66, 1485, '2018-02-07 10:52:40', 95),
+(5514, 'Task: Sync vocabulary with database created.', 67, 0, '2018-02-07 11:06:42', 36),
+(5515, 'Task: Sync vocabulary with database created.', 67, 1486, '2018-02-07 11:06:42', 36),
+(5516, 'Sync vocabulary with database -Change status to: in-process', 67, 1486, '2018-02-07 11:06:49', 36),
+(5517, 'Logo -Change status to: in-process', 70, 1476, '2018-02-07 15:40:52', 30),
+(5518, 'Water Front Website -Change status to: in-process', 70, 1477, '2018-02-07 15:41:45', 30),
+(5519, 'Task: Total Leads and Total Clients In Dashboard created.', 66, 0, '2018-02-07 19:05:28', 95),
+(5520, 'Task: Total Leads and Total Clients In Dashboard created.', 66, 1487, '2018-02-07 19:05:28', 95),
+(5521, 'Task: Payment Confirmation For Invoice With email created.', 66, 0, '2018-02-07 19:06:11', 95),
+(5522, 'Task: Payment Confirmation For Invoice With email created.', 66, 1488, '2018-02-07 19:06:11', 95),
+(5523, 'Task: Show All Data if have in Lead details Page created.', 66, 0, '2018-02-07 19:07:25', 95),
+(5524, 'Task: Show All Data if have in Lead details Page created.', 66, 1489, '2018-02-07 19:07:25', 95),
+(5525, 'Task: identify some problem in Vocabulary sync api  created.', 67, 0, '2018-02-08 12:01:58', 36),
+(5526, 'Task: identify some problem in Vocabulary sync api  created.', 67, 1490, '2018-02-08 12:01:58', 36),
+(5527, 'Task: How to use -> adding in navigation created.', 67, 0, '2018-02-08 12:02:17', 36),
+(5528, 'Task: How to use -> adding in navigation created.', 67, 1491, '2018-02-08 12:02:17', 36),
+(5529, 'How to use -> adding in navigation -Change status to: in-process', 67, 1491, '2018-02-08 12:02:26', 36),
+(5530, 'How to use -> adding in navigation -Change status to: done', 67, 1491, '2018-02-08 13:01:32', 36),
+(5531, 'Task: Bug fixing Last chapter access by user id  created.', 67, 0, '2018-02-11 15:19:14', 36),
+(5532, 'Task: Bug fixing Last chapter access by user id  created.', 67, 1492, '2018-02-11 15:19:14', 36),
+(5533, 'Bug fixing Last chapter access by user id  -Change status to: in-process', 67, 1492, '2018-02-11 15:19:26', 36),
+(5534, 'Bug fixing Last chapter access by user id  -Change status to: done', 67, 1492, '2018-02-11 15:22:36', 36),
+(5535, 'Task: bug fixing on non member user membership created.', 67, 0, '2018-02-11 15:23:07', 36),
+(5536, 'Task: bug fixing on non member user membership created.', 67, 1493, '2018-02-11 15:23:07', 36),
+(5537, 'User: Lutfullahil Kabir Ashik added', 99, 1484, '2018-02-13 16:54:42', 2),
+(5538, 'Task: Profile Management Step Queue created.', 99, 1494, '2018-02-13 21:17:21', 2),
+(5539, 'Task: Lead Setup updates created.', 99, 1495, '2018-02-13 21:18:06', 2),
+(5540, 'Task: Some functionality change in vocabulray: sync & fetch created.', 67, 0, '2018-02-14 09:46:32', 36),
+(5541, 'Task: Some functionality change in vocabulray: sync & fetch created.', 67, 1496, '2018-02-14 09:46:32', 36),
+(5542, 'Some functionality change in vocabulray: sync & fetch -Change status to: in-process', 67, 1496, '2018-02-15 14:22:59', 36),
+(5543, 'Some functionality change in vocabulray: sync & fetch -Change status to: done', 67, 1496, '2018-02-15 14:23:06', 36),
+(5544, 'Task: Testing studypress app with bug fixing created.', 67, 0, '2018-02-15 14:23:26', 36),
+(5545, 'Task: Testing studypress app with bug fixing created.', 67, 1497, '2018-02-15 14:23:26', 36),
+(5546, 'Testing studypress app with bug fixing -Change status to: in-process', 67, 1497, '2018-02-15 14:23:31', 36),
+(5547, 'Task: remove member type functionality from all ui created.', 67, 0, '2018-02-18 12:07:20', 36),
+(5548, 'Task: remove member type functionality from all ui created.', 67, 1498, '2018-02-18 12:07:20', 36),
+(5549, 'remove member type functionality from all ui -Change status to: in-process', 67, 1498, '2018-02-18 12:07:27', 36),
+(5550, 'Task: CV short listing created.', 103, 1499, '2018-02-23 16:32:28', 2),
+(5551, 'Task: news jobs created.', 103, 1500, '2018-02-23 16:32:52', 2),
+(5552, 'User: Lutfullahil Kabir Ashik added', 99, 1494, '2018-03-03 16:54:12', 2),
+(5553, 'User: Lutfullahil Kabir Ashik added', 99, 1494, '2018-03-03 16:54:13', 2),
+(5554, 'User: Lutfullahil Kabir Ashik added', 99, 1494, '2018-03-03 16:54:35', 2),
+(5555, 'Task: CIPL created.', 104, 1501, '2018-03-03 16:56:45', 2),
+(5556, 'CIPL -Change status to: in-process', 104, 1501, '2018-03-04 10:39:20', 30),
+(5557, 'CIPL -Change status to: done', 104, 1501, '2018-03-04 10:39:45', 30),
+(5558, 'Task: Support to Stylecraft created.', 104, 0, '2018-03-04 14:58:22', 30),
+(5559, 'Task: Support to Stylecraft created.', 104, 1502, '2018-03-04 14:58:22', 30),
+(5560, 'Support to Stylecraft -Change status to: in-process', 104, 1502, '2018-03-04 14:58:28', 30),
+(5561, 'Support to Stylecraft -Change status to: done', 104, 1502, '2018-03-04 15:18:20', 30),
+(5562, 'Task: Support to IL Bangla created.', 104, 0, '2018-03-05 12:51:31', 30),
+(5563, 'Task: Support to IL Bangla created.', 104, 1503, '2018-03-05 12:51:31', 30),
+(5564, 'Support to IL Bangla -Change status to: in-process', 104, 1503, '2018-03-05 12:52:37', 30),
+(5565, 'Support to IL Bangla -Change status to: done', 104, 1503, '2018-03-05 12:59:19', 30),
+(5566, 'Task: ILBangla Ltd. created.', 104, 0, '2018-03-05 13:00:26', 30),
+(5567, 'Task: ILBangla Ltd. created.', 104, 1504, '2018-03-05 13:00:26', 30),
+(5568, 'Project:Sales created.', 105, 0, '2018-03-05 13:49:13', 2),
+(5569, 'Tahniat Swarna assigned.', 105, 0, '2018-03-05 13:49:57', 2),
+(5570, 'Helal Mohammad assigned.', 105, 0, '2018-03-05 13:50:40', 2),
+(5571, 'Task: Presentation for studypress created.', 105, 0, '2018-03-05 13:53:33', 110),
+(5572, 'Task: Presentation for studypress created.', 105, 1505, '2018-03-05 13:53:33', 110),
+(5573, 'Presentation for studypress -Change status to: in-process', 105, 1505, '2018-03-05 13:53:43', 110),
+(5574, 'Project:Sales Tracker Mobile Apps created.', 106, 0, '2018-03-05 15:47:27', 2),
+(5575, 'Shamme Zeba assigned.', 106, 0, '2018-03-05 15:47:52', 2),
+(5576, 'Task: Google Map API Implementation created.', 106, 1506, '2018-03-05 15:48:55', 2),
+(5577, 'Task: UI Completion created.', 106, 1507, '2018-03-05 15:49:45', 2),
+(5578, 'Task: Login/Registration created.', 106, 1508, '2018-03-05 15:50:25', 2),
+(5579, 'Task: Appointment created.', 106, 1509, '2018-03-05 15:50:46', 2),
+(5580, 'Task: Tasks created.', 106, 1510, '2018-03-05 15:51:22', 2),
+(5581, 'Task: Push Notification created.', 106, 1511, '2018-03-05 15:51:44', 2),
+(5582, 'Task: Location Entry and show created.', 106, 1512, '2018-03-05 15:52:13', 2),
+(5583, 'Google Map API Implementation -Change status to: in-process', 106, 1506, '2018-03-05 17:28:37', 36),
+(5584, 'Task: Email & Sms format created.', 105, 0, '2018-03-05 17:59:17', 110),
+(5585, 'Task: Email & Sms format created.', 105, 1513, '2018-03-05 17:59:17', 110),
+(5586, 'Email & Sms format -Change status to: in-process', 105, 1513, '2018-03-05 17:59:23', 110),
+(5587, 'Email & Sms format -Change status to: done', 105, 1513, '2018-03-05 17:59:30', 110),
+(5588, 'Task: Details about categories created.', 105, 0, '2018-03-05 18:05:43', 110),
+(5589, 'Task: Details about categories created.', 105, 1514, '2018-03-05 18:05:43', 110),
+(5590, 'Details about categories -Change status to: in-process', 105, 1514, '2018-03-05 18:05:48', 110),
+(5591, 'Details about categories -Change status to: done', 105, 1514, '2018-03-05 18:05:54', 110),
+(5592, 'Task: presentation slide bangla created.', 105, 0, '2018-03-06 11:03:37', 110),
+(5593, 'Task: presentation slide bangla created.', 105, 1515, '2018-03-06 11:03:37', 110),
+(5594, 'presentation slide bangla -Change status to: in-process', 105, 1515, '2018-03-06 11:03:44', 110),
+(5595, 'presentation slide bangla -Change status to: done', 105, 1515, '2018-03-06 11:50:11', 110),
+(5596, 'Task: word file of all categories. created.', 105, 0, '2018-03-06 13:09:52', 110),
+(5597, 'Task: word file of all categories. created.', 105, 1516, '2018-03-06 13:09:52', 110),
+(5598, 'word file of all categories. -Change status to: in-process', 105, 1516, '2018-03-06 13:10:06', 110),
+(5599, 'word file of all categories. -Change status to: done', 105, 1516, '2018-03-06 13:29:47', 110),
+(5600, 'Task: Account create created.', 105, 0, '2018-03-06 14:12:51', 110),
+(5601, 'Task: Account create created.', 105, 1517, '2018-03-06 14:12:51', 110),
+(5602, 'Project:Studypress User Portal created.', 107, 0, '2018-03-06 15:57:10', 2),
+(5603, 'Md. Jowel assigned.', 107, 0, '2018-03-06 15:57:51', 2),
+(5604, 'Task: Client List Upload created.', 107, 0, '2018-03-06 16:18:08', 111),
+(5605, 'Task: Client List Upload created.', 107, 1518, '2018-03-06 16:18:08', 111),
+(5606, 'Client List Upload -Change status to: in-process', 107, 1518, '2018-03-06 16:18:32', 111),
+(5607, 'Lutfullahil Kabir Ashik assigned.', 107, 0, '2018-03-06 16:21:10', 2),
+(5608, 'Account create -Change status to: in-process', 105, 1517, '2018-03-06 16:47:32', 110),
+(5609, 'Account create -Change status to: done', 105, 1517, '2018-03-06 18:22:50', 110),
+(5610, 'Client List Upload -Change status to: done', 107, 1518, '2018-03-06 18:28:47', 111),
+(5611, 'Task: Time Portable created.', 107, 0, '2018-03-07 10:13:21', 111),
+(5612, 'Task: Time Portable created.', 107, 1519, '2018-03-07 10:13:21', 111),
+(5613, 'Time Portable -Change status to: in-process', 107, 1519, '2018-03-07 10:13:28', 111),
+(5614, 'Task: theme created.', 105, 0, '2018-03-07 12:01:29', 110),
+(5615, 'Task: theme created.', 105, 1520, '2018-03-07 12:01:29', 110),
+(5616, 'theme -Change status to: in-process', 105, 1520, '2018-03-07 12:01:39', 110),
+(5617, 'theme -Change status to: done', 105, 1520, '2018-03-07 12:55:41', 110),
+(5618, 'Task: mail and id created.', 105, 0, '2018-03-07 14:26:56', 110),
+(5619, 'Task: mail and id created.', 105, 1521, '2018-03-07 14:26:56', 110),
+(5620, 'mail and id -Change status to: in-process', 105, 1521, '2018-03-07 15:34:19', 110);
+INSERT INTO `activity_log` (`id`, `msg`, `proj_id`, `task_id`, `created_at`, `logged_user_id`) VALUES
+(5621, 'Google Map API Implementation -Change status to: done', 106, 1506, '2018-03-07 17:03:22', 36),
+(5622, 'UI Completion -Change status to: in-process', 106, 1507, '2018-03-07 17:03:30', 36),
+(5623, 'mail and id -Change status to: done', 105, 1521, '2018-03-07 17:53:44', 110),
+(5624, 'Task: User Activity created.', 107, 0, '2018-03-08 11:12:57', 111),
+(5625, 'Task: User Activity created.', 107, 1522, '2018-03-08 11:12:57', 111),
+(5626, 'User Activity -Change status to: in-process', 107, 1522, '2018-03-08 11:13:04', 111),
+(5627, 'Task: working on marker moving smoothly on map created.', 106, 0, '2018-03-08 11:47:06', 36),
+(5628, 'Task: working on marker moving smoothly on map created.', 106, 1523, '2018-03-08 11:47:06', 36),
+(5629, 'Task: new theme created.', 105, 0, '2018-03-08 12:42:34', 110),
+(5630, 'Task: new theme created.', 105, 1524, '2018-03-08 12:42:34', 110),
+(5631, 'new theme -Change status to: in-process', 105, 1524, '2018-03-08 14:29:13', 110),
+(5632, 'new theme -Change status to: done', 105, 1524, '2018-03-08 15:04:33', 110),
+(5633, 'Task: new theme2 created.', 105, 0, '2018-03-08 15:05:17', 110),
+(5634, 'Task: new theme2 created.', 105, 1525, '2018-03-08 15:05:17', 110),
+(5635, 'new theme2 -Change status to: in-process', 105, 1525, '2018-03-08 15:05:23', 110),
+(5636, 'Project:79805 to 81823 created.', 108, 0, '2018-03-08 17:28:59', 2),
+(5637, 'Tahniat Swarna assigned.', 108, 0, '2018-03-08 17:29:24', 2),
+(5638, 'Task: February Current Affairs created.', 108, 1526, '2018-03-08 17:30:15', 2),
+(5639, 'Project:75000 to  created.', 109, 0, '2018-03-08 17:31:06', 2),
+(5640, 'Tahniat Swarna assigned.', 109, 0, '2018-03-08 17:31:30', 2),
+(5641, 'Task: February Current Affairs created.', 109, 1527, '2018-03-08 17:31:49', 2),
+(5642, 'new theme2 -Change status to: done', 105, 1525, '2018-03-08 18:28:08', 110),
+(5643, 'working on marker moving smoothly on map -Change status to: in-process', 106, 1523, '2018-03-11 11:04:04', 36),
+(5644, 'working on marker moving smoothly on map -Change status to: done', 106, 1523, '2018-03-11 11:04:11', 36),
+(5645, 'Task: working on Navigation drawer  created.', 106, 0, '2018-03-11 11:04:39', 36),
+(5646, 'Task: working on Navigation drawer  created.', 106, 1528, '2018-03-11 11:04:39', 36),
+(5647, 'working on Navigation drawer  -Change status to: in-process', 106, 1528, '2018-03-11 11:04:52', 36),
+(5648, 'February Current Affairs -Change status to: in-process', 108, 1526, '2018-03-11 12:21:21', 110),
+(5649, 'February Current Affairs -Change status to: done', 108, 1526, '2018-03-11 12:21:26', 110),
+(5650, 'Task: new theme created.', 105, 0, '2018-03-11 12:22:10', 110),
+(5651, 'Task: new theme created.', 105, 1529, '2018-03-11 12:22:10', 110),
+(5652, 'Task: contact with user created.', 105, 0, '2018-03-11 12:23:50', 110),
+(5653, 'Task: contact with user created.', 105, 1530, '2018-03-11 12:23:50', 110),
+(5654, 'Task: call users created.', 105, 0, '2018-03-11 12:24:24', 110),
+(5655, 'Task: call users created.', 105, 1531, '2018-03-11 12:24:24', 110),
+(5656, 'Md. Jowel assigned.', 99, 0, '2018-03-11 13:16:23', 2),
+(5657, 'Task: Role Permission  created.', 99, 1532, '2018-03-11 13:17:08', 2),
+(5658, 'Task: Student Profile Emails created.', 99, 1533, '2018-03-11 13:17:34', 2),
+(5659, 'Task: Time Zone Setup created.', 99, 1534, '2018-03-11 13:18:43', 2),
+(5660, 'Task: Active Users  created.', 99, 1535, '2018-03-11 13:19:13', 2),
+(5661, 'Task: Currency Setup created.', 99, 1536, '2018-03-11 13:19:31', 2),
+(5662, 'new theme -Change status to: in-process', 105, 1529, '2018-03-11 14:22:06', 110),
+(5663, 'new theme -Change status to: done', 105, 1529, '2018-03-11 14:22:18', 110),
+(5664, 'contact with user -Change status to: in-process', 105, 1530, '2018-03-11 14:22:22', 110),
+(5665, 'call users -Change status to: in-process', 105, 1531, '2018-03-11 14:46:19', 110),
+(5666, 'call users -Change status to: done', 105, 1531, '2018-03-11 14:46:26', 110),
+(5667, 'contact with user -Change status to: done', 105, 1530, '2018-03-11 14:46:31', 110),
+(5668, 'Task: users query created.', 105, 0, '2018-03-11 15:57:05', 110),
+(5669, 'Task: users query created.', 105, 1537, '2018-03-11 15:57:05', 110),
+(5670, 'Task: call to users created.', 105, 0, '2018-03-11 16:17:49', 110),
+(5671, 'Task: call to users created.', 105, 1538, '2018-03-11 16:17:49', 110),
+(5672, 'users query -Change status to: in-process', 105, 1537, '2018-03-11 18:24:19', 110),
+(5673, 'users query -Change status to: done', 105, 1537, '2018-03-11 18:24:27', 110),
+(5674, 'call to users -Change status to: in-process', 105, 1538, '2018-03-11 18:24:32', 110),
+(5675, 'call to users -Change status to: done', 105, 1538, '2018-03-11 18:24:38', 110),
+(5676, 'working on Navigation drawer  -Change status to: done', 106, 1528, '2018-03-12 12:16:22', 36),
+(5677, 'Task: working on outlet design (ui) created.', 106, 0, '2018-03-12 12:16:41', 36),
+(5678, 'Task: working on outlet design (ui) created.', 106, 1539, '2018-03-12 12:16:41', 36),
+(5679, 'working on outlet design (ui) -Change status to: in-process', 106, 1539, '2018-03-12 12:16:46', 36),
+(5680, 'Task: Appointment Create(UI) created.', 106, 0, '2018-03-14 11:42:58', 36),
+(5681, 'Task: Appointment Create(UI) created.', 106, 1540, '2018-03-14 11:42:58', 36),
+(5682, 'Task: Appointment List + Activity List UI created.', 106, 0, '2018-03-15 12:00:00', 36),
+(5683, 'Task: Appointment List + Activity List UI created.', 106, 1541, '2018-03-15 12:00:00', 36),
+(5684, 'Faisal Mahmud assigned.', 105, 0, '2018-03-15 15:50:18', 2),
+(5685, 'Task: Presentation of HRM created.', 105, 0, '2018-03-15 15:51:44', 112),
+(5686, 'Task: Presentation of HRM created.', 105, 1542, '2018-03-15 15:51:44', 112),
+(5687, 'Task: Presentation of e-Learning created.', 105, 0, '2018-03-15 15:52:10', 112),
+(5688, 'Task: Presentation of e-Learning created.', 105, 1543, '2018-03-15 15:52:10', 112),
+(5689, 'Task: Presentation of OMS created.', 105, 0, '2018-03-15 15:53:00', 112),
+(5690, 'Task: Presentation of OMS created.', 105, 1544, '2018-03-15 15:53:00', 112),
+(5691, 'Task: Presentation of Sales Tracker created.', 105, 1545, '2018-03-15 15:53:04', 2),
+(5692, 'Presentation of HRM -Change status to: in-process', 105, 1542, '2018-03-15 15:53:27', 112),
+(5693, 'Presentation of e-Learning -Change status to: in-process', 105, 1543, '2018-03-15 15:53:48', 112),
+(5694, 'Task: Data Entry people Recruitment created.', 105, 0, '2018-03-15 16:05:49', 112),
+(5695, 'Task: Data Entry people Recruitment created.', 105, 1546, '2018-03-15 16:05:49', 112),
+(5696, 'Task: Interview for Data Entry  created.', 105, 0, '2018-03-15 16:07:09', 112),
+(5697, 'Task: Interview for Data Entry  created.', 105, 1547, '2018-03-15 16:07:09', 112),
+(5698, 'Task: Call Center Recruitment created.', 105, 0, '2018-03-15 16:07:50', 112),
+(5699, 'Task: Call Center Recruitment created.', 105, 1548, '2018-03-15 16:07:50', 112),
+(5700, 'Task: Sales People Recruitment created.', 105, 0, '2018-03-15 16:08:27', 112),
+(5701, 'Task: Sales People Recruitment created.', 105, 1549, '2018-03-15 16:08:27', 112),
+(5702, 'Task: Brochure for e-Learning created.', 105, 0, '2018-03-15 16:09:26', 112),
+(5703, 'Task: Brochure for e-Learning created.', 105, 1550, '2018-03-15 16:09:26', 112),
+(5704, 'Task: Meeting with Deeplaid Pharmaco created.', 105, 0, '2018-03-15 16:10:09', 112),
+(5705, 'Task: Meeting with Deeplaid Pharmaco created.', 105, 1551, '2018-03-15 16:10:09', 112),
+(5706, 'Task: Proposal for IFAD created.', 105, 0, '2018-03-15 16:11:38', 112),
+(5707, 'Task: Proposal for IFAD created.', 105, 1552, '2018-03-15 16:11:38', 112),
+(5708, 'Task: Visit titumir College created.', 105, 0, '2018-03-15 16:16:57', 112),
+(5709, 'Task: Visit titumir College created.', 105, 1553, '2018-03-15 16:16:57', 112),
+(5710, 'Task: Visit Haraganga College, Munshiganj created.', 105, 0, '2018-03-15 16:18:10', 112),
+(5711, 'Task: Visit Haraganga College, Munshiganj created.', 105, 1554, '2018-03-15 16:18:10', 112),
+(5712, 'Task: Visit Tolaram College created.', 105, 0, '2018-03-15 19:08:21', 112),
+(5713, 'Task: Visit Tolaram College created.', 105, 1555, '2018-03-15 19:08:21', 112),
+(5714, 'Task: Visit Polytechnic College created.', 105, 0, '2018-03-15 19:09:26', 112),
+(5715, 'Task: Visit Polytechnic College created.', 105, 1556, '2018-03-15 19:09:26', 112),
+(5716, 'User: Tahniat Swarna added', 105, 1556, '2018-03-15 19:10:00', 112),
+(5717, 'User: Faisal Mahmud added', 105, 1556, '2018-03-15 19:24:42', 112),
+(5718, 'Task: email to Popular Pharma created.', 105, 0, '2018-03-15 19:26:32', 112),
+(5719, 'Task: email to Popular Pharma created.', 105, 1557, '2018-03-15 19:26:32', 112),
+(5720, 'Presentation of Sales Tracker -Change status to: in-process', 105, 1545, '2018-03-15 19:27:02', 112),
+(5721, 'Brochure for e-Learning -Change status to: in-process', 105, 1550, '2018-03-15 19:27:22', 112),
+(5722, 'User: Faisal Mahmud added', 105, 1556, '2018-03-15 19:28:17', 112),
+(5723, 'User: Faisal Mahmud added', 105, 1556, '2018-03-15 19:28:23', 112),
+(5724, 'Presentation of OMS -Change status to: in-process', 105, 1544, '2018-03-15 19:28:38', 112),
+(5725, 'Presentation of HRM -Change status to: done', 105, 1542, '2018-03-15 19:36:13', 112),
+(5726, 'Presentation of e-Learning -Change status to: done', 105, 1543, '2018-03-15 19:40:46', 112),
+(5727, 'Data Entry people Recruitment -Change status to: in-process', 105, 1546, '2018-03-15 19:41:21', 112),
+(5728, 'Interview for Data Entry  -Change status to: in-process', 105, 1547, '2018-03-15 19:41:29', 112),
+(5729, 'Call Center Recruitment -Change status to: in-process', 105, 1548, '2018-03-15 19:41:34', 112),
+(5730, 'Sales People Recruitment -Change status to: in-process', 105, 1549, '2018-03-15 19:41:39', 112),
+(5731, 'Task: Support to Stylecraft created.', 104, 0, '2018-03-18 11:13:38', 30),
+(5732, 'Task: Support to Stylecraft created.', 104, 1558, '2018-03-18 11:13:38', 30),
+(5733, 'Support to Stylecraft -Change status to: in-process', 104, 1558, '2018-03-18 11:14:04', 30),
+(5734, 'ILBangla Ltd. -Change status to: in-process', 104, 1504, '2018-03-18 11:14:14', 30),
+(5735, 'Support to Stylecraft -Change status to: done', 104, 1558, '2018-03-18 12:15:42', 30),
+(5736, 'Task:bug fixing on non member user membership removed.', 67, 0, '2018-03-19 14:05:29', 2),
+(5737, 'Task:identify some problem in Vocabulary sync api  removed.', 67, 0, '2018-03-19 14:05:37', 2),
+(5738, 'Faisal Mahmud assigned.', 67, 0, '2018-03-19 14:06:35', 2),
+(5739, 'User: Faisal Mahmud added', 67, 1428, '2018-03-19 14:06:54', 2),
+(5740, 'Task: Rupali Bank 2018 created.', 67, 1559, '2018-03-19 14:08:25', 2),
+(5741, 'Task: BCS 38 created.', 67, 1560, '2018-03-19 14:08:49', 2),
+(5742, 'Task: BCS 38 created.', 67, 1561, '2018-03-19 14:08:53', 2),
+(5743, 'Task:BCS 38 removed.', 67, 0, '2018-03-19 14:09:04', 2),
+(5744, 'Rupali Bank 2018 -Change status to: in-process', 67, 1559, '2018-03-19 16:29:41', 30),
+(5745, 'Bank Q -Change status to: done', 67, 1428, '2018-03-19 17:37:42', 112),
+(5746, 'Task: Status Updates created.', 99, 1562, '2018-03-19 17:43:50', 2),
+(5747, 'Task: Enrollment add created.', 99, 1563, '2018-03-19 17:44:55', 2),
+(5748, 'Task: Presentation of e-Learning created.', 105, 0, '2018-03-19 18:27:00', 112),
+(5749, 'Task: Presentation of e-Learning created.', 105, 1564, '2018-03-19 18:27:00', 112),
+(5750, 'Presentation of e-Learning -Change status to: in-process', 105, 1564, '2018-03-19 18:27:30', 112),
+(5751, 'Presentation of e-Learning -Change status to: done', 105, 1564, '2018-03-19 18:28:19', 112),
+(5752, 'Task: Bankers Selection 2018 created.', 67, 1565, '2018-03-20 18:26:12', 2),
+(5753, 'Bankers Selection 2018 -Change status to: in-process', 67, 1565, '2018-03-20 18:41:40', 30),
+(5754, 'Bankers Selection 2018 -Change status to: in-process', 67, 1565, '2018-03-20 18:46:06', 30),
+(5755, 'Rupali Bank Ltd 2016 Officer & Senior Officer -Change status to: in-process', 67, 827, '2018-03-20 18:48:03', 30),
+(5756, 'Task: UI Design Accounts created.', 77, 0, '2018-03-21 15:26:00', 36),
+(5757, 'Task: UI Design Accounts created.', 77, 1566, '2018-03-21 15:26:00', 36),
+(5758, 'UI Design Accounts -Change status to: in-process', 77, 1566, '2018-03-22 10:33:51', 36),
+(5759, 'Task: Ui Design Add Revineue created.', 77, 0, '2018-03-22 10:34:25', 36),
+(5760, 'Task: Ui Design Add Revineue created.', 77, 1567, '2018-03-22 10:34:25', 36),
+(5761, 'Task: UI Design Add Expense created.', 77, 0, '2018-03-22 10:34:47', 36),
+(5762, 'Task: UI Design Add Expense created.', 77, 1568, '2018-03-22 10:34:47', 36),
+(5763, 'Task: Kakon Bibi News created.', 67, 1569, '2018-03-22 12:50:55', 2),
+(5764, 'UI Design Accounts -Change status to: done', 77, 1566, '2018-03-22 15:05:40', 36),
+(5765, 'Ui Design Add Revineue -Change status to: in-process', 77, 1567, '2018-03-22 17:06:34', 36),
+(5766, 'Ui Design Add Revineue -Change status to: done', 77, 1567, '2018-03-22 17:06:40', 36),
+(5767, 'Task: Add question to analogy created.', 67, 1570, '2018-03-22 19:05:11', 2),
+(5768, 'UI Design Add Expense -Change status to: in-process', 77, 1568, '2018-03-27 10:31:10', 36),
+(5769, 'Task: working on file chooser created.', 77, 0, '2018-03-27 14:21:57', 36),
+(5770, 'Task: working on file chooser created.', 77, 1571, '2018-03-27 14:21:57', 36),
+(5771, 'working on file chooser -Change status to: in-process', 77, 1571, '2018-03-27 14:22:02', 36),
+(5772, 'working on file chooser -Change status to: done', 77, 1571, '2018-03-27 14:39:38', 36),
+(5773, 'UI Design Add Expense -Change status to: done', 77, 1568, '2018-03-27 15:50:13', 36),
+(5774, 'Task: UI design Revinue Report created.', 77, 0, '2018-03-27 15:50:34', 36),
+(5775, 'Task: UI design Revinue Report created.', 77, 1572, '2018-03-27 15:50:34', 36),
+(5776, 'Task: UI design Revinue Report created.', 77, 0, '2018-03-27 15:50:36', 36),
+(5777, 'Task: UI design Revinue Report created.', 77, 1573, '2018-03-27 15:50:36', 36),
+(5778, 'UI design Revinue Report -Change status to: in-process', 77, 1573, '2018-03-27 15:55:10', 36),
+(5779, 'Task: Enrolment Status created.', 99, 1574, '2018-03-27 18:03:09', 2),
+(5780, 'Task: Enrolment Task & Remarks created.', 99, 1575, '2018-03-27 18:03:44', 2),
+(5781, 'Task: Enrolment Status History created.', 99, 1576, '2018-03-27 18:04:36', 2),
+(5782, 'Task: Ui Design Expanse Report created.', 77, 0, '2018-03-28 10:11:52', 36),
+(5783, 'Task: Ui Design Expanse Report created.', 77, 1577, '2018-03-28 10:11:52', 36),
+(5784, 'UI design Revinue Report -Change status to: done', 77, 1573, '2018-03-28 14:35:26', 36),
+(5785, 'UI design Revinue Report -Change status to: in-process', 77, 1572, '2018-03-28 14:35:30', 36),
+(5786, 'UI design Revinue Report -Change status to: in-process', 77, 1572, '2018-03-28 14:35:35', 36),
+(5787, 'UI design Revinue Report -Change status to: done', 77, 1572, '2018-03-28 14:35:39', 36),
+(5788, 'Ui Design Expanse Report -Change status to: in-process', 77, 1577, '2018-03-28 14:35:43', 36),
+(5789, 'Project:HRM Software created.', 110, 0, '2018-03-28 15:05:28', 2),
+(5790, 'Anannaya Saha Chandni assigned.', 110, 0, '2018-03-28 15:06:00', 2),
+(5791, 'Task: observing HR software created.', 110, 0, '2018-03-28 15:09:37', 114),
+(5792, 'Task: observing HR software created.', 110, 1578, '2018-03-28 15:09:37', 114),
+(5793, 'Md. Jowel assigned.', 77, 0, '2018-03-28 15:34:08', 2),
+(5794, 'Task: Employee Table Creation created.', 77, 1579, '2018-03-28 15:34:37', 2),
+(5795, 'Task: Verionsiong 3.1 created.', 77, 1580, '2018-03-28 15:35:03', 2),
+(5796, 'Task: Employee Function created.', 77, 1581, '2018-03-28 15:35:40', 2),
+(5797, 'Task: Employee Details created.', 77, 1582, '2018-03-28 15:36:31', 2),
+(5798, 'Ui Design Expanse Report -Change status to: done', 77, 1577, '2018-03-28 17:33:21', 36),
+(5799, 'Task: Accounts of Uttara created.', 103, 1583, '2018-03-29 00:59:19', 2),
+(5800, 'Task: Accounts of revinr created.', 103, 1584, '2018-03-29 00:59:58', 2),
+(5801, 'Task: Manage Tax Payment created.', 103, 1585, '2018-03-29 01:00:29', 2),
+(5802, 'Task: 22nd March Current Affairs created.', 103, 1586, '2018-03-29 02:32:44', 2),
+(5803, 'Task: UI Design Invoice created.', 77, 0, '2018-03-29 09:52:03', 36),
+(5804, 'Task: UI Design Invoice created.', 77, 1587, '2018-03-29 09:52:03', 36),
+(5805, 'UI Design Invoice -Change status to: in-process', 77, 1587, '2018-03-29 09:52:09', 36),
+(5806, 'User: Md. Tanjim Al Akib added', 77, 1587, '2018-03-29 11:54:24', 2),
+(5807, 'User: Shamme Zeba added', 77, 1587, '2018-03-29 11:54:29', 2),
+(5808, 'Task: ui Design Invoice Items created.', 77, 0, '2018-03-29 14:57:16', 36),
+(5809, 'Task: ui Design Invoice Items created.', 77, 1588, '2018-03-29 14:57:16', 36),
+(5810, 'UI Design Invoice -Change status to: done', 77, 1587, '2018-03-29 14:57:22', 36),
+(5811, 'ui Design Invoice Items -Change status to: in-process', 77, 1588, '2018-03-29 14:57:29', 36),
+(5812, 'khhh -added to observing HR software.', 110, 1578, '2018-03-29 17:56:28', 114),
+(5813, 'khhh -removed from observing HR software.', 110, 1578, '2018-03-29 17:56:32', 114),
+(5814, '1) File upload \n2) Modal \n3) Data base Design \n4)Add employee\n5) after reload login page \n6)text area\n7)bug\n -added to observing HR software.', 110, 1578, '2018-03-29 17:56:41', 114),
+(5815, '1) File upload \n2) Modal \n3) Data base Design \n4)Add employee\n5) after reload login page \n6)text area\n7)bug\n8) EditAttence.aspx Employee Id null search does not work  -added to observing HR software.', 110, 1578, '2018-03-29 17:57:48', 114),
+(5816, '1) File upload \n2) Modal \n3) Data base Design \n4)Add employee\n5) after reload login page \n6)text area\n7)bug\n -removed from observing HR software.', 110, 1578, '2018-03-29 18:29:11', 114),
+(5817, '1) File upload \n2) Modal \n3) Data base Design \n4)Add employee\n5) after reload login page \n6)text area\n7)bug\n\n -added to observing HR software.', 110, 1578, '2018-03-29 18:29:20', 114),
+(5818, '1) File upload \n2) Modal \n3) Data base Design \n4)Add employee\n5) after reload login page \n6)text area\n7)bug\n8) EditAttence.aspx Employee Id null search does not work  -removed from observing HR software.', 110, 1578, '2018-03-29 18:29:23', 114),
+(5819, '1) File upload \n2) Modal \n3) Data base Design \n4)Add employee\n5) after reload login page \n6)text area\n7)bug\n8) Folder location Desktop\\HRM6.1\\EZHRMFinalsolution\n9)Documentation location Desktop\\HRM6.1\\Go Through HRM\n\n -added to observing HR software.', 110, 1578, '2018-03-29 18:33:17', 114),
+(5820, '1) File upload \n2) Modal \n3) Data base Design \n4)Add employee\n5) after reload login page \n6)text area\n7)bug\n\n -removed from observing HR software.', 110, 1578, '2018-03-29 18:33:25', 114),
+(5821, 'User: Shamme Zeba added', 77, 1588, '2018-03-29 18:44:06', 2),
+(5822, 'Task: Visit Uttara  created.', 103, 1589, '2018-04-01 02:05:37', 2),
+(5823, 'Task: Studypress Medical Sabuj Assignment created.', 103, 1590, '2018-04-01 02:06:15', 2),
+(5824, 'Task: Studypress Habu Assignment BB created.', 103, 1591, '2018-04-01 02:06:48', 2),
+(5825, 'Task: Studypress News  created.', 103, 1592, '2018-04-01 02:07:40', 2),
+(5826, 'Task: Zeba Mobile Apps Check created.', 103, 1593, '2018-04-01 02:08:19', 2),
+(5827, 'Task: Office Management Check created.', 103, 1594, '2018-04-01 02:08:55', 2),
+(5828, 'Task: .NET Job created.', 103, 1595, '2018-04-01 02:09:23', 2),
+(5829, 'Task: UI DESIGN Invoice report created.', 77, 0, '2018-04-01 10:10:53', 36),
+(5830, 'Task: UI DESIGN Invoice report created.', 77, 1596, '2018-04-01 10:10:53', 36),
+(5831, 'Task: Invoice Item calculation created.', 77, 0, '2018-04-01 12:53:19', 36),
+(5832, 'Task: Invoice Item calculation created.', 77, 1597, '2018-04-01 12:53:20', 36),
+(5833, 'Invoice Item calculation -Change status to: in-process', 77, 1597, '2018-04-01 12:53:27', 36),
+(5834, 'ui Design Invoice Items -Change status to: done', 77, 1588, '2018-04-02 11:04:15', 36),
+(5835, 'UI DESIGN Invoice report -Change status to: in-process', 77, 1596, '2018-04-02 11:04:20', 36),
+(5836, 'Task: Calendar Event implementation created.', 77, 0, '2018-04-02 11:04:58', 36),
+(5837, 'Task: Calendar Event implementation created.', 77, 1598, '2018-04-02 11:04:58', 36),
+(5838, 'UI DESIGN Invoice report -Change status to: done', 77, 1596, '2018-04-02 11:58:28', 36),
+(5839, 'Calendar Event implementation -Change status to: in-process', 77, 1598, '2018-04-04 10:20:58', 36),
+(5840, 'Task: Todo List Add created.', 77, 0, '2018-04-04 10:23:17', 36),
+(5841, 'Task: Todo List Add created.', 77, 1599, '2018-04-04 10:23:17', 36),
+(5842, 'Add document: document_12_04_18_04_04_21_oo.jpg', 73, 0, '2018-04-23 16:43:04', 111),
+(5843, 'Add document: document_16_04_18_07_04_35_Desert.jpg', 73, 0, '2018-04-23 16:43:04', 111),
+(5844, 'Add document: document_16_04_18_07_04_35_Penguins.jpg', 73, 0, '2018-04-23 16:43:04', 111),
+(5845, 'Document: document_12_04_18_04_04_21_oo.jpg removed.', 73, 0, '2018-04-23 16:43:31', 111),
+(5846, 'done! -added to Grade-A.', 99, 5, '2018-09-06 17:31:00', 111),
+(5847, 'done! -added to Grade-A.', 99, 5, '2018-09-06 17:31:19', 111),
+(5848, 'done! -removed from Grade-A.', 99, 5, '2018-09-06 17:31:56', 111),
+(5849, 'done! -removed from Grade-A.', 99, 5, '2018-09-06 17:31:57', 111),
+(5850, 'ggg -added to Grade-A.', 99, 5, '2018-09-06 17:32:09', 111),
+(5851, 'Task:Appointed removed.', 1, 0, '2018-09-09 11:40:08', 111),
+(5852, 'Task:Appointed removed.', 1, 0, '2018-09-10 15:17:24', 111),
+(5853, 'Task:Tesdfle dk glkdsklg kdlgp;fd removed.', 55, 0, '2018-09-10 15:19:25', 111),
+(5854, 'Task:Appointed removed.', 1, 0, '2018-09-10 15:19:35', 111),
+(5855, 'Task:tuge@mailinator.net removed.', 0, 0, '2018-09-10 15:20:14', 111),
+(5856, 'Task:Grade-A removed.', 99, 0, '2018-09-10 15:20:21', 111),
+(5857, 'Task:New task removed.', 122, 0, '2018-09-10 15:20:48', 111);
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `address_book`
+--
+
+CREATE TABLE `address_book` (
+  `id` int(11) NOT NULL,
+  `name` varchar(100) NOT NULL,
+  `company_id` int(11) NOT NULL,
+  `designation` varchar(30) NOT NULL,
+  `mob1` varchar(15) NOT NULL,
+  `mob2` varchar(15) NOT NULL,
+  `email1` varchar(50) NOT NULL,
+  `email2` varchar(50) NOT NULL,
+  `office_id` int(11) DEFAULT '1',
+  `display` int(1) NOT NULL,
+  `system_user` tinyint(4) NOT NULL DEFAULT '0'
+) ENGINE=InnoDB DEFAULT CHARSET=latin1;
+
+--
+-- Dumping data for table `address_book`
+--
+
+INSERT INTO `address_book` (`id`, `name`, `company_id`, `designation`, `mob1`, `mob2`, `email1`, `email2`, `office_id`, `display`, `system_user`) VALUES
+(3, 'test client', 9, 'APM', '019887', '09999999', 'test01@gmail.com', 'test000002@gmail.com', 1, 0, 0),
+(4, 'Jeanette Fong', 403, 'Director Import', '1.800.961.3313', '', 'jfong@dizaro.com', '', 1, 0, 0),
+(5, 'Toufiq', 403, 'Merchandiser', '+880 1675 75807', '', 'toufiq@silkroutedesignltd.com', '', 1, 0, 0),
+(6, 'Bulbul Abdul Latif', 404, 'ITS', '0170812447', '+880 1719146913', 'bulbul.a@standard-group.com', '', 1, 0, 0),
+(7, 'Shahadat ', 403, 'Merchandiser ', '01672363536', '', 'shahadat@silkroutedesignltd.com', '', 1, 0, 0),
+(8, 'Kazi Khairul Kabir Raju', 620, 'Design Manager', '01847088636', '', 'khairul@otobi.com', '', 1, 0, 0),
+(9, 'Mr. Ahmed Test', 114, 'Test', '017150212313', '232423', '1@1.com', '2@2.com', 1, 0, 0),
+(10, 'Mr. Ahad', 57, 'Accounts', '01777792073', '', 'Nurul.Ahad@epicbd.com', '', 1, 0, 0),
+(11, 'Mr. Imam', 57, 'IT Manager', '01610043800', '', 'ImamH@epicbd.com', '', 1, 0, 0),
+(12, 'Husnay Mobarak', 1111, 'IT Manager', '01709677403', '', 'husnay_mobarak@mj-group.com', '', 1, 0, 1),
+(13, 'Md. Wahidur Rahman', 1112, 'Administrative Officer', ' +880 1717 5165', '', 'wahidur.hp@gmail.com', 'w.rahmandesk@gmail.com', 1, 0, 0),
+(14, 'Nurul Akter', 1113, 'IT', '01812992591', '', 'nurul@dekkoashulia.com', '', 1, 0, 0),
+(15, ' Mr. Yasin  ', 1114, 'IT Officer', '01816247212', '', 'yasin@prettygroupbd.com', '', 1, 0, 0),
+(16, 'Somen', 1115, 'IT Officer', '0171254654', '', 'akib@revinr.com', '', 1, 0, 1),
+(18, 'Akib', 1117, 'IT Officer', '242424', '', 'akib@revinr.com', '', 1, 0, 1),
+(19, 'Mohammad Harun Al Rashid', 1121, 'Sr. IT Officer', '01711053406', '', 'harunalr@dskbangladesh.org', '', 1, 0, 0),
+(20, 'Mr. Shah Newaz', 1123, 'IT HEAD', '01730081892', '', 'Shah.Newaz@kenpark-bangladesh.com', '', 1, 0, 1),
+(21, 'Mr. Kabir', 1124, 'IT Manager', '01961613039', '', 'kabir@nmbtexbd.com', '', 1, 0, 0),
+(22, 'Mr. Mamun', 1125, 'Merchandiser', '01755630830', '', 'mamun@akhfashions.com', '', 1, 0, 1),
+(23, 'Mr. Raihan', 1125, 'IT OFFICER', '01712369357', '', 'raihan_afl@akhfashions.com', '', 1, 0, 1),
+(24, 'Dr. Subir Khiyang Babu', 1126, 'Program Manager', '01711890903', '', 'dr.skbabu@yahoo.com', '', 1, 0, 1),
+(25, 'Contact Test', 1128, 'Contact', '01838650699', '', 'ashik.revinr@gmail.com', '', 1, 0, 1),
+(27, 'Amir Hamza Sohag Kaka', 1129, 'President', '01722344845', '', 'amirhamzasohag@gmail.com', '', 1, 0, 1),
+(28, 'Nripen', 57, 'Sr. Merchandiser', '01671601645', '', 'mrch2.cipl@epicbd.com', '', 1, 0, 1),
+(29, 'Masud Rana', 1111, 'Manager Procurement', '01709677401', '', 'rana_masud@mj-group.com', '', 1, 0, 1),
+(30, 'Nurul Muhammad Haque', 1140, 'Sr. Manager', '01782442277', '', 'nurhaq@gmail.com', '', 1, 0, 1),
+(31, 'Abdul Kader', 1141, 'Manager', '01974756611', '', 'kcbfuniture@gmail.com', '', 1, 0, 0),
+(32, 'Makbula Manjur', 1144, 'Sr. IT Officer', '01938884981', '', 'manjur@interloop.com.bd', '', 1, 0, 1),
+(33, 'Mr. Asad', 1127, 'IT OFFICER', '01721747522', '', 'it@stylecraftltd.com', '', 1, 0, 1),
+(34, 'Mohd. Sariul Islam Razu', 1142, 'Proprietor', '01843828573', '', 'serveintl@gmail.com', '', 1, 0, 0),
+(35, 'Nurmohammed', 1114, 'IT Department', '01992055826', '', 'nurmohammad@prettygroupbd.com', '', 1, 0, 1),
+(36, 'Mr. Saquib Kabir', 402, 'Director', '01733332273', '', 'saquib.kabir@gmail.com', '', 1, 0, 1),
+(37, 'Mr. Azmat', 1144, 'IT Department', '01938884943', '', 'azmat@interloop.com.bd', '', 1, 0, 1),
+(38, 'Naimul Islam ', 1145, 'Officer', '01713363914', '', 'sales@prisma.net.bd', '', 1, 0, 1),
+(39, 'xaxucyry@mailinator.com', 56, 'huzitezaxi@mailinator.net', 'siduvocopa@mail', 'kerinad@mailina', 'mabyzeva@mailinator.net', 'wudugaduse@mailinator.com', 1, 0, 0),
+(41, 'jowel rana', 406, 'janina', '22222222', '', 'ddd@gmail.com', '', 1, 0, 0),
+(42, 'jowel rana', 52, 'janina', '22222222', '', 'jowel52@gmail.com', '', 1, 0, 1),
+(43, 'rovehihin', 463, 'vywobe', '018258963', '', 'jowel52@gmail.com', '', 1, 0, 0);
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `assign_project`
+--
+
+CREATE TABLE `assign_project` (
+  `id` int(11) NOT NULL,
+  `proj_id` int(11) NOT NULL,
+  `user_id` int(11) NOT NULL,
+  `assign_by` int(11) NOT NULL,
+  `assign_time` datetime NOT NULL,
+  `status` int(11) NOT NULL,
+  `pm_status` int(1) NOT NULL,
+  `active` int(11) NOT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=latin1;
+
+--
+-- Dumping data for table `assign_project`
+--
+
+INSERT INTO `assign_project` (`id`, `proj_id`, `user_id`, `assign_by`, `assign_time`, `status`, `pm_status`, `active`) VALUES
+(29, 14, 18, 2, '2016-08-05 15:31:36', 0, 0, 1),
+(30, 15, 19, 2, '2016-08-05 15:41:28', 0, 0, 1),
+(31, 16, 21, 2, '2016-08-05 16:43:44', 0, 0, 1),
+(32, 16, 20, 2, '2016-08-05 16:43:55', 0, 0, 1),
+(33, 16, 22, 2, '2016-08-05 16:52:15', 0, 0, 1),
+(34, 17, 25, 2, '2016-08-05 16:56:47', 0, 0, 1),
+(35, 16, 26, 2, '2016-08-05 17:12:47', 0, 0, 1),
+(36, 17, 24, 2, '2016-08-05 17:26:56', 0, 0, 1),
+(37, 18, 25, 2, '2016-08-05 17:33:13', 0, 0, 1),
+(40, 19, 17, 2, '2016-08-05 17:43:06', 0, 0, 1),
+(41, 20, 20, 23, '2016-08-05 17:46:52', 0, 0, 1),
+(42, 20, 21, 23, '2016-08-05 17:47:48', 0, 0, 1),
+(43, 20, 22, 23, '2016-08-05 17:47:57', 0, 0, 1),
+(44, 20, 26, 23, '2016-08-05 17:48:12', 0, 0, 1),
+(45, 20, 28, 23, '2016-08-05 17:48:23', 0, 1, 1),
+(47, 22, 30, 2, '2016-08-08 14:09:05', 0, 0, 1),
+(48, 23, 29, 2, '2016-08-08 15:39:32', 0, 0, 1),
+(50, 19, 31, 2, '2016-08-08 16:01:21', 0, 0, 1),
+(51, 20, 23, 2, '2016-08-09 00:42:27', 0, 1, 1),
+(52, 17, 23, 2, '2016-08-10 14:49:49', 0, 0, 1),
+(54, 19, 27, 2, '2016-08-10 16:51:57', 0, 1, 1),
+(55, 23, 31, 2, '2016-08-10 17:59:38', 0, 0, 1),
+(56, 24, 24, 2, '2016-08-11 11:49:00', 0, 0, 1),
+(57, 24, 18, 2, '2016-08-11 11:49:15', 0, 0, 1),
+(58, 24, 23, 2, '2016-08-11 11:50:53', 0, 0, 1),
+(59, 25, 25, 2, '2016-08-16 02:00:05', 0, 0, 1),
+(60, 25, 24, 2, '2016-08-16 02:00:23', 0, 0, 1),
+(61, 26, 29, 2, '2016-08-16 02:09:50', 0, 0, 1),
+(62, 26, 24, 2, '2016-08-16 02:10:54', 0, 0, 1),
+(63, 26, 25, 2, '2016-08-16 02:11:23', 0, 0, 1),
+(64, 27, 18, 2, '2016-08-16 16:50:36', 0, 0, 1),
+(65, 25, 29, 2, '2016-08-17 11:31:09', 0, 0, 1),
+(66, 29, 27, 2, '2016-08-18 16:46:51', 0, 0, 1),
+(67, 30, 19, 2, '2016-08-18 17:23:38', 0, 0, 1),
+(68, 30, 28, 2, '2016-08-18 17:23:56', 0, 1, 1),
+(69, 30, 30, 2, '2016-08-18 17:24:31', 0, 1, 1),
+(70, 30, 32, 2, '2016-08-18 17:25:12', 0, 0, 1),
+(71, 31, 29, 2, '2016-08-19 18:10:22', 0, 0, 1),
+(72, 22, 18, 2, '2016-08-22 10:04:50', 0, 0, 1),
+(73, 32, 25, 2, '2016-08-26 17:11:24', 0, 0, 1),
+(74, 33, 30, 2, '2016-08-30 23:27:11', 0, 0, 1),
+(75, 34, 24, 24, '2016-09-09 15:34:19', 0, 0, 1),
+(76, 35, 27, 2, '2016-09-21 12:19:26', 0, 0, 1),
+(77, 35, 33, 2, '2016-09-21 12:19:48', 0, 0, 1),
+(78, 35, 28, 2, '2016-09-21 12:20:09', 0, 0, 1),
+(79, 35, 23, 2, '2016-09-21 12:20:29', 0, 0, 1),
+(80, 36, 18, 2, '2016-09-27 09:49:15', 0, 0, 1),
+(81, 32, 18, 2, '2016-09-30 09:13:00', 0, 0, 1),
+(82, 37, 23, 2, '2016-10-04 05:45:28', 0, 0, 1),
+(83, 38, 25, 2, '2016-10-04 18:00:59', 0, 0, 1),
+(84, 38, 27, 2, '2016-10-04 18:01:37', 0, 0, 1),
+(85, 38, 22, 2, '2016-10-04 18:08:33', 0, 0, 1),
+(86, 39, 30, 2, '2016-10-05 17:41:28', 0, 0, 1),
+(87, 39, 25, 2, '2016-10-05 17:41:45', 0, 0, 1),
+(88, 40, 30, 2, '2016-10-05 17:56:12', 0, 0, 1),
+(89, 40, 18, 2, '2016-10-05 17:56:28', 0, 0, 1),
+(90, 34, 18, 2, '2016-10-10 02:34:08', 0, 0, 1),
+(91, 41, 25, 2, '2016-10-10 02:45:50', 0, 0, 1),
+(92, 41, 20, 2, '2016-10-10 02:46:07', 0, 0, 1),
+(93, 42, 18, 2, '2016-10-14 18:20:24', 0, 0, 1),
+(94, 43, 18, 2, '2016-10-19 15:07:37', 0, 0, 1),
+(95, 44, 29, 2, '2016-10-21 15:05:46', 0, 0, 1),
+(96, 45, 30, 2, '2016-10-21 15:14:11', 0, 0, 1),
+(97, 46, 30, 2, '2016-10-21 15:15:09', 0, 0, 1),
+(98, 47, 21, 2, '2016-10-21 15:26:20', 0, 0, 1),
+(99, 47, 22, 2, '2016-10-21 15:26:35', 0, 0, 1),
+(100, 28, 22, 2, '2016-10-21 15:27:11', 0, 0, 1),
+(101, 38, 36, 2, '2016-10-21 15:30:13', 0, 0, 1),
+(102, 48, 36, 2, '2016-10-21 15:30:56', 0, 0, 1),
+(103, 43, 30, 2, '2016-10-24 02:24:16', 0, 0, 1),
+(104, 45, 36, 2, '2016-10-24 02:33:21', 0, 0, 1),
+(105, 49, 30, 2, '2016-10-24 02:40:24', 0, 0, 1),
+(106, 40, 25, 2, '2016-10-24 02:48:45', 0, 0, 1),
+(107, 51, 28, 2, '2016-10-24 10:02:47', 0, 1, 1),
+(108, 16, 28, 2, '2016-10-25 01:18:30', 0, 0, 1),
+(109, 53, 18, 2, '2016-10-27 15:00:50', 0, 0, 1),
+(110, 54, 38, 2, '2016-10-31 19:03:33', 0, 0, 1),
+(112, 55, 18, 2, '2016-11-03 02:18:19', 0, 0, 1),
+(113, 55, 25, 2, '2016-11-03 02:32:29', 0, 0, 1),
+(114, 44, 27, 39, '2016-12-01 17:18:35', 0, 0, 1),
+(115, 56, 29, 39, '2016-12-01 17:22:48', 0, 0, 1),
+(116, 57, 30, 2, '2017-01-03 14:12:11', 0, 1, 1),
+(117, 57, 25, 2, '2017-01-03 14:12:35', 0, 0, 1),
+(119, 58, 26, 2, '2017-01-12 11:44:02', 0, 0, 1),
+(120, 50, 39, 2, '2017-01-12 11:49:07', 0, 1, 1),
+(121, 59, 40, 2, '2017-01-21 17:04:19', 0, 0, 1),
+(122, 48, 29, 2, '2017-02-13 15:44:59', 0, 0, 1),
+(123, 55, 41, 2, '2017-02-13 16:32:37', 0, 0, 1),
+(124, 41, 18, 2, '2017-02-14 16:11:11', 0, 0, 1),
+(125, 60, 23, 2, '2017-02-16 01:58:00', 0, 0, 1),
+(126, 60, 28, 2, '2017-02-16 01:58:14', 0, 0, 1),
+(127, 60, 18, 2, '2017-02-22 20:51:35', 0, 0, 1),
+(128, 57, 18, 2, '2017-02-23 10:47:12', 0, 0, 1),
+(129, 61, 23, 2, '2017-02-23 10:49:50', 0, 0, 1),
+(130, 61, 28, 2, '2017-02-23 10:50:10', 0, 1, 1),
+(131, 61, 39, 2, '2017-02-23 10:50:28', 0, 0, 1),
+(132, 19, 28, 2, '2017-02-25 14:34:05', 0, 0, 1),
+(133, 61, 44, 2, '2017-03-01 15:37:35', 0, 0, 1),
+(134, 62, 45, 2, '2017-03-12 12:35:29', 0, 0, 1),
+(136, 52, 28, 2, '2017-03-12 18:08:48', 0, 0, 1),
+(137, 52, 17, 2, '2017-03-21 16:48:02', 0, 0, 1),
+(138, 50, 47, 2, '2017-03-21 17:03:12', 0, 0, 1),
+(139, 50, 46, 2, '2017-03-21 17:03:23', 0, 0, 1),
+(140, 50, 41, 2, '2017-03-21 17:08:01', 0, 0, 1),
+(141, 57, 44, 2, '2017-03-28 13:02:51', 0, 0, 1),
+(142, 50, 20, 2, '2017-03-28 20:54:24', 0, 0, 1),
+(143, 52, 49, 2, '2017-03-29 17:21:36', 0, 0, 1),
+(144, 64, 49, 49, '2017-03-30 11:25:27', 0, 0, 1),
+(145, 65, 49, 49, '2017-03-30 11:27:17', 0, 0, 1),
+(146, 66, 28, 2, '2017-04-02 17:14:23', 0, 0, 1),
+(147, 67, 20, 2, '2017-04-03 19:03:55', 0, 0, 1),
+(148, 67, 39, 2, '2017-04-03 19:04:14', 0, 0, 1),
+(149, 68, 44, 2, '2017-04-04 17:21:47', 0, 0, 1),
+(150, 68, 30, 2, '2017-04-04 17:32:16', 0, 0, 1),
+(151, 69, 36, 2, '2017-04-04 17:36:43', 0, 0, 1),
+(152, 69, 29, 2, '2017-04-04 17:36:59', 0, 0, 1),
+(153, 69, 17, 2, '2017-04-04 17:37:11', 0, 0, 1),
+(154, 70, 28, 2, '2017-04-04 17:57:04', 0, 0, 1),
+(155, 70, 30, 2, '2017-04-04 17:57:14', 0, 0, 1),
+(156, 70, 17, 2, '2017-04-04 17:57:25', 0, 1, 1),
+(157, 71, 28, 2, '2017-04-04 18:02:03', 0, 0, 1),
+(158, 71, 46, 2, '2017-04-04 18:02:19', 0, 0, 1),
+(159, 71, 47, 2, '2017-04-04 18:02:32', 0, 0, 1),
+(160, 67, 28, 2, '2017-04-16 16:42:06', 0, 0, 1),
+(161, 66, 23, 2, '2017-04-26 15:58:14', 0, 0, 1),
+(162, 72, 58, 2, '2017-05-04 11:41:33', 0, 1, 1),
+(164, 73, 44, 2, '2017-05-04 11:51:37', 0, 1, 1),
+(165, 74, 41, 2, '2017-05-07 10:50:08', 0, 1, 1),
+(166, 75, 28, 2, '2017-05-15 11:28:01', 0, 0, 1),
+(167, 76, 59, 2, '2017-05-15 14:13:36', 0, 0, 1),
+(168, 73, 28, 2, '2017-05-15 19:50:45', 0, 0, 1),
+(169, 67, 23, 2, '2017-05-16 20:09:03', 0, 0, 1),
+(170, 77, 44, 2, '2017-05-21 14:59:31', 0, 1, 1),
+(171, 78, 58, 2, '2017-05-22 17:00:33', 0, 0, 1),
+(172, 79, 41, 2, '2017-05-23 11:23:19', 0, 0, 1),
+(173, 77, 36, 2, '2017-06-01 14:21:35', 0, 0, 1),
+(174, 80, 29, 2, '2017-06-14 15:15:51', 0, 0, 1),
+(175, 67, 21, 2, '2017-06-18 02:09:20', 0, 0, 1),
+(176, 82, 44, 2, '2017-07-04 15:33:25', 0, 0, 1),
+(177, 83, 47, 2, '2017-07-04 18:14:14', 0, 0, 1),
+(178, 84, 47, 2, '2017-07-04 18:33:52', 0, 0, 1),
+(179, 84, 60, 2, '2017-07-04 18:34:04', 0, 0, 1),
+(180, 85, 29, 2, '2017-07-04 18:43:18', 0, 0, 1),
+(182, 87, 44, 2, '2017-07-05 12:15:09', 0, 0, 1),
+(183, 88, 20, 39, '2017-07-05 19:56:14', 0, 0, 1),
+(184, 88, 21, 39, '2017-07-05 19:56:27', 0, 0, 1),
+(187, 91, 63, 2, '2017-07-18 16:01:22', 0, 0, 1),
+(188, 92, 32, 2, '2017-07-18 16:10:25', 0, 0, 1),
+(189, 93, 23, 2, '2017-08-12 03:11:10', 0, 0, 1),
+(190, 75, 44, 2, '2017-08-12 05:18:42', 0, 0, 1),
+(191, 94, 44, 2, '2017-08-12 05:29:21', 0, 0, 1),
+(192, 95, 77, 2, '2017-08-20 10:59:45', 0, 0, 1),
+(194, 67, 41, 2, '2017-11-29 18:08:53', 0, 0, 1),
+(196, 67, 30, 2, '2017-11-29 18:15:16', 0, 1, 1),
+(197, 73, 95, 2, '2017-12-07 17:08:26', 0, 0, 1),
+(198, 101, 99, 2, '2017-12-14 16:12:09', 0, 0, 1),
+(199, 101, 30, 2, '2017-12-14 16:12:21', 0, 0, 1),
+(200, 101, 41, 2, '2017-12-14 16:12:36', 0, 0, 1),
+(201, 96, 100, 2, '2017-12-18 17:33:13', 0, 0, 1),
+(202, 96, 101, 2, '2017-12-19 20:16:00', 0, 1, 1),
+(203, 96, 30, 2, '2017-12-19 20:16:11', 0, 0, 1),
+(204, 66, 95, 2, '2017-12-24 11:47:23', 0, 0, 1),
+(205, 102, 36, 2, '2017-12-26 15:05:15', 0, 0, 1),
+(206, 96, 95, 2, '2017-12-26 18:45:17', 0, 0, 1),
+(207, 96, 95, 2, '2017-12-26 18:45:22', 0, 0, 1),
+(208, 86, 23, 2, '2018-01-13 01:40:38', 0, 0, 1),
+(209, 99, 77, 2, '2018-01-29 14:07:15', 0, 0, 1),
+(210, 99, 23, 2, '2018-01-29 14:07:30', 0, 0, 1),
+(211, 99, 105, 105, '2018-01-29 14:51:42', 0, 1, 1),
+(212, 103, 23, 2, '2018-01-31 13:11:23', 0, 0, 1),
+(213, 104, 30, 2, '2018-01-31 13:56:33', 0, 0, 1),
+(214, 67, 36, 2, '2018-02-05 16:54:37', 0, 0, 1),
+(215, 105, 110, 2, '2018-03-05 13:49:56', 0, 0, 1),
+(216, 105, 23, 2, '2018-03-05 13:50:40', 0, 0, 1),
+(217, 106, 36, 2, '2018-03-05 15:47:50', 0, 0, 1),
+(218, 107, 111, 2, '2018-03-06 15:57:50', 0, 0, 1),
+(219, 107, 77, 2, '2018-03-06 16:21:10', 0, 1, 1),
+(220, 108, 110, 2, '2018-03-08 17:29:23', 0, 0, 1),
+(221, 109, 110, 2, '2018-03-08 17:31:29', 0, 0, 1),
+(222, 99, 111, 2, '2018-03-11 13:16:22', 0, 0, 1),
+(223, 105, 112, 2, '2018-03-15 15:50:17', 0, 1, 1),
+(224, 67, 112, 2, '2018-03-19 14:06:34', 0, 0, 1),
+(225, 110, 114, 2, '2018-03-28 15:05:56', 0, 0, 1),
+(226, 77, 111, 2, '2018-03-28 15:34:07', 0, 0, 1);
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `attendances`
+--
+
+CREATE TABLE `attendances` (
+  `id` int(11) NOT NULL,
+  `user_id` int(11) NOT NULL,
+  `user_name` varchar(255) NOT NULL,
+  `status` tinyint(4) NOT NULL,
+  `absent_count` tinyint(4) NOT NULL DEFAULT '0',
+  `office_id` int(11) DEFAULT '1',
+  `attendance_time` datetime DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT;
+
+--
+-- Dumping data for table `attendances`
+--
+
+INSERT INTO `attendances` (`id`, `user_id`, `user_name`, `status`, `absent_count`, `office_id`, `attendance_time`) VALUES
+(1, 5, 'Masum', 0, 0, 1, '2017-06-08 09:03:00'),
+(2, 1, 'Reza', 0, 0, 1, '2017-06-08 09:03:00'),
+(3, 8, 'Shabuj', 0, 0, 1, '2017-06-08 09:04:00'),
+(4, 4, 'Akib', 0, 0, 1, '2017-06-08 09:07:00'),
+(5, 2, 'Mamun', 0, 0, 1, '2017-06-08 09:09:00'),
+(6, 10, 'Tipu', 0, 0, 1, '2017-06-08 11:44:00'),
+(7, 12, 'Nishat', 0, 0, 1, '2017-06-08 12:57:00'),
+(8, 8, 'Shabuj', 1, 0, 1, '2017-06-08 16:03:00'),
+(9, 2, 'Mamun', 1, 0, 1, '2017-06-08 16:59:00'),
+(10, 3, 'Golam Sayed', 1, 0, 1, '2017-06-10 07:09:00'),
+(12, 4, 'Akib', 0, 0, 1, '2017-06-10 09:17:00'),
+(13, 5, 'Masum', 0, 0, 1, '2017-06-10 10:03:00'),
+(14, 13, 'Jamil', 0, 0, 1, '2017-06-10 10:10:00'),
+(15, 13, 'Jamil', 0, 0, 1, '2017-06-10 16:06:00'),
+(16, 3, 'Golam Sayed', 1, 0, 1, '2017-06-10 19:50:00'),
+(17, 3, 'Golam Sayed', 0, 0, 1, '2017-06-11 06:59:00'),
+(18, 8, 'Shabuj', 0, 0, 1, '2017-06-11 08:51:00'),
+(19, 2, 'Mamun', 0, 0, 1, '2017-06-11 08:52:00'),
+(20, 1, 'Reza', 0, 0, 1, '2017-06-11 09:23:00'),
+(21, 4, 'Akib', 0, 0, 1, '2017-06-11 09:26:00'),
+(22, 5, 'Masum', 0, 0, 1, '2017-06-11 09:27:00'),
+(23, 12, 'Nishat', 0, 0, 1, '2017-06-11 09:30:00'),
+(24, 13, 'Jamil', 0, 0, 1, '2017-06-11 10:08:00'),
+(25, 10, 'Tipu', 0, 0, 1, '2017-06-11 10:41:00'),
+(26, 10, 'Tipu', 1, 0, 1, '2017-06-11 12:30:00'),
+(27, 13, 'Jamil', 1, 0, 1, '2017-06-11 15:11:00'),
+(28, 1, 'Reza', 1, 0, 1, '2017-06-11 16:17:00'),
+(29, 12, 'Nishat', 1, 0, 1, '2017-06-11 16:19:00'),
+(30, 5, 'Masum', 1, 0, 1, '2017-06-11 16:24:00'),
+(31, 2, 'Mamun', 1, 0, 1, '2017-06-11 16:30:00'),
+(32, 8, 'Shabuj', 1, 0, 1, '2017-06-11 16:30:00'),
+(65, 13, 'Jamil', 1, 0, 1, '2017-06-11 15:11:00'),
+(66, 1, 'Reza', 1, 0, 1, '2017-06-11 16:17:00'),
+(67, 12, 'Nishat', 1, 0, 1, '2017-06-11 16:19:00'),
+(68, 5, 'Masum', 1, 0, 1, '2017-06-11 16:24:00'),
+(69, 2, 'Mamun', 1, 0, 1, '2017-06-11 16:30:00'),
+(70, 8, 'Shabuj', 1, 0, 1, '2017-06-11 16:30:00'),
+(71, 8, 'Shabuj', 0, 0, 1, '2017-06-12 09:00:00'),
+(72, 3, 'Golam Sayed', 0, 0, 1, '2017-06-12 09:00:00'),
+(73, 2, 'Mamun', 0, 0, 1, '2017-06-12 09:32:00'),
+(74, 4, 'Akib', 0, 0, 1, '2017-06-12 09:40:00'),
+(75, 5, 'Masum', 0, 0, 1, '2017-06-12 10:23:00'),
+(76, 12, 'Nishat', 0, 0, 1, '2017-06-12 11:00:00'),
+(81, 8, 'Shabuj', 1, 0, 1, '2017-06-13 09:01:32'),
+(82, 1, 'Reza', 1, 0, 1, '2017-06-13 09:07:33'),
+(83, 5, 'Masum', 1, 0, 1, '2017-06-13 09:10:18'),
+(84, 4, 'Akib', 1, 0, 1, '2017-06-13 10:09:33'),
+(85, 10, 'Tipu', 0, 0, 1, '2017-06-13 10:35:51'),
+(86, 3, 'Golam Sayed', 0, 0, 1, '2017-06-13 10:47:48'),
+(87, 10, 'Tipu', 0, 0, 1, '2017-06-13 11:07:07'),
+(88, 1, 'Reza', 1, 0, 1, '2017-06-13 11:26:28'),
+(89, 10, 'Tipu', 1, 0, 1, '2017-06-13 14:03:44'),
+(90, 8, 'Shabuj', 1, 0, 1, '2017-06-13 16:21:31'),
+(91, 3, 'Golam Sayed', 1, 0, 1, '2017-06-14 08:20:28'),
+(92, 2, 'Mamun', 0, 0, 1, '2017-06-14 08:22:30'),
+(93, 8, 'Shabuj', 0, 0, 1, '2017-06-14 08:53:49'),
+(94, 4, 'Akib', 0, 0, 1, '2017-06-14 09:44:20'),
+(95, 5, 'Masum', 0, 0, 1, '2017-06-14 10:12:36'),
+(96, 13, 'Jamil', 0, 0, 1, '2017-06-14 10:35:23'),
+(97, 10, 'Tipu', 0, 0, 1, '2017-06-14 10:52:59'),
+(98, 10, 'Tipu', 0, 0, 1, '2017-06-14 11:42:28'),
+(99, 10, 'Tipu', 0, 0, 1, '2017-06-14 12:29:45'),
+(100, 10, 'Tipu', 0, 0, 1, '2017-06-14 13:35:56'),
+(101, 10, 'Tipu', 0, 0, 1, '2017-06-14 15:39:26'),
+(102, 6, 'Helal', 0, 0, 1, '2017-06-14 15:51:44'),
+(103, 13, 'Jamil', 0, 0, 1, '2017-06-14 16:38:19'),
+(104, 10, 'Tipu', 0, 0, 1, '2017-06-14 17:22:32'),
+(105, 2, 'Mamun', 1, 0, 1, '2017-06-14 17:58:21'),
+(106, 3, 'Golam Sayed', 1, 0, 1, '2017-06-14 18:35:27'),
+(107, 3, 'Golam Sayed', 1, 0, 1, '2017-06-15 08:07:00'),
+(108, 8, 'Shabuj', 1, 0, 1, '2017-06-15 09:00:56'),
+(109, 2, 'Mamun', 0, 0, 1, '2017-06-15 09:19:15'),
+(110, 13, 'Jamil', 0, 0, 1, '2017-06-15 09:58:56'),
+(111, 1, 'Reza', 0, 0, 1, '2017-06-15 10:33:37'),
+(112, 8, 'Shabuj', 0, 0, 1, '2017-06-15 15:46:32'),
+(113, 13, 'Jamil', 0, 0, 1, '2017-06-15 16:18:24'),
+(114, 2, 'Mamun', 1, 0, 1, '2017-06-15 17:05:54'),
+(115, 3, 'Golam Sayed', 1, 0, 1, '2017-06-17 07:28:45'),
+(116, 5, 'Masum', 1, 0, 1, '2017-06-17 09:13:03'),
+(117, 2, 'Mamun', 0, 0, 1, '2017-06-17 09:28:19'),
+(118, 1, 'Reza', 0, 0, 1, '2017-06-17 09:28:34'),
+(119, 1, 'Reza', 1, 0, 1, '2017-06-17 19:09:32'),
+(120, 2, 'Mamun', 1, 0, 1, '2017-06-17 19:18:39'),
+(121, 3, 'Golam Sayed', 0, 0, 1, '2017-06-17 20:52:33'),
+(122, 3, 'Golam Sayed', 0, 0, 1, '2017-06-18 07:13:51'),
+(123, 8, 'Shabuj', 0, 0, 1, '2017-06-18 08:39:19'),
+(124, 1, 'Reza', 0, 0, 1, '2017-06-18 08:53:12'),
+(125, 2, 'Mamun', 0, 0, 1, '2017-06-18 09:09:34'),
+(126, 4, 'Akib', 0, 0, 1, '2017-06-18 09:25:37'),
+(127, 13, 'Jamil', 0, 0, 1, '2017-06-18 09:51:08'),
+(128, 5, 'Masum', 0, 0, 1, '2017-06-18 09:54:55'),
+(129, 12, 'Nishat', 0, 0, 1, '2017-06-18 10:05:55'),
+(130, 4, 'Akib', 0, 1, 1, '2017-06-15 00:00:00'),
+(131, 4, 'Akib', 0, 1, 1, '2017-06-17 00:00:00'),
+(132, 12, 'Nishat', 0, 0, 1, '2017-06-18 10:35:00'),
+(133, 6, 'Helal', 0, 0, 1, '2017-06-18 15:36:16'),
+(134, 2, 'Mamun', 1, 0, 1, '2017-06-18 16:02:17'),
+(135, 1, 'Reza', 1, 0, 1, '2017-06-18 16:11:32'),
+(136, 12, 'Nishat', 1, 0, 1, '2017-06-18 16:15:52'),
+(137, 7, 'Zeba', 0, 0, 1, '2017-06-18 09:07:04'),
+(138, 8, 'Shabuj', 1, 0, 1, '2017-06-18 16:21:14'),
+(139, 4, 'Akib', 1, 0, 1, '2017-06-18 16:35:41'),
+(140, 3, 'Golam Sayed', 0, 0, 1, '2017-06-19 07:57:21'),
+(141, 8, 'Shabuj', 0, 0, 1, '2017-06-19 08:35:34'),
+(142, 7, 'Zeba', 0, 0, 1, '2017-06-19 09:07:22'),
+(143, 4, 'Akib', 0, 0, 1, '2017-06-19 09:09:30'),
+(144, 1, 'Reza', 0, 0, 1, '2017-06-19 09:30:05'),
+(145, 2, 'Mamun', 0, 0, 1, '2017-06-19 10:01:17'),
+(146, 5, 'Masum', 0, 0, 1, '2017-06-19 10:11:24'),
+(147, 12, 'Nishat', 0, 0, 1, '2017-06-19 10:12:00'),
+(148, 13, 'Jamil', 0, 0, 1, '2017-06-19 10:39:11'),
+(149, 11, 'Niloy', 0, 1, 1, '2017-06-19 00:00:00'),
+(150, 2, 'Mamun', 0, 1, 1, '2017-06-10 00:00:00'),
+(151, 2, 'Mamun', 0, 1, 1, '2017-06-13 00:00:00'),
+(152, 10, 'Tipu', 1, 0, 1, '2017-06-19 13:01:26'),
+(153, 10, 'Tipu', 1, 0, 1, '2017-06-19 13:50:38'),
+(154, 11, 'Niloy', 1, 0, 1, '2017-06-19 15:56:46'),
+(155, 7, 'Zeba', 1, 0, 1, '2017-06-19 16:28:57'),
+(156, 2, 'Mamun', 1, 0, 1, '2017-06-19 16:37:32'),
+(157, 1, 'Reza', 1, 0, 1, '2017-06-19 16:45:22'),
+(158, 12, 'Nishat', 1, 0, 1, '2017-06-19 17:12:27'),
+(159, 4, 'Akib', 1, 0, 1, '2017-06-19 17:20:01'),
+(160, 6, 'Helal', 1, 0, 1, '2017-06-19 18:14:36'),
+(161, 3, 'Golam Sayed', 1, 0, 1, '2017-06-20 08:16:07'),
+(162, 2, 'Mamun', 0, 0, 1, '2017-06-20 08:41:24'),
+(163, 1, 'Reza', 0, 0, 1, '2017-06-20 09:10:53'),
+(164, 7, 'Zeba', 0, 0, 1, '2017-06-20 09:13:24'),
+(165, 4, 'Akib', 0, 0, 1, '2017-06-20 09:19:45'),
+(166, 12, 'Nishat', 0, 0, 1, '2017-06-20 09:22:07'),
+(167, 5, 'Masum', 0, 0, 1, '2017-06-20 09:41:03'),
+(168, 13, 'Jamil', 0, 0, 1, '2017-06-20 09:46:28'),
+(169, 10, 'Tipu', 0, 0, 1, '2017-06-20 10:30:06'),
+(170, 11, 'Niloy', 0, 1, 1, '2017-06-20 00:00:00'),
+(171, 11, 'Niloy', 1, 0, 1, '2017-06-20 11:52:45'),
+(172, 10, 'Tipu', 1, 0, 1, '2017-06-20 16:15:19'),
+(173, 4, 'Akib', 1, 0, 1, '2017-06-20 16:15:19'),
+(174, 12, 'Nishat', 1, 0, 1, '2017-06-20 16:24:31'),
+(175, 15, 'Payer', 0, 0, 1, '2017-06-20 16:29:05'),
+(176, 7, 'Zeba', 1, 0, 1, '2017-06-20 16:31:39'),
+(177, 1, 'Reza', 1, 0, 1, '2017-06-20 16:54:27'),
+(178, 2, 'Mamun', 1, 0, 1, '2017-06-20 17:11:42'),
+(179, 5, 'Masum', 1, 0, 1, '2017-06-20 19:29:09'),
+(180, 3, 'Golam Sayed', 1, 0, 1, '2017-06-21 07:26:17'),
+(181, 2, 'Mamun', 0, 0, 1, '2017-06-21 08:47:25'),
+(182, 12, 'Nishat', 0, 0, 1, '2017-06-21 09:11:00'),
+(183, 7, 'Zeba', 0, 0, 1, '2017-06-21 09:11:14'),
+(184, 4, 'Akib', 0, 0, 1, '2017-06-21 09:11:50'),
+(185, 1, 'Reza', 0, 0, 1, '2017-06-21 09:12:38'),
+(186, 5, 'Masum', 0, 0, 1, '2017-06-21 09:47:19'),
+(187, 13, 'Jamil', 0, 0, 1, '2017-06-21 09:57:08'),
+(188, 10, 'Tipu', 0, 0, 1, '2017-06-21 10:17:32'),
+(189, 8, 'Shabuj', 0, 0, 1, '2017-06-21 10:29:52'),
+(190, 15, 'Payer', 0, 1, 1, '2017-06-21 00:00:00'),
+(191, 11, 'Niloy', 0, 1, 1, '2017-06-21 00:00:00'),
+(192, 12, 'Nishat', 1, 0, 1, '2017-06-22 17:10:35'),
+(193, 5, 'Masum', 1, 0, 1, '2017-06-22 17:10:47'),
+(194, 2, 'Mamun', 1, 0, 1, '2017-06-22 17:13:01'),
+(195, 7, 'Zeba', 1, 0, 1, '2017-06-22 00:00:00'),
+(196, 13, 'Jamil', 1, 0, 1, '2017-06-22 00:00:00'),
+(197, 11, 'Niloy', 1, 0, 1, '2017-06-22 00:00:00'),
+(198, 10, 'Tipu', 1, 0, 1, '2017-06-22 00:00:00'),
+(199, 4, 'Akib', 1, 0, 1, '2017-06-22 00:00:00'),
+(200, 3, 'Golam Sayed', 1, 0, 1, '2017-06-22 00:00:00'),
+(201, 15, 'Payer', 1, 0, 1, '2017-06-22 16:00:00'),
+(202, 1, 'Reza', 0, 0, 1, '2017-07-01 09:07:07'),
+(203, 3, 'Golam Sayed', 0, 0, 1, '2017-07-01 09:07:30'),
+(204, 2, 'Mamun', 0, 0, 1, '2017-07-01 09:21:00'),
+(205, 5, 'Masum', 0, 0, 1, '2017-07-01 09:43:50'),
+(206, 13, 'Jamil', 0, 0, 1, '2017-07-01 10:11:44'),
+(207, 10, 'Tipu', 0, 0, 1, '2017-07-01 11:21:09'),
+(208, 11, 'Niloy', 0, 0, 1, '2017-07-01 11:35:08'),
+(209, 4, 'Akib', 0, 1, 1, '2017-07-01 00:00:00'),
+(210, 7, 'Zeba', 0, 1, 1, '2017-07-01 00:00:00'),
+(211, 12, 'Nishat', 0, 1, 1, '2017-07-01 00:00:00'),
+(212, 15, 'Payer', 0, 0, 1, '2017-07-01 11:30:00'),
+(213, 11, 'Niloy', 1, 0, 1, '2017-07-01 17:51:07'),
+(214, 1, 'Reza', 1, 0, 1, '2017-07-01 17:55:11'),
+(215, 13, 'Jamil', 1, 0, 1, '2017-07-01 17:55:19'),
+(216, 5, 'Masum', 1, 0, 1, '2017-07-01 17:56:36'),
+(217, 2, 'Mamun', 1, 0, 1, '2017-07-01 19:44:46'),
+(218, 3, 'Golam Sayed', 0, 0, 1, '2017-07-01 20:27:00'),
+(219, 3, 'Golam Sayed', 0, 0, 1, '2017-07-02 06:56:25'),
+(220, 1, 'Reza', 0, 0, 1, '2017-07-02 09:10:43'),
+(221, 2, 'Mamun', 0, 0, 1, '2017-07-02 09:21:35'),
+(222, 4, 'Akib', 0, 0, 1, '2017-07-02 09:25:48'),
+(223, 7, 'Zeba', 0, 0, 1, '2017-07-02 09:26:52'),
+(224, 8, 'Shabuj', 0, 0, 1, '2017-07-02 09:37:02'),
+(225, 10, 'Tipu', 0, 0, 1, '2017-07-02 10:09:47'),
+(226, 5, 'Masum', 0, 0, 1, '2017-07-02 10:16:28'),
+(227, 13, 'Jamil', 0, 0, 1, '2017-07-02 10:19:23'),
+(228, 11, 'Niloy', 0, 1, 1, '2017-07-02 00:00:00'),
+(229, 12, 'Nishat', 0, 1, 1, '2017-07-02 00:00:00'),
+(230, 7, 'Zeba', 1, 0, 1, '2017-07-02 18:25:04'),
+(231, 8, 'Shabuj', 1, 0, 1, '2017-07-02 18:39:15'),
+(232, 4, 'Akib', 1, 0, 1, '2017-07-02 18:40:45'),
+(233, 1, 'Reza', 1, 0, 1, '2017-07-02 18:48:26'),
+(234, 13, 'Jamil', 1, 0, 1, '2017-07-02 18:49:17'),
+(235, 2, 'Mamun', 1, 0, 1, '2017-07-02 18:51:52'),
+(236, 3, 'Golam Sayed', 1, 0, 1, '2017-07-02 20:58:43'),
+(237, 3, 'Golam Sayed', 0, 0, 1, '2017-07-03 06:57:37'),
+(238, 1, 'Reza', 0, 0, 1, '2017-07-03 09:35:20'),
+(239, 8, 'Shabuj', 0, 0, 1, '2017-07-03 09:38:28'),
+(240, 7, 'Zeba', 0, 0, 1, '2017-07-03 09:42:55'),
+(241, 4, 'Akib', 0, 0, 1, '2017-07-03 09:50:39'),
+(242, 2, 'Mamun', 0, 0, 1, '2017-07-03 10:13:39'),
+(243, 13, 'Jamil', 0, 0, 1, '2017-07-03 10:22:40'),
+(244, 5, 'Masum', 0, 0, 1, '2017-07-03 10:58:21'),
+(245, 12, 'Nishat', 0, 1, 1, '2017-07-03 00:00:00'),
+(246, 10, 'Tipu', 0, 0, 1, '2017-07-03 11:00:00'),
+(247, 11, 'Niloy', 0, 1, 1, '2017-07-03 11:00:00'),
+(248, 15, 'Payer', 0, 0, 1, '2017-07-03 11:30:00'),
+(249, 2, 'Mamun', 1, 0, 1, '2017-07-03 17:59:18'),
+(250, 1, 'Reza', 1, 0, 1, '2017-07-03 18:36:32'),
+(251, 7, 'Zeba', 1, 0, 1, '2017-07-03 18:37:10'),
+(252, 5, 'Masum', 1, 0, 1, '2017-07-03 18:40:32'),
+(253, 13, 'Jamil', 1, 0, 1, '2017-07-03 18:42:09'),
+(254, 4, 'Akib', 1, 0, 1, '2017-07-03 18:46:32'),
+(255, 8, 'Shabuj', 1, 0, 1, '2017-07-03 18:50:30'),
+(256, 3, 'Golam Sayed', 1, 0, 1, '2017-07-04 06:51:15'),
+(257, 2, 'Mamun', 0, 0, 1, '2017-07-04 09:09:44'),
+(258, 7, 'Zeba', 0, 0, 1, '2017-07-04 09:10:21'),
+(259, 1, 'Reza', 0, 0, 1, '2017-07-04 09:19:47'),
+(260, 8, 'Shabuj', 0, 0, 1, '2017-07-04 09:24:04'),
+(261, 13, 'Jamil', 0, 0, 1, '2017-07-04 09:34:44'),
+(262, 12, 'Nishat', 0, 0, 1, '2017-07-04 09:43:53'),
+(263, 4, 'Akib', 0, 0, 1, '2017-07-04 09:44:44'),
+(264, 5, 'Masum', 0, 0, 1, '2017-07-04 10:23:13'),
+(265, 11, 'Niloy', 0, 0, 1, '2017-07-04 11:30:13'),
+(266, 10, 'Tipu', 0, 0, 1, '2017-07-04 11:30:13'),
+(286, 10, 'Tipu', 1, 0, 1, '2017-07-04 14:50:11'),
+(287, 12, 'Nishat', 1, 0, 1, '2017-07-04 18:23:58'),
+(288, 7, 'Zeba', 1, 0, 1, '2017-07-04 18:28:25'),
+(289, 13, 'Jamil', 1, 0, 1, '2017-07-04 18:29:33'),
+(290, 4, 'Akib', 1, 0, 1, '2017-07-04 18:35:52'),
+(291, 2, 'Mamun', 1, 0, 1, '2017-07-04 18:47:47'),
+(292, 5, 'Masum', 1, 0, 1, '2017-07-04 18:50:30'),
+(293, 1, 'Reza', 1, 0, 1, '2017-07-04 18:51:06'),
+(294, 8, 'Shabuj', 1, 0, 1, '2017-07-04 18:54:46'),
+(295, 1, 'Reza', 0, 0, 1, '2017-07-05 09:18:55'),
+(296, 2, 'Mamun', 0, 0, 1, '2017-07-05 09:28:55'),
+(297, 4, 'Akib', 0, 0, 1, '2017-07-05 09:37:57'),
+(298, 7, 'Zeba', 0, 0, 1, '2017-07-05 09:46:04'),
+(299, 8, 'Shabuj', 0, 0, 1, '2017-07-05 09:47:33'),
+(300, 5, 'Masum', 0, 0, 1, '2017-07-05 09:52:37'),
+(301, 10, 'Tipu', 0, 1, 1, '2017-07-05 00:00:00'),
+(302, 11, 'Niloy', 0, 1, 1, '2017-07-05 00:00:00'),
+(303, 12, 'Nishat', 0, 0, 1, '2017-07-05 10:30:05'),
+(304, 13, 'Jamil', 0, 1, 1, '2017-07-05 00:00:00'),
+(305, 7, 'Zeba', 1, 0, 1, '2017-07-05 18:27:26'),
+(306, 4, 'Akib', 1, 0, 1, '2017-07-05 18:34:22'),
+(307, 12, 'Nishat', 1, 0, 1, '2017-07-05 18:39:52'),
+(308, 1, 'Reza', 1, 0, 1, '2017-07-05 18:48:59'),
+(309, 2, 'Mamun', 1, 0, 1, '2017-07-05 19:01:38'),
+(310, 8, 'Shabuj', 1, 0, 1, '2017-07-05 19:12:33'),
+(311, 5, 'Masum', 1, 0, 1, '2017-07-05 19:37:57'),
+(312, 3, 'Golam Sayed', 1, 0, 1, '2017-07-05 22:11:46'),
+(313, 12, 'Nishat', 0, 0, 1, '2017-07-06 09:12:28'),
+(314, 7, 'Zeba', 0, 0, 1, '2017-07-06 09:27:23'),
+(315, 8, 'Shabuj', 0, 0, 1, '2017-07-06 09:29:33'),
+(316, 4, 'Akib', 0, 0, 1, '2017-07-06 09:33:45'),
+(317, 1, 'Reza', 0, 0, 1, '2017-07-06 09:44:47'),
+(318, 2, 'Mamun', 0, 0, 1, '2017-07-06 09:52:32'),
+(319, 13, 'Jamil', 0, 0, 1, '2017-07-06 09:59:17'),
+(320, 5, 'Masum', 0, 0, 1, '2017-07-06 10:17:43'),
+(321, 11, 'Niloy', 0, 1, 1, '2017-07-06 00:00:43'),
+(322, 15, 'Payer', 0, 0, 1, '2017-07-06 11:00:43'),
+(323, 15, 'Payer', 1, 0, 1, '2017-07-05 19:00:59'),
+(324, 10, 'Tipu', 0, 1, 1, '2017-07-06 00:00:43'),
+(325, 3, 'Golam Sayed', 0, 0, 1, '2017-07-06 09:00:22'),
+(326, 3, 'Golam Sayed', 1, 0, 1, '2017-07-05 19:48:59'),
+(327, 10, 'Tipu', 1, 0, 1, '2017-07-06 14:45:28'),
+(328, 7, 'Zeba', 1, 0, 1, '2017-07-06 18:02:12'),
+(329, 12, 'Nishat', 1, 0, 1, '2017-07-06 18:02:24'),
+(330, 13, 'Jamil', 1, 0, 1, '2017-07-06 18:11:04'),
+(331, 4, 'Akib', 1, 0, 1, '2017-07-06 18:12:49'),
+(332, 1, 'Reza', 1, 0, 1, '2017-07-06 18:15:46'),
+(333, 2, 'Mamun', 1, 0, 1, '2017-07-06 18:26:48'),
+(334, 8, 'Shabuj', 1, 0, 1, '2017-07-06 18:32:49'),
+(335, 3, 'Golam Sayed', 1, 0, 1, '2017-07-06 21:02:30'),
+(336, 3, 'Golam Sayed', 0, 0, 1, '2017-07-08 08:04:43'),
+(337, 1, 'Reza', 0, 0, 1, '2017-07-08 08:58:02'),
+(338, 4, 'Akib', 0, 0, 1, '2017-07-08 09:29:42'),
+(339, 2, 'Mamun', 0, 0, 1, '2017-07-08 09:35:19'),
+(340, 12, 'Nishat', 0, 0, 1, '2017-07-08 09:54:03'),
+(341, 5, 'Masum', 0, 0, 1, '2017-07-08 10:01:54'),
+(342, 8, 'Shabuj', 0, 1, 1, '2017-07-08 00:00:00'),
+(343, 7, 'Zeba', 0, 1, 1, '2017-07-08 00:00:00'),
+(344, 10, 'Tipu', 0, 1, 1, '2017-07-08 00:00:00'),
+(345, 11, 'Niloy', 0, 1, 1, '2017-07-08 00:00:00'),
+(346, 13, 'Jamil', 0, 1, 1, '2017-07-08 00:00:00'),
+(347, 2, 'Mamun', 1, 0, 1, '2017-07-08 18:05:06'),
+(348, 12, 'Nishat', 1, 0, 1, '2017-07-08 18:13:00'),
+(349, 4, 'Akib', 1, 0, 1, '2017-07-08 18:24:20'),
+(350, 1, 'Reza', 1, 0, 1, '2017-07-08 18:26:19'),
+(351, 3, 'Golam Sayed', 1, 0, 1, '2017-07-08 21:32:18'),
+(352, 3, 'Golam Sayed', 0, 0, 1, '2017-07-09 09:02:41'),
+(353, 13, 'Jamil', 0, 0, 1, '2017-07-09 09:23:00'),
+(354, 7, 'Zeba', 0, 0, 1, '2017-07-09 09:26:08'),
+(355, 2, 'Mamun', 0, 0, 1, '2017-07-09 09:26:47'),
+(356, 12, 'Nishat', 0, 0, 1, '2017-07-09 09:27:31'),
+(357, 8, 'Shabuj', 0, 0, 1, '2017-07-09 09:41:29'),
+(358, 5, 'Masum', 0, 0, 1, '2017-07-09 09:47:19'),
+(359, 4, 'Akib', 0, 0, 1, '2017-07-09 09:50:13'),
+(360, 1, 'Reza', 0, 0, 1, '2017-07-09 10:14:40'),
+(361, 11, 'Niloy', 0, 1, 1, '2017-07-09 00:00:00'),
+(362, 10, 'Tipu', 0, 1, 1, '2017-07-09 00:00:00'),
+(363, 4, 'Akib', 1, 0, 1, '2017-07-09 17:56:06'),
+(364, 1, 'Reza', 1, 0, 1, '2017-07-09 17:56:26'),
+(365, 13, 'Jamil', 1, 0, 1, '2017-07-09 18:01:16'),
+(366, 7, 'Zeba', 1, 0, 1, '2017-07-09 18:02:16'),
+(367, 12, 'Nishat', 1, 0, 1, '2017-07-09 18:09:52'),
+(368, 2, 'Mamun', 1, 0, 1, '2017-07-09 18:19:40'),
+(369, 8, 'Shabuj', 1, 0, 1, '2017-07-09 19:00:40'),
+(370, 3, 'Golam Sayed', 1, 0, 1, '2017-07-09 22:18:59'),
+(371, 3, 'Golam Sayed', 0, 0, 1, '2017-07-10 08:04:17'),
+(372, 1, 'Reza', 0, 0, 1, '2017-07-10 09:24:10'),
+(373, 2, 'Mamun', 0, 0, 1, '2017-07-10 09:27:00'),
+(374, 8, 'Shabuj', 0, 0, 1, '2017-07-10 09:27:11'),
+(375, 7, 'Zeba', 0, 0, 1, '2017-07-10 09:30:00'),
+(376, 4, 'Akib', 0, 0, 1, '2017-07-10 09:44:30'),
+(377, 12, 'Nishat', 0, 0, 1, '2017-07-10 09:56:44'),
+(378, 13, 'Jamil', 0, 0, 1, '2017-07-10 10:05:09'),
+(379, 10, 'Tipu', 0, 1, 1, '2017-07-10 00:00:00'),
+(380, 11, 'Niloy', 0, 1, 1, '2017-07-10 00:00:00'),
+(381, 5, 'Masum', 0, 1, 1, '2017-07-10 00:00:00'),
+(382, 4, 'Akib', 1, 0, 1, '2017-07-10 17:50:56'),
+(383, 1, 'Reza', 1, 0, 1, '2017-07-10 18:47:43'),
+(384, 7, 'Zeba', 1, 0, 1, '2017-07-10 19:00:39'),
+(385, 2, 'Mamun', 1, 0, 1, '2017-07-10 19:10:43'),
+(386, 3, 'Golam Sayed', 1, 0, 1, '2017-07-10 21:17:39'),
+(387, 3, 'Golam Sayed', 1, 0, 1, '2017-07-11 08:09:04'),
+(388, 1, 'Reza', 0, 0, 1, '2017-07-11 09:14:40'),
+(389, 7, 'Zeba', 0, 0, 1, '2017-07-11 09:28:14'),
+(390, 5, 'Masum', 0, 0, 1, '2017-07-11 09:31:23'),
+(391, 12, 'Nishat', 0, 0, 1, '2017-07-11 09:28:52'),
+(392, 13, 'Jamil', 0, 0, 1, '2017-07-11 09:52:56'),
+(393, 2, 'Mamun', 0, 0, 1, '2017-07-11 10:00:22'),
+(394, 4, 'Akib', 0, 0, 1, '2017-07-11 10:00:45'),
+(395, 8, 'Shabuj', 0, 0, 1, '2017-07-11 10:22:40'),
+(396, 3, 'Golam Sayed', 0, 0, 1, '2017-07-11 08:22:40'),
+(397, 11, 'Niloy', 0, 0, 1, '2017-07-11 11:39:40'),
+(398, 10, 'Tipu', 0, 1, 1, '2017-07-11 00:00:00'),
+(399, 3, 'Golam Sayed', 1, 0, 1, '2017-07-11 15:17:10'),
+(400, 7, 'Zeba', 1, 0, 1, '2017-07-11 18:28:09'),
+(401, 4, 'Akib', 1, 0, 1, '2017-07-11 18:35:00'),
+(402, 12, 'Nishat', 1, 0, 1, '2017-07-11 18:38:51'),
+(403, 1, 'Reza', 1, 0, 1, '2017-07-11 18:39:03'),
+(404, 2, 'Mamun', 1, 0, 1, '2017-07-11 18:58:45'),
+(405, 8, 'Shabuj', 1, 0, 1, '2017-07-11 19:00:44'),
+(406, 1, 'Reza', 0, 0, 1, '2017-07-12 09:29:21'),
+(407, 7, 'Zeba', 0, 0, 1, '2017-07-12 09:29:31'),
+(408, 2, 'Mamun', 0, 0, 1, '2017-07-12 09:38:37'),
+(409, 13, 'Jamil', 0, 0, 1, '2017-07-12 09:48:15'),
+(410, 4, 'Akib', 0, 0, 1, '2017-07-12 09:48:35'),
+(411, 5, 'Masum', 0, 0, 1, '2017-07-12 10:22:33'),
+(412, 12, 'Nishat', 0, 0, 1, '2017-07-12 11:23:18'),
+(413, 8, 'Shabuj', 0, 0, 1, '2017-07-12 11:25:27'),
+(414, 11, 'Niloy', 0, 1, 1, '2017-07-12 00:00:00'),
+(415, 10, 'Tipu', 0, 1, 1, '2017-07-12 00:00:00'),
+(416, 3, 'Golam Sayed', 0, 1, 1, '2017-07-12 00:00:00'),
+(417, 7, 'Zeba', 1, 0, 1, '2017-07-12 18:10:56'),
+(418, 1, 'Reza', 1, 0, 1, '2017-07-12 18:33:34'),
+(419, 5, 'Masum', 1, 0, 1, '2017-07-12 18:36:14'),
+(420, 2, 'Mamun', 1, 0, 1, '2017-07-12 18:44:26'),
+(421, 4, 'Akib', 1, 0, 1, '2017-07-12 18:55:20'),
+(422, 8, 'Shabuj', 1, 0, 1, '2017-07-12 19:34:21'),
+(423, 13, 'Jamil', 1, 0, 1, '2017-07-12 19:36:42'),
+(424, 3, 'Golam Sayed', 0, 0, 1, '2017-07-13 07:04:37'),
+(425, 1, 'Reza', 0, 0, 1, '2017-07-13 09:27:23'),
+(426, 7, 'Zeba', 0, 0, 1, '2017-07-13 09:33:46'),
+(427, 4, 'Akib', 0, 0, 1, '2017-07-13 09:37:43'),
+(428, 12, 'Nishat', 0, 0, 1, '2017-07-13 09:48:03'),
+(429, 5, 'Masum', 0, 0, 1, '2017-07-13 09:55:02'),
+(430, 2, 'Mamun', 0, 0, 1, '2017-07-13 09:57:00'),
+(431, 8, 'Shabuj', 0, 0, 1, '2017-07-13 10:02:14'),
+(432, 10, 'Tipu', 0, 1, 1, '2017-07-13 00:00:00'),
+(433, 11, 'Niloy', 0, 1, 1, '2017-07-13 00:00:00'),
+(434, 13, 'Jamil', 0, 1, 1, '2017-07-13 00:00:00'),
+(435, 4, 'Akib', 1, 0, 1, '2017-07-13 18:31:36'),
+(436, 7, 'Zeba', 1, 0, 1, '2017-07-13 18:36:44'),
+(437, 1, 'Reza', 1, 0, 1, '2017-07-13 18:38:44'),
+(438, 12, 'Nishat', 1, 0, 1, '2017-07-13 18:40:28'),
+(439, 5, 'Masum', 1, 0, 1, '2017-07-13 18:41:27'),
+(440, 8, 'Shabuj', 1, 0, 1, '2017-07-13 18:41:38'),
+(441, 3, 'Golam Sayed', 1, 0, 1, '2017-07-13 18:50:09'),
+(442, 3, 'Golam Sayed', 0, 0, 1, '2017-07-15 09:00:20'),
+(443, 4, 'Akib', 0, 0, 1, '2017-07-15 09:38:06'),
+(444, 5, 'Masum', 0, 0, 1, '2017-07-15 09:41:21'),
+(445, 1, 'Reza', 0, 0, 1, '2017-07-15 09:42:14'),
+(446, 12, 'Nishat', 0, 0, 1, '2017-07-15 09:52:46'),
+(447, 2, 'Mamun', 0, 0, 1, '2017-07-15 10:02:07'),
+(448, 10, 'Tipu', 0, 1, 1, '2017-07-15 00:00:00'),
+(449, 7, 'Zeba', 0, 1, 1, '2017-07-15 00:00:00'),
+(450, 8, 'Shabuj', 0, 1, 1, '2017-07-15 00:00:00'),
+(451, 13, 'Jamil', 0, 1, 1, '2017-07-15 00:00:00'),
+(452, 11, 'Niloy', 0, 1, 1, '2017-07-15 00:00:00'),
+(453, 5, 'Masum', 1, 0, 1, '2017-07-15 17:39:00'),
+(454, 4, 'Akib', 1, 0, 1, '2017-07-15 18:04:17'),
+(455, 12, 'Nishat', 1, 0, 1, '2017-07-15 18:07:02'),
+(456, 1, 'Reza', 1, 0, 1, '2017-07-15 18:07:36'),
+(457, 2, 'Mamun', 1, 0, 1, '2017-07-15 18:10:05'),
+(458, 3, 'Golam Sayed', 1, 0, 1, '2017-07-15 21:56:17'),
+(459, 3, 'Golam Sayed', 0, 0, 1, '2017-07-16 09:00:14'),
+(460, 8, 'Shabuj', 0, 0, 1, '2017-07-16 09:22:14'),
+(461, 7, 'Zeba', 0, 0, 1, '2017-07-16 09:22:58'),
+(462, 1, 'Reza', 0, 0, 1, '2017-07-16 09:28:30'),
+(463, 2, 'Mamun', 0, 0, 1, '2017-07-16 09:42:19'),
+(464, 12, 'Nishat', 0, 0, 1, '2017-07-16 09:44:58'),
+(465, 5, 'Masum', 0, 0, 1, '2017-07-16 09:47:22'),
+(466, 13, 'Jamil', 0, 0, 1, '2017-07-16 10:36:25'),
+(467, 4, 'Akib', 0, 0, 1, '2017-07-16 11:15:00'),
+(468, 10, 'Tipu', 0, 1, 1, '2017-07-16 00:00:00'),
+(469, 11, 'Niloy', 0, 1, 1, '2017-07-16 00:00:00'),
+(470, 7, 'Zeba', 1, 0, 1, '2017-07-16 12:32:55'),
+(471, 5, 'Masum', 1, 0, 1, '2017-07-16 17:59:58'),
+(472, 1, 'Reza', 1, 0, 1, '2017-07-16 18:01:50'),
+(473, 12, 'Nishat', 1, 0, 1, '2017-07-16 18:03:23'),
+(474, 2, 'Mamun', 1, 0, 1, '2017-07-16 18:03:40'),
+(475, 4, 'Akib', 1, 0, 1, '2017-07-16 18:05:29'),
+(476, 8, 'Shabuj', 1, 0, 1, '2017-07-16 18:25:16'),
+(477, 13, 'Jamil', 1, 0, 1, '2017-07-16 19:06:57'),
+(478, 3, 'Golam Sayed', 1, 0, 1, '2017-07-16 22:02:24'),
+(479, 3, 'Golam Sayed', 0, 0, 1, '2017-07-17 09:05:13'),
+(480, 2, 'Mamun', 0, 0, 1, '2017-07-17 09:19:53'),
+(481, 1, 'Reza', 0, 0, 1, '2017-07-17 09:23:00'),
+(482, 7, 'Zeba', 0, 0, 1, '2017-07-17 09:29:27'),
+(483, 4, 'Akib', 0, 0, 1, '2017-07-17 09:46:20'),
+(484, 12, 'Nishat', 0, 0, 1, '2017-07-17 09:53:54'),
+(485, 5, 'Masum', 0, 0, 1, '2017-07-17 10:01:37'),
+(486, 13, 'Jamil', 0, 0, 1, '2017-07-17 10:31:15'),
+(487, 8, 'Shabuj', 0, 0, 1, '2017-07-17 10:58:50'),
+(488, 10, 'Tipu', 0, 0, 1, '2017-07-17 10:30:50'),
+(489, 11, 'Niloy', 0, 1, 1, '2017-07-17 00:00:00'),
+(490, 7, 'Zeba', 1, 0, 1, '2017-07-17 17:46:04'),
+(491, 2, 'Mamun', 1, 0, 1, '2017-07-17 18:01:44'),
+(492, 12, 'Nishat', 0, 0, 1, '2017-07-17 18:02:50'),
+(493, 4, 'Akib', 1, 0, 1, '2017-07-17 18:03:02'),
+(494, 5, 'Masum', 1, 0, 1, '2017-07-17 18:04:35'),
+(495, 1, 'Reza', 1, 0, 1, '2017-07-17 18:22:18'),
+(496, 13, 'Jamil', 1, 0, 1, '2017-07-17 19:01:08'),
+(497, 3, 'Golam Sayed', 1, 0, 1, '2017-07-17 23:01:26'),
+(498, 3, 'Golam Sayed', 0, 0, 1, '2017-07-18 09:00:02'),
+(499, 1, 'Reza', 0, 0, 1, '2017-07-18 09:28:45'),
+(500, 4, 'Akib', 0, 0, 1, '2017-07-18 09:37:30'),
+(501, 7, 'Zeba', 0, 0, 1, '2017-07-18 09:42:47'),
+(502, 2, 'Mamun', 0, 0, 1, '2017-07-18 09:46:24'),
+(503, 12, 'Nishat', 0, 0, 1, '2017-07-18 10:27:16'),
+(504, 5, 'Masum', 0, 0, 1, '2017-07-18 10:31:09'),
+(505, 8, 'Shabuj', 0, 0, 1, '2017-07-18 10:44:39'),
+(506, 10, 'Tipu', 0, 0, 1, '2017-07-18 10:45:22'),
+(507, 13, 'Jamil', 0, 0, 1, '2017-07-18 11:59:25'),
+(508, 11, 'Niloy', 0, 1, 1, '2017-07-18 00:00:00'),
+(509, 10, 'Tipu', 1, 0, 1, '2017-07-18 13:52:01'),
+(510, 1, 'Reza', 1, 0, 1, '2017-07-18 18:36:08'),
+(511, 2, 'Mamun', 1, 0, 1, '2017-07-18 19:00:39'),
+(512, 7, 'Zeba', 1, 0, 1, '2017-07-18 19:04:28'),
+(513, 12, 'Nishat', 1, 0, 1, '2017-07-18 19:12:57'),
+(514, 5, 'Masum', 1, 0, 1, '2017-07-18 19:19:03'),
+(515, 8, 'Shabuj', 1, 0, 1, '2017-07-18 19:20:36'),
+(516, 3, 'Golam Sayed', 1, 0, 1, '2017-07-18 21:54:13'),
+(517, 2, 'Mamun', 0, 0, 1, '2017-07-19 09:21:26'),
+(518, 7, 'Zeba', 0, 0, 1, '2017-07-19 09:29:54'),
+(519, 1, 'Reza', 0, 0, 1, '2017-07-19 09:45:41'),
+(520, 12, 'Nishat', 0, 0, 1, '2017-07-19 10:09:05'),
+(521, 13, 'Jamil', 0, 0, 1, '2017-07-19 10:36:23'),
+(522, 5, 'Masum', 0, 0, 1, '2017-07-19 10:38:48'),
+(523, 10, 'Tipu', 0, 0, 1, '2017-07-19 10:42:57'),
+(524, 15, 'Payer', 0, 0, 1, '2017-07-19 11:25:37'),
+(525, 8, 'Shabuj', 0, 0, 1, '2017-07-19 11:36:00'),
+(526, 4, 'Akib', 0, 1, 1, '2017-07-19 00:00:00'),
+(527, 11, 'Niloy', 0, 1, 1, '2017-07-19 00:00:00'),
+(528, 3, 'Golam Sayed', 0, 0, 1, '2017-07-19 08:50:00'),
+(529, 10, 'Tipu', 1, 0, 1, '2017-07-19 04:06:53'),
+(530, 12, 'Nishat', 1, 0, 1, '2017-07-19 18:27:18'),
+(531, 13, 'Jamil', 1, 0, 1, '2017-07-19 18:30:31'),
+(532, 7, 'Zeba', 1, 0, 1, '2017-07-19 18:34:05'),
+(533, 5, 'Masum', 1, 0, 1, '2017-07-19 18:34:30'),
+(534, 1, 'Reza', 1, 0, 1, '2017-07-19 18:34:51'),
+(535, 2, 'Mamun', 1, 0, 1, '2017-07-19 18:35:02'),
+(536, 8, 'Shabuj', 1, 0, 1, '2017-07-19 18:37:30'),
+(537, 3, 'Golam Sayed', 1, 0, 1, '2017-07-19 21:57:02'),
+(538, 1, 'Reza', 0, 0, 1, '2017-07-20 09:21:54'),
+(539, 3, 'Golam Sayed', 0, 0, 1, '2017-07-20 09:00:39'),
+(540, 7, 'Zeba', 0, 0, 1, '2017-07-20 09:40:42'),
+(541, 8, 'Shabuj', 0, 0, 1, '2017-07-20 09:43:51'),
+(542, 5, 'Masum', 0, 0, 1, '2017-07-20 10:07:44'),
+(543, 2, 'Mamun', 0, 0, 1, '2017-07-20 10:07:51'),
+(544, 12, 'Nishat', 0, 0, 1, '2017-07-20 10:20:04'),
+(545, 10, 'Tipu', 0, 0, 1, '2017-07-20 10:30:04'),
+(546, 4, 'Akib', 0, 1, 1, '2017-07-20 00:00:00'),
+(547, 11, 'Niloy', 0, 1, 1, '2017-07-20 00:00:00'),
+(548, 13, 'Jamil', 0, 1, 1, '2017-07-20 00:00:00'),
+(549, 13, 'Jamil', 0, 0, 1, '2017-07-20 13:20:30'),
+(550, 2, 'Mamun', 1, 0, 1, '2017-07-20 18:08:00'),
+(551, 5, 'Masum', 1, 0, 1, '2017-07-20 18:08:42'),
+(552, 1, 'Reza', 1, 0, 1, '2017-07-20 18:20:36'),
+(553, 12, 'Nishat', 1, 0, 1, '2017-07-20 18:25:44'),
+(554, 8, 'Shabuj', 1, 0, 1, '2017-07-20 19:01:24'),
+(555, 7, 'Zeba', 1, 0, 1, '2017-07-20 19:13:28'),
+(556, 1, 'Reza', 0, 0, 1, '2017-07-22 09:25:53'),
+(557, 3, 'Golam Sayed', 0, 0, 1, '2017-07-22 09:27:19'),
+(558, 4, 'Akib', 0, 0, 1, '2017-07-22 09:43:18'),
+(559, 12, 'Nishat', 0, 0, 1, '2017-07-22 09:54:59'),
+(560, 5, 'Masum', 0, 0, 1, '2017-07-22 10:23:12'),
+(561, 10, 'Tipu', 0, 1, 1, '2017-07-22 00:00:00'),
+(562, 7, 'Zeba', 0, 1, 1, '2017-07-22 00:00:00'),
+(563, 8, 'Shabuj', 0, 1, 1, '2017-07-22 00:00:00'),
+(564, 2, 'Mamun', 0, 0, 1, '2017-07-22 10:00:00'),
+(565, 13, 'Jamil', 0, 1, 1, '2017-07-22 00:00:00'),
+(566, 11, 'Niloy', 0, 1, 1, '2017-07-22 00:00:00'),
+(567, 4, 'Akib', 1, 0, 1, '2017-07-22 18:20:09'),
+(568, 1, 'Reza', 1, 0, 1, '2017-07-22 18:20:38'),
+(569, 2, 'Mamun', 1, 0, 1, '2017-07-22 18:14:10'),
+(570, 3, 'Golam Sayed', 0, 0, 1, '2017-07-23 08:01:24'),
+(571, 8, 'Shabuj', 0, 0, 1, '2017-07-23 09:30:00'),
+(572, 7, 'Zeba', 0, 0, 1, '2017-07-23 09:39:09'),
+(573, 4, 'Akib', 0, 0, 1, '2017-07-23 09:45:17'),
+(574, 13, 'Jamil', 0, 0, 1, '2017-07-23 10:09:09'),
+(575, 12, 'Nishat', 0, 0, 1, '2017-07-23 10:19:04'),
+(576, 2, 'Mamun', 0, 0, 1, '2017-07-23 10:44:48'),
+(577, 1, 'Reza', 0, 0, 1, '2017-07-23 11:05:42'),
+(578, 10, 'Tipu', 0, 1, 1, '2017-07-23 00:00:00'),
+(579, 11, 'Niloy', 0, 0, 1, '2017-07-23 11:23:00'),
+(580, 2, 'Mamun', 1, 0, 1, '2017-07-22 18:20:38'),
+(581, 12, 'Nishat', 1, 0, 1, '2017-07-22 18:20:38'),
+(582, 5, 'Masum', 1, 0, 1, '2017-07-22 18:20:38'),
+(583, 5, 'Masum', 0, 1, 1, '2017-07-23 00:00:00'),
+(584, 2, 'Mamun', 1, 0, 1, '2017-07-23 18:07:56'),
+(585, 7, 'Zeba', 1, 0, 1, '2017-07-23 18:15:03'),
+(586, 1, 'Reza', 1, 0, 1, '2017-07-23 18:22:15'),
+(587, 4, 'Akib', 1, 0, 1, '2017-07-23 18:23:20'),
+(588, 8, 'Shabuj', 1, 0, 1, '2017-07-23 18:32:48'),
+(589, 3, 'Golam Sayed', 1, 0, 1, '2017-07-23 21:00:56'),
+(590, 1, 'Reza', 0, 0, 1, '2017-07-24 09:24:44'),
+(591, 8, 'Shabuj', 0, 0, 1, '2017-07-24 09:41:22'),
+(592, 2, 'Mamun', 0, 0, 1, '2017-07-24 09:48:02'),
+(593, 4, 'Akib', 0, 0, 1, '2017-07-24 09:48:20'),
+(594, 13, 'Jamil', 0, 0, 1, '2017-07-24 10:08:41'),
+(595, 12, 'Nishat', 0, 0, 1, '2017-07-24 10:10:49'),
+(596, 3, 'Golam Sayed', 0, 0, 1, '2017-07-24 09:00:46'),
+(597, 5, 'Masum', 0, 1, 1, '2017-07-24 00:00:00'),
+(598, 10, 'Tipu', 0, 1, 1, '2017-07-24 00:00:00'),
+(599, 7, 'Zeba', 0, 1, 1, '2017-07-24 00:00:00'),
+(600, 11, 'Niloy', 0, 1, 1, '2017-07-24 00:00:00'),
+(601, 2, 'Mamun', 1, 0, 1, '2017-07-24 17:49:02'),
+(602, 8, 'Shabuj', 1, 0, 1, '2017-07-24 17:49:07'),
+(603, 12, 'Nishat', 1, 0, 1, '2017-07-24 18:09:41'),
+(604, 1, 'Reza', 1, 0, 1, '2017-07-24 18:14:34'),
+(605, 4, 'Akib', 1, 0, 1, '2017-07-24 18:31:33'),
+(606, 13, 'Jamil', 1, 0, 1, '2017-07-24 19:05:22'),
+(607, 3, 'Golam Sayed', 1, 0, 1, '2017-07-24 20:58:24'),
+(608, 1, 'Reza', 0, 0, 1, '2017-07-25 08:54:59'),
+(609, 7, 'Zeba', 0, 0, 1, '2017-07-25 09:47:09'),
+(610, 3, 'Golam Sayed', 0, 0, 1, '2017-07-25 08:30:18'),
+(611, 4, 'Akib', 0, 0, 1, '2017-07-25 09:50:58'),
+(612, 8, 'Shabuj', 0, 0, 1, '2017-07-25 10:04:49'),
+(613, 13, 'Jamil', 0, 0, 1, '2017-07-25 10:25:55'),
+(614, 5, 'Masum', 0, 0, 1, '2017-07-25 10:28:46'),
+(615, 12, 'Nishat', 0, 0, 1, '2017-07-25 10:46:40'),
+(616, 10, 'Tipu', 0, 0, 1, '2017-07-25 11:46:40'),
+(617, 11, 'Niloy', 0, 1, 1, '2017-07-25 00:00:00'),
+(619, 2, 'Mamun', 0, 1, 1, '2017-07-25 00:00:00'),
+(620, 10, 'Tipu', 1, 0, 1, '2017-07-25 17:51:33'),
+(621, 12, 'Nishat', 1, 0, 1, '2017-07-25 17:59:49'),
+(622, 4, 'Akib', 1, 0, 1, '2017-07-25 18:14:53'),
+(623, 1, 'Reza', 1, 0, 1, '2017-07-25 18:16:16'),
+(624, 8, 'Shabuj', 1, 0, 1, '2017-07-25 18:44:16'),
+(625, 7, 'Zeba', 1, 0, 1, '2017-07-25 18:45:48'),
+(626, 5, 'Masum', 1, 0, 1, '2017-07-25 18:51:33'),
+(627, 13, 'Jamil', 1, 0, 1, '2017-07-25 19:24:16'),
+(628, 3, 'Golam Sayed', 1, 0, 1, '2017-07-25 22:15:07'),
+(629, 7, 'Zeba', 0, 0, 1, '2017-07-26 09:32:55'),
+(630, 4, 'Akib', 0, 0, 1, '2017-07-26 09:37:07'),
+(631, 8, 'Shabuj', 0, 0, 1, '2017-07-26 09:38:07'),
+(632, 1, 'Reza', 0, 0, 1, '2017-07-26 10:20:44'),
+(633, 5, 'Masum', 0, 0, 1, '2017-07-26 10:34:02'),
+(634, 13, 'Jamil', 0, 0, 1, '2017-07-26 11:08:29'),
+(635, 12, 'Nishat', 0, 1, 1, '2017-07-26 00:00:00'),
+(636, 10, 'Tipu', 0, 1, 1, '2017-07-26 00:00:00'),
+(637, 11, 'Niloy', 0, 1, 1, '2017-07-26 00:00:00'),
+(638, 2, 'Mamun', 0, 1, 1, '2017-07-26 00:00:00'),
+(639, 3, 'Golam Sayed', 0, 0, 1, '2017-07-26 09:00:00'),
+(640, 7, 'Zeba', 1, 0, 1, '2017-07-26 18:26:32'),
+(641, 1, 'Reza', 1, 0, 1, '2017-07-26 18:35:37'),
+(642, 5, 'Masum', 1, 0, 1, '2017-07-26 18:41:37'),
+(643, 13, 'Jamil', 1, 0, 1, '2017-07-26 18:46:11'),
+(644, 8, 'Shabuj', 1, 0, 1, '2017-07-26 18:59:14'),
+(645, 6, 'Helal', 1, 0, 1, '2017-07-26 19:14:16'),
+(646, 1, 'Reza', 0, 0, 1, '2017-07-27 09:26:41'),
+(647, 2, 'Mamun', 0, 0, 1, '2017-07-27 09:10:58'),
+(648, 3, 'Golam Sayed', 0, 0, 1, '2017-07-27 09:27:16'),
+(649, 12, 'Nishat', 0, 0, 1, '2017-07-27 09:29:34'),
+(650, 7, 'Zeba', 0, 0, 1, '2017-07-27 09:29:55'),
+(651, 8, 'Shabuj', 0, 0, 1, '2017-07-27 09:48:38'),
+(652, 4, 'Akib', 0, 0, 1, '2017-07-27 09:55:40'),
+(653, 5, 'Masum', 0, 0, 1, '2017-07-27 10:07:44'),
+(654, 13, 'Jamil', 0, 1, 1, '2017-07-27 00:00:00'),
+(655, 10, 'Tipu', 0, 1, 1, '2017-07-27 00:00:00'),
+(656, 11, 'Niloy', 0, 1, 1, '2017-07-27 00:00:00'),
+(657, 1, 'Reza', 1, 0, 1, '2017-07-27 13:30:51'),
+(658, 10, 'Tipu', 1, 0, 1, '2017-07-27 13:30:51'),
+(659, 2, 'Mamun', 1, 0, 1, '2017-07-27 18:05:04'),
+(660, 12, 'Nishat', 1, 0, 1, '2017-07-27 18:14:49'),
+(661, 4, 'Akib', 1, 0, 1, '2017-07-27 18:24:41'),
+(662, 5, 'Masum', 1, 0, 1, '2017-07-27 18:25:38'),
+(663, 8, 'Shabuj', 1, 0, 1, '2017-07-27 18:37:38'),
+(664, 1, 'Reza', 0, 0, 1, '2017-07-29 09:24:21'),
+(665, 4, 'Akib', 0, 0, 1, '2017-07-29 09:28:45'),
+(666, 3, 'Golam Sayed', 0, 0, 1, '2017-07-29 09:24:23'),
+(667, 12, 'Nishat', 0, 0, 1, '2017-07-29 09:54:09'),
+(668, 5, 'Masum', 0, 0, 1, '2017-07-29 09:45:09'),
+(669, 5, 'Masum', 0, 0, 1, '2017-07-29 09:45:09'),
+(670, 2, 'Mamun', 0, 0, 1, '2017-07-29 09:35:09'),
+(671, 8, 'Shabuj', 0, 1, 1, '2017-07-29 00:00:00'),
+(672, 7, 'Zeba', 0, 1, 1, '2017-07-29 00:00:00'),
+(673, 10, 'Tipu', 0, 1, 1, '2017-07-29 00:00:00'),
+(674, 11, 'Niloy', 0, 1, 1, '2017-07-29 00:00:00'),
+(675, 13, 'Jamil', 0, 1, 1, '2017-07-29 00:00:00'),
+(676, 12, 'Nishat', 1, 0, 1, '2017-07-29 18:02:20'),
+(677, 1, 'Reza', 1, 0, 1, '2017-07-29 18:02:28'),
+(678, 2, 'Mamun', 1, 0, 1, '2017-07-29 18:02:41'),
+(679, 3, 'Golam Sayed', 1, 0, 1, '2017-07-29 21:04:15'),
+(680, 1, 'Reza', 0, 0, 1, '2017-07-30 09:29:42'),
+(681, 8, 'Shabuj', 0, 0, 1, '2017-07-30 09:37:48'),
+(682, 2, 'Mamun', 0, 0, 1, '2017-07-30 10:45:30'),
+(683, 7, 'Zeba', 0, 0, 1, '2017-07-30 10:45:44'),
+(684, 3, 'Golam Sayed', 0, 0, 1, '2017-07-30 09:00:48'),
+(685, 10, 'Tipu', 0, 0, 1, '2017-07-30 10:40:48'),
+(686, 13, 'Jamil', 0, 0, 1, '2017-07-30 10:46:48'),
+(687, 12, 'Nishat', 0, 1, 1, '2017-07-30 00:00:00'),
+(688, 11, 'Niloy', 0, 1, 1, '2017-07-30 00:00:00'),
+(689, 5, 'Masum', 0, 1, 1, '2017-07-30 00:00:00'),
+(690, 4, 'Akib', 0, 1, 1, '2017-07-30 00:00:00'),
+(691, 7, 'Zeba', 0, 0, 1, '2017-08-03 09:20:41'),
+(692, 1, 'Reza', 0, 0, 1, '2017-08-03 09:26:08'),
+(693, 3, 'Golam Sayed', 0, 0, 1, '2017-08-03 09:29:32'),
+(694, 8, 'Shabuj', 0, 0, 1, '2017-08-03 09:42:27'),
+(695, 12, 'Nishat', 0, 0, 1, '2017-08-03 10:00:20'),
+(696, 2, 'Mamun', 0, 0, 1, '2017-08-03 10:55:39'),
+(697, 5, 'Masum', 0, 0, 1, '2017-08-03 11:05:39'),
+(698, 4, 'Akib', 0, 1, 1, '2017-08-03 00:00:00'),
+(699, 10, 'Tipu', 0, 1, 1, '2017-08-03 00:00:00'),
+(700, 11, 'Niloy', 0, 1, 1, '2017-08-03 00:00:00'),
+(701, 13, 'Jamil', 0, 1, 1, '2017-08-03 00:00:00'),
+(702, 3, 'Golam Sayed', 0, 0, 1, '2017-08-05 07:35:41'),
+(703, 1, 'Reza', 0, 0, 1, '2017-08-05 09:35:08'),
+(704, 4, 'Akib', 0, 0, 1, '2017-08-05 09:34:32'),
+(705, 8, 'Shabuj', 0, 1, 1, '2017-08-05 00:00:00'),
+(706, 12, 'Nishat', 0, 0, 1, '2017-08-05 10:10:20'),
+(707, 2, 'Mamun', 0, 1, 1, '2017-08-05 00:00:00'),
+(708, 5, 'Masum', 0, 1, 1, '2017-08-05 00:00:00'),
+(709, 10, 'Tipu', 0, 1, 1, '2017-08-05 00:00:00'),
+(710, 11, 'Niloy', 0, 1, 1, '2017-08-05 00:00:00'),
+(711, 13, 'Jamil', 0, 1, 1, '2017-08-05 00:00:00'),
+(712, 7, 'Zeba', 0, 1, 1, '2017-08-05 00:00:00'),
+(713, 1, 'Reza', 0, 0, 1, '2017-08-06 09:27:54'),
+(714, 8, 'Shabuj', 0, 0, 1, '2017-08-06 09:36:51'),
+(715, 7, 'Zeba', 0, 0, 1, '2017-08-06 09:42:55'),
+(716, 4, 'Akib', 0, 0, 1, '2017-08-06 09:45:56'),
+(717, 2, 'Mamun', 0, 0, 1, '2017-08-06 10:16:46'),
+(718, 10, 'Tipu', 0, 0, 1, '2017-08-06 10:19:20'),
+(719, 5, 'Masum', 0, 0, 1, '2017-08-06 10:19:20'),
+(720, 3, 'Golam Sayed', 0, 0, 1, '2017-08-06 07:19:20'),
+(721, 12, 'Nishat', 0, 1, 1, '2017-08-06 00:00:00'),
+(722, 11, 'Niloy', 0, 1, 1, '2017-08-06 00:00:00'),
+(723, 13, 'Jamil', 0, 1, 1, '2017-08-06 00:00:00'),
+(724, 8, 'Shabuj', 0, 0, 1, '2017-08-07 09:29:00'),
+(725, 1, 'Reza', 0, 0, 1, '2017-08-07 09:30:00'),
+(726, 3, 'Golam Sayed', 0, 0, 1, '2017-08-07 08:30:24'),
+(727, 4, 'Akib', 0, 0, 1, '2017-08-07 09:40:28'),
+(728, 7, 'Zeba', 0, 0, 1, '2017-08-07 09:40:49'),
+(729, 5, 'Masum', 0, 0, 1, '2017-08-07 10:45:25'),
+(730, 2, 'Mamun', 0, 0, 1, '2017-08-07 10:55:25'),
+(731, 12, 'Nishat', 0, 0, 1, '2017-08-07 10:30:25'),
+(732, 13, 'Jamil', 0, 0, 1, '2017-08-07 11:10:25'),
+(733, 10, 'Tipu', 0, 0, 1, '2017-08-07 10:10:25'),
+(734, 11, 'Niloy', 0, 1, 1, '2017-08-07 10:10:25'),
+(735, 4, 'Akib', 1, 0, 1, '2017-08-07 16:47:46'),
+(736, 5, 'Masum', 1, 0, 1, '2017-08-07 18:01:32'),
+(737, 7, 'Zeba', 1, 0, 1, '2017-08-07 18:08:37'),
+(738, 2, 'Mamun', 1, 0, 1, '2017-08-07 18:09:43'),
+(739, 3, 'Golam Sayed', 1, 0, 1, '2017-08-07 20:52:39'),
+(740, 1, 'Reza', 1, 0, 1, '2017-08-07 18:27:43'),
+(741, 1, 'Reza', 0, 0, 1, '2017-08-08 09:24:07'),
+(742, 8, 'Shabuj', 0, 0, 1, '2017-08-08 09:31:25'),
+(743, 7, 'Zeba', 0, 0, 1, '2017-08-08 09:43:43'),
+(744, 2, 'Mamun', 0, 0, 1, '2017-08-08 10:14:04'),
+(745, 10, 'Tipu', 0, 0, 1, '2017-08-08 10:14:13'),
+(746, 2, 'Mamun', 0, 0, 1, '2017-08-08 10:40:04'),
+(747, 5, 'Masum', 0, 0, 1, '2017-08-08 10:20:04'),
+(748, 3, 'Golam Sayed', 0, 0, 1, '2017-08-08 08:20:04'),
+(749, 13, 'Jamil', 0, 0, 1, '2017-08-08 10:40:04'),
+(750, 4, 'Akib', 0, 1, 1, '2017-08-08 00:00:00'),
+(751, 7, 'Zeba', 1, 0, 1, '2017-08-08 17:36:25'),
+(752, 1, 'Reza', 1, 0, 1, '2017-08-08 18:07:47'),
+(753, 2, 'Mamun', 1, 0, 1, '2017-08-08 18:07:35'),
+(754, 3, 'Golam Sayed', 0, 0, 1, '2017-08-09 07:14:14'),
+(755, 1, 'Reza', 0, 0, 1, '2017-08-09 09:12:14'),
+(756, 7, 'Zeba', 0, 0, 1, '2017-08-09 09:30:39'),
+(757, 8, 'Shabuj', 0, 0, 1, '2017-08-09 09:42:32'),
+(758, 4, 'Akib', 0, 0, 1, '2017-08-09 09:44:48'),
+(759, 10, 'Tipu', 0, 0, 1, '2017-08-09 09:51:01'),
+(760, 12, 'Nishat', 0, 0, 1, '2017-08-09 10:06:01'),
+(761, 2, 'Mamun', 0, 0, 1, '2017-08-09 10:40:01'),
+(762, 13, 'Jamil', 0, 0, 1, '2017-08-09 11:10:31'),
+(763, 3, 'Golam Sayed', 0, 0, 1, '2017-08-10 07:21:05'),
+(764, 8, 'Shabuj', 0, 0, 1, '2017-08-10 09:29:05'),
+(765, 4, 'Akib', 0, 0, 1, '2017-08-10 09:35:05'),
+(766, 7, 'Zeba', 0, 0, 1, '2017-08-10 09:36:05'),
+(767, 1, 'Reza', 0, 0, 1, '2017-08-10 09:45:05'),
+(768, 2, 'Mamun', 0, 0, 1, '2017-08-10 10:23:21'),
+(769, 12, 'Nishat', 0, 0, 1, '2017-08-10 10:35:05'),
+(770, 13, 'Jamil', 0, 0, 1, '2017-08-10 11:45:05'),
+(771, 10, 'Tipu', 0, 1, 1, '2017-08-10 00:00:00'),
+(772, 5, 'Masum', 0, 1, 1, '2017-08-10 00:00:00'),
+(773, 0, 'Masum', 0, 0, 1, '1970-01-01 06:00:00'),
+(774, 3, 'Golam Sayed', 0, 0, 1, '2017-08-10 07:21:05'),
+(775, 8, 'Shabuj', 0, 1, 1, '2017-08-10 00:00:00'),
+(776, 4, 'Akib', 0, 0, 1, '2017-08-10 09:30:00'),
+(777, 7, 'Zeba', 0, 1, 1, '2017-08-10 00:00:00'),
+(778, 1, 'Reza', 0, 0, 1, '2017-08-10 09:28:05'),
+(779, 2, 'Mamun', 0, 0, 1, '2017-08-10 09:29:21'),
+(780, 12, 'Nishat', 0, 0, 1, '2017-08-10 10:10:05'),
+(781, 13, 'Jamil', 0, 1, 1, '2017-08-10 00:00:00'),
+(782, 10, 'Tipu', 0, 1, 1, '2017-08-10 00:00:00'),
+(783, 5, 'Masum', 0, 1, 1, '2017-08-10 00:00:00'),
+(784, 0, 'Masum', 0, 0, 1, '1970-01-01 06:00:00'),
+(785, 3, 'Golam Sayed', 0, 0, 1, '2017-08-13 07:21:05'),
+(786, 1, 'Reza', 0, 0, 1, '2017-08-13 09:20:00'),
+(787, 8, 'Shabuj', 0, 0, 1, '2017-08-13 09:40:00'),
+(788, 7, 'Zeba', 0, 0, 1, '2017-08-13 09:40:00'),
+(789, 2, 'Mamun', 0, 0, 1, '2017-08-13 10:10:05'),
+(790, 4, 'Akib', 0, 0, 1, '2017-08-13 10:10:21'),
+(791, 12, 'Nishat', 0, 0, 1, '2017-08-13 10:39:05'),
+(792, 10, 'Tipu', 0, 0, 1, '2017-08-13 11:05:00'),
+(793, 13, 'Jamil', 0, 1, 1, '2017-08-13 00:00:00'),
+(794, 5, 'Masum', 0, 1, 1, '2017-08-10 00:00:00'),
+(795, 0, 'Masum', 0, 0, 1, '1970-01-01 06:00:00'),
+(796, 3, 'Golam Sayed', 0, 0, 1, '2017-08-13 07:21:05'),
+(797, 1, 'Reza', 0, 0, 1, '2017-08-13 10:20:00'),
+(798, 8, 'Shabuj', 0, 0, 1, '2017-08-13 09:30:00'),
+(799, 7, 'Zeba', 0, 0, 1, '2017-08-13 09:40:00'),
+(800, 2, 'Mamun', 0, 0, 1, '2017-08-13 09:35:05'),
+(801, 4, 'Akib', 0, 0, 1, '2017-08-13 09:38:21'),
+(802, 12, 'Nishat', 0, 0, 1, '2017-08-13 10:10:05'),
+(803, 10, 'Tipu', 0, 0, 1, '2017-08-13 11:05:00'),
+(804, 13, 'Jamil', 0, 0, 1, '2017-08-13 10:00:00'),
+(805, 5, 'Masum', 0, 1, 1, '2017-08-10 00:00:00'),
+(806, 0, 'Masum', 0, 0, 1, '1970-01-01 06:00:00'),
+(807, 3, 'Golam Sayed', 0, 0, 1, '2017-08-17 07:21:05'),
+(808, 7, 'Zeba', 0, 0, 1, '2017-08-17 09:00:00'),
+(809, 2, 'Mamun', 0, 0, 1, '2017-08-17 09:12:00'),
+(810, 1, 'Reza', 0, 0, 1, '2017-08-17 09:20:00'),
+(811, 12, 'Nishat', 0, 0, 1, '2017-08-17 09:28:00'),
+(812, 8, 'Shabuj', 0, 0, 1, '2017-08-17 09:48:00'),
+(813, 4, 'Akib', 0, 0, 1, '2017-08-17 09:38:00'),
+(814, 5, 'Masum', 0, 1, 1, '2017-08-17 00:00:00'),
+(815, 13, 'Jamil', 0, 1, 1, '2017-08-17 00:00:00'),
+(816, 10, 'Tipu', 0, 1, 1, '2017-08-17 00:00:00'),
+(817, 0, 'Tipu', 0, 0, 1, '1970-01-01 06:00:00'),
+(818, 3, 'Golam Sayed', 0, 0, 1, '2017-08-19 09:21:05'),
+(819, 1, 'Reza', 0, 0, 1, '2017-08-19 09:21:05'),
+(820, 2, 'Mamun', 0, 0, 1, '2017-08-19 09:28:05'),
+(821, 4, 'Akib', 0, 0, 1, '2017-08-19 09:35:05'),
+(822, 12, 'Nishat', 0, 0, 1, '2017-08-19 09:38:05'),
+(823, 13, 'Jamil', 0, 1, 1, '2017-08-19 00:00:00'),
+(824, 10, 'Tipu', 0, 1, 1, '2017-08-19 00:00:00'),
+(825, 8, 'Shabuj', 0, 1, 1, '2017-08-19 00:00:00'),
+(826, 7, 'Zeba', 0, 1, 1, '2017-08-19 00:00:00'),
+(827, 0, 'Zeba', 0, 0, 1, '1970-01-01 06:00:00'),
+(828, 0, 'Zeba', 0, 0, 1, '1970-01-01 06:00:00'),
+(829, 3, 'Golam Sayed', 0, 0, 1, '2017-08-20 08:21:05'),
+(830, 7, 'Zeba', 0, 0, 1, '2017-08-20 08:50:05'),
+(831, 1, 'Reza', 0, 0, 1, '2017-08-20 09:28:05'),
+(832, 8, 'Shabuj', 0, 0, 1, '2017-08-20 09:30:00'),
+(833, 2, 'Mamun', 0, 0, 1, '2017-08-20 09:34:05'),
+(834, 13, 'Jamil', 0, 0, 1, '2017-08-20 11:20:00'),
+(835, 10, 'Tipu', 0, 0, 1, '2017-08-20 10:00:00'),
+(836, 12, 'Nishat', 0, 1, 1, '2017-08-20 00:00:00'),
+(837, 4, 'Akib', 0, 1, 1, '2017-08-20 00:00:00'),
+(838, 0, 'Akib', 0, 0, 1, '1970-01-01 06:00:00'),
+(839, 0, 'Akib', 0, 0, 1, '1970-01-01 06:00:00'),
+(840, 3, 'Golam Sayed', 0, 0, 1, '2017-08-21 08:21:05'),
+(841, 7, 'Zeba', 0, 0, 1, '2017-08-21 09:10:05'),
+(842, 1, 'Reza', 0, 0, 1, '2017-08-21 09:13:05'),
+(843, 12, 'Nishat', 0, 0, 1, '2017-08-21 09:29:00'),
+(844, 8, 'Shabuj', 0, 0, 1, '2017-08-21 09:29:05'),
+(845, 10, 'Tipu', 0, 0, 1, '2017-08-21 10:21:05'),
+(846, 2, 'Mamun', 0, 0, 1, '2017-08-21 11:21:05'),
+(847, 4, 'Akib', 0, 1, 1, '2017-08-21 00:00:00'),
+(848, 13, 'Jamil', 0, 1, 1, '2017-08-21 00:00:00'),
+(849, 0, 'Jamil', 0, 0, 1, '1970-01-01 06:00:00'),
+(850, 0, 'Jamil', 0, 0, 1, '1970-01-01 06:00:00'),
+(851, 3, 'Golam Sayed', 0, 0, 1, '2017-08-23 08:21:05'),
+(852, 1, 'Reza', 0, 0, 1, '2017-08-23 09:35:01'),
+(853, 4, 'Akib', 0, 0, 1, '2017-08-23 09:40:01'),
+(854, 8, 'Shabuj', 0, 0, 1, '2017-08-23 09:55:01'),
+(855, 7, 'Zeba', 0, 0, 1, '2017-08-23 10:07:01'),
+(856, 2, 'Mamun', 0, 0, 1, '2017-08-23 09:40:01'),
+(857, 12, 'Nishat', 0, 0, 1, '2017-08-23 11:20:01'),
+(858, 10, 'Tipu', 0, 1, 1, '2017-08-23 11:20:01'),
+(859, 0, 'Tipu', 0, 0, 1, '1970-01-01 06:00:00'),
+(860, 0, 'Tipu', 0, 0, 1, '1970-01-01 06:00:00'),
+(861, 0, 'Tipu', 0, 0, 1, '1970-01-01 06:00:00');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `comment`
+--
+
+CREATE TABLE `comment` (
+  `id` int(11) NOT NULL,
+  `proj_id` int(11) NOT NULL,
+  `task_id` int(11) NOT NULL,
+  `comment` varchar(500) NOT NULL,
+  `url` varchar(100) NOT NULL,
+  `date_time` datetime NOT NULL,
+  `post_by` int(11) NOT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=latin1;
+
+--
+-- Dumping data for table `comment`
+--
+
+INSERT INTO `comment` (`id`, `proj_id`, `task_id`, `comment`, `url`, `date_time`, `post_by`) VALUES
+(71, 0, 54, 'http://www.itimpress.com.au/finance/blog/\nOne image not loading\n Please remove that image\nhttp://www.itimpress.com.au/finance/blog/\nMake it blank ..no text', '', '2016-08-05 17:02:49', 2),
+(72, 0, 59, 'hi how r u', '', '2016-08-05 17:49:53', 2),
+(73, 0, 63, 'mobile-app-view.png', 'task_05_08_16_07_08_29.png', '2016-08-05 19:40:29', 23),
+(74, 0, 64, 'mobile-app-view1.png', 'task_05_08_16_07_08_32.png', '2016-08-05 19:44:32', 23),
+(75, 0, 63, 'Done this work .', '', '2016-08-08 13:14:01', 18),
+(76, 0, 65, 'http://www.megawpthemes.com/wordpress/realtor/\nhttp://demo.leafthemes.com/hometown-1/\nhttp://realplaces.inspirythemes.biz/\nhttp://wow-themes.com/wordpress/qvrenti/\nhttp://houzez02.favethemes.com/', '', '2016-08-08 14:19:51', 2),
+(78, 0, 69, ' Make a website mixed of http://themes.theemon.com/?theme=industrial-wp Use the following website for projects: http://www.nbbj.com', '', '2016-08-08 15:42:19', 2),
+(79, 0, 75, 'Untitled.png', 'task_09_08_16_12_08_18.png', '2016-08-09 00:48:18', 2),
+(80, 0, 80, 'saarclogo.gif', 'task_10_08_16_02_08_54.gif', '2016-08-10 14:25:54', 24),
+(81, 0, 83, '3. When Task created\nSubject: A task has been created in \"Project name\"\nSender: revinr Task Manager\nBody: Use a nice template\nDear Sakib(name),\nA new task has been added to this project. \nTask Details:\n\nPlease login to Task Manager and see what you are missing.\nTask Manager Link\nRegards,\nRevinr\n\n', '', '2016-08-10 14:58:45', 2),
+(82, 0, 88, 'Done', '', '2016-08-11 12:00:42', 18),
+(83, 0, 81, 'Beside the logo wirte company name\nand below company name write this para:\n Public Practising Accountants- Chartered Tax Adviser- Income Tax Consultants and SMSF Auditor\n', '', '2016-08-11 12:07:06', 2),
+(84, 0, 79, 'background color not appealing and the characters does not match with company logo color. Use\n\nsomething different I will make a choice out of your choice.\n\nThe text should be “ Complete range of Accounting , Income Tax, SMSF Audit, Finance Broking and\n\nInsurance Packages” We are “ONE-STOP SHOP”', '', '2016-08-11 12:08:20', 2),
+(85, 0, 90, 'To keep up to date with the latest in Robin Raju &amp; Associates news, please subscribe to our\n\nnewsletter by entering your details in the fields provided.\n\nLists: Business Tax News\n\nFirst Name:\n\nLast Name:\n\nEmail: * essential\n\nCompany:\n\nHTML:\n\nAction: Subscribe   Unsubscribe\n\nIndividual Tax News', '', '2016-08-11 12:09:49', 2),
+(86, 0, 57, 'k7 please give us hosting details when you think it\'s done.', '', '2016-08-11 12:14:25', 2),
+(87, 0, 101, 'follow the doc file', '', '2016-08-16 01:48:44', 2),
+(88, 0, 107, 'Digital Marketing.jpg', 'task_16_08_16_07_08_05.jpg', '2016-08-16 19:21:05', 24),
+(89, 0, 107, 'e commerce.jpg', 'task_16_08_16_07_08_18.jpg', '2016-08-16 19:26:18', 24),
+(90, 0, 107, 'Mobile App Development.jpg', 'task_16_08_16_07_08_00.jpg', '2016-08-16 19:28:00', 24),
+(91, 0, 107, 'Custom  Software Development.jpg', 'task_16_08_16_07_08_24.jpg', '2016-08-16 19:30:24', 24),
+(92, 0, 107, 'SEO.jpg', 'task_16_08_16_07_08_04.jpg', '2016-08-16 19:33:04', 24),
+(93, 0, 66, 'offer.jpg', 'task_17_08_16_09_08_12.jpg', '2016-08-17 09:19:12', 2),
+(94, 0, 106, 'discount shop.jpg', 'task_17_08_16_09_08_36.jpg', '2016-08-17 09:50:36', 2),
+(96, 0, 116, '<p>jdlkfjlsdjf</p><p>sjflskdjflsfsdfsdfs</p><ul><li>sjflsdjflsdfkdjlfjsdljflsdjflsd</li><li>skdjfsldfjsdj</li></ul>', '', '2016-08-17 15:45:49', 27),
+(97, 0, 116, '<p>sfsd sdf df</p>', '', '2016-08-17 15:47:33', 17),
+(98, 0, 107, '<p>Image is so large here</p>', '', '2016-08-17 17:37:59', 18),
+(100, 0, 120, '0-02-01-73c1a970f7859d0ca709cb0dceeb2349349cbaf317f44b15402ce23b6c1a766f_full.jpg', 'task_18_08_16_09_08_31.jpg', '2016-08-18 09:31:31', 2),
+(101, 0, 120, '0-02-01-406a24105228dddac8ca42f2d3aea0b87f58357c7ae2ac313d50ec1289058191_full.jpg', 'task_18_08_16_09_08_33.jpg', '2016-08-18 09:31:33', 2),
+(102, 0, 120, '0-02-01-dbba487bbd5ce12c8d3773f4942890b299e1986c446d0a2a1b7a2455a10c46da_full.jpg', 'task_18_08_16_09_08_35.jpg', '2016-08-18 09:31:35', 2),
+(103, 0, 135, 'IT impress logo1.jpg', 'task_18_08_16_11_08_56.jpg', '2016-08-18 11:30:56', 24),
+(104, 0, 136, '<p>Apple samsung store</p>', '', '2016-08-18 11:35:09', 24),
+(105, 0, 136, '<p>Apple samsung store</p>', '', '2016-08-18 11:35:13', 24),
+(106, 0, 136, '<p>Apple samsung store</p>', '', '2016-08-18 11:35:17', 24),
+(107, 0, 136, '<p>Apple samsung store</p>', '', '2016-08-18 11:35:18', 24),
+(108, 0, 136, '<p>Apple samsung store</p>', '', '2016-08-18 11:35:18', 24),
+(109, 0, 136, '<p>Apple samsung store</p>', '', '2016-08-18 11:35:18', 24),
+(110, 0, 136, '<p>Apple samsung store</p>', '', '2016-08-18 11:35:19', 24),
+(111, 0, 136, '<p>Apple samsung store</p>', '', '2016-08-18 11:35:19', 24),
+(112, 0, 136, '<p>Apple samsung store</p>', '', '2016-08-18 11:35:19', 24),
+(113, 0, 136, '<p>Apple samsung store</p>', '', '2016-08-18 11:35:19', 24),
+(114, 0, 137, 'Firefox_Screenshot_2016-08-18T05-58-33.406Z.png', 'task_18_08_16_11_08_50.png', '2016-08-18 11:58:50', 29),
+(115, 0, 137, '<p>Design done</p>', '', '2016-08-18 11:59:47', 29),
+(118, 0, 142, '<p>Settings-&gt; 5. Promotion</p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 6. Seasonal Sales</p>', '', '2016-08-18 16:53:35', 2),
+(119, 0, 144, '<p>Password Validation (minimum 6 letters)</p><p>Retype Password</p><p>&nbsp;</p>', '', '2016-08-18 16:55:53', 2),
+(120, 0, 146, '<p>ITIMPRESS HOMEPAGE IMAGES FINAL</p>', '', '2016-08-18 17:13:20', 24),
+(121, 0, 147, '<p>test comment</p>', '', '2016-08-18 17:32:59', 32),
+(122, 0, 147, 'Selection_021.png', 'task_18_08_16_05_08_26.png', '2016-08-18 17:44:26', 32),
+(123, 0, 147, 'Ubuntu-Android-Wallpaper.jpg.png', 'task_18_08_16_05_08_16.png', '2016-08-18 17:45:16', 32),
+(124, 0, 149, '<p>http://nmbtexbd.com/samsung</p><p>Specially the client is selling Apple &amp; Samsung Accessories</p><p>1) Please remove all other images from banner like Cannon etc ..and laptop</p><p>2 ) Please insert some relevant banner images Apple &amp; Samsung Accessories</p><p>3) In the category please insert some sample Apple &amp; Samsung Accessories</p><p>4) &nbsp;Please remove all other images from &nbsp;category Like Laptop ,etc only Apple &amp; Samsung Accessories</p>', '', '2016-08-18 19:26:35', 24),
+(126, 0, 160, '<p><strong>Please keep the banner images as it is ..don&#39;t change ..</strong></p><p><strong>Please keep the 6 small &nbsp;images as it is ..don&#39;t change ..</strong></p><p><strong>&nbsp;</strong></p><p><strong>But Replace the other images at homepage with the following images</strong></p><p><a href=\"javascript:void(\'Bold\')\" onclick=\"CKEDITOR.tools.callFunction(30,this);return false;\">&nbsp;</a><a href=\"javascript:void(\'Italic\')\" onclick=\"CKEDITOR.tools.callFunction(33,this);return false;\">', '', '2016-08-19 22:22:08', 24),
+(128, 0, 161, '<p>* Problem in LWOP Calculation(Attendance Activity Report): Calculates early Leave if there is any Holiday Work and left before shift end time.</p><p>* Deducting Early Leave in LWOP(Attendance Activity Report) if some one left&nbsp;office early, although applied for 1/2&nbsp;day leave.</p><p>* As per our previous discussion, please deduct 30 mins from OT if any one Works on Holiday (Impact will be on Job Card and Attd. Activity Report)</p><p>* Supporting document-(Attd.Activity Report &amp; Jo', '', '2016-08-21 20:24:28', 32),
+(129, 0, 171, '<p>This PDF is really helpful\nhttp://www.cs.dartmouth.edu/~campbell/cs65/guide.pdf\n</p>', '', '2016-08-22 15:01:54', 29),
+(130, 0, 161, '<p>*Correction on Attendance Bonus Report:</p><p>a) 1/2 day SL/CL will be overlooked. i.e., if any one applies for 1/2 day SL/CL, he/she will be eligible for attendance bonus, therefore, will appear in the reoprt.&nbsp;</p><p>b) If anyone applies leave(SL/PL/CL) to his/her maximum, then he/she&nbsp;will not&nbsp;appear in this report. i.e, no leave available person will be ommited in this report. (Then they will apply for LWOP leave)</p><p>&nbsp;</p>', '', '2016-08-22 16:06:45', 32),
+(131, 0, 161, '<p>* Two new reports needed for Leave Management. Format attached as-&#39;Individual Leave Report_Worker_Mgt. Staff&#39;</p>', '', '2016-08-22 16:52:17', 32),
+(132, 0, 170, '<p>Working ...&amp; Done 95%</p>', '', '2016-08-23 10:09:04', 18),
+(133, 0, 160, '<p>http://www.itimpress.com.au/sitesnstores/ &nbsp;Done it .. please look now ..</p>', '', '2016-08-23 16:27:11', 18),
+(134, 0, 160, '<p>please give me more feedback about the itimpress site ..</p>', '', '2016-08-23 16:28:38', 18),
+(136, 0, 161, '<p>Dear Nuvista Pharma&nbsp;Please check you Reoprt is now worked properly or not if any problems then please updte the problems we will sovle your issues ASAP</p>', '', '2016-08-24 12:30:27', 19),
+(138, 0, 161, '<p>Several Mentioned task pending. As per verbal communication, will be delivered and corrected soon.&nbsp;</p>', '', '2016-08-28 17:45:12', 32),
+(139, 0, 161, '<p>Checked and found everything okay. Thanks a lot.</p>', '', '2016-08-30 10:04:40', 32),
+(141, 0, 182, '<p>Please see the document named-31st august</p>', '', '2016-08-31 15:49:06', 2),
+(142, 0, 185, '<p>in menu add REPORT: in report page admin will search by date range and employee result will be</p><p>1. how many task he already done</p><p>2. How many times he works</p><p>3. and show the employee start time and done time</p>', '', '2016-09-01 15:33:34', 2),
+(143, 0, 189, '<p>In project details show date and time in created, inprogress , pending task .. ..</p>', '', '2016-09-05 15:04:01', 2),
+(144, 0, 189, '<p>user task delete korle task unbublished hobe</p>', '', '2016-09-05 15:04:36', 2),
+(145, 0, 189, '<p>1. user- pending task e assing/start task thak be ...</p>', '', '2016-09-05 15:07:47', 2),
+(147, 0, 199, 'our_clients.png', 'task_07_09_16_03_09_55.png', '2016-09-07 15:30:55', 24),
+(148, 0, 61, '<p>done !</p>', '', '2016-09-07 15:53:18', 28),
+(149, 0, 202, 'our_clients.png', 'task_07_09_16_04_09_16.png', '2016-09-07 16:39:16', 24),
+(150, 0, 199, '<p>ok</p>', '', '2016-09-08 10:59:40', 18),
+(151, 0, 203, '<p>Has Done the work&nbsp;</p>', '', '2016-09-08 11:11:04', 18),
+(152, 0, 205, 'Table:student_enrolment  -remarks', '', '2016-09-08 18:28:53', 2),
+(154, 0, 212, '<p><strong>IECC issues:</strong><br />1 need more info and email content<br />2 not understand ...<br /><em><strong>3 solved ... change type &#39;text&#39; queue_additional .. study_gap field</strong></em><br />4 not understand<br />5 not understand<br /><strong><em>6 solved. modify&nbsp; &#39;view/enquiry_student_form&#39;<br />7 solved. modify&nbsp; &#39;con/enquiry_reg&#39;,&nbsp; &#39;mod/public_model&#39;<br />8 solved. scroller come...</em></strong></p><p>not uploaded yet</p>', '', '2016-09-21 12:30:17', 27),
+(156, 0, 215, '<p>date : <strong>21-09-2016</strong></p><p><strong>controller: </strong></p><ul><li>enquiry_reg,</li><li>for_public,</li><li>login</li></ul><p><strong>Model: </strong>public_model</p><p><strong>View : </strong></p><ul><li>enquiry_student_form</li><li>edit_public_student</li></ul>', '', '2016-09-21 15:56:46', 27),
+(157, 0, 212, '<p>1 no issue solved .. add a email notification in student part</p>', '', '2016-09-21 15:59:04', 27),
+(158, 0, 212, '<p>Issue 2 solved</p>', '', '2016-09-22 12:42:27', 27),
+(159, 0, 222, '<p>you can use maxxbeard7 with password IG2016^ to login instagram.</p><p>&nbsp;</p><p>Also, in the mobile version, please remove the red &quot;get 15% club discount&quot; button and replace it with the &quot;Menu&quot; button (yes, we need to move the &quot;menu&quot; button down to the the current &quot;get 15% club discount &quot; position.</p><p>&nbsp;</p><p>&nbsp;</p><p>Please note that you din&#39;t do the following tasks:</p><p>&nbsp;</p><p>&nbsp;</p><p>On the home page:&nbsp;</p><p><stro', '', '2016-09-30 09:14:22', 2),
+(160, 0, 232, '<p>Ask Jamil for better understanding.</p>', '', '2016-10-10 02:47:24', 2),
+(161, 0, 236, '<p>http://www.revinr.com/consulting/</p>', '', '2016-10-21 10:13:37', 18),
+(162, 0, 237, '<p>http://www.revinr.com/consulting/</p>', '', '2016-10-21 10:13:49', 18),
+(163, 0, 238, '<p>http://www.revinr.com/consulting/</p>', '', '2016-10-21 10:13:56', 18),
+(164, 0, 240, '<p>http://www.revinr.com/consulting/</p>', '', '2016-10-21 10:14:03', 18),
+(165, 0, 241, '<p>http://www.revinr.com/consulting/</p>', '', '2016-10-21 10:14:08', 18),
+(166, 0, 243, '<p>Over sure Done .....</p>', '', '2016-10-21 10:24:29', 18),
+(167, 0, 248, 'index_update.jpg', 'task_21_10_16_03_10_05.jpg', '2016-10-21 15:18:05', 30),
+(168, 0, 233, '<p>Kabir give me status of this project.&nbsp;</p><p>Please submit the proejct except the payment and event issues.</p><p>I will forward it to Mostafij then.</p>', '', '2016-10-24 02:43:38', 2),
+(170, 0, 239, '1.png', 'task_24_10_16_09_10_10.png', '2016-10-24 09:37:10', 18),
+(171, 0, 239, '<p>Please go to admin and look the work again ... It has only 4 &amp; 2 post here&nbsp;</p>', '', '2016-10-24 09:38:33', 18),
+(172, 0, 239, '<p>Please go to admin and look the work again ... It has only 4 &amp; 2 post here &nbsp;https://lashiq.myshopify.com/admin/articles</p>', '', '2016-10-24 09:38:50', 18),
+(173, 0, 239, '<p>1. The blog has the same issues as I mentioned before. (I am very frustrated&nbsp; that we spent so much time on the little issues like this). Please go through what I wrote carefully and get it done one by one before you ask me to check again. it is simply wasting of time.</p><p>&nbsp;</p><p>Ans: &nbsp; Blog ok sure .</p><p>&nbsp;</p><p>&nbsp;a. The main image of the blog detailed page is too small. I would like to make it as twice big as it is now.&nbsp;</p><p>&nbsp;</p><p>Ans: &nbsp;We hav', '', '2016-10-24 09:43:23', 18),
+(174, 0, 239, '<p>1. The blog has the same issues as I mentioned before. (I am very frustrated&nbsp; that we spent so much time on the little issues like this). Please go through what I wrote carefully and get it done one by one before you ask me to check again. it is simply wasting of time.</p><p>&nbsp;</p><p>Ans: &nbsp; Blog ok sure .</p><p>&nbsp;</p><p>&nbsp;a. The main image of the blog detailed page is too small. I would like to make it as twice big as it is now.&nbsp;</p><p>&nbsp;</p><p>Ans: &nbsp;We hav', '', '2016-10-24 09:43:35', 18),
+(175, 0, 266, '<p>Please Assign this task to kabir vhai ...</p>', '', '2016-10-24 10:26:32', 27),
+(176, 0, 261, '<p>https://lashiq.myshopify.com/collections/all</p><p>&nbsp;</p><p>Done it /....</p>', '', '2016-10-24 10:39:42', 18),
+(177, 0, 267, '<p>ITs an html issues .. please first give me the html of this page .. after that i can code on it ...</p>', '', '2016-10-24 12:32:55', 27),
+(178, 0, 268, '<p>ITs an html issues .. Product details page design is not perfect .. need to redesign this page ...</p>', '', '2016-10-24 12:38:26', 27),
+(179, 0, 244, '<p>http://www.revinr.com/foods/ [E-commerce ]</p>', '', '2016-10-25 09:47:23', 18),
+(180, 0, 239, '<p>http://revinr.com/ &nbsp;ftp&nbsp;</p><p>Need user = ?</p><p>&nbsp;</p><p>password = ?</p>', '', '2016-10-25 15:03:05', 18),
+(181, 0, 310, '<p>email to --&gt; assessment@eduaid.net</p><p>info@eduaid.net baaaaad</p>', '', '2016-10-25 19:17:57', 2),
+(182, 0, 310, '<p>email to --&gt; assessment@eduaid.net</p><p>info@eduaid.net baaaaad</p>', '', '2016-10-25 19:18:00', 2),
+(183, 0, 323, '<p>do not use pink color background for the questions on this page:&nbsp;<a target=\"_blank\" href=\"https://lashiq.myshopify.com/pages/faq\">https://lashiq.myshopify.com/pages/faq</a><br />&nbsp;</p><p>I think using pink fonts will be enough. Otherwise it is too much pink on this page.</p><p>&nbsp;</p><p>Done it ..</p>', '', '2016-10-27 14:35:51', 18),
+(184, 0, 323, '<p><a target=\"_blank\" href=\"https://www.google.com/url?q=https%3A%2F%2Flashiq.myshopify.com%2F&amp;sa=D&amp;sntz=1&amp;usg=AFQjCNHEWG0UhQdNn9eZguOhTx750Z4foA\">https://lashiq.myshopify.com/</a>&nbsp;slider replace done</p><p>swapping has done in slider section&nbsp;</p>', '', '2016-10-27 15:21:56', 18),
+(185, 0, 333, '<p>Must be submitted on Wednesday 11PM</p>', '', '2016-10-31 19:12:24', 2),
+(187, 0, 335, '<p>https://avada.theme-fusion.com/landing-product/</p><p>&nbsp;</p><p>For summit</p><p>do this one first</p>', '', '2016-11-03 02:35:05', 2),
+(188, 0, 337, '<p>design for farr</p><p>use their color&nbsp;</p>', '', '2016-11-03 02:58:35', 2),
+(189, 0, 347, '<p>&nbsp;</p><p>&nbsp;</p><p><strong>Details:</strong></p><p>&nbsp;I noticed that you installed &quot;Wishl Favorites Wishlist&quot; app in the&nbsp;<a target=\"_blank\" href=\"http://maxxbeard.com/\">maxxbeard.com</a>&nbsp;site. What is this app for? Can I delete it?</p><p>&nbsp;</p><p>ANS: Had deleted it ...;<br /><br /><strong>Urgent.</strong><br />could you please let me know how to set the page title and description for these two pages?</p><p>&nbsp;</p><p>Ans: Please go to &nbsp;product page an', '', '2016-11-07 10:49:23', 18),
+(190, 0, 345, '<p>Working &nbsp;remaining Task here ...</p>', '', '2016-11-10 18:22:07', 18),
+(191, 0, 345, '<p>Working &nbsp;remaining Task here ...</p><p>&nbsp;</p><p>http://www.nmbtexbd.com/foundation/events/</p>', '', '2016-11-10 18:22:27', 18),
+(192, 0, 364, '<p>Done all task&nbsp;</p>', '', '2016-11-14 17:37:19', 18),
+(193, 0, 372, '<p>Use For Bela Agro</p><p>&nbsp;</p>', '', '2016-11-24 01:02:41', 2),
+(194, 0, 374, '<p>http://www.revinr.com/pacificjeans/</p><p>&nbsp;</p><p>&nbsp;</p><p>Some task has remained here ..</p><p>&nbsp;</p><p>&nbsp;</p>', '', '2016-12-01 15:41:38', 18),
+(195, 0, 374, '<p>http://www.revinr.com/pacificjeans/</p><p>&nbsp;</p><p>&nbsp;</p><p>Some task has remained here ..</p><p>&nbsp;</p><p>&nbsp;</p>', '', '2016-12-01 15:41:49', 18),
+(196, 0, 390, '<p>http://revinr.com/summit/v3/details.html</p>', '', '2016-12-01 16:40:03', 18),
+(197, 0, 373, '<p>http://www.itimpresstesting.com/butchershop/wp-admin &nbsp;user:revinr pass:Admin@1911*</p>', '', '2016-12-19 17:09:12', 18),
+(198, 0, 416, '<p>Firstly: &nbsp;I have setup the images.</p><p>&nbsp;</p><p>secondly, I have to do work in menu section &nbsp;..</p><p>&nbsp;</p><p>Thirdly , I had worked in the &nbsp;inner page section &nbsp;.</p><p>&nbsp;</p><p>Finally , CSS some working ..</p>', '', '2016-12-21 10:37:20', 18),
+(199, 0, 434, '<p>I have already done Email/Password authentication with Firebase. I will add Facebook/Google authentication today and then all sign in</p>', '', '2017-01-16 12:42:26', 29),
+(200, 0, 481, '<p>- Please dont copy from existing site. I have found that you used &quot;Clients&quot; portion from the previous site. Make sure not to sure anything from the previous site.</p><p>&nbsp;</p>', '', '2017-01-21 17:05:47', 2),
+(201, 0, 528, '<p>Sorry. I can&#39;t create wordpress theme from scratch. Though I can modify any wordpress theme as per client&#39;s requirements.</p><p>Thanks.</p>', '', '2017-01-26 23:52:54', 40),
+(202, 0, 529, '<p>Sorry. I can&#39;t create wordpress theme from scratch. Though I can modify any wordpress theme as per client&#39;s requirements.</p><p>Thanks.</p>', '', '2017-01-26 23:53:11', 40),
+(203, 0, 532, '<p>Done. Please check</p><p><a href=\"http://webifybd.com/green/\">http://webifybd.com/green/</a></p>', '', '2017-02-01 21:18:36', 40),
+(204, 0, 426, 'index_v1.jpg', 'task_16_02_17_10_02_42.jpg', '2017-02-16 10:00:42', 30),
+(205, 0, 427, 'careers.jpg', 'task_16_02_17_10_02_56.jpg', '2017-02-16 10:02:56', 30),
+(206, 0, 599, 'contact.jpg', 'task_16_02_17_10_02_52.jpg', '2017-02-16 10:07:52', 30),
+(207, 0, 613, '<p>http://studypress.org/job/job_list/single/1086</p><p>http://studypress.org/job/job_list/single/1087</p><p>http://studypress.org/job/job_list/single/1088</p><p>http://studypress.org/job/job_list/single/1089</p>', '', '2017-02-18 16:25:47', 22),
+(208, 0, 618, '<p>Dream Admin Panel</p>', '', '2017-02-19 14:03:17', 41),
+(209, 0, 618, '<p>Dream Admin Panel</p>', '', '2017-02-19 14:03:18', 41),
+(210, 0, 618, '<p>Dream Admin Panel</p>', '', '2017-02-19 14:03:18', 41),
+(211, 0, 621, '<p>When logged in as a customer/admin it appears more frequently.</p>', '', '2017-02-19 21:08:02', 2),
+(212, 0, 600, 'About Us.jpg', 'task_20_02_17_10_02_39.jpg', '2017-02-20 10:36:39', 30),
+(213, 0, 430, 'products.jpg', 'task_20_02_17_10_02_28.jpg', '2017-02-20 10:37:28', 30),
+(214, 0, 597, 'careers.jpg', 'task_20_02_17_10_02_07.jpg', '2017-02-20 10:38:07', 30),
+(215, 0, 597, 'careers_more_info.jpg', 'task_20_02_17_10_02_10.jpg', '2017-02-20 10:38:10', 30),
+(216, 0, 639, 'task2.png', 'task_22_02_17_09_02_28.png', '2017-02-22 21:09:28', 2),
+(217, 0, 639, 'task-1.png', 'task_22_02_17_09_02_39.png', '2017-02-22 21:09:39', 2),
+(218, 0, 629, 'products - details.jpg', 'task_23_02_17_10_02_20.jpg', '2017-02-23 10:04:20', 30),
+(219, 0, 658, 'tm.png', 'task_25_02_17_02_02_07.png', '2017-02-25 14:35:07', 2),
+(220, 0, 574, 'index.jpg', 'task_02_03_17_10_03_11.jpg', '2017-03-02 10:30:11', 30),
+(221, 0, 574, 'index_with_menu.jpg', 'task_02_03_17_10_03_21.jpg', '2017-03-02 10:30:21', 30),
+(222, 0, 574, 'products.jpg', 'task_02_03_17_10_03_32.jpg', '2017-03-02 10:30:32', 30),
+(223, 0, 674, 'clients.jpg', 'task_05_03_17_10_03_03.jpg', '2017-03-05 10:36:03', 30),
+(224, 0, 691, 'contacts.jpg', 'task_06_03_17_10_03_16.jpg', '2017-03-06 10:58:16', 30),
+(225, 0, 691, 'contacts_continue.jpg', 'task_06_03_17_10_03_31.jpg', '2017-03-06 10:58:31', 30),
+(227, 0, 700, 'services.jpg', 'task_07_03_17_10_03_40.jpg', '2017-03-07 10:28:40', 30),
+(228, 0, 699, 'brands.jpg', 'task_07_03_17_10_03_09.jpg', '2017-03-07 10:29:09', 30),
+(229, 0, 702, 'career.jpg', 'task_08_03_17_10_03_15.jpg', '2017-03-08 10:24:15', 30),
+(230, 0, 701, 'spare parts.jpg', 'task_09_03_17_02_03_54.jpg', '2017-03-09 14:56:54', 30),
+(232, 0, 721, '<p>Auto email 1 day before deadline to the client</p>', '', '2017-03-12 12:30:43', 2),
+(233, 0, 756, '<p>user: niloy@studypress.org</p><p>pass: 123</p>', '', '2017-03-21 19:04:01', 2),
+(234, 0, 762, '<p>???? ????? ???? ?? ?????????? ?</p>', '', '2017-03-22 12:24:51', 41),
+(235, 0, 762, '<p>Right Answer Entry With Hints.....&nbsp;</p>', '', '2017-03-22 12:25:56', 41),
+(236, 0, 852, 'index.jpg', 'task_02_05_17_11_05_38.jpg', '2017-05-02 11:59:38', 30),
+(237, 0, 951, 'news-details-no-break.png', 'task_15_05_17_07_05_50.png', '2017-05-15 19:47:50', 2),
+(238, 0, 807, 'dgsdg', '', '2017-05-21 11:52:54', 2),
+(239, 0, 1179, '<p>Documents Link: https://goo.gl/C6F8Ht</p>', '', '2017-07-06 12:46:48', 29),
+(240, 0, 1326, '<p>Also make sure the name appears in alphabetic order</p>', '', '2017-08-12 05:25:09', 2),
+(241, 0, 1351, '<p>Score and Resume dont need to be required field also</p>', '', '2017-09-12 13:47:35', 2),
+(242, 0, 1381, '<p>https://www.facebook.com/ZakirsBCSspecials/posts/1384583968276233:0</p>', '', '2017-11-29 18:17:13', 2),
+(243, 0, 1407, 'Table Name : exam_question', '', '2017-12-10 18:01:15', 95),
+(244, 0, 1443, 'I\'ve completed database design for Lead section. So i need more time to complete all the form pages in lead section. Today I\'ve uploaded one form page for personal information and the other pages will be uploaded tomorrow.', '', '2018-01-30 19:26:05', 77),
+(249, 0, 1578, '1) File upload \n2) Modal \n3) Data base Design \n4)Add employee\n5) after reload login page \n6)text area\n7)bug\n8) Folder location Desktop\\HRM6.1\\EZHRMFinalsolution\n9)Documentation location Desktop\\HRM6.1\\Go Through HRM\n\n', '', '2018-03-29 18:33:17', 114),
+(252, 0, 5, 'ggg', '', '2018-09-06 17:32:09', 111);
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `company_activity`
+--
+
+CREATE TABLE `company_activity` (
+  `id` int(11) NOT NULL,
+  `activity` varchar(250) NOT NULL,
+  `company_id` int(11) NOT NULL,
+  `date` datetime NOT NULL,
+  `user_id` int(11) NOT NULL,
+  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
+  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
+) ENGINE=InnoDB DEFAULT CHARSET=latin1;
+
+--
+-- Dumping data for table `company_activity`
+--
+
+INSERT INTO `company_activity` (`id`, `activity`, `company_id`, `date`, `user_id`, `created_at`, `updated_at`) VALUES
+(9, 'Already called.', 3, '2016-10-17 05:11:00', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
+(10, 'Already called.', 8, '2016-10-17 05:25:00', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
+(11, 'Already send a sms.', 8, '2016-10-17 05:25:00', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
+(17, 'An email send.', 401, '2016-10-18 04:01:00', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
+(18, 'An email sent.', 401, '2016-10-20 03:35:00', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
+(19, 'An email sent.', 1110, '2017-04-26 04:41:00', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
+(20, 'New remarks added.', 1110, '2017-04-30 04:13:00', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
+(21, 'Company information updated !', 1110, '2017-05-16 12:04:08', 2, '2017-05-16 06:04:08', '0000-00-00 00:00:00'),
+(22, 'New service assigned !', 1111, '2017-05-30 17:47:49', 2, '2017-05-30 11:47:49', '0000-00-00 00:00:00'),
+(23, 'Already called.', 1112, '2017-07-05 06:36:00', 0, '2017-07-05 12:36:01', '0000-00-00 00:00:00'),
+(24, 'New service assigned !', 1113, '2017-07-11 15:37:29', 2, '2017-07-11 09:37:29', '0000-00-00 00:00:00'),
+(25, 'remanrks deleted', 1113, '2017-07-11 15:44:44', 2, '2017-07-11 09:44:44', '0000-00-00 00:00:00'),
+(26, 'New service assigned !', 1114, '2017-08-07 15:35:58', 2, '2017-08-07 09:35:58', '0000-00-00 00:00:00'),
+(27, 'Already called.', 1114, '2017-08-07 03:46:00', 0, '2017-08-07 09:46:01', '0000-00-00 00:00:00'),
+(28, 'Invoice Created', 53, '2017-08-10 05:57:55', 2, '2017-08-10 10:57:55', '0000-00-00 00:00:00'),
+(29, 'Invoice Created', 62, '2017-09-24 04:10:32', 2, '2017-09-24 09:10:32', '0000-00-00 00:00:00'),
+(30, 'Invoice Created', 32, '2017-09-25 09:57:00', 2, '2017-09-25 14:57:00', '0000-00-00 00:00:00'),
+(31, 'Invoice Created', 32, '2017-09-25 09:57:19', 2, '2017-09-25 14:57:19', '0000-00-00 00:00:00'),
+(32, 'Invoice Created', 63, '2017-09-25 10:02:09', 2, '2017-09-25 15:02:09', '0000-00-00 00:00:00'),
+(33, 'New service assigned !', 1123, '2017-11-13 16:39:12', 2, '2017-11-13 10:39:12', '0000-00-00 00:00:00'),
+(34, 'Invoice Created', 1123, '2017-11-13 05:35:44', 2, '2017-11-13 11:35:44', '0000-00-00 00:00:00'),
+(35, 'New service assigned !', 1124, '2017-11-19 17:44:34', 2, '2017-11-19 11:44:34', '0000-00-00 00:00:00'),
+(36, 'New service assigned !', 1124, '2017-11-19 17:45:05', 2, '2017-11-19 11:45:05', '0000-00-00 00:00:00'),
+(37, 'Invoice Created', 1124, '2017-11-19 05:48:57', 2, '2017-11-19 11:48:57', '0000-00-00 00:00:00'),
+(38, 'New service assigned !', 1125, '2017-11-19 18:06:23', 2, '2017-11-19 12:06:23', '0000-00-00 00:00:00'),
+(39, 'Invoice Created', 1125, '2017-11-19 06:11:21', 2, '2017-11-19 12:11:21', '0000-00-00 00:00:00'),
+(40, 'Invoice Created', 1126, '2017-11-22 05:13:19', 2, '2017-11-22 11:13:19', '0000-00-00 00:00:00'),
+(41, 'New service assigned !', 1126, '2017-11-22 17:21:11', 2, '2017-11-22 11:21:11', '0000-00-00 00:00:00'),
+(42, 'New service assigned !', 1126, '2017-11-22 17:21:44', 2, '2017-11-22 11:21:44', '0000-00-00 00:00:00'),
+(43, 'Invoice Created', 0, '2017-11-22 06:27:49', 2, '2017-11-22 12:27:49', '0000-00-00 00:00:00'),
+(44, 'Invoice Created', 0, '2017-11-22 06:28:50', 2, '2017-11-22 12:28:50', '0000-00-00 00:00:00'),
+(45, 'Invoice Created', 1127, '2017-11-22 06:58:50', 2, '2017-11-22 12:58:50', '0000-00-00 00:00:00'),
+(46, 'Invoice Created', 0, '2017-11-22 07:01:22', 2, '2017-11-22 13:01:22', '0000-00-00 00:00:00'),
+(47, 'Invoice Created', 1128, '2017-11-23 02:58:20', 2, '2017-11-23 08:58:20', '0000-00-00 00:00:00'),
+(51, 'New Task created', 1128, '2017-11-30 18:04:20', 0, '2017-11-30 12:04:21', '0000-00-00 00:00:00'),
+(52, 'New Appointent created', 1128, '2017-11-30 18:08:50', 0, '2017-11-30 12:08:50', '0000-00-00 00:00:00'),
+(53, 'New Appointment created', 1128, '2017-11-30 18:18:09', 0, '2017-11-30 12:18:09', '0000-00-00 00:00:00'),
+(54, 'New Task created', 1128, '2017-11-30 18:25:53', 0, '2017-11-30 12:25:53', '0000-00-00 00:00:00'),
+(55, 'New Task created', 1128, '2017-11-30 18:30:25', 0, '2017-11-30 12:30:25', '0000-00-00 00:00:00'),
+(56, 'New Task created', 1128, '2017-11-30 18:30:53', 0, '2017-11-30 12:30:53', '0000-00-00 00:00:00'),
+(57, 'New Task created', 1128, '2017-11-30 18:31:24', 0, '2017-11-30 12:31:24', '0000-00-00 00:00:00'),
+(58, 'An email Sent', 1128, '2017-12-03 13:35:38', 0, '2017-12-03 07:35:38', '0000-00-00 00:00:00'),
+(59, 'New Task created', 1128, '2017-12-03 13:56:26', 0, '2017-12-03 07:56:26', '0000-00-00 00:00:00'),
+(60, 'New service assigned !', 1129, '2017-12-03 19:24:39', 2, '2017-12-03 13:24:39', '0000-00-00 00:00:00'),
+(61, 'Invoice Created', 1129, '2017-12-03 07:26:45', 2, '2017-12-03 13:26:45', '0000-00-00 00:00:00'),
+(62, 'Invoice Created', 404, '2017-12-06 10:07:51', 2, '2017-12-06 16:07:51', '0000-00-00 00:00:00'),
+(63, 'Invoice Created', 620, '2017-12-06 10:21:35', 2, '2017-12-06 16:21:35', '0000-00-00 00:00:00'),
+(64, 'Invoice Created', 0, '2017-12-07 04:12:39', 2, '2017-12-07 10:12:39', '0000-00-00 00:00:00'),
+(65, 'Invoice Created', 1128, '2017-12-07 04:27:44', 2, '2017-12-07 10:27:44', '0000-00-00 00:00:00'),
+(66, 'Invoice Created', 0, '2017-12-07 04:28:09', 2, '2017-12-07 10:28:09', '0000-00-00 00:00:00'),
+(67, 'Invoice Created', 0, '2017-12-07 04:33:24', 2, '2017-12-07 10:33:24', '0000-00-00 00:00:00'),
+(68, 'Invoice Created', 0, '2017-12-07 04:35:45', 2, '2017-12-07 10:35:45', '0000-00-00 00:00:00'),
+(69, 'Invoice Created', 0, '2017-12-07 04:36:44', 2, '2017-12-07 10:36:44', '0000-00-00 00:00:00'),
+(70, 'Invoice Created', 0, '2017-12-07 04:56:28', 2, '2017-12-07 10:56:28', '0000-00-00 00:00:00'),
+(71, 'Invoice Created', 0, '2017-12-07 04:59:08', 2, '2017-12-07 10:59:08', '0000-00-00 00:00:00'),
+(72, 'Invoice Created', 1126, '2017-12-10 02:29:34', 2, '2017-12-10 08:29:34', '0000-00-00 00:00:00'),
+(73, 'Invoice Created', 1126, '2017-12-10 02:31:07', 2, '2017-12-10 08:31:07', '0000-00-00 00:00:00'),
+(74, 'Invoice Created', 1111, '2017-12-10 02:51:19', 2, '2017-12-10 08:51:19', '0000-00-00 00:00:00'),
+(75, 'Invoice Created', 1115, '2017-12-10 05:58:38', 2, '2017-12-10 11:58:38', '0000-00-00 00:00:00'),
+(76, 'Invoice Created', 1115, '2017-12-10 06:01:05', 2, '2017-12-10 12:01:05', '0000-00-00 00:00:00'),
+(77, 'New service assigned !', 1120, '2017-12-12 01:36:14', 2, '2017-12-11 19:36:14', '0000-00-00 00:00:00'),
+(78, 'Invoice Created', 53, '2017-12-12 05:19:09', 2, '2017-12-12 11:19:09', '0000-00-00 00:00:00'),
+(79, 'Invoice Created', 63, '2017-12-12 05:19:42', 2, '2017-12-12 11:19:42', '0000-00-00 00:00:00'),
+(80, 'New service assigned !', 1120, '2017-12-13 10:01:17', 2, '2017-12-13 04:01:17', '0000-00-00 00:00:00'),
+(81, 'New service assigned !', 1120, '2017-12-13 10:02:58', 2, '2017-12-13 04:02:58', '0000-00-00 00:00:00'),
+(82, 'New service assigned !', 1120, '2017-12-13 10:04:38', 2, '2017-12-13 04:04:38', '0000-00-00 00:00:00'),
+(83, 'New service assigned !', 1120, '2017-12-13 10:07:06', 2, '2017-12-13 04:07:06', '0000-00-00 00:00:00'),
+(84, 'Company information updated !', 1140, '2017-12-14 15:29:02', 2, '2017-12-14 09:29:02', '0000-00-00 00:00:00'),
+(85, 'Company information updated !', 1140, '2017-12-14 15:29:41', 2, '2017-12-14 09:29:41', '0000-00-00 00:00:00'),
+(86, 'New service assigned !', 1140, '2017-12-14 16:09:46', 2, '2017-12-14 10:09:46', '0000-00-00 00:00:00'),
+(87, 'New Appointment created', 1140, '2017-12-14 16:10:24', 0, '2017-12-14 10:10:24', '0000-00-00 00:00:00'),
+(88, 'Invoice Created', 1126, '2017-12-14 05:32:46', 2, '2017-12-14 11:32:46', '0000-00-00 00:00:00'),
+(89, 'New service assigned !', 1142, '2017-12-26 17:13:31', 2, '2017-12-26 11:13:31', '0000-00-00 00:00:00'),
+(90, 'Invoice Created', 1142, '2017-12-26 05:15:44', 2, '2017-12-26 11:15:44', '0000-00-00 00:00:00'),
+(91, 'Invoice Created', 1140, '2017-12-26 07:50:26', 2, '2017-12-26 13:50:26', '0000-00-00 00:00:00'),
+(92, 'Invoice Created', 0, '2017-12-26 07:52:43', 2, '2017-12-26 13:52:43', '0000-00-00 00:00:00'),
+(93, 'New service assigned !', 1143, '2017-12-27 17:02:36', 2, '2017-12-27 11:02:36', '0000-00-00 00:00:00'),
+(94, 'New service assigned !', 1143, '2017-12-27 17:03:21', 2, '2017-12-27 11:03:21', '0000-00-00 00:00:00'),
+(95, 'Invoice Created', 1143, '2017-12-27 05:05:03', 2, '2017-12-27 11:05:03', '0000-00-00 00:00:00'),
+(96, 'Invoice Created', 0, '2017-12-27 05:05:25', 2, '2017-12-27 11:05:25', '0000-00-00 00:00:00'),
+(97, 'Invoice Created', 1120, '2017-12-27 05:07:16', 2, '2017-12-27 11:07:16', '0000-00-00 00:00:00'),
+(98, 'Invoice Created', 0, '2017-12-27 05:08:25', 2, '2017-12-27 11:08:25', '0000-00-00 00:00:00'),
+(99, 'Invoice Created', 1122, '2017-12-27 05:34:39', 2, '2017-12-27 11:34:39', '0000-00-00 00:00:00'),
+(100, 'Invoice Created', 0, '2017-12-27 05:35:40', 2, '2017-12-27 11:35:40', '0000-00-00 00:00:00'),
+(101, 'Invoice Created', 1122, '2017-12-27 05:39:19', 2, '2017-12-27 11:39:19', '0000-00-00 00:00:00'),
+(102, 'New service assigned !', 1143, '2017-12-27 17:43:53', 2, '2017-12-27 11:43:53', '0000-00-00 00:00:00'),
+(103, 'Invoice Created', 0, '2018-01-01 06:25:02', 2, '2018-01-01 12:25:02', '0000-00-00 00:00:00'),
+(104, 'Invoice Created', 0, '2018-01-03 05:26:38', 2, '2018-01-03 11:26:38', '0000-00-00 00:00:00'),
+(105, 'Invoice Created', 0, '2018-01-03 05:27:46', 2, '2018-01-03 11:27:46', '0000-00-00 00:00:00'),
+(106, 'New service assigned !', 1142, '2018-01-17 12:41:38', 2, '2018-01-17 06:41:38', '0000-00-00 00:00:00'),
+(107, 'Invoice Created', 620, '2018-01-30 05:01:57', 2, '2018-01-30 11:01:57', '0000-00-00 00:00:00'),
+(108, 'Invoice Created', 0, '2018-01-30 05:03:28', 2, '2018-01-30 11:03:28', '0000-00-00 00:00:00'),
+(109, 'Invoice Created', 402, '2018-02-01 12:14:10', 2, '2018-02-01 18:14:10', '0000-00-00 00:00:00'),
+(110, 'Invoice Created', 1123, '2018-02-01 03:53:35', 2, '2018-02-01 09:53:35', '0000-00-00 00:00:00'),
+(111, 'Invoice Created', 0, '2018-02-01 03:56:11', 2, '2018-02-01 09:56:11', '0000-00-00 00:00:00'),
+(112, 'Invoice Created', 0, '2018-02-05 10:53:08', 2, '2018-02-05 16:53:08', '0000-00-00 00:00:00'),
+(113, 'Invoice Created', 0, '2018-02-05 10:54:54', 2, '2018-02-05 16:54:54', '0000-00-00 00:00:00'),
+(114, 'Invoice Created', 37, '2018-02-05 03:04:13', 2, '2018-02-05 09:04:13', '0000-00-00 00:00:00'),
+(115, 'Invoice Created', 1136, '2018-03-19 06:42:56', 2, '2018-03-19 11:42:56', '0000-00-00 00:00:00'),
+(116, 'Invoice Created', 52, '2018-03-22 02:36:02', 2, '2018-03-22 07:36:02', '0000-00-00 00:00:00'),
+(117, 'New Task created', 406, '2018-08-09 16:01:16', 0, '2018-08-09 10:01:16', '0000-00-00 00:00:00'),
+(118, 'New Task created', 406, '2018-08-09 16:36:15', 0, '2018-08-09 10:36:15', '0000-00-00 00:00:00'),
+(119, 'New Task created', 406, '2018-08-09 16:36:43', 0, '2018-08-09 10:36:43', '0000-00-00 00:00:00'),
+(120, 'New Task created', 406, '2018-08-09 16:42:16', 0, '2018-08-09 10:42:16', '0000-00-00 00:00:00'),
+(121, 'New Task created', 406, '2018-08-09 16:42:42', 0, '2018-08-09 10:42:42', '0000-00-00 00:00:00'),
+(122, 'New Task created', 406, '2018-08-09 16:43:53', 0, '2018-08-09 10:43:53', '0000-00-00 00:00:00'),
+(123, 'New Task created', 406, '2018-08-09 16:47:38', 0, '2018-08-09 10:47:39', '0000-00-00 00:00:00'),
+(124, 'Company information updated !', 460, '2018-08-16 16:56:59', 111, '2018-08-16 10:56:59', '0000-00-00 00:00:00'),
+(125, 'Invoice Created', 0, '2018-08-16 05:10:27', 2, '2018-08-15 23:10:27', '0000-00-00 00:00:00'),
+(126, 'New Task created', 406, '2018-09-06 13:37:34', 0, '2018-09-06 07:37:34', '0000-00-00 00:00:00'),
+(127, 'New Task created', 406, '2018-09-06 16:02:03', 0, '2018-09-06 10:02:03', '0000-00-00 00:00:00'),
+(128, 'New Task created', 406, '2018-09-06 17:35:23', 0, '2018-09-06 11:35:23', '0000-00-00 00:00:00');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `company_info`
+--
+
+CREATE TABLE `company_info` (
+  `id` int(11) NOT NULL,
+  `name` varchar(100) DEFAULT NULL,
+  `industry` int(2) DEFAULT NULL,
+  `service_required` int(2) DEFAULT NULL,
+  `current_condition` int(2) DEFAULT NULL,
+  `mob1` varchar(15) DEFAULT NULL,
+  `mob2` varchar(15) DEFAULT NULL,
+  `email1` varchar(50) NOT NULL,
+  `email2` varchar(50) DEFAULT NULL,
+  `web` varchar(30) DEFAULT NULL,
+  `details` varchar(500) DEFAULT NULL,
+  `address` varchar(500) DEFAULT NULL,
+  `remarks` varchar(1000) DEFAULT NULL,
+  `office_id` int(11) DEFAULT '1',
+  `status` int(2) NOT NULL DEFAULT '0',
+  `display` int(1) NOT NULL DEFAULT '1',
+  `account_manager` int(11) DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=latin1;
+
+--
+-- Dumping data for table `company_info`
+--
+
+INSERT INTO `company_info` (`id`, `name`, `industry`, `service_required`, `current_condition`, `mob1`, `mob2`, `email1`, `email2`, `web`, `details`, `address`, `remarks`, `office_id`, `status`, `display`, `account_manager`) VALUES
+(8, 'Shova Advanced Technologies ltd.', 3, 3, 2, '01730 703102', '', 'kironshova@yahoo.com', '', 'http://shovabd.com/', '', '162, shahid syed Nazrul islam sarani\r\n(Old: 3/3B, Purana paltan)\r\nSuleman plaza, 6th floor\r\nDhaka-1000, Bangladesh', '', 1, 0, 1, NULL),
+(9, 'Roche Bangladesh Limited', 3, 3, 1, '02-9661776', '', 'none@gmail.com', '', '', '', '22, Dhanmondi, Road-2, Dhanmondi, Dhaka-1205', 'Not available\r\n', 1, 0, 1, NULL),
+(10, 'Four Star Insulation Products Ltd.', 3, 3, 2, '02-7502268', '01730097646', 'info@stargroupbd.com', 'stargroupbd@yahoo.com', 'http://www.stargroupbd.com', '', '', 'Not responsive,Very Poor, Not updated', 1, 0, 1, NULL),
+(11, 'Dhaka Agencies', 3, 3, 1, '9562137', '', 'none@gmail.com', '', '', '', 'Deen Super market, 6North South Road, Dhaka-1100\r\n', 'Not available', 1, 0, 1, NULL),
+(13, 'Ecosurv', 3, 3, 1, '8125845', '', 'none@gmail.com', '', '', '', '19/12, Tajmahal Road, Block-C, Mohammadpur', 'Not available\r\n', 1, 0, 1, NULL),
+(14, 'Eva Sanitary Collection', 3, 3, 1, '8620806', '', 'none@gmail.com', '', '', '', '7 No. Link Road, Bangla Motor\r\n', 'Not available', 1, 0, 1, NULL),
+(15, 'Evasanitary Collection', 3, 3, 1, '8620806', '', 'none@gmail.com', '', '', '', '60, Kalabagan Lake Circus', 'Not available', 1, 0, 1, NULL),
+(16, 'General Scientific Co.', 3, 3, 1, '9558917', '', 'salamgso@bdcom.com', '', '', '		\r\n', 'Motalab Mansion, (3rd Floor), Room-408 , 2 R.K. Misson Road , Motijheel C/A', 'Not available', 1, 0, 1, NULL),
+(17, 'German Cabinets', 3, 3, 1, '8852504', '0172-151940', 'rabi@spaninn.com', '', '', '', 'Gulshan Point (1st Floor) Plot # CWS(C) 7A, Gulshan South Avenue, Gulshan-1\r\n', 'Not available', 1, 0, 1, NULL),
+(18, 'Gham & Co.', 3, 3, 1, '0821-710177', '', 'none@gmail.com', '', '', ' 017-330423\r\n', 'East Zinda Bazar, Sylhet', 'not available', 1, 0, 1, NULL),
+(19, 'Heritage Fair', 1, 1, 1, '9125753', '', 'none@gmail.com', '', '', '', '142/A, Green Road\r\n', '', 1, 0, 1, NULL),
+(20, 'JTS Trading Ltd.', 1, 1, 1, '9670406', '8631848', 'jts@dhaka.net', 'jtsdhaka@mitali.com', '', '', '7, Link Road, Bangla Motor\r\n\r\n', '', 1, 0, 1, NULL),
+(21, 'Marble Di Carera', 3, 3, 3, '88-02-8613737', '8620461', 'info@marbledicarrara.com', '', 'http://www.marbledicarrara.com', '', '22/1 Sonargoan Road (2nd Floor),Hatirpool, Dhaka-1205, Bangladesh', 'None,Good,Good, accessitbd.com', 1, 0, 1, NULL),
+(22, 'Meghna Agency', 3, 3, 1, '	7512867', '', 'none@gmail.com', '', '', '', '14/5-Ka, North Jatrabari, Ideal School Market\r\n', '', 1, 0, 1, NULL),
+(23, 'Mita Enterprise', 3, 3, 1, '7169779', '0188-334278', 'none@gmail.com', '', '', '\r\n', 'Deen Super Market, 152, Syed N Islam Sarani', 'not available', 1, 0, 1, NULL),
+(24, 'New Globe Agencies', 3, 3, 1, '9567004', '', 'none@gmail.com', '', '', '', '152 Shaheed Sayed Nazrul Islam Sharani (6 North South Road	\r\n', 'not available', 1, 0, 1, NULL),
+(25, 'New Hakimi Traders', 3, 1, 1, '7121077', '019-381204', 'hakimi@bdcom.com', '', '', '', '121/3, Nawabpur Road	, \r\n', 'not available', 1, 0, 1, NULL),
+(26, 'Sowdagar Agencies Ltd', 3, 1, 1, '8617613', '', 'none@gmail.com', '', '', '', '28 Kazi Nazrul Islam Avenue\r\n', 'Not available', 1, 0, 1, NULL),
+(27, 'Taqdir Traders', 3, 3, 1, '7161092', '', 'dil@bangla.net', '', '', '', '154, Shaheed Nazrul Islam Sarani	\r\n', 'Not available', 1, 0, 1, NULL),
+(28, 'Yousuf Enterprise	x', 3, 1, 1, '9560178', '01711-357099', 'none@gmail.com', '', '', '', 'Deen Super Market, 152, Sayed N Islam Sarani\r\n', 'Not available', 1, 0, 1, NULL),
+(29, 'Omni School of Music', 5, 3, 1, '9887346', '8825918', 'music@bangla.net', '', '', '', '104, Gulshan Avenue\r\n', 'Not available', 1, 0, 1, NULL),
+(30, 'Royal Academy', 5, 3, 1, '8321094', '7100782', 'none@gmail.com', '', '', '', '158/2, Inner Circular Road, Arambagh	\r\n', 'Not available', 1, 0, 1, NULL),
+(31, 'Touheeds Academy', 5, 3, 1, '9128013', '9119878,', 'none@gmail.com', '', '', '', 'House # 55/G, Road # 9/A, Dhanmondi,\r\n', 'Not available', 1, 0, 1, NULL),
+(32, 'Advance Technology', 4, 3, 2, '02-8817284', '01915-686484', 'info@advancetechbd.com', '', 'www.advancetechbd.com', '			 	\r\n', 'House: G.P.Ja.80(Ground Floor) Wireless Gate,Mohakhali,Gulshan', 'None, Bad ,Not updated, qtechbd.org/', 1, 0, 1, NULL),
+(33, 'A.B Sweater Inds. (BD) Ltd.', 7, 3, 1, '7112701', '01711438771', 'none@gmail.com', '', '', '\r\n', '16, Shama Proshad Roy Chy. Lane Luxmi Bazar, Old Dhaka', 'Not available', 1, 0, 1, NULL),
+(34, 'A.M. composite Ltd.', 7, 3, 1, '8960263', '', 'amcomposite@dhaka.net', '', '', '', 'House # 16 (1st Floor), Road # 21, Sector # 4, Uttara\r\n', 'Not available', 1, 0, 1, NULL),
+(35, 'ABG Sweaters Ltd.', 7, 3, 1, '7162434', '7162461', 'info@abgbd.com', '', '', '', 'Aziz Bhaban (9th Floor), 93, Motijheel C/A\r\n', 'Not available', 1, 0, 1, NULL),
+(36, 'adila Apparels', 7, 3, 1, '711086', '01678062811', 'merchand2_ama@dekko.net.bd', '', '', '', 'Eshak Shopping Complex (1st Floor), 212, Baizid Bostami, Chittagong	\r\n', 'Not available', 1, 0, 1, NULL),
+(37, 'Alam Group', 7, 3, 2, '88-02-9613004', '', 'marketing@alamgroup.net', 'ndslfeni@gmail.com', 'http://alamgroup.net', '', 'Sonartori Tower, (6th Floor), 12, Biponon C/A, Sonargaon Road, Dhaka-1000', 'Not responsive, Design-bad,Not updated', 1, 0, 1, NULL),
+(38, 'Air Apparels Ltd.', 7, 3, 1, '8856551-3', '', 'none@gmail.com', '', '', '', 'Priyo Pragon Tower, Flat # 13-27 (13th Fl.), House # 19, Road # 17, Kamal Ataturk Avenue, Banani', 'Not available', 1, 0, 1, NULL),
+(39, 'Ama Syntex Ltd.', 7, 3, 1, '9004390', '', 'none@gmail.com', '', '', 'Plot # 87, Vaenue # 1, Block # B, Section # 12, Mirpur, Dhaka-1216	\r\n', '', 'Not available', 1, 0, 1, NULL),
+(40, 'Arizona Tex Ltd.', 7, 3, 1, '9006886', '', 'ariswea@global-bd.net', '', '', '', '17, Sujat Nagar Pallabi, Section # 12, Mirpur', 'Not available', 1, 0, 1, NULL),
+(41, 'ARK Pullover Ltd', 7, 1, 1, '9293810', '', 'none@gmail.com', '', '', '	\r\n', 'Khailkoir, Kolmeshar, Board Bazar, Gazipur', 'Not available', 1, 0, 1, NULL),
+(42, 'Atam Knitwear Ltd. (Pvt.) Ltd', 7, 3, 1, '9337933', '9353854', 'none@gmail.com', '', '', '', '30/A, Naya Paltan (9th floor), VIP Road', 'Not available', 1, 0, 1, NULL),
+(43, 'Aurun Sweater Ltd.', 7, 3, 2, '01713-013991', '', 'aurun@bdbiz.net', '', 'www.aurum.com.bd', '', '41/1-A, Bashbari Chand Housing, Mohammadpur, Dhaka-1207	', 'Not responsive, Design-bad,Not updated,Developed by Eicra Soft Ltd.', 1, 0, 1, NULL),
+(44, 'Baizid Dresses (Pvt.) Ltd.', 7, 3, 1, '031 2580636', '2770236-9', 'bdl@ctpath.net', '', '', '', 'Deluxe House # 3 (2nd Floor) 209/227, Kulgaon, Baluchara, Chittagong	', 'Not available', 1, 0, 1, NULL),
+(45, 'Bapican Automex Gmts', 7, 3, 1, '031 2770872', '', 'none@gmail.com', '', '', '', '838, Eshan mohajahan Road, Badamtali, North kattali, Pahartali, Chittagong', 'Not available', 1, 0, 1, NULL),
+(46, 'Benchmark Apparels Ltd.', 7, 3, 1, '031 655244', '653072', 'maskfashion@click-online.net', '', '', '', 'Khoajnagar, Azimpara, Karnafully, Chittagong', 'Not available', 1, 0, 1, NULL),
+(47, 'BSA Apparels Ltd.', 7, 3, 2, '031 2770235', '', 'com1@bsagroupbd.net', '', 'bsagroupbd.net', '', 'Plot # A-5, Block- B, Small I/E, Pahartoli, Chittagong', 'Not responsive, Design-bad,Not updated', 1, 0, 1, NULL),
+(48, 'Caremake Sweater Ltd.', 7, 3, 1, '1713437321', '', 'shti@weblinkbd.com', '', 'Not available', '', 'Jamgora Chowrasta Ashulia Savar', 'Not available', 1, 0, 1, NULL),
+(49, 'Cassiopea Fashion Ltd.', 7, 3, 3, '0258816599', '9842017', 'tanveer@elegant-fashion.org', 'info@elegant-fashion.org', 'http://www.elegant.com.bd/fash', '', 'AJ Heights, Cha-72/1/D Progoti Shoroni,Uttar Badda, Dhaka-1212,', 'responsive, Design-good,updated', 1, 0, 1, NULL),
+(50, 'Chantik Garments Ltd.', 7, 3, 1, '0 1712042788', '', 'none@gmail.com', '', '', '', 'Plot & Holding # 1 (5th Floor), Turag Housing Ltd. , Baribad, Mohammadpur', 'Not available', 1, 0, 1, NULL),
+(51, 'Creslan Knitwear Ltd.', 7, 3, 1, '031 712815', '01819325409', 'creslansweater@yahoo.com', '', '', '', '107/108, Khan Complex Dewanhat, Chittagong', 'Not available', 1, 0, 1, NULL),
+(52, 'Daiyan\'s Jeans Ltd.', 7, 3, 1, '01713036550', '', 'cottonhouse@yahoo.com', '', '', '		', 'Plot # 33, Milk Vita Road, Section # 7, Pallabi, Mirpur', 'Not available', 1, 0, 1, NULL),
+(53, 'Divine Fabrics Ltd.', 1, 3, 2, '88-02-9886163', '88-02-8816000', 'info@divinetextile.com', 'alim@divinetextile.com', 'http://www.divinetextile.com', '	', 'House # 348, Road # 26, New DOHS Mohakhali, Dhaka, Bangladesh', 'Not available', 1, 0, 1, NULL),
+(54, 'Divine Knitwears Ltd', 7, 3, 1, '7174128', '', 'divineknit@yahoo.com', '', '', '			', 'Rahman Chamber (8th Floor), 12-13, Motijheel C/A', 'Not available', 1, 0, 1, NULL),
+(55, 'Divine Knitwears Ltd', 7, 3, 1, '7174128', '', 'divineknit@yahoo.com', '', '', '			', 'Rahman Chamber (8th Floor), 12-13, Motijheel C/A', 'Not available', 1, 0, 1, NULL),
+(56, 'Dong Bang Facilities (BD) Ltd.', 7, 3, 2, '7788388', '01749-173419', 'rakib2014@hotmail.com', '', 'http://dongbangfacilitiesbd.co', '', 'Road (Lane) – 02 , House – 194 , Baridhara DOHS, Dhaka, Bangladesh', 'responsive, Design-bad, updated, msisecurity-bd.com/', 1, 0, 1, 46),
+(57, 'Epic Garments Mafg. Co. Ltd.', 1, 3, 1, '7788426', '', 'none@gmail.com', '', '', '', 'FS SFB (3rd Floor), DEPZ (Extension Area) Gonak Bari, Savar', 'Not available', 1, 2, 1, NULL),
+(58, 'Fashion Fx Ltd.', 7, 3, 1, '8824305', '', 'info@fashionfx.net', '', 'http://www.fashionfx.net', '', 'Plot # D, Road # 2, Banani, Dhaka-1213', 'Not available', 1, 0, 1, NULL),
+(59, 'Fergasam (Bangladesh) Ltd.', 7, 3, 1, '031 741091', '01730008400', 'fergasam@fergasambd.com', '', '', '', 'SFB, SF-3 (1st - 3rd floor), CEPZ, Chittagong', 'Not available', 1, 0, 1, NULL),
+(60, 'Garment Needs Ltd.', 7, 3, 1, '9889710', ' 01611528663', 'ganlimited@yahoo.com', '', '', '', '405/1, Tejgaon I/A', 'Not available', 1, 0, 1, NULL),
+(61, 'Global Merchants Ltd.', 7, 4, 1, '9891266	', '', 'info@themerchantsbd.com', '', 'http://www.global-merchants.ne', '			', 'Navana Tower, Flat # 18/B, Plot # 45, Gulshan-1', '', 1, 0, 1, NULL),
+(62, 'Golden Thead Ltd	', 7, 3, 1, '8960949', '01819264337', 'none@gmail.com', '', '', '', 'House # 41, Road # 18, Sector # 13, Uttara', 'Not available', 1, 0, 1, NULL),
+(63, 'Hagh Knitwears Ltd.', 7, 3, 1, '8922932', '01727220676', 'haghknit@yahoo.com', '', '', '', 'House # 31, Road # 7/B, Sector # 3, Uttara', 'Not available', 1, 0, 1, NULL),
+(64, 'Hall-Mark Fashion Ltd.', 7, 3, 1, '9111351', '9126971', 'hall-markfashion@yahoo.com', '', '', '			\r\n', '205/4, Begum Rokeya Sarani, West Kafrul', 'Not available', 1, 0, 1, NULL),
+(65, 'Haseen Apparels Ltd.', 7, 3, 2, '9568785', '9565770	', 'haseenapparels@kayabagroup.com', '', 'http://www.kayabagroup.com	', '\r\n', 'Suite # 1703 (17th Foor), Senakallyan Bhaban, 195 Mothijheel', '', 1, 0, 1, NULL),
+(66, 'Indesore Sweater Ltd.', 7, 3, 1, '88 02 9293771', '', 'info@indesore.com', '', '', '', 'Hazirpukur, Choydana, National University, Gazipur', 'None	Good	Updated 	quantumcloud.com', 1, 0, 1, NULL),
+(67, 'Irene Knitwear Ltd', 7, 3, 1, '88 02 9336361', '8321620', 'samiatalukdar@gmail.com', 'mazidtalukdar@yahoo.com', 'http://zoomgroupbd.com/project', '', '79/B, Malibagh Chowdhury Para, Dhaka 1219, Bangladesh', '', 1, 0, 1, NULL),
+(68, 'Jalal Ahmed Knit Composite Ltd.', 7, 3, 1, '7742986', '7711159', 'none@gmail.com', '', 'http://jalalahgroup.com/', '				', '105, Dogormura, Aricha Road, Savar', 'Not available', 1, 0, 1, NULL),
+(69, 'Kimberly Garments Ltd.', 7, 3, 1, '880-2-9023614', '', 'kimberley@global-bd.net', 'kimberly@accesstel.net', 'http://www.kimberleygroupbd.co', '', '586 / 1, Shewrapara (5th floor), Begum Rokeya Sharani, Mirpur	', 'Not available', 1, 0, 1, NULL),
+(70, 'KM Apparels Knit (Pvt.) Ltd', 7, 3, 1, '9555188', '9664328', 'none@gmail.com', '', '', '	x		\r\n', '127, Motijheel C/A (2nd Floor)', 'Not available', 1, 0, 1, NULL),
+(71, 'L Usine Fashion Ltd.', 7, 3, 1, '9816127', '9816128-30', 'info@lusinefashion.com', '', '', '			\r\n', 'B/38, Road # 2, Flat # A4, Niketon, Gulshan', 'Not available', 1, 0, 1, NULL),
+(72, 'Lazim Apparels Ltd', 7, 3, 3, '1711526439', '', 'none@gmail.com', '', 'http://www.lazimapparels.com/', '\r\n', 'Pacific Tower (4th Floor)\r\nHouse # 7; Road # 13, Rana Vola Avenue, Sector # 10; Uttara, Dhaka # 1230; Bangladesh', 'not responsive, Average, updated,Developed by alpha.net.bd/', 1, 0, 1, NULL),
+(73, 'LRB Sportswear Ltd.', 7, 3, 1, '9117540', '01715665443', 'lrb@exotic-designbd.com', '', '', '			\r\n', 'Asha Plaza (1st floor), Hemayetpur Bus Stand, Savar', 'Not available\r\n', 1, 0, 1, NULL),
+(74, 'LRB Sportswear Ltd.', 7, 3, 1, '9117540', '01715665443', 'lrb@exotic-designbd.com', '', '', '			\r\n', 'Asha Plaza (1st floor), Hemayetpur Bus Stand, Savar', 'Not available\r\n', 1, 0, 1, NULL),
+(75, 'M.H.R Fashion Ltd.', 7, 3, 1, '8056923', '', 'none@gmail.com', '', '', '', '5/F, G/H Sangita Bhaban (3rd - 5th Floor), Section # 1, Mirpur', 'Not available\r\n', 1, 0, 1, NULL),
+(76, 'Manami Fashion Ltd.', 7, 3, 1, '9554901', '', 'mananifashions@yahoo.com', '', '', '			', '44, Purana Paltan (1st Floor)', '', 1, 0, 1, NULL),
+(77, 'Meek Knit Ltd.', 7, 3, 2, '8122095', ' 8127947', 'faruquemeek@yahoo.com', 'info@meekknitltd.com', 'http://www.meekknitltd.com', '\r\n', 'House # 33, Road # 14, Sec # 11, Uttara model towm, uttara	', 'Not responsive, Design-bad,Not updated,Different Solutions', 1, 0, 1, NULL),
+(78, 'Millennium Spinning & Knitting Fac. Ltd', 7, 3, 1, '031 741710', '', 'none@gmail.com', '', '', '', 'Plot # 25-30, 43-48, Sector # 8, CEPZ', 'Not available\r\n', 1, 0, 1, NULL),
+(79, 'Mohammadi knit Star Ltd.', 7, 3, 1, '880 2 8952704', '', 'info@mohammadigroup.com', '', 'http://www.mohammadigroup.com', '				None	Not updated	\r\n', 'Lotus Kamal Tower - One, 10th Floor, 57 Joar Sahara Commercial Area, Nikunja-2, (New Airport Road)	', 'Not responsive, Average,Not updated, technovista.com.bd', 1, 0, 1, NULL),
+(80, 'Naba Export Ltd.', 7, 3, 1, '031 682504', '681678', 'info@independentbd.com', '', '', '			\r\n', '21/27, Baizid Bostami Road, Nasirabad I/A, Chittagong', 'Not available', 1, 0, 1, NULL),
+(81, 'Nandan Sweater (Pvt.) Ltd.', 7, 3, 1, '01713-031381', '', 'none@gmail.com', '', '', '', 'Nazmul Shopping Complex, Jamgara Chowrasta, Ashulia, Savar', 'Not available', 1, 0, 1, NULL),
+(82, 'Orchard Sweaters Ltd.	', 7, 3, 1, '8318901-10 (PAB', '', 'info@orchardbd.com', '', 'http://orchardsweaters.com', '', 'Orchard Faruque Tower\", 72, Nayapaltan (Level-17), Paltan, Dhaka-1000', 'Not responsive, Design-bad,Not updated', 1, 0, 1, NULL),
+(83, 'Orchard Sweaters Ltd.	', 7, 3, 2, '8318901-10 (PAB', '', 'info@orchardbd.com', '', 'http://orchardsweaters.com', '', 'Orchard Faruque Tower\", 72, Nayapaltan (Level-17), Paltan, Dhaka-1000', 'Not responsive, Design-bad,Not updated', 1, 0, 1, NULL),
+(84, 'Ordian Fashion Ltd.', 7, 3, 1, '8950297', '', 'ordian@dhaka.net', '', '', '	ordian@dhaka.net		\r\n', '446, Dhakhin Gawir Dhakhin Khan, Uttara', 'Not available', 1, 0, 1, NULL),
+(85, 'Pantaloon Jeans Ltd.', 1, 1, 1, '9015863', '', 'pantaloon@dekko.net.bd', '', '', '			\r\n', 'Plot # 33, 37, Milk Vita Road, Section # 7, Mirpur', 'Not available\r\n', 1, 0, 1, NULL),
+(86, 'Q-Point Sportswear Ltd.', 7, 3, 1, '8024242', '8034301', 'qflbd@yahoo.com', '', '', '			\r\n', 'Plot # 12, Road # 1, Block - Kha, Section # 6, Senpara Parbata, Mirpur', 'Not available\r\n', 1, 0, 1, NULL),
+(87, 'Rain Knit Wears Ltd.', 7, 3, 1, '8833589', '', 'salim@tex-designerbd.com', '', '', '			', 'House # 131, Flat # G & H, Road # 4, Block - A, Banani', 'Not available\r\n', 1, 0, 1, NULL),
+(88, 'Raiyan Knit Composite Ltd.', 7, 3, 1, '8833501', '7162029', 'halim@nurgroupbd.com', '', '', '			', 'House # NE(G)-9/A, Road #79, Gulshan- 2', 'Not available', 1, 0, 1, NULL),
+(89, 'Rainbow Attire Ltd.', 7, 3, 1, 'none', '', 'robbanictg@yahoo.com', '', '', '		\r\n', 'House # 4/5, Road # 1, Block - A, Halishahor, Chittagong', '', 1, 0, 1, NULL),
+(90, 'Ready Knit Apparels Ltd.', 7, 3, 1, '8825801', '', 'sosman@itcbd.net', '', '', '			\r\n', 'Hossain Plaza, Dewan Idris Road, Zirabo, Ashulia, Savar, Dhaka', '', 1, 0, 1, NULL),
+(91, 'Rip Apparels Ltd.', 7, 3, 1, '8618819', '01819 213938', 'none@gmail.com', '', '', '', 'Hatimara, Kashimpur, Gazipu', 'Not available\r\n', 1, 0, 1, NULL),
+(92, 'Ritzy Knit Designs Ltd.', 7, 3, 1, '031 2510161', '2510162', 'none@gmail.com', '', '', '	x		\r\n', '3325/3898, Alankar Shopping Complex (3rd Floor), Pahartali, Chittagong', '', 1, 0, 1, NULL),
+(93, 'RMM Knit Clothing Ltd.', 7, 3, 1, '880-2-8313190', '8313392', 'info@rmmfashionwear.com', 'info@rmmleather.com', 'www.rmmfashionwear.com or www.', '\r\n', ' Level-04 (suite-402), 06(suite-601) & 12(suite-1204) Concord Tower, 113 Kazi Nazrul Islam Avenue', '\r\nNot responsive, Design-bad,Not updated', 1, 0, 1, NULL),
+(94, 'Rongdhonu Sweater Ltd', 7, 3, 1, '880-1819-144050', ' 880-2-9293830-', 'rd.sweater@yahoo.com', '', 'http://rongdhonusweater.weebly', '', 'Flat # 02/1102, Eastern Peace 30-40, Shantinagar', '\r\nNot responsive, Design-bad,Not updated', 1, 0, 1, NULL),
+(95, 'S.I Knitting Ltd.', 7, 3, 1, '9815434', '01711202772', 'none@gmail.com', '', '', '', 'Plot # 26/1, Shataish Road, Gazipur I/A, Tongi', 'Not available', 1, 0, 1, NULL),
+(96, 'Savannah Fashion Ltd.', 7, 3, 1, '031 2854681', '2854682', 'savannah@earthlinkitc.net', '', '', '\r\n', '1170/B, Shah Amanat Shetu Road, East Sholashahar, Bahadderhat, Chittagong', '', 1, 0, 1, NULL),
+(97, 'Sea View Knit Composite Ltd.', 1, 1, 1, '9293488', '9293751', 'none@gmail.com', '', '', '', 'kunia K.B Bazar (Baro Bari), Gazipur	', 'Not available', 1, 0, 1, NULL),
+(98, 'Lea Group', 7, 3, 2, '88-031-2862624', '', 'info@leafashionbd.com', '', 'http://leafashionbd.com/', '					Yes	Bad	Updated	smsbd.com/\r\n', '282 Momin Road, Jamal Khan Lane, Chittagong-4000', 'responsive, Design-bad, updated, Developed by 	smsbd.com/', 1, 0, 1, NULL),
+(99, 'Shadowline Lingerie Ltd', 7, 3, 1, '7120795', '01711038422', 'shadowline_lingerie@yahoo.com.sg', '', '', '', 'Aprtment # B-2, 20 U.N. Road, Baridhara', 'Not available', 1, 0, 1, NULL),
+(100, 'Shampa Garments Ltd.', 7, 3, 1, '9801233', '', 'none@gmail.com', '', '', '		', '120, East Tejturi Bazar	', 'Not available', 1, 0, 1, NULL),
+(101, 'Sir Group', 7, 3, 1, '88-02-8932943 ', '88-02-8954362', 'sirdenimltd@gmail.com', 'rahmansalek@gmail.com', 'www.sir-group.com', '	  , 	x			None	Bad	Updated\r\n', '', 'Not responsive, Design-bad,Not updated', 1, 0, 1, NULL),
+(102, 'Starlet Apparels Ltd.', 1, 1, 1, '7670508', '', 'starlet_altd@yahoo.com', '', 'http://www.starletbd.com', '', 'B-223-224 BSCIC Hosiery I/E, Fatillah, Narayangonj', ' responsive, Design-bad, updated,wanitltd.com/\r\n', 1, 0, 1, NULL),
+(103, 'Stoffa Tex Fashion Ltd.', 7, 3, 1, 'Not available', '', 'none@gmail.com', '', '', '', '7/3, Khartail, Sataish Road, Tongi, Gazipur\r\n', 'Not available\r\n', 1, 0, 1, NULL),
+(104, 'Sun Power Sweaters', 7, 3, 1, '8801552112112', '', 'sunpower_sweaters@hotmail.com', '', '', '		r	8.80155E+12', '217/8, Beribad Main Road, Adabor', 'Not available\r\n', 1, 0, 1, NULL),
+(105, 'Taha Clothing Ltd', 7, 3, 1, '01711-696454', '02-8955906', 'hfaysal@dhaka.net', 'halim.faysal@tahaclothing.com', 'www.tahaclothing.com/', '	, 			\r\n', 'Suite - 5/B, Rashid Court, House - 4, Road - 7, Sector -3, Uttara', '', 1, 0, 1, NULL),
+(106, 'Tanzila Textile Ltd.', 7, 3, 1, 'none', '', 'info@tanzilatextile.com', '', 'tanzilatextile.com', '', 'Road No # 32, House # 492 (2nd Floor), DOHS Mohakhali', 'Not available\r\n', 1, 0, 1, NULL),
+(107, 'Temacos Fashion Wear Ltd.', 7, 3, 1, '9261453', '9261454', 'none@gmail.com', '', '', '', 'Naojoor Tangail Road, Chandona Chowrasta, Gazipur', 'Not available\r\n', 1, 0, 1, NULL),
+(108, 'Tex-Tech Garments Ltd.', 7, 3, 1, '9337594', '', 'tki@bdcom.com', '', '', '			\r\n', '50, Purana Paltan Lane (Ground Floor)', 'Not available\r\n', 1, 0, 1, NULL),
+(109, 'TM Designer Ltd.', 7, 3, 1, '01819232271', '', 'absrmc@yahoo.com', '', '', '			\r\n', '12/3, Abdul Gafur Khan Road, Shilmun Nimtoli, Tongi', 'Not available\r\n', 1, 0, 1, NULL),
+(110, 'TMF Clothing Limited', 7, 3, 1, '8801971 318885', '', 'riad@tmfbd.com', 'admin@tmfbd.com', 'http://www.group-tmfclothinglt', '	, , absrmc@gmail.com		, 8801711 318885		None	Bad	Updated	designdeskbd.com/\r\n', 'House : 39, Road : 14, Sector: 13, Uttara, Dhaka-1230', 'Not responsive, Design-bad,Not updated,designed  by designdeskbd.com/', 1, 0, 1, NULL),
+(111, 'Wisteria Textiles Ltd.', 7, 3, 1, '8917183', ' 8917432', 'info@wisteriagroups.com', 'md@wisteriagroups.com', '', '\r\n', 'House#31, Road#29, Sector#7, Uttara,Dhaka-1230', '', 1, 1, 1, NULL),
+(112, 'Aftab Global Textiles Limited', 7, 3, 1, '8802-9554236', '8802-9551381', 'aftabglobaltextilesltd@yahoo.com', '', 'www.aftabgroup.com.bd, www.aft', '\r\n', 'Aftab Group, Uttara Bank Bhaban (5th flr.), 90 Motijheel Commercial Area', 'Not responsive, Design-bad,Not updated', 1, 0, 1, NULL),
+(113, 'Bulbul Textile Industries', 7, 3, 1, '7168613-4', '7169354', 'bulbultextile1@yahoo.com', '', '', '', '28, Dilkusha C/A, Suite # 401 (4th Floor).Factory :Kumarkhali, Kushtia', 'Not available\r\n', 1, 0, 1, NULL),
+(114, 'Caben Asia Pacific Limited	', 7, 3, 1, '88-02-8413114', '', 'none@gmail.com', '', '', 'Caben Asia Pacific Limited	x	,	\r\n', 'Bangladesh Liaison Office: JHK Windcel, Level: 4, KA-90 Progoti Sharani', 'Not available\r\n', 1, 0, 1, NULL),
+(115, 'Chondona Textile	', 7, 3, 1, '7171438', '', 'none@gmail.com', '', '', '', 'hadharan Bima Sadan (6th Floor) 24-25 Dilkusha C/A, Motijheel	', 'Not available', 1, 0, 1, NULL),
+(116, 'Dhaka Textile System (pvt) Ltd', 7, 3, 1, '9120233', '8112884', 'none@gmail.com', '', '', '', '736, Satamsijd Road, dhanmondi R/A', 'Not available', 1, 0, 1, NULL),
+(117, 'Eachen Textile Corporation', 7, 3, 1, '8116714', '8119314', 'eachenbd@dhaka.net', '', '', '		\r\n', 'Rangs Bhaban, (6th Floor), 113-116, Old Air Port Road, Bijoy Sharani	', 'Not available', 1, 0, 1, NULL),
+(118, 'Ellal Textile Mills Ltd.', 7, 3, 1, '9550478', '9551112', 'none@gmail.com', '', '', '	x		\r\n', 'Ellal Chamber (3rd Floor), 11, Motijheel C/A', 'Not available', 1, 0, 1, NULL),
+(119, 'Embro Fashion Textiles Ltd', 7, 3, 1, 'none', '', 'embro@bangla.net', '', '', '		\r\n', 'House # B-114, Road # 7, (Ground Floor), New DOHS, Mohakhali', 'Not available', 1, 0, 1, NULL),
+(120, 'EN CHEN Company (BD) Ltd', 7, 3, 1, '018229488', '', 'none@gmail.com', '', '', '', 'Chand Textile Mills compound, Shyampur	', '', 1, 0, 1, NULL),
+(121, 'Engel Textile Consulting Ltd.', 7, 3, 1, '9888742', '988743', 'wengel@citech-bd.com', '', '', '		\r\n', 'House # 5A, (1st & 2nd Floor), Road # 96, Gulshan-2	', 'Not available', 1, 0, 1, NULL),
+(122, 'Equalor J.V.Ltd Textile Mills	x', 7, 3, 1, '9554861', '', 'none@gmail.com', '', '', '		\r\n', '319, Ahmed Nagar, paikpara, Mirpur', 'Not available', 1, 0, 1, NULL),
+(123, 'Excel Textile', 7, 3, 1, '9882809', '', 'boriswan@citechco.net', '', '', '', 'Legacy Apartment, B # 1, House # 17/B, Road # 35, Gulshan-2', '', 1, 0, 1, NULL),
+(124, 'F.H. Textile', 7, 3, 1, '9664753', '', 'none@gmail.com', '', '', '\r\n', 'Sabbir Court, 6 DIT Avenue (3rd Flr), Motijheel C/A', 'Not available', 1, 0, 1, NULL),
+(125, 'Fab-com Textile Mills Ltd.', 7, 3, 1, '001-917-285-488', '', 'spiritholdings@aol.com', '', '', '\r\n', 'RAZZAK TOWER, SUITE:2A, 5 PURANA PALTAN, DHAKA-1000', 'Not available', 1, 0, 1, NULL),
+(126, 'Famano Textile Mills Ltd.', 7, 3, 1, '8610720', '8613614', 'none@gmail.com', '', '', '	x	\r\n', '15/D/3, Zigatola, Dhaka-1209	', 'Not available', 1, 0, 1, NULL),
+(127, 'Farhana Textile Mill Ltd', 7, 3, 1, '9132893', '9132894', 'gwls@vaxcligital.com', '', '', '			\r\n', 'House # 75, Road # 10/A, Dhanmondi R/A', 'Not available', 1, 0, 1, NULL),
+(128, 'Father Textile Mills', 7, 3, 1, '9566052-3', '9558534', 'asiantex@citechco.net', '', '', '			\r\n', '28, Dilkusha C/A (4th flr), Sut#404', 'Not available', 1, 0, 1, NULL),
+(129, 'Eos Textile Mills Ltd', 7, 3, 1, '7701392-93', '', 'eox@bol-online.com', '', '', 'Eos Textile Mills Ltd.			\r\n', 'Plot # 1-6, 17-22, Dhaka EPZ, Savar', 'Not available', 1, 0, 1, NULL),
+(130, 'First Textile (BD) Ltd.', 7, 3, 1, '9345265', '', 'none@gmail.com', '', '', '', '502 Concord Tower, 113 Kazi Nazrul Islam Avenue', 'Not available', 1, 0, 1, NULL),
+(131, 'Fortune Textile Mills Pvt Ltd', 7, 3, 1, '9661766', '', 'none@gmail.com', '', '', '\r\n', '6-31 BC Estern Plaza', 'Not available', 1, 0, 1, NULL),
+(132, 'G.M.Textile Industrise', 7, 3, 1, '9553749', '', 'none@gmail.com', '', '', '\r\n', '47/4, Toyenbee Circular Road (3rd Floor)', 'Not available', 1, 0, 1, NULL),
+(133, 'G.S. Textile Industries', 7, 3, 1, '7126327', '9553749', 'akumar@dhaka.net', '', '', '			', '47/4 Toyenbee Circular Road, (3rd Floor)', 'Not available', 1, 0, 1, NULL),
+(134, 'Galaxy Textile Mills', 7, 3, 1, '9667925', '', 'galaxy@bangla.net', '', '', '', '99, Motijheel C/A, Karim Chamber (3rd Floor)', 'Not available', 1, 0, 1, NULL),
+(135, 'Garden Textile Mills (Pvt) Ltd', 7, 1, 1, '9123626', '', 'none@gmail.com', '', '', '', 'House # 97, Road # 11/A, Dhanmondi R/A', '', 1, 0, 1, NULL),
+(136, 'Gonoshasthaya Grameen Textile', 7, 3, 1, '8610145', '', 'none@gmail.com', '', '', '', 'House # 14/E, Road # 6, Dhanmondi R/A', 'Not available', 1, 0, 1, NULL),
+(137, 'Gooryong (BD) Textile Ltd.', 7, 3, 1, ' 8821905', '8821948', 'none@gmail.com', '', '', '\r\n', 'land Mark Building, (13th Floor), 12-14, Gulshan-2', 'Not available', 1, 0, 1, NULL),
+(138, 'Grasshopper Limited', 7, 3, 1, '889133693', '', 'info@grasshoppergroupbd.com', '', 'http://www.grasshoppergroupbd.', '\r\n', 'Rahbar Tower (5th FLoor) 75-76 Janata Housing, Ring Road, Adabor	', 'Not responsive, good,updated', 1, 0, 1, NULL),
+(139, 'Gumti Textiles Ltd', 7, 3, 1, '9551880', '9556683', 'gumtitel@global-bd.net', '', '', '			\r\n', '28, Dilkusha C/A (11th Floor), Suite # 1103', 'Not available', 1, 0, 1, NULL),
+(140, 'Gumty Grey Textile', 7, 3, 1, '9132076', '011866843', 'none@gmail.com', '', '', '', '125/3, South Bisil Road No- 10, Mirpur', 'Not available', 1, 0, 1, NULL),
+(141, 'H.H. Textile Mills Ltd', 7, 1, 1, '9556548', '9558410', 'none@gmail.com', '', '', '', '13/3, Ahsanullah Road, Islampur', '', 1, 0, 1, NULL),
+(142, 'H.K. Textile Mills (Pvt) Ltd', 7, 3, 1, '8122736', '', 'none@gmail.com', '', '', '', 'House-77, Road-11/A, Dhanmondi R/A', 'Not available', 1, 0, 1, NULL),
+(143, 'Ha wel Textile', 7, 3, 1, '1730041421', '', 'none@gmail.com', '', '', '', '138, Eastern Nibas, Nibas, Gulshan Avenue', 'Not available', 1, 0, 1, NULL),
+(144, 'Habibur Rahman Textile Mills Ltd', 7, 3, 1, '9562875-6', '', 'none@gmail.com', '', '', '', '8/4, Topkhana Road, Segungabicha	', 'Not available', 1, 0, 1, NULL),
+(145, 'Hajbullah Textile Mills	', 7, 3, 1, '9716737', '', 'none@gmail.com', '', '', '', '65/7, Nayamati Road, Narayanganj	', 'Not available', 1, 0, 1, NULL),
+(146, 'Halima Textile Mills Ltd', 7, 3, 1, '9556231', '', 'none@gmail.com', '', '', '\r\n', 'Ibrahim Chamber, 95 Motijheel C/A	', '', 1, 0, 1, NULL),
+(147, 'Hashem Textile Mills Ltd', 7, 3, 1, '031-682747', '', 'none@gmail.com', '', '', '', '62, Nasirabad I/A, Chittagong', 'Not available', 1, 0, 1, NULL),
+(148, 'Hindul Wali Textile Group', 7, 3, 1, '880-2-55033404', '', 'none@gmail.com', '', 'http://www.bismillahtowels.com', '', 'Road-18, House-15 (5th Floor), Block-A, Navana Sardinia, Banani, Dhaka-1213', 'Not responsive,poor', 1, 0, 1, NULL),
+(149, 'Hossain & Co.', 7, 3, 1, ' 017-863337', '031-723867', 'hossainco@click-ohne.net', '', '', '		', '936, Bangabandhu Road, Dewanhat, Chittagong', 'Not available\r\n\r\n', 1, 0, 1, NULL),
+(150, 'Hossain Textile Mill', 7, 3, 1, '8858962', '', 'none@gmail.com', '', '', '\r\n', 'Road # 29, House # 411, Mohakhali New DOHS', '', 1, 0, 1, NULL),
+(151, 'HUETEX', 7, 3, 1, '017141315140', '8933691', 'rezoanhuetex@yahoo.com', '', 'http://www.huetex.com/', '', 'House:04(3rd Floor), Road:27,Sector:07,Uttara', 'Not available\r\n\r\n', 1, 0, 1, NULL),
+(152, 'Iania Textile Mills Ltd', 7, 4, 1, '9663393-5', '8611978', 'none@gmail.com', '', '', '	x		, \r\n', 'House # 6, Road # 1, Dhanmondi R/A', '', 1, 0, 1, NULL),
+(153, 'Imam Textile Ltd', 7, 3, 1, 'none', '', 'imamgr@connectbd.com', '', '', '\r\n', 'Amin court (2nd Floor), 62-63 Motijheel Commercial Area, Dhaka', 'None	Poor	Updated', 1, 0, 1, NULL),
+(154, 'Intimate Textile Ltd.', 7, 3, 1, '8311921', '', 'populartex@hotmail.com', '', '', '', 'Eastern Trade Centre, 56, Inner Circular Road, Room # 207', 'Not available\r\n\r\n', 1, 0, 1, NULL),
+(155, 'Hejbullah Textile Mills', 7, 3, 1, '9716737', '', 'none@gmail.com', '', '', 'Hejbullah Textile Mills	x		\r\n', '65/7, Nayamati, Narayanganj-1400', 'Not available\r\n\r\n', 1, 0, 1, NULL),
+(156, 'Hasnal Textile Industry', 7, 3, 1, '682176', '', 'none@gmail.com', '', '', '', '161, Jalalaba, Baizid Bostami, Nasirabad, Chittagong', 'Not available\r\n\r\n', 1, 0, 1, NULL),
+(157, 'WEB TEXTILE MILLS', 7, 3, 1, '88 02 8410349', '', 'hazeratextile@gmail.com', 'webfashionzahir@gmail.com', 'http://webtexbd.com', '', 'House # 241, Road # 03,Baridhara DOHS,Dhaka-1206', 'None	Very Poor	Not updated', 1, 0, 1, NULL),
+(158, 'Jamuna Textiles Ltd. (PWQ)', 7, 3, 1, '9349901', '9349902', 'none@gmail.com', '', '', '', 'Garden Vila 2/1, Eskaton', 'Not available', 1, 0, 1, NULL),
+(159, 'Jaydus Corporation', 7, 3, 1, '9550488', '', 'none@gmail.com', '', '', '\r\n', 'Rahman Chamber, 12-13, Motijheel C/A', 'Not available', 1, 0, 1, NULL),
+(160, 'Johny Textile Mills (Pvt) Ltd.', 7, 3, 1, '8123761-2', '9143093', 'none@gmail.com', '', '', '', 'House # 55, Road # 15/A New 26 Old, Dhanmondi R/A', 'Not available', 1, 0, 1, NULL),
+(161, 'Jupiter Textile Mills Ltd', 7, 3, 1, '8611352', '', 'none@gmail.com', '', '', '\r\n', '58, Green Road, Kathalbagan', 'Not available', 1, 0, 1, NULL),
+(162, 'K & K Tops Textiles Co. Ltd', 7, 3, 1, '9881746', '9884060', 'none@gmail.com', '', '', '\r\n', 'Iqbal Centre, 42 Kamal Ataturk Avenue (5th Flr), Banani', 'Not available', 1, 0, 1, NULL),
+(163, 'Ishan Textile', 7, 3, 1, '9891379', '', 'none@gmail.com', '', '', '', 'House # 468, (1st Floor), Road # 31, New DOHS, Mohakhali', 'Not available', 1, 0, 1, NULL),
+(164, 'J & J Fabrics and Textiles', 7, 3, 1, '88 02-8711545', '88 02-8711773', 'jnjelias@yahoo.com', '', '', '			\r\n', 'House # 397 (1st Floor), Road #29, New DOHS, Mohakhali', 'Not available', 1, 0, 1, NULL),
+(165, 'Jamal Uddin Textile (Pvt) Ltd.', 7, 3, 1, '9551636	', '880-2-9551127', 'shahriar@jamaluddingroup.com', 'jamal@jamaluddingroup.com', 'www.jamaluddingroup.com', '\r\n', '28, Dilkhusha C/A (11th & 19th Floor), Motijheel, Dhaka-1000, Bangladesh', 'Developed by nibizsoft.com/', 1, 0, 1, NULL),
+(166, 'K.T Textile Mills', 7, 3, 1, '9560340', '', 'none@gmail.com', '', '', '', 'F-6, Azad Center, Suite # 6/D, 55, Purana Paltan', 'Not available', 1, 0, 1, NULL),
+(167, 'Karim Textiles Limited	', 7, 3, 1, '9556463', '9556468-70', 'karimmyk@bangla.net', '', '', '		\r\n', 'Senakalyan Bhaban, (15th Floor), 195, Motijheel C/A', 'Not available\r\n', 1, 0, 1, NULL),
+(168, 'Karim Group', 7, 3, 1, '88 02 9641129', '88 02 9641131', 'info@karimgroup.com', '', 'http://karimgroup.com', '		 	 	\r\n', 'Chandrashila Suvastu Tower (4th Floor), 69/1, Pantha Path, Green Road', 'Not available\r\n', 1, 0, 1, NULL),
+(169, 'Kazi Muzafar Hossain Textile', 7, 3, 1, '017-321435', '011-861011', 'none@gmail.com', '', '', '', 'Birampur, Madhabdi, Narsingdi', 'Not available\r\n', 1, 0, 1, NULL),
+(170, 'Khanmojlish Textile Mill Ltd', 7, 3, 1, '9568949', '', 'none@gmail.com', '', '', '', '18, DIT Avenue (4th Floor), Dhaka- 1000', 'Not available\r\n', 1, 0, 1, NULL),
+(171, 'Konica Textile', 7, 3, 1, '9714152', '9716064', 'none@gmail.com', '', '', '', '43, Nayamati, Narayanganj', 'Not available', 1, 0, 1, NULL),
+(172, 'Kornofuly Textile MIlls Ltd.', 7, 3, 1, '7114601', '', 'none@gmail.com', '', '', '\r\n', 'Sena Kalyan Bhaban (20th Floor)', 'Not available\r\n', 1, 0, 1, NULL),
+(173, 'Kulsuma textile Ltd', 7, 3, 1, '031-620883', '635079', 'none@gmail.com', '', '', '\r\n', '289, Ashraf Ali Road, Pathorghat, Chittagong	', 'Not available\r\n', 1, 0, 1, NULL),
+(174, 'Landmark Textile', 7, 3, 1, '9552335', '9564299', 'landmark@bdmail.net', '', '', '			\r\n', 'Rajuk Annex Building (4th Floor), Dilkusha C/A', 'Not available', 1, 0, 1, NULL),
+(175, 'Life Textile (Pvt.) Ltd', 7, 3, 1, '9862513', '9862514', 'none@gmail.com', '', '', '', 'House # 490 (2nd Floor) Road # 32, New DOHS, Mohakhali', 'Not available\r\n', 1, 0, 1, NULL),
+(176, 'Lipika Textile Mills Ltd.', 7, 3, 1, '8827601', '', 'lipika@bdonline.com', '', '', '		\r\n', 'House # 84, Road # 5, Block # F, Banani	', 'Not available\r\n', 1, 0, 1, NULL),
+(177, 'Little Star Textile Mills Ltd', 7, 3, 1, '9568583', '9562939', 'intimate@bangla.net', '', '', '', '34,Puranapaltan, Nurjahan Sharif Plaza, (3rd Floor)', 'Not available\r\n', 1, 0, 1, NULL),
+(178, 'M. N. Nabi Textile Ltd	', 7, 3, 1, '9665338-9', '864645', 'none@gmail.com', '', '', '', 'Walsow Toer (16th Floor) 21-23, Kazi Nazrul Islam Avenue', 'Not available\r\n', 1, 0, 1, NULL),
+(179, 'M. Raihan Textile (Pvt) Ltd', 7, 3, 1, '7213401', '', 'none@gmail.com', '', '', '\r\n', '60/10, Maradia, Khilgaon', 'Not available', 1, 0, 1, NULL),
+(180, 'M.H. Textile Mills', 7, 3, 1, '9569212', '', 'none@gmail.com', '', '', '', '49, Motijheel C/A (2nd Floor), Room# 310', 'Not available', 1, 0, 1, NULL),
+(181, 'Mahmood Corporation Ltd.', 7, 3, 1, '9559861', '9559243', 'none@gmail.com', '', '', '			\r\n', '51, Motijheel C/A, (2nd Floor)', 'Not available\r\n', 1, 0, 1, NULL),
+(182, 'Mak Textile', 7, 3, 1, '06251-528', '', 'none@gmail.com', '', '', '', 'Anandi, Madhabdi, Norsindi', 'Not available\r\n', 1, 0, 1, NULL),
+(183, 'Markup Group of Industries', 7, 3, 1, '02-7745135-37', '', 'info@markupgroup.com', '', 'www.markupgroup.com', '\r\n', '677 & 678, Asulia, Savar', 'Not responsive, Bad design, Not updated, Developed by  InfoBase', 1, 0, 1, NULL),
+(184, 'Mak Textile Mills Ltd.', 7, 3, 1, '9860627', '9891572', 'maktex@gnbd.net', '', '', '\r\n', 'House # B/108 (3rd Floor) Road # 8, New DOHS, Mohakhali', 'Not available', 1, 0, 1, NULL),
+(185, 'Marium Textile Mills', 7, 3, 1, '9558629', '9565280-3', 'none@gmail.com', '', '', 'Marium Textile Mills	x	\r\n', 'Globe Chamber(1st Floor), 104,Motijheel C/A	', 'Not available\r\n', 1, 0, 1, NULL),
+(186, 'MinMax Textile', 7, 3, 2, '88-02-8951163', '', 'info@minmax-textile.com', '', 'http://minmax-textile.com', '				\r\n', 'House -5, Road-11, Sector-12, Uttara,Dhaka-1230', 'Not available\r\n', 1, 0, 1, NULL),
+(187, 'Max Textile', 7, 3, 1, '8311542', '8312651', 'none@gmail.com', '', '', '\r\n', '394, West Rampura, Gulshan', 'Not available\r\n', 1, 0, 1, NULL),
+(188, 'Meraj Textiles Mills Ltd.', 7, 3, 1, '9126897', '', 'none@gmail.com', '', '', '', '1/8, Lalmatia, Block-B', 'Not available', 1, 0, 1, NULL),
+(189, 'Mileco Textile Mills (Pvt) Ltd', 7, 3, 1, '9711203', '9714044', 'none@gmail.com', '', '', '', 'Darmagonj, Fatulla, Narayangonj', 'Not available', 1, 0, 1, NULL),
+(190, 'Mirza Composite Textile Ltd.', 7, 3, 1, '8189366', '8189716', 'mirzacomposite@yahoo.com', '', '', '			\r\n', 'Dhaka Trade Center (11th Floor), 99 Kazi Nazrul Islam Avenue, Kawran Bazar', 'Not available\r\n', 1, 0, 1, NULL),
+(191, 'Mithela Textile Industry', 7, 3, 1, '01711-566228', '01711-867102', 'azahar@mithelatextile.com', 'sohel@mithelatextile.com', 'http://www.mithelatextile.com', '\r\n', 'House # 47, ( 3rd floor), Road #14, Sector # 13, Uttara', 'Not responsive,Average, updated, Developed by CYBERHOSTING.US', 1, 0, 1, NULL),
+(192, 'Mohiuddin Specialised Textiles', 7, 3, 1, '9711892', '', 'none@gmail.com', '', '', '', '31/1, Water Works Road, Narayangonj', 'Not available\r\n', 1, 0, 1, NULL),
+(193, 'Mokbul Synthetic Textile Mills (Pvt) Ltd', 7, 3, 1, '9122536', '017-534173', 'none@gmail.com', '', '', '', '1/1, Block # C, Lalmatia', 'Not available\r\n', 1, 0, 1, NULL),
+(194, 'Moman Textiles Mills Ltd', 7, 3, 1, '9565281-2', '9569668-70', 'none@gmail.com', '', '', '', 'Globe Chamber, (4th Floor), 104, Motijheel C/A', 'Not available', 1, 0, 1, NULL),
+(195, 'Momin Textile', 7, 3, 1, '88-02-8812640', '88-02-9860119', 'momin@momingroupbd.com', 'masud@masudtexbd.com', 'http://momingroupbd.com', '\r\n', 'House No. 405 (1st Floor), Road No. 29, New DOHS, Mohakhali', 'Not responsive,Average, updated, Eicra Soft Ltd', 1, 0, 1, NULL),
+(196, 'Monnujan Textile Mills Ltd.', 7, 3, 1, '9559095', '', 'none@gmail.com', '', '', '\r\n', 'Dhaka Chamber Building (6th Floor), 65-66, Motijheel C/A', 'Not available\r\n', 1, 0, 1, NULL),
+(197, 'Mothers Textile Mills Ltd.', 7, 3, 1, '9556483', '', 'textools@celeco.net', '', '', '		\r\n', 'Senakalyan Bhaban (15th Floor) 195, Motijheel', 'Not available', 1, 0, 1, NULL),
+(198, 'Mowla Textile Mills Ltd.', 7, 3, 1, '8917208', '', 'none@gmail.com', '', '', '\r\n', 'House # 4, road # 6, Section # 7, Uttara', 'Not available', 1, 0, 1, NULL),
+(199, 'MRF Ltd.', 7, 3, 1, '880-2-9673804', '0171-3000810', 'mrfdhaka@bangla.net', '', '', '		\r\n', '69/K, K.K Bhaban, Green Road, Panthapath', 'Not available\r\n', 1, 0, 1, NULL),
+(200, 'N.M Textile Mills', 7, 3, 1, '7125821', '01711-547555', 'nasirent@spanin.com', '', '', '\r\n', '154, Motijheel C/A (4th Floor), Room # 10/11', 'Not available\r\n', 1, 0, 1, NULL),
+(201, 'N.P Textile Mills', 7, 3, 1, '7122499', '', 'patwary@agni.com', '', '', '	 		\r\n', '47/4, Toyenbee Circular Road, (3rd Floor)', 'Not available\r\n', 1, 0, 1, NULL),
+(202, 'Nadvee Textile Mills Ltd', 7, 3, 1, '9564513', '9564511', 'none@gmail.com', '', '', '', '70, Dilkusha C/A', 'Not available', 1, 0, 1, NULL),
+(203, 'Nayantara Textiles Ltd', 7, 3, 1, '9559590', '', 'nicetex@bol-online.com', '', '', '', '59, Dilkusha C/A, (2nd Floor), Motijheel', 'Not available\r\n', 1, 0, 1, NULL),
+(204, 'Nazir Textile Mills', 7, 3, 1, '9715634 ', '9713122', 'none@gmail.com', '', '', '', '30/1, A.C. Dhar Road, Kalir Bazar, Narayangonj', 'Not available', 1, 0, 1, NULL),
+(205, 'Neel Nagar Textile Mills', 7, 3, 1, '8824489', '8812350', 'none@gmail.com', '', '', '', 'Jahan Bhaban New Airport Road, Banani', 'Not available', 1, 0, 1, NULL),
+(206, 'New Meghna Textile Mills', 7, 3, 1, '9559095', '', 'none@gmail.com', '', '', '\r\n', 'Suite # 507, Dhaka Chamber Building, 65-66, Motijheel C/A', 'Not available\r\n', 1, 0, 1, NULL),
+(207, 'Nice Textiles Ltd', 7, 3, 1, '9559590', '', 'nicetex@bol-online.com', '', '', '', '59, Dilkusha C/A, (2nd Floor), Motijheel', 'Not available\r\n', 1, 0, 1, NULL),
+(208, 'Nissan Textile Mills Ltd', 7, 3, 1, '9662677', '9660912', 'none@gmail.com', '', '', '\r\n', 'Elahi Chamber (1st Floor) 21, Motijheel C/A', 'Not available', 1, 0, 1, NULL),
+(209, 'Noor Banu Textile Dyeing and Printing Mills Ltd', 7, 3, 1, '7123219', '7123187', 'patriot@dotbd.com', '', '', '\r\n', '44/A, Hatkhola Road, Salauddin Bhaban, (1st Floor), Suite 2/31', 'Not available\r\n', 1, 0, 1, NULL),
+(210, 'Nova and Prova Textile Mills', 7, 3, 1, '9664366', '017537230', 'none@gmail.com', '', '', '', '205, Elephant Road, Islam Mansion (1st Floor)', 'Not available', 1, 0, 1, NULL),
+(211, 'Optima Textile (Pvt) Ltd.', 7, 3, 1, '9554121', '', 'none@gmail.com', '', '', '', '41/4-B, Hatkhola Road', 'Not available', 1, 0, 1, NULL),
+(212, 'Orbit Textile Mills', 7, 3, 1, '9713734', '', 'none@gmail.com', '', '', '\r\n', '441, Godenail Serak, Narayangonj', 'Not available', 1, 0, 1, NULL),
+(213, 'Osman Textiles Ltd', 7, 3, 1, '880 2 7630997', '7641341', 'Info.rg@osmangroupbd.com', '', 'osmangroupbd.com', '', 'Osman Tower, 56/1, S.M. Maleh Road,Narayangonj, Bangladesh', 'Not responsive,Average, updated, Developed by	uttarainfotech.com/', 1, 0, 1, NULL),
+(214, 'Perfect Textile', 7, 3, 1, '8319667', '', 'shahriar@accesstel.net', '', '', '			\r\n', 'TMC Bhaban, (8th Floor), 52, New Eskaton Road', 'Not available', 1, 0, 1, NULL),
+(215, 'Patriot Textile Mills', 7, 3, 1, '7123219', '011-861847', 'patriot@dotbd.com', '', '', '\r\n', '44/A, Hatkhola Road, Salauddin Bhaban, (1st Floor), Suite 2/31	', 'Not responsive,Average, updated, Developed by CYBERHOSTING.US', 1, 0, 1, NULL),
+(216, 'Patwary Textile Mills Ltd', 7, 3, 1, '7122499', '', 'patwary@agni.com', '', '', '			\r\n', '47/4, Toyenbee Circular Road (2nd Floor) Hatkhola Tikatoli', 'Not available', 1, 0, 1, NULL),
+(217, 'Rahmat Textiles Ltd', 7, 3, 1, '880-2-955 1857', '+880-2-955 3298', 'rkdfl@rahmatgroupbd.com', 'bari.latiful@gmail.com', ' www.rahmatgroupbd.com', '', 'Senakalyan Bhaban (14th Floor), 195, Motijheel C/A', 'Not responsive, Poor, Not updated, Developed by twistermedia.com/', 1, 0, 1, NULL),
+(218, 'Rahim Textile Mills Ltd', 7, 3, 1, '8311931', '8313940', 'none@gmail.com', '', 'http://www.rahimtextile.com/', '\r\n', '134, New Estaton Road', 'Not responsive,Average, Not updated', 1, 0, 1, NULL),
+(219, 'Rabet Al-Hassan Textile Mills Ltd', 7, 3, 1, '9554006', '018-219343', 'none@gmail.com', '', '', '\r\n', '15/1-A, Hatkhola Road', 'Not available\r\n', 1, 0, 1, NULL),
+(220, 'Proud Textile	', 7, 3, 1, '7601071', '7601072', 'none@gmail.com', '', '', '		\r\n', 'A-31 BSCIC, Fatullah', 'Not available', 1, 0, 1, NULL),
+(221, 'Prince Textile Mills Ltd', 7, 3, 1, '9553467', '', 'shahzada@vasdigital.com', '', '', ' 			', '29/1-F Toyenbee Circular Road (3rd Floor), Motijheel C/A', 'Not available\r\n', 1, 0, 1, NULL),
+(222, 'Prime Group of Industries', 7, 3, 1, '7176013-4,', '9560051', 'info@primegroup-bd.com', '', 'www.primegroup.com.bd', '\r\n', 'Sena kalyan Bhaban(Floor-8), 195 Motijheel Commercial Area', 'Not responsive,Average, Not updated, Developed by Eicra Soft Ltd', 1, 0, 1, NULL),
+(223, 'Portland Textile Mills Ltd', 7, 3, 1, '880-31-655 182', '653749', 'portland@portlandgroup-bd.com', 'nessa.talha@gmail.com', 'www.portlandgroup-bd.com', '\r\n', 'House # 50, Road # 04 O.R.Nizam Road R/A, Chittagong 4203', 'Not responsive,Poor, Not updated, Developed by winuxbd.com/', 1, 0, 1, NULL),
+(224, 'Plaza Textile', 7, 3, 1, '7391337', '', 'none@gmail.com', '', '', '', 'Babul Mansion, 117/2/3, Islampur Road', 'Not available', 1, 0, 1, NULL),
+(225, 'Reliance Textiles Industries Ltd', 7, 3, 1, '9558402-4', '', 'none@gmail.com', '', '', '', '12, Dilkusha C/A', 'Not available', 1, 0, 1, NULL),
+(226, 'Rina Textile', 7, 3, 1, '031-670853', '671407', 'none@gmail.com', '', '', '', 'Mohara, Kalurghat, Chittagong', 'Not available', 1, 0, 1, NULL),
+(227, 'Ring Shine Textile Ltd.', 7, 3, 1, '9885580-1', '', 'yarn@ringshine.com', '', 'www.ringshine.com', '\r\n', 'Road # 6, House # 5, Baridhara	', 'Not responsive,Bad Design, Not updated', 1, 0, 1, NULL),
+(228, 'Rokeya Textile Mills Ltd', 7, 3, 1, '9350797', '', 'Cceantre@Bd', '', '', '	  \r\n', 'mailnet	484/1, DIT Road, Malibagh	', 'Not available\r\n', 1, 0, 1, NULL),
+(229, 'RONY KNITWEAR (PVT) LTD', 7, 3, 1, '880 763 2756', '763 3137', 'ronyknit@dhaka.net', '', 'www.ronyknitwear.com', '\r\n', '72 NAYAMATI, NARAYANGANJ-1400', 'Not responsive,Bad Design, Not updated, Developed by Eicra Soft Ltd', 1, 0, 1, NULL),
+(230, 'Rony Textile', 7, 3, 1, '031-638413', '', 'none@gmail.com', '', '', '', '489/1, Nazrul Miah Lane (Bokshir Hat), Chittagong', 'Not available', 1, 0, 1, NULL),
+(231, 'Ruma Textile Ltd', 7, 3, 1, '031-721613', '502037', 'none@gmail.com', '', '', '\r\n', '40, Aghrabad C/A, Chittagong', 'Not available', 1, 0, 1, NULL),
+(232, 'S. E. S Textile', 7, 3, 1, '9662522', '0171-528039', 'none@gmail.com', '', '', '', '127, Azimpur Road', 'Not available', 1, 0, 1, NULL),
+(233, 'S.I. Textile Ltd.', 7, 3, 1, '9333799', '', 'sitex@bdonline.com', '', '', '			', 'City Heart (12th Floor) Suite # 13/1B, 67, Nayapaltan', 'Not available', 1, 0, 1, NULL),
+(234, 'S.S Textile', 7, 3, 1, '06251-478', '017-644691', 'none@gmail.com', '', '', '', 'House # 191, (Ground Floor), Lane -1, Eastern Road, New DOHS, Mohakhali', 'Not available', 1, 0, 1, NULL),
+(235, 'Safar Ali Textile Ltd', 7, 3, 1, '9110441', '', 'safarali@citechco.net', '', '', '			\r\n', 'But Villa, 92 Kalabagan', 'Not available', 1, 0, 1, NULL),
+(236, 'Sagar Textile', 7, 3, 1, '9663093', '', 'none@gmail.com', '', '', '', '369/B, Elephant Road, Shereneka Plaza (3rd Floor)', 'Not available', 1, 0, 1, NULL),
+(237, 'Saj Textile', 7, 3, 1, '7123200', '017-665891', 'none@gmail.com', '', '', '', '1,2 Rajdhani Super Market, (Ground Floor), Tikatoly', 'Not available', 1, 0, 1, NULL),
+(238, 'Sakura Textile & Finishing Ltd', 7, 3, 1, '9335017', '', 'none@gmail.com', '', '', '		\r\n', 'sakura@agni.com	42/1, Kha, Segubagicha', '', 1, 0, 1, NULL),
+(239, 'Sakura Textile Ltd	', 7, 3, 1, '9353012-5', '', 'none@gmail.com', '', '', '\r\n', '67 Nayapaltan, City Heart, 7th Flr', 'Not available', 1, 0, 1, NULL),
+(240, 'Shahib Textile Ltd', 7, 3, 1, '9568949', '', 'none@gmail.com', '', '', '\r\n', '18, DIT Avenue (4th Floor)', 'Not available', 1, 0, 1, NULL),
+(241, 'Sharif Textile Mills Ltd	', 7, 3, 1, '8825061', '', 'none@gmail.com', '', '', '', '56 Kamal Ataturk Avenue, Banani', 'Not available', 1, 0, 1, NULL),
+(242, 'Sheen Textile', 7, 3, 1, '9125164', '', 'none@gmail.com', '', '', '', '41/1, Kazi Nazrul Islam Avenue, Zinat Bhaban, Kawran Bazar', 'Not available', 1, 0, 1, NULL),
+(243, 'Sheen Textile Mills Ltd.', 7, 3, 1, 'none', '', 'sheentex@bdonline.com', '', 'http://www.sheentex.net', '', 'Suit 12A, Delta Dahlia Tower, 36 Kemal Ataturk Avenue, Banani', 'Doesn\'t load', 1, 0, 1, NULL),
+(244, 'Shonali Aansh International Ltd.', 7, 3, 2, '880 2 9556251', '880 2 956332', 'sonali@bol-online.com', '', 'www.sonaliaansh.net', '\r\n', '18 Rajuk Avenue, 1st Floor, Lal Bhaban, Motijheel	', '', 1, 0, 1, NULL),
+(245, 'Siddique Textile (Weaving) Ltd', 7, 3, 1, '9332182', '9335685', 'none@gmail.com', '', '', '', 'YMEA Building, (3rd & 4th Floor), 1/1, Pioner Road, Kakrail', 'Not available', 1, 0, 1, NULL),
+(246, 'Silex Textile Ltd', 7, 3, 1, '88-031-501466', '724185', 'none@gmail.com', '', '', '', '122/C, Sk. Mujib Road, Agrabad, Chittagong', 'Not available', 1, 0, 1, NULL),
+(247, 'Sonargaon Textile & Dyeing', 7, 3, 1, '8827634', '', 'none@gmail.com', '', '', '', '336/B, Tejgaon I/A', 'Not available', 1, 0, 1, NULL),
+(248, 'South Asia Textile Mills Ltd.', 7, 3, 1, '880-2-9881361', '', 'sasiatex@wordnetbd.net', '', '', '			\r\n', 'House # 340, Road # 24, New DOHS Mohakhali', 'Not available\r\n\r\n', 1, 0, 1, NULL),
+(249, 'Sparkle Textile Mills', 7, 3, 1, '017541389', '', 'none@gmail.com', '', '', '', 'House # 263, Road # 10/A (New), 19 (Old), Dhanmondi', 'Not available', 1, 0, 1, NULL),
+(250, 'Sqare Textile Division', 7, 3, 2, '880 2 8833047-5', '8859007', 'none@gmail.com', '', 'textile.squaregroup.com', '', 'Square Center, 48 Mohakhali C/A ', '', 1, 0, 1, NULL),
+(251, 'Star Textile Mills', 7, 3, 1, '9712113', '', 'none@gmail.com', '', '', 'Star Textile Mills	x	Goadnail, Padma Road, Siddirgonj	9712113\r\n', 'Goadnail, Padma Road, Siddirgonj', 'Not available\r\n', 1, 0, 1, NULL),
+(252, 'Sunman Textiles Ltd.', 7, 3, 1, '611033-4', '', 'none@gmail.com', '', '', '\r\n', 'CDA Annex Building (2nd Floor), SS Road', 'Not available', 1, 0, 1, NULL),
+(253, 'Suruj Miah Textile Mills', 7, 3, 1, '9558154', '', 'none@gmail.com', '', '', '', 'Chandpur, Madanpur Bandar', 'Not available', 1, 0, 1, NULL),
+(254, 'Taizin Textile Ltd', 7, 3, 1, '715520', '', 'none@gmail.com', '', '', '', 'Ali Bipony (2nd Floor) Laldighipar, Sylhet-3100', 'Not available\r\n', 1, 0, 1, NULL),
+(255, 'Talha Textiles Ltd', 7, 3, 1, '9558629', '9565280-3', 'none@gmail.com', '', '', '', 'Globe Chamber(1st Floor), 104,Motijheel C/A', 'Not available\r\n', 1, 0, 1, NULL),
+(256, 'Tamizuddin Textile Mills Ltd.', 7, 3, 1, '9551545', '', 'none@gmail.com', '', '', '', 'Senakallayan Bhaban, 195, Motijheel, Suite # 903', 'Not available', 1, 0, 1, NULL),
+(257, 'Tanzila Textile Ltd', 7, 3, 1, '11022350', '', 'none@gmail.com', '', '', '', 'Baroy Para, Ashulia, Savar', 'Not available\r\n', 1, 0, 1, NULL),
+(258, 'Techno Textile Mills Ltd', 7, 3, 1, '9350723', '9350724', 'none@gmail.com', '', '', '			\r\n', 'J.K. Bhaban (9th Floor) 30, VIP Road, Kakrail', 'Not available', 1, 0, 1, NULL),
+(259, 'Textile & Fashions', 7, 3, 1, '9135484, ', '8115487', 'none@gmail.com', '', 'texfasn@agni.com', '', ' hashim@bdmail.net	28/1, Indira Road, Farmgate, Globe Centre, Suite # 1-D & 1-E', 'Not available\r\n', 1, 0, 1, NULL),
+(260, 'The Indian Textiles Co. Ltd', 7, 3, 1, '9885218', '', 'none@gmail.com', '', '', '', '9 Mohakhali C/A, 9th Flr', 'Not available', 1, 0, 1, NULL),
+(261, 'Thermax Textile Mills Ltd.', 7, 3, 2, '88-02-9333274', '88-02-9359852', 'headoffice@thermaxgroup.com', '', 'www.thermaxgroup.com', '					None	Poor	Updated	\r\n', 'Green City Edge (12-14th Floor), 89 Kakrail C/A', '', 1, 0, 1, NULL),
+(262, 'Tithi Textile Mills (Pvt.) Ltd.', 7, 3, 1, '9351208, 06251-', '017-521124', 'none@gmail.com', '', '', '\r\n', 'Kotwalirchar, Madhabdi, Narsingdi', 'Not available', 1, 0, 1, NULL),
+(263, 'Top Stone Textile Co. Ltd', 7, 3, 1, '9881004', '', 'ss@fsbd.net', '', '', '	', 'House#147 (Gr Flr), Road#22, New DOHS, Mohakhali	', 'Not available', 1, 0, 1, NULL),
+(264, 'Tycoon Textile Mills', 7, 3, 1, '9588258', '9588331', 'none@gmail.com', '', '', '', '47/A, toyenbee circular Road,', 'Not available\r\n', 1, 0, 1, NULL),
+(265, 'Uni Asia Textile Ltd.', 7, 3, 1, '9881873', '', 'dobash@vasdigital.com', '', '', '', 'Bilquis Tower, (4th Floor), 6 North Gulshan Circle-2', 'Not available', 1, 0, 1, NULL),
+(266, 'Unilon Textile Ltd.', 7, 3, 1, '9353824', '', 'cotton@utahgroup.net', '', '', '			', '86/1, Inner Circular Road, Nayapaltan', 'Not available\r\n', 1, 0, 1, NULL),
+(267, 'Unity Textile Mills	', 7, 3, 1, '7119979', '', 'doudul@progetelbd.net', '', '', '		', 'Head Office : 10, Nowab Street, Wari', 'Not available', 1, 0, 1, NULL),
+(268, 'Velvet Textile Mills Ltd', 7, 3, 1, '9882185-6', '8822758', 'none@gmail.com', '', '', '', 'Baitul Hossain Building, Room # 705, 27, Dilkusha C/A	', 'Not available', 1, 0, 1, NULL),
+(269, 'Wisteria Textiles Ltd.', 7, 3, 1, '9339651-2', '9353498', 'none@gmail.com', '', '', '', '1/G, East Rampura DIT Road, Rampura', 'Not available', 1, 0, 1, NULL),
+(270, 'Wrem Textile (Pvt) Ltd', 7, 3, 1, '8913814', '', 'none@gmail.com', '', '', '', 'House-43, Road-2, Sector-4, Uttara', 'Not available', 1, 0, 1, NULL);
+INSERT INTO `company_info` (`id`, `name`, `industry`, `service_required`, `current_condition`, `mob1`, `mob2`, `email1`, `email2`, `web`, `details`, `address`, `remarks`, `office_id`, `status`, `display`, `account_manager`) VALUES
+(271, 'Yasin Knittex Industries Ltd.', 7, 3, 1, '8840905-6', '8840891,Factory', 'info@eequitex.com', '', '', '', 'House # 103, Northern Road, DOHS Baridhara. Factory: South Panishail, Zirani Bazar (BKSP), Kashimpur, Gazipur Sadar', 'Not available', 1, 0, 1, NULL),
+(272, 'Yousuf Riad Textile Mills Ltd', 7, 3, 1, '9346101', '9349548', 'none@gmail.com', '', '', '', '168/1, Shantinagar, Ground Floor', 'Not available', 1, 0, 1, NULL),
+(273, 'Zahid Textile Mills Ltd', 7, 3, 1, '9115608', '', 'none@gmail.com', '', '', '', '6/1, Shymoli, Street No-1', 'Not available', 1, 0, 1, NULL),
+(274, 'Zakia Textile Ltd.', 7, 3, 1, '8827038', '', 'wills@willsgroup.com', '', '', '			', 'Raod # 23, House # 82, Block-A, Banani', 'Not available', 1, 0, 1, NULL),
+(275, 'Zamel Textile	x', 7, 3, 1, '9882447', '', 'none@gmail.com', '', '', '', 'Lane # 4, House # 308, Baridhara DOHS', 'Not available\r\n', 1, 0, 1, NULL),
+(276, 'Cygnus Leather Products', 7, 3, 1, '8824435', '', 'afmalik@bangla.net', '', '', '', '160 Tejgaon Industrial Area', 'Not available', 1, 0, 1, NULL),
+(277, 'Dhaka Foot Wear & Leather Craft', 7, 3, 1, '9344171', '', 'none@gmail.com', '', '', '\r\n', 'Bishal Centre, 216, Outer Circular Road, Bara Moghbazar', 'Not available', 1, 0, 1, NULL),
+(278, 'Dipa Leather Centre', 7, 3, 1, '9564995', '', 'none@gmail.com', '', '', '', '20, Baitul Mokaram', 'Not available\r\n', 1, 0, 1, NULL),
+(279, 'Feather Touch Foam Leather Ltd.', 7, 3, 1, '7169141', '7176027', 'none@gmail.com', '', '', '\r\n', '65 Dilkusha C/A (4th Floor)	', 'Not available', 1, 0, 1, NULL),
+(280, 'G.M. Leather Corporation', 7, 3, 1, '8611263', '', 'none@gmail.com', '', '', '\r\n', '147, Hazaribagh', 'Not available', 1, 0, 1, NULL),
+(281, 'Jupiter Jute Leather Corporation', 7, 3, 1, '9550664', '', 'none@gmail.com', '', '', '\r\n', '16/15, Azam Road, Mohammadpur', 'Not available\r\n', 1, 0, 1, NULL),
+(282, 'Leatherex Footwear Ind. Ltd.', 7, 3, 3, '880-2-9129192', '880-2-8121096	', 'leatherex123@gmail.com', '', 'www.leatherex-footwear.com', '\r\n', 'House#9, Unit#5, Road#14(New), 29(Old), Dhanmondi R/A', 'Not responsive,Average, Not updated,Corporate Work', 1, 0, 1, NULL),
+(283, 'Madras Tannery Leather & Leather Goods', 7, 3, 1, '8625630', '8625631', 'slcl@citechco.net', '', '', '			\r\n', '205/B, New Elephant Road, Islam Mansion', 'Not available', 1, 0, 1, NULL),
+(284, 'Mun Muns Leather Pvt. Ltd.', 7, 3, 1, '9552717', '', 'munmuns@bdonline.com', '', '', '', '14/B, Super ?A? Market, Baitul Mukarram', 'Not available', 1, 0, 1, NULL),
+(285, 'Nipun Synthetic Leather Industries Ltd.', 7, 3, 1, '02-9352379', '01715-180309', 'orpon@bangla.net', '', '', '', '85/C, Purana Paltan Line', 'Not available', 1, 0, 1, NULL),
+(286, 'Northern Leather Ind. (Pvt) Ltd', 7, 3, 1, '9117526', '', 'none@gmail.com', '', '', '', 'B-9, BSCIC Industrial Estate, Tongi', 'Not available', 1, 0, 1, NULL),
+(287, 'Padma Leather Craft	', 7, 3, 1, '9352398', '', 'none@gmail.com', '', '', '', 'House # 98/1, (G.F) East Nayatola, Magh Bazar', 'Not available', 1, 0, 1, NULL),
+(288, 'R.M. Leather Complex	cld@bdcom.com', 7, 3, 1, '9660754', '8631097', 'cld@bdcom.com', '', '', '\r\n\r\n', '95/7 Gazmahal, Hazaribagh', 'Not available', 1, 0, 1, NULL),
+(289, 'S A Leather & Shoe Industries Ltd.', 7, 3, 1, '8556568', '', 'none@gmail.com', '', '', '', 'Room # 805, (7th Floor), 27, Dilkusha C/A', 'Not available', 1, 0, 1, NULL),
+(290, 'SMT Leather Co.', 7, 3, 1, '9569665', '019-342308', 'smt@bol-online.com', '', '', '			\r\n', '28/A-2 Toynbee Circular Road, Hotel Motijheel, (Ground Floor), Motijheel C/A', 'Not available', 1, 0, 1, NULL),
+(291, 'Surma Leather & Foot Wear Industries Ltd.', 7, 3, 1, '9557913', '', 'none@gmail.com', '', '', '', '34, B.B Avenue (3rd Floor)', 'Not available', 1, 0, 1, NULL),
+(292, 'T.M. Leather', 7, 3, 1, '8619700', '', 'none@gmail.com', '', '', '', '21/1, Zigatala, Haque Mansion (2nd Floor), Dhanmondi', '', 1, 0, 1, NULL),
+(293, 'Union Leather Co.', 7, 3, 1, '9145579', '01552-322924', 'unileatherbd@yahoo.com', '', '', '', '1/10 (Gnd Floor), Road # 5, Block- A, Lalmatia', 'Not available', 1, 0, 1, NULL),
+(294, 'United Leather Ind. (Pvt) Ltd', 7, 3, 1, '8802563098-99', '88029562880', 'unitedbd88@yahoo.com', '', 'www.unitedgroup-bd.com ', '', 'UNITED TOWER, 263 BANGSHAL ROAD, DHAKA - 1100, BANGLADESH', 'Not responsive,Average, Not updated', 1, 0, 1, NULL),
+(295, 'Al Masud Plastic Industries', 7, 3, 1, '04473500638', '01819-899797', 'none@gmail.com', '', '', '\r\n', '114/1 West NakhalPara Tejgoan', 'Not available', 1, 0, 1, NULL),
+(296, 'Aruna Plastic & Packagine Industries', 7, 3, 1, '8361220', '9340785', 'ruchi2001@bdonline.com', '', '', 'Aruna Plastic & Packagine Industries			\r\n', '2,Kabi Jasimuddin Road North Kamlapur , Motijheel', 'Not available', 1, 0, 1, NULL),
+(297, 'Delwar Plastic Industry', 7, 3, 1, '7310629', '7310630', 'none@gmail.com', '', '', '\r\n', '13, Nalgola, Mitford Road', 'Not available', 1, 0, 1, NULL),
+(298, 'Dhaka Plastic Co.', 7, 3, 1, '7117717', '9564928', 'none@gmail.com', '', '', '\r\n', '122, Nawabpur Road', 'Not available', 1, 0, 1, NULL),
+(299, 'Diba Plastic Industries	', 7, 3, 1, '9349035', '', 'none@gmail.com', '', '', '', 'DMS/CHA/95/5, North Badda, Gulshan', 'Not available', 1, 0, 1, NULL),
+(300, 'Erebus Plastic Ind. Ltd', 7, 3, 1, '88028712148', '88028712147', 'nhuda@erebusbd.com', 'info@erebusbd.com', 'erebusbd.com', '\r\n', 'House # 57/B, Road-5, Old DOHS, Banani', 'Not responsive,Average,  updated, Developed by implodeimpressions.com/', 1, 0, 1, NULL),
+(301, 'Fair Plastic Ind. Ltd.', 7, 3, 1, '02-8311769', '8321187', 'none@gmail.com', '', '', '	\r\n', 'City Heart (11th Floor), Suite # 8, 67 Nayapaltan', 'Not available', 1, 0, 1, NULL),
+(302, 'Fatema Plastic (Pet) Ind.', 7, 3, 1, '7122352', '', 'none@gmail.com', '', '', '		\r\n', 'Rahman Mansion, 161, Motijheel C/A', 'Not available\r\n', 1, 0, 1, NULL),
+(303, 'Habib Plastic Industries Ltd.', 7, 3, 1, '9550474', '01716-698568-9', 'habibpls@aitlbd.net', '', '', '			\r\n', 'Rahman Chamber (4th Flr), 12-13, Motijheel C/A', 'Not available', 1, 0, 1, NULL),
+(304, 'Hira Plastic Industries', 7, 3, 1, '9665427', '', 'none@gmail.com', '', '', '', '79/2, Islambag, Lalbag	', 'Not available\r\n', 1, 0, 1, NULL),
+(305, 'Ismail Plastic House', 7, 3, 1, '7318780', '7315068', 'none@gmail.com', '', '', '', '39, Urdu Raod, Dhaka-1211', 'Not available', 1, 0, 1, NULL),
+(306, 'J.B.L Plastic Industries   ', 1, 1, 1, '9711754', '7613653', 'none@gmail.com', '', '', '', '17 (Old) 20 (New) S. M Maled Road, Tanbazar', 'Not available', 1, 0, 1, NULL),
+(307, 'Jemy Plastic Industries', 7, 3, 1, '9334620', '', 'ivtrading@bdlink.com', '', '', '		', '40/1/A, Nayapaltan, Iner Circular Road, (2nd Floor)', 'Not available', 1, 0, 1, NULL),
+(308, 'Siddique Plastic Industries Ltd', 7, 3, 1, '01715441269', '7320509', 'info@siddiqueplastic.com', '', '', '\r\n', '9/3, Noorbagh, Kamrangir Char, Dhaka-1211 ', 'Not responsive,Average, updated', 1, 0, 1, NULL),
+(309, 'Koshni Plastic Industrie sLtd.', 7, 3, 1, '9871637', '', 'none@gmail.com', '', '', '\r\n', '47-48, Bscic Industries City, Konabari', 'Not available', 1, 0, 1, NULL),
+(310, 'Laurel Plastic Ind. Ltd.', 7, 3, 1, '7300776', '7321710', 'laurelplas@dhaka.net', '', '', '\r\n', '24, haranath Ghosh Road, Lalbag', 'Not available', 1, 0, 1, NULL),
+(311, 'Lizrafi Plastic Industry', 7, 3, 1, '9569728', ' 9562025', 'padma-ts@bangla.net', '', '', '		', 'Meherba Plaza, 33, Topkhana Road, (4th Floor), Suite # 4-C	', 'Not available', 1, 0, 1, NULL),
+(312, 'Lucky Plastic Industries Ltd.', 7, 3, 1, '8126262', '', 'none@gmail.com', '', '', '', '111, Green Raod, Farmgate', 'Not available\r\n', 1, 0, 1, NULL),
+(313, 'Luna Plastic Industry Ltd', 7, 3, 1, '7318999', '7315073', 'luna@fsbd.net', '', '', '', '5/1, Kamal Daha Road (2nd Floor) Urdu Road, Lalgagh', 'Not available', 1, 0, 1, NULL),
+(314, 'M.S.I Plastic Industries', 7, 3, 2, '880 – 2 – 95616', '', 'msitraders@hotmail.com', 'm-s-i.traders@hotmail.com', 'msiplastic.wordpress.com', '', '17, K.B Rudraw Road,Lalbagh', 'Not available\r\n', 1, 0, 1, NULL),
+(315, 'Marshal Plastic Co.', 7, 3, 1, '9568364, S. Roo', '', 'axiom@acesstel.net', '', '', '			\r\n', '9/E, Motijheel C/A, (Ground Floor)', 'Not available', 1, 0, 1, NULL),
+(316, 'Max Speed Plastic Ltd.', 7, 3, 1, '7114276-8', '', 'none@gmail.com', '', '', '', '139, Motijheel C/A, (12th Floor)	', 'Not available', 1, 0, 1, NULL),
+(317, 'Motin Plastic Insustries (Pvt.) Ltd.', 7, 3, 1, '7314612', '', 'none@gmail.com', '', '', '', '138/95, Khan Market, (3rd Floor), Chalk Mogol Tuli', 'Not available', 1, 0, 1, NULL),
+(318, 'N. Hossain Plastic Ind', 7, 3, 1, '7319289', '9673416', 'nknplase@accesstel.net', '', '', '			\r\n', '39/A, Umesh Datta Road, Bakshi Bazar', 'Not available', 1, 0, 1, NULL),
+(319, 'N. Mohammad Plastic Industries Ltd', 7, 3, 1, '9669787', '', 'none@gmail.com', '', '', '\r\n', '69/E, Green Road, Panthapath', 'Not available', 1, 0, 1, NULL),
+(320, 'New Madina Plastic Industries', 7, 3, 1, '7310106', '', 'none@gmail.com', '', '', '\r\n', '30/6/A, Debidus Ghat Lane, Kamal Bagh', 'Not available', 1, 0, 1, NULL),
+(321, 'Padma Plastic Industries', 7, 3, 1, '9551454', '', 'none@gmail.com', '', '', '', '115/120, Motijheel C/A, Adamjee Count, (2nd Floor),Room # 37', 'Not available', 1, 0, 1, NULL),
+(322, 'Parveen Plastic Iron Steel', 7, 3, 1, '9002897', '', 'none@gmail.com', '', '', '', '2 Khojar Baj, Mirpur', 'Not available', 1, 0, 1, NULL),
+(323, 'Plastic Horizon', 7, 3, 1, '8315529', '', 'hph@accesstel.net', '', '', '			\r\n', '116, Nayapaltan (2nd Floor)', 'Not available', 1, 0, 1, NULL),
+(324, 'Poly Plastic Industries', 7, 3, 3, '01715-101704', '9663510, ', 'ppia@bdmail.net', '', 'www.polyplasticsgroup.com', '', '\r\nHouse#11, Road#1, Dhanmondi\r\n', 'Not responsive,Average,updated', 1, 0, 1, NULL),
+(325, 'Prime Plastic Door', 7, 3, 1, '9565367', '9560479', 'primedoor@bdonline.com', '', '', '			\r\n', '4/2, Bangshal Lane', 'Not available', 1, 0, 1, NULL),
+(326, 'Premier Plastic Door', 7, 3, 1, '7317661', '', 'none@gmail.com', '', '', '', '66, Shahid Sayed nazrul Islam Sarani, North South Road', 'Not available', 1, 0, 1, NULL),
+(327, 'Purnima Plastic Indutries', 7, 3, 1, '9884920', '', 'none@gmail.com', '', '', '', '30, South Kunipora, Tejgaon I/A', 'Not available', 1, 0, 1, NULL),
+(328, 'R.K. Polymer & Plastic Industries Ltd.', 7, 3, 1, '9005425', '', 'none@gmail.com', '', '', '\r\n', 'Plot # 39, Block- K, Rupnag 9/A, Section # 2, Mirpur', 'Not available', 1, 0, 1, NULL),
+(329, 'Rajani Gondha Plastic Ind', 7, 3, 1, '7310298', '7313195', 'rajani@ajnionline.com', '', '', '			\r\n', '26/3, B.K. Roy Lane, Mitford Road', 'Not available', 1, 0, 1, NULL),
+(330, 'Revlon Packaging & Plastic Ind. Ltd', 7, 3, 1, '9550589', '', 'revlon@dhaka.net', '', '', '			\r\n', 'Shahnewaz Bhaban (6th Floor), 9/C, Motijheel C/A', 'Not available', 1, 0, 1, NULL),
+(331, 'Baly Group of Industries', 7, 3, 2, '880-2-8931846-7', '880-2-8932697-8', 'balybd1@bangla.net', 'balybd2@bangla.net', 'balygroupbd.com', '\r\n', 'A.H. Tower (11TH Floor), House #56, Road #2, Sector # 3, Uttara C/A, Dhaka-1230', '', 1, 0, 1, NULL),
+(332, 'Sabir Plastic Product', 7, 3, 1, '7317608', '', 'sppbd786@yahoo.com', 's_plastic@yahoo.com', 'http://www.bgyellowpages.com/s', '', '154, Water Works Road, Lalbagh', 'Not responsive,Poor, Not updated', 1, 0, 1, NULL),
+(333, 'Sharp Plastic Ind. Ltd.', 7, 3, 1, '7316156', '9672746', 'sharp@dhaka.net', '', '', '\r\n', '47/A, Lalbagh Road, Lalbagh, Dhaka-1211', 'Not available', 1, 0, 1, NULL),
+(334, 'Smart Group	', 7, 3, 1, '9566978', '9558292', 'smartgroup@proshikanet.com', '', 'http://smartgroupbd.com/', '', '3.R.K Mission Road, (1st Floor)	', 'Not available', 1, 0, 1, NULL),
+(335, 'Sunshine Plastic Industries', 7, 3, 1, '8619652', '9674846', 'spi@bangla.net', 'spins@bangla.net', '', '', '6, Joynag Road, Lalbag', 'Not available', 1, 0, 1, NULL),
+(336, 'Super Thai Plastic Ltd.', 7, 3, 1, '9557825', '9571287', 'stpl@citechco.net', '', '', '		\r\n', 'Rubel Mansion, (2nd Floor), 14, RAJUK Avenue', 'Not available', 1, 0, 1, NULL),
+(337, 'Taj Plastic Industries', 7, 3, 1, '7310570', '7311236', 'tajplas@yahoo.com', '', '', '			\r\n', '161, Mitford Road', 'Not available', 1, 0, 1, NULL),
+(338, 'Tanin Plastics', 7, 3, 1, 'none', '', 'none@gmail.com', '', '', '', '', 'Not available', 1, 0, 1, NULL),
+(339, 'Top Thai Plastic Industries Ltd', 7, 3, 1, '7316847 Ext-188', '', 'none@gmail.com', '', '', '\r\n', '1243/3, New Kakrail Road, Shantinagar Plaza, (2nd Floor)', 'Not available', 1, 0, 1, NULL),
+(340, 'Unique Plastic Ind. Ltd	', 7, 3, 1, '9564597', '9564697', 'unique@citechco.net', '', '', '\r\n', '66 Dilkusha C/A, Chand Mansion (5th Floor)', 'Not available', 1, 0, 1, NULL),
+(341, 'United Plastic Wood Ind. (Pvt) Ltd', 7, 3, 1, '8802563098-99', '88029562880', 'unitedbd88@yahoo.com', '', 'www.unitedgroup-bd.com', '', 'UNITED TOWER, 263 BANGSHAL ROAD, DHAKA - 1100, BANGLADESH', 'Not responsive,Average, Not updated', 1, 0, 1, NULL),
+(342, 'YKK Bangladesh (PTE) Ltd', 7, 3, 1, '8822227', '8813974', 'none@gmail.com', '', '', '', 'House # 34, Road # 21, Block -B, Banani', 'Not available', 1, 0, 1, NULL),
+(343, 'ACI Ltd.', 8, 3, 2, '880 2 8878603', '', 'none@gmail.com', '', 'www.aci-bd.com', '', 'ACI Centre, 245, Tejgaon Industrial Area, Dhaka 1208', '', 1, 0, 1, NULL),
+(344, 'Advent Pharma Limited', 8, 3, 1, '02-9138109', '', 'none@gmail.com', '', '', '', '1/10 (First Floor), Block # A, Lalmatia', '', 1, 0, 1, NULL),
+(345, 'Albert David(Bangladesh) Ltd', 8, 3, 1, '9881444', '', 'none@gmail.com', '', '', '\r\n', '115/116, Tejgaon I/A', '', 1, 0, 1, NULL),
+(346, 'Albion Laboratories Ltd', 8, 3, 1, '88 031 672202', '+88 031 672128', 'info@albionbd.com', '', 'www.albionbd.com', '\r\n', 'House # F2/8, Road # 2, Block # B, Chandgaon,Chittagong', '', 1, 0, 1, NULL),
+(347, 'Alco Pharma Ltd.', 8, 3, 1, '8825336', '9881170', 'info@alcopharmaltd.com', '', 'www.alcopharmaltd.com', '', 'H: 21, R: 113/A, Gulshan 2', 'Responsive but doesn\'t  work properly,Very poor,Not updated', 1, 0, 1, NULL),
+(348, 'Alcon Bangladesh', 8, 3, 1, '8952225', '8920664', 'alcon@sparkbd.net', '', '', '			\r\n', 'Mascot Plaza, (6th Floor), Plot # 107/A, Sector -7, Uttara Model Town', 'Not available', 1, 0, 1, NULL),
+(349, 'Ambee Pharmaceuticals Ltd', 8, 3, 1, '880-2-8870897', '880-2-8870788', 'info@ambeepharma.com', '', 'ambeepharma.com', '			\" \r\n  880-2-8870599,  880-2-8878534,  880-2-8870788,  880-2-8870777\"	ambeepharma.com	None	Very Poor	Updated	MN&T Global Inc.\r\n', '184/1, Tejgaon Industrial Area', 'Not responsive,Very Poor, updated\r\n', 1, 0, 1, NULL),
+(350, 'Amico Laboratories Ltd.', 8, 3, 1, '(+88) 01738-106', '+88) 01911-3530', 'prince_bp88@yahoo.com', 'amicofactory@hotmail.com', 'amicolab.com', '\r\n', '22/10, Shondhani Life Bhaban, Babor Road, Shaymoli	', 'Not responsive,Poor,updated\r\n	Developed by bangladeshecom.com/', 1, 0, 1, NULL),
+(351, 'B C Laboratories Ltd.', 8, 3, 1, '9112428', '', 'none@gmail.com', '', '', '	\r\n', '24/3, Tajmahal Road, Mohammadpur', 'Not available', 1, 0, 1, NULL),
+(352, 'Batali Pharma Ltd.', 8, 3, 1, '031 636272, 638', '630414 (Res)', 'none@gmail.com', '', '', '', 'Mumtaz Building (1st Floor) 172, Sadarghat Road, Chittagong', 'Not available', 1, 0, 1, NULL),
+(353, 'BIOGENE PHARMA LTD', 8, 3, 1, '8802 8191660', '+8801762388838,', 'none@gmail.com', '', 'facebook.com/biolif', '', 'Head Office: House#86/2, Chairman Goli, sankar, west Dhanmondi	', 'Not available\r\n', 1, 0, 1, NULL),
+(354, 'Cipla Ltd. BD', 8, 3, 1, '051-617031', '', 'none@gmail.com', '', '', '', 'Dr. Ishaq Lane, Sutrapur, Bogra- 5000', 'Not available\r\n', 1, 0, 1, NULL),
+(355, 'Crescent Pharmaceuticals Ltd', 8, 3, 1, '9332262', '', 'none@gmail.com', '', '', '', '30, New Eskaton Road', 'Not available\r\n', 1, 0, 1, NULL),
+(356, 'Decent Pharma Laboratories Ltd', 8, 3, 1, '8853192', '', 'latifbd1962@bttb.net.bd', '', '', '\r\n', 'H-B/125, Lane- 21, New Dohs, Mohakhali', 'Not available', 1, 0, 1, NULL),
+(357, 'Delta Pharma Ltd', 8, 3, 2, '88-029892192', '8711645-7', 'info@deltapharmabd.com', '', 'deltapharmabd.com', '', 'House # 501, Road # 34, New DOHS, Mohakhali', 'Not responsive,Average,updated\r\n', 1, 0, 1, NULL),
+(358, 'Desh Pharmaceuticals Ltd	', 8, 3, 1, '9335182', '9349085', 'none@gmail.com', '', '', '', '52/3, New Eskaton, (1st Floor)', 'Not available', 1, 0, 1, NULL),
+(359, 'Dr. Jalil\'s Pharma (Pvt) Ltd', 8, 3, 1, '9345092', '', 'none@gmail.com', '', '', '\r\n', '67/3, Pioneer Road, Kakrail', 'Not available', 1, 0, 1, NULL),
+(360, 'Essential Drugs Company Limited', 8, 3, 1, '88-02-9130489, ', '88-02-58151081,', 'edcl@bttb.net.bd', '', 'edcl.gov.bd', '					None	Very Poor	Not updated	solarbd.com\r\n', 'Plot # 395-397, Tejgaon I/A', 'Not responsive,Poor, Not updated,Developed by solarbd.com\r\n', 1, 0, 1, NULL),
+(361, 'Globe Pharmaceuticals Ltd', 8, 3, 1, '+8802) 8879300-', '', 'info@globe-uro.com', '', 'globe-uro.com', '\r\n', 'Plot # 3/KA (New) Tejgaon I/A', 'Not responsive,Poor,updated', 1, 0, 1, NULL),
+(362, 'Great Bengal Chemical & Phar. Works Ltd.', 8, 3, 1, '031-223798', '', 'none@gmail.com', '', '', '', '52, Islamabad Market, Chittagong', 'Not available', 1, 0, 1, NULL),
+(363, 'Hamdard Laboratories', 8, 3, 1, '9665965', '9665966', 'hamdrdbd@bdmail.net', '', '', '			\r\n', '291/1, Sonargaon Road, Hamdard Bhaban', '', 1, 0, 1, NULL),
+(364, 'Indo Bangla Pharmaceutical', 8, 3, 1, '0431-74811', '', 'none@gmail.com', '', '', '', 'Works College Road, Barisal', '', 1, 0, 1, NULL),
+(365, 'Innova Pharmaceuticals Ltd', 8, 3, 1, '9004315', '', 'none@gmail.com', '', '', '', 'Plot- 24, (2nd Floor), Main Road-1, Sec-6/Ka, Dhaka-1216', 'Not available', 1, 0, 1, NULL),
+(366, 'Jalalabad Pharmaceuticals (Pvt) Ltd.	', 8, 3, 1, '8128434', '9006226', 'none@gmail.com', '', '', '', 'House # 49, 1st Floor, Road # 7, Park street, Baridhara, Gulshan-2', 'Not available', 1, 0, 1, NULL),
+(367, 'Libra Infusions Ltd.', 1, 1, 2, '9001179, 900477', '8012534', 'libra@bdmail.net', '', 'libragroupbd.com', '				', '1/7, Mirpur VE. Sec-2, Rupnagar', 'Not available\r\n', 1, 0, 1, NULL),
+(368, 'Madimate Pharmaceutical', 8, 3, 1, '9351796', '', 'none@gmail.com', '', '', '', '13/77, Bijoynagar, Segunbagicha', 'Not available', 1, 0, 1, NULL),
+(369, 'Maks Drug Ltd.', 1, 1, 1, '9563228-9, 9554', '9564497, 955936', 'npllo@aitlbd.net', '', '', '		\r\n', '66, Dilkusha C/A (1st Floor)	', 'Not available', 1, 0, 1, NULL),
+(370, 'Marksman Pharmaceuticals Ltd.', 8, 3, 1, '8818922', '', 'none@gmail.com', '', '', '', 'Plot-6, R-113/A, Gulshan', 'Not available\r\n', 1, 0, 1, NULL),
+(371, 'Microbe Laboratories Ltd.', 8, 3, 1, '051-61645', '', 'none@gmail.com', '', '', '\r\n', 'Sibbati, Bogra', 'Not available\r\n', 1, 0, 1, NULL),
+(372, 'Natal Chemicals Ltd.', 8, 3, 1, '9351008', '', 'none@gmail.com', '', '', '\r\n', '677/A, Bara Moghbazar, Gabtola', 'Not available', 1, 0, 1, NULL),
+(373, 'Orion Infusion Ltd.', 8, 3, 1, '8829391, 988817', '9888494, 882723', 'orion@ol-online.com', '', 'orioninfusion.com', '', '153/154, Tejgaon 1/A', 'Not responsive,Poor, Not updated, Developed by technobd.com', 1, 0, 1, NULL),
+(374, 'RELIANCE Pharmaceuticals Ltd.', 8, 3, 1, '88-02-7118946', '88-02-7125713, ', 'reliancepharma.rg@gmail.com', '', 'www.reliancepharmabd.com', '				\r\n', 'Al-Razi Complex -Anex,Suite # G-601-603(6th floor),166-167 Shaheed Syed Nazrul Islam Swarani, Purana Paltan', 'Not available', 1, 0, 1, NULL),
+(375, 'Reman Drug Laboratories Ltd.', 8, 3, 1, '9331820', '9340284', 'none@gmail.com', '', '', '', '392, New Eskaton Road', 'Not available', 1, 0, 1, NULL),
+(376, 'Royal Pharmaceuticals Ltd.', 8, 3, 1, '031-2850520', '01712282005', 'royalpharmaltd@yahoo.com', '', '', '			', '110, Chatteshwary Road, Dampara, Chittagong', 'Not available', 1, 0, 1, NULL),
+(377, 'Shifa Pharmacy', 8, 3, 1, '9880820', '', 'none@gmail.com', '', '', '', 'Alam Market, Gulshan-2', 'Not available', 1, 0, 1, NULL),
+(378, 'Square Pharmaceuticals Ltd.', 8, 3, 1, '88-02-9859007', '88-02-8833047-5', 'none@gmail.com', '', 'squarepharma.com.bd', '', 'SQUARE Centre , 48, Mohakhali C/A ', 'Not responsive,Average, updated, developed by digitainteractive.com', 1, 0, 1, NULL),
+(379, 'Syntho Laboratories Ltd.', 8, 3, 1, '9667430', '9667406', 'syntho@dhaka.net', '', '', '		\r\n', 'House- 20, Road-5, Dhanmondi	', 'Not available', 1, 0, 1, NULL),
+(380, 'United Chemicals & Pharmaceuticals Ltd.', 8, 3, 1, '031-650035', '651344', 'none@gmail.com', '', '', '\r\n', '33/E, Fidc Road, Kalurghat, Chittagong', 'Not available', 1, 0, 1, NULL),
+(381, 'Al Basitu Chemical Company Ltd.', 8, 3, 1, '9134261, 912461', '9129252', 'none@gmail.com', '', 'www.al-basitu.com', '', '15/4 (4th Floor) Shamoli, Mirpur Road', 'Not available', 1, 0, 1, NULL),
+(382, 'Arian Chemicals Ltd.', 8, 3, 1, '88-02-7116308', '7116309', 'info@arianchemicals.com', '', 'www.arianchemicals.com', '', 'Senakalyan Bhaban (13th Floor) Suite No- 1311,195, Motijheel', 'Not responsive,Very Poor, Not updated, Developed by Yasmin\r\n', 1, 0, 1, NULL),
+(383, 'Bangladesh Chemical Ind Ltd', 8, 3, 1, '9564454', '9564401', 'none@gmail.com', '', '', '', '69, Dilkusha C/A, (2nd Floor)', 'Not available', 1, 0, 1, NULL),
+(384, 'D.S. Chemicals', 8, 3, 1, '9124243', '', 'bosstank@bdlink.com', '', '', '			', 'Rowshan Tower, 152/2A-2, Green Road, Panthapath', 'Not available', 1, 0, 1, NULL),
+(385, 'Delcon Instrument & Chemicals', 8, 3, 1, '011-021343', '', 'none@gmail.com', '', '', '\r\n', 'Ovisar Building (Ground Floor), 35, Shahid Nazrul islam Road, Hatkhola', 'Not available\r\n', 1, 0, 1, NULL),
+(386, 'Dhaka Chemical Complex', 8, 3, 1, '9128531, 913206', '9344346 (Off), ', 'suez@bdmail.net', '', '', '			\r\n', '130, Rajul Extension Avenue, (1st Floor)', 'Not available\r\n', 1, 0, 1, NULL),
+(387, 'Donor Chemical (Pvt) Ltd', 8, 3, 1, '9119413', '9125920', 'none@gmail.com', '', '', '', '110/4, East Tajturi Bazar', 'Not available\r\n', 1, 0, 1, NULL),
+(388, 'Dysin Chemical Ltd', 8, 3, 1, '9566949', '', 'none@gmail.com', '', '', '\r\n', '6, Kazi Hamid Lane, North South Road Dhaka', 'Not available', 1, 0, 1, NULL),
+(389, 'East West Chemicals Ltd', 8, 3, 1, '9360658', '', 'eastwest@hrcwork.com', '', '', '			\r\n', 'Hasan Holding (9th Floor) 52/1, New Eskaton Road', 'Not available', 1, 0, 1, NULL),
+(390, 'Ehsan Dyes Chemical', 8, 3, 1, '7318820', '', 'none@gmail.com', '', '', '\r\n', '64, Chake Circular Road, (Ground Floor)	', 'Not available\r\n', 1, 0, 1, NULL),
+(391, 'Euro Chemical', 8, 3, 1, '9341900', '', 'sunbeam@bd-online.com', '', '', '			\r\n', '83/B, Mouchak Tower, Room # 507, Malibagh', 'Not available\r\n', 1, 0, 1, NULL),
+(392, 'F.M. Chemical & Science', 8, 3, 1, '7175843', '', 'none@gmail.com', '', '', '', 'Shuvechacha Plaza, Shop # 9, 32/1, Hatkhola Road, Tikatuly', 'Not available\r\n', 1, 0, 1, NULL),
+(393, 'Fair Plastic Ind. Ltd.', 8, 3, 1, '02-8311769', '8321187', 'none@gmail.com', '', '', '', 'City Heart (11th Floor), Suite # 8, 67 Nayapaltan', 'Not available\r\n', 1, 0, 1, NULL),
+(394, 'Fakir Dyes & Chemical Co.', 8, 3, 1, '9716624', '9714005', 'none@gmail.com', '', '', '\r\n', '48/49, S.M. Maleh Road, Tanbazar, Narayanganj	', 'Not available', 1, 0, 1, NULL),
+(395, 'Food Chemical Supply Co.	', 8, 3, 1, '8124797,9118122', '9129830 (R)', 'nasana@bttb.net.bd', '', '', '		\r\n', '104, Awladhossain Market, Room # 3, (1st Floor), Tejgaon, Farmgate', 'Not available', 1, 0, 1, NULL),
+(396, 'Fuji Chemicals Ltd.', 8, 3, 1, '9893800, 989380', '9897100 Ext.34', 'reliance@proshikanet.com', '', '', '		\r\n', 'Red Crescent Concord Tower (10th Floor) 17, Mohakhali C/A', 'Not available', 1, 0, 1, NULL),
+(397, 'GDS Chemical Bangladesh (Pvt) Ltd', 8, 3, 1, '88 02 8870381-3', '', 'info@gdsbd.com', '', 'gdsbd.com', '', '122/1 Love Road, Tejgaon Industrial Area', 'Not responsive,Average, updated', 1, 0, 1, NULL),
+(398, 'Ghazi Chemicals Company', 7, 3, 1, '(880 2) 9664297', '9673858', 'trade@ghazico.com', 'ghazi@dbn-bd.net', 'ghazico.com', '\r\n', 'Sonartori Tower, 3rd Floor, 12 Sonargaon Road', 'Doesn\'t load', 1, 0, 1, NULL),
+(399, 'Inno Chemicals Limited', 7, 3, 1, '8914954', '', 'innochem@mail.sparkbd.net', '', '', '			\r\n', 'Sec # 4, Road # 12, House # 33, Uttara Model Town', 'Not available', 1, 0, 1, NULL),
+(400, 'Isfai Science & Chemicals', 7, 3, 1, '9568729', '9566878', 'none@gmail.com', '', '', '', '34, Hatkhola Road', 'Not available', 1, 0, 1, NULL),
+(401, 'Jebico Chemicals', 7, 3, 1, '9553853', '', 'sakibkh71@gmail.com', '', '', '', '17, Hatkhola Road, Tikatoly', '', 1, 0, 1, NULL),
+(402, 'Orion Travels', 1, 4, 1, '01918918181', '', 'orion@gmail.com', '', '', '', '', '', 1, 2, 1, NULL),
+(403, 'Silk Route', 7, 4, 1, '8151491 Ext-121', '', 'jfong@dizaro.com', '', 'www.silkroutedesignltd.com', '', 'Firoz Tower, 6th Floor, 152/3-B, Green Road, Panthapath, Dhaka - 1205, Bangladesh ', '', 1, 0, 1, NULL),
+(404, 'Standard Group', 7, 4, 3, '01730303511', '', 'wadud.t@standard-group.com', '', '', 'Scan & Pack Software', '', '', 1, 2, 1, NULL),
+(405, 'Ananta Garments', 7, 4, 3, '01711538761', '', 'info@ananta.com.bd', '', 'http://www.ananta.com.bd', 'They need Inventory Software\r\nand a mobile application to see the updates', 'Dhaka Corporate Office\r\nHouse 2, Road 10, Sector 11, Uttara\r\nDhaka 1230, Bangladesh', 'website nice', 1, 0, 1, NULL),
+(406, 'A M S Aviation', 1, 1, 1, '01711023351', '01971023351', 'amsaviation70@gmail.com', '', '', '02-9361033', '131,DIT Extension Road Rafatun Mansion (1st Floor) Fakirapool, Dhaka', '', 1, 0, 1, 41),
+(407, 'A Paradise Holiday', 1, 1, 1, '01722716916', '01753756874', 'info@aparadiseholiday.com', '', 'www.aparadiseholiday.com', 'Telephone: 029139615 \r\nFax: 028154008', '31, Tejkuni Para, Malek tower (5th Floor), Farmgate, Dhaka-1215', '', 1, 0, 1, NULL),
+(408, 'A to Z Tours & Travels', 1, 1, 1, '01710262610', '', 'ibrahim_atoztt@yahoo.com', '', '', 'Telephone: +8802-8300086', 'Akmol Mansion, Kakrail Super Market (1st Floor, Suite # 134), 89/1, Kakrail, Ramna,Dhaka-1000', '', 1, 0, 1, NULL),
+(409, 'A-Matribhumi Travels International', 1, 1, 1, '01711128748', '', 'info@revinr.com', '', '', 'Telephone: 8321017,9351930', '89/1, Kakrail Super Market (1st Floor), Dhaka', '', 1, 0, 1, NULL),
+(410, 'A. J. Air International', 1, 1, 1, '01711-074914', '', 'ahmed01bd@yahoo.com', '', '', 'Telephone:7174221 \r\nFax:9569742', 'Aziz Co-operative Market(4th Floor) 204,Shahid Syed Nazrul Islam Sarani, Dhaka.', '', 1, 0, 1, NULL),
+(411, 'A. K INTERNATIONAL', 1, 1, 1, '01713043765', '', 'ak.internationaldhk@yahoo.com', '', '', 'Telephone: 8922209', 'HOUSE # 07 (3rd FLOOR), ROAD# 20, SECTOR # 4 , UTTARA- 1230', '', 1, 0, 1, NULL),
+(412, 'A. M. Travel Agent', 1, 1, 1, '01819 242760', '', 'arab.majumder@gmail.com', '', '', 'Telephone: 9351825\r\nFax: 58312587', 'G-3, Eastern View 50, DIT Extension Road Fakirapool, Dhaka-1000', '', 1, 0, 1, NULL),
+(413, 'A. P. Tours & Travels', 1, 1, 1, '01711 268837', '', 'info@revinr.com', '', '', 'Telephone: 9358123, 8321440, 8357485', '44. Naya Paltan (Ground Floor), Dhaka-1000', '', 1, 0, 1, NULL),
+(414, 'A. R. S. Air International', 1, 1, 1, '01713 030284', '', 'arsairintl@yahoo.com', '', '', 'Telephone: 7194884, 7191078, 7192542', '118, DIT Extension Road, Fakirapool (1st Floor) Dhaka-1000', '', 1, 0, 1, 41),
+(415, 'A. R. Tours & Travels', 1, 1, 1, '01720208291', '01816171449', 'info@revinr.com', '', '', 'Telephone: 9360472', 'Hotel Ishakha Shopping Complex 89/3, VIP Road, Kakrail, Dhaka', '', 1, 0, 1, NULL),
+(416, 'A. Rahman Tours & Travels', 1, 1, 1, '01817 571647', '01711 819188', 'a_rahman_travels@live.com', '', 'www.freewebs.com/arahmantravel', 'Telephone: 9556420, 9513104 (Off), 0666 2681422 (Res)', '205/1, S.S. Nazrul Islam Sarani (1st Floor) 27/7/1, Topkhana Road (Old) Dhaka-1000.', '', 1, 0, 1, NULL),
+(417, 'A.R. International', 1, 1, 1, '01715023651', '', 'a.r.international2008@gmail.com', '', '', 'Telephone: 7191482, 7192880', 'G-Net Tower(2nd Floor), Suite –E/2, 116-117 DIT Exten Road, Fakirapool, Dhaka', '', 1, 0, 1, NULL),
+(418, 'A.R. Travels', 1, 1, 1, '01819214195', '', 'artravels571@gmail.com', '', '', 'Telephone: 9551710, 9569697, 9569761, 9569790', '153, Rony House (1st Floor) Motijheel C/A, Dhaka-1000', '', 1, 0, 1, NULL),
+(419, 'A.T.M. Travels & Tours Ltd', 1, 1, 1, '01711 639282', '', 'info@revinr.com', '', '', 'Telephone: 9337933', 'Sattara Centre (9th Floor) 30/A, Nayapaltan, VIP Road, Dhaka', '', 1, 0, 1, NULL),
+(420, 'Aamar Tour Limited', 1, 1, 1, '01713387522', '', 'tushish@aamartur.com', '', '', 'Telephone: 9893007, 9889962', 'Richmond Concord (2nd Floor), Plot-8/A, Block-CES (F), 68 Gulshan Avenue, Gulshan-1, Dhaka-1212', '', 1, 0, 1, NULL),
+(421, 'AB ENTRERPRISE TOURS & TRAVELS', 1, 1, 1, '01911521131', '01676572221', 'abenterprise092@gmail.com', '', '', 'Telephone: 9346439', 'SUIT # 7th FLOOR, ROOM # 7/20, EASTERN PLUS COMPLEX , DHAKA', '', 1, 0, 1, NULL),
+(422, 'Ababil Intarnatinal Hajj Tours & Travels Ltd', 1, 1, 1, '01913308844', '', 'ababilhajj.travels@gmail.com', '', '', 'Telephone: 9560927', 'Dr. Nowab Ali Tower (5th Floor, Room-503) 24/A, Purana Paltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(423, 'Ababil Overseas Limited', 1, 1, 1, '7176028', '', 'ababiloverseas@hotmail.com', '', 'www.ababiloverseas.com', 'Telephone: 9571078 (Off), 7216015 (Res)', 'Karim Chamber (3rd Floor) 99, Motijheel C/A, Dhaka-1000', '', 1, 0, 1, NULL),
+(424, 'Ababil Travels & Tours', 1, 1, 1, '01815000562', '', 'info@revinr.com', '', '', 'Telephone: 9513114', '55/A, Siddique Mansion (6th floor) Purana Paltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(425, 'ABC Air Ltd.', 1, 1, 1, '01678016780', '', 'murad@acairbd.com', '', '', 'Telephone: 9892804', '116, Gulshan Avenue Gulshan Model Town, Dhaka.', '', 1, 0, 1, NULL),
+(426, 'ABCO AIR SERVICE', 1, 1, 1, '01715-050913', '01615-050913', 'abcoover@yahoo.com', '', '', '', '292, Fakirapool,Satabdi Center (15th Floor) Suite # 15- F, Motijheel C/A, Dhaka - 1000, Bangladesh', '', 1, 0, 1, NULL),
+(427, 'Abco Overseas', 1, 1, 1, '01713 314852', '', 'abco_481@yahoo.com', '', '', 'Telephone: 9888777', 'House # 55 (B-4th Floor), Road # 6 Block-C, Banani, Dhaka', '', 1, 0, 1, NULL),
+(428, 'Abdul Aziz Travels & Tourism', 1, 1, 1, '01813336164', '01553669657', 'info@revinr.com', '', '', 'Telephone: 9511945 (Off), 7540357 (Res)', '314/A/4, Dakkin Jatrabari Dhaka-1204.', '', 1, 0, 1, NULL),
+(429, 'Abdullah Travels And Tours', 1, 1, 1, '01819501651', '', 'aharun@hotmail.com', '', '', 'Telephone: 028333289', '70/B, DIT Road, Malibagh, Dhaka-1219', '', 1, 0, 1, NULL),
+(430, 'Abdur Rahman Travels & Tours', 1, 1, 1, '01763363393', '', 'a.rahman_travels@yahoo.com', '', '', 'Telephone: 7644669', '123/2,Bangabandu Road, Sufia Plaza(G/F),Narayangonj.', '', 1, 0, 1, NULL),
+(431, 'Abha Air Travels', 1, 1, 1, '01911958619', '01819183812', 'starmanpower760@gmail.com', '', '', 'Telephone: 7195034', '116-117, DIT Extension Road G-Net Tower (4th Floor, Room # 4E), Fakirapool, Dhaka-1000', '', 1, 0, 1, NULL),
+(432, 'Abid Travel Service', 1, 1, 1, '01716346962', '', 'abidtsll@gmail.com', '', '', 'Telephone: 9513745', 'Malek Mansion,128 Motijheel C/A (3rd Floor),Dhaka.', '', 1, 0, 1, NULL),
+(433, 'Abir Travels', 1, 1, 1, '01681856007', '01731560785', 'abirtravels939@gmail.com', '', '', 'Telephone: 8815933, 9884997', 'K.S Tower (2nd Floor), 39/4, Shayestha Khan Road, Old Court, Narayanganj-1400', '', 1, 0, 1, NULL),
+(434, 'Ably Tours & Travels', 1, 1, 1, '01715 017044', '01199 858074', 'abdussalambabu@yahoo.com', '', '', 'Telephone: 9338295, 8317201, 06662606335 8312012, 8321383(Res)', 'Hotel Probash Building (1st Floor), 124, DIT Extension Road, Fakirapool Dhaka-1000.', '', 1, 0, 1, NULL),
+(436, 'ABN Travels Limited', 1, 1, 1, '9349293', '', 'abn@abnbd.com', '', '', 'Telephone: 9349293-95, 9344397', '45, Siddeswari Circular Road Dhaka-1217', '', 1, 0, 1, NULL),
+(437, 'Abrar Tours & Travels', 1, 1, 1, '01819281080', '', 'abrartnt@gmail.com', '', '', 'Telephone: 7175814', 'Al-Razi Complex (5th Floor) 166/67, Syed Nazrul Islam Sarani Bijoynagar, Dhaka-1000', '', 1, 0, 1, NULL),
+(438, 'Absolute Ambitions Travel Services', 1, 1, 1, '01711787898', '', 'aim2try@gmail.com', '', '', '', 'Rahman Chamber (4th Floor),&nbsp;12-13, Motijheel C/A, Dhaka', '', 1, 0, 1, NULL),
+(439, 'Abtahe Air Travels', 1, 1, 1, '01819254132', '', 'uddinashraf55@yahoo.com', '', 'www.noorirtlsa.com', '', 'Noakhali Tower (1st Floor) 55/B Purana Paltan, Dhaka-1000', '', 1, 0, 1, NULL),
+(440, 'Abyadz Travels & Tours', 1, 1, 1, '01916902500', '01730995191', 'hajj1034@yahoo.com', '', '', '', 'Begum Rokeya Sarani(Gr Floor) East Shewrapara, Mirpur, Dhaka.', '', 1, 0, 1, NULL),
+(441, 'Accom Travels & Tours Ltd.', 1, 1, 1, '01713113733', '', 'shaharpar@yahoo.com', '', '', 'Telephone: 029821480,029821481', 'Erectors House (5th Floor),&nbsp;18, Kemal Ataturk Avenue,&nbsp;Banani, Dhaka', '', 1, 0, 1, NULL),
+(442, 'Active Global Aviation', 1, 1, 1, '01729092600', '', 'activeglobal.agee@gmail.com', '', '', '', '55, Purana Paltan, AZAD Center, (Suite #11-G), Dhaka-1000', '', 1, 0, 1, NULL),
+(443, 'Adar Travels & Tours', 1, 1, 1, '01711460401', '', 'miraintltd@yahoo.com', '', '', 'Telephone: 7161353', '28/1/C, Rahmania International Complex, Toyanbi Circular Road (3rd Floor), Room # 11, Motijheel, Dhaka', '', 1, 0, 1, NULL),
+(444, 'Adeb Air Travels & Tours', 1, 1, 1, '01717 316919', '01552 471510', 'adebairtravels@yahoo.com', '', '', 'Telephone: 9342784, 9348535', '40/1-D, Inner Circular Road (4th Floor), Naya Paltan,Dhaka-1000.', '', 1, 0, 1, NULL),
+(445, 'Adib Air Service', 1, 1, 1, '01711 610689', '', 'adibairservice@yahoo.com', '', '', '', 'Shawon Tower (7th Floor) 2/C, Purana Paltan, Dhaka-1000', '', 1, 0, 1, NULL),
+(446, 'Adiba Air International', 1, 1, 1, '01720512442', '', 'matinbd71@gmail.com', '', '', 'Telephone: 9514015', '11 (1st Floor), Room-203, Purana Paltan,Dhaka-1000.', '', 1, 0, 1, NULL),
+(447, 'Adil Overseas', 1, 1, 1, '01613489449', '', 'adiloverbd@gmail.com', '', '', 'Telephone: 9336869, 8351406', '130, DIT Extension Road Rahmat Bhaban (1st Floor) Fakirapool, Dhaka-1000', '', 1, 0, 1, NULL),
+(448, 'Admire Air Travels Ltd.', 1, 1, 1, '01819211690', '', 'admiretravels2009@hotmail.com', '', 'www.admirebd.com', '', '73, Airport Road, Lion Shopping Complex (3rd Floor), Room # 425,Tejgaon, Dhaka-1215', '', 1, 0, 1, NULL),
+(449, 'Adnan Tours & Travels', 1, 1, 1, '01715489363', '', 'puranapaltan@yahoo.com', '', '', '', 'Paramount Hights (3rd Floor) Box Culvert Road 65/2/1, Purana Paltan, Dhaka', '', 1, 0, 1, NULL),
+(450, 'Adonis Travel International', 1, 1, 1, '01819 218471', '', 'adonis@gononet.com', '', '', '', 'H-71, New Air Port Road (1st Floor) Amtali, Mohakhali, Dhaka.', '', 1, 0, 1, NULL),
+(451, 'Adriyan Tours & Travels', 1, 1, 1, '01711352296', '01911352296', 'adriyan.2013@gmail.com', '', '', 'Telephone: 9353016', '51/1, V.I.P Tower (11th Floor), 86 Inner Circular Road, Naya Paltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(452, 'Advance Travel Planner Ltd.', 1, 1, 1, '01711 816399', '', 'advancetravelplanner@yahoo.com', '', 'www.atpbd.com', 'Telephone: 9138870, 9126474, 9131801', 'Hasan Plaza (2nd Floor), 53 Kawran Bazar, Dhaka-1215.', '', 1, 0, 1, NULL),
+(453, 'Adventure Tours & Travels', 1, 1, 1, '0172642050', '', 'adventuretravels210@gmail.com', '', '', 'Telephone: 8828326', 'Ataturk Tower (7th Floor, Suite # 8A) 22, Kemal Ataturk Avenue Banani, Dhaka.', '', 1, 0, 1, NULL),
+(454, 'Aero Mark Tours & Travels', 1, 1, 1, '01712158888', '', 'aeromark@gmail.com', '', 'www.aeromarkbd.com', '', '17 / 1 , Monipuri para, shangshad avenew,Framgate, Dhake', '', 1, 0, 1, NULL),
+(455, 'Aero Speed International Ltd.', 1, 1, 1, '01552 480757', '', 'info@revinr.com', '', 'Telephone: 9143333', 'Telephone: 9143333', 'Sheltech Tower (9th Floor) New 60, Sheikh Rasel Square, Old 55/4/A, Leck Circus Kalabagan Dhaka.', '', 1, 0, 1, NULL),
+(456, 'Aero Travel & Tours', 1, 1, 1, '01712221395', '', 'aerotrv_tours@yahoo.com', '', '', 'Telephone: 9513728', '8/3 (2nd Floor), Topkhana Road Segunbagicha, Dhaka-1000', '', 1, 0, 1, NULL),
+(457, 'Aerodrome Bangladesh Ltd.', 1, 1, 1, '01711530602', '', 'aerodromebd@gmail.com', '', '', 'Telephone: 9571649,9571546', '27, Dilkusha C/A (5th Floor), Suite No.607, Dhaka.', '', 1, 0, 1, NULL),
+(458, 'Aeromate Services Ltd.', 1, 1, 1, '+880 2 989 23 9', '', 'info@aeromate.com.bd', '', 'www.aeromate.com.bd', 'Telephone: +880 2 989 23 93, +880 2 989 31 69', 'Uday Tower(4th Floor) 57 Gulshan Avenue Gulshan-1,Dhaka-1212.', '', 1, 0, 1, NULL),
+(459, 'Aeronet International', 1, 1, 1, '01711209990', '01715885701', 'aeronetint@yahoo.com', '', '', 'Telephone: 8931280, 9351107, 8318129', 'Mouchak Tower(12th Floor), Suite # 1314 83/B, Siddeswari Circular Road, Malibag Dhaka-1217', '', 1, 0, 1, NULL),
+(460, 'Aeroways Limited', 1, 4, NULL, '9357789', '', 'aeroways@gmail.com', 'aeroways@gmail.com', '', 'Telephone: 9357789, 9341292, 9330206, 9339268, 8317167 (Off) 9341292 (Res)', '183 Shohid Sayed Nazrul Islam Sarani, 3/3C, Bijoy Nagar, Dhaka-1000', '', 1, 0, 1, NULL),
+(461, 'Aerowing Aviation', 1, 1, 1, '8811683', '', 'info@aerowing.com.bd', '', '', '', 'Uday Tower(4th Floor), 57 Gulshan Avenue Gulshan-1,Dhaka', '', 1, 0, 1, NULL),
+(462, 'AF Tours & Travels', 1, 1, 1, '8331596', '', 'pnecod@gmail.com', '', 'www.pnecod.com', '', '177, Shahid Sayed Nazrul Islam Sharani, Mahtab Center, Bijoynagar, Dhaka.', '', 1, 0, 1, NULL),
+(463, 'Afnan Air International', 1, 1, 1, '018170606218', '', 'afnanairintl@yahoo.com', '', '', '', 'Islam Tower (1st Floor), 65, Naya Paltan, Dhaka.', '', 1, 0, 1, NULL),
+(464, 'Afnan Aviation', 1, 1, 1, '01715933127', '', 'afnanaviation@yahoo.com', '', '', 'Telephone: 7168616, 7162871', 'Sajan Tower-1 (1st Floor, Room # 204) 4, Segun Bagicha, Dhaka-1000', '', 1, 0, 1, NULL),
+(465, 'Afnan Travels', 1, 1, 1, '01930812805', '', 'soudidangla@yahoo.com', '', '', '', '178/179, Powro Market (1st Floor), Sadar Road, Munshigonj', '', 1, 0, 1, NULL),
+(466, 'Afro Asia Tours & Travels', 1, 1, 1, '01757697503', '01715540520', 'ahmadexpress1966@gmail.com', '', '', '', '13/7, City Heart Building (12th Floor) 67, Naya Paltan, Dhaka-1000', '', 1, 0, 1, NULL),
+(467, 'Aftab Aviation', 1, 1, 1, '01711242471', '', 'aftabaviation@yahoo.com', '', '', '', '70, Naya Paltan (2nd Floor), Dhaka-1000', '', 1, 0, 1, NULL),
+(468, 'Aftab Travels & Tours', 1, 1, 1, '01819 221636', '01917 381154', 'aftabtt@yahoo.com', '', '', 'Telephone: 8362630, 9348565, 8311089', '70, Naya Paltan (3rd Floor) Dhaka-1000.', '', 1, 0, 1, NULL),
+(469, 'Aftab Travels International', 1, 1, 1, '01711955988', '', 'info@revinr.com', '', '', 'Telephone:9559118', 'Eastern View (10th Floor), 50, DIT Extension Road, Naya Paltan, Dhaka', '', 1, 0, 1, NULL),
+(470, 'AHB Travels International Ltd', 1, 1, 1, '01819242267', '', 'ahbtex@yahoo.com', '', '', '', 'Bakaul Mansion 42/1/Kha Segunbagicha (2nd Floor) Dhaka-1000.', '', 1, 0, 1, NULL),
+(471, 'Ahmed Airways Services', 1, 1, 1, '01711 522930', '', 'aas@ahmedgroupbd.com', '', 'www.ahmedgroupbd.com', 'Telephone: 02-9578346, 9578349,9578354', '88, Motijheel C/A, Shadhinata Bhaban (1st Floor), Dhaka-1000', '', 1, 0, 1, NULL),
+(472, 'Ahnaf Travels & Tours', 1, 1, 1, '9513263', '', 'ahasanurrahman80@gmail.com', '', '', 'Telephone: 9513263, 9570807', '14,Purana Paltan,Darus Salam Arcade Room no:801 (7th Floor),Dhaka.', '', 1, 0, 1, NULL),
+(473, 'Ahsan International', 1, 1, 1, '01711591575', '', 'ahsaninternational@yahoo.com', '', '', '', '112, Godagari Road (2nd Floor), Chapai Nawabgonj-6300', '', 1, 0, 1, NULL),
+(474, 'Ahsan Travels International', 1, 1, 1, '01819 223279', '01715 11165', 'mmhoque71@yahoo.com', '', '147, DIT Extension Road (3rd F', '', '', '', 1, 0, 1, NULL),
+(475, 'Ahsania Malaysia Hajj Mission', 1, 1, 1, '01711545120', '', 'dambgd@bdonline.com', '', '', '', 'House # 19, Road # 12 (New), Dhanmondi R/A, Dhaka', '', 1, 0, 1, NULL),
+(476, 'AIM Travels', 1, 1, 1, '01711548990', '', 'aimtravels10@yahoo.com', '', '', '', 'Akram Tower, Room-8 (6th Floor) 199,Shahid Syed Nazrul Islam Sarani, Dhaka.', '', 1, 0, 1, NULL),
+(477, 'Air Asia Tours & Travels', 1, 1, 1, '01711 593562', '', 'airasiadhaka@yahoo.com', '', '', 'Telephone: 9563426, 7124970', '22, Motijheel (2nd Floor) BCIC Shadan, Dhaka-1000 airasiabd@gmail.com', '', 1, 0, 1, NULL),
+(478, 'Air Bangla International Ltd.', 1, 1, 1, '01711 436788', '01611436788', 'airbangladhaka@lvc.com', '', 'www.airbangla-bd.com', 'Telephone: 9354810, 9354811', '53/3, DIT Extension Road (1st Floor) Fakirapool, Dhaka-1000.', '', 1, 0, 1, NULL),
+(479, 'Air Base Travels', 1, 1, 1, '01716861899', '', 'airbase03@gmail.com', '', '', 'Telephone: 029559833,027110917 \r\nFax: 029566968', '115-120, Adamjee Court (2nd Floor),Motijheel C/A, Dhaka-1000.', '', 1, 0, 1, NULL),
+(480, 'Air Best', 1, 1, 1, '01715110052', '', 'airbesthafiz@yahoo.com', '', '', '', 'Room # 2 (8th Floor) Gulisthan Hall Shopping Complex 2,BB Avenue, Dhaka-1000', '', 1, 0, 1, NULL),
+(481, 'Air Birds Express', 1, 1, 1, '01711463174', '01787733874', 'theairbirdsexpress@yahoo.com', '', '', '', '345, Segun Bagicha, Dhaka-1000', '', 1, 0, 1, NULL),
+(482, 'Air Bond Travels', 1, 1, 1, '01819 237948', '', 'airbond@dhaka.net', '', '', 'Telephone: 9552428, 9554395', 'Tropicana Tower (3rd Floor) 45, Topkhana Road, Dhaka-1000', '', 1, 0, 1, NULL),
+(483, 'Air Bridge Travels & Tours', 1, 1, 1, '01819203318', '', 'airbridge_bd@yahoo.com', '', '', 'Telephone: 8715794-95', 'Plot # Ga-36, Flat # A-5, School Road, Mohakhali, Banani, Dhaka.', '', 1, 0, 1, NULL),
+(484, 'Air Castle Travels', 1, 1, 1, '01713303158', '', 'aircastletravels@gmail.com', '', '', 'Telephone: +88029872732, +88029873286', 'Flat # B-3, (2nd Floor) House # 78, Road # 7, Block # H, Banani, Dhaka-1213, Bangladesh', '', 1, 0, 1, NULL),
+(485, 'Air Channel International', 1, 1, 1, '01819225506', '01919225506', 'airchannel50@yahoo.com', '', '', 'Telephone: 9567798, 7112501, 06662680719', 'Karim Chamber (1st Floor) 99, Motijheel C/A, Dhaka-1000 atiqur_3@yahoo.com', '', 1, 0, 1, NULL),
+(486, 'Air Concern International Limited', 1, 1, 1, '01819 222213', '', 'air.concern@hotmail.com', '', '', 'Telephone: 7169291-3, 9564655, 9564942', 'Adamjee Court (Annex), Ground Floor 115/116, Motijheel C/A, Dhaka-1000', '', 1, 0, 1, NULL),
+(487, 'Air Confidence International Tours & Travels', 1, 1, 1, '01819 238607', '01920 484923', 'airconin@citech.net', '', '', 'Telephone: 9344363', 'G-Nat Tower (8th Floor, Room # 8/D) 116-117, DIT Extension Road Fakirapool, Dhaka-1000.', '', 1, 0, 1, NULL),
+(488, 'Air Connection Travels & Tours', 1, 1, 1, '01730060020', '01675082096', 'airctt@gmail.com', '', '', 'Telephone: 8330118, 8330119', 'Dhaka Sheraton Hotel, Annex Building-1 (2nd Floor) BSL Office Complex, 1, Minto Road, Dhaka', '', 1, 0, 1, NULL),
+(489, 'Air Continental', 1, 1, 1, '01762680000', '01199888080', 'aircon@continentalcourierbd.net', '', '', 'Telephone: 9561122, 9587643', '78, Motijheel C/A, Dhaka-1000', '', 1, 0, 1, NULL),
+(490, 'Air Cox’s International Ltd.', 1, 1, 1, '01819241808', '01711829073', 'aircoxsintl@yahoo.com', '', '', 'Telephone: 9556163,9822380,9822381,9822382,9822383', 'Aziz Co-operative Market, Flat # B/3, Building # 3, 204,Shahid Syed Nazrul Islam Avenue, Bijoynagar, Dhaka-1000', '', 1, 0, 1, NULL),
+(491, 'AIR DOTCOM TOURS & TRAVELS', 1, 1, 1, '01738023777', '', 'alhelalhra@yahoo.com', '', '', 'Telephone: 8362483, 8332794', 'VIP TOWER (9th FLOOR), 51/1, NAYAPALTAN, VIP ROAD, DHAKA-1000', '', 1, 0, 1, NULL),
+(492, 'Air Exhibition Ltd.', 1, 1, 1, '01713067769', '', 'airexhibition@gmail.com', '', '', '', 'Unicorn Plaza, 4th Floor, Suite No. 6/A, 40/2, North Avenue, Gulshan, Dhaka.', '', 1, 0, 1, NULL),
+(493, 'Air Express International', 1, 1, 1, '7164462', '', 'airexpaess@hotmail.com', '', 'Telephone:7164462, 9557681', '', '3/4-A, Sabbir Tower (3rd Floor, Room # 404) Purana Paltan, Dhaka-1000', '', 1, 0, 1, NULL),
+(494, 'Air Express Tours & Travels', 1, 1, 1, '7191666', '', 'air@dhaka.net', '', '', '', '11 Fakirapool (Gr Floor), Motijheel Inner Circular Road Dhaka-1000.', '', 1, 0, 1, NULL),
+(495, 'Air Fantasy', 1, 1, 1, '01819255398', '', 'info@revinr.com', '', '', 'Telephone: 9353575', '3/10, Naya Paltan, Saleh Mansion (3rd Floor) Paltan, Dhaka', '', 1, 0, 1, NULL),
+(496, 'Air Galaxy Ltd.', 1, 1, 1, '01713001834', '', 'walid@unitedlinkbd.com', '', '', 'Telephone:9880054, 9880059', 'Taj Marriot (5th Floor) 25, Gulshan Avenue, Gulshan-1 Dhaka-1212', '', 1, 0, 1, NULL),
+(497, 'Air Home Tours & Travels', 1, 1, 1, '01716339752', '', 'airhomet09@gmail.com', '', '', 'Telephone: 8818918, 8819023', 'House # 54/A (1st Floor), Road # 132, Gulshan -1, Dhaka', '', 1, 0, 1, NULL),
+(498, 'Air Homes International', 1, 1, 1, '01715 020194', '01713 033220', 'info@revinr.com', '', '', 'Telephone: 9885134, 8835310', 'H-87, Jahan Bhaban (8th Floor) New Airport Road, Banani, Dhaka-1213.', '', 1, 0, 1, NULL),
+(499, 'Air Infinity Travel & Tourism', 1, 1, 1, '01678032321', '01811213847', 'airinfinitytravel@yahoo.com', '', 'www.airinfinitybd.com', 'Telephone: 9555641', '53, Purana Paltan, Suite # 502 (5th Floor) Baitul Abed Building, Dhaka-1000', '', 1, 0, 1, NULL),
+(501, 'Air King Travel & Tours', 1, 1, 1, '01911 357423', '', 'air_king2002@yahoo.com', '', '', '', 'S.A. Bhaban (2nd Floor) 115/23, Motijheel Circular Road Arambagh, Dhaka-1000', '', 1, 0, 1, NULL),
+(502, 'Air Life International', 1, 1, 1, '01711945255', '01552337800', 'info@revinr.com', '', '', 'Telephone: 7118542', '78/2, Patuatuli (Masjid Market, 1st Floor) Sadarghat, Dhaka', '', 1, 0, 1, NULL),
+(503, 'Air Link Travels & Tour', 1, 1, 1, '01711885975', '', 'airlinktours12@gmail.com', '', '', 'Telephone: 9344834', '30 Chamelibagh 3rd Floor,Dhaka', '', 1, 0, 1, NULL),
+(504, 'Air Matco International', 1, 1, 1, '01715 030167', '', 'airmatcointernational@yahoo.com', '', '', 'Telephone: 8311789, 9340800', 'Al-Bashir Plaza (1st Floor) 205/5, Fakirapool, Culvart Road Dhaka-1000.', '', 1, 0, 1, NULL),
+(505, 'Air Mishel', 1, 1, 1, '8391032', '', 'anwartasnim@gmail.com', '', '', 'Telephone: 8391032', '199, Shahid Syed Najrul Islam Sarani, Akram Tower(6th Floor), Suite No: 02,Dhaka.', '', 1, 0, 1, NULL),
+(506, 'Air Mission International', 1, 1, 1, '01720229696', '', 'info@revinr.com', '', '', 'Telephone: 9560094', '56, Purana Paltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(507, 'Air Net International', 1, 1, 1, '01715 665563', '01716 664568', 'shabubd@gmail.com', '', '', 'Telephone: 9560834', 'Rahmania International Complex (7th Floor) 28/1/C, Toyenbee Circular Road Room # 17, Motijheel, Dhaka-1000', '', 1, 0, 1, NULL),
+(508, 'Air Palace', 1, 1, 1, '01711 246011', '', 'airpalace100@yahoo.com', '', '', 'Telephone: 8311535, 8315606, 7161265', 'Soleman Plaza (4th Floor) 3/3-B Purana Paltan, Dhaka-1000', '', 1, 0, 1, NULL),
+(509, 'Air Pamraj', 1, 1, 1, '01914815077', '', 'airpamraj@yahoo.com', '', '', 'Telephone: 8412152', '56/3, Morol Mansion (4th Floor) Kuril Chowrasta, Badda, Dhaka.', '', 1, 0, 1, NULL),
+(510, 'Air Peace Travels Ltd.', 1, 1, 1, '01552 341481', '01711 266870', 'airpeace@gtlbd.net', '', '', '', 'Tropicana Tower (3rd Floor, Room # 8) 45, Topkhana Road, Dhaka-1000', '', 1, 0, 1, NULL),
+(511, 'Air Royal Aviation', 1, 1, 1, '01711050674', '', 'airroyalanayet@yahoo.com', '', '', 'Telephone: 9357806, 9360187', 'Tropicana Tower (3rd Floor) 45, Topkhana Road, Dhaka-1000.', '', 1, 0, 1, NULL),
+(512, 'Air Solutions (Pvt) Ltd.', 1, 1, 1, '01911520635', '', 'info@revinr.com', '', '', 'Telephone: 9893524, 9893531', 'Bay’s Tower, 4th Floor, South Block 50, Mohakhali C/A, Dhaka-1212', '', 1, 0, 1, NULL),
+(513, 'Air Speed (Pvt.) Limited', 1, 1, 1, '01819 214983', '', 'abdusaref@hotmail.com', '', '', 'Telephone:8312664, 9358953, 9342637-8,8322176, D-9347098', 'Suite no # 7A, 7th floor, Orchard Faruque Tower, 72 Naya Paltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(514, 'Air Station International', 1, 1, 1, '01720020440', '', 'airstationmp@gmail.com', '', '', 'Telephone: 9550232', '121, Motijheel C/A (3rd Floor) Jibon Bima Bhaban, Dhaka-1000', '', 1, 0, 1, NULL),
+(515, 'Air Times International', 1, 1, 1, '01714 446867', '', 'airtimes@bdonline.com', '', '', 'Telephone: 8113204, 8115529, 9123781', '15/12, Sher Shah Suri Road (1st Floor) Town Hall, Mohammadpur, Dhaka.', '', 1, 0, 1, NULL),
+(516, 'Air Touch Limited', 1, 1, 1, '01713064642', '', 'airtouch.sharafati@gmail.com', '', 'www.sharafatihajjbd.com', '', 'House -121, Road -3, Block - A, section -12, Mirpur, Pallabi, Dhaka-1216', '', 1, 0, 1, NULL),
+(517, 'Air Tour International', 1, 1, 1, '01713 013402', '01720 471174', 'solaiman57@yahoo.com', '', '', 'Telephone: 9565251, 7161529', '126, Motijheel C/A Dhaka-1000.', '', 1, 0, 1, NULL),
+(518, 'Air Trade', 1, 1, 1, '01819202221', '', 'airtrade11@gmail.com', '', '', 'Telephone: 8317260', '192, Fakirapool Hotel, Fakirapool, Dhaka', '', 1, 0, 1, NULL),
+(519, 'Air Trade Limited', 1, 1, 1, '01715 536297', '01711 346750', 'asadm74@yahoo.com', '', '', '', '14/2, Topkhana Road, Dhaka-1000.', '', 1, 0, 1, NULL),
+(520, 'Air Trip International Ltd.', 1, 1, 1, '01713032232', '01199855341', 'airtrip@yahoo.com', '', 'www.timesgroupbd.com', '', 'City Heart, Suit # 5/3 (4th Floor) 67, NayaPaltan, VIP Road, Dhaka-1000 mail:airtrip@timesgroupbd.com', '', 1, 0, 1, NULL),
+(521, 'Air Trip International Ltd.', 1, 1, 1, '01711 032651', '01819 320767', 'airtrip@yahoo.com', '', 'www.timesgroupbd.com', 'Telephone: 0321-52391, 52010', '3/17, Municipal Super Market Chamuhani, Noakhali.', '', 1, 0, 1, NULL),
+(522, 'Air Wave International Travels', 1, 1, 1, '01819006913', '', 'kts9569@yahoo.com', '', '', 'Telephone: 9569097', '27/11/3-A, Topkhana Road (1st Floor), Paltan, Dhaka', '', 1, 0, 1, NULL),
+(523, 'Air way International', 1, 1, 1, '01716 537772', '', 'sohel_5@yahoo.com', '', 'www.samirgroupbd.com', 'Telephone: 0088-9885360', 'Ta-131, wakil Tower (Lavel-10) Gulshan Link Road, Dhaka-1212.', '', 1, 0, 1, NULL),
+(524, 'Air World Communications', 1, 1, 1, '01755534399', '', 'info@airworldcom.com', '', 'www.airworldcom.com', 'Telephone: 8057785', 'Plot # 9/5, Block-B, Avenue-5, Sector-6, Mirpur, Dhaka', '', 1, 0, 1, NULL),
+(525, 'Air World International', 1, 1, 1, '01715 593477', '01817 058423', 'airworldint.net@gmail.com', '', '', 'Telephone: 7111801, 7112326', '168, Shohid Syed Nazrul Islam Sarani (Old), 3/1-J, Purana Paltan (4th Floor) Dhaka-1000.', '', 1, 0, 1, NULL);
+INSERT INTO `company_info` (`id`, `name`, `industry`, `service_required`, `current_condition`, `mob1`, `mob2`, `email1`, `email2`, `web`, `details`, `address`, `remarks`, `office_id`, `status`, `display`, `account_manager`) VALUES
+(526, 'Airland International Limited', 1, 1, 1, '01819 214588', '', 'acjubu@hotmail.com', '', '', 'Telephone: 9333878, 8312008, 9344253, 8317210', '53/3, DIT Extension Road (4th Floor) Fakirapool, Dhaka-1000.', '', 1, 0, 1, NULL),
+(527, 'Airlines Services Limited', 1, 1, 1, '01199 850713', '', 'ops@virgindac.com', '', '', 'Telephone: 8816324, 8816325', 'Safura Tower (4th Floor) 20, Kemal Ataturk Avenue, Banani C/A, Dhaka-1213', '', 1, 0, 1, NULL),
+(528, 'Airpath Aviation', 1, 1, 1, '01713 206556', '', 'airpath@optimaxbd.net', '', '', 'Telephone: 8832438, 8834741', 'Habib Mansion (4th Floor) 62, Kemal Ataturk Avenue, Banani Dhaka-1213', '', 1, 0, 1, NULL),
+(529, 'Airspan Limited', 1, 1, 1, '9352924', '', 'airspan@bangla.net', '', '', '', 'City Heart (10th Floor) 67, Naya Paltan, Dhaka-1000', '', 1, 0, 1, NULL),
+(530, 'Airstar Travels & Tours Ltd.', 1, 1, 1, '9871803', '', 'airstar@bangla.net', '', 'www.airstartravels.info', 'Telephone: 9871803, 98723015', 'Arcadia Delight (4th Floor) House # 121, Road # 01 Block-F, Banani, Dhaka-1213.', '', 1, 0, 1, NULL),
+(531, 'Airway Travels & Tours', 1, 1, 1, '01716212901', '01911029990', 'airwaytravels.tours@yahoo.com', '', '', '', '130, DIT Extension Road Rahmat Bhaban (2nd Floor) Fakirapool, Dhaka.', '', 1, 0, 1, NULL),
+(532, 'Ajmal Trade International', 1, 1, 1, '01743-182399', '', 'tuhin_bws@yahoo.com', '', '', 'Telephone: 01743-182399, 01715-743860', 'Madina Tower (7th Floor) 3/4, Purana Paltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(533, 'Ajmal Travels & Tours', 1, 1, 1, '01673613369', '', 'moallim_ajmal@yahoo.com', '', '', '', 'Syed Grand Centre(5th Floor) Room # 612 &amp; 615,Plot-89, Road # 28, Sec # 07,Uttara Model Town,Dhaka.', '', 1, 0, 1, NULL),
+(534, 'Ajmer Aviation Services', 1, 1, 1, '01819387082', '', 'ajmeraviation@gmail.com', '', '', 'Telephone: 7195561', '81/3, Fakirapool,(2nd Floor) Dhaka', '', 1, 0, 1, NULL),
+(535, 'AK Azad Travel & Tour', 1, 1, 1, '01812475630', '', 'akazadtravels@gmail.com', '', '', '', 'Room - E1/B, (4th Floor) Islam Tower 65, Nayapaltan, Dhaka - 1000.', '', 1, 0, 1, NULL),
+(536, 'Akaba International', 1, 1, 1, '01714 088331', '01715 349005', 'akaba-alamgir@yahoo.com', '', '', '', 'Noakhali Tower (5th Floor) 55/B, Puranapaltan, Dhaka-1000', '', 1, 0, 1, NULL),
+(537, 'Akaba Trading Corporation', 1, 1, 1, '01199 834395', '01713 118389', 'akababd@citech.net', '', '', '', '131 DIT Extension Road (2nd Floor) Fakirapool, Dhaka-1000.', '', 1, 0, 1, NULL),
+(538, 'Akash Bhraman Ltd.', 1, 1, 1, '01711 591296', '', 'akashbraman@gmail.com', '', '', 'Telephone: 7191235, 7191292, 7191773', '117/2-3 DIT Extension Road (1st floor) Fakirapool, Dhaka-1000.', '', 1, 0, 1, NULL),
+(539, 'Akash Travels & Tours', 1, 1, 1, '01733 941655', '', 'alifover@bijoy.net', '', '', '', 'Hotel Jonaki (2nd Floor) 14, Fakirapool, Dhaka-1000.', '', 1, 0, 1, NULL),
+(540, 'Akbar Overseas', 1, 1, 1, '01712100966', '', 'info@revinr.com', '', '', 'Telephone: 0721-761630', 'Stadium Super Market (1st Floor) Airport Road, Rajshahi', '', 1, 0, 1, NULL),
+(541, 'Akbar Tours', 1, 1, 1, '8314833', '', 'info@revinr.com', '', '', 'Telephone: 8314833', '66/A(2nd Floor), Nayapaltan,Dhaka-1000', '', 1, 0, 1, NULL),
+(542, 'Akbar Travels', 1, 1, 1, '0721-761631', '', 'info@revinr.com', '', 'Fax: 0721-761630', 'Telephone: 0721-761631', 'Stadium Super Market Rajshahi', '', 1, 0, 1, NULL),
+(543, 'Akbar Travels International', 1, 1, 1, '01713 033337', '01713060640', 'monjuah@yahoo.com', '', '', '', 'House # 147 (Ground Floor), Road # 13/B Block-E, Banani, Dhaka.', '', 1, 0, 1, NULL),
+(544, 'Akhand Travel & Tours', 1, 1, 1, '01716 802029', '01720 071972', 'akhandatravels@yahoo.com', '', '', 'Telephone: 9862783', 'House # 46 (1st Floor), Road # 15 Block-D, Banani Dhaka-1213.', '', 1, 0, 1, NULL),
+(545, 'Akter Tours & Travels', 1, 1, 1, '01727207893', '01924065550', 'hossain.akter1972@gmail.com', '', '', 'Telephone: 027194674', 'Rahmania Intl. Complex (7th Floor), 28/1/C, Toyenbee Circular Road, Motijheel C/A, Dhaka.', '', 1, 0, 1, NULL),
+(546, 'Al Ahanaf Air International', 1, 1, 1, '01912240917', '', 'alahnafair@gmail.com', '', '', 'Telephone: 9334701, 9349983', '28/A, Kakrail, (2nd Floor), VIP Road, Dkaka-1000', '', 1, 0, 1, NULL),
+(547, 'AL FATHA TRAVEL INTERNATIONAL', 1, 1, 1, '01711013685', '', 'info@revinr.com', '', '', 'Telephone: 073164687', 'KHAN TOWER (2nd FLOOR) MAHILA COLLAGE ROAD, DILALPUR, PABNA', '', 1, 0, 1, NULL),
+(548, 'Al Hajj Travel Trade', 1, 1, 1, '01819 286653', '', 'alhajtraveltrade@yahoo.com', '', 'www.hajagent.com', 'Telephone: 8918436, 8918439', 'A. B. Super Market (2nd Floor), Azampur, Plot # 60, Road # 2, Sector-3, Uttara C/A, Dhaka-1230. mail:u_touristguide@yahoo.com', '', 1, 0, 1, NULL),
+(549, 'Al Ifada Travels International Ltd.', 1, 1, 1, '01840333142', '', 'ziaurrahman1079@gmil.com', '', '', 'Telephone: 029856081', 'GA-133/3, Middle Badda (3rd Floor), Pragati Sharani, Dhaka', '', 1, 0, 1, NULL),
+(550, 'Al Sameeyu Travels & Tours', 1, 1, 1, '01715058412', '', 'info@alsameeyu.com', '', 'www.alsameeyu.com', 'Telephone:9362686', '46/2 Naya Paltan, Dhaka-1000', '', 1, 0, 1, NULL),
+(551, 'Al-Abdullah Air Services', 1, 1, 1, '01711 037315', '', 'pelikanair@yahoo.com', '', '', 'Telephone: 9335317, 8358234', '70, Naya Paltan (1st Floor) Dhaka-1000.', '', 1, 0, 1, NULL),
+(552, 'Al-Abrar Aviation', 1, 1, 1, '01711379512', '', 'alabraraviarion@gmail.com', '', '', '', 'Shahid Rafiq Sharani Singair. Manikgonj', '', 1, 0, 1, NULL),
+(553, 'Al-Abrar Travel & Tours', 1, 1, 1, '01817017652', '', 'info@revinr.com', '', '', 'Telephone: 8101756', 'House-222, Road-3, Mohammde Housing Society, Mohammadpur, Dhaka', '', 1, 0, 1, NULL),
+(554, 'Al-Akhowan Travel & Tours', 1, 1, 1, '01711969297', '01713005821', 'info@revinr.com', '', '', 'Telephone: 9330368', '30/A Nayapalton, Sattara Centure, (9th Floor) VIP Road, Dhaka-1000', '', 1, 0, 1, NULL),
+(555, 'Al-Aksa Tour & Travel Agent', 1, 1, 1, '01742547919', '01716046554', 'info@revinr.com', '', '', 'Telephone: 029349195', '85/1-A, Purana Paltan Line, Dhaka-1000', '', 1, 0, 1, NULL),
+(556, 'Al-Aksha Travels', 1, 1, 1, '01713768996', '', 'alakshatravels@gmail.com', '', '', 'Telephone: 0591-61727', 'Circuit House Road, Lalmonirhat', '', 1, 0, 1, NULL),
+(557, 'Al-Amanah Overseas', 1, 1, 1, '01712380393', '', 'mawlanaabdurrazzaq@yahoo.com', '', '', 'Telephone: 9463801', 'Ahad Plaza (2nd Floor), Jelkhana Mour, Valanagar, Narsingdi', '', 1, 0, 1, NULL),
+(558, 'Al-Amin Air International', 1, 1, 1, '01711198849', '', 'anwarbhai1970@yahoo.com', '', '', '', 'Rahmania Int’l. Complex (7th Floor) 28/1/C, Toyenbee Circular Road, Motijheel, Dhaka', '', 1, 0, 1, NULL),
+(559, 'Al-Amin Aviation', 1, 1, 1, '01552 346998', '', 'alaminaviation@gmail.com', '', '', 'Telephone: 7193870, 7191040', 'T & T Colony Mosjid Market (1st Floor) Fakirapool, Motijheel, Dhaka', '', 1, 0, 1, NULL),
+(560, 'Al-Amin Hajj Tours & Travels Ltd.', 1, 1, 1, '01924716799', '', 'alamintravels13@gmail.com', '', '', 'Telephone: 028059039', 'House-10, Avenue-2, Block-A, Section-11, Mirpur, Dhaka', '', 1, 0, 1, NULL),
+(561, 'Al-Amin International Travel Agent', 1, 1, 1, '01819153812', '', 'alamin@yahoo.com', '', '', 'Telephone: 9513114', '122, DIT Extension Road (Ground Floor) Fakirapool, Dhaka-1000', '', 1, 0, 1, NULL),
+(562, 'Al-Amin Tours & Travels', 1, 1, 1, '01199 852351', '01817 026076', 'info@revinr.com', '', '', 'Telephone: 9350421', 'Eastern View Building (1st & 2nd Floor) 50, DIT Extension Road, Nayapaltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(563, 'Al-Amin Travel & Tourism', 1, 1, 1, '01675736912', '01710370851, 01', 'info@revinr.com', '', '', 'Fax: 9891279', 'Shope-14, Rafique Super Market Block-J, P.O.-Gulshan Union-Bhattra, Badda, Dhaka', '', 1, 0, 1, NULL),
+(564, 'Al-Amin Travels & Tours Ltd.', 1, 1, 1, '01911 302038', '', 'tanvirabs@yahoo.com', '', '', '', '29/1/3, Toyenbee Circular Road (2nd Floor) Motijheel, Dhaka-1000.', '', 1, 0, 1, NULL),
+(565, 'Al-Arafa International Travel & Tours', 1, 1, 1, '01711188780', '01670040613', 'professorabdurrazzak@addininttravels.com', '', '', 'Telephone: 9570830, 9565260, (Res)7217392', 'Grand Azad Centre, 55 Punana Paltan, (9th Floor), Dhaka', '', 1, 0, 1, NULL),
+(566, 'Al-Arafah Overseas', 1, 1, 1, '01819 214195', '', 'al_arafah01@yahoo.com', '', 'www.alarafahoverseas.com', 'Telephone: 9551710, 9569697, 9569761, 9569790', '11/B, Toyenbee Circular Road (3rd Floor) Motijheel, Dhaka-1000', '', 1, 0, 1, NULL),
+(567, 'Al-Arafat Travels & Tours Pvt. Ltd.', 1, 1, 1, '01713 007859', '01713 309889', 'alarafat_travel@yahoo.com', '', '', '', '53, DIT Extension Road (Gr. Floor) Naya Paltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(568, 'Al-Ashfaq International', 1, 1, 1, '01716045643', '', 'info@revinr.com', '', '', 'Telephone: 9551573', 'Hasan Bhaban (1st Floor) 27/11/3-C, Topkhana Road Dhaka-1000.', '', 1, 0, 1, NULL),
+(569, 'Al-Balad Overseas', 1, 1, 1, '019565980179', '01777186929', 'albalad633@gmail.com', '', '', 'Telephone: 9566137, 9566138', '59/3, Purana Palatan, Shaleha Monjeel 5th Floor,Dhaka-1000', '', 1, 0, 1, NULL),
+(570, 'Al-Baraka Tours & Travels', 1, 1, 1, '01712945942', '', 'al-barakatt@gmail.com', '', '', 'Telephone: 9115509', '84, East Tejturi Bazar (1st Floor) Tejgaon, Dhaka', '', 1, 0, 1, NULL),
+(571, 'Al-Barakat International', 1, 1, 1, '01711 547169', '', 'barakat@mabassociatebd.com', '', '', 'Telephone: 8331561-63 (Off), 8122616 (Res)', 'Shama Complex (7th Floor) 66/A, Naya Paltan, VIP Road, Dhaka-1000', '', 1, 0, 1, NULL),
+(572, 'Al-Basitu Travels & Tours', 1, 1, 1, '01711535340', '', 'travels@al-basitu.com', '', 'www.al-basitu.com', 'Telephone:029134261', '32/4, Main Road, Kallyanpur,Dhaka-1207.', '', 1, 0, 1, NULL),
+(573, 'Al-Beruni Overseas', 1, 1, 1, '01819 237364', '', 'alberunibd@yahoo.com', '', 'www.alberunibd.com', 'Telephone: 9349860, 9350779', '70, Naya Palton (1st Floor), Dhaka-1000', '', 1, 0, 1, NULL),
+(574, 'Al-Bid Air Travels', 1, 1, 1, '01672220582', '', 'albidairtravels@gmail.com', '', 'www.albidairtravels.com', 'Telephone: 027913288-9', 'A.K. Plaza, Sonargaon Road, Plot#01, Road#1/B, Sector# 09, Uttara, Dhaka-1230', '', 1, 0, 1, NULL),
+(575, 'Al-Bismillah International Travels Ltd.', 1, 1, 1, '01714095999', '', 's.shamim74@yahoo.com', '', '', '', 'Road- 7/D, House- 21, Room- 206 (1st Floor), Sector- 9, Akash Plaza, Mymensingh Road, Uttara, Dhaka', '', 1, 0, 1, NULL),
+(576, 'Al-Borak International', 1, 1, 1, '01819 248622', '', 'alborak@dhaka.net', '', '', 'Telephone: 8332801-2, 8361087, 8361282, 8361308', '26, Naya Paltan (3rd Floor) VIP Road, Dhaka-1000', '', 1, 0, 1, NULL),
+(577, 'Al-Din Overseas', 1, 1, 1, '01199 895919', '', 'aldin183@yahoo.com', '', '', 'Telephone: 9348758, 9341426', '183, Syed Nazrul Islam Sarani (2nd Floor) Bijoy Nagar, Dhaka-1000', '', 1, 0, 1, NULL),
+(578, 'Al-Ehsan Air Travels', 1, 1, 1, '01716979193', '', 'alehsanairtravels@gmail.com', '', '', 'Telephone: 075162010', 'Metro Plaza (1st floor), SS Road, Sirajgong', '', 1, 0, 1, NULL),
+(579, 'Al-Fahad Air Ticketing And Medical Tourism Ltd.', 1, 1, 1, '01732580556', '', 'alfahadtourism@yahoo.com', '', '', 'Telephone:7120162', '107, Motijheel C/A Khan Mansion (Ground Floor) Dhaka-1000', '', 1, 0, 1, NULL),
+(580, 'Al-Falah Travels Limited', 1, 1, 1, '9340891', '', 'mhsiraji319@gmail.com', '', '', 'Telephone:9340891', '145 DIT Extension Road(2nd Floor) Fakirapool, Dhaka.', '', 1, 0, 1, NULL),
+(581, 'Al-Faruk Air Aviation Ltd.', 1, 1, 1, '01817513476', '', 'info@alfarukgroup.com', '', 'www.alfarukgroup.com', 'Telephone:027121580', 'H.M. Siddique Mansion (8th Floor), 55/A, Purana Paltan, Dhaka.', '', 1, 0, 1, NULL),
+(582, 'Al-Fattah Tours & Travels', 1, 1, 1, '01716420597', '', 'alfattahtours@gmail.com', '', '', 'Telephone:8356385', '116-117, Fakirapool, G-Net Tower (6th Floor), Dhaka-1000.', '', 1, 0, 1, NULL),
+(583, 'Al-Ferdaous Air International', 1, 1, 1, '01817 587523', '', 'info@revinr.com', '', '', 'Telephone: 7123144, 9553687', '10/2/1, Toyenbee Circular Road, Motijheel C/A, Dhaka-1000', '', 1, 0, 1, NULL),
+(584, 'Al-Gazi Travels Ltd.', 1, 1, 1, '01819 295055', '', 'algazi2050@gmail.com', '', 'www.algazitravelsltd.com', 'Telephone: 9567168, 9561253, 9570477', 'Alrazi Complex (4th Floor, Suite # D-401), 166-167, Shaheed Syed Nazrul Islam Sarani Purana Paltan, Dhaka.', '', 1, 0, 1, NULL),
+(585, 'Al-Ghofily Air Services Ltd.', 1, 1, 1, '01711523657', '', 'khademair@gmail.com', '', 'www.khademgroup.com.bd', 'Telephone: 8313528-9, 8317643, 9330806, 9353792', '40/3, Inner Circular (VIP) Road, Naya Paltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(586, 'Al-Habib Air Travels And Tours', 1, 1, 1, '01710 822933', '', 'alhabibbd@yahoo.com', '', '', 'Telephone: 9559657', 'Rahmania Int’l. Complex (5th Floor) 28/1/C, Toyenbee Circular Road, Motijheel, Dhaka', '', 1, 0, 1, NULL),
+(587, 'Al-Habib Hajj Group', 1, 1, 1, '01973026376', '', 'alhabibhajjgroup@yahoo.com', '', '', 'Telephone: 7170449', '48/A-B, Purana Paltan (Baitul Khair), 1st Floor, Dhaka.', '', 1, 0, 1, NULL),
+(588, 'Al-Haramine Tours and Travels', 1, 1, 1, '01670388302', '', 'rkbuddin@yahoo.com', '', 'www.al-haramine.com', 'Telephone: 9333829, 9333509', '65 Nayapalton, Islam Tower (2nd Floor), Nayapalton, Dhaka-1000', '', 1, 0, 1, NULL),
+(589, 'Al-Hasan Tours & Travels', 1, 1, 1, '01716080232', '', 'sumo64408@gmail.com', 'hasan@ahttbd.com', '', '', 'House- 53, Road-1, Mahigonj, Rangpur.', '', 1, 0, 1, NULL),
+(590, 'Al-Hasib Overseas', 1, 1, 1, '01819 224610', '01971 002003', 'alhasib819@yahoo.com', '', 'www.alhasiboverseas.com', 'Telephone: 9555352, 9554984 (Off) 8313745 (Res)', 'Ibrahim Mansion (3rd Floor) 11, Purana Paltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(591, 'Al-Hayat Aviation', 1, 1, 1, '01711 049870', '', 'alhayataviation2013@gmail.com', '', '', 'Telephone: 8312891', '162 Shahid Sayed Nazrul Islam Sharani (Old 3/3-B) Purana Paltan, Soleman Plaza (5th Floor, Room # 13) Dhaka-1000', '', 1, 0, 1, NULL),
+(592, 'Al-Hera Air International', 1, 1, 1, '01715 157339', '', 'madina355@dhaka.net', '', '', 'Telephone: 8361864, 8312159', '105, Fakirapool, Malek Market (1st Floor) Motijheel, Dhaka-1000', '', 1, 0, 1, NULL),
+(593, 'Al-Itqan Travel International', 1, 1, 1, '01816762421', '', 'info@revinr.com', '', '', 'Telephone: 7114862', '26, Shaheed Nazrul Islam Road Hatkhola, 4th Floor, Room # 4, Dhaka', '', 1, 0, 1, NULL),
+(594, 'AL-ITTESAL AIR SERVICE', 1, 1, 1, '01717205249', '', 'info@revinr.com', '', '', 'Telephone: 7193009', '167/9, MOTIJHEEL CIRCULAR ROAD , MOTIJHEEL, DHAKA', '', 1, 0, 1, NULL),
+(595, 'Al-Jashim Travels & Tours', 1, 1, 1, '01819441454', '01711592650', 'aljashim55@yahoo.com', '', '', 'Telephone: 7194305', '293, Inner Circular Road (2nd Floor) Fakirapool, Dhaka-1000', '', 1, 0, 1, NULL),
+(596, 'Al-Jubaer Travels Agency', 1, 1, 1, '01819413857', '', 'minarfashion@gmail.com', '', '', 'Telephone: 8156999', '28-29, Adarsha Chayanir Ring Road, Adabor, Dhaka', '', 1, 0, 1, NULL),
+(597, 'Al-Kaba Travels & Tourism', 1, 1, 1, '01712566772', '', 'alkabatravels@yahoo.com', '', '', 'Telephone: 9354850', '30/A Nayapaltan, VIP Road, (13th Floor) Dhaka-1000', '', 1, 0, 1, NULL),
+(598, 'Al-Kabah International Ltd.', 1, 1, 1, '01713213690', '', 'alkabah2011@gmail.com', '', '', 'Telephone:7113609', '56/A, Purana Paltan, Dhaka-1000', '', 1, 0, 1, NULL),
+(599, 'Al-Karim Travels & Tours', 1, 1, 1, '01715457938', '', 'info@revinr.com', '', '', 'Telephone: 9134941', '108/A,East Rajabajar Mosque Complex Tejgaon,Dhaka.', '', 1, 0, 1, NULL),
+(600, 'Al-Kasem Travels & Tours', 1, 1, 1, '01711958534', '', 'info@revinr.com', '', '', 'Telephone: 9817569', 'SK Mannan Tower, Level-4, Flat-40(5th floor), Cheragali, Tongi,Gazipur, Dhaka', '', 1, 0, 1, NULL),
+(601, 'Al-Khair Travels & Tours', 1, 1, 1, '01713724556', '01755590021, 01', 'alkhair7555@yahoo.com', '', 'www.akttbd.blogspot.com', 'Telephone: 051-78682', '64, Jamil Shopping Center, Borogola, Bogra-5800', '', 1, 0, 1, NULL),
+(602, 'Al-Khaleej Travel Limited', 1, 1, 1, '8826519', '', 'irving@optimaxbd.net', '', '', '', '31, Park Plaza (S-1), Road&nbsp; #17 Block # D, Banani, Dhaka', '', 1, 0, 1, NULL),
+(603, 'Al-Madina Hajj & Travel Service', 1, 1, 1, '7191939', '', 'almadinahajj@yahoo.com', '', '', '', '116-117, DIT Extension Road, G-Net Tower (3rd Floor, room # 3/A, Fakirapool, Dhaka', '', 1, 0, 1, NULL),
+(604, 'Al-Madina Travels & Hajj Kafela', 1, 1, 1, '01818994522', '', 'info@revinr.com', '', '', '', '562, East Kajipara (1st Floor) Kafrul, Mirpur, Dhaka', '', 1, 0, 1, NULL),
+(605, 'Al-Madina Travels & Tours', 1, 1, 1, '01712006968', '01711362682', 'al-madinatt.bd@gmail.com', '', '', '', '91, Kazi Nazrul Islam Avenue (5th Floor) Farmgate, Dhaka-1215', '', 1, 0, 1, NULL),
+(606, 'Al-Madina Travels International Ltd.', 1, 1, 1, '01715006248', '01815571718', 'infoalmadina@yahoo.com', '', '', '', 'G-Nat Tower (4th Floorm Room # 4/G) 116-117, DIT Extension Road Fakirapool, Dhaka-1000. mail:harounorrashid@yahoo.com', '', 1, 0, 1, NULL),
+(607, 'Al-Magfirah Travels', 1, 1, 1, '09424-72131', '01711976043', 'md.fakhrulislamalamgir@yahoo.com', '', '', '', 'Syed Amena Bhaban, 1st Floor Durjoy Mor Bus Stand Bhairab, Kishorgonj', '', 1, 0, 1, NULL),
+(608, 'Al-Mahmud Travels', 1, 1, 1, '01713 006836', '', 'almahmud@hotmail.com', '', '', 'Telephone: 9333379, 8316806', 'Eastern View (9th Floor) 50, Naya Paltan DIT Extension Road, Dhaka-1000', '', 1, 0, 1, NULL),
+(609, 'Al-Mamun International', 1, 1, 1, '01819 253425', '', 'almaint1967@yahoo.com', '', '', 'Telephone: 9346263, 7278240, 9344771', '67, Purana Paltan Line (2nd Floor) Shantinagar Bazar Batgachgoli VIP Road, Dhaka-1000', '', 1, 0, 1, NULL),
+(610, 'Al-Manar Tours & Travels', 1, 1, 1, '01711566605', '', 'al.manartours@gmail.com', '', '', 'Telephone: 9888242', 'House # 4/A, Road # 2 Gulshan-1, Dhaka', '', 1, 0, 1, NULL),
+(611, 'Al-Mariya Travels', 1, 1, 1, '01819109740', '', 'almariyatravels@yahoo.com', '', '', '', '55/A, Purana Paltan (6th Floor), Purana Paltan.', '', 1, 0, 1, NULL),
+(612, 'Al-Marjuq Air International', 1, 1, 1, '01552372895', '01819495992', 'almarjuqbd@gmail.com', '', '', '', '55/1, Nayapaltan (GR Floor), Dhaka-1000', '', 1, 0, 1, NULL),
+(613, 'Al-Marwah International', 1, 1, 1, '01715015140', '01814222292', 'toaha78@hotmail.com', '', '', 'toaha78@hotmail.com', '120, DIT Extension Road Habibullah Mansion (Ground Floor) Fakirapool, Dhaka-1000', '', 1, 0, 1, NULL),
+(614, 'Al-Mass International Ltd.', 1, 1, 1, '01711844952', '01552374525', 'almass950@hotmail.com', '', 'www.almassinternet.com', '', '46/A, Purana Paltan, Dhaka-1000', '', 1, 0, 1, NULL),
+(615, 'Al-Mina Travels & Tours', 1, 1, 1, '01717314412', '01715589393', 'info@al-mina.com', '', '', 'Telephone:7642441', '194/6, Banga Bandhu Road Narayanganj.', '', 1, 0, 1, NULL),
+(616, 'Al-Misuka Travels Ltd.', 1, 1, 1, '01712 044362', '01673792721', 'altarek700@yahoo.com', '', '', '', 'G-Nat Tower (7th Floor, Suite # 7B) 116-117, DIT Extension Road Fakirapool, Dhaka-1000', '', 1, 0, 1, NULL),
+(617, 'AL-mizan travels & tours agency', 1, 1, 1, '01711666766', '01611666766', 'almizangroup@gmail.com', '', '', 'Telephone: 9343022, 9353436, 9359319, 9348118', 'City Heart, Suit # 05 67, NayaPaltan, Dhaka-1217.', '', 1, 0, 1, NULL),
+(618, 'Al-Mobarakah Tours & Travels (Pvt) Ltd.', 1, 1, 1, '01715 085197', '', 'delawar29@yahoo.com', '', '', '', 'Afia Mansion (1st Floor), 295, Inner Circular Road Fakirapool, Dhaka-1000 ', '', 1, 0, 1, NULL),
+(619, 'Al-Mojeel Air International', 1, 1, 1, '01819 257339', '', 'al.mojeel.international@gmail.com', '', '', '', 'Shawon Tower (11th Floor) 2/C, Purana Palton, Dhaka-1000.', '', 1, 0, 1, NULL),
+(620, 'Otobi Limited', 10, 1, 1, '9862370', '9862370.', 'info@otobi.com', '', 'www.otobi.com', '', 'Plot 12, Block CWS (C)\r\nGulshan South Avenue, Gulshan 1,Dhaka 1212, Bangladesh.', '', 1, 2, 1, NULL),
+(621, 'Al-Muzdalifa Aviation', 1, 1, 1, '01712162800', '', 'almuzdalifa2012@gmail.com', '', '', '', '3/4, Purana Paltan Madina Tower (2nd Floor), Dhaka.', '', 1, 0, 1, NULL),
+(622, 'Al-Nafi Travels', 1, 1, 1, '01711337972', '01922919826', 'nazim_nafi@yahoo.com', '', '', '', '144, DIT Extension Road (1st Floor) Motijheel, Dhaka', '', 1, 0, 1, NULL),
+(623, 'Al-Naser Aviation Services', 1, 1, 1, '01711 677130', '', 'alnaser@gmail.com', '', '', 'Telephone: 7121620', '45, Topkhana Road (3rd Floor) Dhaka-1000', '', 1, 0, 1, NULL),
+(624, 'Al-Naser Aviation Services', 1, 1, 1, '01741379781', '', 'info@revinr.com', '', '', '', 'Baluadanga Bus Stand More Dinajpur', '', 1, 0, 1, NULL),
+(625, 'Al-Nayeem Tours & Travels', 1, 1, 1, '01715105155', '', 'alnayeemtravels@yahoo.com', '', '', '', 'House No - 16, Road No- 6/A, Sector No-04, Uttara, Dhaka-1230.', '', 1, 0, 1, NULL),
+(626, 'Al-Nayim Air International', 1, 1, 1, '01715 049085', '', 'alnayimair@yahoo.com', '', '', '', 'Hasan Bhaban (1st Floor), 27/11/3-C Topkhana Road, Dhaka-1000', '', 1, 0, 1, NULL),
+(627, 'Al-Noor Air Service', 1, 1, 1, ' 01911 381247', '01819166294', 'info@revinr.com', '', '', 'Telephone: 7168450 (Off) 7312867 (Res)', 'Noor Jahan Sharif Plaza (1st Floor) 34, Purana Paltan Dhaka-1000.', '', 1, 0, 1, NULL),
+(628, 'Al-Noor International Travel Agent', 1, 1, 1, '01711 549700', '01711 828810, 0', 'info@al-noorintl.com', '', 'www.al-noorintl.com', 'Telephone: 9360070, 9356403 (Off), 9331582 (Res)', '', '', 1, 0, 1, NULL),
+(629, 'Al-Noor Overseas', 1, 1, 1, '01819 245933', '01825057260 (Ho', 'alnooroves@yahoo.com', '', '', '', 'Eastern View (2nd Floor), Room # 2/4-5 50, DIT Extension Road Nayapaltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(630, 'Al-Ohud Hajj Travel Agency Ltd.', 1, 1, 1, '01715022687', '', 'al.ohudhajz786@gmail.com', '', '', 'Telephone: 02-7746139', 'A-140/1, Bazar Road,Savar, Dhaka– 1340.', '', 1, 0, 1, NULL),
+(631, 'Al-Omrah Associates Ltd.', 1, 1, 1, '01712759442', '', 'neighbourassociates2007@yahoo.com', '', '', 'Telephone: 9344165', '120, DIT Extension Road (2nd Floor), Fakirapool, Dhaka', '', 1, 0, 1, NULL),
+(632, 'Al-Qaswa Travels wal Hajj wal Omrah', 1, 1, 1, '01714018614', '', 'aqtravels@yahoo.com', '', '', 'Telephone: 9570768', '41/4-A, Purana Paltan (Culvert Road) Dhaka-1000.', '', 1, 0, 1, NULL),
+(633, 'Al-Qibla Hajj Tours & Travels', 1, 1, 1, '01716293538', '01914986031, 01', 'info@revinr.com', '', '', 'Telephone:041-720227', '652, Khan-A Sabur Road Joragate, Khulna', '', 1, 0, 1, NULL),
+(634, 'Al-Qibla Tours & Travels', 1, 1, 1, '01677551177', '', 'aqtt2012@yahoo.com', '', '', 'Telephone: 028321164', 'Lorna Office Complex, 94/A, New Eskaton Road, Dhaka.', '', 1, 0, 1, NULL),
+(635, 'Al-Qutub Hajj Travels', 1, 1, 1, '01611077053', '', 'humqutub@gmail.com', '', '', '', 'Ga-3/1, Shahjadpur Eidgah Masjid Complex (2nd Floor), Gulshan, Dhaka', '', 1, 0, 1, NULL),
+(636, 'Al-Rafi Omra & Hajj Kafela', 1, 1, 1, '01711 856025', '01611 856025', 'al-rafi@yahoo.com', '', '', 'Telephone: 7167235', 'Baitul Khair, Room # 207 (2nd Floor) 48-A/B, Purana Paltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(637, 'Al-Rafi Travel Trade', 1, 1, 1, '01913464295', '01534401458', 'alrafitraveltrade@yahoo.com', '', 'www.alrafitraveltrade.com', '', 'House # 30 (3rd Floor), Flat # 3/D, Sonargaon Janapath Road, Sector – 11, Uttara, Dhaka - 1230.', '', 1, 0, 1, NULL),
+(638, 'Al-Rafique Overseas', 1, 1, 1, '01813682008', '', 'info@revinr.com', '', '', 'Telephone: 9136420', '46, Kazi Nazrul Islam Avenue Ahmed Mansion (5th Floor) Kawran Bazar, Dhaka', '', 1, 0, 1, NULL),
+(639, 'Al-Rahat Air International', 1, 1, 1, '01711 524334', '01842524334', 'alrahat823@gmail.com', '', '', 'Telephone: 7192874, 7194751', '120 DIT Extension Road, Habibullah Mansion 3rd Floor, Fakirapool, Dhaka -1000', '', 1, 0, 1, NULL),
+(640, 'Al-Raiyan Air International', 1, 1, 1, '01711354783', '', 'manna008@yahoo.com', '', '', 'Telephone: 9140938', '444/1, West Nakhalpara, Shaheenbag Tejgaon, Dhaka.', '', 1, 0, 1, NULL),
+(641, 'Al-Raji Travels & Tours', 1, 1, 1, '01817 026751', '01816 553709', 'alraji2006@yahoo.com', '', '', '', 'Darus Salam Arcade (5th Floor) 14, Purana Paltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(642, 'Al-Rayeen International', 1, 1, 1, '(880-2) 7193767', '', 'al_rayeen71@yahoo.com', '', '', '', 'G-Net Tower (1st Floor), 116-117 DIT Ext. Road, Fakirapool, Dhaka', '', 1, 0, 1, NULL),
+(643, 'Al-Risan Travel Agency', 1, 1, 1, '01715135446', '', 'alrisantravelagenchy@yahoo.com', '', '', 'Telephone: 8961711', '34, H. M. Plaza, Room-07, 10th Floor, Road-2, Sector-3, Uttara C/A, Dhaka', '', 1, 0, 1, NULL),
+(644, 'Al-Saba Travel & Tours', 1, 1, 1, '01911550073', '', 'alsabatt@gmail.com', '', '', 'Telephone: 9016766(Off), 9138916(Res)', '855, East Shawrapara, Mirpur, Dhaka-1216', '', 1, 0, 1, NULL),
+(645, 'Al-Safwa Trade Tours & Travels', 1, 1, 1, '01714075291', '', 'alsafwattt@gmail.com', '', '', '', '72-73, Kazi Alauddin Road (2nd Floor), Nazira Bazar, Chowrasta, Dhaka.', '', 1, 0, 1, NULL),
+(646, 'Al-Salim Tours and Travels', 1, 1, 1, '01911 353082', '', 'alsalim9@gmail.com', '', '', '', '204, Shohid Syed Nazrul Islam Sharani Aziz Co-operative market (3rd Floor) Bijoynagar, Dhaka-1000.', '', 1, 0, 1, NULL),
+(647, 'Al-Samit Air Service', 1, 1, 1, '01726723175', '01819126661', 'info@revinr.com', '', '', 'Telephone:9333720', '70, Nayapaltan (1st Floor), Dhaka-1000', '', 1, 0, 1, NULL),
+(648, 'Al-Shahela Overseas Service', 1, 1, 1, '01711054133', '', 'alshahela@gmail.com', '', '', '', '53, Purana Paltan(Baitul Abed Bhaban), 3rd Floor, Room-303, Dhaka', '', 1, 0, 1, NULL),
+(649, 'Al-Sobhani International', 1, 1, 1, '01711709211', '', 'alsobhaniint@yahoo.com', '', '', '', 'Shatabdi Center (4th Floor) 292, Inner Circular Road Fakirapool, Dhaka-1000', '', 1, 0, 1, NULL),
+(650, 'Al-Sourav Travels International', 1, 1, 1, '01715 877018', '01819251092', 'alsouravoverseas@gmail.com', '', '', 'Telephone: 8321783, 8357047', '476/C, DIT Road (1st Floor), Malibagh, Dhaka', '', 1, 0, 1, NULL),
+(651, 'Al-Sureswar Travels', 1, 1, 1, '01712756162', '01911986320', 'alsureswargroup@yahoo.com', '', '', 'Telephone: 9345598', '476/C, Malibagh D.I.T. Road Azad Tower ( 6th Floor), Rampura, Dhaka-1219', '', 1, 0, 1, NULL),
+(652, 'Al-Tacowa Tours & Travels', 1, 1, 1, '01711175333', '', 'travelaltrcowa_bd@yahoo.com', '', '', '', '32, Naya Paltan (2nd Floor), Dhaka', '', 1, 0, 1, NULL),
+(653, 'Al-Tawaf Tours & Travels (Pvt.) Ltd.', 1, 1, 1, '01711 175333', '', 'tawaftravels@hotmail.com', '', '', '', '165 DIT Ext. Road, Fakirapool (3rd Floor), Motijheel, Dhaka', '', 1, 0, 1, NULL),
+(654, 'Al-Zabir Travels', 1, 1, 1, '01715 003896', '01720 567645', 'sorna.alam@gmail.com', '', '', '', '134, DIT Extension Road (1st Floor) Fakirapool, Dhaka-1000.', '', 1, 0, 1, NULL),
+(655, 'Al-Ziarat International', 1, 1, 1, '01916851631', '', 'alziarath@yahoo.com', '', '', '', 'Haji Building, 144 D.I.T. Extension Road, Fakirapool, Dhaka', '', 1, 0, 1, NULL),
+(656, 'Alam Aviation Services', 1, 1, 1, '01711 563249', '', 'shahincgp@hotmail.com', '', '', '', 'Solaiman Plaza (1st Floor) 3/3-B, Purana Paltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(657, 'Alam Travels International', 1, 1, 1, '01199859290', '', 'info@revinr.com', '', '', 'Telephone: 8315547, 9338643, 9361338', '122 DIT Extension Road Fakirapool, Dhaka-1000.', '', 1, 0, 1, NULL),
+(658, 'Alfine Tours & Travels', 1, 1, 1, '01819 228110', '', 'alfine@dhaka.net', '', 'www.alfinebd.com', '', '105 Fakirapool, Malek Mansion (1st Floor),br&gt; Motijheel, Dhaka-1000', '', 1, 0, 1, NULL),
+(659, 'Ali Air Travels And Tours', 1, 1, 1, '01819703415', '', 'hossainmazumder@yahoo.com', '', '', '', '292, Inner Circular Road Fakirapool, Dhaka.', '', 1, 0, 1, NULL),
+(660, 'Ali Aviation', 1, 1, 1, '01824892555', '', 'audhikashousing@yahoo.com', '', '', '', '47, Kakrail (1st Floor), Ramna, Dhaka-1000.', '', 1, 0, 1, NULL),
+(661, 'Ali Travels', 1, 1, 1, '01819 193726', '01552 301694', 'taher0876@yahoo.com', '', 'www.alitravelsbd.com', '', 'Mouchak Tower (6th Floor), Room # 703 83/B, Siddeswari Circular Road, Malibagh, Dhaka-1217', '', 1, 0, 1, NULL),
+(662, 'Alif Air Tours & Travels', 1, 1, 1, '01911 448086', '01731 587386', 'altab.khan@yahoo.com', '', 'www.afiaoverseas.com', '', '78/E, Purana Paltan (Ground Floor), Bijoy Nagar, Dhaka', '', 1, 0, 1, NULL),
+(663, 'Alif Tours & Travels', 1, 1, 1, '01716 003304', '01916 814516', 'firozhossain98@yahoo.com', '', '', '', 'Islam Tower (5th Floor, Suite # F-4) 65, Naya Paltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(664, 'All in One International', 1, 1, 1, '01715400432', '', 'molla.shahjahan@gmail.com', '', '', 'Telephone:029881127, 029881029', '10, Taher Tower, Room# 316 (3rd Floor), Gulshan-2. Dhaka-1212.', '', 1, 0, 1, NULL),
+(665, 'All Way Travels', 1, 1, 1, '01711830768', '', 'allwaytravels@gmail.com', '', '', 'Telephone:029512715', '29, Toyenbee Circular Road (3rd Floor), Motijheel C/A, Dhaka', '', 1, 0, 1, NULL),
+(666, 'Allegro Wing Aviation', 1, 1, 1, '01711831034', '', 'ripon_pan@yahoo.com', '', '', '', 'Syed Grand Centre, Plot- 89, Road-28, Room- 708, Sectore-07, Uttara', '', 1, 0, 1, NULL),
+(667, 'Alliance Tours & Travels', 1, 1, 1, '01817722921', '', 'zulfikerali36@yahoo.com', '', '', 'Telephone: 028820432', 'Gha-95/5,Shainik Bhaban (4th Floor), Middle Badda,Gulshan-1, Dhaka.', '', 1, 0, 1, NULL),
+(668, 'Alma Tours & Travel', 1, 1, 1, '01718002161', '01672380023', 'almatravel@gmail.com', '', '', 'Telephone: 8911510, 0666-2698033', '638, Ashkona, Dakkhin Khan Dhaka-1230', '', 1, 0, 1, NULL),
+(669, 'Altaf Tours & Travels', 1, 1, 1, '01670999996', '01918197297', 'assuas259@yahoo.com', '', '', '', 'Rahmania Int’l. Complex (5th Floor, Suite # 8) 28/1-C, Toyenbee Circular Road Motijheel, Dhaka-1000.', '', 1, 0, 1, NULL),
+(670, 'Altranet', 1, 1, 1, '01713007606', '', 'into@altranetbd.com', '', '', 'Telephone: 8712207', 'House # 365, Road # 28, Apt.-C-2, New DOHS Mohakhali, Dhaka', '', 1, 0, 1, NULL),
+(671, 'ALVEE TRAVELS & TOURS', 1, 1, 1, '01720990564', '', 'alveetravels@yahoo.com', '', '', '', '65, NAYAPALTON, ISLAM TOWER (3rd FLOOR), DHAKA-1000', '', 1, 0, 1, NULL),
+(672, 'Alvi Travel International Limited', 1, 1, 1, '01552 348411', '01711 391022', 'alviavin@yahoo.com', '', '', '', 'Karim Chamber 99 Motijheel C/A, Dhaka-1000.', '', 1, 0, 1, NULL),
+(673, 'Al–Islam Tours & Travels', 1, 1, 1, '01711592264', '01757333333', 'alislamtours@gmail.com', '', '', 'Telephone: 029352795-6', '72, Naya Paltan, VIP Road, Orchard Faruk Tower (7th Floor), Dhaka', '', 1, 0, 1, NULL),
+(674, 'Amanat Aviation Services', 1, 1, 1, '01911 486219', '', 'amanatin@aitlbd.net', '', '', 'Telephone: 8363191, 9334376', 'A. R. Khan Trade Centre (5th Floor) 40/1, Nayapaltan, VIP Road, Dhaka-1000', '', 1, 0, 1, NULL),
+(675, 'Amanat Aviation Services Ltd.', 1, 1, 1, '01925769693', '01712190895', 'info@revinr.com', '', '', 'Telephone: 9341642, 8362985', 'Rupayan Taj, 1-1/1, (4th Floor) Box culvart Road, Nayapaltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(676, 'Amar Bhai Travels & Tours', 1, 1, 1, '01712809032', '', 'amarbhaitravels@gmail.com', '', '', '', '120, Habibullah Mansion, 4th Floor, Fakirapool, Dhaka-1000', '', 1, 0, 1, NULL),
+(677, 'Amatun Air Travel Services', 1, 1, 1, '038155584', '', 'zahir592001@yahoo.com', '', '', '', 'Pourashava Market (2nd Floor), Lakshmipur Sadar, Opposite Side of Pourashava Bhaban, Lakshmipur', '', 1, 0, 1, NULL),
+(678, 'Amazing Holidays', 1, 1, 1, '01713 034454', '', 'holidays@dhaka.net', '', '', 'Telephone: 9352634, 9352637, 9353728', '59, Shantinagar (1st Floor) Vashani Lane (Behind VIP Tower) Dhaka-1000', '', 1, 0, 1, NULL),
+(679, 'Amazon Holidays Travel Services', 1, 1, 1, '01713037116', '', 'amazon.holidays@yahoo.com', '', '', '', 'House # NE(H)-2, Road-80 Gulshan-2, Dhaka-1212', '', 1, 0, 1, NULL),
+(680, 'Amda Tours & Travels', 1, 1, 1, '01715862807', '', 'amdatoursandtravels@gmail.com', '', '', 'Telephone: 8318082', '43, Shaheed Sangbadik Selina Parvin Sarak, Mouchak, Dhaka', '', 1, 0, 1, NULL),
+(681, 'Amin Tours And Travels', 1, 1, 1, '01973041131', '01713041131', 'anintours@yahoo.com', '', 'www.amintoursbd.com', '', 'House # 01 (2nd Floor), Sector # 01 Road # 04, Uttara, Dhaka-1230', '', 1, 0, 1, NULL),
+(682, 'Amin Travels & Tours', 1, 1, 1, '01819 213392', '01714 073678', 'aminulh7@gmail.com', '', '', 'Telephone: 9351776, 9345491', '131, DIT Extension Road (Ground Floor, Hotel Bokshi West Side), Fakirapool, Dhaka-1000', '', 1, 0, 1, NULL),
+(683, 'Amit Travel International', 1, 1, 1, '01190832923', '', 'amit_ridhi01@yahoo.com', '', '', 'Telephone: 027167440', '55 Purana Paltan,Azad Centre(2nd Floor),Dhaka.', '', 1, 0, 1, NULL),
+(684, 'An Ideal Tours & Travels', 1, 1, 1, '01715076120', '', 'sadi3481@yahoo.com', '', '', 'Telephone: 81258884', 'House-28, Road No.02, Block-Kha PC Culture Housing Mohammadpur, Dhaka.', '', 1, 0, 1, NULL),
+(685, 'Ananash Travel Related Services Ltd.', 1, 1, 1, '01713 002828', '', 'info@ananash.com', '', 'www.ananash.com', 'Telephone: 8860234, 8823420, 9861209', 'House # 57 B, 2nd Floor Road # 21, Banani, Dhaka-1213', '', 1, 0, 1, NULL),
+(686, 'Ananda Air International', 1, 1, 1, '01716512204', '01950461056', 'anandaairintl@yahoo.com', '', '', '', '40/1/D (3rd Floor), Inner Circular VIP Road,Naya Paltan, Dhaka.', '', 1, 0, 1, NULL),
+(687, 'Anas Travels & Tours', 1, 1, 1, '01715266936', '', 'info@revinr.com', '', '', 'Telephone: 081-67330', '4/7,Eastern Yakub Plaza(4th Floor) Racecurs, Comilla', '', 1, 0, 1, NULL),
+(688, 'Anfal International Ltd.', 1, 1, 1, '01755599482', '01715122641', 'anfalltd@gmail.com', '', '', 'Telephone: 028142717,028116705 Fax: 029135459', 'Anfal International Limited, BCIC Building, (15th Floor), 30-31, Dilkusa, C/A Dhaka-1000', '', 1, 0, 1, NULL),
+(689, 'Anika Aviation', 1, 1, 1, '0171507693', '', 'nasirhot@yahoo.com', '', '', '', '66/A, Naya Paltan (8th Floor), Dhaka', '', 1, 0, 1, NULL),
+(690, 'Anis Travels & Tours', 1, 1, 1, '01715766027', '', 'anisur-rahman@yahoo.com', '', '', '', 'Haji Kamrul Market Zirabo Bus Stand, Ashulia, Dhaka', '', 1, 0, 1, NULL),
+(691, 'Anjan Air Travels', 1, 1, 1, '01711 531772', '', 'anjan_airtravels@yahoo.com', '', '', '', '85/1/A Purana Paltan Line (1st Floor), Dhaka-1000', '', 1, 0, 1, NULL),
+(692, 'Anowar Tours & Travels Ltd.', 1, 1, 1, '8857661', '', 'opu.att@gmail.com', '', '', '', 'Plot # 22, Rob Super Market (1st Floor), Room # 4, Gulshan-2, Dhaka-1212', '', 1, 0, 1, NULL),
+(693, 'Anower Air International', 1, 1, 1, '01718096307', '', 'sumiamsdnbhd@gmail.com', '', '', '', '199, Shahid Syed Nazrul Islam Sarani, Akram Tower (12th Floor),Suite No- 1, Bijoynagar, Dhaka', '', 1, 0, 1, NULL),
+(694, 'Ansary Overseas', 1, 1, 1, '01819135716', '', 'ansari_overseas@yahoo.com', '', '', '', 'Brother & Brother Nir, Harajill R/A,Siddirgonj, Narayangonj.', '', 1, 0, 1, NULL),
+(695, 'Antaralay Tour & Travels', 1, 1, 1, '01552 802077', '01611 802077', 'antaralay@yahoo.com', '', '', '', 'Shaan Tower, 24/1, Chamelibag, Shantinagar Mor, Dhaka-1217', '', 1, 0, 1, NULL),
+(696, 'Antarik Travel Internatinal', 1, 1, 1, '01715021648', '', 'antariktravel@yahoo.com', '', '', 'Telephone: 7163897', 'Dr. Nawab Ali Tower, 2nd Floor 24/A, Purana Paltan, Dhaka.', '', 1, 0, 1, NULL),
+(697, 'Antioch (Travel Agent)', 1, 1, 1, '01713063979', '', 'antiochme@yahoo.com', '', '', '', '136/A, Jahanara Garden (Ground Floor), Green Road, Tejgaon, Dhaka', '', 1, 0, 1, NULL),
+(698, 'Antique Travels', 1, 1, 1, '01711 645734', '', 'info1@bluestarbd.com', '', '', '', 'House # 75, Road # 3, Block-F Banani, Dhaka-1213', '', 1, 0, 1, NULL),
+(699, 'Anzum Overseas', 1, 1, 1, '01713-026376', '01973026376', 'rashashara@yahoo.com', '', 'www.rshajjfoundation.com', '', 'Baitul Khair, Suit # 803/B (8th Floor) 48-AB, Purana Paltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(700, 'Apu Travel and Tours', 1, 1, 1, '01819133757', '', 'manikliton@gmail.com', '', '', '', '292 Inner Circular Road Shatabdi Centre Suite # 11 G (11th Floor), Fakirapool, Dhaka-1000', '', 1, 0, 1, NULL),
+(701, 'Aqib Travels & Tours Ltd.', 1, 1, 1, '01711536305', '', 'info@ticobd.com', '', '', 'Telephone: 8158069, 8156996', '220/A, West Kafrul, Begum Rokeya Sharani, Dhaka', '', 1, 0, 1, NULL),
+(702, 'Arab Bangla Overseas', 1, 1, 1, '01819 187244', '01911449360', 'ab_hoque@yahoo.com', '', '', 'Telephone: 9339386', '', '', 1, 0, 1, NULL),
+(703, 'Arabian Gulf Associates Co. Ltd.', 1, 1, 1, '01711592633', '', 'rafiqullah.agaco@yahoo.com', '', 'www.arabiangulfbd.com', 'Telephone: 9899981, 8827098, 8821845, 8821967', 'House # Kha-214/E Progati Tower, Flat # 5/D Merul Badda, Dhaka-1212.', '', 1, 0, 1, NULL),
+(704, 'Archives Tours & Travels', 1, 1, 1, '01833109778', '', 'mominulasif@gmail.com', '', 'www.archivesgroup.com', '', '95/1 zinnat Mansion, 2nd Floor, New Elephant Road, Dhaka', '', 1, 0, 1, NULL),
+(705, 'Arefin Travels Limited', 1, 1, 1, '01713001915', '', 'arefin032@yahoo.com', '', '', 'Telephone:9551792, 7116542', '62/1, Purana Paltan (1st Floor) Dhaka-1000', '', 1, 0, 1, NULL),
+(706, 'Arick Travels & Tours', 1, 1, 1, '01711234861', '', 'arick_12345@yahoo.com', '', '', 'Telephone: 9333142', '45 Naya Paltan (1st Floor), (Opposite Paltan Thana),Dhaka.', '', 1, 0, 1, NULL),
+(707, 'ARK TRAVEL CARE', 1, 1, 1, '01970037751', '01970037751', 'khan.aminarashid@gmail.com', '', '', '', '58 / 10A, BOX CULVERT ROAD (3rd FLOOR ), PANTHOPATH, DHAKA  ', '', 1, 0, 1, NULL),
+(708, 'ARNIKA TRAVELS BANGLADESH (BD)', 1, 1, 1, '01722276452', '', 'arnikatravelsbd@yahoo.com', '', '', 'Telephone: 02-9471472', '1595 / 1, NAZMA PLAZA ,DURJOY MOOR, BUS STAND, DHAKA- 2350', '', 1, 0, 1, NULL),
+(709, 'ARS Travels', 1, 1, 1, '01713006101', '', 'arservices07@gmail.com', '', '', '', 'Azad Center, Suite-10/H(10th Floor) 55, Purana Paltan, Dhaka-1000', '', 1, 0, 1, NULL),
+(710, 'Arshinagor Travels & Tours', 1, 1, 1, '01819244440', '01761640303', 'arshinagartravels@yahoo.com', '', '', '', '4E/A (1st Floor), 1st Colony Mazar Road, Mirpur-1,Dhaka-1216', '', 1, 0, 1, NULL),
+(711, 'Asa Aviation', 1, 1, 1, '01759198305', '01878115651', 'asaaviationhl342@gmail.com', '', '', '', '14, Purana Paltan, Dar-Us-Salam Arcade Lavel -6, Extention Room-10, Dhaka - 1000', '', 1, 0, 1, NULL),
+(712, 'Asha Air International', 1, 1, 1, '01711157573', '', 'asha_airbd@yahoo.com', '', '', 'Telephone: 027191170,027194952 Fax: 027191243', '292 Inner Circular Road, Shatabdi Center (17th Floor) Suite- 17/A, Fakirapool,Dhaka', '', 1, 0, 1, NULL),
+(713, 'Asha Travels', 1, 1, 1, '718833', '', 'info@revinr.com', '', '', 'Telephone:718833 (Off), 9331273 ', '124, DIT Ext. Road, Fakirapool, Dhaka', '', 1, 0, 1, NULL),
+(714, 'Asia Excellent Tours & Travels', 1, 1, 1, '01712212369', '01674188766', 'asiaexecllent11@yahoo.com', '', '', '', 'Paramount Heights, 65/2/1, Purana Paltan Box Culvert Road (Floor F-8), Suit-8/D-2, Dhaka.', '', 1, 0, 1, NULL),
+(715, 'Asia Hajj Foundation & Travels', 1, 1, 1, '01711053989', '', 'muftiasadullahsiddiqee@gmail.com', '', '', '', 'Ishkha Road, (1st Floor) Rothkhala, Kisharegong', '', 1, 0, 1, NULL),
+(716, 'Asia Tours & Travels', 1, 1, 1, '01727156277', ' 01819936008', 'saiagroupbd@gmail.com', '', 'www.asiagroup.bd', 'Suit # 14/4/A (13th Floor) City Hear,67,Naya Paltan, VIP Road, Dhaka-1000', '', '', 1, 0, 1, NULL),
+(717, 'Asian Holidays', 1, 1, 1, '9883427', '', 'info@asianholidays.com.bd', '', '', 'Telephone: 9883427, 9887692', 'A.R Tower, 24,Kamal Ataturk Avenue(6th Floor),Banani,Dhaka.', '', 1, 0, 1, NULL),
+(718, 'Asian Travels Network Ltd.', 1, 1, 1, '01726624040', '', 'atntravels08@yahoo.com', '', 'www.atntravels.com', 'Telephone: 9139759', 'Dhaka Trade Center (3rd Floor), 99 Kazi Nazrul Islam Avenue, Kawran Bazar, Dhaka-1215.', '', 1, 0, 1, NULL),
+(719, 'Asianet Limited', 1, 1, 1, '01711 629211', '', 'asianet@bol-online.com', '', '', 'Telephone: 9883201, 8829800 (Off.), 8355981 (Res.)', 'Moyeen Centre (5th Floor) Plot No.9B, Road # 03 Gulshan-1, Dhaka-1212.', '', 1, 0, 1, NULL),
+(720, 'Asiatic Air Travels Ltd.', 1, 1, 1, '9897199', '', 'tarzad_imam@hotmail.com', '', 'www.asiatic.bd.com', 'Telephone: 9897199', 'Suvastu Imam Square(7th Floor),65 Gulshan Avenue,Gulshan C/A,Dhaka', '', 1, 0, 1, NULL),
+(721, 'Asif Tours & Travels', 1, 1, 1, '01713 030595', '01680169757', 'alwasi2007@yahoo.com', '', 'www.wasibd.com', 'Telephone: 7191392, 7191394', '115/23, Motijheel Circular Road S. A. Bhaban (2nd Floor), Dhaka-1000.', '', 1, 0, 1, NULL),
+(722, 'Asif Travels LTD', 1, 1, 1, '01715624534', '', 'azam@asiftravelslimited.com', '', 'www.asiftravelslimited.com', '', '34, H.M Plaza (9th Floor), Room # 12, Road # 02, Sector # 03, Uttara, Dhaka-1230', '', 1, 0, 1, NULL),
+(723, 'Assurance Air Service', 1, 1, 1, '01916570451', '', 'assurance259@yahoo.com', '', '', 'Telephone: 9553009', 'Rahmania Int’l. Complex 28/1/C, Toyenbee Circular Road (5th Floor, Suite # 13-14), Motijheel, Dhaka.', '', 1, 0, 1, NULL),
+(724, 'AT TABLIG HAJJ SERVICE', 1, 1, 1, '02-7772929', '', 'hajjnewsbd@gmail.com', '', 'www.way2hajj.com', '', '01 NO (1st FLOOR), NEW BUILDING (NEAR JORABRIDGE), ZILAPARISHAD, DHAKA-1310', '', 1, 0, 1, NULL),
+(725, 'At-Takwoa Tours & Travels', 1, 1, 1, '01727530862', '', 'nazmulsavar@yahaoo.com', '', '', 'Telephone: 9556050', 'A.R MOLLIK TOWER 5TH FLOOR, 157, SAYED &nbsp;NAZRUL ISLAM SHARONI, 12/1 PURANAPALTAN , DHAKA-1000', '', 1, 0, 1, NULL),
+(726, 'At-Tyaara Travels International', 1, 1, 1, '01819 760065', '01619 760065', 'atitours@bttb.net', '', '', '', 'Stadium Super Market (1st Floor) Airport Road, Rajshahi-6203', '', 1, 0, 1, NULL),
+(727, 'Atlanta Travels & Tours', 1, 1, 1, '01819 243001', '', 'atlanta@bangla.net.bd', '', 'www.atlantagroupbd.com', 'Telephone: 9562621, 9553271, 7162390 (Off) 8825367, 8816402 (Res)', 'Red Crescent Bhaban (9th Floor) 61, Motijheel C/A Dhaka-1000.', '', 1, 0, 1, NULL),
+(728, 'Atlantic Aviation & Tourism', 1, 1, 1, '01933245025', '', 'a_atlanticaviationtourism2005@yahoo.com', '', '', '', '147, Fakirapool, DIT Extension Road, Dhaka', '', 1, 0, 1, NULL),
+(729, 'ATLANTIS TRAVEL POINT', 1, 1, 1, '01717254450', '', 'atlantistravelpoint@gmail.com', '', '', '', '3/3-A, EAST RAMPURA, DHAKA- 1219', '', 1, 0, 1, NULL),
+(730, 'Avia Overseas Ltd.', 1, 1, 1, '01817 508485', '01710666330', 'aviaoverseas@gmail.com', '', '51, Motijheel C/A, Dhaka-1000', '', '', '', 1, 0, 1, NULL),
+(731, 'Aviate Travels', 1, 1, 1, '01711 531964', '', 'aviatetravels@yahoo.com', '', '', 'Telephone:7630350, 7630337', '1/30 DIT, Market, Bangobandhu Road, Narayangonj-1400', '', 1, 0, 1, NULL),
+(732, 'Aviation Tours & Travels Ltd.', 1, 1, 1, '01619231884', '', 'mamun@ailbd.org', '', '', '', '56/1, Baitul View Tower, Level # 13, Purana Paltan, Motijheel, Dhaka.', '', 1, 0, 1, NULL),
+(733, 'AVR Bangladesh Aviation', 1, 1, 1, '01713117784', '', 'tarekalam.avr@gmail.com', '', '', '', '423, Soulmaid, Dhali Bari, Badda, Gulshan, Dhaka-1212', '', 1, 0, 1, NULL),
+(734, 'Ayman Tours & Travels', 1, 1, 1, '01830121732', '', 'aymantravelagent@gmail.com', '', '', '', '1 No Asad Gate, Mosjid Market (3rd Floor), Mohammadpur, Dhaka', '', 1, 0, 1, NULL),
+(735, 'Azad Air Connection', 1, 1, 1, '9360975', '', 'azadbd73@gmail.com', '', '', '', 'Islam Tower, 65 Naya Paltan(3rd Floor)Dhaka.', '', 1, 0, 1, NULL),
+(736, 'Azad International Travel Agent', 1, 1, 1, '01711560808', '01828666519', 'azad.international@yahoo.com', '', '', 'Telephone:029581614(Off), 027545652(Res)', 'Paramount Heights, 4-C-1 (4th Floor),65/2/1, Purana Paltan, Box Culvert Road, Dhaka-1000', '', 1, 0, 1, NULL),
+(737, 'Azadi International Travels Ltd.', 1, 1, 1, '01711 784322', '01925 994626', 'info@revinr.com', '', '', 'Telephone: 8015634', '22/8, Avenue-5, Block-C Section-11, Mirpur, Dhaka-1216.', '', 1, 0, 1, NULL),
+(738, 'Azadi Tours & Travels', 1, 1, 1, '01716 191024', '01711 784322', 'info@revinr.com', '', '', '', '22/8, Avenue-5, Block-C Section-11, Mirpur,Dhaka-1216', '', 1, 0, 1, NULL),
+(739, 'Aziza Tours & Travels Ltd.', 1, 1, 1, '01979867418', '01199867418', 'azizatvl@yahoo.com', '', '', 'Telephone:029350495, 029355618 Fax:88-02-8350082', '66/A, Shama Complex (1st Floor), Naya Paltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(740, 'Azizia Air International', 1, 1, 1, '01713 007875', '01911 386717', 'aziziaairintl@yahoo.com', '', '', 'Telephone:8322062, 8322668 (Off.) 7216370 (Res.)', '134, DIT Extension Road (3rd Floor) Fakirapool, Dhaka-1000', '', 1, 0, 1, NULL),
+(741, 'B R B Travels', 1, 1, 1, '01713091888', '01711546850', 'info@revinr.com', '', '', '', 'Rahman Mansion (1st Floor), Jhenidah Road Chourhasa, Kustia.', '', 1, 0, 1, NULL),
+(742, 'B. A. Travel & Tours', 1, 1, 1, '01819 257218', '01713 011184', 'baasst@dhaka.net', '', '', '', '40/3, Inner Circular Road (1st Floor) Naya Paltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(743, 'B. M. TRAVEL & TOURISM', 1, 1, 1, '01745990279', '01830000708', 'bmtravelstourism@gmail.com', '', '', '', 'RAHITPUR BAZAR, SONALI BANK BHABAN (3RD FLOOR), KERANIGANJ, DHAKA.', '', 1, 0, 1, NULL),
+(744, 'B.K SAN TRAVELS & TOURS', 1, 1, 1, '01712648942', '01929026602', 'mdkhalil71@gmail.com', '', '', '', 'GULISTAN, SHOPPING COMPLEX, 2. BONGGOBNDHU AVENEW (5TH FLOOR), ROOM # 48, DHAKA', '', 1, 0, 1, NULL),
+(745, 'B.K.M. Tours & Travels', 1, 1, 1, '01715155187', '', 'kanij1@gmail.com', '', '', '', 'House # 23/2, Road # 2, Kallyanpur, Dhaka-1207', '', 1, 0, 1, NULL),
+(746, 'Bab-E-Madina Travels & Tours', 1, 1, 1, '01713304636', '', 'info@revinr.com', '', '', '', 'Madina Tower (3rd Floor, Room # 405/B) 3/4 Purana Paltan, Dhaka', '', 1, 0, 1, NULL),
+(747, 'Babilon Express Ltd.', 1, 1, 1, '01726968938', '', 'abul_monsur@yahoo.com', '', '', 'Telephone: 8958975, 8957879', 'Syed Grand Center Plot # 89 (6th Floor), Road # 28 Sector7, Uttara Model Town,Dhaka', '', 1, 0, 1, NULL),
+(748, 'Babington Travels', 1, 1, 1, '01711 979341', '', 'naharoverseas@yahoo.com', '', 'www.babingnahargrp.com', '', 'House # 24 (1st Floor), Road # 8 Block-F, Banani,Dhaka-1213.', '', 1, 0, 1, NULL),
+(749, 'Badarpur Travels & Tours', 1, 1, 1, '01711 368599', '01711 945255', 'badarpur@bdonline.com', '', '', '', '78/2, Patuatoli Road (Masjid Market 1st Floor), Sadarghat, Dhaka-1100.', '', 1, 0, 1, NULL),
+(750, 'BAEI Travels & Tours Limited', 1, 1, 1, '01711520710', '', 'abdullah@dressmen-bd.com', '', '', '', '16, Kemal Ataturk Avenue Tower Hamlet (Ground Floor), Banani, Dhaka.', '', 1, 0, 1, NULL),
+(751, 'Baitullah Hajj & Travel Services', 1, 1, 1, '01711 153520', '01711 952113', 'baitullah_bd@yahoo.com', '', '', '', 'Karim Chamber (1st Floor), 99, Motijheel C/A, Dhaka-1000', '', 1, 0, 1, NULL),
+(752, 'Banani Travels & Tours', 1, 1, 1, '01819490141', '', 'bananit4@gmail.com', '', '', 'Telephone: 8819493, 8819489', '31, Park Plaza (1st Floor), Road # 17 Block-E, Banani, Dhaka.', '', 1, 0, 1, NULL),
+(753, 'Bandhan Air Travels', 1, 1, 1, '01711 689694', '', 'info@revinr.com', '', '', '', '8/2/1, Purana Paltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(754, 'Banga Raja Travels Service', 1, 1, 1, '01711 532140', '', 'alrafiti@yahoo.com', '', '', 'Telephone: 9356633', 'Islam Tower (Ground Floor) 65, Naya Paltan, Dhaka-1000', '', 1, 0, 1, NULL),
+(755, 'Bangla Air Services', 1, 1, 1, '01552 111810', '01711 544305', 'banglaairservices@yahoo.com', '', '', '', 'Suvastu Nazar Valley, G-116/117, GA-2 Pragati Sarani, Shazadpur, Dhaka-1212.', '', 1, 0, 1, NULL),
+(756, 'BANGLADESH AIR TRAVELS', 1, 1, 1, '0172336633', '', 'zahid@bdairtravels.com', '', 'www.bdairtravels.com', 'Telephone: 9335775', '50 / F INNER CIRCULAR ROAD, (4TH FLOOR)NAYAPALTAN,DHAKA-1000', '', 1, 0, 1, NULL),
+(757, 'Bangladesh Tours & Travels', 1, 1, 1, '9561422', '', 'nhalder3108@gmail.com', '', '', 'Telephone: 9561422,9569514', 'Aziz Co-operative Market (4th Floor),204,Shahid Syed Nazrul Islam Sarani, Bijoynagar, Dhaka', '', 1, 0, 1, NULL),
+(758, 'Bangladesh Tours & Travels', 1, 1, 1, '01711560594', '', 'info@revinr.com', '', '', 'Telephone: 029881531', 'House # 84, Road # 17/A, Block # E, Banani, Dhaka', '', 1, 0, 1, NULL),
+(759, 'Bangladesh Trade Corporation', 1, 1, 1, '01815451448', '', 'alimullahhasan@yahoo.com', '', '', 'Telephone: 8313117', '53/3 Nayapaltan,DIT Extention Road(2nd Floor),Suite No-2, Dhaka', '', 1, 0, 1, NULL),
+(760, 'Bangladesh Trade International', 1, 1, 1, '7192741', '', 'bti_ahmed75@yahoo.com', '', '', '', 'Shatabdi Centre(13th Floor),Suite # P-13 292,Inner Circular Road,Fakirapool,Dhaka', '', 1, 0, 1, NULL),
+(761, 'Bangladesh Travels & Tours', 1, 1, 1, '01715005160', '', 'malamgirkabir@yahoo.com', '', '', '', 'Eastern View (Commercial Complex) Room # 10/12-13 (10th Floor) 50, DIT Extn. Road, Nayapaltan, Dhaka.', '', 1, 0, 1, NULL),
+(762, 'Baoul Tours & Travels', 1, 1, 1, '017111822718', '', 'bhawalttours@gmail.com', '', '', 'Telephone: 029264265', 'Mosjid Market, 1st Floor, Chandona, Gazipur Sadar , Gazipur-1702', '', 1, 0, 1, NULL),
+(763, 'Barakat Overseas Services', 1, 1, 1, '01917777021', '', 'info@revinr.com', '', '', '', 'Eden Building (2nd Floor) 167, Motijheel Circular Road, Dhaka.', '', 1, 0, 1, NULL),
+(764, 'Barakat Travel & Tours', 1, 1, 1, '01715-691899', '', 'info@revinr.com', '', '', '', '51, Naya Paltan (2nd Floor) Dhaka-1000', '', 1, 0, 1, NULL),
+(765, 'Baridhara Overseas Ltd.', 1, 1, 1, '01711 522162', '01714 004776', 'baridhara_overseas@hotmail.com', '', '', 'Telephone: 9561591, 9568251', 'Baliadi Mansion (Ground Floor) 16, Dilkusha C/A, Dhaka-1000.', '', 1, 0, 1, NULL),
+(766, 'BARKAT DYNAMIC TRAVELS & TOURS', 1, 1, 1, '01712111736', '', 'barakatdynamic@gmail.com', '', '', '', '10/ D, COMMERCIAL PLOT-17 / A, MIRPUR, DHAKA', '', 1, 0, 1, NULL),
+(767, 'Barsha Overseas', 1, 1, 1, '01727216016', '', 'mgkkeayes@gmail.com', '', '', '', '106/5, Mahtabuddin Road (1st Floor) Courtpara, Kushtia', '', 1, 0, 1, NULL),
+(768, 'Bashundhara Aviation Services', 1, 1, 1, '01732 712283', '', 'nfo@bashundhara.com', '', 'www.bashundhara-bd.com', '', 'Tropicana Tower (5th Floor) 45, Topkhana Road, Dhaka-1000', '', 1, 0, 1, NULL),
+(769, 'BDEX International (Pvt) Ltd.', 1, 1, 1, '01710955970', '', 'bdexdhaka@yahoo.com', '', '', '', '49 Motijheel C/A (2nd Floor) Dhaka-1000', '', 1, 0, 1, NULL),
+(770, 'Beacon Travel International Ltd.', 1, 1, 1, '01711 563563', '', 'beacontrvl@yahoo.com', '', 'www.beacontravelintl.com', '', 'Adamjee Court Annex Building (Ground Floor) 115/116, Motijheel C/A,Dhaka-1000', '', 1, 0, 1, NULL),
+(771, 'BELAL INTERNATIONAL', 1, 1, 1, '01851522194', '', 'belalinterational.bd@gmail.com', '', '', '', 'G-NET TOWER (1st FLOOR) , 116-117, DIT EXTENSION ROAD, FAKIRAPOOL, DHAKA-1000', '', 1, 0, 1, NULL);
+INSERT INTO `company_info` (`id`, `name`, `industry`, `service_required`, `current_condition`, `mob1`, `mob2`, `email1`, `email2`, `web`, `details`, `address`, `remarks`, `office_id`, `status`, `display`, `account_manager`) VALUES
+(772, 'Bengal Air Services', 1, 1, 1, '01713 006600', '', 'bengalasmonir@yahoo.com', '', '', 'Telephone: 8314875, 8312452, 9356018 (Off), 8354790 (Res)', '165 (New-47), DIT Extension Road Motijheel, Dhaka-1000.', '', 1, 0, 1, NULL),
+(773, 'Bengal Airlift Limited', 1, 1, 1, '01819 212701', '', 'dacpax@bengal-airlift.com', '', 'www.bengal-airlift.com', '', 'Landmark Building (4th Floor) 12-14, Gulshan North, Circle-2 Dhaka-1212', '', 1, 0, 1, NULL),
+(774, 'Bengal Airs Ltd.', 1, 1, 1, '01822 033077', '', 'bengalairsltd@yahoo.com', '', '', '', 'Pan Pacific Sonargaon Hotel, Room # 264 Kawran Bazar, Dhaka-1215', '', 1, 0, 1, NULL),
+(775, 'Bengal Trade & Tourism Ltd.', 1, 1, 1, '01711 560056', '', 'btt@citech.net', '', '', 'Telephone: 8317316, 9330735, 9357573, 9357797', '119/1 (Old), 7/1 (New) Segun Bagicha (1st Floor) Dhaka-1000.', '', 1, 0, 1, NULL),
+(776, 'Bengal Travel & Tours Ltd.', 1, 1, 1, '01819 212701', '', 'dacpax@bengal-airlift.com', '', '', '', 'Landmark Building (4th Floor) 12-14, Gulshan Avenue Circle-2, Dhaka.', '', 1, 0, 1, NULL),
+(777, 'Bengal Travel International', 1, 1, 1, '01199806786', '', 'btibd@hotmail.com', '', '', '', '3/7, Naya Paltan, 4-C, Akik Mahal Dhaka-1000', '', 1, 0, 1, NULL),
+(778, 'Besco Travel International', 1, 1, 1, '01819 230543', '', 'bescointl@hotmail.com', '', '', '', 'Rahmat Bhaban (3rd Floor) 130, DIT Extension Road Nayapaltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(779, 'Best Fly International', 1, 1, 1, '01711456215', '', 'bestflytravels11@gmil.com', '', '', 'Telephone: 9514079', 'Siddique Mansion (6th Floor) 55/A, Purana Paltan, Dhaka', '', 1, 0, 1, NULL),
+(780, 'Bextrade Limited', 1, 1, 1, '01711 522083', '', 'grzia@bextrade.org', '', '', 'Telephone: 8611891, 8618220 ', 'BEL Tower (Ground Floor) 19, Dhanmondi, Road # 01 Dhaka-1205', '', 1, 0, 1, NULL),
+(781, 'Bhairab Travels & Tourism', 1, 1, 1, '01971976043', '', 'bhairabtravels@yahoo.com', '', '', '', 'G-Nat Tower (3/A, 3rd Floor) 116-117, DIT Extension Road Fakirapool, Dhaka-1000', '', 1, 0, 1, NULL),
+(782, 'Bhola Travels', 1, 1, 1, '01713 006752', '', 'bazlu_bd@yahoo.com', '', '', '', 'Rahmania Int’l. Complex (2nd Floor) 28/1/C, Toyenbee Circular Road Motijheel, Dhaka-1000', '', 1, 0, 1, NULL),
+(783, 'Bhuiyan Tour and Travels', 1, 1, 1, '01733655778', '', 'bhuiyan_786@ymail.com', '', '', '', 'Bhuiyan Multi Business Complex (1st Floor), Shaheprotab Mor, Narsingdi.', '', 1, 0, 1, NULL),
+(784, 'Bhuiyan Tours & Travels', 1, 1, 1, '01711 563839', '', 'bai@dhaka.net', '', '', 'Telephone: 9559977, 9552325 (Off.), 7288147 (Res.)', '62/1, Purana Paltan (4th Floor) Dhaka-1000.', '', 1, 0, 1, NULL),
+(785, 'Bigman Tours & Travels', 1, 1, 1, '01675264678', '', 'bigman_2050@yahoo.com', '', '', '', 'House # 14, Road # 05, Block # B,Banasree Housing (1st Floor), Rampura, Dhaka-1219', '', 1, 0, 1, NULL),
+(786, 'Bikrampur Air Travels', 1, 1, 1, '01713 297766', '', 'bikrampurairtravel@yahoo.com', '', '', '', 'Sobhan Mansion (3rd Floor) 46/1 Purana Paltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(787, 'Bikrampur Overseas Ltd.', 1, 1, 1, '01911 389186', '01715226070', 'bikovsltd@gmail.com', '', '', '', 'A-3, Islam Tower (Ground Floor) 65, Naya Paltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(788, 'Bikrampur Travel & Tours', 1, 1, 1, '01716 916325', '', 'bikrampurtravel@yahoo.com', '', '', '', 'Gulistan Complex, Level-9, Room # 1 2, B.B. Avenue, Dhaka-1000', '', 1, 0, 1, NULL),
+(789, 'Bin Ameer Business Ltd.', 1, 1, 1, '01917777021', '', 'info@revinr.com', '', '', '', 'VIP Tower (13th Floor) 51/1, VIP Road, Naya Paltan, Dhaka', '', 1, 0, 1, NULL),
+(790, 'Binimoy Travels Ltd.', 1, 1, 1, '01713 008436', '', 'shamimbinimoy@yahoo.com', '', '', 'Telephone: 9338718, 9358907, 8358711', '130, DIT Extension Road Fakirapool, Dhaka-1000.', '', 1, 0, 1, NULL),
+(791, 'Bismilla Hajj Foundation Ltd.', 1, 1, 1, '01913840136', '', 'bismillahtourbd@gmail.com', '', '', '', '3/4 Madina Tower (7th Floor), Purana Paltan, Dhaka', '', 1, 0, 1, NULL),
+(792, 'Bismillah Aviation', 1, 1, 1, '01715564606', '01716480300', 'bismillahaviation8@gmail.com', '', 'www.bismillahaviation.com', 'Telephone: 029138411, 028127961 Fax: 029122758', '142, Castle Green,(2nd Floor),Green Road, Farm Gate, Dhaka-1205', '', 1, 0, 1, NULL),
+(793, 'BISMILLAH AVIATION TRAVEL AGENCY', 1, 1, 1, '01676598768', '', 'info@revinr.com', '', '', 'Telephone: 027741686', 'DILKUSHA, SUPER MARKET (1ST FLOOR), SAVAR DHAKA', '', 1, 0, 1, NULL),
+(794, 'Bismillah Tour & Travels', 1, 1, 1, '01819 438220', '01818863877', 'info@revinr.com', '', '', 'Telephone: 8032316, 8051675', '437, 39, Mukta Bangla Shopping Complex Mirpur, Dhaka.', '', 1, 0, 1, NULL),
+(795, 'Bithi Travels & Tours', 1, 1, 1, '01819 408854', '01681389814', 'bithitrv12@gmail.com', '', '', 'Telephone: 9569479 (Off), 7277175 (Res)', 'Shapla Bhaban (6th Floor), Room # 708/A 49, Motijheel C/A, Dhaka-1000.', '', 1, 0, 1, NULL),
+(796, 'Blue Sky Airways', 1, 1, 1, '9614174', '', 'bengaltrip@yahoo.com', '', '', '', '34/3,Jigatola (Ground Floor),Dhanmondi,Dhaka', '', 1, 0, 1, NULL),
+(797, 'BMB Travel Agency', 1, 1, 1, '01730 194565', '01819487987', 'mp_108@yahoo.com', '', '', '', '230 Senpara, Parbata Begum Rokeya Sarani, Mirpur, Dhaka', '', 1, 0, 1, NULL),
+(798, 'BMS Travels', 1, 1, 1, '9553530', '', 'bmsiatatravels@yahoo.com', '', '', 'Telephone: 9553530, 9560370, 9561229', 'Red Cresent Chamber 87, Motijheel C/A, Dhaka-1000.', '', 1, 0, 1, NULL),
+(799, 'Bogra Air Travels', 1, 1, 1, '01811334455', '', 'director@bogra-airtravels.com', '', '', '', 'Shop-07 (1st Floor), Jamil Shapping Centre, Barogola, Bogra', '', 1, 0, 1, NULL),
+(800, 'Bogra Tours & Travels', 1, 1, 1, '01913133387', '01670184940', 'sagor133387@yahoo.com', '', '', '', '70/B, DIT Road (2nd Floor) Malibagh Chowdhury Para, Dhaka-1219', '', 1, 0, 1, NULL),
+(801, 'Bonafide Travels & Tours', 1, 1, 1, '01819131858', '01731471267', 'bonafidetravels@live.com', '', '', '', '131, DIT Extension Road (1st Floor), Fakirapool, Dhaka', '', 1, 0, 1, NULL),
+(802, 'Bonanza Travels Ltd.', 1, 1, 1, '9893619', '', 'bonanza_trv@yahoo.com', '', '', '', 'House # 10/B, Road # 103, Gulshan-2, Dhaka-1212', '', 1, 0, 1, NULL),
+(803, 'Borak Travels (Pvt) Ltd.', 1, 1, 1, '01711 537859', '', 'boraktravels@dhaka.net', '', '', '', 'Unique Trade Centre-UTC, Level # 2, 8, Panthapath, Kawran Bazar, Dhaka-1215', '', 1, 0, 1, NULL),
+(804, 'BRAC PROBASHBANDHU LTD (BPL)', 1, 1, 1, '01783586141', '', 'sahool.ma@brac.net', '', '', '', 'BRACK CENTRE, 75 , MOHAKHALI, DHAKA- 1212', '', 1, 0, 1, NULL),
+(805, 'Bright Aviation International', 1, 1, 1, '01711671095', '', 'info@revinr.com', '', '', '', '279, Donia Road, Jatrabari, Dhaka', '', 1, 0, 1, NULL),
+(806, 'Bright Star Corporation Ltd.', 1, 1, 1, '01713085971', '', 'bstarbd@gmail.com', '', '', '', 'Sylhet Bhaban (3rd Floor) 29/A Toyenbee Circular Road, Motijheel C/A,Dhaka', '', 1, 0, 1, NULL),
+(807, 'Bright Travels', 1, 1, 1, '01713 038083', '01819 241922', 'nfo@brighttoursbd.com', '', 'www.brighttoursbd.com', '', 'Mega Chayaneer (1st Floor, A-1) House # 45, Road # 27 Block # A, Banani, Dhaka-1213 ', '', 1, 0, 1, NULL),
+(808, 'Brightway Travels', 1, 1, 1, '01972653252', '01711627086', 'brightwaytravel@gmail.com', '', '', '', 'Telephone:Off: 027193108, 027193049, 027193097, Direct: 027193270', '', 1, 0, 1, NULL),
+(809, 'Brittania Aviation', 1, 1, 1, '01714326067', '', 'brittaavi@gmail.com', '', '', '', '165, DIT Extension Road (2nd Floor), Naya Paltan, Dhaka-1000', '', 1, 0, 1, NULL),
+(810, 'BSC Tours & Travels', 1, 1, 1, '01712292862', '01611020604', 'info@bscgroupbd.com', '', 'www.bscgroupbd.com', '', 'Address: 29/1/F, Toyenbee Circular Road, (3rd Floor), Motijheel, Dhaka-1000', '', 1, 0, 1, NULL),
+(811, 'Bulbuli Hajj Travels', 1, 1, 1, '9293180', '', 'bulbuli.travels7@gmail.com', '', '', '', 'Monsur Ali Super Market(2nd Floor),Board Bazar, Gazipur.', '', 1, 0, 1, NULL),
+(812, 'Buraq Travels', 1, 1, 1, '01614266666', '', 'info@buraqtravels.com', '', '', '', '178/179 Water Works Road, Chalk Bazar, Dhaka', '', 1, 0, 1, NULL),
+(813, 'BURHAN UDDIN AIR SERVICE', 1, 1, 1, '01726039325', '', 'kbs.intl@yahoo.com', '', '', '', '40/1-INNER CIRCULAR ROAD , NAYAPALTAN , DHAKA', '', 1, 0, 1, NULL),
+(814, 'Bushra Air Services (Pvt) Ltd.', 1, 1, 1, '01819216571', '', 'zahir59200@yahoo.com', '', '', '', '66/A, Nayapaltan (3rd Floor), VIP Road, Dhaka', '', 1, 0, 1, NULL),
+(815, 'Business Travel Services', 1, 1, 1, '01715 005100', '01615 005100', 'sayeed776@gmail.com', '', '', '', 'BMA Bhaban, Room # 28 15/2, Topkhana Road, Dhaka-1000', '', 1, 0, 1, NULL),
+(816, 'Camair Travels Ltd.', 1, 1, 1, '01817004255', '', 'quaziaziz@yahoo.com', '', '', 'Telephone: 9137817, 9137825, 9110188', 'TCB Bhaban 1, Kawran Bazar C/A Dhaka-1215', '', 1, 0, 1, NULL),
+(817, 'Caplan Overseas Ltd.', 1, 1, 1, '01713013734', '01713034448', 'caplanovs@yahoo.com', '', '', '', 'Eastern View (2nd Floor), Room No.14-15, 50, DIT Extention Road, Nayapaltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(818, 'Caplan Tours & Travels', 1, 1, 1, '01713-013734', '', 'caplanovs@yahoo.com', '', '', '', 'Shatabdi Centre (9th Floor, Suite # 9/D) 292, Inner Circular Road Fakirapool, Dhaka-1000.', '', 1, 0, 1, NULL),
+(819, 'Caravel Air International', 1, 1, 1, '01819-134187', '', 'caplanous@yahoo.com', '', '', 'Telephone: 9331785', 'Eastern View (2nd Floor) 50,Naya Paltan, DIT Extension Road, Fakirapool, Dhaka', '', 1, 0, 1, NULL),
+(820, 'Care Travel & Tours', 1, 1, 1, '01720507312', '01817104100', 'caretrv@gmail.com', '', '', '', 'G-Nat Tower (8th Floor, Room # 8/E-1) 116-117, DIT Extension Road Fakirapool, Dhaka-1000.', '', 1, 0, 1, NULL),
+(821, 'Career Travel International Ltd.', 1, 1, 1, '01713 004029', '', 'career.travels@yahoo.com', '', '', '', 'Hossain Chamber (1st Floor) 58, Kemal Ataturk Avenue Banani C/A, Dhaka-1213.', '', 1, 0, 1, NULL),
+(822, 'Carnival Tours & Travels', 1, 1, 1, '01716028785', '', 'info@revinr.com', '', '', '', '1/1 D.S.S Shah Road. Grdara Ghat, Amin R/A Bandar, Narayangonj', '', 1, 0, 1, NULL),
+(823, 'Cascade Travel & Tours', 1, 1, 1, '9353415', '', 'cascadettl@yahoo.com', '', '', '', 'Shanjari Tower 78, Nayapaltan (Mosjid Goli) Dhaka-1000', '', 1, 0, 1, NULL),
+(824, 'Catharsis Travels', 1, 1, 1, '01819 228072', '01911 377777', 'catharsi@bdmail.net', '', '', 'Telephone: 9886040, 8828056', 'House # 16, Road # 24 Gulshan-1, Dhaka-1212', '', 1, 0, 1, NULL),
+(825, 'Ceam Tours & Travels', 1, 1, 1, '01716892348', '01680114107', 'seamtravels@yahoo.com', '', '', '', 'House # 81, Bir Uttam Ziaur Rahman Sarak, (3rd Floor), Kakoli, Banani, Dhaka-1213.', '', 1, 0, 1, NULL),
+(826, 'Celebrity Tours & Travels', 1, 1, 1, '01715 038488', '', 'celebrityintl_2007@yahoo.com', '', 'www.celebint.com', '', '54/B, Inner Circular VIP Road (1st Floor) Shantinagar, Dhaka-1217', '', 1, 0, 1, NULL),
+(827, 'Central Travel & Tours', 1, 1, 1, '01715069146', '', 'info@revinr.com', '', '', '', '66/A, Naya Paltan (8th Floor) Dhaka-1000', '', 1, 0, 1, NULL),
+(828, 'Century Aviation', 1, 1, 1, '01926640019', '01755505580', 'century.aviation2011@gmail.com', '', '', '', '22, Shahid Shangbadik Selina Parvin Road, Hamid Plaza (1st Floor), Moghbazar, Dhaka', '', 1, 0, 1, NULL),
+(829, 'Century Travel Services Ltd.', 1, 1, 1, '01915476600', '', 'cts@centurygroup.info', '', '', '', 'Century Centre, Level-04 Kha-225, Progoti Saroni Merul Badda, Dhaka', '', 1, 0, 1, NULL),
+(830, 'Chalanbil Travels & Tours', 1, 1, 1, '01730181146', '', 'info@revinr.com', '', '', '', 'Singrabazar(Gotown more), Singra, Nator', '', 1, 0, 1, NULL),
+(831, 'Challenger Travels & Tours Ltd.', 1, 1, 1, '01711 591470', '', 'challengertravels@gmail.com', '', '', '', 'City Heart (5th Floor) 67, Naya Paltan, Dhaka-1000', '', 1, 0, 1, NULL),
+(832, 'Chandpur Network & Tourism', 1, 1, 1, '01713030284', '', 'arsairintl@yahoo.com', '', '', '', '118, DIT Extension Road (1st Floor) Fakirapool, Dhaka', '', 1, 0, 1, NULL),
+(833, 'CHARTERED OVERSEAS EDUCATION # TOURS', 1, 1, 1, '01771263487', '01856423440', 'charteredoverseas_13@yahoo.com', '', '', 'Telephone: 295881391', 'SHAHAN SHAH COMPLEX (7TH FLOOR) 169, SHAHID NAZRUL ISLAM SARANI, PURANA PALTAN', '', 1, 0, 1, NULL),
+(834, 'Charulata Travels & Tours', 1, 1, 1, '01755525555', '', 'info@charulatatravels.com', '', '', '', 'A.R. Khan Trade Centre, Suit # C-6 (5th Floor), 40/1, Naya Paltan (VIP Road), Dhaka', '', 1, 0, 1, NULL),
+(835, 'Chattagram Hajj Service & Tours', 1, 1, 1, '01556338004', '', 'runa@yahoo.com', '', '', '', '249/1-2, Elephant Road (Dr.Kudrat-E Khuda Road) Kataban, Dhaka.', '', 1, 0, 1, NULL),
+(836, 'Cheap Mega Travel Pty Ltd.', 1, 1, 1, '01712212545', '01612212545', 'info.cmtbd@gmail.com', '', '', 'Telephone: 041723219', '43/5, Ahsan Ahmed Road,Khulna-9100', '', 1, 0, 1, NULL),
+(837, 'Chelsea Air Bridge', 1, 1, 1, '01711 815698', '', 'chelseakushiara@yahoo.com', '', '', '', '204, Shaheed Syed Nazrul Islam Avenue (89/12-B, Aziz Cooperative Market (2nd Floor) Bijoynagar, Dhaka-1000.', '', 1, 0, 1, NULL),
+(838, 'Chitra Tours & Travels', 1, 1, 1, '01715106180', '', 'chitra@chitrabd.net', '', '', '', '44, Dilkusha (10th Floor), Dhaka-1000', '', 1, 0, 1, NULL),
+(839, 'Chondona Tours & Travels', 1, 1, 1, '01711627229', '', 'info@revinr.com', '', '', '', 'House # 43/A, Road # 27,&nbsp;Block-A, Banani, Dhaka-1213.', '', 1, 0, 1, NULL),
+(840, 'Chowdhury Air Travels & Tours', 1, 1, 1, '01552 360556', '', 'chowdhury_tours@hotmail.com', '', '', '', '14, Madanpal Lane Nawabpur, Chowdhury Market Sutrapur, Dhaka', '', 1, 0, 1, NULL),
+(841, 'Chowdhury Travels & Tours', 1, 1, 1, '01713105760', '', 'afsarbd66@gmail.com', '', '', '', 'Room- A2, Shawon &nbsp;Tower, 13 Floor, 2/C, Purana Palatan , Dhaka - 1000', '', 1, 0, 1, NULL),
+(842, 'City Air International', 1, 1, 1, '01711529219', '', 'cityairint@gmail.com', '', '', '', '89 (12/B New) Aziz Cooperative Market Bijoy Nagar, Dhaka-1000.', '', 1, 0, 1, NULL),
+(843, 'City Link Air Travels', 1, 1, 1, '01813298910', '01678170489', 'citylink2010.bd@gmail.com', '', '', '', '65/2/1, Paramount Heights (1st Floor) Box Culvert Road, Purana Paltan, Dhaka', '', 1, 0, 1, NULL),
+(844, 'City Neon Travels', 1, 1, 1, '01711107534', '01816553881', 'cityneon_05@yahoo.com', '', '', '', 'G-Net Tower (5th Floor), Suit # 54, 116 117, DIT Extension Road, Fakirapool, Dhaka-1000.', '', 1, 0, 1, NULL),
+(845, 'Citycom International Travel Agency (Pvt) Ltd.', 1, 1, 1, '01819 295959', '01977035248', 'shahidul_dac@hotmail.com', '', '', '', 'G-Nat Tower (5th Floor) 116-117, DIT Extension Road Fakirapool Dhaka-1000', '', 1, 0, 1, NULL),
+(846, 'Civic Travels & Tours', 1, 1, 1, '01616857233', '01716857233', 'masterlink1962@yahoo.com', '', '', '', 'Darus Salam Arcade, (8th Floor, Suite # Jamuna –06), 14, Purana Paltan, Dhaka', '', 1, 0, 1, NULL),
+(847, 'Classic Air Services Ltd.', 1, 1, 1, '01912140340', '', 'mizan5152@gmail.com', '', '', 'Telephone: 9889038, 9885500', 'U. A. E. Moitry Complex, No 3G House # 2, Road # 17, Banani, Dhaka', '', 1, 0, 1, NULL),
+(848, 'Club Travels', 1, 1, 1, '01730316941', '', 'info@clubtravels.com.bd', '', '', '', 'Plot # SE(H) 5A, Gulshan Avenue Gulshan-1, Dhaka-1212', '', 1, 0, 1, NULL),
+(849, 'Club Travels Service', 1, 1, 1, '01977225858', '', 'clubtravels12@gmail.com', '', '', '', 'Shatabdi Center (7th Floor) 292,Inner Circular Road, Fakirapool Dhaka', '', 1, 0, 1, NULL),
+(850, 'CMEP Travel and Tourism', 1, 1, 1, '01678129125', '', 'info@revinr.com', '', '', '', 'House- 27/E (3rd Floor), Road- 10, Banani, Dhaka-1213', '', 1, 0, 1, NULL),
+(851, 'Columbia Travels International', 1, 1, 1, '01711 525353', '', 'ctc_dac@hotmail.com', '', 'www.columbiagroupbd.com', '', 'Mahtab Centre (9th Floor) 177, Shahid Syed Nazrul Islam Sarani Bijoynagar, Dhaka-1000', '', 1, 0, 1, NULL),
+(852, 'Combined Travels International Ltd.', 1, 1, 1, '01819 211368', '', 'combinedtravels@yahoo.com', '', '', 'Telephone: 7162871, 7162861', 'Shajan Tower (1st Floor) 4, Segun Bagicha, Ramna, Dhaka.', '', 1, 0, 1, NULL),
+(853, 'Comilla Air Aviation', 1, 1, 1, '01712957045', '', 'info@revinr.com', '', '', '', 'Baitul Khair Tower (4th Floo),Room No-401, Purana Paltan, Dhaka', '', 1, 0, 1, NULL),
+(854, 'Compact Travel & Tours Service Ltd.', 1, 1, 1, '01745768050', '', 'compact.travels@yahoo.com', '', '', '', 'H.M. Plaza, Plot # 34, (11th Floor), Room # 10, Road # 02, Sector # 03, Uttara, Dhaka-1230', '', 1, 0, 1, NULL),
+(855, 'Concorde International', 1, 1, 1, '01711 725559', '', 'concordemaz@yahoo.com', '', '', '', 'Islam Tower (1st Floor) 65 Nayapaltan, Dhaka-1000', '', 1, 0, 1, NULL),
+(856, 'Continental Air International', 1, 1, 1, '01819216081', '', 'catc737@yahoo.com', '', '', '', 'VIP Tower, 51/1, VIP Road, Naya Paltan, Dhaka', '', 1, 0, 1, NULL),
+(857, 'Continental Travels Limited', 1, 1, 1, '01711535353', '', 'continentaltrvl@hotmail.com', '', '', '', 'PBL Tower (10th Floor), 17 North Commercial Area, Gulshan Circle-2, Dhaka', '', 1, 0, 1, NULL),
+(858, 'Conveyor Aviation & Adventures', 1, 1, 1, '01711525065', '', 'aviation@conveyour.com.bd', '', 'www.conveyor.com.bd', '', '57, Kemal Ataturk Avenue (1st Floor) Banani C/A, Dhaka', '', 1, 0, 1, NULL),
+(859, 'Conway Travels & Tours', 1, 1, 1, '01913375464', '', 'conway569@yahoo.com', '', '', '', 'Rokeya Mansion (8th Floor),36 Purana Paltan Line Dhaka-1000', '', 1, 0, 1, NULL),
+(860, 'CORNER TRAVELS & TOURISM LTD', 1, 1, 1, '01712208865', '01782115595', 'cornertravelsltd@gmail.com', '', '', '', '225, CORNER PLAZA ( 3rd FLOOR) SHAHID MUKTIJUDDHA SARAK, CHANDPUR', '', 1, 0, 1, NULL),
+(861, 'Cosmic Air International', 1, 1, 1, '01713 002427', '01198 015089', 'cosmicshaheen@gmail.com', '', 'www.cosmicairint.com', '', 'Dar-us-Salam Arcade (4th Floor) 14, Purana Paltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(862, 'Cosmos Holidays', 1, 1, 1, '01711877163', '', 'mail@cosmosholidaysbd.com', '', '', '', 'House # 17, Road # 01,Sector # 06, Uttara,Dhaka-1230', '', 1, 0, 1, NULL),
+(863, 'COUNTRY TRAVELS & TOURS', 1, 1, 1, '01778 202434', '01778 202435', 'info@countrygroupbd.com', '', 'countrygroupbd.com', '', '87, BNS Centre (9th Floor), Room- 926, Sec-7, Uttara, Dhaka- 1230', '', 1, 0, 1, NULL),
+(864, 'Country Travels and Tours', 1, 1, 1, '01775146001', '', 'anis@countrygroupbd.com', '', 'www.countrygroupbd.com', '', 'Plot-87, BNS Center (9th Floor, Room-925), Sector-7, Uttara, Dhaka-1230', '', 1, 0, 1, NULL),
+(865, 'Cox’s Bazar Overseas', 1, 1, 1, '01711 563249', '', 'shahincgp@hotmail.com', '', '', 'Telephone: 9555289, 9566577', '3/3-B, Purana Paltan (1st Floor), Dhaka-1000', '', 1, 0, 1, NULL),
+(866, 'Cox’s Bazar Overseas (Branch Office)', 1, 1, 1, '01711 479155', '', 'shahincgp@hotmail.com', '', '', '', '21, Heraj Market (2nd Floor), Khulna', '', 1, 0, 1, NULL),
+(867, 'Cruise Master Limited', 1, 1, 1, '01682834723', '', 'sah@cmlbd.org', '', 'www.cmlbd.org', '', 'Sahera Tropical Center,10th Floor,Suite-6, 218, Dr.Kudrat E Khuda Road (New), Elephant Road (Old), Dhaka', '', 1, 0, 1, NULL),
+(868, 'Crystal Air Travels & Tours', 1, 1, 1, '01715 723808', '', 'info@itrade.com.bd', '', 'www.idolgroup.com.bd', '', 'House # 10, Road # 22, Block-K Banani, Dhaka-1213.', '', 1, 0, 1, NULL),
+(869, 'Crystal Way Travels', 1, 1, 1, '01710008555', '', 'info.crystalwaytravels@gmail.com', '', 'www.crystalwaytravels.com', '', 'H # 90,Kakoli Bhaban (3rd Floor,Room # 3) New Airport Road, Banani, Dhaka', '', 1, 0, 1, NULL),
+(870, 'CTB Limited', 1, 1, 1, '01714395195', '', 'info@ctbtours.com.bd', '', '', '', '11, EG, Meherba Plaza 33, Topkhana Road, Dhaka', '', 1, 0, 1, NULL),
+(871, 'D. B. H. International (Pvt) Ltd.', 1, 1, 1, '01819 237392', '', 'dbhinternational@yahoo.com', '', 'www.dbhinternational.com', '', 'VIP Tower (7th Floor) 51/1, VIP Road, Nayapaltan Dhaka-1000.', '', 1, 0, 1, NULL),
+(872, 'Dada Travels and Tours', 1, 1, 1, '01819 954899', '', 'dada_travels@yahoo.com', '', '', 'Telephone: 9570210 (Off) 9336336 ', 'Red Crescent Chamber (Ground Floor) 87, Motijheel C/A, Dhaka-1000', '', 1, 0, 1, NULL),
+(873, 'Dahmashi Tours & Travels Ltd.', 1, 1, 1, '01715 119039', '', 'info@dttlbd.com', '', '', 'Telephone: 8831249, 9893345, 9893310, 8821881, 8824634, 8824686', 'House # 33/A, Road # 12 Block-H, Banani, Dhaka-1213', '', 1, 0, 1, NULL),
+(874, 'Dana Aviation Ltd.', 1, 1, 1, '01711 525869', '01711 593388', 'infoav@danaaviation.com', '', 'www.danaaviation.com', '', 'Rupsha Tower, Flat # C-1 (1st Floor), Road # 17, 7, Banani C/A, Dhaka-1213', '', 1, 0, 1, NULL),
+(875, 'Darus Salam Travels & Tours', 1, 1, 1, '01556343415', '', 'm.khaledsaifullah@gmail.com', '', '', 'Telephone: 9340891', 'VIP Tower (9th Floor), 51/1, VIP Road, Dhaka-1000', '', 1, 0, 1, NULL),
+(876, 'DBM Travels & Tours', 1, 1, 1, '01681613912', '', 'info@revinr.com', '', '', '', '53, Inner Circular Road (4th Floor), Shantinagar, Dhaka', '', 1, 0, 1, NULL),
+(877, 'Deacon Air Travel Agency', 1, 1, 1, '01714446468', '', 'salesdeacon@gmail.com', '', '', '', 'Chowrangi Market (2nd Floor) 95 Shenpara Parbata, Begum Rokeya Soroni Mirpur-10, Dhaka-1216.', '', 1, 0, 1, NULL),
+(878, 'Dear Suwath Hajj International', 1, 1, 1, '01716028785', '01923849226', 'dearsuwath@gmail.com', '', '', '', '152, West Tangra, Sharulia, Demra,Dhaka-1361', '', 1, 0, 1, NULL),
+(879, 'Decent Travel & Tours', 1, 1, 1, '01711 141075', '01817090517', 'masud8356@yahoo.com', '', '', '', 'Hotel Nurani Building (1st Floor), 1, DIT Extension Road, Fakirapool, Dhaka-1000', '', 1, 0, 1, NULL),
+(880, 'Deen Travels', 1, 1, 1, '01613031503', '', 'deentravels@ymail.com', '', '', 'Telephone: 029354444', '131/2, New Eskaton (3rd Floor), Ramna, Dhaka- 1000.', '', 1, 0, 1, NULL),
+(881, 'Delight International', 1, 1, 1, '01712811723', '', 'mdehsanzaman1223@yahoo.com', '', '', '', 'Paltan Plaza (3rd Floor) 18, Purana Paltan, Dhaka-1000', '', 1, 0, 1, NULL),
+(882, 'Delta Aviation', 1, 1, 1, '01853330606', '', 'info.deltaaviation@yahoo.com', '', '', '', 'Azad Centre (8th Floor), Suite # 8/D, 55, Purana Paltan, Dhaka', '', 1, 0, 1, NULL),
+(883, 'Delwar Travels & Tours', 1, 1, 1, '01819 218696', '01727 557777', 'delwartrade2009@yahoo.com', '', '', '', '40/1-D, Inner Circuler Road (4th Floor), Naya Paltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(884, 'Desh Bhraman (Pvt.) Limited', 1, 1, 1, '01711 534855', '01937 647651', 'deshbrhajjomrah@yahoo.com', '', '', '', '58, Dilkusha C/A (Ground Floor) Dhaka-1000.', '', 1, 0, 1, NULL),
+(885, 'DESH TRAVEL,S & TOURS', 1, 1, 1, '01919194218', '', 'deshholiday@gmail.com', '', '', '', 'MADANI AVINEW, PLOT # 20 , BLOCK # (NUTON BAZAR)VATARA, BARIDHARA, DHAKA-1212', '', 1, 0, 1, NULL),
+(886, 'Desh Travels', 1, 1, 1, '01819 239090', '01711 227440', 'info@revinr.com', '', '', 'Telephone: 9358222', '11, Inner Circular Road Fakirapool, Dhaka-1000', '', 1, 0, 1, NULL),
+(887, 'Desh-O-Bidesh', 1, 1, 1, '01819493919', '', 'info@revinr.com', '', '', '', '2, R. K. Mission Road Motaleb Mansion (2nd Floor) Motijheel, Dhaka', '', 1, 0, 1, NULL),
+(888, 'Deshari Air Service', 1, 1, 1, '01716 415161', '', 'deshari@gmail.com', '', 'www.deshariintl.com', '', 'Hasan Bhaban (1st Floor) 27/11/3-C, Topkhana Road, Dhaka', '', 1, 0, 1, NULL),
+(889, 'DESHGRUM TRAVELS', 1, 1, 1, '01713464577', '', 'desagram@yahoo.com', '', '', '', 'MOTALEB MANSHION, ROOM-612, 2 R K MISSON ROAD, DHAKA-1203', '', 1, 0, 1, NULL),
+(890, 'Destination Travel Services Ltd.', 1, 1, 1, '01716 017845', '01711 245730', 'info.destinationtravel@gmail.com', '', '', '', 'Pan Pacific Sonargaon Hotel 107, Kazi Nazrul Islam Avenue Dhaka-1219', '', 1, 0, 1, NULL),
+(891, 'Dhaka Air Travels', 1, 1, 1, '01715 045423', '', 'skaintbd@yahoo.com', '', '', 'Telephone: 7175465', 'Shawon Tower 2/C, Purana Paltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(892, 'Dhaka Aviation Service', 1, 1, 1, '01711 546858', '01712 504344', 'dhakaaviation@yahoo.com', '', '', 'Telephone: 9330936, 9332472, 8311599 (Off) 8126923, 8130706 (Res)', '147, DIT Extension Road (1st Floor) Fakirapool, Dhaka-1000.', '', 1, 0, 1, NULL),
+(893, 'Dhaka Hajj Group Travel', 1, 1, 1, '01191561617', '', 'wingsttl@yahoo.com', '', '', 'Telephone: 7167209', '34, Kazi Alauddin Road (Idris Plaza,1st Floor), Dhaka', '', 1, 0, 1, NULL),
+(894, 'Dhaka Hajj Kafeela Air International', 1, 1, 1, '01714202020', '', 'dhakahajjkafelaair@gmail.com', '', '', 'Telephone: 9513388', 'G.A. Bhaban (7th Floor), Purana Paltan, Dhaka - 1000', '', 1, 0, 1, NULL),
+(895, 'Dhaka Hajj Kafela & Travels', 1, 1, 1, '01711960898', '', 'dhakahajj@yahoo.com', '', '', '', '855, East Sewrapara (Gound Floor), Kafrul, Dhaka-1213', '', 1, 0, 1, NULL),
+(896, 'Dhaka National Air Travel Agency & Cargo Ltd.', 1, 1, 1, '01917777021', '', 'info@revinr.com', '', '', '', 'Bashati Dream, House # 03, Road # 21 Apt:A-6, Gulshan-1, Dhaka-1212', '', 1, 0, 1, NULL),
+(897, 'DHAKA NATIONAL TRAVELS LIMITED', 1, 1, 1, '01711 534 664', '', 'dacnt2008@gmail.com', '', '', 'Telephone: 7116542, 9551792', '62/1, Purana Paltan (1st Floor) Dhaka-1000', '', 1, 0, 1, NULL),
+(898, 'Dhaka Shahjalal Travels & Tours', 1, 1, 1, '01819184674', '', 'dkakashahjalal@gmail.com', '', '', '', '205, Shahid Sayed Nazrul Islam Saroni (1st Floor), Bijoy Nagar, Dhaka', '', 1, 0, 1, NULL),
+(899, 'Dhaka Trade Tours & Travels', 1, 1, 1, '01670 787633', '01552 600854', 'dhakatradetoursandtravels@gmail.com', '', '', '', '72/73, Kazi Alauddin Road Bongshal, Dhaka', '', 1, 0, 1, NULL),
+(900, 'Dhaka Travels', 1, 1, 1, '01819 213104', '', 'dhaka_travels@yahoo.com', '', '', '', 'H-71 (3rd Floor), New Airport Road Amtoli, Mohakhali', '', 1, 0, 1, NULL),
+(901, 'Dhakar Tari', 1, 1, 1, '7218053', '', 'dhakartari@yahoo.com', '', '', 'Telephone: 7218053', '232,Central Bashaboo(4th Floor),Sabujbagh,Dhaka.', '', 1, 0, 1, NULL),
+(902, 'Dhanshiri Air Travels Limited', 1, 1, 1, '01911342729', '', 'info@dhanshirigroupbd.com', '', '', '', '98/B(2nd Floor),Senpara Parbata,Begum Rokeya Sarani,Mirpur,Dhaka-1216', '', 1, 0, 1, NULL),
+(903, 'Dhrubo Traders (Pvt) Ltd.', 1, 1, 1, '01684083529', '01713123457', 'sohag3112@gmail.com', '', '', '', 'House # 15, Main Road, Block-E Banasree, Rampura, Dhaka.', '', 1, 0, 1, NULL),
+(904, 'Dia International', 1, 1, 1, '01711392785', '', 'diaintlbd@gmail.com', '', '', '', 'Baitul Khair (Room # 307) 48-AB, Purana Paltan, Dhaka.', '', 1, 0, 1, NULL),
+(905, 'Diamond Travels Limited', 1, 1, 1, '01715 090823', '', 'diamondtravels798@yahoo.com', '', '', '', '35/4, Kamlapur Bazar Road (1st Floor), Motijheel C/A,Dhaka-1000.', '', 1, 0, 1, NULL),
+(906, 'Diganta Air Service', 1, 1, 1, '01712131626', '01727119733', 'diganta_monirul@yahoo.com', '', '', '', '204, Syed Nazrul Islam Soroni Aziz Co-operative Market (7th Floor), Bijoynagar, Dhaka', '', 1, 0, 1, NULL),
+(907, 'Diganta Global Overseas Limited', 1, 1, 1, '01724955141', '', 'digantagol@gmail.com', '', '', '', '65, Naya Paltan, Islam Tower (2nd Floor), Dhaka-1000', '', 1, 0, 1, NULL),
+(908, 'Diganta Tours & Travels', 1, 1, 1, '01716492147', '', 'digantatoursandtravels@gmail.com', '', '', '', '131, DIT Extension Road, Fakirapool,Dhaka-1000.', '', 1, 0, 1, NULL),
+(909, 'Digital Air', 1, 1, 1, '01715 024014', '', 'digitalair75@yahoo.com', '', 'www.digitalair.ucoz.net', '', 'Islam Tower (B-2, Under Ground) 65, Naya Paltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(910, 'Din Travels International', 1, 1, 1, '01713001086', '', 'dingroup777@gmail.com', '', '', '', 'Kazi Tower (10th Floor) 86, Inner Circular Road Naya Paltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(911, 'Dinkum Travels & Tours Ltd.', 1, 1, 1, '01711 520428', '', 'dinkum@bananinet.com', '', '', '', 'House # 6 (6th Floor), Road # 10 Block-H, Banani, Dhaka-1213', '', 1, 0, 1, NULL),
+(912, 'Dip Travels & Tours', 1, 1, 1, '01712039914', '01911204906', 'info@revinr.com', '', '', 'Telephone: 9336756', '120, DIT Ext. Road, Fakirapool, Dhaka', '', 1, 0, 1, NULL),
+(913, 'Discovery Flight Center Ltd', 1, 1, 1, '01736810103', '', 'discoverygroupltd2012@gmail.com', '', '', '', '43/2, Ring Road (2nd Floor)Adabor, Shyamoli, Dhaka-1207', '', 1, 0, 1, NULL),
+(914, 'Discovery Tours & Logistic', 1, 1, 1, '01713444350', '01713444369', 'sales@discoverbangla.com', '', '', '', 'House # 11 Suit -7/B(8th Floor) Road # 17, Block # D, Banani, Dhaka-1213', '', 1, 0, 1, NULL),
+(915, 'Dive Away Travels', 1, 1, 1, '88-02-8899218', '', 'divetrvls@gmail.com', '', '', '', 'G-97/98, Suvastu Nazar Valeey (Gr. Floor),Pragati Sarani, Ka-2/1, Shahzadpur,Gulshan, Dhaka-1212', '', 1, 0, 1, NULL),
+(916, 'Diversity Travel & Tours', 1, 1, 1, '01733582789', '', 'diversity7520@yahoo.com', '', '', '', 'Easternview Commercial Complex (9th Floor), 50, DIT Extension Road, Nayapaltan, Dhaka.', '', 1, 0, 1, NULL),
+(917, 'Doel Travels & Tours Ltd.', 1, 1, 1, '01715187737', '', 'doeltravels@gmail.com', '', '', '', '85/1, Purana Paltan Lane (3rd Floor),Dhaka-1000.', '', 1, 0, 1, NULL),
+(918, 'Dohar Nababgonj Haj Kafela Tours & Travels', 1, 1, 1, '01830148397', '', 'dnhktt2000@yahoo.com', '', '', '', 'Eastern view (9th Floor), 50, DIT Extention Road, Dhaka-1000', '', 1, 0, 1, NULL),
+(919, 'Dohar Nababgonj Travels', 1, 1, 1, '01911348534', '', 'doharnababgonj@yahoo.com', '', '', '', '10/3/2, Toyenbee Circular Road, Motijheel, Dhaka-1000.', '', 1, 0, 1, NULL),
+(920, 'Domex Travels', 1, 1, 1, '01911565791', '', 'bomaxtravels@yahoo.com', '', '', '', 'Rahmania Internanational Complex(4th Floor) 28/1/C,Motijheel C/A,Dhaka.', '', 1, 0, 1, NULL),
+(921, 'Dotcom Travels & Tours', 1, 1, 1, '01711521361', '01971521361', 'dotcomtravels_bd@yahoo.com', '', '', 'Telephone: 9350087, 8322637', '382, Tongi Diverson Road (2nd Floor) 3, Shahid Tajuddin Ahmed Saroni, Moghbazar, Dhaka', '', 1, 0, 1, NULL),
+(922, 'Dr. Mufti M A Aziz Hajj & Tours', 1, 1, 1, '01971627140', '01711627140', 'info@revinr.com', '', '', '', 'Ka-24 (2nd floor), Kuril Bashundhara Road, Badda, Dhaka-1229', '', 1, 0, 1, NULL),
+(923, 'Dream Route Travel & Tours', 1, 1, 1, '01711530148', '', 'dream_route@yahoo.com', '', '', '', 'Alta Plaza (3rd Floor) 1, Dhanmondi R/A, Road # 10, Dhaka.', '', 1, 0, 1, NULL),
+(924, 'Dream Travels & Tours Overseas', 1, 1, 1, '0171181639', '', 'info@revinr.com', '', '', 'Telephone: 8831975', '159/C, Tejgaon Industrial Area, Dhaka-1208', '', 1, 0, 1, NULL),
+(925, 'Dreamway International', 1, 1, 1, '01715302356', '', 'info@revinr.com', '', '', '', '130, DIT Extension Road (1st Floor) Fakirapool, Dhaka-1000', '', 1, 0, 1, NULL),
+(926, 'DREEM ISLAN LTD', 1, 1, 1, '01730333286', '', 'dreamislandbagerhat@gmail.com', '', '', '', 'DESANI (MEGNITALA),BOGERHAT-KHULNA HIGHWAY, BAGERHAT', '', 1, 0, 1, NULL),
+(927, 'DSC Visa & Travel Consulting Firm Limited', 1, 1, 1, '01819141456', '', 'saifur@directcanadaei.com', '', 'directcanadaei.com;dsctravelwo', '', 'Plot # 32-35, Probal Housing (6th Floor), Ring Tower, Ring Road, Mohammadpur, Dhaka', '', 1, 0, 1, NULL),
+(928, 'Dutch Bangla International', 1, 1, 1, '01817589986', '', 'dutchbangla@yahoo.com', '', '', '', '14, Purana Paltan Darus Salam Arcade (5th Floor), Dhaka', '', 1, 0, 1, NULL),
+(929, 'Dutch Tours & Travels', 1, 1, 1, '01713 066256', '', 'dutchtours@yahoo.com', '', '', '', 'Ibrahim Chamber (1st Floor) 95, Motijheel C/A, Dhaka-1000', '', 1, 0, 1, NULL),
+(930, 'Dwau International Travels', 1, 1, 1, '01959506205', '', 'info@revinr.com', '', '', '', 'Plot # 87, BNS Center, Room # 502/1, (4th Floor) Sector # 7, Uttara, Dhaka', '', 1, 0, 1, NULL),
+(931, 'Dynamic Travels', 1, 1, 1, '01713 002087', '', 'belal@dynamic.com.bd', '', 'www.dynamic.com.bd', 'Telephone: 8829770, 8829772, 8818903', 'Bashati Horizon, Apartment # A-7 House # 21, Road # 17 Banani C/A, Dhaka-1213', '', 1, 0, 1, NULL),
+(932, 'Dynasty Travels Ltd.', 1, 1, 1, '01819-244324', '', 'dynastytravelsltd@yahoo.com', '', '', '', 'Suite # 10C-2, Level-11, Paramount Hights 65//2/1, Box Culvart Road Purana Paltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(933, 'EAGLE TRAVEL & TOURS', 1, 1, 1, '01713064547', '', 'info@revinr.com', '', '', 'Telephone: 9559009', '10/ 3/ 2 , TOYENBEE CIRCULAR RIOAD, MOTIJHEEL, C/A, DHAKA-1000', '', 1, 0, 1, NULL),
+(934, 'Eamin Eadin Travels & Tours', 1, 1, 1, '01819480666', '', 'mostofasrdr@gmail.com', '', '', '', 'Chunkutia Chowrasta, P.O.- Subhadya, Soth Keranigonj, Dhaka', '', 1, 0, 1, NULL),
+(935, 'East West Air', 1, 1, 1, '01552 419796', '01718 508313', 'armamatin@yahoo.com', '', '', '', 'Alrazi Complex (Suite # D-605, 6th Floor) 167, Shaheed Sayed Nazrul Islam Sarani Purana Paltan, Dhaka-1000', '', 1, 0, 1, NULL),
+(936, 'East West Travels & Tours (Pvt.) Ltd', 1, 1, 1, '01819 272007', '', 'eastwest@citech.net', '', '', 'Telephone: 9361875, 8319992, 9349479', 'Kazi Tower, Suite # 7-A (6th Floor), 86, Inner Circular (VIP) Road, Nayapaltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(937, 'Eastern Travels', 1, 1, 1, '01711 520893', '', 'eastern.overseas@yahoo.com', '', 'www.easternbd.net', 'Telephone: 8821801, 9886238, 8818940', 'H-79/F, New Airport Road (1st Floor) Chairman Bari, Banani, Dhaka-1213.', '', 1, 0, 1, NULL),
+(938, 'Easy Going (Pvt) Ltd.', 1, 1, 1, '01711 025870', '', 'biplob_wali@yahoo.com', '', '', ' Telephone: 8361278-9, 9358685 (Off)', 'Dhaka Sheraton Hotel Health Club Building (2nd Floor) 1, Mintoo Road, Dhaka-1000', '', 1, 0, 1, NULL),
+(939, 'Easy Tours & Travels', 1, 1, 1, '01711905233', '', 'easy.travelstour@gmail.com', '', '', '', 'B N Tower (7th Floor), 28/1/B,Toyenbee Circular Road, Motijheel, Dhaka', '', 1, 0, 1, NULL),
+(940, 'Easy Travels & Cargo', 1, 1, 1, '01199 841234', '', 'easycargo@dhaka.net', '', '', '', 'Arafat Tower (1st Floor) 94, DIT Road, Malibagh, Dhaka', '', 1, 0, 1, NULL),
+(941, 'Easyway Travels', 1, 1, 1, '01615353267', '', 'travel.easyway@gmail.com', '', '', '', '62, Pioneer Road (2nd Floor) Kakrail, Dhaka-1000', '', 1, 0, 1, NULL),
+(942, 'EAZZY SERVICE & RESOURCE MANAGEMENT LIMITED', 1, 1, 1, '01917777021', '', 'info@esrmbd.net', '', '', '', 'H # 214, R # 13, NEW DOHS, MOHAKHALI, DHAKA- 1206', '', 1, 0, 1, NULL),
+(943, 'Eco Aviation Services Inernational', 1, 1, 1, '01933331925', '', 'm.hossaintuhin@yahoo.com', '', '', '', '110, Shantinagar, 1st Floor, Dhaka-1217', '', 1, 0, 1, NULL),
+(944, 'Econo Travels', 1, 1, 1, '01711 341484', '01924006068', 'md.rokanuzzaman@yahoo.com', '', '', '', '3/9, Nayapaltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(945, 'Economic Travel Service', 1, 1, 1, '01819201638', '', 'economictravel@yahoo.com', '', '', '', '3/8, Naya Paltan (1st Floor), Dhaka-1000.', '', 1, 0, 1, NULL),
+(946, 'Eden Cox Ltd.', 1, 1, 1, '01710207737', '01819664540', 'edencoxltd18@gmail.com', '', 'www.edencoxltd.com', '', 'Suite # 04, Level # 12, Red Crescent House, 61, Motijheel C/A, Dhaka- 1000', '', 1, 0, 1, NULL),
+(947, 'Efaz Tours & Travels (Pvt) Ltd.', 1, 1, 1, '01616313000', '', 'efaz.dhaka@yahoo.com', '', 'www.efazdhaka.com', '', 'Rahmania Int’l. Complex (4th Floor) 28/1/C, Toyenbee Circular Road, Dhaka-1000', '', 1, 0, 1, NULL),
+(948, 'Efaz Tours & Travels Service', 1, 1, 1, '01731748086', '', 'info@revinr.com', '', '', '', 'Al-Razi Complex (5th Floor),166-167, Shahid Syed Nazrul Islam Sarani, Dhaka.', '', 1, 0, 1, NULL),
+(949, 'Egarosindur Travels Limited', 1, 1, 1, '01713121442', '01711675712', 'etlbd11@gmail.com', '', '', '', 'House No. 1, Main Road Black -B, Banasree. Rampura, Dhaka.', '', 1, 0, 1, NULL),
+(950, 'Egypt Travels & Tours', 1, 1, 1, '01920681142', '', 'syful.bhuyan@gmail.com', '', '', '', 'Ka-85/3 (2nd Floor), Bir Uttom Rafiqul Islam Avenue, Shahjadpur Gulshan-2, Dhaka.', '', 1, 0, 1, NULL),
+(951, 'Ehsan Air Travels', 1, 1, 1, '01713 082094', '', 'ehsanairtravels@yahoo.com', '', '', '', 'Alrazi Complex (Suite # D-604, 6th Floor) 167, Shaheed Sayed Nazrul Islam Sarani Purana Paltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(952, 'Ehsan Air Travels', 1, 1, 1, '01917777021', '', 'info@revinr.com', '', '', '', 'Basirun Market (2nd Floor) Kazi Nazrul Islam Road Jhowtola, Bogra', '', 1, 0, 1, NULL),
+(953, 'Ehsan Ikram Travels & Tours', 1, 1, 1, '01819213813', '01715061517', 'info@revinr.com', '', '', 'Telephone:029884709', 'Gulshan Shopping Centre (4th Floor), B-500/11, Gulshan South C/A, Gulshan-1, Dhaka', '', 1, 0, 1, NULL),
+(954, 'Eidgah Travels', 1, 1, 1, '01819 666432', '', 'info@revinr.com', '', '', 'Telephone:9352473', 'VIP Tower (13th Floor) 51/1, VIP Road, Nayapaltan, Dhaka-1000', '', 1, 0, 1, NULL),
+(955, 'Ektiar Travels & Tourism', 1, 1, 1, '01914208260', '', 'vallytrade@yahoo.com', '', '', '', '14, Rajuk Avenue, (3rd Floor), Motijheel , Dhaka - 1000', '', 1, 0, 1, NULL),
+(956, 'Elahi Enterprise', 1, 1, 1, '01711532047', '', 'ebadatbd@hotmail.com', '', '', '', 'Akram Tower, Room # 06 (3rd Floor) 15/5, Bijoy Nagar, Dhaka-1000.', '', 1, 0, 1, NULL),
+(957, 'Elegant Aviation Ltd.', 1, 1, 1, '01711 830496', '01971 830496', 'elegantaviation@yahoo.com', '', '', '', '67, Naya Paltan City Heart Shoping Complex (13th Floor) Suite # 14/6-B, Dhaka-1000', '', 1, 0, 1, NULL),
+(958, 'Elias Air Service', 1, 1, 1, '01711 542651', '', 'eliasairservice@yahoo.com', '', '', '', '205/1, Shahid Sayed Nazrul Islam Sharani (2nd Floor) Dhaka-1000.', '', 1, 0, 1, NULL),
+(959, 'Elite Travels & Tours', 1, 1, 1, '01711 851106', '', 'elitetrvlbd@yahoo.com', '', 'elitetrvlbd@yahoo.com', '', 'Troyoka Building (3rd Floor) 92, Motijheel C/A, Dhaka-1000', '', 1, 0, 1, NULL),
+(960, 'Emam Travels & Tours Ltd', 1, 1, 1, '01819151619', '', 'emamtravel@gmail.com', '', 'www.emamtravel.com', '', '95/3, New Airport Road (2nd Floor), (Kakuli), Banani, Dhaka-1213', '', 1, 0, 1, NULL),
+(961, 'EMBARK TOUR & TRAVEL', 1, 1, 1, '01715814338', '', 'embarktt2013@gmail.com', '', '', '', '625, SHITAL BHABON , BARA MOGHBAZAR, DHAKA 1217', '', 1, 0, 1, NULL),
+(962, 'Embassy Travels', 1, 1, 1, '01716 226916', '', 'embassy2travels@yahoo.com', '', '', '', 'H-60 (2nd Floor), New Airport Road Amtoli, Mohakhali, Dhaka-1212', '', 1, 0, 1, NULL),
+(963, 'EMIRATES TRAVELS & TOURS', 1, 1, 1, '01815582871', '', 'sazzad264@gmail.com', '', '', '', '264, FAKIRA POOL (GROUND FLOOR ), HOTEL ROWSHAN (RES), DHAKA-1000', '', 1, 0, 1, NULL),
+(964, 'Emon Air Travels', 1, 1, 1, '01736840826', '', 'nabarupentp@yahoo.com', '', '', '', '47, Dilkusa, Jaman Chamber, 2nd Floor, Dhaka-1000', '', 1, 0, 1, NULL),
+(965, 'Emon Air Travels', 1, 1, 1, '01736840826', '', 'nabarupentp@yahoo.com', '', '', '', '47, Dilkusa, Jaman Chamber, 2nd Floor, Dhaka-1000', '', 1, 0, 1, NULL),
+(966, 'Emporio Travels (Private) Limited', 1, 1, 1, '01755593859', '', 'emporiobd@gmail.com', '', '', '', 'Ventura Avenue, CWN (C)-8/B Gulshan Avenue (Bir Uttam Mir Showkat Sharak) Gulshan, Dhaka-1212', '', 1, 0, 1, NULL),
+(967, 'ENAM TOURS & TRAVELS', 1, 1, 1, '01711567590', '', 'enam1971@gmail.com', '', '', '', 'H-97/2, HAZI TOWER (5TH FLOOR) BANANI, DHAKA-1213', '', 1, 0, 1, NULL),
+(968, 'ENGINEER ASHRAF HAJJ KAFELA', 1, 1, 1, '01715255785', '', 'abid265@gmail.com', '', '', 'Telephone:8396532', 'Plot #17, Road# 05, Block #G, Bonosree, Rampura, Dhaka-1217, Dhaka.', '', 1, 0, 1, NULL),
+(969, 'Erfan Travels', 1, 1, 1, '01711433086', '', 'info.erfantravels@gmail.com', '', '', '', '204, Sayed Nazrul Islam Sharani Aziz Co-operative Market (2nd Floor) Dhaka-1000.', '', 1, 0, 1, NULL),
+(970, 'Esha Travels & Tours', 1, 1, 1, '01819 194934', '01726 464744', 'eshatravelsbd@yahoo.com', '', '', '', 'Saleh Kalyan Trust Bhaban (Suite # 6-C, 5th Floor) 3/10, Naya Paltan, DIT Extension Road, Dhaka-1000', '', 1, 0, 1, NULL),
+(971, 'Esmam Air Service', 1, 1, 1, '01712275191', '', 'info@revinr.com', '', '', 'Telephone: 9344485', '86/1 (5th Floor), Inner Circular Road, Nayapaltan, Dhaka', '', 1, 0, 1, NULL),
+(972, 'Estema Air International', 1, 1, 1, '01819020747', '', 'estemaair@gmail.com', '', '', '', '33, Kakrail Azmiri Mansion, 3rd Floor, VIP Road, Palton, Dhaka', '', 1, 0, 1, NULL),
+(973, 'Ethical Travels & Tours', 1, 1, 1, '01730167789', '01970167789', 'ethical.t.t@gmail.com', '', '', '', '105, Kawlar Dhokhan Khan, Khilkhet, Dhaka', '', 1, 0, 1, NULL),
+(974, 'Etu Travel Tour & Haj Kafela', 1, 1, 1, '01711818244', '', 'etutraveltourhajkafela@yahoo.com', '', '', '', '53/3, DIT Extension Road (2nd Floor),Nayapaltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(975, 'Eureka Air International', 1, 1, 1, '01712206892', '', 'eurekaairinternational@gmail.com', '', '', '', '76 Ka Rabeya Plaza, 6th Floor, Progati Sarani, Kuril Chowrasta, Dhaka-1229', '', 1, 0, 1, NULL),
+(976, 'Euro Asia Travels & Tours', 1, 1, 1, '01716222602', '', 'euroasiatravels@gmail.com', '', '', '', 'Siddique Mansion (5th Floor), 55/A, Purana Paltan, Dhaka.', '', 1, 0, 1, NULL),
+(977, 'Euro Bengal Travels & Tourism', 1, 1, 1, '01711 549143', '', 'shjintl@yahoo.com', '', '', '', '66, Naya Paltan (3rd Floor) Dhaka-1000', '', 1, 0, 1, NULL),
+(978, 'Euro Link', 1, 1, 1, '01917777021', '', 'shamim@eurolinkbd.com', '', '', '', 'R.B Tower (6th Floor) 56/9 Lake, Circus, Kalabagan Dhaka', '', 1, 0, 1, NULL),
+(979, 'EURO WORLD', 1, 1, 1, '01715615547', '01915425302', 'asadulhawk@yahoo.com', '', '', '', '89/B BOROBAG, MIRPUR-2, DHAKA-1216.', '', 1, 0, 1, NULL),
+(980, 'Eva Air International', 1, 1, 1, '01715 563940', '', 'monir_ad55@yahoo.com', '', '', '', '51, Naya Paltan (2nd Floor) VIP Road, Dhaka-1000', '', 1, 0, 1, NULL),
+(981, 'EVER GREEN AIR INTERNATIONAL', 1, 1, 1, '+8801787000010', '+8801977779535', 'info@evergreenairbd.com', '', 'www.evergreenairbd.com', '', '3/4-A, Sabbir Tower (5th Floor), Purana Paltan, Dhaka-1000', '', 1, 0, 1, NULL),
+(982, 'Ever Green Travels & Tours', 1, 1, 1, '01711109453', '', 'evergreentravel10@gmail.com', '', '', '', 'Islam Tower (3rd Floor, Room D4) 65, Naya Paltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(983, 'Everest Tours & Travels', 1, 1, 1, '01917079221', '01750119876', 'infor@ettbd.com', '', 'www.ettbd.com', '', '56, B. B. Road, 2 No. Rail Gate Narayangonj', '', 1, 0, 1, NULL),
+(984, 'Evernew Tours & Travels Services', 1, 1, 1, '01815448816', '', 'info@revinr.com', '', '', '', '10/15/A, Paddalochon Ray Lane Armanitola, Dhaka-1100.', '', 1, 0, 1, NULL),
+(985, 'Excel Tours & Travels International', 1, 1, 1, '01911384554', '', 'exceltti2015@gmail.com', '', '', 'Telephone: 58070760, 58070761', '78 Topkhana Road , (5th Floor) Dhaka-1000', '', 1, 0, 1, NULL),
+(986, 'Excellent Dream Travel & Tours', 1, 1, 1, '01711 485556', '', 'badiul67@yahoo.com', '', '', '', '183, Shohid Syed Nazrul Islam Sarani Bijoy Nagar (4th Floor), Dhaka-1000.', '', 1, 0, 1, NULL),
+(987, 'Executive Tours & Travels', 1, 1, 1, '01777641238', '', 'executivetoursntravels@gmail.com', '', '', '', 'Angina Kingdom, House# 378/379, Road # 6, Mirpur DOHS, Dhaka-1216', '', 1, 0, 1, NULL),
+(988, 'EXPRESS HOLIDAYS', 1, 1, 1, '01741775127', '', 'expressholidaysbd@gmail.com', '', 'www.expressholidaysbd.com', '', 'CAPITAL MANSION, 69, NAYAPALTAN, V.I.P ROAD, LEVEL-08; SUITE #804, PALTAN, DHAKA-1000, DHAKA.', '', 1, 0, 1, NULL),
+(989, 'F M Tours & Travels', 1, 1, 1, '01819237985', '01714022222', 'raiyan_travels@yhoo.com', '', '', '', 'Ibrahim Manion(suite# 402,Level # 4),11Purana Paltan,Dhaka-1000', '', 1, 0, 1, NULL),
+(990, 'F. H AIR INTERNATIONAL', 1, 1, 1, '01726473539', '', 'info@revinr.com', '', '', '', 'HOTEL CAPITAL (1ST FLOOR), 69 NAYA PALTAN, V. I. P. ROAD, PALTAN, DHAKA', '', 1, 0, 1, NULL),
+(991, 'F. K. Overseas', 1, 1, 1, '01711 642025', '', 'middleeast_tradeintl@yahoo.com', '', 'www.middleeastbd.com', 'Telephone: 9350226, 8318734', '147, DIT Extension Road (1st Floor), Fakirapool, Motijheel,Dhaka-1000.', '', 1, 0, 1, NULL),
+(992, 'F. M. Travels', 1, 1, 1, '01915054524', '01819331552', 'nurkarim73@yahoo.com', '', '', '', '55/2,Naya Paltan (1st Floor), Dhaka-1000', '', 1, 0, 1, NULL),
+(993, 'F. N. Tours and Travels', 1, 1, 1, '01716273811', '', 'fntt2010@yahoo.com', '', '', '', '215, Shaheed Nazrul Islam Sarani Pritom Bhaban(1st Floor),Purana Paltan,Dhaka-1000', '', 1, 0, 1, NULL),
+(994, 'Fahad Air Travels', 1, 1, 1, '01715054738', '', 'abdullahfahad27@yahoo.com', '', '', '', '204, Shahid Syed Nazrul Islam Sarani Aziz Motor Parts Market, 1st Floor, Dhaka.', '', 1, 0, 1, NULL),
+(995, 'Fahad Travels', 1, 1, 1, '01817 060877', '01711 565749', 'fahadtravels07@yahoo.com', '', '', '', 'VIP Tower (6th Floor), 51/1, VIP Road Naya Paltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(996, 'Fahi Nur Air International', 1, 1, 1, '01711852931', '', 'info@revinr.com', '', '', 'Telephone: 9358293, 8361073', 'Hotel Bokshi (Ground Floor) 129, DIT Extension Road Fakirapool, Dhaka.', '', 1, 0, 1, NULL),
+(997, 'FAHIM AIRWAYS', 1, 1, 1, '01711376560', '01611376560', 'fahimairways@gmail.com', '', '', '', '1/12-13, 1ST FLOOR, 50 DIT EXTENSION ROAD, NAYA PALTAN, , DHAKA-1000, DHAKA.', '', 1, 0, 1, NULL),
+(998, 'Fahim Enterprise', 1, 1, 1, '01711531440', '', 'smartoverseas13@gmail.com', '', '', 'Telephone: 029870463,028810284', 'House # 79, block- M, Sikder Plaza (3rd Floor), Chairmanbari, Banani, Dhaka', '', 1, 0, 1, NULL),
+(999, 'FAHIM TRAVELS & TOURS', 1, 1, 1, '01726317722', '', 'info@revinr.com', '', '', '', '36, PURANA PALTAN LINE, ROKEYA MANSION (6TH FLOOR), DHAKA-1000', '', 1, 0, 1, NULL),
+(1000, 'Fahiya Tours', 1, 1, 1, '01715013297', '', 'info@revinr.com', '', '', '', '205, Shahid Sayed Nazrul Islam Sarani (2nd Floor), Bijoy Nagar, Ramna, Dhaka', '', 1, 0, 1, NULL),
+(1001, 'Fahmid Travels & Tours', 1, 1, 1, '01711351353', '', 'alwasi200@yahoo.com', '', '', 'Telephone: 027191392,027191394', '115/23,Motijheel Circular Road (2nd Floor),Dhaka – 1000', '', 1, 0, 1, NULL),
+(1002, 'Fair Bond Tours & Travels', 1, 1, 1, '01917777021', '', 'fbiint@gmail.com', '', '', '', 'House: 35(Grund Floor),Road: 1/A,Block -1 Banani, Dhaka-1213', '', 1, 0, 1, NULL),
+(1003, 'FAIR HEAVEN', 1, 1, 1, '01754544993', '', 'info@revinr.com', '', '', '', 'HOUSE #20, ROAD #03, BLOCK #C, 1ST FLOOR, SUITE #A-1, RAMPURA, BONOSREE, DHAKA-1219, DHAKA.', '', 1, 0, 1, NULL),
+(1004, 'Fair Line Travels', 1, 1, 1, '01819 239591', '', 'twin@bdcom.com', '', '', 'Telephone: 9557252, 9563640', '4, Dilkusha C/A (1st Floor) Dhaka-1000', '', 1, 0, 1, NULL),
+(1005, 'Fairways Travels', 1, 1, 1, '01713017649', '', 'taquasmo@gmail.com', '', '', 'Telephone: 9128873', '32/8 (ka), Tajmohal Road Mosjid-e-Baitul Firdaus Market Complex (2nd Floor) Mohammadpur, Dhaka-1207.', '', 1, 0, 1, NULL),
+(1006, 'Fairways Travels Ltd.', 1, 1, 1, '01711 320690', '01678 016605', 'fairways_travels@yahoo.com', '', '', 'Telephone: 9860589, 9862192, 9897606', 'Sheba House (1st Floor) Plot # 34, Road # 46 Gulshan North C/A Dhaka-1212.', '', 1, 0, 1, NULL),
+(1007, 'FAISO TRAVELS & TOURS', 1, 1, 1, '01776400523', '01198256656', 'faiso_travels@yahoo.com', '', '', '', '53, MOTIJHEEL C/A , DHAKA-1000', '', 1, 0, 1, NULL),
+(1008, 'Fakir Aviation Ltd.', 1, 1, 1, '01678008533', '', 'fal@zamanbd.com', '', '', 'Telephone: 7644190, Ext. 124', 'East Chandmari Khapur Fatullah, Narayanganj', '', 1, 0, 1, NULL),
+(1009, 'Falguni Air International', 1, 1, 1, '01711 859618', '', 'falguniair@bdonline.com', '', '', 'Telephone:7100932, 7100663', '293, Inner Circular Road Fakirapool, Dhaka', '', 1, 0, 1, NULL),
+(1010, 'Fama Air Service', 1, 1, 1, '01917777021', '', 'info@revinr.com', '', '', '', '118 DIT Extension Road (1st Floor) Fakirapool, Dhaka', '', 1, 0, 1, NULL),
+(1011, 'Fantasy International', 1, 1, 1, '01711513086', '01916773506', 'fantasy_international@yahoo.com', '', 'www.fantasyint.com', '', 'Akram Tower (3rd Floor), 199 Shahid Syed Nazrul Islam Sarani, (15/5). Bijoynagor), Dhaka-1000', '', 1, 0, 1, NULL),
+(1012, 'Far Calling Travel & Tourism', 1, 1, 1, '01711 324971', '', 'far_calling@yahoo.com', '', '', '', '83/B, New Circular Road Mouchak Tower (14th Floor, Suite # 1502) Malibagh, Dhaka-1217.', '', 1, 0, 1, NULL),
+(1013, 'Far East Aviation', 1, 1, 1, '01819 224037', '01552 602787', 'fareastaviation@yahoo.com', '', '', '', '49, Motijheel C/A, Room # 403 (3rd Floor) Dhaka-1000', '', 1, 0, 1, NULL),
+(1014, 'Farayzi Air International', 1, 1, 1, '01711 520924', '', 'farayzi@al-falahpl.com', '', 'www.al-falahpl.com', '', '53, DIT Extension Road (4th Floor) Nayapaltan, Dhaka-1000.', '', 1, 0, 1, NULL),
+(1015, 'FARAZI AIR INTERNATIONAL', 1, 1, 1, '01815482874', '', 'foyezahammedbd@gmail.com', '', '', 'Telephone: 0331-61576, 0331-73216', 'TAMIZIA MASZID SHOPPING COMPLEX (2ND FLOOR), MIZAN ROAD, FANI', '', 1, 0, 1, NULL),
+(1016, 'Farhan Aviation Services', 1, 1, 1, '01819 250193', '', 'nurulalam2002@yahoo.com', '', '', 'Telephone: 8318971, 9352916 (Off) 9339172 (Res)', '53, DIT Extension Road (2nd Floor) Naya Paltan, Dhaka-1000', '', 1, 0, 1, NULL),
+(1017, 'Farheen Air International', 1, 1, 1, '01711549758', '', 'zahir592001@yahoo.com', '', '', '', '66,Naya Paltan (3rd Floor) VIP Road,Dhaka-1000.', '', 1, 0, 1, NULL),
+(1018, 'FARIDPUR TRAVELS AND TOURS', 1, 1, 1, '7191767', '', 'info@arfanbd.com', '', '', '', '116/1, DIT EXT ROAD , FAKIRA POOL, DHAKA-1000', '', 1, 0, 1, NULL),
+(1019, 'Fariha Overseas', 1, 1, 1, '018126509900', '', 'info@revinr.com', '', '', 'Telephone: 9355003', 'G-nat Tower, 116-117,DIT Extension Road (2nd Floor), Fakirapool, Dhaka', '', 1, 0, 1, NULL),
+(1020, 'Fariha Travels International', 1, 1, 1, '01711 563292', '', 'fariha500@yahoo.com', '', '', 'Telephone: 7169759, 9570909', '59/3/1,Purana Paltan (1st Floor) Dhaka-1000', '', 1, 0, 1, NULL),
+(1021, 'FARIYA TRAVELS', 1, 1, 1, '01911805615', '', 'fariyattravels@gmail.com', '', '', '', 'VIP TOWE LEVEL -12 , 51/1 NAYAPALTON , DHAKA - 1000', '', 1, 0, 1, NULL),
+(1022, 'Farjana Air International', 1, 1, 1, '01758290355', '', 'info@revinr.com', '', '', 'Telephone: 9352698', 'Farjana Air International77/1, Shantinagar, (6th Floor), Paltan, Dhaka-1000', '', 1, 0, 1, NULL),
+(1023, 'Faruk Hajj Travel & Tours', 1, 1, 1, '01717786731', '', 'farukhajjtravels@gmail.com', '', '', '', '62 Bor Bazar (1st Floor), Mymensing', '', 1, 0, 1, NULL),
+(1024, 'Faruk Travels & Tours', 1, 1, 1, '01819 485908', '', 'mill@dhaka.net', '', '', 'Telephone: 8362439, 8362440', '43/1,Nayapaltan (4th &nbsp;Floor) Dhaka-1000.', '', 1, 0, 1, NULL),
+(1025, 'Faruqi Tours & Travels (Pvt) Ltd.', 1, 1, 1, '01711536811', '', 'sheikh.faruqi@gmail.com', '', '', 'Telephone:9677348', '58/10-A, Free School Street, Box Calvart Road, Kalabagan, Dhaka.', '', 1, 0, 1, NULL),
+(1026, 'Faruqi Tours & Travels (Pvt) Ltd.', 1, 1, 1, '01711536811', '', 'sheikh.faruqi@gmail.com', '', '', 'Telephone: 9677348', '58/10-A, Free School Street, Box Calvart Road, Kalabagan, Dhaka.', '', 1, 0, 1, NULL),
+(1027, 'Faruque Travels International', 1, 1, 1, '01715579943', '01675495259', 'farokltd@yahoo.com', '', '', 'Fax: 9355059', '62, Pioneer Road (2nd Floor) Kakrail, Dhaka-1000', '', 1, 0, 1, NULL);
+INSERT INTO `company_info` (`id`, `name`, `industry`, `service_required`, `current_condition`, `mob1`, `mob2`, `email1`, `email2`, `web`, `details`, `address`, `remarks`, `office_id`, `status`, `display`, `account_manager`) VALUES
+(1028, 'Fast Trade Limited', 1, 1, 1, '01819580255', '', 'fasttradebd@yahoo.com', '', '', 'Telephone: 029671755 Fax: 029668480', 'S S Bhaban, 70/D, Panthapath(Green Road), Dhaka-1205', '', 1, 0, 1, NULL),
+(1029, 'Fatema Air Service', 1, 1, 1, '01713022899', '', 'fatimaair@yahoo.com', '', '', 'Telephone: 8818646 Fax: 8857702', 'House # 81 (1st Floor) Biruttam Ziaur Rahman Road Banani, Dhaka.', '', 1, 0, 1, NULL),
+(1030, 'Fatema Tours & Travels', 1, 1, 1, '01716-608121', '', 'fatematours@gmail.com', '', '', 'Telephone: 9351447', '89/3, Hotel Ishakha Shopping Complex, Room # 04, Kakrail, Dhaka', '', 1, 0, 1, NULL),
+(1031, 'Fathehia Tours & Travels', 1, 1, 1, '01711230282', '', 'fathehia@yahoo.com', '', '', 'Telephone: 9353177', 'Rupayan Taj (3rd Floor), Flat # D-3, 1, 1/1, Naya Paltan, Dhaka.', '', 1, 0, 1, NULL),
+(1032, 'Fattah Tours & Travels', 1, 1, 1, '01713 003371', '', 'qjiangbd@dhaka.net', '', '', '', 'Al-haj Samsuddin Mansion (1st Floor) 17, New Eskaton Road, Moghbazar, Dhaka.', '', 1, 0, 1, NULL),
+(1033, 'Ferdaus Air International', 1, 1, 1, '01199 837713', '', 'ferdausair@hotmail.com', '', '', 'Telephone: 7191716 Fax: 8352767', '11, Fakirapool Inner Circular Road Motijheel, Dhaka-1000', '', 1, 0, 1, NULL),
+(1034, 'Fiha Tour & Travels', 1, 1, 1, '01715012154', '', 'm.r.moharaj@gmail.com', '', '', '', '2/1-2/2, Arambag, Old-167 (1st Floor) Motijheel Circular Road, Dhaka.', '', 1, 0, 1, NULL),
+(1035, 'Find Ways Air Service', 1, 1, 1, '01711 455082', '01720 907004', 'findtravel@gmail.com', '', '', 'Telephone: 9885001 Fax: 9885001', 'House # 54/A (2nd Floor) Road # 133, Gulshan-1, Dhaka-1212', '', 1, 0, 1, NULL),
+(1036, 'Fine Touch Travel & Tours', 1, 1, 1, '01716787372', '', 'finetouch6976@gmail.com', '', 'www.finetouchholidays.com', 'Telephone: 9103607 Fax: 8129362', '1 No, 2nd Floor, Shukrabad, Mirpur Road, Dhanmondi, Dhaka-1207', '', 1, 0, 1, NULL),
+(1037, 'FIRST WORLD TRAVEL & TOURS', 1, 1, 1, '01730441861', '', 'info@firstworldtravelbd.com', '', '', 'Telephone: 9337326 Fax: 9350829', 'GREEN LAND PLAZA (1ST FLOOR) 13/17 SHANTINAGAR, BAZAR ROOD , DHAKA- 1000', '', 1, 0, 1, NULL),
+(1038, 'First Bangladesh Travel Agency', 1, 1, 1, '9557214', '9559738', 'dsa@dotbd.com', '', '', '', '30, Malitola Road Bangshal, Dhaka-1100.', '', 1, 0, 1, NULL),
+(1039, 'First One International', 1, 1, 1, '01815006566', '', 'firstoneinternational772@yahoo.com', '', '', '', 'Suite- 101/102, Dr Nawab Ali Tower (1st Floor), 24, Purana Paltan, Dhaka-1000', '', 1, 0, 1, NULL),
+(1040, 'Five Star Travels & Tours', 1, 1, 1, '01819830343', '', 'info@revinr.com', '', '', '', '68, Khilgaon Chowdhury Para (3rd Floor), Dhaka.', '', 1, 0, 1, NULL),
+(1041, 'Fiza Travels & Tours', 1, 1, 1, '01711053737', '', 'info.fizatravels@gmail.com', '', '', '', '25, 26, 27, Rahman Plaza (1st Floor) Banglamotor, Dhaka-1000.', '', 1, 0, 1, NULL),
+(1042, 'Flexi Travel Service', 1, 1, 1, '01911 327116', '', 'flexi_travel@yahoo.com', '', '', '', 'Eastern Commercial Complex, Suit # 01, Lebel-06 73, Kakrail, Dhaka.', '', 1, 0, 1, NULL),
+(1043, 'Flight Centre Limited', 1, 1, 1, '01713 017017', '', 'flightcentreltd@gmail.com', '', '', 'Telephone: 9360684, 9340413, 9355018', '35/A, Purana Paltan Line (3rd Floor) VIP Road, Dhaka-1000.', '', 1, 0, 1, NULL),
+(1044, 'Flight Rose Travel Service', 1, 1, 1, '01726063862', '', 'flightrosetravelservice@yahoo.com', '', '', 'Telephone: 029348908 Fax: 029348908', '12/B, Purana Paltan Line (L-04), Dhaka-1000', '', 1, 0, 1, NULL),
+(1045, 'Fly Easy Travels And Tours', 1, 1, 1, '01765024411', '', 'info@revinr.com', '', '', 'Telephone: 029573406', '121, Motijheel C/A (3rd Floor), Dhaka-1000', '', 1, 0, 1, NULL),
+(1046, 'Fly Home Travels', 1, 1, 1, '01711 521406', '', 'flyhomesb@hotmail.com', '', 'www.zamanbhai.com', 'Telephone: 9360217, 9360706, 9349991, 9360562, 8319707', 'Sahara Centre (4th Floor), 37/A, Kakrail VIP Road, Dhaka-1000', '', 1, 0, 1, NULL),
+(1047, 'FLY N GO LTD', 1, 1, 1, '01981808080', '01711707389', 'justflyngo@gmail.com', '', 'www.justflyngo.com', '', 'PLOT # 32/C, TRAPICAL ALAUDDIN TOWER, SECTOR # 03 (11 FLOOR), UTTARA, DHAKA-1230', '', 1, 0, 1, NULL),
+(1048, 'Fly Soon International Travel Agency', 1, 1, 1, '01685668100', '', 'info@revinr.com', '', '', '', '69, Outer Circular Road, Gulfesha Plaza (4th Floor), Moghbazar, Dhaka- 1217', '', 1, 0, 1, NULL),
+(1049, 'Fly World Ltd.', 1, 1, 1, '01714098928', '', 'info@flyworldbd.com', '', '', 'Telephone: 029332626 Fax: 029360268', 'Hasan Holdings ,11th Floor, 52/1, New Eskaton Road, Dhaka-1000.', '', 1, 0, 1, NULL),
+(1050, 'FLYER\'S TOURS & TRAVELS', 1, 1, 1, '01198156792', '', 'flyerstours@gmail.com', '', '', 'Telephone: 9103196', 'ROOM NO 227, 228 (1st FLOOR) CONCORD REGENCY - 19/1, WEST PANTHAPATH, KALABAGUN , DHAKA - 1205', '', 1, 0, 1, NULL),
+(1051, 'Fortune Air Travels', 1, 1, 1, '01929602011', '01842-11345-50', 'fortuneairtravels@yahoo.com', '', '', 'Telephone: 9559608', '126, Motijheel C/A (1st Floor), Dhaka', '', 1, 0, 1, NULL),
+(1052, 'Four Star International Travel Agents', 1, 1, 1, '01713038083', '', 'bright.travelsbd@gmail.com', '', '', 'Telephone: 88335195', 'Mega Chayaneer (1st Floor A-1) House- 45, Road -27,Bolck- A, Banani , Dhaka-1213', '', 1, 0, 1, NULL),
+(1053, 'Foysal Air International', 1, 1, 1, '01715246124', '', 'info@revinr.com', '', '', 'Telephone: 9354410', '130, DIT Extension Road, Rahamat Bhaban (2nd Floor), Dhaka-1000', '', 1, 0, 1, NULL),
+(1054, 'Free Trade Air International', 1, 1, 1, '01819 498260', '01819281856', 'freetradeintl@yahoo.com', '', '', 'Telephone: 9559848, 9571918', 'Rahamania Int’l. Complex (3rd Floor) 28/1/C, Toyenbee Circular Road Motijheel C/A, Dhaka.', '', 1, 0, 1, NULL),
+(1055, 'FREE TRADE TRAVELS & TOURS', 1, 1, 1, '01819202074', '', 'freetradetravels@yahoo.com', '', '', 'Fax: 9587694', '28/1/C TOYNBEE CIRCULAR ROAD, MOTIJHEEL , DHAKA', '', 1, 0, 1, NULL),
+(1056, 'Freedom Aviation Service', 1, 1, 1, '01714103747', '', 'bdfreedom71@gmail.com', '', '', 'Telephone: 02 9345639', 'S.R. Garden, 52, Naya Paltan, (2nd Floor), Dhaka', '', 1, 0, 1, NULL),
+(1057, 'Friends Air Travels & Tours', 1, 1, 1, '01710458020', '', 'friendstt9@gmail.com', '', '', ' Telephone: 9558116', 'Azad Center, 11th Floor, 55, Purana Paltan, Dhaka.', '', 1, 0, 1, NULL),
+(1058, 'Friend’s Tours & Travels', 1, 1, 1, '01713 003195', '', 'airspeed646@hotmail.com', '', '', 'Telephone: 8361164 Fax: 8322834', '60, Naya Paltan (1st Floor) Dhaka-1000.', '', 1, 0, 1, NULL),
+(1059, 'Front Line Travels & Tours', 1, 1, 1, '01720104342', '', 'frontlinett@yahoo.com', '', '', 'Telephone: 029586265 Fax: 027114084', 'Malik Chamber (G/F), 11/2, Toyenbee Circular Road, Motijheel C/A, Dhaka- 1000', '', 1, 0, 1, NULL),
+(1060, 'Fuad Tours & Travels', 1, 1, 1, '01973082093', '', 'fuadtt2010@gmail.com', '', '', 'Telephone: 9899012 Fax: 9899048', '63/18, Mohakhali Super Market (Ground Floor) Bir Uttom A.K. Khondakar Road, Mohakhali C/A, Dhaka.', '', 1, 0, 1, NULL),
+(1061, 'Fuji Yama Travel Services', 1, 1, 1, '01819 275576', '01914 712776', 'gsarwar05@yahoo.com', '', '', 'Telephone: 7192996, 7192629 (Off) 9336390 (Res)', '115/23, Motijheel Inner Circular Road, S. A. Bhaban (2nd Floor) Arambag, Dhaka-1000.', '', 1, 0, 1, NULL),
+(1062, 'Fulchuri Travels & Tours', 1, 1, 1, '01718641750', '', 'khushibubli@yahoo.co.uk', '', '', 'Telephone: 0542-256092', 'Upzilla Road, Kalirbazar, Fulchuri,Gaibanda.', '', 1, 0, 1, NULL),
+(1063, 'Fuleshwary Trade International Ltd.', 1, 1, 1, '01819 240487', '01675022682', 'mintu-fuleshwary@hotmail.com', '', '', 'Telephone: 8311127, 8315266', '165, DIT Ext. Road (1st Floor), Fakirapool, Dhaka-1000.', '', 1, 0, 1, NULL),
+(1064, 'Future Associates International', 1, 1, 1, '01917777021', '', 'info@revinr.com', '', '', '', 'Rahmania International Complex (3rd Floor) 28/1/C, Toyenbee Circular Road Motijheel, Dhaka', '', 1, 0, 1, NULL),
+(1065, 'Future Hope Travels & Tours', 1, 1, 1, '01917881888', '', 'kkssafs@yahoo.com', '', '', 'Telephone: 9580119, 9580118', 'Rahmania Int\'l Complex 6th Floor, 28/1/C,Toyenbee Circular Road, Motijheel', '', 1, 0, 1, NULL),
+(1066, 'Future Overseas', 1, 1, 1, '01819151632', '', 'fuoverseas@gmail.com', '', '', 'Telephone: 9515919', 'Baliabi Mansion(3rd Floor), 16,Dilkusha C/A, Dhaka-1000.', '', 1, 0, 1, NULL),
+(1067, 'Galactica Travels International', 1, 1, 1, '01819132168', '', 'galacticahajj@gmail.com', '', '', 'Telephone: 029573520', 'Resourceful City (3rd Floor), 51– 51/A, Purana Paltan, Dhaka-1000', '', 1, 0, 1, NULL),
+(1068, 'Galaxy Travel International', 1, 1, 1, '9563972-3', '', 'info.travel@galaxybd.com', '', 'www.galaxybd.com', 'Telephone: 9563972-3, 9888055, 9885871', '21, Dilkusha C/A, Dhaka-1000', '', 1, 0, 1, NULL),
+(1069, 'Gaocia Travels', 1, 1, 1, '01815844910', '', 'gaociatravel@yahoo.com', '', '', 'Telephone: 8317037', '28/A,Kakrail(2nd Floor),Dhaka-1000', '', 1, 0, 1, NULL),
+(1070, 'Gate Way Travels & Tours', 1, 1, 1, '7195289', '', 'rahmatullah.md@gmail.com', '', '', '', 'G-Nat Tower(6th Floor) 116-117,DIT Extension Road Fakirapool, Dhaka-1000.', '', 1, 0, 1, NULL),
+(1071, 'Gaws-E-Pak (Ra) Tours & Travel', 1, 1, 1, '01715933991', '', 'info@revinr.com', '', '', '', 'Paramount Height, Room # 224 (1st Floor) 65/2/1, Box Culbart Road, Purana Paltan, Dhaka', '', 1, 0, 1, NULL),
+(1072, 'Gazi Travels Service', 1, 1, 1, '01711 541036', '', 'gshafi@citech.net', '', '', '', 'Sabbir Court (1st Floor), 6, DIT Avenue, Motijheel C/A, Dhaka-1000', '', 1, 0, 1, NULL),
+(1073, 'Gazipur Travels', 1, 1, 1, '01715 968166', '', 'gazipurair@yahoo.com', '', 'www.gazipurair.com', 'Telephone: 9571033, 9561001', 'Sabbir Tower (6th Floor) 3/4-A, Purana Paltan, Dhaka-1000', '', 1, 0, 1, NULL),
+(1074, 'Gemini Travels Ltd.', 1, 1, 1, '01711 567538', '', 'kamalsikder_775@yahoo.com', '', 'www.sbintlbd.com', '', 'City Heart, Suite # 12/5 (11th Floor) 67, Naya Paltan, VIP Road, Dhaka-1000', '', 1, 0, 1, NULL),
+(1075, 'Genial Tours & Travels Ltd.', 1, 1, 1, '01744291909', '', 'genialtours@gmail.com', '', '', '', 'Ja-82, Middle Badda, Badda, Dhaka.', '', 1, 0, 1, NULL),
+(1076, 'GH Holidays', 1, 1, 1, '01712363175', '', 'ghholisaysbd.@gmail.com', '', '', 'Telephone: 9667069', '15/H/I, 3rd Floor, Zigatola Dhanmondi, Dhaka-1209', '', 1, 0, 1, NULL),
+(1077, 'Gibran Tours & Travels', 1, 1, 1, '01917777021', '', 'info@revinr.com', '', '', '', 'Unicorn Plaza (2nd Floor) 40/2, North Avenue, Gulshan-2, Dhaka', '', 1, 0, 1, NULL),
+(1078, 'Glassy Air International', 1, 1, 1, '01715547495', '', 'info@revinr.com', '', '', '', '28C/4, Toyenbee Circular Road Motijheel C/A, Dhaka.', '', 1, 0, 1, NULL),
+(1079, 'Glide Tours & Travels Ltd.', 1, 1, 1, '01711 699391', '01971 699391', 'pran0407@yahoo.com', '', '', 'Telephone: 9345939, 9342804', '51, Naya Paltan (1st Floor) Dhaka-1000', '', 1, 0, 1, NULL),
+(1080, 'Global Airways', 1, 1, 1, '01711400644', '', 'globalairwaysbd@gmail.com', '', '', 'Telephone: 029856723-25', 'Hosna Centre(2nd Floor), Suite-210, 106 Gulshan, Dhaka', '', 1, 0, 1, NULL),
+(1081, 'Global Aviation & Tourism', 1, 1, 1, '01818612002', '', 'globalaviation99@gmail.com', '', '', '', 'S. Ali Mansion (1st Floor), Paduar Bazar, Bishow Road, Comilla', '', 1, 0, 1, NULL),
+(1082, 'Global Aviation Services Limited.', 1, 1, 1, '01711563974', '', 'info@revinr.com', '', '', 'Telephone: 8818782', 'Baliaaree (2nd & 3rd Floor) Plot # 30, Road # 130 Gulshan-1, Dhaka.', '', 1, 0, 1, NULL),
+(1083, 'Global Reach Tours & Travels', 1, 1, 1, '01711 052657', '', 'global17@citech.net', '', '', 'Telephone: 9562653, 9557459', '21, Motijheel (2nd Floor, Room # 219) Dhaka-1000', '', 1, 0, 1, NULL),
+(1084, 'Global Tours & Travels', 1, 1, 1, '01715 042137', '01716 300363', 'global@mtlbd.net', '', '', '', 'City Heart (6th Floor), Suite # 7/7-A 67 Naya Paltan, VIP Road, Dhaka', '', 1, 0, 1, NULL),
+(1085, 'GLOBAL TRAVEL SERVICE', 1, 1, 1, '01817684196', '01977762227', 'gts.dhaka@gmail.com', '', '', '', 'ATI BAZAR MOSJID MARKET, 2nd FLOOR (SHOP#381), ATI BAZAR, KERANIGONJ, DHAKA.', '', 1, 0, 1, NULL),
+(1086, 'Global Travel Service & Tours', 1, 1, 1, '01924961323', '', 'info@revinr.com', '', '', 'Telephone: 9554767', 'Baitul Khair (2nd Floor) 48/A-B, Purana Paltan Dhaka-1000.', '', 1, 0, 1, NULL),
+(1087, 'Global Travel Service, Naya Paltan', 1, 1, 1, '01715653607', '01937082159', 'globaltravels0013@gmail.com', '', '', 'Telephone: 029337553', 'Sattara Center (Hotel Victory, 9th Floor), 30/A, Naya Paltan, Dhaka- 1000', '', 1, 0, 1, NULL),
+(1088, 'Globe Tours & Travel Agency', 1, 1, 1, '01736063364', '', 'info@revinr.com', '', '', 'Telephone: 0921-61364 Fax: 0088-0921-61364', 'Sabalia, Holdings # 0332-01, Tangail Sadar, Tangail.', '', 1, 0, 1, NULL),
+(1089, 'Globe Travel Service (BD) Ltd.', 1, 1, 1, '01913 532025', '01711 542827', 'globetr@citech.net', '', '', 'Telephone: 9551234-35, 9557130, 9552160 7170932, 7160247 (D)', '4, WAPDA Building Motijheel C/A, Dhaka-1000.', '', 1, 0, 1, NULL),
+(1090, 'Glocom Travels & Tours', 1, 1, 1, '01911381258', '', 'info@glocombd.com', '', 'www.glocombd.com', '', 'Jiban Bima Bhaban (3rd Floor), 121, Motijheel C/A, Dhaka-1000', '', 1, 0, 1, NULL),
+(1091, 'Glory Air Travels', 1, 1, 1, '01711309088', '', 'info@gloryholidays.com.bd', '', '', '', 'Gha-131/1, Progoti Soroni, Gulshan Badda Link Road, Joboraj Villa (3rd Floor), Gulshan, Dhaka', '', 1, 0, 1, NULL),
+(1092, 'GO BD GO LIMITED', 1, 1, 1, '01911310630', '', 'gobdgoltd@gmail.com', '', 'www.gobdgo.com', 'Telephone: 9893322', 'ROB SUPER MARKET (6th FLOOR), PLOT #22, GULSHAN CIRCLE-2, DHAKA-1212, DHAKA.', '', 1, 0, 1, NULL),
+(1093, 'Go Easy Bd', 1, 1, 1, '01711061874', '', 'nashir.uddin86@gmail.com', '', 'www.goeasybd.com', '', 'Suite # 19, Unicorn Plaza, 42/2, Gulshan North Avenue, Gulshan-2, Dhaka-1212', '', 1, 0, 1, NULL),
+(1094, 'Gold Hunt Travels Ltd.', 1, 1, 1, '01713 006444', '', 'goldhuntbd@yahoo.com', '', '', 'Telephone: 9339267, 9361887, 9361502 (Off)', 'Tariq Villa, 3 New Baily Road, Dhaka-1000.', '', 1, 0, 1, NULL),
+(1095, 'Golden Arrow Travel & Tours', 1, 1, 1, '01819 218914', '', 'info@goldenarrowbd.com', '', 'www.goldenarrowbd.com', 'Telephone: 9889143, 9883697, 9880797', 'House # 83, Road # 4, Block-B Banani, Dhaka-1213', '', 1, 0, 1, NULL),
+(1096, 'Golden Bengal Tours & Travels', 1, 1, 1, '01911340275', '', 'faridahmedmaz2000@yahoo.com', '', 'www.al-shuptooverseas.com', 'Telephone: 9360430, 9350878', 'Shama Complex (8th Floor) 66/A, Naya Paltan, Dhaka-1000', '', 1, 0, 1, NULL),
+(1097, 'Golden Holidays International', 1, 1, 1, '01815448816', '', 'info@revinr.com', '', '', 'Telephone:7311326', '10/15/A, Paddalochon Ray Lane, Armanitola, Dhaka-1100', '', 1, 0, 1, NULL),
+(1098, 'Golden Horse Air Travels', 1, 1, 1, '01719660174', '', 'info@revinr.com', '', '', 'Telephone:029515347', '48/A-B, Baitul Khair (11th Floor), Purana Palton, Dhaka-1000', '', 1, 0, 1, NULL),
+(1099, 'Golden Horse Air Travels', 1, 1, 1, '01719660174', '', 'info@revinr.com', '', '', '', '48/A-B, Baitul Khair (11th Floor), Purana Palton, Dhaka-1000', '', 1, 0, 1, NULL),
+(1100, 'Golden Mahbub Air Travel & Tours', 1, 1, 1, '01911 762676', '01711 909688', 'yhmahbub@gmail.com', '', '', 'Telephone: 8831294, 06662606566', 'House # 22 (4th Floor), Road # 19/A Banani, Dhaka-1213.', '', 1, 0, 1, NULL),
+(1101, 'Golden Touch Tours & Travels', 1, 1, 1, '01713 015465', '', 'shahnawaz200862@yahoo.com.au', '', 'www.goldentouchtravels.com', 'Telephone: 9551903, 9552432, 7161983', 'Baitul Abed Building (2nd Floor) 53, Purana Paltan,Dhaka-1000.', '', 1, 0, 1, NULL),
+(1102, 'Golden Travels & Cargo Services', 1, 1, 1, '01712792019', '', 'info@revinr.com', '', '', '', 'Gulistan Shopping Complex (5th Floor), 2, Bangabandhu Avenue, Dhaka-1000', '', 1, 0, 1, NULL),
+(1103, 'Goldjoy Travels & Tours', 1, 1, 1, '01913011184', '', 'info@revinr.com', '', '', 'Telephone: 9571651', '27/8-D,Topkhana Road,Bijoy Nagar (1st Floor),Dhaka-1000.', '', 1, 0, 1, NULL),
+(1104, 'Good Link Air', 1, 1, 1, '01732966378', '', 'glinkair@gmail.com', '', '', '', '52, Naya Paltan, SR Garden (2nd Floor), Paltan, Dhaka', '', 1, 0, 1, NULL),
+(1105, 'Goodway Aviation & Tourism', 1, 1, 1, '01819248977', '', 'goodwayaviation@gmail.com', '', '', 'Telephone: 02-9559427', '164, Shahid Syed Nazrul Islam Sarani (1st Floor) (3/2, Purana Paltan), Dhaka-1000.', '', 1, 0, 1, NULL),
+(1106, 'Grameen Air International', 1, 1, 1, '01720676763', '01820583028', 'gai-522@yahoo.com', '', '', 'Telephone: 9554767', 'Baitul Khair (11th Floor) 48/A-B,Purana Paltan,Dhaka-1000', '', 1, 0, 1, NULL),
+(1107, 'Grameen Holidays', 1, 1, 1, '01711 823312', '', 'grameenholidays@yahoo.com', '', '', 'Telephone: 9343287 Fax: 9343287', '165 (Old), 47 (New), DIT Extension Road (4th Floor) Fakirapool, Dhaka-1000.', '', 1, 0, 1, NULL),
+(1108, 'Grand Holidays', 1, 1, 1, '01711464046', '', 'grandhoidays224@yahoo.com', '', '', 'Telephone: 8359588-89', '87, Purana Paltan Line Paltan Tower, Level # G, Suite # 10 Dhaka-1000.', '', 1, 0, 1, NULL),
+(1109, 'Grand Media Tours & Travels', 1, 1, 1, '01711 620146', '01711 707892', 'gmedia@bijoy.net', '', '', '', 'Happy Rahman Plaza 12, Kazi Nazrul Islam Avenue Bangla Motor, Dhaka-1000', '', 1, 0, 1, NULL),
+(1110, 'Grand Sikder Air Travels', 1, 4, 0, '01924729393', '01715152297', 'grandsikderairtravels@gmail.com', '', '', 'Telephone:7912207', 'Suite # S, 13-14, Muktijuddah Shopping Complex (2nd Floor), Ashkona, Dhaka.', 'remarks', 1, 0, 1, NULL),
+(1111, 'M & J Group', 7, 4, 3, '01552347692', '', 'ashique_shikder@mj-group.com', 'rajib_ashraful@mj-group.com', 'http://www.mj-group.com/', 'M & J Group entered into manufacturing activities in 1965 by establishing a flour milling company. The business horizon gets expanded in 1989 when the garment manufacturing factory was opened. Now with its 6 sister concerns, M & J Group is a leading manufacturer in Bangladesh. The group is producing a wide range of top quality denim bottoms including some non-denim products.', '17, Mohakhali C/A, Dhaka 1212, Bangladesh\r\nTel: (880-2) 881-4048, 985-1179, 984-0858\r\nFax: (880-2) 882-3859, 883-7137\r\nE-mail: info@mj-group.com', '', 1, 2, 1, 30),
+(1112, 'HP ORG', 8, 3, 2, '01717516543', '', 'wahidur.hp@gmail.com', '', 'hp-bd.org', 'I would like to ask you to send us a quotation for our organization\'s official website. \r\n\r\nWe need a dynamic website which is easy to update and attractive at the same time. We need to be ensured about the security from  hacking or virus. \r\nAnd we need technical support when problem occur (updating or using the website).\r\n\r\nThe design should be international quality and the updating (pdf, photo, event news etc.) system should be simple (Mobile or tab supported).\r\n\r\nYou can look our present webs', 'House No#125/ka (3rd & 4th Floor) \r\nRoad No#01 \r\nMohammadpur Pisci Culture and Farming \r\nCo-operative Society, Shyamoli, Dhaka-1207 \r\nPhone: 880-2-9121146-7\r\nE-mail: info@hp-bd.org', 'ok', 1, 1, 1, NULL),
+(1113, 'Dekko Designs Ltd', 7, 4, 3, '01817299918', '', 'habibur@dekkoashulia.com', '', 'dekkoashulia.com', 'Scan Pack Software installed on sept 2015', 'Purba Narshingobar \r\nAshulia Savar', '', 1, 2, 1, NULL),
+(1114, 'Pretty Group', 7, 4, 3, '01992055668', '', 'shahinur@prettygroupbd.com', '', 'prettygroupbd.com', '', 'House # 08, Road # 14, Block # K, Baridhara Diplomatic Zone, Dhaka – 1212, Bangladesh.\r\nTel : +88 02 9852056-59\r\nFax : 88-02-9859703\r\nE-mail : info@prettygroupbd.com', '', 1, 2, 1, NULL),
+(1115, 'Pacific Jeans Limited', 7, 4, 3, '0171254654', '', 'akib@revinr.com', '', '', '', '', '', 1, 2, 1, NULL),
+(1116, 'studypress', 3, 2, 3, '4045103307', '4045103307', 'oniket-prantor@live.com', '', '', '', '1782 Telfair Chase Way', '', 1, 2, 1, NULL),
+(1117, 'revinr', 10, 1, 1, '4045103307', '4045103307', 'oniket-prantor@live.com', '', '', '', '1782 Telfair Chase Way', '', 1, 2, 1, NULL),
+(1118, 'Renata Limited', 8, 4, 1, '01844189197', '', 'info@renata-ltd.com', '', 'https://renata-ltd.com', '', 'Renata Limited,\r\nPlot No. 1, Milk Vita Road, Section-7,\r\nMirpur, Dhaka-1216, Bangladesh,\r\nGPO Box No. 303\r\nPhone: (880-2) 8001450-54\r\nFax: (880-2) 8001447, 8001448\r\nEmail: info@renata-ltd.com\r\nWeb: renata-ltd.com', '', 1, 0, 1, NULL),
+(1119, 'Pretty Sweaters Ltd', 7, 4, 3, '01992055752', '', 'info@prettygroupbd.com', '', 'http://prettygroupbd.com', '', 'Pretty Sweaters Ltd.\r\nPlot # 222, Gacha, ChayadanaGazipur, Bangladesh', '', 1, 2, 1, NULL),
+(1120, 'Nuvista Pharma Ltd.', 8, 3, 2, '01711401343', '', 'adnan.hossain@nuvista.com.bd', '', 'http://nuvistapharma.com/', '', 'Mascot Plaza, 8th Floor\r\n107/A, Sonargaon Janapath, Sector – 7, Uttara C.A\r\nDhaka – 1230, Bangladesh. ', '', 1, 2, 1, 30),
+(1121, 'Dushtha Shasthya Kendra (DSK)', 3, 3, 1, '01711053406', '880-2-9128520, ', 'info@dskbangladesh.org', '', 'http://www.dskbangladesh.org', 'Dushtha Shasthya Kendra (DSK) is a non-government development organization (NGO) working for poverty reduction of the target poor Bangladeshi population in selected hard to reach remote areas of Bangladesh.', 'House-741, Road-9, Baitul Aman Housing Society\r\nDhaka – 1207, Bangladesh', '', 1, 1, 1, NULL),
+(1122, 'IECC', 5, 4, 2, '77063242', '77063242', 'hadiur.iecc@gmail.com', '', 'iecc.co.uk', 'Student Management Application.', 'UK', '', 1, 2, 1, NULL),
+(1123, 'Regency Garments Ltd.', 7, 4, 3, '01730081892', '', 'Shah.Newaz@kenpark-bangladesh.com', '', 'regencygarments.com', '', '', '', 1, 2, 1, NULL),
+(1124, 'NMB TEXTILE', 9, 3, 3, '01961613039', '', 'kabir@nmbtexbd.com', '', 'nmbtexbd.com', '', '', '', 1, 2, 1, 41),
+(1125, 'AKH Fashion', 7, 4, 3, '01755630830', '', 'mamun@akhfashions.com', '', 'akhfashions.com', '', '', '', 1, 2, 1, NULL),
+(1126, 'UBR', 5, 1, 3, '01711890903', '', 'dr.skbabu@yahoo.com', '', '', '', '', '', 1, 2, 1, NULL),
+(1127, 'Stylecraft Ltd.', 7, 4, 3, '01733217891', '', 'khmsuzon@gmail.com', '', 'http://stylecraftltd.com/', '', 'Red Crescent Concord Tower, 17. Mohakhali Commercial Area, 14th Floor, Dhaka, Bangladesh', '', 1, 2, 1, 30),
+(1128, 'Test Company', 10, 3, 3, '01838650699', '', 'ashik.revinr@gmail.com', '', '', '', '', '', 1, 2, 1, 77),
+(1129, 'FRIO NGO', 3, 3, 3, '01722344845', '', 'amirhamzasohag@gmail.com', '', 'friobd.org', '', 'Village+ Post: Tamai\r\nUpaziila: Belkuchi\r\nDistrict : Sirajganj\r\nPOST CODE: 6730', '', 1, 2, 1, 30),
+(1131, 'IT IMPRESS', 4, 1, 1, '6142005521', '', 'tkeshavan@gmail.com', '', 'itimpress.com', 'IT IMPRESS Work for Keshavan', '', '', 1, 2, 1, NULL),
+(1132, 'IUCN', 5, 3, 3, '+88-01711664276', '', 'Dominica.ROZARIO@iucn.org', '', '', '', 'House No. B-138, Road No. 22\r\nMohakhali DOHS, Dhaka 1206', '', 1, 2, 1, NULL),
+(1133, 'Hanna Institure', 3, 3, 1, '01819241770', '', 'rezaul.halim@invent-technologies.net', '', '', '', '', '', 1, 2, 1, NULL),
+(1134, 'Eduaid', 5, 1, 3, '01733332273', '', 'haque.reazul@eduaid.net', '', 'eduaid.net', '', '', '', 1, 2, 1, NULL),
+(1135, 'Think BPO PRO', 5, 3, 3, '01721560197', '', 'shams@thinkbpopro.com', '', 'thinkbpopro.com', '', '', '', 1, 2, 1, NULL),
+(1136, 'Pawla Knitwear Pvt. Ltd', 7, 3, 3, '01611908900', '', 'hasan@pawlaknitwearbd.com', '', 'pawlaknitwearbd.com', '', '', '', 1, 2, 1, NULL),
+(1137, 'Rugs BD', 9, 3, 3, '0173036940', '', 'tauhid@rugsbd.com', '', 'rugsbd.com', '', '', '', 1, 2, 1, NULL),
+(1138, 'Prottoy Medical Ltd.', 5, 3, 3, '01713033590', '', 'md@prottoymedical.com', '', 'prottoymedical.com', '', 'House#01, Road #08 , Block #J, Flat #A-4 & B-4, Baridhara Residential Area, Dhaka -1212 House#01, Road #08 , Block #J, Flat #A-4 & B-4, Baridhara Residential Area, Dhaka -1212 ', '', 1, 2, 1, NULL),
+(1139, 'Profile Ltd', 5, 3, 3, '01833312395', '', 'profileltd.bd@gmail.com', '', 'profilelimited.com', '', 'Profile De Fenomen House 18, Road 6, Gulshan 1 Dhaka, Bangladesh.', '', 1, 2, 1, NULL),
+(1140, 'Hassan & Brothers Ltd.', 5, 4, NULL, '01782442277', '01535758891', 'nurhaq@gmail.com', '', 'www.handbl.com', '', 'Bhuiyan mansion (2nd floor)\r\n6 Motijheel C/A, Dhaka - 1000', '', 1, 2, 1, 30),
+(1141, 'KCB Furniture World', 10, 3, 2, '01974756611', '', 'kcbfuniture@gmail.com', '', 'www.kcbfurniture.com', '', 'House No. 33, Lane -9,\r\n210, Hazi Hasen Uddin Road\r\nUttar Badda,\r\nDhaka-1212', '', 1, 1, 1, NULL),
+(1142, 'Serve Group', 5, 3, 2, '01843828573', '', 'serveintl@gmail.com', '', 'servegbd.com', '', '91, Siddeswary Circular Road, Malibagh Dhaka', '', 1, 2, 1, 30),
+(1143, 'Prime Asia', 5, 3, 3, '01713016660', '', 'arezabd@gmail.com', '', 'primeasia-bd.com', '', '', '', 1, 2, 1, 30),
+(1144, 'ILBangla Ltd.', 7, 4, 3, '01938884981', '', 'manjur@interloop.com.bd', '', 'http://www.interloop-pk.com/', '', 'Dhaka', '', 1, 2, 1, NULL),
+(1145, 'Primsa Digital Network Ltd.', 5, 3, 2, '01713363914', '', 'sales@prisma.net.bd', '', 'http://www.prisma.net.bd/', '', '34,Kemal Ataturk Avenue,Awal Center, Level 3,Banani,\r\nDhaka-1213, Bangladesh.  ', '', 1, 1, 1, NULL),
+(1146, 'Urban Design & Development Ltd.', 5, 3, 2, '01819 288 264', '01730 303 301', 'customercare@uddl.com.bd', '', 'http://uddl.com.bd', '', 'Urban Design & Development Ltd.\r\nHouse #34/A, Road #10/A\r\nDhanmondi Residential Area', '', 1, 0, 1, NULL);
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `company_service`
+--
+
+CREATE TABLE `company_service` (
+  `id` int(11) NOT NULL,
+  `service_id` int(11) DEFAULT NULL,
+  `company_id` int(11) DEFAULT NULL,
+  `contact_person` varchar(300) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `contact_number` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `deployment_unit_details` text COLLATE utf8_unicode_ci,
+  `po_details` text COLLATE utf8_unicode_ci,
+  `renewal_cycle` int(11) DEFAULT NULL,
+  `free_session` int(11) DEFAULT NULL COMMENT 'how many year the service will be free',
+  `start_date` datetime DEFAULT NULL,
+  `created_at` timestamp NULL DEFAULT NULL,
+  `updated_at` timestamp NULL DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
+
+--
+-- Dumping data for table `company_service`
+--
+
+INSERT INTO `company_service` (`id`, `service_id`, `company_id`, `contact_person`, `contact_number`, `deployment_unit_details`, `po_details`, `renewal_cycle`, `free_session`, `start_date`, `created_at`, `updated_at`) VALUES
+(3, 7, 114, 'ewuiruwoe', '12112312', 'Hi', 'ebs/12/122', 1, 0, '2017-05-03 00:00:00', '2017-05-03 17:37:09', '2017-05-03 17:37:09'),
+(4, 4, 57, 'Mr. Viranjit', '', 'Cosmopolitan Industries (PVT)Ltd\nKhajur Bagan, Bara Ashulia, \nSavar, Dhaka', '4500006528', 1, 1, '2016-04-06 00:00:00', '2017-05-15 09:46:33', '2017-05-15 09:46:33'),
+(5, 4, 57, 'Mr. Saiful', '01737370020', 'Green Textiles Ltd.\nNijuri Bazar\nBhaluka', '4500013731', 1, 1, '2017-01-21 00:00:00', '2017-05-15 09:50:21', '2017-05-15 09:50:21'),
+(6, 4, 57, 'Abu Siddike', '01712929290 ', 'Perl Garments Company Ltd.\nPalash Bari, Nabi Nagar, Savar', '4500013945', 1, 1, '2017-02-05 00:00:00', '2017-05-15 10:42:24', '2017-05-15 10:42:24'),
+(7, 4, 1111, 'Husnay Mubarak', '01709677403', 'CGL', 'CGL/ebs/mj/2', 1, 0, '2017-04-28 00:00:00', '2017-05-30 16:47:49', '2017-05-30 16:47:49'),
+(8, 4, 1113, 'Mr. Habibur', '01817299918', 'Dekko Designs Ltd.', 'DDL/ PO15090071', 1, 1, '2015-09-22 00:00:00', '2017-07-11 14:37:29', '2017-07-11 14:37:29'),
+(9, 4, 1114, 'Mr. Yasin 01816247212\n', '01816247212', 'Suhi\nPretty Sweaters\nDNS Pretty Fashions LTD', 'PG/COLADMIN003/HO/UUO-WO(2S)', 1, 0, '2017-08-01 00:00:00', '2017-08-07 14:35:57', '2017-08-07 14:35:57'),
+(10, 4, 1123, 'Mr. Shah Newaz', '017130081892', 'Regency', 'ebs/2010/p/1', 1, 0, '2017-11-13 00:00:00', '2017-11-13 16:39:12', '2017-11-13 16:39:12'),
+(11, 11, 1124, 'Mr. Kabir', '01961613039', '', 'Q', 1, 0, '2017-11-20 00:00:00', '2017-11-19 17:44:34', '2017-11-19 17:44:34'),
+(12, 8, 1124, 'Mr. Kabir', '01961613039', '', 'Q', 1, 0, '2017-11-20 00:00:00', '2017-11-19 17:45:05', '2017-11-19 17:45:05'),
+(13, 4, 1125, 'Mr. Mamun', '01755630830', 'AKH Fashions, Hemayetpur, Savar, Dhaka', 'akh/2016/2/43', 1, 0, '2015-02-11 00:00:00', '2017-11-19 18:06:23', '2017-11-19 18:06:23'),
+(14, 11, 1126, 'Mr. Subir', '01717000203', 'MMW', 'Test', 3, 0, '2017-11-30 00:00:00', '2017-11-22 17:21:11', '2017-11-22 17:21:11'),
+(15, 5, 1126, 'Subir Babu', '546754654', '54645', 'test', 1, 0, '2017-11-30 00:00:00', '2017-11-22 17:21:44', '2017-11-22 17:21:44'),
+(16, 8, 1129, 'Mr. Sohag', '01722344845', 'Web', 'ebs/2017/frio/1', 1, 0, '2017-12-03 19:24:00', '2017-12-03 19:24:39', '2017-12-03 19:24:39'),
+(17, 8, 1120, 'Mr. Adnan', '01715864162', 'Website', 'example', 1, 0, '2017-05-17 01:35:00', '2017-12-12 01:36:14', '2017-12-12 01:36:14'),
+(18, 6, 1120, 'Mr. Saquib', '01713068439', 'HR Connect', 'Com-04/10', 1, 0, '2017-03-14 10:00:00', '2017-12-13 10:01:17', '2017-12-13 10:01:17'),
+(19, 7, 1120, 'Mr. Saquib', '01713068439', 'Accounts Department', 'Com-04/810', 1, 0, '2017-03-14 10:00:00', '2017-12-13 10:02:58', '2017-12-13 10:02:58'),
+(20, 6, 1120, 'Mr. Saquib', '01713068439', 'SMS Solution under HR Connect ', 'Com-04/10', 1, 0, '2017-03-14 10:00:00', '2017-12-13 10:04:37', '2017-12-13 10:04:37'),
+(21, 9, 1120, 'Mr. Adnan', '01711401343', 'IT Department', 'Com-04/095', 1, 0, '2017-06-11 10:00:00', '2017-12-13 10:07:06', '2017-12-13 10:07:06'),
+(22, 9, 1140, 'Mr. Nurul Huq', '01782442277', 'No', 'N/A', 1, 0, '2017-12-17 10:00:00', '2017-12-14 16:09:46', '2017-12-14 16:09:46'),
+(23, 8, 1142, 'Fouzia Nishat', '01969274080', '', 'ebs/2017/servg/1', 1, 0, '2017-12-26 17:12:00', '2017-12-26 17:13:30', '2017-12-26 17:13:30'),
+(24, 8, 1143, 'Asib Reza', '01713016660', '', 'N/A', 1, 0, '2017-01-01 17:00:00', '2017-12-27 17:02:36', '2017-12-27 17:02:36'),
+(25, 9, 1143, 'Mr. Asib Reza', '01713016660', '', '', 1, 0, '2017-01-01 17:03:00', '2017-12-27 17:03:21', '2017-12-27 17:03:21'),
+(26, 8, 1143, 'Mr. Asib Reza', '01713016660', '', 'Rev/ DR/Hos/100917', 1, 0, '2016-09-01 17:43:00', '2017-12-27 17:43:53', '2017-12-27 17:43:53'),
+(27, 9, 1142, 'Serve International \nMohd. Sariul Islam Razu\nProprietor\n', '01843828573', '1', '', 1, 0, '2018-01-16 12:41:00', '2018-01-17 12:41:37', '2018-01-17 12:41:37');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `designations`
+--
+
+CREATE TABLE `designations` (
+  `id` int(11) NOT NULL,
+  `name` varchar(255) DEFAULT NULL,
+  `status` tinyint(4) DEFAULT NULL,
+  `added_by` tinyint(4) DEFAULT NULL,
+  `updated_by` tinyint(4) DEFAULT NULL,
+  `deleted_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
+  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
+  `updated_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+--
+-- Dumping data for table `designations`
+--
+
+INSERT INTO `designations` (`id`, `name`, `status`, `added_by`, `updated_by`, `deleted_at`, `created_at`, `updated_at`) VALUES
+(1, 'Software Engineer', 1, 111, 111, '2018-07-31 05:40:42', '2018-07-30 23:40:42', '2018-07-31 00:25:36'),
+(2, 'Project Manager', 1, 111, 111, '2018-07-31 05:44:27', '2018-07-30 23:44:27', '2018-07-31 00:21:29'),
+(3, 'Android Developer', 1, 111, NULL, '2018-07-31 05:45:14', '2018-07-30 23:45:14', '2018-07-31 00:20:04'),
+(4, 'Senior Software Engineer', 1, 111, 111, '2018-08-01 10:12:06', '2018-08-01 04:12:06', '2018-08-01 04:12:20'),
+(5, 'Junior Software Engineer', 1, 111, NULL, '2018-08-01 10:18:09', '2018-08-01 04:18:09', '2018-08-01 04:18:09'),
+(6, 'Web Developer', 1, 111, NULL, '2018-08-01 10:18:26', '2018-08-01 04:18:26', '2018-08-01 04:18:26'),
+(7, 'Graphic Designer', 1, 111, NULL, '2018-08-01 10:19:03', '2018-08-01 04:19:03', '2018-08-01 04:19:03');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `document_types`
+--
+
+CREATE TABLE `document_types` (
+  `id` int(11) NOT NULL,
+  `document_name` varchar(255) NOT NULL,
+  `added_by` int(11) DEFAULT NULL,
+  `updated_by` int(11) DEFAULT NULL,
+  `status` int(11) DEFAULT NULL,
+  `approved_by` int(11) DEFAULT NULL,
+  `deleted_at` timestamp NULL DEFAULT NULL,
+  `created_at` timestamp NULL DEFAULT NULL,
+  `updated_at` timestamp NULL DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+--
+-- Dumping data for table `document_types`
+--
+
+INSERT INTO `document_types` (`id`, `document_name`, `added_by`, `updated_by`, `status`, `approved_by`, `deleted_at`, `created_at`, `updated_at`) VALUES
+(2, 'CV', 111, NULL, 1, 111, NULL, '2018-04-08 10:10:31', '2018-07-30 06:35:11'),
+(3, 'Appointment Letter', 111, NULL, 1, 111, NULL, '2018-04-09 11:17:49', '2018-07-31 00:25:53'),
+(5, 'Promotion', 111, 111, 1, 111, NULL, '2018-04-10 04:09:21', '2018-04-18 00:49:55'),
+(6, 'NID', 111, NULL, 1, NULL, NULL, '2018-04-10 04:50:14', '2018-04-10 04:50:14'),
+(7, 'Education Qualification', 111, NULL, 1, NULL, NULL, '2018-04-11 22:33:47', '2018-04-11 22:33:47'),
+(8, 'Experience Certificate', 111, 111, 1, 111, NULL, '2018-04-11 22:34:54', '2018-07-31 00:50:17'),
+(9, 'Birth Certificate', 111, NULL, 1, 111, NULL, '2018-04-11 22:35:56', '2018-07-31 00:22:17'),
+(10, 'Character Certificate ', 111, NULL, 1, 111, NULL, '2018-04-11 22:36:46', '2018-07-30 06:35:12');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `education_levels`
+--
+
+CREATE TABLE `education_levels` (
+  `id` int(10) UNSIGNED NOT NULL,
+  `level_name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
+  `added_by` tinyint(4) DEFAULT NULL,
+  `updated_by` tinyint(4) DEFAULT NULL,
+  `status` tinyint(4) DEFAULT NULL,
+  `approved_by` tinyint(4) DEFAULT NULL,
+  `deleted_at` timestamp NULL DEFAULT NULL,
+  `created_at` timestamp NULL DEFAULT NULL,
+  `updated_at` timestamp NULL DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
+
+--
+-- Dumping data for table `education_levels`
+--
+
+INSERT INTO `education_levels` (`id`, `level_name`, `added_by`, `updated_by`, `status`, `approved_by`, `deleted_at`, `created_at`, `updated_at`) VALUES
+(1, 'Masters', 2, NULL, 1, NULL, NULL, '2018-04-05 06:22:40', '2018-04-05 06:22:40'),
+(2, 'Bechelor/Honors', 2, NULL, 1, 111, NULL, '2018-04-05 06:22:40', '2018-07-31 00:24:18'),
+(3, 'HSC', 111, 111, 1, 111, NULL, '2018-04-09 11:36:20', '2018-04-10 04:46:46'),
+(5, 'Diploma-in-Engineering', 111, NULL, 1, 111, NULL, '2018-04-11 22:40:09', '2018-07-31 00:24:17'),
+(6, 'PhD', 111, NULL, 1, 111, NULL, '2018-04-11 22:40:48', '2018-04-18 00:01:48'),
+(7, 'JSC/JDC', 111, NULL, 1, 111, NULL, '2018-04-11 22:41:53', '2018-07-31 00:24:19'),
+(8, 'SSC', 111, 111, 1, 111, NULL, '2018-04-18 00:36:17', '2018-04-18 00:48:52');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `employees`
+--
+
+CREATE TABLE `employees` (
+  `id` int(10) UNSIGNED NOT NULL,
+  `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
+  `personal_email` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
+  `phone` varchar(17) COLLATE utf8_unicode_ci NOT NULL,
+  `phone2` varchar(22) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `present_address` text COLLATE utf8_unicode_ci NOT NULL,
+  `per_address` text COLLATE utf8_unicode_ci,
+  `birth_day` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
+  `note` text COLLATE utf8_unicode_ci,
+  `facebook` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `skype` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `linkedin` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `image` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `ref_id` tinyint(4) DEFAULT NULL,
+  `added_by` tinyint(4) DEFAULT NULL,
+  `updated_by` tinyint(4) DEFAULT NULL,
+  `status` tinyint(4) DEFAULT NULL,
+  `approved_by` tinyint(4) DEFAULT NULL,
+  `deleted_at` timestamp NULL DEFAULT NULL,
+  `created_at` timestamp NULL DEFAULT NULL,
+  `updated_at` timestamp NULL DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
+
+--
+-- Dumping data for table `employees`
+--
+
+INSERT INTO `employees` (`id`, `name`, `personal_email`, `phone`, `phone2`, `present_address`, `per_address`, `birth_day`, `note`, `facebook`, `skype`, `linkedin`, `image`, `ref_id`, `added_by`, `updated_by`, `status`, `approved_by`, `deleted_at`, `created_at`, `updated_at`) VALUES
+(6, 'Aimee Leach', 'waqofanep@mailinator.com', '+746-51-8584337', '', 'In facilis qui ipsu', 'Commodo', '26', '', 'Incidunt', 'Cumque', 'Praesentium', 'employee_07_08_18_01_08_29_noprofile_lg.gif', NULL, 111, 111, 1, NULL, NULL, '2018-08-07 07:19:29', '2018-11-06 06:16:57'),
+(7, 'Reza', 'reza@gmail.com', '01876532567', '10789076544', 'Uttara', '', '1996-11-19', '', '', '', '', NULL, NULL, 111, NULL, 1, NULL, NULL, '2018-11-08 02:55:26', '2018-11-08 02:55:26'),
+(8, 'Appointed', 'gamoqod@mailinator.net', '0178965412', '+324-70-8771751', 'In facilis qui ipsu', '', '2018-11-21', '', '', '', '', NULL, NULL, 111, NULL, 1, NULL, NULL, '2018-11-08 04:17:58', '2018-11-08 04:17:58'),
+(9, 'Facebook', 'fecomyta@mailinator.com', '0178965412', '+324-70-8771751', 'Impedit culpa consequatur ', '', '2018-11-21', '', '', '', '', NULL, NULL, 111, NULL, 1, NULL, NULL, '2018-11-08 04:21:40', '2018-11-08 04:21:40');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `employee_documents`
+--
+
+CREATE TABLE `employee_documents` (
+  `id` int(11) NOT NULL,
+  `document_id` int(11) NOT NULL,
+  `employee_id` int(11) NOT NULL,
+  `file` varchar(255) NOT NULL,
+  `added_by` int(11) DEFAULT NULL,
+  `updated_by` int(11) DEFAULT NULL,
+  `status` int(11) DEFAULT NULL,
+  `approved_by` int(11) DEFAULT NULL,
+  `deleted_at` timestamp NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP,
+  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
+  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+--
+-- Dumping data for table `employee_documents`
+--
+
+INSERT INTO `employee_documents` (`id`, `document_id`, `employee_id`, `file`, `added_by`, `updated_by`, `status`, `approved_by`, `deleted_at`, `created_at`, `updated_at`) VALUES
+(10, 3, 6, 'document_07_08_18_01_08_29_header.jpg', 111, 111, 1, NULL, '2018-11-15 11:12:03', '2018-08-07 07:19:29', '2018-11-15 05:12:03'),
+(11, 2, 7, 'document_08_11_18_08_11_26_llll.pdf', 111, NULL, 1, NULL, NULL, '2018-11-08 02:55:26', '2018-11-08 02:55:26'),
+(12, 9, 6, 'document_15_11_18_11_11_21_dropped.png', 111, 111, 1, NULL, '2018-11-15 11:10:21', '2018-11-15 05:10:08', '2018-11-15 05:10:21');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `employee_educations`
+--
+
+CREATE TABLE `employee_educations` (
+  `id` int(10) UNSIGNED NOT NULL,
+  `employee_id` tinyint(4) NOT NULL,
+  `edu_level_id` tinyint(4) NOT NULL,
+  `institute_name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
+  `major` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
+  `passing_year` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
+  `marks` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
+  `duration` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `added_by` tinyint(4) DEFAULT NULL,
+  `updated_by` tinyint(4) DEFAULT NULL,
+  `status` tinyint(4) DEFAULT NULL,
+  `approved_by` tinyint(4) DEFAULT NULL,
+  `deleted_at` timestamp NULL DEFAULT NULL,
+  `created_at` timestamp NULL DEFAULT NULL,
+  `updated_at` timestamp NULL DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
+
+--
+-- Dumping data for table `employee_educations`
+--
+
+INSERT INTO `employee_educations` (`id`, `employee_id`, `edu_level_id`, `institute_name`, `major`, `passing_year`, `marks`, `duration`, `added_by`, `updated_by`, `status`, `approved_by`, `deleted_at`, `created_at`, `updated_at`) VALUES
+(8, 6, 5, 'Minus ', 'Adipisci', '2001', '4', '3', 111, 111, 1, NULL, NULL, '2018-08-07 07:19:29', '2018-11-06 06:16:57');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `employee_references`
+--
+
+CREATE TABLE `employee_references` (
+  `id` int(10) UNSIGNED NOT NULL,
+  `employee_id` tinyint(4) NOT NULL,
+  `person_name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
+  `relation` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
+  `phone1` varchar(25) COLLATE utf8_unicode_ci NOT NULL,
+  `phone2` varchar(25) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `address` text COLLATE utf8_unicode_ci NOT NULL,
+  `added_by` tinyint(4) DEFAULT NULL,
+  `updated_by` tinyint(4) DEFAULT NULL,
+  `status` tinyint(4) DEFAULT NULL,
+  `approved_by` tinyint(4) DEFAULT NULL,
+  `deleted_at` timestamp NULL DEFAULT NULL,
+  `created_at` timestamp NULL DEFAULT NULL,
+  `updated_at` timestamp NULL DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
+
+--
+-- Dumping data for table `employee_references`
+--
+
+INSERT INTO `employee_references` (`id`, `employee_id`, `person_name`, `relation`, `phone1`, `phone2`, `email`, `address`, `added_by`, `updated_by`, `status`, `approved_by`, `deleted_at`, `created_at`, `updated_at`) VALUES
+(1, 3, 'Kamal', 'Teacher', '01790678902', '01920789654', 'kamal@gmail.com', 'Khulna', 111, 111, 1, NULL, NULL, '2018-04-22 05:18:24', '2018-04-23 03:58:17'),
+(2, 3, 'Shehab', 'Teacher', '01478963258', '12369741255', 'shehab@gmail.com', 'Dhaka', 111, 111, 1, NULL, NULL, '2018-04-23 04:14:11', '2018-04-23 04:15:22'),
+(3, 4, 'Unity Stevenson', 'Professional', '+164-53-3428493', '+616-39-3926758', 'nini@mailinator.net', 'Mohakhali, Dhaka', 111, 111, 1, NULL, NULL, '2018-07-31 03:54:35', '2018-08-01 00:27:33'),
+(4, 4, 'Shehab', 'Teacher', '01478963258', '12369741258', 'shehab@gmail.com', 'Dhaka', 111, 111, 1, NULL, NULL, '2018-08-01 00:28:39', '2018-08-01 01:08:50'),
+(5, 5, 'Jemima Hines', 'Nostrud ', '+116-18-8432699', '+346-44-9299369', 'pehevocizo@mailinator.com', 'Qui sit deserun', 111, 111, 1, NULL, NULL, '2018-08-02 05:14:11', '2018-08-06 02:30:16'),
+(6, 5, 'Pascale Guerrero', 'Rerum a', '+442-14-6861054', '+177-68-3708721', 'qywosohu@mailinator.com', 'Consequatur', 111, 111, 1, NULL, NULL, '2018-08-02 05:14:11', '2018-08-06 02:30:16'),
+(7, 6, 'Kelsey Boyd', 'Tempore in sit duis facere eius obcaecati qui ducimus quis est', '+746-13-2042868', '+224-66-8721171', 'totaqetyhi@mailinator.com', 'In veli', 111, 111, 1, NULL, NULL, '2018-08-07 07:19:29', '2018-11-06 06:16:57');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `employee_work_experiences`
+--
+
+CREATE TABLE `employee_work_experiences` (
+  `id` int(11) NOT NULL,
+  `employee_id` int(11) NOT NULL,
+  `org_name` varchar(255) DEFAULT NULL,
+  `designation_id` tinyint(4) DEFAULT NULL,
+  `start_date` date DEFAULT NULL,
+  `end_date` date DEFAULT NULL,
+  `exp_certificate` varchar(255) DEFAULT NULL,
+  `org_contact` varchar(50) DEFAULT NULL,
+  `added_by` tinyint(4) DEFAULT NULL,
+  `updated_by` tinyint(4) DEFAULT NULL,
+  `deleted_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
+  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
+  `updated_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+--
+-- Dumping data for table `employee_work_experiences`
+--
+
+INSERT INTO `employee_work_experiences` (`id`, `employee_id`, `org_name`, `designation_id`, `start_date`, `end_date`, `exp_certificate`, `org_contact`, `added_by`, `updated_by`, `deleted_at`, `created_at`, `updated_at`) VALUES
+(6, 6, 'Jolie Wiggins', 7, '0000-00-00', '0000-00-00', NULL, 'Nulla', 111, 111, '2018-08-07 13:19:29', '2018-08-07 07:19:29', '2018-11-06 06:16:57');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `employment_details`
+--
+
+CREATE TABLE `employment_details` (
+  `id` int(11) NOT NULL,
+  `employee_id` tinyint(4) DEFAULT NULL,
+  `designation_id` tinyint(4) DEFAULT NULL,
+  `grade_id` tinyint(4) DEFAULT NULL,
+  `joining_date` date DEFAULT NULL,
+  `type` tinyint(4) DEFAULT NULL,
+  `added_by` tinyint(4) DEFAULT NULL,
+  `updated_by` tinyint(4) DEFAULT NULL,
+  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
+  `updated_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
+  `deleted_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+--
+-- Dumping data for table `employment_details`
+--
+
+INSERT INTO `employment_details` (`id`, `employee_id`, `designation_id`, `grade_id`, `joining_date`, `type`, `added_by`, `updated_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
+(10, 6, 5, 5, '0000-00-00', 1, 111, 111, '2018-08-07 07:19:29', '2018-11-06 06:16:57', '2018-08-07 13:19:29'),
+(11, 6, 1, 4, '2018-11-02', 2, 111, 111, '2018-11-06 06:16:57', '2018-11-07 02:14:31', '2018-11-06 12:16:57'),
+(12, 6, 1, 3, '2018-11-07', 2, 111, 111, '2018-11-07 02:17:16', '2018-11-07 02:24:44', '2018-11-07 08:17:16'),
+(13, 6, 4, 1, '2018-11-07', 2, 111, 111, '2018-11-07 03:03:24', '2018-11-08 02:31:39', '2018-11-07 09:03:24'),
+(14, 7, 6, 5, '2016-11-15', 1, 111, NULL, '2018-11-08 02:55:26', '2018-11-08 02:55:26', '2018-11-08 08:55:26'),
+(15, 8, 7, 1, '2018-11-09', 1, 111, NULL, '2018-11-08 04:17:58', '2018-11-08 04:17:58', '2018-11-08 10:17:58'),
+(16, 9, 7, 1, '2018-11-07', 1, 111, NULL, '2018-11-08 04:21:40', '2018-11-08 04:21:40', '2018-11-08 10:21:40');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `file_upload`
+--
+
+CREATE TABLE `file_upload` (
+  `id` int(11) NOT NULL,
+  `name` varchar(150) NOT NULL,
+  `url` varchar(100) NOT NULL,
+  `details` varchar(500) NOT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=latin1;
+
+--
+-- Dumping data for table `file_upload`
+--
+
+INSERT INTO `file_upload` (`id`, `name`, `url`, `details`) VALUES
+(5, 'test proposal', 'file_20_10_16_09_10_40.doc', '');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `fund_request`
+--
+
+CREATE TABLE `fund_request` (
+  `id` int(11) NOT NULL,
+  `purpose` int(11) DEFAULT NULL,
+  `description` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `amount` decimal(10,2) DEFAULT '0.00',
+  `due_date` datetime DEFAULT NULL,
+  `request_by` int(11) DEFAULT NULL,
+  `is_approved` tinyint(1) DEFAULT NULL,
+  `office_id` int(11) DEFAULT '1',
+  `created_at` timestamp NULL DEFAULT NULL,
+  `updated_at` timestamp NULL DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
+
+--
+-- Dumping data for table `fund_request`
+--
+
+INSERT INTO `fund_request` (`id`, `purpose`, `description`, `amount`, `due_date`, `request_by`, `is_approved`, `office_id`, `created_at`, `updated_at`) VALUES
+(1, 33, 'For Office Lunch', '500.00', '2018-01-09 00:00:00', 2, 1, 1, '2018-01-08 19:09:09', '2018-01-08 19:09:26'),
+(2, 32, 'TO Banani', '200.00', '2018-03-21 00:00:00', 2, 1, 1, '2018-03-20 16:07:15', '2018-03-20 16:07:15'),
+(6, 32, 'hdjkd ksjdj idjskwu ksjjk kksjm hdjkd ksjdj idjskwu ksjjk kksjm hdjkd ksjdj idjskwu ksjjk kksjm hdjkd ksjdj idjskwu ksjjk kksjm hdjkd ksjdj idjskwu ksjjk kksjm hdjkd ksjdj idjskwu ksjjk kksjm', '123.00', '2018-03-04 00:00:00', 2, 1, 1, '2018-03-22 10:10:55', '2018-03-22 10:20:36'),
+(7, 33, 'gfhhg', '345.00', '2018-04-02 00:00:00', 2, 0, 1, '2018-04-01 13:54:05', '2018-04-01 13:54:05');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `grades`
+--
+
+CREATE TABLE `grades` (
+  `id` int(11) NOT NULL,
+  `name` varchar(255) DEFAULT NULL,
+  `status` tinyint(4) DEFAULT NULL,
+  `added_by` tinyint(4) DEFAULT NULL,
+  `updated_by` tinyint(4) DEFAULT NULL,
+  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
+  `updated_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
+  `deleted_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+--
+-- Dumping data for table `grades`
+--
+
+INSERT INTO `grades` (`id`, `name`, `status`, `added_by`, `updated_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
+(1, 'Grade-A', 1, 111, 111, '2018-07-30 06:54:58', '2018-07-30 07:00:58', '2018-07-30 12:54:58'),
+(3, 'Grade-B', 1, 111, NULL, '2018-07-30 07:00:55', '2018-07-31 00:25:40', '2018-07-30 13:00:55'),
+(4, 'Grade-C', 1, 111, NULL, '2018-07-30 07:01:09', '2018-07-30 07:01:09', '2018-07-30 13:01:09'),
+(5, 'Grade-D', 1, 111, NULL, '2018-08-06 06:32:19', '2018-08-06 06:32:19', '2018-08-06 12:32:19'),
+(6, 'Grade-E', 1, 111, NULL, '2018-08-06 06:32:32', '2018-08-06 06:32:32', '2018-08-06 12:32:32'),
+(7, 'Grade-F', 1, 111, NULL, '2018-08-06 06:32:44', '2018-08-06 06:32:44', '2018-08-06 12:32:44'),
+(8, 'Grade-G', 0, 111, NULL, '2018-08-14 05:38:57', '2018-11-06 06:46:29', '2018-08-14 11:38:57'),
+(9, 'Grade-H', 0, 111, NULL, '2018-08-14 05:44:26', '2018-11-06 06:46:30', '2018-08-14 11:44:26');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `grade_structures`
+--
+
+CREATE TABLE `grade_structures` (
+  `id` int(11) NOT NULL,
+  `grade_id` tinyint(4) DEFAULT NULL,
+  `head_id` tinyint(4) DEFAULT NULL,
+  `amount` varchar(255) DEFAULT NULL,
+  `status` tinyint(4) DEFAULT NULL,
+  `added_by` tinyint(4) DEFAULT NULL,
+  `updated_by` tinyint(4) DEFAULT NULL,
+  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
+  `updated_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
+  `deleted_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+--
+-- Dumping data for table `grade_structures`
+--
+
+INSERT INTO `grade_structures` (`id`, `grade_id`, `head_id`, `amount`, `status`, `added_by`, `updated_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
+(85, 5, 1, '14000', 1, 111, NULL, '2018-08-07 02:54:34', '2018-08-07 02:54:34', '2018-08-07 08:54:34'),
+(86, 5, 8, '4500', 1, 111, NULL, '2018-08-07 02:54:34', '2018-08-07 02:54:34', '2018-08-07 08:54:34'),
+(87, 5, 2, '2500', 1, 111, NULL, '2018-08-07 02:54:34', '2018-08-07 02:54:34', '2018-08-07 08:54:34'),
+(88, 5, 5, '1000', 1, 111, NULL, '2018-08-07 02:54:34', '2018-08-07 02:54:34', '2018-08-07 08:54:34'),
+(89, 5, 6, '500', 1, 111, NULL, '2018-08-07 02:54:34', '2018-08-07 02:54:34', '2018-08-07 08:54:34'),
+(90, 5, 3, '1000', 1, 111, NULL, '2018-08-07 02:54:34', '2018-08-07 02:54:34', '2018-08-07 08:54:34'),
+(131, 1, 9, '2000', 1, 111, NULL, '2018-08-07 04:47:26', '2018-08-07 04:47:26', '2018-08-07 10:47:26'),
+(132, 1, 1, '30000', 1, 111, NULL, '2018-08-07 04:47:26', '2018-08-07 04:47:26', '2018-08-07 10:47:26'),
+(133, 1, 2, '8000', 1, 111, NULL, '2018-08-07 04:47:26', '2018-08-07 04:47:26', '2018-08-07 10:47:26'),
+(134, 1, 6, '2000', 1, 111, NULL, '2018-08-07 04:47:26', '2018-08-07 04:47:26', '2018-08-07 10:47:26'),
+(135, 1, 3, '3000', 1, 111, NULL, '2018-08-07 04:47:26', '2018-08-07 04:47:26', '2018-08-07 10:47:26'),
+(136, 1, 5, '800', 1, 111, NULL, '2018-08-07 04:47:26', '2018-08-07 04:47:26', '2018-08-07 10:47:26'),
+(137, 1, 8, '5000', 1, 111, NULL, '2018-08-07 04:47:26', '2018-08-07 04:47:26', '2018-08-07 10:47:26'),
+(138, 7, 1, '10000', 1, 111, NULL, '2018-08-07 05:01:51', '2018-08-07 05:01:51', '2018-08-07 11:01:51'),
+(139, 7, 8, '3000', 1, 111, NULL, '2018-08-07 05:01:51', '2018-08-07 05:01:51', '2018-08-07 11:01:51'),
+(140, 7, 2, '2000', 1, 111, NULL, '2018-08-07 05:01:51', '2018-08-07 05:01:51', '2018-08-07 11:01:51'),
+(141, 7, 5, '1000', 1, 111, NULL, '2018-08-07 05:01:51', '2018-08-07 05:01:51', '2018-08-07 11:01:51'),
+(142, 7, 6, '500', 1, 111, NULL, '2018-08-07 05:01:51', '2018-08-07 05:01:51', '2018-08-07 11:01:51'),
+(143, 7, 3, '1000', 1, 111, NULL, '2018-08-07 05:01:51', '2018-08-07 05:01:51', '2018-08-07 11:01:51'),
+(144, 7, 9, '500', 1, 111, NULL, '2018-08-07 05:01:51', '2018-08-07 05:01:51', '2018-08-07 11:01:51'),
+(145, 6, 1, '12000', 1, 111, NULL, '2018-08-07 05:02:36', '2018-08-07 05:02:36', '2018-08-07 11:02:36'),
+(146, 6, 8, '4500', 1, 111, NULL, '2018-08-07 05:02:36', '2018-08-07 05:02:36', '2018-08-07 11:02:36'),
+(147, 6, 2, '2000', 1, 111, NULL, '2018-08-07 05:02:36', '2018-08-07 05:02:36', '2018-08-07 11:02:36'),
+(148, 6, 5, '1000', 1, 111, NULL, '2018-08-07 05:02:36', '2018-08-07 05:02:36', '2018-08-07 11:02:36'),
+(149, 6, 6, '500', 1, 111, NULL, '2018-08-07 05:02:36', '2018-08-07 05:02:36', '2018-08-07 11:02:36'),
+(150, 6, 3, '1000', 1, 111, NULL, '2018-08-07 05:02:36', '2018-08-07 05:02:36', '2018-08-07 11:02:36'),
+(151, 6, 9, '3000', 1, 111, NULL, '2018-08-07 05:02:36', '2018-08-07 05:02:36', '2018-08-07 11:02:36'),
+(152, 4, 1, '15000', 1, 111, NULL, '2018-08-07 05:02:54', '2018-08-07 05:02:54', '2018-08-07 11:02:54'),
+(153, 4, 8, '5000', 1, 111, NULL, '2018-08-07 05:02:54', '2018-08-07 05:02:54', '2018-08-07 11:02:54'),
+(154, 4, 2, '2500', 1, 111, NULL, '2018-08-07 05:02:54', '2018-08-07 05:02:54', '2018-08-07 11:02:54'),
+(155, 4, 5, '1500', 1, 111, NULL, '2018-08-07 05:02:54', '2018-08-07 05:02:54', '2018-08-07 11:02:54'),
+(156, 4, 3, '1500', 1, 111, NULL, '2018-08-07 05:02:54', '2018-08-07 05:02:54', '2018-08-07 11:02:54'),
+(157, 4, 6, '700', 1, 111, NULL, '2018-08-07 05:02:54', '2018-08-07 05:02:54', '2018-08-07 11:02:54'),
+(158, 4, 9, '4000', 1, 111, NULL, '2018-08-07 05:02:54', '2018-08-07 05:02:54', '2018-08-07 11:02:54'),
+(166, 3, 9, '5000', 1, 111, NULL, '2018-08-07 05:04:03', '2018-08-07 05:04:03', '2018-08-07 11:04:03'),
+(167, 3, 1, '17000', 1, 111, NULL, '2018-08-07 05:04:03', '2018-08-07 05:04:03', '2018-08-07 11:04:03'),
+(168, 3, 8, '2000', 1, 111, NULL, '2018-08-07 05:04:03', '2018-08-07 05:04:03', '2018-08-07 11:04:03'),
+(169, 3, 5, '1000', 1, 111, NULL, '2018-08-07 05:04:03', '2018-08-07 05:04:03', '2018-08-07 11:04:03'),
+(170, 3, 6, '1500', 1, 111, NULL, '2018-08-07 05:04:03', '2018-08-07 05:04:03', '2018-08-07 11:04:03'),
+(171, 3, 3, '3000', 1, 111, NULL, '2018-08-07 05:04:03', '2018-08-07 05:04:03', '2018-08-07 11:04:03'),
+(172, 3, 2, '5000', 1, 111, NULL, '2018-08-07 05:04:03', '2018-08-07 05:04:03', '2018-08-07 11:04:03');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `group`
+--
+
+CREATE TABLE `group` (
+  `id` int(11) NOT NULL,
+  `group_name` varchar(20) NOT NULL,
+  `user_id` int(11) NOT NULL,
+  `depend_on` int(11) NOT NULL,
+  `designation` varchar(25) NOT NULL,
+  `active` int(1) NOT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=latin1;
+
+--
+-- Dumping data for table `group`
+--
+
+INSERT INTO `group` (`id`, `group_name`, `user_id`, `depend_on`, `designation`, `active`) VALUES
+(13, 'studypress team', 0, 0, '', 0);
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `invoice`
+--
+
+CREATE TABLE `invoice` (
+  `id` int(11) NOT NULL,
+  `invoice_code` varchar(25) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `client_id` int(11) DEFAULT NULL,
+  `invoice_date` datetime DEFAULT NULL,
+  `due_date` datetime DEFAULT NULL,
+  `notes` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `po_no` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `vat` decimal(10,2) DEFAULT NULL,
+  `tax` decimal(10,2) DEFAULT NULL,
+  `attachment` varchar(155) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `created_by` int(11) DEFAULT NULL,
+  `status` int(11) DEFAULT NULL,
+  `currency` varchar(15) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `office_id` int(11) DEFAULT '1',
+  `created_at` timestamp NULL DEFAULT NULL,
+  `updated_at` timestamp NULL DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
+
+--
+-- Dumping data for table `invoice`
+--
+
+INSERT INTO `invoice` (`id`, `invoice_code`, `client_id`, `invoice_date`, `due_date`, `notes`, `po_no`, `vat`, `tax`, `attachment`, `created_by`, `status`, `currency`, `office_id`, `created_at`, `updated_at`) VALUES
+(1, '0000001', 45, '2017-03-14 00:00:00', '2017-03-22 00:00:00', 'Please make the payment in cheque in favor of Electronic Business Solution Ltd.', 'N/A', '4.50', '0.00', '0000001.pdf', 2, 1, 'BDT', 1, '2017-03-14 14:07:14', '2017-04-30 12:37:52'),
+(2, '0000002', 50, '2017-03-30 00:00:00', '2017-03-30 00:00:00', 'Please pay in Cheque in favor of Electronic Business Solution Ltd.', '2017/3/1', '0.00', '0.00', '', 2, 1, 'BDT', 1, '2017-03-30 10:16:24', '2017-03-30 10:17:12'),
+(3, '0000003', 52, '2017-03-24 00:00:00', '2017-04-14 00:00:00', 'Please pay in cash or in cheque in favor Electronic Business Solution Ltd.', '2017/pawla/01', '5.00', '0.00', '', 2, 1, 'BDT', 1, '2017-04-10 16:25:36', '2017-04-18 16:36:18'),
+(4, '0000004', 53, '2016-08-16 00:00:00', '2017-03-31 00:00:00', 'Pay with Cash or Cheque in favour of Electronic Business Solution Ltd.', '2016/PJ/2', '0.00', '0.00', '', 2, 1, 'USD', 1, '2017-04-10 16:57:29', '2017-04-26 14:52:58'),
+(7, '0000005', 55, '2017-04-01 00:00:00', '2017-04-13 00:00:00', 'Please pay in cash or cheque in favor of Electronic Business Solution Ltd.', 'rugs/2017/1', '0.00', '0.00', '0000005.pdf', 2, 1, 'BDT', 1, '2017-04-12 17:41:12', '2017-04-12 17:41:56'),
+(8, '0000006', 56, '2017-04-06 00:00:00', '2017-04-18 00:00:00', 'Please pay cash or cheque in favor of Electronic Business Solution Ltd.', '180417', '0.00', '0.00', '', 2, 1, 'BDT', 1, '2017-04-18 16:45:12', '2017-04-18 16:45:44'),
+(11, '0000007', 49, '2017-04-26 00:00:00', '2017-04-27 00:00:00', 'Pay in cash', 'ebs/30002', '0.00', '0.00', '0000007.jpg', 2, 1, 'BDT', 1, '2017-04-26 15:20:10', '2017-04-26 15:26:35'),
+(12, '0000008', 57, '2017-04-30 00:00:00', '2017-05-04 00:00:00', 'Please Pay in cash or in cheque in favor of Electronic Business Solution Ltd.', 'ebs/2015/11/1', '0.00', '0.00', '', 2, 0, 'BDT', 1, '2017-04-30 13:04:03', '2017-04-30 13:04:03'),
+(13, '0000009', 49, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '', '0.00', '0.00', '', 2, 1, 'BDT', 1, '2017-05-01 16:48:15', '2017-05-01 16:52:30'),
+(14, '0000010', 32, '2017-07-03 00:00:00', '2017-07-30 00:00:00', 'Please make payment in cheque in favor of Electronic Business Solution Ltd.', 'com-04/582', '0.00', '0.00', '0000010.jpg', 2, 1, 'BDT', 1, '2017-07-05 18:00:34', '2017-09-25 08:57:00'),
+(15, '0000011', 32, '2017-07-02 00:00:00', '2017-07-10 00:00:00', 'Please make payment in cheque in favor of Electronic Business Solution Ltd.', 'COM-04/095', '0.00', '0.00', '0000011.jpg', 2, 1, 'BDT', 1, '2017-07-05 18:02:08', '2017-09-25 08:57:19'),
+(16, '0000012', 42, '2017-06-20 00:00:00', '2017-07-12 00:00:00', 'Please make the payment in cheque in favour of Electronic Business Solution Ltd.', 'rev/2017/otobi/2', '0.00', '0.00', '0000012.pdf', 2, 1, 'BDT', 1, '2017-07-05 18:10:04', '2017-07-17 17:59:07'),
+(17, '0000013', 45, '2017-02-22 00:00:00', '2017-07-20 00:00:00', 'Please make the payment in cheque in favor of Electronic Business Solution Ltd.', 'WM/22217', '0.00', '0.00', '0000013.pdf', 2, 0, 'BDT', 1, '2017-07-05 18:13:32', '2017-07-05 18:13:32'),
+(18, '0000014', 62, '2017-07-11 00:00:00', '2017-07-16 00:00:00', 'Please make the payment in favor of Electronic Business Solution Ltd. ', 'PO15090071', '0.00', '0.00', '0000014.pdf', 2, 0, 'BDT', 1, '2017-07-11 14:55:36', '2017-07-11 14:55:36'),
+(19, '0000015', 49, '2017-07-13 00:00:00', '2017-07-23 00:00:00', 'Please make the payment in Cash Or cheque in favor of Electronic Business Solution Ltd.', 'edu01', '0.00', '0.00', '0000015.docx', 2, 1, 'BDT', 1, '2017-07-13 17:42:45', '2017-08-10 16:36:30'),
+(20, '0000016', 63, '2017-06-07 00:00:00', '2017-07-17 00:00:00', 'Please pay in cheque or cash in favour of Electronic Business Solution Limited.', 'Pro/plan/11/08/14/04', '0.00', '0.00', '0000016.docx', 2, 1, 'BDT', 1, '2017-07-17 17:30:42', '2017-07-17 17:31:11'),
+(21, '0000017', 63, '2016-08-21 00:00:00', '2017-07-30 00:00:00', 'Please make the payment in cheque in favor of Electronic Business Solution Limited.', 'EBS/INV/Pro/Hos/16', '0.00', '0.00', '0000017.pdf', 2, 1, 'BDT', 1, '2017-07-18 14:29:44', '2017-12-12 17:19:42'),
+(22, '0000018', 63, '2017-07-18 00:00:00', '2017-07-30 00:00:00', 'Please make the payment in cheque in favor of Electronic Business Solution Limited.', 'EBS/INV/Pro/Hos/17 ', '0.00', '0.00', '0000018.pdf', 2, 1, 'BDT', 1, '2017-07-18 14:31:28', '2017-09-25 09:02:09'),
+(23, '0000019', 53, '2017-07-01 00:00:00', '2017-07-31 00:00:00', 'Please pay in cheque in favor of Electronic Business Solution Ltd.', 'ebs/2011', '0.00', '0.00', '0000019.pdf', 2, 1, 'USD', 1, '2017-07-20 15:09:54', '2017-12-12 17:19:08'),
+(24, '0000020', 62, '2017-08-03 00:00:00', '2017-08-07 00:00:00', 'Please make the payment in cheque in favor of Electronic Business Solution Limited.', 'DDL/P015090071', '0.00', '0.00', '0000020.jpg', 2, 1, 'BDT', 1, '2017-08-03 10:36:13', '2017-09-24 15:10:32'),
+(25, '0000021', 66, '2017-08-01 00:00:00', '2017-08-10 00:00:00', 'Please make the payment in favor of Electronic Business Solution Ltd.', 'PG/ColAd min-0003/Ho/QUo-Wo (2s)', '0.00', '0.00', '0000021.jpg', 2, 0, 'BDT', 1, '2017-08-07 14:59:30', '2017-08-07 14:59:30'),
+(26, '0000022', 81, '2017-11-12 00:00:00', '2017-11-14 00:00:00', 'Please make the payment in cheque in favor of Electronic Business Solution Limited.', 'EBS/Bill/2017/RGL/v1', '0.00', '0.00', '0000022.pdf', 2, 0, 'BDT', 1, '2017-11-13 17:35:44', '2017-11-13 17:35:44'),
+(27, '0000023', 1124, '2017-11-19 00:00:00', '2017-11-21 00:00:00', 'Please pay to avoid interruption in service', 'ebs-2017-nmb-3', '0.00', '0.00', '', 2, 1, 'BDT', 1, '2017-11-19 17:48:57', '2017-11-22 18:27:49'),
+(28, '0000024', 1125, '2017-11-19 00:00:00', '2017-11-25 00:00:00', 'Please pay in BDT in cheque in favor of Electronic Business Solution Ltd.', 'ebs-2017-akh-3', '0.00', '0.00', '0000024.pdf', 2, 1, 'USD', 1, '2017-11-19 18:11:21', '2017-11-22 18:28:50'),
+(29, '0000025', 1126, '2017-11-15 00:00:00', '2017-11-28 00:00:00', 'Please pay in cheque in favor of Electronic Business Solution Ltd.', 'ebs-2017-ubr-3', '0.00', '0.00', '0000025.jpg', 2, 1, 'BDT', 1, '2017-11-22 17:13:19', '2017-12-07 16:12:39'),
+(30, '0000026', 1127, '2017-10-08 00:00:00', '2017-11-20 00:00:00', 'Electronic Business Solution Ltd.', 'ebs/Bill/100817', '0.00', '0.00', '0000026.pdf', 2, 1, 'BDT', 1, '2017-11-22 18:58:50', '2017-11-22 19:01:22'),
+(31, '0000027', 1128, '2017-11-25 00:00:00', '2017-11-30 00:00:00', '', '11213', '0.00', '0.00', '0000027.pdf', 2, 0, 'BDT', 1, '2017-11-23 14:58:20', '2017-11-23 14:58:20'),
+(32, '0000028', 1129, '2017-12-03 00:00:00', '2017-12-10 00:00:00', 'Please pay in Cash', 'ebs-2017-frio-1', '0.00', '0.00', '', 2, 0, 'BDT', 1, '2017-12-03 19:26:45', '2017-12-03 19:26:45'),
+(33, '0000029', 404, '2017-12-06 00:00:00', '2017-12-13 00:00:00', 'Please make the payment in cheque in favor of Electronic Business Solution Limited.', 'SG-16-25193', '0.00', '0.00', '0000029.pdf', 2, 1, 'BDT', 1, '2017-12-06 10:07:50', '2018-02-05 10:53:08'),
+(34, '0000030', 620, '2017-12-06 00:00:00', '2017-12-14 00:00:00', 'Please pay in cheque or cash in favour of Electronic Business Solution Limited.', 'eBizzSol/WAD/OTOBI/20140824/P-1', '0.00', '0.00', '', 2, 0, 'BDT', 1, '2017-12-06 10:21:35', '2017-12-06 10:21:35'),
+(35, '0000031', 1128, '2017-12-20 00:00:00', '2017-12-28 00:00:00', '', '2324', '0.00', '0.00', '', 2, 1, 'BDT', 1, '2017-12-07 16:27:44', '2017-12-07 16:28:09'),
+(36, '0000032', 1126, '2017-07-13 00:00:00', '2017-12-17 00:00:00', 'Please Pay in Cheque in Favor of Electronic Business Solution Ltd.', 'UBR/4008/2015', '0.00', '0.00', '0000032.docx', 2, 0, 'BDT', 1, '2017-12-10 14:29:34', '2017-12-10 14:29:34'),
+(37, '0000033', 1126, '2017-12-04 00:00:00', '2017-12-17 00:00:00', 'Please pay in cheque in favor of Electronic Business Solution Ltd.', 'UBR/4008/2015', '0.00', '0.00', '0000033.docx', 2, 0, 'BDT', 1, '2017-12-10 14:31:07', '2017-12-10 14:31:07'),
+(38, '0000034', 1111, '2017-12-07 00:00:00', '2017-12-14 00:00:00', 'Banking Details:\r\nElectronic Business Solution Ltd.\r\nAc no: 2940901018753\r\nPubali Bank Ltd.\r\nShantinagar Branch\r\nCurrent Account\r\nRouting Number: 175276343\r\n', 'Ref no: ebs / inv / 2074 /MlG / 3', '0.00', '0.00', '0000034.pdf', 2, 1, 'BDT', 1, '2017-12-10 14:51:19', '2018-02-05 10:54:54'),
+(39, '0000035', 1115, '2017-11-09 00:00:00', '2017-11-30 00:00:00', 'Please pay in cheque in favor of Electronic Business Solution Ltd.', 'IT-700050-2017', '0.00', '0.00', '', 2, 0, 'BDT', 1, '2017-12-10 17:58:38', '2017-12-10 17:58:38'),
+(40, '0000036', 1115, '2017-11-09 00:00:00', '2017-11-30 00:00:00', 'Please pay in cheque in favor of Electronic Business Solution Ltd.\r\nBank Details\r\nElectronic business solution ltd\r\nAc no: 2940901018753\r\nPubali bank ltd\r\nShantinagar branch\r\nCurrent account', 'IT-1300056-2017', '0.00', '0.00', '', 2, 1, 'BDT', 1, '2017-12-10 18:01:05', '2018-01-03 17:27:46'),
+(41, '0000037', 1126, '2017-07-13 00:00:00', '2017-12-17 00:00:00', 'Please make the payment in cheque in favor of Electronic Business Solution Limited.', 'ubr/4008/2015', '0.00', '0.00', '0000037.pdf', 2, 0, 'BDT', 1, '2017-12-14 17:32:46', '2017-12-14 17:32:46'),
+(42, '0000038', 1142, '2017-12-26 00:00:00', '2017-12-26 00:00:00', 'Please pay to Fouzia Nishat', 'ebs-2017-servg-1', '0.00', '0.00', '', 2, 1, 'BDT', 1, '2017-12-26 17:15:44', '2018-01-03 17:26:38'),
+(43, '0000039', 1140, '2017-12-26 00:00:00', '2017-12-26 00:00:00', 'Please pay in Cash', 'ebs-2017-hnb-1', '0.00', '0.00', '', 2, 1, 'BDT', 1, '2017-12-26 19:50:26', '2017-12-26 19:52:43'),
+(44, '0000040', 1143, '2017-10-01 00:00:00', '2017-12-27 00:00:00', 'Please Pay in Cash', 'N/A', '0.00', '0.00', '', 2, 1, 'BDT', 1, '2017-12-27 17:05:03', '2017-12-27 17:05:25'),
+(45, '0000041', 1120, '2017-12-03 00:00:00', '2017-12-27 00:00:00', 'Please pay in Cheque ', 'N/A', '0.00', '0.00', '', 2, 1, 'BDT', 1, '2017-12-27 17:07:15', '2017-12-27 17:08:25'),
+(46, '0000042', 1122, '2017-11-23 00:00:00', '2017-11-23 00:00:00', 'Please pay in cheque or cash in favour of Electronic Business Solution Limited.', 'revinr/SD/IECC/23112017/P-1', '0.00', '0.00', '', 2, 1, 'BDT', 1, '2017-12-27 17:34:39', '2017-12-27 17:35:40'),
+(47, '0000043', 1122, '2017-12-27 00:00:00', '2017-12-28 00:00:00', 'Please pay in cheque or cash in favour of Electronic Business Solution Limited.', 'revinr/SD/IECC/23112017/P-2', '0.00', '0.00', '', 2, 1, 'BDT', 1, '2017-12-27 17:39:19', '2018-01-01 18:25:02'),
+(48, '0000044', 620, '2017-12-06 00:00:00', '2018-01-30 00:00:00', 'Please pay in cheque or cash in favour of Electronic Business Solution Limited.', 'EBS/INV/OTOBI/Maintenance - 03', '0.00', '0.00', '0000044.pdf', 2, 1, 'BDT', 1, '2018-01-30 17:01:57', '2018-01-30 17:03:28'),
+(49, '0000045', 37, '2018-02-01 00:00:00', '2018-02-01 00:00:00', 'Please pay in cheque in favor of Electronic Business Solution Ltd.', 'ebs-2018-orion-1', '0.00', '0.00', '', 2, 1, 'BDT', 1, '2018-02-01 12:14:10', '2018-02-05 15:04:13'),
+(50, '0000046', 1123, '2018-01-16 00:00:00', '2018-02-01 00:00:00', 'Please make the payment in cheque in favor of Electronic Business Solution Limited.', 'EBS/Bill/2018/RGL/v1', '0.00', '0.00', '0000046.pdf', 2, 1, 'BDT', 1, '2018-02-01 15:53:35', '2018-02-01 15:56:11'),
+(51, '0000047', 52, '2018-03-19 00:00:00', '2018-03-29 00:00:00', 'Please pay in cheque in favor of Electronic Business Solution Ltd.', 'ebs-2018-pawla-1', '0.00', '0.00', '', 2, 1, 'BDT', 1, '2018-03-19 17:42:56', '2018-03-22 13:36:02'),
+(52, NULL, 1123, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL),
+(53, '0000001', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '', '0.10', '0.00', '', 111, 0, 'BDT', 1, '2018-08-16 05:10:27', '2018-08-16 05:10:27');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `invoice_items`
+--
+
+CREATE TABLE `invoice_items` (
+  `id` int(11) NOT NULL,
+  `invoice_id` int(11) DEFAULT NULL,
+  `service_id` int(11) DEFAULT NULL,
+  `particular` varchar(155) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `payable_amount` decimal(10,2) DEFAULT NULL,
+  `paid_amount` decimal(10,2) DEFAULT NULL,
+  `created_at` timestamp NULL DEFAULT NULL,
+  `updated_at` timestamp NULL DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
+
+--
+-- Dumping data for table `invoice_items`
+--
+
+INSERT INTO `invoice_items` (`id`, `invoice_id`, `service_id`, `particular`, `payable_amount`, `paid_amount`, `created_at`, `updated_at`) VALUES
+(1, 1, 4, 'Invoice Scan n Pack Maintenance Bill for the year of 2016', '38000.00', '0.00', '2017-03-14 14:07:14', '2017-03-14 14:07:14'),
+(2, 2, 5, 'Thinkbpopro.com', '20000.00', '0.00', '2017-03-30 10:16:24', '2017-03-30 10:16:24'),
+(3, 3, 11, 'For March 2017 to Feb 2018', '1000.00', '0.00', '2017-04-10 16:25:36', '2017-04-10 16:25:36'),
+(4, 3, 8, 'For March 2017 to Feb 2018', '5000.00', '0.00', '2017-04-10 16:25:36', '2017-04-10 16:25:36'),
+(5, 3, 5, 'For March 2017 to Feb 2018', '9000.00', '0.00', '2017-04-10 16:25:36', '2017-04-10 16:25:36'),
+(6, 4, 4, 'Maintenance Of Scan N Pack Software from Jan 2015 to December 2015', '800.00', '0.00', '2017-04-10 16:57:29', '2017-04-10 16:57:29'),
+(10, 7, 9, 'Website Development for Rugsbd.com', '50000.00', '0.00', '2017-04-12 17:41:12', '2017-04-12 17:41:12'),
+(11, 8, 4, 'Scan N Pack Maintenance for the period Jan,17 to June,17', '20000.00', '20000.00', '2017-04-18 16:45:12', '2017-04-18 16:45:12'),
+(14, 11, 11, 'Eduard', '10000.00', '0.00', '2017-04-26 15:20:10', '2017-04-26 15:20:10'),
+(15, 11, 8, 'none', '10000.00', '0.00', '2017-04-26 15:20:10', '2017-04-26 15:20:10'),
+(16, 12, 8, 'Domain & Hosting Renewal till Nov, 2017', '9000.00', '0.00', '2017-04-30 13:04:03', '2017-04-30 13:04:03'),
+(17, 12, 9, 'nmbtexbd.com', '30000.00', '0.00', '2017-04-30 13:04:03', '2017-04-30 13:04:03'),
+(18, 13, 7, '', '400.00', '0.00', '2017-05-01 16:48:15', '2017-05-01 16:48:15'),
+(19, 13, 8, '', '200.00', '0.00', '2017-05-01 16:48:15', '2017-05-01 16:48:15'),
+(20, 14, 8, 'Hosting 28th May 2017 to 27th May 2018', '10000.00', '0.00', '2017-07-05 18:00:34', '2017-07-05 18:00:34'),
+(21, 15, 9, '3rd Payment', '145000.00', '0.00', '2017-07-05 18:02:08', '2017-07-05 18:02:08'),
+(22, 16, 5, 'For January to June 2017', '28800.00', '0.00', '2017-07-05 18:10:04', '2017-07-05 18:10:04'),
+(23, 17, 5, 'For the year 2017', '15000.00', '0.00', '2017-07-05 18:13:32', '2017-07-05 18:13:32'),
+(24, 18, 4, 'Maintenance Of Scan & Pack Software From Sep 2016 to Sep 2017', '40000.00', '0.00', '2017-07-11 14:55:36', '2017-07-11 14:55:36'),
+(25, 19, 10, 'Development invoicing software for Eduaid', '120000.00', '0.00', '2017-07-13 17:42:45', '2017-07-13 17:42:45'),
+(26, 20, 5, 'Webmastering for the month of  September 2014 to July 2015', '15000.00', '0.00', '2017-07-17 17:30:42', '2017-07-17 17:30:42'),
+(27, 21, 8, 'Hosting for the year 2016', '5000.00', '0.00', '2017-07-18 14:29:44', '2017-07-18 14:29:44'),
+(28, 22, 8, 'Hosting for the year 2017', '5000.00', '0.00', '2017-07-18 14:31:28', '2017-07-18 14:31:28'),
+(29, 23, 4, 'From January 2016 to December 2016', '800.00', '0.00', '2017-07-20 15:09:54', '2017-07-20 15:09:54'),
+(30, 24, 4, 'Maintenance Of Scan N Pack Software For the period  September 2016 to September 2017', '30000.00', '0.00', '2017-08-03 10:36:13', '2017-08-03 10:36:13'),
+(31, 25, 4, 'Support for S. Shuhi for 1 August 2017 to 31 July 2018', '24000.00', '0.00', '2017-08-07 14:59:30', '2017-08-07 14:59:30'),
+(32, 25, 4, 'Support for Pretty Sweaters Ltd. for 1 August 2017 to 31 July 2018', '24000.00', '0.00', '2017-08-07 14:59:30', '2017-08-07 14:59:30'),
+(33, 25, 4, 'Support for D&S Fashions Ltd for 1 August 2017 to 31 July 2018', '24000.00', '0.00', '2017-08-07 14:59:30', '2017-08-07 14:59:30'),
+(34, 26, 4, 'Bug fixing Of Scan & Pack Software And installing in 3 pcs', '12000.00', '0.00', '2017-11-13 17:35:44', '2017-11-13 17:35:44'),
+(35, 27, 11, '2016-2017', '1000.00', '0.00', '2017-11-19 17:48:57', '2017-11-19 17:48:57'),
+(36, 27, 11, '2017-2018', '1000.00', '0.00', '2017-11-19 17:48:57', '2017-11-19 17:48:57'),
+(37, 27, 8, '2016-2017', '9000.00', '0.00', '2017-11-19 17:48:57', '2017-11-19 17:48:57'),
+(38, 27, 8, '2017-2018', '12000.00', '0.00', '2017-11-19 17:48:57', '2017-11-19 17:48:57'),
+(39, 27, 9, 'Website Development For Nmbtexbd.com', '30000.00', '0.00', '2017-11-19 17:48:57', '2017-11-19 17:48:57'),
+(40, 28, 4, 'From Feb 2017 to Feb 2018', '400.00', '0.00', '2017-11-19 18:11:21', '2017-11-19 18:11:21'),
+(41, 29, 11, 'From Dec  2017 to November 30, 2020', '3000.00', '0.00', '2017-11-22 17:13:19', '2017-11-22 17:13:19'),
+(42, 29, 8, 'From Dec  2017 to November 30, 2020', '30000.00', '0.00', '2017-11-22 17:13:19', '2017-11-22 17:13:19'),
+(43, 30, 4, 'Support and Maintenance of Scan N Pack for the year 2017', '40000.00', '0.00', '2017-11-22 18:58:50', '2017-11-22 18:58:50'),
+(44, 31, 11, 'upto 2018', '3000.00', '1000.00', '2017-11-23 14:58:20', '2017-11-23 14:58:20'),
+(45, 32, 11, 'for the year 2017-18', '1000.00', '0.00', '2017-12-03 19:26:45', '2017-12-03 19:26:45'),
+(46, 32, 8, 'for the year 2017-18', '5000.00', '0.00', '2017-12-03 19:26:45', '2017-12-03 19:26:45'),
+(47, 33, 4, 'Maintenance Of Scan & Pack Software From 1st July 2017 to  31st December  2017 (Six Months)', '20000.00', '0.00', '2017-12-06 10:07:51', '2017-12-06 10:07:51'),
+(48, 34, 5, 'Webmastering for the month of  July 2017 to December 2017', '30000.00', '0.00', '2017-12-06 10:21:35', '2017-12-06 10:21:35'),
+(49, 35, 11, 'upto 2018', '100.00', '10.00', '2017-12-07 16:27:44', '2017-12-07 16:27:44'),
+(50, 36, 10, ' Milestone-3: Desktop Based Solution   3rd Payment: 20% of the Total Payment (480,000/=)', '96000.00', '0.00', '2017-12-10 14:29:34', '2017-12-10 14:29:34'),
+(51, 37, 10, '  Milestone-4: Mobile Application Solution  4th Payment: 20% of the Total Payment (480,000/=)', '96000.00', '0.00', '2017-12-10 14:31:07', '2017-12-10 14:31:07'),
+(52, 38, 4, 'Maintenance for July 2017 to June 2018', '48000.00', '0.00', '2017-12-10 14:51:19', '2017-12-10 14:51:19'),
+(53, 39, 13, 'Barcode Scanner Zebex Z-3151', '9500.00', '0.00', '2017-12-10 17:58:38', '2017-12-10 17:58:38'),
+(54, 40, 13, 'Zebex, Z-3151X 2 pcs', '19000.00', '0.00', '2017-12-10 18:01:05', '2017-12-10 18:01:05'),
+(55, 41, 9, 'Milestone-3: Desktop Based Solution   3rd Payment: 20% of the Total Payment (480,000/=)', '96000.00', '0.00', '2017-12-14 17:32:46', '2017-12-14 17:32:46'),
+(56, 42, 11, 'Till 25th Dec 2018', '1000.00', '0.00', '2017-12-26 17:15:44', '2017-12-26 17:15:44'),
+(57, 42, 8, 'Till 25th Dec 2018', '4000.00', '0.00', '2017-12-26 17:15:44', '2017-12-26 17:15:44'),
+(58, 43, 9, '1st Installment of 56000/=', '35000.00', '0.00', '2017-12-26 19:50:26', '2017-12-26 19:50:26'),
+(59, 44, 8, 'primeasia-bd.com 2017', '10000.00', '0.00', '2017-12-27 17:05:03', '2017-12-27 17:05:03'),
+(60, 45, 6, 'Extension of Software', '20000.00', '0.00', '2017-12-27 17:07:15', '2017-12-27 17:07:15'),
+(61, 46, 10, 'Initial Payment For Software Development', '50000.00', '0.00', '2017-12-27 17:34:39', '2017-12-27 17:34:39'),
+(62, 47, 10, '2nd Payment For Software Development', '150000.00', '0.00', '2017-12-27 17:39:19', '2017-12-27 17:39:19'),
+(63, 48, 5, 'Webmastering for the month of  July 2017 to December 2017', '30000.00', '0.00', '2018-01-30 17:01:57', '2018-01-30 17:01:57'),
+(64, 49, 11, 'For the year 18/19', '2000.00', '0.00', '2018-02-01 12:14:10', '2018-02-01 12:14:10'),
+(65, 49, 8, 'For the year 18/19', '18000.00', '0.00', '2018-02-01 12:14:10', '2018-02-01 12:14:10'),
+(66, 49, 5, 'For the year 18/19', '20000.00', '0.00', '2018-02-01 12:14:10', '2018-02-01 12:14:10'),
+(67, 50, 4, 'Scan N Pack Maintenance & License renewal Bill for the period, 01 January 2018 to 31 December 2018', '40000.00', '0.00', '2018-02-01 15:53:35', '2018-02-01 15:53:35'),
+(68, 51, 11, 'From Feb 2018 to Feb 2019', '1000.00', '0.00', '2018-03-19 17:42:56', '2018-03-19 17:42:56'),
+(69, 51, 8, 'From Feb 2018 to Feb 2019', '5000.00', '0.00', '2018-03-19 17:42:56', '2018-03-19 17:42:56'),
+(70, 51, 5, 'From Feb 2018 to Feb 2019', '9000.00', '0.00', '2018-03-19 17:42:56', '2018-03-19 17:42:56'),
+(71, 53, 0, '', '0.00', '0.00', '2018-08-16 05:10:27', '2018-08-16 05:10:27');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `journal`
+--
+
+CREATE TABLE `journal` (
+  `id` int(11) NOT NULL,
+  `ref_id` int(11) DEFAULT '0',
+  `debit_account` int(11) DEFAULT NULL,
+  `credit_account` int(11) DEFAULT NULL,
+  `description` varchar(255) DEFAULT NULL,
+  `amount` decimal(10,2) DEFAULT NULL,
+  `is_approaved` tinyint(1) DEFAULT NULL,
+  `expense_document` tinytext,
+  `created_by` int(11) DEFAULT NULL,
+  `client_id` int(11) NOT NULL,
+  `office_id` int(11) DEFAULT '1',
+  `approaved_by` int(11) DEFAULT NULL,
+  `created_at` timestamp NULL DEFAULT NULL,
+  `updated_at` timestamp NULL DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=latin1;
+
+--
+-- Dumping data for table `journal`
+--
+
+INSERT INTO `journal` (`id`, `ref_id`, `debit_account`, `credit_account`, `description`, `amount`, `is_approaved`, `expense_document`, `created_by`, `client_id`, `office_id`, `approaved_by`, `created_at`, `updated_at`) VALUES
+(1, 8, 8, 3, 'January 2017', '45000.00', 0, NULL, 2, 0, 1, NULL, '2017-01-05 16:47:47', '2017-01-05 16:47:47'),
+(2, 25, 25, 3, 'January 2017', '6000.00', 0, NULL, 2, 0, 1, NULL, '2017-01-05 16:48:06', '2017-01-05 16:48:06'),
+(3, 13, 13, 3, 'January 2017', '32000.00', 0, NULL, 2, 0, 1, NULL, '2017-01-05 16:48:36', '2017-01-05 16:48:36'),
+(4, 26, 26, 3, 'Tea & Sugar', '902.00', 0, NULL, 2, 0, 1, NULL, '2017-01-05 16:50:08', '2017-01-05 16:50:08'),
+(6, 6, 6, 3, 'January 2017', '25000.00', 0, NULL, 2, 0, 1, NULL, '2017-01-05 16:51:58', '2017-01-05 16:51:58'),
+(7, 7, 7, 3, 'January 2017', '40000.00', 0, NULL, 2, 0, 1, NULL, '2017-01-05 16:52:36', '2017-01-05 16:52:36'),
+(8, 11, 11, 3, 'January 2017', '20000.00', 0, NULL, 2, 0, 1, NULL, '2017-01-05 16:52:49', '2017-01-05 16:52:49'),
+(9, 12, 12, 3, 'January 2017', '9000.00', 0, NULL, 2, 0, 1, NULL, '2017-01-05 16:53:01', '2017-01-05 16:53:01'),
+(10, 14, 14, 3, 'January 2017', '10000.00', 0, NULL, 2, 0, 1, NULL, '2017-01-05 16:53:13', '2017-01-05 16:53:13'),
+(11, 18, 18, 3, 'January 2017', '8000.00', 0, NULL, 2, 0, 1, NULL, '2017-01-05 16:53:45', '2017-01-05 16:53:45'),
+(12, 19, 19, 3, 'January 2017', '32000.00', 0, NULL, 2, 0, 1, NULL, '2017-01-05 16:53:59', '2017-01-05 16:53:59'),
+(13, 20, 20, 3, 'January 2017', '7500.00', 0, NULL, 2, 0, 1, NULL, '2017-01-05 16:54:12', '2017-01-05 16:54:12'),
+(14, 17, 17, 3, 'January 2017', '2000.00', 0, NULL, 2, 0, 1, NULL, '2017-01-05 16:55:05', '2017-01-05 16:55:05'),
+(15, 16, 16, 3, 'January 2017', '10000.00', 0, NULL, 2, 0, 1, NULL, '2017-01-05 16:55:18', '2017-01-05 16:55:18'),
+(17, 26, 26, 3, 'Video Shooting Entertainment Expense', '300.00', 0, NULL, 2, 0, 1, NULL, '2017-01-05 16:57:43', '2017-01-05 16:57:43'),
+(19, 15, 15, 3, 'january 2017', '28000.00', 0, NULL, 2, 0, 1, NULL, '2017-01-05 21:09:03', '2017-01-05 21:09:03'),
+(20, 3, 3, 3, 'Going to Otobi', '100.00', 0, NULL, 2, 0, 1, NULL, '2017-01-10 14:25:35', '2017-01-10 14:25:35'),
+(22, 24, 24, 3, 'Shamim going to Gulshan 1 for Orion Meeting.', '100.00', 0, NULL, 2, 0, 1, NULL, '2017-01-10 14:33:59', '2017-01-10 14:33:59'),
+(24, 24, 24, 3, 'Transport Allowance (orion travels)', '100.00', 0, NULL, 2, 0, 1, NULL, '2017-01-10 15:29:51', '2017-01-10 15:29:51'),
+(26, 21, 27, 21, '12/1/17\r\n11.45 am ', '1700.00', 0, NULL, 2, 0, 1, NULL, '2017-01-12 11:46:33', '2017-01-12 11:46:33'),
+(27, 21, 27, 21, 'Previous Balance', '1700.00', 0, NULL, 39, 0, 1, NULL, '2017-01-12 19:07:18', '2017-01-12 19:07:18'),
+(28, 21, 27, 21, '7:07pm from 6 persons', '1600.00', 0, NULL, 39, 0, 1, NULL, '2017-01-12 19:08:30', '2017-01-12 19:08:30'),
+(29, 26, 26, 27, 'Payer Withdrawal', '1000.00', 0, NULL, 39, 0, 1, NULL, '2017-01-12 19:09:14', '2017-01-12 19:09:14'),
+(30, 24, 24, 3, 'Mobile bill.\nUsed Shamim Bhai for Client support.', '20.00', 0, NULL, 2, 0, 1, NULL, '2017-01-12 19:13:05', '2017-01-12 19:13:05'),
+(31, 24, 24, 3, 'Mobile bill.\nUsed Shamim Bhai for Client support.', '20.00', 0, NULL, 2, 0, 1, NULL, '2017-01-12 19:19:19', '2017-01-12 19:19:19'),
+(33, 21, 27, 21, '14/01/2017 10.12 am (after bdt 1000 withdrawal+ 200 taka airtime)', '1600.00', 0, NULL, 39, 0, 1, NULL, '2017-01-14 10:13:41', '2017-01-14 10:13:41'),
+(34, 21, 27, 21, 'two person (300+300) ', '600.00', 0, NULL, 39, 0, 1, NULL, '2017-01-14 12:07:26', '2017-01-14 12:07:26'),
+(35, 21, 27, 21, 'one person ', '500.00', 0, NULL, 39, 0, 1, NULL, '2017-01-14 17:51:56', '2017-01-14 17:51:56'),
+(36, 21, 27, 21, '15/01/2017 10.44 am', '3000.00', 0, NULL, 39, 0, 1, NULL, '2017-01-15 10:44:11', '2017-01-15 10:44:11'),
+(37, 21, 27, 21, 'one person ', '300.00', 0, NULL, 39, 0, 1, NULL, '2017-01-15 17:06:16', '2017-01-15 17:06:16'),
+(38, 21, 28, 21, 'one person', '500.00', 0, NULL, 2, 0, 1, NULL, '2017-01-15 18:44:37', '2017-01-15 18:44:37'),
+(39, 21, 27, 21, 'one person 15 days', '100.00', 0, NULL, 39, 0, 1, NULL, '2017-01-15 20:08:46', '2017-01-15 20:08:46'),
+(40, 21, 27, 21, 'one person 5 month', '500.00', 0, NULL, 39, 0, 1, NULL, '2017-01-15 20:09:07', '2017-01-15 20:09:07'),
+(42, 21, 27, 21, 'withdrawal for office expense ', '3500.00', 0, NULL, 39, 0, 1, NULL, '2017-01-16 11:09:05', '2017-01-16 11:09:05'),
+(43, 21, 27, 21, 'one person 6 month ', '500.00', 0, NULL, 39, 0, 1, NULL, '2017-01-16 14:02:20', '2017-01-16 14:02:20'),
+(44, 21, 27, 21, 'one person. total amount in bkash right now 1600 taka 11.06 a.m. 17/01/17', '500.00', 0, NULL, 39, 0, 1, NULL, '2017-01-17 11:07:11', '2017-01-17 11:07:11'),
+(45, 21, 27, 21, 'One person. Sharif\'s bkash account (500) ', '500.00', 0, NULL, 39, 0, 1, NULL, '2017-01-17 11:30:26', '2017-01-17 11:30:26'),
+(46, 21, 27, 21, 'one person 6 month (to sharifs bkash account) total 1100 taka', '500.00', 0, NULL, 39, 0, 1, NULL, '2017-01-18 11:57:41', '2017-01-18 11:57:41'),
+(47, 21, 27, 21, 'one person (to sharifs bkash account) total 1600 in his account ', '500.00', 0, NULL, 39, 0, 1, NULL, '2017-01-19 11:34:01', '2017-01-19 11:34:01'),
+(48, 21, 27, 21, 'one person (total 1800 in sharifs account) (300 was withdrawn by him for feast purpose)', '500.00', 0, NULL, 39, 0, 1, NULL, '2017-01-21 13:49:40', '2017-01-21 13:49:40'),
+(49, 21, 27, 21, 'one person (to 01719434885) total in that account is 500', '500.00', 0, NULL, 39, 0, 1, NULL, '2017-01-21 13:51:55', '2017-01-21 13:51:55'),
+(50, 21, 27, 21, 'one person bank crash program (to 01719434885) total 800 in this account ', '300.00', 0, NULL, 39, 0, 1, NULL, '2017-01-21 14:24:13', '2017-01-21 14:24:13'),
+(58, 21, 27, 21, 'one person (to 01719434885) total 1300 in this account', '500.00', 0, NULL, 39, 0, 1, NULL, '2017-01-21 21:33:55', '2017-01-21 21:33:55'),
+(59, 21, 27, 21, 'one person (01719434885) total 700 in this account', '500.00', 0, NULL, 39, 0, 1, NULL, '2017-01-23 10:48:18', '2017-01-23 10:48:18'),
+(60, 3, 3, 3, '', '10000.00', 0, NULL, 2, 0, 1, NULL, '2017-01-23 16:59:31', '2017-01-23 16:59:31'),
+(62, 21, 27, 21, 'one person (01719434885) total 1200 in this account ', '500.00', 0, NULL, 39, 0, 1, NULL, '2017-01-23 17:01:58', '2017-01-23 17:01:58'),
+(63, 24, 24, 3, 'Jharu & Mop', '300.00', 0, NULL, 2, 0, 1, NULL, '2017-01-23 17:06:02', '2017-01-23 17:06:02'),
+(64, 26, 26, 3, 'Tea & Tissue, Jharu, Sugar', '1500.00', 0, NULL, 2, 0, 1, NULL, '2017-01-23 17:06:29', '2017-01-23 17:06:29'),
+(67, 24, 24, 3, '23 and 24 January Transport Allowance ', '200.00', 0, NULL, 2, 0, 1, NULL, '2017-01-23 18:24:53', '2017-01-23 18:24:53'),
+(68, 3, 3, 27, '', '200.00', NULL, NULL, 2, 0, 1, NULL, '2017-01-23 18:25:23', '2017-01-23 18:25:23'),
+(70, 29, 29, 3, 'Bill of November 2016', '5287.00', 0, NULL, 2, 0, 1, NULL, '2017-01-28 19:06:16', '2017-01-28 19:06:16'),
+(71, 29, 29, 3, 'Bill of December', '1152.00', 0, NULL, 2, 0, 1, NULL, '2017-01-28 19:06:41', '2017-01-28 19:06:41'),
+(72, 29, 29, 3, 'Bill of January 2017', '811.00', 0, NULL, 2, 0, 1, NULL, '2017-01-28 19:07:06', '2017-01-28 19:07:06'),
+(77, 21, 27, 21, 'one person 12 month (to 01719434885) total 2600 in this account ', '500.00', 0, NULL, 39, 0, 1, NULL, '2017-01-28 19:16:56', '2017-01-28 19:16:56'),
+(78, 21, 27, 21, 'for shahal ', '5000.00', 0, NULL, 39, 0, 1, NULL, '2017-01-28 19:18:13', '2017-01-28 19:18:13'),
+(79, 21, 27, 21, '01715864162 ', '200.00', 0, NULL, 39, 0, 1, NULL, '2017-01-28 19:18:37', '2017-01-28 19:18:37'),
+(80, 21, 27, 21, '01715864162 ( shahals departure day) ', '400.00', 0, NULL, 39, 0, 1, NULL, '2017-01-28 19:19:12', '2017-01-28 19:19:12'),
+(81, 21, 27, 21, 'mekh ', '100.00', 0, NULL, 39, 0, 1, NULL, '2017-01-28 19:19:29', '2017-01-28 19:19:29'),
+(82, 21, 27, 21, 'mekh ', '100.00', 0, NULL, 39, 0, 1, NULL, '2017-01-28 19:19:43', '2017-01-28 19:19:43'),
+(83, 21, 27, 21, 'mekh ', '28.00', 0, NULL, 39, 0, 1, NULL, '2017-01-28 19:20:00', '2017-01-28 19:20:00'),
+(84, 21, 27, 21, 'mekh', '28.00', 0, NULL, 39, 0, 1, NULL, '2017-01-28 19:20:13', '2017-01-28 19:20:13'),
+(85, 21, 27, 21, '01711697989', '100.00', 0, NULL, 39, 0, 1, NULL, '2017-01-28 19:20:29', '2017-01-28 19:20:29'),
+(86, 21, 27, 21, 'monika', '100.00', 0, NULL, 39, 0, 1, NULL, '2017-01-28 19:20:51', '2017-01-28 19:20:51'),
+(87, 21, 27, 21, 'marjan ', '100.00', 0, NULL, 39, 0, 1, NULL, '2017-01-28 19:21:05', '2017-01-28 19:21:05'),
+(88, 21, 27, 21, 'for bd jobs ad', '1300.00', 0, NULL, 39, 0, 1, NULL, '2017-01-28 19:21:51', '2017-01-28 19:21:51'),
+(89, 21, 27, 21, '01757551049 ', '300.00', 0, NULL, 39, 0, 1, NULL, '2017-01-28 19:24:01', '2017-01-28 19:24:01'),
+(90, 21, 27, 21, '01971697989 ', '300.00', 0, NULL, 39, 0, 1, NULL, '2017-01-28 19:24:39', '2017-01-28 19:24:39'),
+(91, 21, 27, 21, 'doze internet total in 01719434885 is 1400 ', '1499.00', 0, NULL, 39, 0, 1, NULL, '2017-01-30 14:22:27', '2017-01-30 14:22:27'),
+(92, 21, 27, 21, 'one person 6 month (total 1900 in 01719434885) ', '500.00', 0, NULL, 39, 0, 1, NULL, '2017-01-30 14:32:40', '2017-01-30 14:32:40'),
+(93, 21, 27, 21, 'one person 12 month (total 2400 in 01719434885)', '500.00', 0, NULL, 39, 0, 1, NULL, '2017-01-30 15:26:13', '2017-01-30 15:26:13'),
+(94, 21, 27, 21, 'one person for three month (total 2700 in 01719434885)', '300.00', 0, NULL, 39, 0, 1, NULL, '2017-01-30 17:44:55', '2017-01-30 17:44:55'),
+(95, 21, 27, 21, 'one person 6 month (total 3200 in 01719434885) ', '500.00', 0, NULL, 39, 0, 1, NULL, '2017-01-30 19:05:21', '2017-01-30 19:05:21'),
+(96, 21, 27, 21, 'one person six month (total 3689 in 01719434885) ', '500.00', 0, NULL, 39, 0, 1, NULL, '2017-01-31 19:29:55', '2017-01-31 19:29:55'),
+(97, 21, 27, 21, 'one person six month (total 4200 in 01719434885) ', '500.00', 0, NULL, 39, 0, 1, NULL, '2017-02-01 11:00:59', '2017-02-01 11:00:59'),
+(100, 21, 27, 21, '01715864162', '200.00', 0, NULL, 39, 0, 1, NULL, '2017-02-02 19:30:28', '2017-02-02 19:30:28'),
+(101, 21, 27, 21, '01971697989 \r\n01711697989\r\nSabuj', '300.00', 0, NULL, 39, 0, 1, NULL, '2017-02-02 19:31:00', '2017-02-02 19:31:00'),
+(102, 24, 24, 3, 'Dhanmondi to eduaid by sabuj', '250.00', 0, NULL, 2, 0, 1, NULL, '2017-02-05 18:34:16', '2017-02-05 18:34:16'),
+(104, 24, 24, 3, 'energy light ', '600.00', 0, NULL, 2, 0, 1, NULL, '2017-02-05 18:40:15', '2017-02-05 18:40:15'),
+(105, 24, 24, 28, 'Pay from BKASH', '600.00', NULL, NULL, 2, 0, 1, NULL, '2017-02-05 18:40:41', '2017-02-05 18:40:41'),
+(106, 6, 6, 3, 'For the month of January', '25000.00', 0, NULL, 2, 0, 1, NULL, '2017-02-07 19:21:50', '2017-02-07 19:21:50'),
+(107, 7, 7, 3, 'January', '45000.00', 0, NULL, 2, 0, 1, NULL, '2017-02-07 19:22:07', '2017-02-07 19:22:07'),
+(108, 11, 11, 3, 'January', '20000.00', 0, NULL, 2, 0, 1, NULL, '2017-02-07 19:22:18', '2017-02-07 19:22:18'),
+(109, 12, 12, 3, 'January', '9500.00', 0, NULL, 2, 0, 1, NULL, '2017-02-07 19:22:29', '2017-02-07 19:22:29'),
+(110, 13, 13, 3, 'January', '32000.00', 0, NULL, 2, 0, 1, NULL, '2017-02-07 19:22:41', '2017-02-07 19:22:41'),
+(111, 14, 14, 3, 'January', '18000.00', 0, NULL, 2, 0, 1, NULL, '2017-02-07 19:22:52', '2017-02-07 19:22:52'),
+(112, 15, 15, 3, 'January', '30000.00', 0, NULL, 2, 0, 1, NULL, '2017-02-07 19:23:04', '2017-02-07 19:23:04'),
+(113, 16, 16, 3, 'January', '10000.00', 0, NULL, 2, 0, 1, NULL, '2017-02-07 19:23:20', '2017-02-07 19:23:20'),
+(114, 17, 17, 3, 'January', '2000.00', 0, NULL, 2, 0, 1, NULL, '2017-02-07 19:23:34', '2017-02-07 19:23:34'),
+(115, 19, 19, 3, 'January', '24000.00', 0, NULL, 2, 0, 1, NULL, '2017-02-07 19:23:53', '2017-02-07 19:23:53'),
+(116, 8, 8, 3, 'February', '45000.00', 0, NULL, 2, 0, 1, NULL, '2017-02-07 19:24:12', '2017-02-07 19:24:12'),
+(117, 23, 4, 23, 'Scan pack software installed on 19th January 2017', '449120.00', 0, NULL, 2, 17, 1, NULL, '2017-02-07 19:28:50', '2017-02-07 19:28:50'),
+(118, 31, 4, 31, 'Nuvista Payment for Web Application development', '148500.00', 0, NULL, 2, 17, 1, NULL, '2017-02-07 19:34:15', '2017-02-07 19:34:15'),
+(119, 3, 3, 4, 'Withdrawal for Salary', '250000.00', 0, NULL, 2, 0, 1, NULL, '2017-02-07 19:34:48', '2017-02-07 19:34:48'),
+(120, 31, 4, 31, 'Eduaid Web Application Development', '100000.00', 0, NULL, 2, 17, 1, NULL, '2017-02-07 19:38:24', '2017-02-07 19:38:24'),
+(131, 24, 24, 3, 'gas bill January 2017 (50+650)', '700.00', 0, NULL, 2, 0, 1, NULL, '2017-02-13 21:18:57', '2017-02-13 21:18:57'),
+(132, 25, 25, 3, 'February 2016', '6000.00', 0, NULL, 2, 0, 1, NULL, '2017-02-13 21:19:12', '2017-02-13 21:19:12'),
+(133, 24, 24, 3, 'water bill (October 200, November 800, December 500, January 500) ', '2000.00', 0, NULL, 2, 0, 1, NULL, '2017-02-13 21:19:27', '2017-02-13 21:19:27'),
+(135, 26, 26, 3, 'Tea / Sugar', '1000.00', 0, NULL, 39, 0, 1, NULL, '2017-02-15 17:16:20', '2017-02-15 17:16:20'),
+(137, 3, 3, 4, 'Withdrawal from PBL for Zeba Salary', '30000.00', 0, NULL, 2, 0, 1, NULL, '2017-02-19 18:17:58', '2017-02-19 18:17:58'),
+(138, 3, 3, 4, 'Amount Withdrawal from PBL for Marketing Cost', '30000.00', 0, NULL, 2, 0, 1, NULL, '2017-02-19 18:18:32', '2017-02-19 18:18:32'),
+(139, 24, 24, 3, 'Mobile Bill', '100.00', 0, NULL, 2, 0, 1, NULL, '2017-02-28 17:48:46', '2017-02-28 17:48:46'),
+(140, 24, 24, 3, 'Keyboard', '500.00', 0, NULL, 2, 0, 1, NULL, '2017-03-04 17:21:38', '2017-03-04 17:21:38'),
+(142, 23, 4, 23, 'Payment Against Scan & Pack from GTL', '360000.00', 0, NULL, 2, 17, 1, NULL, '2017-03-04 17:56:59', '2017-03-04 17:56:59'),
+(143, 23, 4, 23, 'Scanner Payment', '22158.00', 0, NULL, 2, 17, 1, NULL, '2017-03-04 17:57:33', '2017-03-04 17:57:33'),
+(144, 11, 11, 4, 'Zeba Salary February', '14500.00', 0, NULL, 2, 0, 1, NULL, '2017-03-08 15:59:09', '2017-03-08 15:59:09'),
+(145, 26, 26, 3, '1. Sugar 8 KG                = 560\n2. Tea Bag 8 Pack         = 560\n3. Tissue Box 8 pack    = 400\n4. Toilet Tissue 8 pack = 240\n5. Harpic Cleaner         = 110\n6. Surf Excel Powder   =  90\n7. Vim + Majoni            = 60', '2020.00', 0, NULL, 2, 0, 1, NULL, '2017-03-08 16:05:24', '2017-03-08 16:05:24'),
+(147, 25, 25, 3, 'February 2017', '6000.00', 0, NULL, 2, 0, 1, NULL, '2017-03-08 16:05:46', '2017-03-08 16:05:46'),
+(148, 36, 36, 3, 'Council Bill January and February', '2000.00', 0, NULL, 2, 0, 1, NULL, '2017-03-08 16:06:00', '2017-03-08 16:06:00'),
+(149, 24, 24, 3, 'Servant Salary', '2000.00', 0, NULL, 2, 0, 1, NULL, '2017-03-08 16:06:07', '2017-03-08 16:06:07'),
+(151, 38, 38, 3, 'February Gas Bills', '650.00', 0, NULL, 2, 0, 1, NULL, '2017-03-09 00:57:00', '2017-03-09 00:57:00'),
+(152, 26, 26, 3, 'Tea Bags : 4 packs', '280.00', 0, NULL, 2, 0, 1, NULL, '2017-03-19 17:43:15', '2017-03-19 17:43:15'),
+(157, 6, 6, 4, 'February 2017', '25000.00', 0, NULL, 2, 0, 1, NULL, '2017-04-16 05:00:00', '2017-04-16 16:54:29'),
+(158, 7, 7, 3, 'February Salary ', '45000.00', 0, NULL, 2, 0, 1, NULL, '2017-03-08 06:00:00', '2017-04-16 16:55:01'),
+(159, 12, 12, 3, 'February Salary ', '11000.00', 0, NULL, 2, 0, 1, NULL, '2017-03-08 06:00:00', '2017-04-16 16:55:27'),
+(160, 13, 13, 3, 'February Salary ', '35000.00', 0, NULL, 2, 0, 1, NULL, '2017-03-08 06:00:00', '2017-04-16 16:56:01'),
+(161, 14, 14, 3, 'February Salary ', '18000.00', 0, NULL, 2, 0, 1, NULL, '2017-03-08 06:00:00', '2017-04-16 16:56:26'),
+(162, 15, 15, 3, 'February Salary ', '28000.00', 0, NULL, 2, 0, 1, NULL, '2017-03-08 06:00:00', '2017-04-16 16:56:58'),
+(163, 16, 16, 3, 'February Salary ', '10000.00', 0, NULL, 2, 0, 1, NULL, '2017-03-08 06:00:00', '2017-04-16 16:57:23'),
+(164, 19, 19, 3, 'February Salary ', '35000.00', 0, NULL, 2, 0, 1, NULL, '2017-03-08 06:00:00', '2017-04-16 16:57:47'),
+(165, 25, 25, 4, 'March Payment', '6000.00', 0, NULL, 2, 0, 1, NULL, '2017-03-15 05:00:00', '2017-04-16 17:00:26'),
+(166, 8, 8, 3, 'March Rent', '45000.00', 0, NULL, 2, 0, 1, NULL, '2017-03-08 06:00:00', '2017-04-16 17:07:25'),
+(170, 8, 8, 3, 'Office Rent April 2017', '45000.00', 0, NULL, 2, 0, 1, NULL, '2017-04-26 14:54:56', '2017-04-26 14:54:56'),
+(176, 17, 17, 3, 'Maid Salary March 2017', '2000.00', 0, NULL, 2, 0, 1, NULL, '2017-04-30 11:14:37', '2017-04-30 11:14:37'),
+(177, 16, 16, 3, 'Sayed Salary March 2017', '10000.00', 0, NULL, 2, 0, 1, NULL, '2017-04-30 11:14:44', '2017-04-30 11:14:44'),
+(178, 7, 7, 3, 'Shamim salary for March 2017', '45000.00', 0, NULL, 2, 0, 1, NULL, '2017-04-30 11:14:54', '2017-04-30 11:14:54'),
+(179, 12, 12, 3, 'Sumon Salary March 2017', '11000.00', 0, NULL, 2, 0, 1, NULL, '2017-04-30 11:15:06', '2017-04-30 11:15:06'),
+(180, 13, 13, 3, 'Sabuj Salary March 2017', '35000.00', 0, NULL, 2, 0, 1, NULL, '2017-04-30 11:15:12', '2017-04-30 11:15:12'),
+(181, 18, 18, 4, 'Akib Salary for the month of March', '14500.00', 0, NULL, 2, 0, 1, NULL, '2017-04-24 05:00:00', '2017-04-30 12:15:01'),
+(182, 6, 6, 3, 'Akib Salary March 2017', '10500.00', 0, NULL, 2, 0, 1, NULL, '2017-04-27 05:00:00', '2017-04-30 12:15:57'),
+(183, 40, 4, 40, 'ScanPack Maintenance Payment ', '20000.00', 0, NULL, 2, 56, 1, NULL, '2017-04-18 05:00:00', '2017-04-30 12:35:23'),
+(184, 31, 4, 31, 'Website Development', '50000.00', 0, NULL, 2, 55, 1, NULL, '2017-04-13 05:00:00', '2017-04-30 12:35:58'),
+(185, 40, 4, 40, 'Domain Renewal \r\nHosting Renewal \r\nWebsite Maintenance ', '15000.00', 0, NULL, 2, 0, 1, NULL, '2017-04-16 05:00:00', '2017-04-30 12:36:30'),
+(186, 31, 4, 31, 'thinkbpopro.com', '20000.00', 0, NULL, 2, 50, 1, NULL, '2017-04-03 05:00:00', '2017-04-30 12:37:26'),
+(187, 23, 3, 23, 'Paid in Cash', '41800.00', 0, NULL, 2, 45, 1, NULL, '2017-04-30 05:00:00', '2017-04-30 12:37:52'),
+(188, 40, 4, 40, 'JDPC Bill Payment for two months', '30000.00', 0, NULL, 2, 17, 1, NULL, '2017-03-18 05:00:00', '2017-04-30 13:26:06'),
+(189, 40, 4, 40, 'Website Maintenance July 16- Dec 16', '28800.00', 0, NULL, 2, 42, 1, NULL, '2017-03-09 06:00:00', '2017-04-30 13:39:29'),
+(190, 23, 4, 23, 'PGCL', '328640.00', 0, NULL, 2, 17, 1, NULL, '2017-04-13 05:00:00', '2017-04-30 13:40:14'),
+(191, 40, 9, 40, 'fcgfc', '600.00', 0, NULL, 2, 49, 1, NULL, '2017-05-01 05:00:00', '2017-05-01 16:52:30'),
+(192, 0, 19, 5, 'Mostafij Salary March 2017', '20000.00', 0, NULL, 2, 0, 1, NULL, '2017-05-08 16:40:14', '2017-05-08 16:40:14'),
+(194, 19, 5, 3, '', '20000.00', NULL, NULL, 2, 0, 1, NULL, '2017-04-28 15:47:37', '2017-04-28 15:47:37'),
+(202, 15, 5, 3, '', '28000.00', NULL, NULL, 2, 0, 1, NULL, '2017-04-28 15:47:37', '2017-04-28 15:47:37'),
+(203, 14, 5, 3, '', '18000.00', NULL, NULL, 2, 0, 1, NULL, '2017-04-28 15:47:37', '2017-04-28 15:47:37'),
+(205, 11, 11, 3, 'Month of March 2017', '20000.00', 0, NULL, 2, 0, 1, NULL, '2017-04-26 05:00:00', '2017-05-09 16:14:21'),
+(206, 41, 41, 4, 'March 2017', '18000.00', 0, NULL, 2, 0, 1, NULL, '2017-05-07 05:00:00', '2017-05-09 16:32:24'),
+(207, 42, 42, 3, 'March 2017', '4000.00', 0, NULL, 2, 0, 1, NULL, '2017-05-09 05:00:00', '2017-05-09 16:35:23'),
+(208, 43, 43, 3, 'Salary of February 2017', '9500.00', 0, NULL, 2, 0, 1, NULL, '2017-03-07 06:00:00', '2017-05-14 16:11:22'),
+(209, 44, 44, 3, 'Salary of February 2017', '14000.00', 0, NULL, 2, 0, 1, NULL, '2017-03-08 06:00:00', '2017-05-14 16:11:59'),
+(210, 20, 20, 3, 'Salary of February 2017 for Habibur Rahman', '10000.00', 0, NULL, 2, 0, 1, NULL, '2017-03-08 06:00:00', '2017-05-14 16:12:30'),
+(211, 45, 45, 3, 'Salary of February 2017', '6000.00', 0, NULL, 2, 0, 1, NULL, '2017-03-31 05:00:00', '2017-05-14 16:15:46'),
+(212, 32, 32, 3, 'Uttara to Mohakhali to office for Nuvista ', '260.00', 0, NULL, 2, 0, 1, NULL, '2017-04-24 05:00:00', '2017-05-14 16:16:48'),
+(213, 24, 24, 3, 'Banks Book', '1000.00', 0, NULL, 2, 0, 1, NULL, '2017-04-27 05:00:00', '2017-05-14 16:17:53'),
+(214, 26, 26, 3, 'Sugar, Tea, Tissue', '2000.00', 0, NULL, 2, 0, 1, NULL, '2017-04-16 05:00:00', '2017-05-14 16:18:59'),
+(215, 25, 25, 4, 'March 2017', '6000.00', 0, NULL, 2, 0, 1, NULL, '2017-04-18 05:00:00', '2017-05-14 16:19:32'),
+(216, 32, 32, 3, 'Uttara ', '100.00', 0, NULL, 2, 0, 1, NULL, '2017-04-26 05:00:00', '2017-05-14 16:20:07'),
+(217, 32, 32, 3, 'Uttara, Bank', '100.00', 0, NULL, 2, 0, 1, NULL, '2017-04-27 05:00:00', '2017-05-14 16:20:42'),
+(218, 32, 32, 3, 'Bank, Concord Tower, Stylecraft, MnJ, Trimatrik', '180.00', 0, NULL, 2, 0, 1, NULL, '2017-04-30 05:00:00', '2017-05-14 16:21:35'),
+(219, 24, 24, 3, 'Audit Report', '32000.00', 0, NULL, 2, 0, 1, NULL, '2017-05-03 05:00:00', '2017-05-14 16:39:17'),
+(220, 25, 25, 4, 'April 2017', '6000.00', 0, NULL, 2, 0, 1, NULL, '2017-04-22 05:00:00', '2017-05-14 16:39:59'),
+(221, 32, 32, 3, 'Uttara ', '100.00', 0, NULL, 2, 0, 1, NULL, '2017-05-08 05:00:00', '2017-05-14 16:40:33'),
+(222, 32, 32, 3, 'Jigatola, uttara', '225.00', 0, NULL, 2, 0, 1, NULL, '2017-05-10 05:00:00', '2017-05-14 16:41:11'),
+(223, 32, 32, 3, 'Gulshan 1 NCC Bank', '50.00', 0, NULL, 2, 0, 1, NULL, '2017-05-11 05:00:00', '2017-05-14 16:41:47'),
+(224, 17, 17, 3, 'April 2017', '2000.00', 0, NULL, 2, 0, 1, NULL, '2017-05-10 05:00:00', '2017-05-14 16:42:41'),
+(225, 8, 8, 3, 'Month of May', '45000.00', 0, NULL, 2, 0, 1, NULL, '2017-05-15 05:00:00', '2017-06-19 15:12:01'),
+(226, 32, 32, 3, 'Wireless - Uttara- Office', '100.00', 0, NULL, 2, 0, 1, NULL, '2017-05-15 05:00:00', '2017-06-19 15:12:43'),
+(227, 29, 29, 3, 'April Bill', '2365.00', 0, NULL, 2, 0, 1, NULL, '2017-05-15 05:00:00', '2017-06-19 15:13:43'),
+(228, 46, 46, 3, 'Papers and Court file', '500.00', 0, NULL, 2, 0, 1, NULL, '2017-05-15 05:00:00', '2017-06-19 15:14:45'),
+(229, 37, 37, 3, 'Water Bill April', '2150.00', 0, NULL, 2, 0, 1, NULL, '2017-05-15 05:00:00', '2017-06-19 15:19:05'),
+(230, 25, 25, 4, 'June 2017', '6000.00', 0, NULL, 2, 0, 1, NULL, '2017-06-01 05:00:00', '2017-06-19 15:19:33'),
+(231, 36, 36, 3, 'February', '1000.00', 0, NULL, 2, 0, 1, NULL, '2017-06-04 05:00:00', '2017-06-19 15:20:15'),
+(232, 36, 36, 3, 'March 2017', '1000.00', 0, NULL, 2, 0, 1, NULL, '2017-06-04 05:00:00', '2017-06-19 15:21:04'),
+(233, 36, 36, 3, 'April', '1000.00', 0, NULL, 2, 0, 1, NULL, '2017-06-04 05:00:00', '2017-06-19 15:21:37'),
+(234, 32, 32, 3, 'Uttara - Office', '100.00', 0, NULL, 2, 0, 1, NULL, '2017-06-04 05:00:00', '2017-06-19 15:22:21'),
+(235, 32, 32, 3, 'Savar Hemayetpur', '200.00', 0, NULL, 2, 0, 1, NULL, '2017-06-06 05:00:00', '2017-06-19 15:23:55'),
+(236, 17, 17, 3, 'May 2017', '2000.00', 0, NULL, 2, 0, 1, NULL, '2017-06-06 05:00:00', '2017-06-19 15:24:41'),
+(237, 24, 24, 3, 'Iftar Arrangment', '12000.00', 0, NULL, 2, 0, 1, NULL, '2017-06-06 05:00:00', '2017-06-19 15:25:22'),
+(238, 32, 32, 3, 'Uttara ', '150.00', 0, NULL, 2, 0, 1, NULL, '2017-06-11 05:00:00', '2017-06-19 15:25:48'),
+(239, 46, 46, 3, 'Router Netgear', '1850.00', 0, NULL, 2, 0, 1, NULL, '2017-06-10 05:00:00', '2017-06-19 15:28:11'),
+(240, 7, 7, 4, 'May 2017', '30000.00', 0, NULL, 2, 0, 1, NULL, '2017-06-15 05:00:00', '2017-06-19 16:32:14'),
+(241, 41, 41, 4, 'May 2017', '18000.00', 0, NULL, 2, 0, 1, NULL, '2017-06-20 05:00:00', '2017-06-19 16:33:41'),
+(242, 14, 14, 4, 'May 2017\r\nC/N: 4115785', '13500.00', 0, NULL, 2, 0, 1, NULL, '2017-06-12 05:00:00', '2017-06-19 16:35:52'),
+(243, 42, 42, 3, 'May & June 2017', '10000.00', 0, NULL, 2, 0, 1, NULL, '2017-06-18 05:00:00', '2017-06-19 16:36:35'),
+(244, 45, 45, 3, 'May 2017', '6000.00', 0, NULL, 2, 0, 1, NULL, '2017-06-17 05:00:00', '2017-06-19 16:37:15'),
+(245, 45, 45, 3, 'June 2017', '9000.00', 0, NULL, 2, 0, 1, NULL, '2017-06-17 05:00:00', '2017-06-19 16:37:55'),
+(246, 16, 16, 3, 'May 2017', '10000.00', 0, NULL, 2, 0, 1, NULL, '2017-06-18 05:00:00', '2017-06-19 16:39:53'),
+(247, 13, 13, 4, 'May 2017', '21000.00', 0, NULL, 2, 0, 1, NULL, '2017-05-15 05:00:00', '2017-06-19 16:41:41'),
+(248, 7, 7, 4, 'February 2017\r\nC/N: 4115736', '30000.00', 0, NULL, 2, 0, 1, NULL, '2017-03-08 06:00:00', '2017-06-19 16:45:09'),
+(249, 11, 11, 4, 'February Salary\r\nS/N: 4115734', '14500.00', 0, NULL, 2, 0, 1, NULL, '2017-03-07 06:00:00', '2017-06-19 16:46:08'),
+(250, 19, 19, 4, 'February Salary\r\nS/N: 4115735', '25000.00', 0, NULL, 2, 0, 1, NULL, '2017-06-19 05:00:00', '2017-06-19 16:46:46'),
+(251, 13, 13, 4, 'February Salary\r\nS/N: 4115740', '21000.00', 0, NULL, 2, 0, 1, NULL, '2017-03-13 05:00:00', '2017-06-19 16:47:37'),
+(252, 14, 14, 4, 'February Salary\r\nS/N: 4115742', '13500.00', 0, NULL, 2, 0, 1, NULL, '2017-03-16 05:00:00', '2017-06-19 16:48:15'),
+(253, 6, 6, 3, 'December Salary for Ashik S/N: 4115744', '40000.00', 0, NULL, 2, 0, 1, NULL, '2018-01-11 06:12:13', '2018-01-11 17:48:55'),
+(254, 45, 45, 4, 'February Salary\r\nS/N: 4115746', '6000.00', 0, NULL, 2, 0, 1, NULL, '2017-03-30 05:00:00', '2017-06-19 16:49:40'),
+(255, 18, 18, 4, 'March Salary\r\nS/N: 4115751', '14500.00', 0, NULL, 2, 0, 1, NULL, '2017-04-18 05:00:00', '2017-06-19 16:50:49'),
+(256, 7, 7, 4, 'March Salary\r\nS/N: 4115752', '30000.00', 0, NULL, 2, 0, 1, NULL, '2017-04-25 05:00:00', '2017-06-19 16:52:02'),
+(257, 13, 13, 4, 'December Salary', '35000.00', 0, NULL, 2, 0, 1, NULL, '2018-01-17 06:00:00', '2018-01-17 06:00:00'),
+(258, 45, 45, 4, 'March Salary\r\nS/N: 4115757', '6000.00', 0, NULL, 2, 0, 1, NULL, '2017-04-30 05:00:00', '2017-06-19 16:53:13'),
+(259, 3, 3, 48, 'Investment from Evan', '43000.00', 0, NULL, 2, 0, 2, NULL, '2017-07-02 05:00:00', '2017-07-04 17:56:40'),
+(260, 3, 3, 5, 'Cash From Helal for laptop ', '6500.00', 0, NULL, 61, 0, 2, NULL, '2017-07-01 05:00:00', '2017-07-04 20:30:38'),
+(261, 46, 46, 3, 'Laptop', '49500.00', 0, NULL, 61, 0, 2, NULL, '2017-07-02 05:00:00', '2017-07-04 20:31:16'),
+(262, 21, 28, 21, 'Six Months', '500.00', 0, NULL, 2, 0, 3, NULL, '2017-07-01 05:00:00', '2017-07-05 18:16:02'),
+(263, 21, 28, 21, '2* Six Months', '1000.00', 0, NULL, 2, 0, 3, NULL, '2017-07-03 05:00:00', '2017-07-05 18:16:51'),
+(264, 21, 28, 21, '5 Payments', '3600.00', 0, NULL, 2, 0, 3, NULL, '2017-07-04 05:00:00', '2017-07-05 18:17:34'),
+(265, 21, 28, 21, '2* BCS', '1600.00', 0, NULL, 2, 0, 3, NULL, '2017-07-05 05:00:00', '2017-07-05 18:18:14'),
+(266, 24, 24, 28, '3 days T/A', '2700.00', 0, NULL, 2, 0, 3, NULL, '2017-07-05 05:00:00', '2017-07-05 18:24:04'),
+(267, 21, 4, 21, 'SSL Commerz', '2744.00', 0, NULL, 2, 0, 3, NULL, '2017-07-03 05:00:00', '2017-07-06 01:29:29'),
+(268, 21, 4, 21, 'SSL Commerz', '7537.00', 0, NULL, 2, 0, 3, NULL, '2017-07-04 05:00:00', '2017-07-06 01:35:39'),
+(269, 21, 28, 21, '3*500', '1500.00', 0, NULL, 2, 0, 3, NULL, '2017-07-06 05:00:00', '2017-07-08 02:15:58'),
+(270, 21, 27, 21, '5*800', '4000.00', 0, NULL, 2, 0, 3, NULL, '2017-07-06 05:00:00', '2017-07-08 02:17:53'),
+(271, 21, 27, 21, '2*800', '1600.00', 0, NULL, 2, 0, 3, NULL, '2017-07-06 05:00:00', '2017-07-08 02:19:32'),
+(272, 40, 4, 40, 'Payment for web mastering', '28800.00', 0, NULL, 2, 42, 1, NULL, '2017-07-10 05:00:00', '2017-07-17 18:01:48'),
+(273, 40, 3, 40, 'Webmastering for 2016', '15000.00', 0, NULL, 2, 63, 1, NULL, '2017-07-17 05:00:00', '2017-07-17 18:04:20'),
+(275, 14, 14, 3, 'Month of July 2017', '20000.00', 0, NULL, 2, 0, 2, NULL, '2017-08-06 05:00:00', '2017-08-20 16:34:20'),
+(276, 47, 47, 3, 'Project Management cost ', '20000.00', 0, NULL, 2, 0, 2, NULL, '2017-08-06 05:00:00', '2017-08-20 16:37:40'),
+(277, 47, 47, 3, 'Overhead', '8000.00', 0, NULL, 2, 0, 2, NULL, '2017-08-06 05:00:00', '2017-08-20 16:39:47'),
+(278, 3, 3, 48, 'Evan\'s Investment ', '43000.00', 0, NULL, 2, 0, 2, NULL, '2017-08-20 05:00:00', '2017-08-20 16:40:46'),
+(279, 3, 3, 3, 'BD Jobs circular', '2600.00', 0, NULL, 2, 0, 2, NULL, '2017-08-02 05:00:00', '2017-08-20 16:55:03'),
+(280, 24, 24, 3, 'BD Jobs circular', '2600.00', 0, NULL, 2, 0, 2, NULL, '2017-08-02 05:00:00', '2017-08-20 16:55:57'),
+(281, 23, 3, 23, 'Payment Date 20 Sep 2017', '30000.00', 0, NULL, 2, 62, 1, NULL, '2017-09-24 05:00:00', '2017-09-24 15:10:32'),
+(282, 40, 4, 40, 'Cheque', '10000.00', 0, NULL, 2, 32, 1, NULL, '2017-09-25 05:00:00', '2017-09-25 08:57:00'),
+(283, 31, 4, 31, 'Cheque', '145000.00', 0, NULL, 2, 32, 1, NULL, '2017-09-25 05:00:00', '2017-09-25 08:57:19'),
+(284, 40, 3, 40, '', '5000.00', 0, NULL, 2, 63, 1, NULL, '2017-09-25 05:00:00', '2017-09-25 09:02:09'),
+(285, 31, 4, 31, 'Cheque ', '53000.00', 0, NULL, 2, 0, 1, NULL, '2017-11-22 06:00:00', '2017-11-22 18:27:49'),
+(286, 23, 4, 23, 'Paid', '400.00', 0, NULL, 2, 0, 1, NULL, '2017-11-22 06:00:00', '2017-11-22 18:28:50'),
+(287, 23, 4, 23, 'Bank Name: Exim Bank Ltd. Cheque No. AWCD1 1820609', '40000.00', 0, NULL, 2, 0, 1, NULL, '2017-11-22 06:00:00', '2017-11-22 19:01:22'),
+(288, 40, 4, 40, 'Paid in Cheque Date 5th December', '33000.00', 0, NULL, 2, 0, 1, NULL, '2017-12-07 06:00:00', '2017-12-07 16:12:39'),
+(289, 40, 3, 40, 'test', '100.00', 0, NULL, 2, 0, 1, NULL, '2017-12-07 06:00:00', '2017-12-07 16:28:09'),
+(290, 40, 3, 40, 'test', '100.00', 0, NULL, 2, 0, 1, NULL, '2017-12-07 06:00:00', '2017-12-07 16:33:24'),
+(291, 40, 3, 40, 'test', '100.00', 0, NULL, 2, 0, 1, NULL, '2017-12-07 06:00:00', '2017-12-07 16:35:44'),
+(292, 40, 3, 40, '', '100.00', 0, NULL, 2, 0, 1, NULL, '2017-12-07 06:00:00', '2017-12-07 16:36:44'),
+(293, 40, 3, 40, '', '100.00', 0, NULL, 2, 0, 1, NULL, '2017-12-07 06:00:00', '2017-12-07 16:39:11'),
+(294, 40, 3, 40, '', '100.00', 0, NULL, 2, 0, 1, NULL, '2017-12-07 06:00:00', '2017-12-07 16:39:45'),
+(295, 40, 3, 40, '', '100.00', 0, NULL, 2, 0, 1, NULL, '2017-12-07 06:00:00', '2017-12-07 16:40:54'),
+(296, 40, 3, 40, '', '100.00', 0, NULL, 2, 0, 1, NULL, '2017-12-07 06:00:00', '2017-12-07 16:43:04'),
+(297, 40, 3, 40, '', '100.00', 0, NULL, 2, 0, 1, NULL, '2017-12-07 06:00:00', '2017-12-07 16:56:28'),
+(298, 40, 3, 40, 'erer', '100.00', 0, NULL, 2, 0, 1, NULL, '2017-12-07 06:00:00', '2017-12-07 16:59:08'),
+(299, 23, 4, 23, 'Paid', '800.00', 0, NULL, 2, 53, 1, NULL, '2017-12-12 06:00:00', '2017-12-12 17:19:09'),
+(300, 40, 3, 40, 'Paid in Cash', '5000.00', 0, NULL, 2, 63, 1, NULL, '2017-12-12 06:00:00', '2017-12-12 17:19:42'),
+(301, 31, 3, 31, 'Paid in cash', '35000.00', 0, NULL, 2, 0, 1, NULL, '2017-12-26 06:00:00', '2017-12-26 19:52:43'),
+(302, 40, 3, 40, 'Paid in Cash', '10000.00', 0, NULL, 2, 0, 1, NULL, '2017-12-27 06:00:00', '2017-12-27 17:05:25'),
+(303, 0, 4, 0, 'MTB cheque no: 7527810', '20000.00', 0, NULL, 2, 0, 1, NULL, '2017-12-27 06:00:00', '2017-12-27 17:08:25'),
+(304, 31, 3, 31, 'Pay In Cash', '50000.00', 0, NULL, 2, 0, 1, NULL, '2017-12-27 06:00:00', '2017-12-27 17:35:40'),
+(305, 0, 47, 5, 'Tea\nSugar\nTissue\nHandwash\nVim\nMop', '1950.00', 0, NULL, 2, 0, 1, NULL, '2018-01-01 18:16:50', '2018-01-01 18:16:50'),
+(306, 47, 5, 3, 'Paid in Cash', '1950.00', NULL, NULL, 2, 0, 1, NULL, '2018-01-01 18:17:14', '2018-01-01 18:17:14'),
+(307, 32, 32, 3, 'Van For Office Shifting', '3500.00', 0, NULL, 2, 0, 1, NULL, '2018-01-01 06:00:00', '2018-01-01 18:19:06'),
+(308, 33, 33, 3, 'Cake & Transportation', '850.00', 0, NULL, 2, 0, 1, NULL, '2018-01-01 06:00:00', '2018-01-01 18:19:53'),
+(309, 46, 46, 3, 'Water Purifier', '2990.00', 0, NULL, 2, 0, 1, NULL, '2018-01-01 06:00:00', '2018-01-01 18:20:38'),
+(310, 46, 46, 3, '2 bulbs, 2 tube, led 3 lights & 2 holders, Calling Bell 1', '2600.00', 0, NULL, 2, 0, 1, NULL, '2018-01-01 06:00:00', '2018-01-01 18:21:50'),
+(311, 26, 26, 3, 'Weekly Meals', '1500.00', 0, NULL, 2, 0, 1, NULL, '2018-01-01 06:00:00', '2018-01-01 18:23:07'),
+(312, 47, 47, 3, 'Gas Burner Fixed', '280.00', 0, NULL, 2, 0, 1, NULL, '2018-01-01 06:00:00', '2018-01-01 18:23:44'),
+(313, 47, 47, 3, 'For Electric Work', '200.00', 0, NULL, 2, 0, 1, NULL, '2018-01-01 06:00:00', '2018-01-01 18:24:15'),
+(314, 31, 3, 31, 'Paid in Cash for 2nd Payment', '150000.00', 0, NULL, 2, 0, 1, NULL, '2018-01-01 06:00:00', '2018-01-01 18:25:02'),
+(315, 40, 3, 40, 'Paid to Nishat', '5000.00', 0, NULL, 2, 0, 1, NULL, '2018-01-03 06:00:00', '2018-01-03 17:26:38'),
+(316, 23, 4, 23, 'Pay order no: 0766719', '19000.00', 0, NULL, 2, 0, 1, NULL, '2018-01-03 06:00:00', '2018-01-03 17:27:46'),
+(317, 49, 49, 3, 'Income Tax for 2011-12', '49273.00', 0, NULL, 2, 0, 1, NULL, '2018-01-03 06:00:00', '2018-01-03 17:34:55'),
+(318, 47, 47, 3, 'Commission for Pay order', '134.00', 0, NULL, 2, 0, 1, NULL, '2018-01-03 06:00:00', '2018-01-03 17:35:21'),
+(319, 32, 32, 3, 'From office to Sonali Bank', '50.00', 0, NULL, 2, 0, 1, NULL, '2018-01-03 06:00:00', '2018-01-03 17:35:42'),
+(320, 32, 32, 3, 'Office to Uttara NBR Office and Back to office by Helal Mohammad', '900.00', 0, NULL, 2, 0, 1, NULL, '2018-01-03 06:00:00', '2018-01-03 17:36:23'),
+(321, 50, 50, 4, 'Loan from Mr. Mizan', '100000.00', 0, NULL, 2, 0, 1, NULL, '2018-01-03 06:00:00', '2018-01-03 17:37:55'),
+(322, 46, 46, 3, 'AC Bill', '45000.00', 0, NULL, 2, 0, 1, NULL, '2018-01-01 06:00:00', '2018-01-03 17:51:18'),
+(323, 26, 26, 3, 'Office Shifting Sabuj & Golam Sayed', '390.00', 0, NULL, 2, 0, 1, NULL, '2018-01-01 06:00:00', '2018-01-03 17:53:49'),
+(324, 32, 32, 3, 'Golam Sayed : to gulshan', '100.00', 0, NULL, 2, 0, 1, NULL, '2018-01-03 06:00:00', '2018-01-03 17:54:40'),
+(325, 47, 47, 3, 'Office Monthly Expense For January', '2000.00', 0, NULL, 2, 0, 1, NULL, '2018-01-03 06:00:00', '2018-01-03 17:55:32'),
+(326, 32, 32, 3, 'Golam Sayed Uttara', '200.00', 0, NULL, 2, 0, 1, NULL, '2018-01-02 06:00:00', '2018-01-03 17:56:08'),
+(327, 32, 32, 3, 'Golam Sayed to IECC', '100.00', 0, NULL, 2, 0, 1, NULL, '2018-01-03 06:00:00', '2018-01-03 17:56:42'),
+(328, 50, 50, 3, 'Laon Refund to Sohag', '25000.00', 0, NULL, 2, 0, 1, NULL, '2018-01-03 06:00:00', '2018-01-03 17:58:46'),
+(329, 50, 50, 3, 'Bank Loan Instalment ', '58000.00', 0, NULL, 2, 0, 1, NULL, '2018-01-03 06:00:00', '2018-01-03 17:59:44'),
+(330, 29, 29, 3, 'October, November, December', '18800.00', 0, NULL, 2, 0, 1, NULL, '2018-01-03 06:00:00', '2018-01-03 18:00:24'),
+(331, 42, 42, 3, 'For the month of October', '5000.00', 0, NULL, 2, 0, 1, NULL, '2018-01-03 06:00:00', '2018-01-03 18:00:59'),
+(332, 11, 11, 4, 'For the month of November', '20000.00', 0, NULL, 2, 0, 1, NULL, '2017-12-28 06:00:00', '2018-01-03 18:01:27'),
+(333, 47, 47, 3, 'Nuruzzaman Salary', '10000.00', 0, NULL, 2, 0, 1, NULL, '2018-01-01 06:00:00', '2018-01-03 18:06:52'),
+(336, 3, 3, 3, 'chicken biryani (4), for clients', '560.00', 0, NULL, 2, 0, 1, NULL, '2018-01-07 06:00:00', '2018-01-07 17:56:12'),
+(347, 26, 26, 3, 'For guest', '230.00', 0, '', 2, 0, 1, NULL, '2018-01-08 06:00:00', '2018-01-08 18:53:36'),
+(348, 26, 26, 3, 'For Snacks', '170.00', 0, '', 2, 0, 1, NULL, '2018-01-08 06:00:00', '2018-01-08 18:54:12'),
+(349, 26, 26, 3, 'Office Weekly Meals', '1500.00', 0, '', 2, 0, 1, NULL, '2018-01-07 06:00:00', '2018-01-08 18:54:55'),
+(350, 33, 33, 3, 'Lunch', '515.00', 0, '', 2, 0, 1, NULL, '2018-01-08 06:00:00', '2018-01-08 18:55:23'),
+(351, 51, 51, 3, 'Job Circular for Programmer', '2550.00', 0, '', 2, 0, 1, NULL, '2018-01-08 06:00:00', '2018-01-08 18:56:55'),
+(352, 8, 8, 3, 'For the month of January 2018', '40000.00', 0, '', 2, 0, 1, NULL, '2018-01-15 06:00:00', '2018-01-17 11:30:37'),
+(353, 26, 26, 3, 'Lunch (1 packet), Pepsi - 1/2 lit', '140.00', 0, '', 2, 0, 1, NULL, '2018-01-13 06:00:00', '2018-01-17 11:32:34'),
+(354, 32, 32, 3, 'Standard Group Tejgoan for Cheque Collection - Golam Sayed', '100.00', 0, '', 2, 0, 1, NULL, '2018-01-15 06:00:00', '2018-01-17 11:33:50'),
+(355, 26, 26, 3, 'Weekly Meal For Office\r\n14.0.18- 18.01.18', '1500.00', 0, '', 2, 0, 1, NULL, '2018-01-14 06:00:00', '2018-01-17 11:35:39'),
+(356, 32, 32, 3, 'Serve Group- Mouchak - For Meeting\r\nSabuj & Nishat', '400.00', 0, '', 2, 0, 1, NULL, '2018-01-15 06:00:00', '2018-01-17 11:36:51'),
+(357, 32, 32, 3, 'Pubali Bank Mohakhali - for cash withdrawal\r\n-Sabuj', '50.00', 0, '', 2, 0, 1, NULL, '2018-01-15 06:00:00', '2018-01-17 11:37:50'),
+(358, 47, 47, 3, 'Battery For Watch', '30.00', 0, '', 2, 0, 1, NULL, '2018-01-16 06:00:00', '2018-01-17 11:38:29'),
+(359, 11, 11, 3, 'For the month of October 2017', '20000.00', 0, '', 2, 0, 1, NULL, '2018-01-16 06:00:00', '2018-01-17 11:39:18'),
+(360, 47, 47, 3, 'SLA documents Color print for Regency Garments - Golam Sayed', '90.00', 0, '', 2, 0, 1, NULL, '2018-01-16 06:00:00', '2018-01-17 11:40:33'),
+(361, 40, 4, 40, 'Cheque No. 5292571 Bank Name: DBBL', '30000.00', 0, NULL, 2, 0, 1, NULL, '2018-01-30 06:00:00', '2018-01-30 17:03:28'),
+(362, 23, 4, 23, 'Deposited By Cheque, Bank Name: Standard Chartered Bank , Cheque No. 3938088', '40000.00', 0, NULL, 2, 0, 1, NULL, '2018-02-01 06:00:00', '2018-02-01 15:56:11'),
+(363, 26, 26, 3, 'Snacks For Milad', '1500.00', 0, '', 2, 0, 1, NULL, '2018-01-25 06:00:00', '2018-02-01 16:22:56'),
+(364, 47, 47, 3, 'Hujur For Milad', '1000.00', 0, '', 2, 0, 1, NULL, '2018-01-25 06:00:00', '2018-02-01 16:23:58'),
+(365, 26, 26, 3, 'Weekly Meal from 21.01.18 - 25.01.18', '1000.00', 0, '', 2, 0, 1, NULL, '2018-01-21 06:00:00', '2018-02-01 16:25:17'),
+(366, 26, 26, 3, 'Weekly Meal From 28.01.18 - 01.02.18', '1500.00', 0, '', 2, 0, 1, NULL, '2018-01-28 06:00:00', '2018-02-01 16:26:12'),
+(367, 51, 51, 3, 'Bdjobs Circular ', '2550.00', 0, '', 2, 0, 1, NULL, '2018-02-01 06:00:00', '2018-02-01 16:27:16'),
+(368, 46, 46, 3, 'Servicing 2 Laptops, 1 Pc', '9200.00', 0, '', 2, 0, 1, NULL, '2018-02-01 06:00:00', '2018-02-01 16:30:06'),
+(369, 32, 32, 3, 'For Laptop & Computer Servicing ( 3 Times Mohakhali Wireless) -Sabuj', '150.00', 0, '', 2, 0, 1, NULL, '2018-02-01 06:00:00', '2018-02-01 16:31:27'),
+(370, 23, 4, 23, 'Cheque', '20000.00', 0, NULL, 2, 0, 1, NULL, '2018-02-05 06:00:00', '2018-02-05 10:53:08'),
+(371, 23, 4, 23, 'Found Transfer------BDT. 41,500', '48000.00', 0, NULL, 2, 0, 1, NULL, '2018-02-05 06:00:00', '2018-02-05 10:54:54'),
+(372, 40, 4, 40, 'Paid in cheque', '40000.00', 0, NULL, 2, 37, 1, NULL, '2018-02-05 06:00:00', '2018-02-05 15:04:13'),
+(373, 49, 49, 3, 'For the Period 2012-2013', '62055.00', 0, '', 2, 0, 1, NULL, '2018-02-08 06:00:00', '2018-02-08 17:01:00'),
+(374, 13, 13, 4, 'Paid in cheque', '21000.00', 0, '', 2, 0, 1, NULL, '2018-02-08 06:00:00', '2018-02-12 19:13:30'),
+(375, 49, 49, 3, 'Govind', '17000.00', 0, '', 2, 0, 1, NULL, '2018-02-12 06:00:00', '2018-02-12 19:14:01'),
+(376, 49, 49, 3, 'Tax Payment for year 2017', '30000.00', 0, '', 2, 0, 1, NULL, '2018-02-08 06:00:00', '2018-02-12 19:14:26'),
+(377, 6, 6, 4, 'For the month of January 2018', '25000.00', 0, '', 2, 0, 1, NULL, '2018-02-11 06:00:00', '2018-02-12 19:15:12'),
+(378, 16, 16, 3, 'Salary for the month of November, December, january', '30000.00', 0, '', 2, 0, 1, NULL, '2018-02-01 06:00:00', '2018-02-12 19:18:06'),
+(379, 26, 26, 3, 'Weekly Lunch', '1500.00', 0, '', 2, 0, 1, NULL, '2018-02-04 06:00:00', '2018-03-01 20:54:27'),
+(380, 26, 26, 3, 'Weekly Lunch', '1500.00', 0, '', 2, 0, 1, NULL, '2018-02-12 06:00:00', '2018-03-01 20:55:17'),
+(381, 17, 17, 3, 'Maid January', '2000.00', 0, '', 2, 0, 1, NULL, '2018-02-14 06:00:00', '2018-03-01 20:55:56'),
+(382, 8, 8, 3, 'February', '47407.00', 0, '', 2, 0, 1, NULL, '2018-02-14 06:00:00', '2018-03-01 20:56:45'),
+(383, 42, 42, 3, 'Tarikul Salary For January', '40000.00', 0, '', 2, 0, 1, NULL, '2018-02-15 06:00:00', '2018-03-01 20:57:23'),
+(384, 26, 26, 3, 'Weekly Lunch', '1500.00', 0, '', 2, 0, 1, NULL, '2018-02-19 06:00:00', '2018-03-01 20:58:19'),
+(385, 46, 46, 3, 'Ceiling Fan', '3000.00', 0, '', 2, 0, 1, NULL, '2018-03-01 06:00:00', '2018-03-01 21:03:31'),
+(386, 46, 46, 3, 'Bulb Led * 3\r\nregular * 1', '1414.00', 0, '', 2, 0, 1, NULL, '2018-03-01 06:00:00', '2018-03-01 21:06:10'),
+(387, 22, 22, 3, 'Pipe, handwash pipe, curtain pipe', '610.00', 0, '', 2, 0, 1, NULL, '2018-03-01 06:00:00', '2018-03-01 21:07:20'),
+(388, 33, 33, 3, 'Office Duck Lunch', '1000.00', 0, '', 2, 0, 1, NULL, '2018-03-01 06:00:00', '2018-03-01 21:09:09'),
+(389, 47, 47, 3, 'Sugar, Tea', '200.00', 0, '', 2, 0, 1, NULL, '2018-03-01 06:00:00', '2018-03-01 21:14:09'),
+(390, 32, 32, 3, 'gulshan, uttara golam sayed', '200.00', 0, '', 2, 0, 1, NULL, '2018-03-01 06:00:00', '2018-03-01 21:14:48'),
+(391, 11, 11, 4, 'Zeba Salary for January 2018', '20000.00', 0, '', 2, 0, 1, NULL, '2018-02-27 06:00:00', '2018-03-01 21:15:27'),
+(392, 19, 19, 3, 'Noruzzaman half Salary for January', '20000.00', 0, '', 2, 0, 1, NULL, '2018-03-01 06:00:00', '2018-03-01 21:16:20'),
+(393, 0, 33, 5, 'Buy Zilapi', '250.00', 0, NULL, 2, 0, 1, NULL, '2018-03-21 15:55:58', '2018-03-21 15:55:58'),
+(394, 33, 5, 3, '', '250.00', NULL, NULL, 2, 0, 1, NULL, '2018-03-22 09:55:33', '2018-03-22 09:55:33'),
+(395, 0, 33, 5, 'testing ', '200.00', 0, NULL, 2, 0, 1, NULL, '2018-03-22 09:55:47', '2018-03-22 09:55:47'),
+(396, 33, 5, 28, '', '200.00', NULL, NULL, 2, 0, 1, NULL, '2018-03-22 09:56:01', '2018-03-22 09:56:01'),
+(397, 0, 33, 5, 'testing', '122.00', 0, NULL, 2, 0, 1, NULL, '2018-03-22 10:01:30', '2018-03-22 10:01:30'),
+(398, 33, 5, 3, '', '20.00', NULL, NULL, 2, 0, 1, NULL, '2018-03-22 10:01:45', '2018-03-22 10:01:45'),
+(399, 0, 32, 5, 'hdjkd ksjdj idjskwu ksjjk kksjm hdjkd ksjdj idjskwu ksjjk kksjm hdjkd ksjdj idjskwu ksjjk kksjm hdjkd ksjdj idjskwu ksjjk kksjm hdjkd ksjdj idjskwu ksjjk kksjm hdjkd ksjdj idjskwu ksjjk kksjm', '123.00', 0, NULL, 2, 0, 1, NULL, '2018-03-22 10:20:36', '2018-03-22 10:20:36'),
+(400, 40, 4, 40, 'Deposited to Narayanganj Branch by Iqbal', '15000.00', 0, NULL, 2, 52, 1, NULL, '2018-03-22 05:00:00', '2018-03-22 13:36:02'),
+(401, 31, 3, 31, 'testing', '100.00', 0, NULL, 2, 1120, 1, NULL, '2018-03-22 05:00:00', '2018-03-22 14:51:23'),
+(402, 13, 13, 3, 'Sabuj Salary for Month of Feb', '35000.00', 0, '', 2, 0, 1, NULL, '2018-03-13 05:00:00', '2018-03-25 21:12:29'),
+(403, 11, 11, 4, 'Zeba Salary for Month of Feb', '20000.00', 0, '', 2, 0, 1, NULL, '2018-03-13 05:00:00', '2018-03-25 21:12:57'),
+(404, 6, 6, 4, 'Ashik Salary for Month of Feb', '40000.00', 0, '', 2, 0, 1, NULL, '2018-03-12 05:00:00', '2018-03-25 21:13:36'),
+(405, 45, 45, 4, 'Tarikul Salary for Month of February', '26256.00', 0, '', 2, 0, 1, NULL, '2018-03-25 05:00:00', '2018-03-25 21:14:04'),
+(406, 8, 8, 3, 'Office Rent for March', '47500.00', 0, '', 2, 0, 1, NULL, '2018-03-14 05:00:00', '2018-03-25 21:14:42'),
+(407, 25, 25, 4, 'Internet Bill for February', '4000.00', 0, '', 2, 0, 1, NULL, '2018-03-04 06:00:00', '2018-03-25 21:15:10'),
+(408, 31, 3, 31, 'IECC third Payment', '150000.00', 0, NULL, 2, 1122, 1, NULL, '2018-03-18 05:00:00', '2018-03-25 21:15:59'),
+(409, 40, 4, 40, 'Orion Travels Payment', '40000.00', 0, NULL, 2, 402, 1, NULL, '2018-03-05 06:00:00', '2018-03-25 21:16:50'),
+(410, 40, 4, 40, 'Pawla Knitwear ', '15000.00', 0, NULL, 2, 1136, 1, NULL, '2018-03-22 05:00:00', '2018-03-25 21:17:32'),
+(413, 1, 1, 10, 'Employee Payment', '56500.00', 0, NULL, NULL, 0, 1, NULL, '2018-08-07 07:10:49', '2018-08-07 07:10:49'),
+(414, 1, 1, 9, 'ffff', '30500.00', 0, NULL, NULL, 0, 1, NULL, '2018-08-07 07:13:53', '2018-08-07 07:13:53'),
+(415, 1, 1, 10, 'Payment', '10000.00', 0, NULL, NULL, 0, 1, NULL, '2018-08-08 03:35:15', '2018-08-08 03:35:15'),
+(416, 1, 1, 3, 'due paid', NULL, 0, NULL, NULL, 0, 1, NULL, '2018-08-09 00:52:50', '2018-08-09 00:52:50'),
+(417, 1, 1, 28, 'Due Bill Pay', NULL, 0, NULL, NULL, 0, 1, NULL, '2018-08-09 00:55:55', '2018-08-09 00:55:55'),
+(418, 1, 1, 28, 'Due Bill Pay', NULL, 0, NULL, NULL, 0, 1, NULL, '2018-08-09 00:55:55', '2018-08-09 00:55:55'),
+(419, 1, 1, 28, 'Due Bill Pay', NULL, 0, NULL, NULL, 0, 1, NULL, '2018-08-09 00:55:56', '2018-08-09 00:55:56'),
+(420, 1, 1, 10, 'fffdd', '7500.00', 0, NULL, NULL, 0, 1, NULL, '2018-08-09 00:59:25', '2018-08-09 00:59:25'),
+(421, 1, 1, 10, 'fffdd', '3000.00', 0, NULL, NULL, 0, 1, NULL, '2018-08-09 00:59:25', '2018-08-09 00:59:25'),
+(422, 1, 1, 4, 'hhashas', '3000.00', 0, NULL, NULL, 0, 1, NULL, '2018-08-09 01:05:31', '2018-08-09 01:05:31'),
+(423, 1, 1, 4, 'hhashas', '2000.00', 0, NULL, NULL, 0, 1, NULL, '2018-08-09 01:05:31', '2018-08-09 01:05:31'),
+(424, 1, 1, 28, 'jjjjjjjjjj', '2000.00', 0, NULL, NULL, 0, 1, NULL, '2018-08-09 01:07:04', '2018-08-09 01:07:04'),
+(425, 1, 1, 28, 'jjjjjjjjjj', '1000.00', 0, NULL, NULL, 0, 1, NULL, '2018-08-09 01:07:04', '2018-08-09 01:07:04'),
+(426, 1, 1, 4, 'hgaefk', '500.00', 0, NULL, NULL, 0, 1, NULL, '2018-08-09 01:08:00', '2018-08-09 01:08:00'),
+(427, 1, 1, 4, 'hgaefk', '100.00', 0, NULL, NULL, 0, 1, NULL, '2018-08-09 01:08:01', '2018-08-09 01:08:01'),
+(428, 1, 1, 10, 'ddd', '500.00', 0, NULL, NULL, 0, 1, NULL, '2018-08-09 01:09:59', '2018-08-09 01:09:59'),
+(429, 1, 1, 3, 'jjj', '500.00', 0, NULL, NULL, 0, 1, NULL, '2018-08-09 01:12:11', '2018-08-09 01:12:11'),
+(430, 1, 1, 10, 'ggg', '1000.00', 0, NULL, NULL, 0, 1, NULL, '2018-08-09 01:13:35', '2018-08-09 01:13:35'),
+(431, 1, 1, 3, 'Employee Salary Pay', '30000.00', 0, NULL, NULL, 0, 1, NULL, '2018-08-09 01:18:59', '2018-08-09 01:18:59'),
+(432, 1, 1, 10, 'dd', '0.00', 0, NULL, NULL, 0, 1, NULL, '2018-09-10 01:18:37', '2018-09-10 01:18:37'),
+(433, 1, 1, 10, 'dd', '26500.00', 0, NULL, NULL, 0, 1, NULL, '2018-09-10 01:18:37', '2018-09-10 01:18:37'),
+(434, 1, 1, 3, 'hh', '56500.00', 0, NULL, NULL, 0, 1, NULL, '2018-09-10 01:19:57', '2018-09-10 01:19:57'),
+(435, 1, 1, 28, 'jjj', '2500.00', 0, NULL, NULL, 0, 1, NULL, '2018-09-10 02:16:09', '2018-09-10 02:16:09'),
+(436, 1, 1, 28, 'jjj', '2300.00', 0, NULL, NULL, 0, 1, NULL, '2018-09-10 02:16:09', '2018-09-10 02:16:09'),
+(437, 1, 1, 3, 'payment', '56500.00', 0, NULL, NULL, 0, 1, NULL, '2018-09-10 04:09:57', '2018-09-10 04:09:57'),
+(438, 1, 1, 3, 'gg', '53000.00', 0, NULL, NULL, 0, 1, NULL, '2018-11-07 23:18:53', '2018-11-07 23:18:53'),
+(439, 1, 1, 3, 'gg', '23500.00', 0, NULL, NULL, 0, 1, NULL, '2018-11-07 23:18:53', '2018-11-07 23:18:53'),
+(440, 1, 1, 3, 'gg', '0.00', 0, NULL, NULL, 0, 1, NULL, '2018-11-07 23:18:54', '2018-11-07 23:18:54'),
+(441, 1, 1, 3, 'gg', '0.00', 0, NULL, NULL, 0, 1, NULL, '2018-11-07 23:18:54', '2018-11-07 23:18:54'),
+(442, 1, 1, 3, '', '21000.00', 0, NULL, NULL, 0, 1, NULL, '2018-11-25 01:02:09', '2018-11-25 01:02:09'),
+(443, 1, 1, 3, '', '21200.00', 0, NULL, NULL, 0, 1, NULL, '2018-11-25 01:02:09', '2018-11-25 01:02:09'),
+(444, 1, 1, 3, '', '23500.00', 0, NULL, NULL, 0, 1, NULL, '2018-11-25 02:15:46', '2018-11-25 02:15:46');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `journal_comments`
+--
+
+CREATE TABLE `journal_comments` (
+  `id` int(11) NOT NULL,
+  `debit_account` int(11) DEFAULT NULL,
+  `approaved_amount` decimal(10,2) DEFAULT NULL,
+  `approaval_status` tinyint(4) DEFAULT NULL,
+  `approaved_by` int(11) DEFAULT NULL,
+  `remarks` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `created_at` timestamp NULL DEFAULT NULL,
+  `updated_at` timestamp NULL DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
+
+--
+-- Dumping data for table `journal_comments`
+--
+
+INSERT INTO `journal_comments` (`id`, `debit_account`, `approaved_amount`, `approaval_status`, `approaved_by`, `remarks`, `created_at`, `updated_at`) VALUES
+(1, 26, '980.00', 0, 2, 'Pay and buy', '2017-01-05 16:50:26', '2017-04-04 17:17:57'),
+(2, 7, '45000.00', 0, 2, 'Pay in cash', '2017-01-05 16:56:20', '2017-02-08 17:39:03'),
+(3, 3, '100.00', 0, 2, '', '2017-01-10 14:26:14', '2017-01-10 14:26:29'),
+(4, 24, '500.00', 0, 2, 'Keyboard for Akib', '2017-01-10 14:34:17', '2017-03-04 17:22:33'),
+(5, 17, '2000.00', 0, 2, 'Pay in cash', '2017-01-11 15:40:38', '2017-02-08 17:38:20'),
+(6, 8, '45000.00', 0, 2, 'Pay in cash', '2017-01-16 01:00:22', '2017-02-08 17:40:32'),
+(7, 12, '9000.00', 0, 2, 'Paid on 13th January', '2017-01-21 15:57:30', '2017-01-21 15:57:58'),
+(8, 12, '9000.00', 1, 2, 'Paid on 13th January', '2017-01-21 15:57:30', '2017-01-21 15:57:30'),
+(9, 14, '18000.00', 0, 2, 'Pay in cash', '2017-01-21 17:14:45', '2017-02-08 17:38:49'),
+(10, 19, '24000.00', 0, 2, 'Pay in cash', '2017-01-21 17:16:00', '2017-02-08 17:38:02'),
+(11, 15, '30000.00', 0, 2, 'Pay in cash', '2017-01-21 17:16:34', '2017-02-08 17:37:06'),
+(12, 18, '8000.00', 0, 2, 'Paid', '2017-01-21 17:17:15', '2017-01-21 17:17:37'),
+(13, 16, '10000.00', 0, 2, 'Pay in cash', '2017-01-21 17:17:56', '2017-02-08 17:37:19'),
+(14, 13, '32000.00', 0, 2, 'Pay in cash', '2017-01-23 16:59:53', '2017-02-08 17:40:17'),
+(15, 29, '772.00', 1, 2, 'Electricity for month of February', '2017-01-28 19:07:28', '2017-03-08 16:08:57'),
+(16, 6, '25000.00', 0, 2, 'Pay in cash', '2017-01-28 19:08:41', '2017-02-08 17:39:16'),
+(17, 20, '7500.00', 0, 2, '', '2017-01-28 19:08:59', '2017-01-28 19:09:10'),
+(18, 25, '6000.00', 1, 2, 'internet for the month of February', '2017-02-02 00:13:59', '2017-03-08 16:07:07'),
+(19, 11, '20000.00', 1, 2, 'Zeba Salary Paid ', '2017-02-02 00:14:17', '2017-03-08 16:07:30');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `leave_req`
+--
+
+CREATE TABLE `leave_req` (
+  `id` int(11) NOT NULL,
+  `purpose` int(11) NOT NULL,
+  `apply_to` int(11) NOT NULL,
+  `user_id` int(11) NOT NULL,
+  `from` datetime NOT NULL,
+  `to` datetime NOT NULL,
+  `days` tinyint(4) NOT NULL,
+  `description` longtext COLLATE utf8_unicode_ci NOT NULL,
+  `approval` int(5) NOT NULL,
+  `office_id` int(11) DEFAULT '1',
+  `created_at` datetime DEFAULT NULL
+) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
+
+--
+-- Dumping data for table `leave_req`
+--
+
+INSERT INTO `leave_req` (`id`, `purpose`, `apply_to`, `user_id`, `from`, `to`, `days`, `description`, `approval`, `office_id`, `created_at`) VALUES
+(1, 3, 2, 46, '2017-07-01 00:00:00', '2017-07-04 00:00:00', 4, 'Visit Rajshahi with family.', 1, 1, '2017-07-02 04:33:17'),
+(2, 2, 2, 29, '2017-07-03 00:00:00', '2017-07-03 00:00:00', 1, 'I want a leave of 45 minutes because I have urgent work at home.', 1, 1, '2017-07-03 11:56:38'),
+(10, 1, 2, 36, '2017-07-13 00:00:00', '2017-07-13 00:00:00', 1, 'sick leave for 1 day', 1, 1, '2017-07-13 05:09:52'),
+(9, 1, 2, 36, '2017-07-13 00:00:00', '2017-07-13 00:00:00', 1, 'sick leave for 1 day', 1, 1, '2017-07-13 04:52:29'),
+(8, 1, 2, 36, '2017-07-07 00:00:00', '2017-07-10 00:00:00', 4, 'sick leave for some days', 1, 1, '2017-07-13 04:51:49'),
+(12, 1, 2, 46, '2017-07-20 21:40:42', '2017-07-21 21:40:00', 1, 'testing', 1, 1, '2017-07-20 15:36:16'),
+(18, 1, 2, 44, '2017-07-30 00:00:00', '2017-08-03 00:00:00', 3, 'Assalamualikum Vaia. I have been suffering from neck pain for last 2 days. I have consulted the matter with a doctor. He told me that my solder is frozen. He also advised me to take rest for at least 1 week. Please vaia accept my leave. I am extremely sorry for the inconvenient situation. i hope and pray that you would understand my problem and grant my leave of absence. Thank You.    ', 1, 1, '2017-07-30 03:50:53'),
+(17, 1, 2, 29, '2017-07-26 00:00:00', '2017-07-26 00:00:00', 1, 'Brother, my fever has alleviated but loose motion hasn\'t. In fact it has increased. Taking medicine but I think it\'s due to indigestion. May need another day to cure. ', 1, 1, '2017-07-26 02:37:47'),
+(15, 2, 2, 21, '2017-07-22 19:50:07', '2017-07-27 19:50:00', 6, 'testing\n', 1, 1, '2017-07-22 13:46:31'),
+(16, 1, 2, 29, '2017-07-25 00:00:00', '2017-07-25 00:00:00', 1, 'I had to walk 2 hours in the rain with fever to get back home last night. And fever has increased. I am also suffering from loose motion since yesterday, it has also increased overnight. If it stops somehow, I will try to come, otherwise I will be unable to come. ', 1, 1, '2017-07-25 00:19:02'),
+(19, 2, 2, 41, '2017-08-12 00:00:00', '2017-08-12 00:00:00', 1, 'Leave For class.', 0, 1, '2017-08-12 07:43:38'),
+(20, 2, 2, 95, '2018-01-03 00:00:00', '2018-01-03 00:00:00', 1, 'Dear vai,\r\nYesterday I was in the hospital with my father and full night I have stayed there.That\'s why now I\'m very tired and for this region today I couldn\'t go to offices.\r\nHopefully tomorrow I will be present at the office in right time.\r\nPlease let me know if you need any additional information.\r\nThanks \r\nMd.Tarikul Islam', 0, 1, '2018-01-03 09:03:37'),
+(21, 2, 2, 77, '2018-02-05 00:00:00', '2018-02-05 00:00:00', 1, 'Dear Sir,\r\n\r\nPlease allow me half day off due to my project work. I need to go to my university. I hope I will finish my tasks afterwards.\r\n\r\nThanks,\r\nAshik ', 0, 1, '2018-02-04 14:11:39'),
+(22, 1, 2, 36, '2018-02-06 00:00:00', '2018-02-28 00:00:00', 23, 'hello sir,\r\n\r\nI have been now taking treatment and also take medicine.Doctor suggests me not to work with pc contentiously. So please consider my working time.\r\n\r\nThanks\r\nShamme Zeba ', 1, 1, '2018-02-07 05:14:34'),
+(23, 2, 2, 36, '2018-03-25 00:00:00', '2018-03-25 00:00:00', 1, 'Dear sir,\r\n\r\nPlease allow me 1 day leave on Sunday due to my sudden visit in village home.I have to go there for my personal reason.\r\n\r\nThanks', 1, 1, '2018-03-22 11:35:42');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `leave_type_head`
+--
+
+CREATE TABLE `leave_type_head` (
+  `id` int(11) NOT NULL,
+  `name` varchar(20) NOT NULL,
+  `is_published` tinyint(4) NOT NULL DEFAULT '1',
+  `approved_days` int(3) NOT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=latin1;
+
+--
+-- Dumping data for table `leave_type_head`
+--
+
+INSERT INTO `leave_type_head` (`id`, `name`, `is_published`, `approved_days`) VALUES
+(1, 'Sick Leave', 1, 2),
+(2, 'Casual Leave', 1, 10),
+(3, 'Non Paid Leave', 1, 0);
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `migrations`
+--
+
+CREATE TABLE `migrations` (
+  `migration` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
+  `batch` int(11) NOT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
+
+--
+-- Dumping data for table `migrations`
+--
+
+INSERT INTO `migrations` (`migration`, `batch`) VALUES
+('2014_10_12_000000_create_users_table', 1),
+('2014_10_12_100000_create_password_resets_table', 1),
+('2016_04_22_064132_create_m_o_d_e_l_s_table', 1),
+('2018_04_05_054304_create_education_levels_table', 2),
+('2018_04_05_054404_create_employee_educations_table', 2),
+('2018_04_05_054510_create_employees_table', 2),
+('2018_04_05_054559_create_document_types_table', 2),
+('2018_04_05_054639_create_employee_documents_table', 2),
+('2018_04_17_070220_entrust_setup_tables', 2),
+('2018_04_22_103056_create_employee_references_table', 3),
+('2018_04_24_070907_create_notice_boards_table', 4),
+('2018_04_25_062134_create_notice_sends_table', 5);
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `m_o_d_e_l_s`
+--
+
+CREATE TABLE `m_o_d_e_l_s` (
+  `id` int(10) UNSIGNED NOT NULL,
+  `parent_id` int(11) DEFAULT NULL,
+  `lft` int(11) DEFAULT NULL,
+  `rgt` int(11) DEFAULT NULL,
+  `depth` int(11) DEFAULT NULL,
+  `created_at` timestamp NULL DEFAULT NULL,
+  `updated_at` timestamp NULL DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `notes`
+--
+
+CREATE TABLE `notes` (
+  `id` int(11) NOT NULL,
+  `user_id` int(11) NOT NULL,
+  `note` varchar(250) NOT NULL,
+  `time` datetime NOT NULL,
+  `status` int(1) NOT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=latin1;
+
+--
+-- Dumping data for table `notes`
+--
+
+INSERT INTO `notes` (`id`, `user_id`, `note`, `time`, `status`) VALUES
+(3, 2, 'Talk to Mr. Subir', '2016-08-11 18:12:26', 1),
+(4, 2, 'UBR Meeting', '2016-08-16 10:00:00', 1),
+(5, 18, 'http://www.itimpress.com.au/social-media-marketing/', '2016-09-07 10:40:27', 1),
+(6, 18, 'https://maxx-beard.myshopify.com/', '2016-09-18 16:22:43', 1),
+(7, 18, 'http://kscleaning.com.au/wp-admin/post.php?post=1000047&action=edit\r\n\r\n1) Working slider Image change  here ', '2016-10-07 11:48:39', 1),
+(8, 18, 'http://www.revinr.com/   background   background-attachment  fixed position here .....', '2016-10-07 14:27:44', 1),
+(9, 18, 'Some of  my Working list here :\r\n\r\n1) http://biccbd.com\r\n2) http://discounts.com.bd/profilelimited  [http://profilelimited.com/ ]\r\n3) http://discounts.com.bd/\r\n4) www.novem/babucci [E-commerce site here ]\r\n5) Magento : 1 \r\n6) http://nmbtexbd.com/stev', '2016-10-21 10:21:48', 1),
+(12, 2, 'Call Mr. Toufik', '2016-10-31 13:31:16', 0),
+(13, 2, 'bert work', '2016-12-14 13:14:20', 0),
+(14, 2, 'http://www.systechunimax.com/portfolio-detail/5', '2017-01-07 18:02:17', 0),
+(15, 2, '01817024886  \r\nLiton Hawlader', '2017-02-23 11:46:52', 1),
+(20, 20, 'Standard Bank Ltd Management Trainee Officer 2015 + 2016', '0000-00-00 00:00:00', 0),
+(21, 20, 'Southeast Bank Ltd. 2016 (PO)', '0000-00-00 00:00:00', 0),
+(22, 20, 'Shahjalal Islami Bank Ltd. 2016 (TSO)', '0000-00-00 00:00:00', 0),
+(23, 20, 'SBAC Bank Ltd. Officer Cash 2015', '0000-00-00 00:00:00', 0),
+(24, 20, 'Rupali Bank Ltd 2016 Officer & Senior Officer\r\n', '0000-00-00 00:00:00', 0),
+(25, 20, 'Premier Bank Trainee Junior Officer 2016', '0000-00-00 00:00:00', 0),
+(26, 20, 'Shimanto Bank Senior Officer, Officer and Officer Cash 2016\r\n', '0000-00-00 00:00:00', 0),
+(27, 20, 'One Bank Special Cadre Officer 2017', '0000-00-00 00:00:00', 0),
+(28, 20, 'NCC Bank Ltd. 2015 (MTO)', '0000-00-00 00:00:00', 0),
+(29, 20, 'National Bank PO 2015', '0000-00-00 00:00:00', 0),
+(30, 20, 'Mutual Trust Bank MTO 2016', '0000-00-00 00:00:00', 0),
+(31, 20, 'Mercantile Bank MTO 2016', '0000-00-00 00:00:00', 0),
+(32, 20, 'Meghna Bank MTO 2016', '0000-00-00 00:00:00', 0),
+(33, 20, 'Jamuna Bank PO 2016', '0000-00-00 00:00:00', 0),
+(34, 20, 'IFIC Bank TO 2016', '0000-00-00 00:00:00', 0),
+(35, 20, 'First Security Islami Bank (Officer)-2015', '0000-00-00 00:00:00', 0),
+(36, 20, 'Dutch Bangla Bank PO 2016', '0000-00-00 00:00:00', 0),
+(37, 20, 'Bank Asia TO 2016', '0000-00-00 00:00:00', 0),
+(38, 20, 'Bank Asia MTO and PO', '0000-00-00 00:00:00', 0),
+(39, 20, 'Bangladesh Krishi Bank 2016 (Sr. Officer)', '0000-00-00 00:00:00', 0),
+(40, 20, 'Bangladesh Krishi Bank 2016 Officer (Cash)', '0000-00-00 00:00:00', 0),
+(41, 20, 'Agrani Bank 2016 Senior Officer (FFQ)', '0000-00-00 00:00:00', 0),
+(42, 20, 'Agrani Bank 2016 Senior Officer\r\n', '0000-00-00 00:00:00', 0),
+(43, 20, 'AB Bank MTO 2016', '0000-00-00 00:00:00', 0),
+(45, 58, 'Implementing Map route app. ', '2017-05-04 12:00:48', 1),
+(46, 58, 'Accounting project -> payroll module understanding', '2017-05-15 18:00:55', 1),
+(48, 30, 'Meeting @ Nuvista Pharma Ltd. Head office ', '2017-08-16 11:02:02', 1),
+(49, 36, 'Current world>> current affirs add, image show', '2017-09-27 18:25:38', 0),
+(50, 36, 'Studypress\r\n\r\nworking on Vocabulary App', '2017-12-13 14:19:02', 0),
+(51, 36, 'working on Vocabulary app', '0000-00-00 00:00:00', 0),
+(52, 2, 'Account Name: Electronic Business Solution Limited \r\nBranch Name: Shantinagor \r\nAccount Number: 2940901018753 \r\nRouting Number: 175276343', '2017-12-14 16:09:42', 0),
+(53, 2, 'Madam Bank Information\r\nBank Name: Shahjalal Islami Bank Ltd.\r\nBranch: Uttara\r\nAccount Name: Esheta Farhat Hoque\r\nAccount No. 400812100048264\r\nAccount Type: MSD\r\n', '2017-12-14 16:15:05', 1),
+(54, 36, 'Vocabulary App\r\n\r\nPoint update', '0000-00-00 00:00:00', 0),
+(55, 36, 'Working on Voca app\r\n\r\nwork on level up', '0000-00-00 00:00:00', 0),
+(56, 100, 'Employee SMS date Problem', '2017-12-19 14:56:18', 1),
+(57, 36, '1.) level up -> remove text\r\n2.)Congratulations!!!\r\nYou have unlocked level 2\r\n3.)button height fix\r\n4.) updateanotherlevel in onActivityResult()', '0000-00-00 00:00:00', 0),
+(58, 95, 'Document Process till now running. Unfortunately i checked the In Progress Box.\r\nSo Document Process till now under development\r\n', '2018-02-05 11:04:07', 0);
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `notice_boards`
+--
+
+CREATE TABLE `notice_boards` (
+  `id` int(10) UNSIGNED NOT NULL,
+  `employee_id` tinyint(4) NOT NULL,
+  `notice_title` text COLLATE utf8_unicode_ci NOT NULL,
+  `expire_date` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
+  `description` longtext COLLATE utf8_unicode_ci NOT NULL,
+  `attached` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `added_by` tinyint(4) DEFAULT NULL,
+  `updated_by` tinyint(4) DEFAULT NULL,
+  `status` tinyint(4) DEFAULT NULL,
+  `approved_by` tinyint(4) DEFAULT NULL,
+  `deleted_at` timestamp NULL DEFAULT NULL,
+  `created_at` timestamp NULL DEFAULT NULL,
+  `updated_at` timestamp NULL DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
+
+--
+-- Dumping data for table `notice_boards`
+--
+
+INSERT INTO `notice_boards` (`id`, `employee_id`, `notice_title`, `expire_date`, `description`, `attached`, `added_by`, `updated_by`, `status`, `approved_by`, `deleted_at`, `created_at`, `updated_at`) VALUES
+(10, 111, 'Project', '2018-04-27', 'This first project .', NULL, 111, NULL, 1, NULL, NULL, '2018-04-24 23:37:05', '2018-04-24 23:37:05'),
+(11, 111, 'IECC Update Version ', '2018-04-26', 'hhhhhhhhhh', NULL, 111, NULL, 1, NULL, NULL, '2018-04-24 23:37:51', '2018-04-24 23:37:51'),
+(12, 111, 'Project', '2018-04-26', 'gggg', NULL, 111, NULL, 1, NULL, NULL, '2018-04-24 23:41:45', '2018-04-24 23:41:45'),
+(14, 111, 'Project', '2018-04-26', 'hhhhhh', NULL, 111, NULL, 1, NULL, NULL, '2018-04-25 00:01:20', '2018-04-25 00:01:20'),
+(15, 111, 'Project', '2018-04-26', 'fff', NULL, 111, NULL, 1, NULL, NULL, '2018-04-25 00:15:22', '2018-04-25 00:15:22'),
+(18, 111, 'IECC Update Version ', '2018-04-28', 'Copyright © 2016 . Power By Revinr.com', NULL, 111, NULL, 1, NULL, NULL, '2018-04-25 00:38:35', '2018-04-25 00:38:35'),
+(19, 111, 'Project', '2018-04-27', 'ttttttt', NULL, 111, NULL, 1, NULL, NULL, '2018-04-25 01:04:43', '2018-04-25 01:04:43'),
+(20, 111, 'eee', '2018-04-19', 'ggggggggggg', NULL, 111, NULL, 1, NULL, NULL, '2018-04-25 01:21:01', '2018-04-25 01:21:01');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `notice_sends`
+--
+
+CREATE TABLE `notice_sends` (
+  `id` int(10) UNSIGNED NOT NULL,
+  `notice_id` tinyint(4) NOT NULL,
+  `sendto_id` text COLLATE utf8_unicode_ci NOT NULL,
+  `created_at` timestamp NULL DEFAULT NULL,
+  `updated_at` timestamp NULL DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
+
+--
+-- Dumping data for table `notice_sends`
+--
+
+INSERT INTO `notice_sends` (`id`, `notice_id`, `sendto_id`, `created_at`, `updated_at`) VALUES
+(4, 18, 'all', '2018-04-25 00:38:35', '2018-04-25 00:38:35'),
+(6, 19, '23', '2018-04-25 01:04:43', '2018-04-25 01:04:43'),
+(7, 19, '111', '2018-04-25 01:04:43', '2018-04-25 01:04:43'),
+(8, 20, 'all', '2018-04-25 01:21:01', '2018-04-25 01:21:01'),
+(9, 20, '2', '2018-04-25 01:21:01', '2018-04-25 01:21:01');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `notification`
+--
+
+CREATE TABLE `notification` (
+  `id` int(11) NOT NULL,
+  `user_id` int(11) NOT NULL,
+  `msg` varchar(150) NOT NULL,
+  `status` int(1) NOT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=latin1;
+
+--
+-- Dumping data for table `notification`
+--
+
+INSERT INTO `notification` (`id`, `user_id`, `msg`, `status`) VALUES
+(1, 2, 'Task:Notification Button Add created in Proj:StudyPress Bug by Sharifullah ', 0),
+(2, 23, 'Task:Notification Button Add created in Proj:StudyPress Bug by Sharifullah ', 1),
+(3, 17, 'Task:Notification Button Add created in Proj:StudyPress Bug by Sharifullah ', 1),
+(4, 2, 'Helal Mohammad assigned in Task:Notification Button Add of Proj:StudyPress Bug by Sharifullah ', 0),
+(5, 23, 'Helal Mohammad assigned in Task:Notification Button Add of Proj:StudyPress Bug by Sharifullah ', 1),
+(6, 23, 'Helal Mohammad assigned in Task:Notification Button Add of Proj:StudyPress Bug by Sharifullah ', 1),
+(7, 23, 'A comment added in Task:IECC: Quick Report of Proj:Task Management by admin', 1),
+(8, 0, 'A comment added in Task:IECC: Quick Report of Proj:Task Management by admin', 1),
+(9, 17, 'A comment added in Task:IECC: Quick Report of Proj:Task Management by admin', 1),
+(10, 2, 'Sakib Kh assigned in Task:IECC: Quick Report of Proj:Task Management by Sakib Kh', 0),
+(11, 23, 'Sakib Kh assigned in Task:IECC: Quick Report of Proj:Task Management by Sakib Kh', 1),
+(12, 2, 'Sakib Kh assigned in Task:IECC: Quick Report 3 of Proj:Task Management by Sakib Kh', 0),
+(13, 23, 'Sakib Kh assigned in Task:IECC: Quick Report 3 of Proj:Task Management by Sakib Kh', 1),
+(14, 23, 'Sakib Kh assigned in Task:IECC: Quick Report 3 of Proj:Task Management by admin', 1),
+(15, 27, 'You assigned in Task:IECC: Quick Report 3 of Proj:Task Management by admin', 0),
+(16, 2, 'Task:ITIMPRESS.COM CONTENT created in Proj:ITIMPRESS.COM by Keshavan', 0),
+(17, 23, 'Task:ITIMPRESS.COM CONTENT created in Proj:ITIMPRESS.COM by Keshavan', 1),
+(18, 2, 'A comment added in Task:ITIMPRESS.COM CONTENT of Proj:ITIMPRESS.COM by Keshavan', 0),
+(19, 23, 'A comment added in Task:ITIMPRESS.COM CONTENT of Proj:ITIMPRESS.COM by Keshavan', 1),
+(20, 0, 'A comment added in Task:ITIMPRESS.COM CONTENT of Proj:ITIMPRESS.COM by Keshavan', 1),
+(21, 2, 'A comment added in Task:ITIMPRESS.COM CONTENT of Proj:ITIMPRESS.COM by Keshavan', 0),
+(22, 23, 'A comment added in Task:ITIMPRESS.COM CONTENT of Proj:ITIMPRESS.COM by Keshavan', 1),
+(23, 0, 'A comment added in Task:ITIMPRESS.COM CONTENT of Proj:ITIMPRESS.COM by Keshavan', 1),
+(24, 2, 'Task:Studypress Apps e FB Log in Problem created in Proj:StudyPress Bug by Sharifullah ', 0),
+(25, 23, 'Task:Studypress Apps e FB Log in Problem created in Proj:StudyPress Bug by Sharifullah ', 1),
+(26, 17, 'Task:Studypress Apps e FB Log in Problem created in Proj:StudyPress Bug by Sharifullah ', 1),
+(27, 2, 'Jamil Shakil assigned in Task:Studypress Apps e FB Log in Problem of Proj:StudyPress Bug by Sharifullah ', 0),
+(28, 23, 'Jamil Shakil assigned in Task:Studypress Apps e FB Log in Problem of Proj:StudyPress Bug by Sharifullah ', 1),
+(29, 20, 'Jamil Shakil assigned in Task:Studypress Apps e FB Log in Problem of Proj:StudyPress Bug by Sharifullah ', 0),
+(30, 2, 'Helal Mohammad assigned in Task:Studypress Apps e FB Log in Problem of Proj:StudyPress Bug by Sharifullah ', 0),
+(31, 23, 'Helal Mohammad assigned in Task:Studypress Apps e FB Log in Problem of Proj:StudyPress Bug by Sharifullah ', 1),
+(32, 23, 'Helal Mohammad assigned in Task:Studypress Apps e FB Log in Problem of Proj:StudyPress Bug by Sharifullah ', 1),
+(33, 2, 'Proj: IECC created by admin', 0),
+(34, 23, 'Proj: IECC created by admin', 1),
+(35, 23, 'Task:task according to yesterday mail form helal vhai created in Proj:IECC by admin', 1),
+(36, 2, 'Sakib Kh assigned in Proj:IECC by admin', 0),
+(37, 23, 'Sakib Kh assigned in Proj:IECC by admin', 1),
+(38, 27, 'You assigned in Proj:IECC by admin', 0),
+(39, 2, 'Hadiur Rahman assigned in Proj:IECC by admin', 0),
+(40, 23, 'Hadiur Rahman assigned in Proj:IECC by admin', 1),
+(41, 33, 'You assigned in Proj:IECC by admin', 1),
+(42, 2, 'Shamim assigned in Proj:IECC by admin', 0),
+(43, 23, 'Shamim assigned in Proj:IECC by admin', 1),
+(44, 28, 'You assigned in Proj:IECC by admin', 0),
+(45, 2, 'Helal Mohammad assigned in Proj:IECC by admin', 0),
+(46, 23, 'Helal Mohammad assigned in Proj:IECC by admin', 1),
+(47, 23, 'You assigned in Proj:IECC by admin', 1),
+(48, 23, 'Sakib Kh assigned in Task:task according to yesterday mail form helal vhai of Proj:IECC by admin', 1),
+(49, 27, 'You assigned in Task:task according to yesterday mail form helal vhai of Proj:IECC by admin', 0),
+(50, 23, 'A comment added in Task:task according to yesterday mail form helal vhai of Proj:IECC by admin', 1),
+(51, 27, 'A comment added in Task:task according to yesterday mail form helal vhai of Proj:IECC by admin', 0),
+(52, 33, 'A comment added in Task:task according to yesterday mail form helal vhai of Proj:IECC by admin', 1),
+(53, 2, 'A comment added in Task:task according to yesterday mail form helal vhai of Proj:IECC by Sakib Kh', 0),
+(54, 23, 'A comment added in Task:task according to yesterday mail form helal vhai of Proj:IECC by Sakib Kh', 1),
+(55, 33, 'A comment added in Task:task according to yesterday mail form helal vhai of Proj:IECC by Sakib Kh', 1),
+(56, 2, 'A comment added in Task:task according to yesterday mail form helal vhai of Proj:IECC by Sakib Kh', 0),
+(57, 23, 'A comment added in Task:task according to yesterday mail form helal vhai of Proj:IECC by Sakib Kh', 1),
+(58, 33, 'A comment added in Task:task according to yesterday mail form helal vhai of Proj:IECC by Sakib Kh', 1),
+(59, 23, 'Task:Resign and retired Report created in Proj:HRM by admin', 1),
+(60, 19, 'Task:Resign and retired Report created in Proj:HRM by admin', 0),
+(61, 23, 'Task:Leave report management staff created in Proj:HRM by admin', 1),
+(62, 19, 'Task:Leave report management staff created in Proj:HRM by admin', 0),
+(63, 23, 'Norazzuman assigned in Task:Resign and retired Report of Proj:HRM by admin', 1),
+(64, 19, 'You assigned in Task:Resign and retired Report of Proj:HRM by admin', 0),
+(65, 23, 'Norazzuman assigned in Task:Resign and retired Report of Proj:HRM by admin', 1),
+(66, 19, 'You assigned in Task:Resign and retired Report of Proj:HRM by admin', 0),
+(67, 23, 'Norazzuman assigned in Task:Leave report management staff of Proj:HRM by admin', 1),
+(68, 19, 'You assigned in Task:Leave report management staff of Proj:HRM by admin', 0),
+(69, 2, 'Task:uploaded file created in Proj:IECC by Sakib Kh', 0),
+(70, 23, 'Task:uploaded file created in Proj:IECC by Sakib Kh', 1),
+(71, 33, 'Task:uploaded file created in Proj:IECC by Sakib Kh', 1),
+(72, 2, 'A comment added in Task:uploaded file of Proj:IECC by Sakib Kh', 0),
+(73, 23, 'A comment added in Task:uploaded file of Proj:IECC by Sakib Kh', 1),
+(74, 33, 'A comment added in Task:uploaded file of Proj:IECC by Sakib Kh', 1),
+(75, 2, 'A comment added in Task:task according to yesterday mail form helal vhai of Proj:IECC by Sakib Kh', 0),
+(76, 23, 'A comment added in Task:task according to yesterday mail form helal vhai of Proj:IECC by Sakib Kh', 1),
+(77, 33, 'A comment added in Task:task according to yesterday mail form helal vhai of Proj:IECC by Sakib Kh', 1),
+(78, 2, 'A comment added in Task:task according to yesterday mail form helal vhai of Proj:IECC by Sakib Kh', 0),
+(79, 23, 'A comment added in Task:task according to yesterday mail form helal vhai of Proj:IECC by Sakib Kh', 1),
+(80, 33, 'A comment added in Task:task according to yesterday mail form helal vhai of Proj:IECC by Sakib Kh', 1),
+(81, 2, 'Task:https://maxx-beard.myshopify.com/ created in Proj:Discounts Shop by mostafij', 0),
+(82, 23, 'Task:https://maxx-beard.myshopify.com/ created in Proj:Discounts Shop by mostafij', 1),
+(83, 17, 'Task:https://maxx-beard.myshopify.com/ created in Proj:Discounts Shop by mostafij', 1),
+(84, 2, 'File:comments.docx added in Proj:Discounts Shop by mostafij', 0),
+(85, 23, 'File:comments.docx added in Proj:Discounts Shop by mostafij', 1),
+(86, 18, 'File:comments.docx added in Proj:Discounts Shop by mostafij', 0),
+(87, 2, 'Proj: Plumber Template created by admin', 0),
+(88, 23, 'Proj: Plumber Template created by admin', 1),
+(89, 23, 'Task:Home Page created in Proj:Plumber Template by admin', 1),
+(90, 2, 'mostafij assigned in Proj:Plumber Template by admin', 0),
+(91, 23, 'mostafij assigned in Proj:Plumber Template by admin', 1),
+(92, 18, 'You assigned in Proj:Plumber Template by admin', 0),
+(93, 23, 'mostafij assigned in Task:Home Page of Proj:Plumber Template by admin', 1),
+(94, 18, 'You assigned in Task:Home Page of Proj:Plumber Template by admin', 0),
+(95, 23, 'Task:About Us created in Proj:Plumber Template by admin', 1),
+(96, 18, 'Task:About Us created in Proj:Plumber Template by admin', 0),
+(97, 23, 'Task:Blog created in Proj:Plumber Template by admin', 1),
+(98, 18, 'Task:Blog created in Proj:Plumber Template by admin', 0),
+(99, 23, 'Task:Services created in Proj:Plumber Template by admin', 1),
+(100, 18, 'Task:Services created in Proj:Plumber Template by admin', 0),
+(101, 23, 'Task:Contact Us created in Proj:Plumber Template by admin', 1),
+(102, 18, 'Task:Contact Us created in Proj:Plumber Template by admin', 0),
+(103, 23, 'mostafij assigned in Task:About Us of Proj:Plumber Template by admin', 1),
+(104, 18, 'You assigned in Task:About Us of Proj:Plumber Template by admin', 0),
+(105, 23, 'mostafij assigned in Task:Blog of Proj:Plumber Template by admin', 1),
+(106, 18, 'You assigned in Task:Blog of Proj:Plumber Template by admin', 0),
+(107, 23, 'mostafij assigned in Task:Services of Proj:Plumber Template by admin', 1),
+(108, 18, 'You assigned in Task:Services of Proj:Plumber Template by admin', 0),
+(109, 23, 'mostafij assigned in Task:Contact Us of Proj:Plumber Template by admin', 1),
+(110, 18, 'You assigned in Task:Contact Us of Proj:Plumber Template by admin', 0),
+(111, 23, 'Task:Modification created in Proj:Maxx Beard  by admin', 1),
+(112, 25, 'Task:Modification created in Proj:Maxx Beard  by admin', 0),
+(113, 2, 'mostafij assigned in Proj:Maxx Beard  by admin', 0),
+(114, 23, 'mostafij assigned in Proj:Maxx Beard  by admin', 1),
+(115, 18, 'You assigned in Proj:Maxx Beard  by admin', 0),
+(116, 23, 'mostafij assigned in Task:Modification of Proj:Maxx Beard  by admin', 1),
+(117, 18, 'You assigned in Task:Modification of Proj:Maxx Beard  by admin', 0),
+(118, 23, 'mostafij assigned in Task:Modification of Proj:Maxx Beard  by admin', 1),
+(119, 18, 'You assigned in Task:Modification of Proj:Maxx Beard  by admin', 0),
+(120, 23, 'A comment added in Task:Modification of Proj:Maxx Beard  by admin', 1),
+(121, 18, 'A comment added in Task:Modification of Proj:Maxx Beard  by admin', 0),
+(122, 17, 'A comment added in Task:Modification of Proj:Maxx Beard  by admin', 1),
+(123, 2, 'Proj: Bid created by admin', 0),
+(124, 23, 'Proj: Bid created by admin', 1),
+(125, 23, 'Task:Looking for an junior/mid level wordpress developer to help me with some projects. You will have to work fast and good, and to be creative and wo', 1),
+(126, 23, 'Task:Looking for an junior/mid level wordpress developer to help me with some projects. You will have to work fast and good, and to be creative and wo', 1),
+(127, 2, 'Helal Mohammad assigned in Proj:Bid by admin', 0),
+(128, 23, 'Helal Mohammad assigned in Proj:Bid by admin', 1),
+(129, 23, 'You assigned in Proj:Bid by admin', 1),
+(130, 23, 'Task:Looking for an junior/mid level wordpress developer to help me with some projects. You will have to work fast and good, and to be creative and wo', 1),
+(131, 23, 'Task:Looking for an junior/mid level wordpress developer to help me with some projects. You will have to work fast and good, and to be creative and wo', 1),
+(132, 23, 'Helal Mohammad assigned in Task:Looking for an junior/mid level wordpress developer to help me with some projects. You will have to work fast and good', 1),
+(133, 23, 'You assigned in Task:Looking for an junior/mid level wordpress developer to help me with some projects. You will have to work fast and good, and to be', 1),
+(134, 23, 'Task:Bid-2 created in Proj:Bid by admin', 1),
+(135, 23, 'Task:Bid-2 created in Proj:Bid by admin', 1),
+(136, 23, 'Helal Mohammad assigned in Task:Bid-2 of Proj:Bid by admin', 1),
+(137, 23, 'You assigned in Task:Bid-2 of Proj:Bid by admin', 1),
+(138, 2, 'Proj: Secret World created by admin', 0),
+(139, 23, 'Proj: Secret World created by admin', 1),
+(140, 2, 'Kabir Hossen assigned in Proj:Secret World by admin', 0),
+(141, 23, 'Kabir Hossen assigned in Proj:Secret World by admin', 1),
+(142, 25, 'You assigned in Proj:Secret World by admin', 0),
+(143, 2, 'Sakib Kh assigned in Proj:Secret World by admin', 0),
+(144, 23, 'Sakib Kh assigned in Proj:Secret World by admin', 1),
+(145, 27, 'You assigned in Proj:Secret World by admin', 0),
+(146, 23, 'Task:Data entry according to victoriasecret.com created in Proj:Secret World by admin', 1),
+(147, 25, 'Task:Data entry according to victoriasecret.com created in Proj:Secret World by admin', 0),
+(148, 27, 'Task:Data entry according to victoriasecret.com created in Proj:Secret World by admin', 0),
+(149, 23, 'Sakib Kh assigned in Task:Data entry according to victoriasecret.com of Proj:Secret World by admin', 1),
+(150, 27, 'You assigned in Task:Data entry according to victoriasecret.com of Proj:Secret World by admin', 0),
+(151, 23, 'Task:HTML created in Proj:Secret World by admin', 1),
+(152, 25, 'Task:HTML created in Proj:Secret World by admin', 0),
+(153, 27, 'Task:HTML created in Proj:Secret World by admin', 0),
+(154, 23, 'Kabir Hossen assigned in Task:HTML of Proj:Secret World by admin', 1),
+(155, 25, 'You assigned in Task:HTML of Proj:Secret World by admin', 0),
+(156, 2, 'Shumon  assigned in Proj:Secret World by admin', 0),
+(157, 23, 'Shumon  assigned in Proj:Secret World by admin', 1),
+(158, 22, 'You assigned in Proj:Secret World by admin', 0),
+(159, 2, 'Proj: vertilexlogistics created by admin', 0),
+(160, 23, 'Proj: vertilexlogistics created by admin', 1),
+(161, 2, 'Sabuj Maksud assigned in Proj:vertilexlogistics by admin', 0),
+(162, 23, 'Sabuj Maksud assigned in Proj:vertilexlogistics by admin', 1),
+(163, 30, 'You assigned in Proj:vertilexlogistics by admin', 0),
+(164, 2, 'Kabir Hossen assigned in Proj:vertilexlogistics by admin', 0),
+(165, 23, 'Kabir Hossen assigned in Proj:vertilexlogistics by admin', 1),
+(166, 25, 'You assigned in Proj:vertilexlogistics by admin', 0),
+(167, 23, 'Task:Design created in Proj:vertilexlogistics by admin', 1),
+(168, 30, 'Task:Design created in Proj:vertilexlogistics by admin', 0),
+(169, 25, 'Task:Design created in Proj:vertilexlogistics by admin', 0),
+(170, 23, 'Sabuj Maksud assigned in Task:Design of Proj:vertilexlogistics by admin', 1),
+(171, 30, 'You assigned in Task:Design of Proj:vertilexlogistics by admin', 0),
+(172, 2, 'Proj: Textile Fabrics Website Theme created by admin', 0),
+(173, 23, 'Proj: Textile Fabrics Website Theme created by admin', 1),
+(174, 2, 'Sabuj Maksud assigned in Proj:Textile Fabrics Website Theme by admin', 0),
+(175, 23, 'Sabuj Maksud assigned in Proj:Textile Fabrics Website Theme by admin', 1),
+(176, 30, 'You assigned in Proj:Textile Fabrics Website Theme by admin', 0),
+(177, 2, 'mostafij assigned in Proj:Textile Fabrics Website Theme by admin', 0),
+(178, 23, 'mostafij assigned in Proj:Textile Fabrics Website Theme by admin', 1),
+(179, 18, 'You assigned in Proj:Textile Fabrics Website Theme by admin', 0),
+(180, 2, 'mostafij assigned in Proj:ITIMPRESS.COM by admin', 0),
+(181, 23, 'mostafij assigned in Proj:ITIMPRESS.COM by admin', 1),
+(182, 18, 'You assigned in Proj:ITIMPRESS.COM by admin', 0),
+(183, 23, 'Task:http://www.itimpress.com.au created in Proj:ITIMPRESS.COM by admin', 1),
+(184, 24, 'Task:http://www.itimpress.com.au created in Proj:ITIMPRESS.COM by admin', 1),
+(185, 18, 'Task:http://www.itimpress.com.au created in Proj:ITIMPRESS.COM by admin', 0),
+(186, 23, 'mostafij assigned in Task:http://www.itimpress.com.au of Proj:ITIMPRESS.COM by admin', 1),
+(187, 18, 'You assigned in Task:http://www.itimpress.com.au of Proj:ITIMPRESS.COM by admin', 0),
+(188, 23, 'Task:Home Page Coding created in Proj:Maxx Beard  by admin', 1),
+(189, 25, 'Task:Home Page Coding created in Proj:Maxx Beard  by admin', 0),
+(190, 18, 'Task:Home Page Coding created in Proj:Maxx Beard  by admin', 0),
+(191, 23, 'Task:Product Details Page created in Proj:Maxx Beard  by admin', 1),
+(192, 25, 'Task:Product Details Page created in Proj:Maxx Beard  by admin', 0),
+(193, 18, 'Task:Product Details Page created in Proj:Maxx Beard  by admin', 0),
+(194, 23, 'mostafij assigned in Task:Home Page Coding of Proj:Maxx Beard  by admin', 1),
+(195, 18, 'You assigned in Task:Home Page Coding of Proj:Maxx Beard  by admin', 0),
+(196, 23, 'mostafij assigned in Task:Product Details Page of Proj:Maxx Beard  by admin', 1),
+(197, 18, 'You assigned in Task:Product Details Page of Proj:Maxx Beard  by admin', 0),
+(198, 2, 'Proj: Abhizatrik Foundation created by admin', 0),
+(199, 23, 'Proj: Abhizatrik Foundation created by admin', 1),
+(200, 23, 'Task:Basic Changes created in Proj:Abhizatrik Foundation by admin', 1),
+(201, 2, 'Kabir Hossen assigned in Proj:Abhizatrik Foundation by admin', 0),
+(202, 23, 'Kabir Hossen assigned in Proj:Abhizatrik Foundation by admin', 1),
+(203, 25, 'You assigned in Proj:Abhizatrik Foundation by admin', 0),
+(204, 2, 'Jamil Shakil assigned in Proj:Abhizatrik Foundation by admin', 0),
+(205, 23, 'Jamil Shakil assigned in Proj:Abhizatrik Foundation by admin', 1),
+(206, 20, 'You assigned in Proj:Abhizatrik Foundation by admin', 0),
+(207, 23, 'Kabir Hossen assigned in Task:Basic Changes of Proj:Abhizatrik Foundation by admin', 1),
+(208, 25, 'You assigned in Task:Basic Changes of Proj:Abhizatrik Foundation by admin', 0),
+(209, 23, 'Task:Convert to Wordpress created in Proj:Abhizatrik Foundation by admin', 1),
+(210, 25, 'Task:Convert to Wordpress created in Proj:Abhizatrik Foundation by admin', 0),
+(211, 20, 'Task:Convert to Wordpress created in Proj:Abhizatrik Foundation by admin', 0),
+(212, 23, 'A comment added in Task:Basic Changes of Proj:Abhizatrik Foundation by admin', 1),
+(213, 25, 'A comment added in Task:Basic Changes of Proj:Abhizatrik Foundation by admin', 0),
+(214, 17, 'A comment added in Task:Basic Changes of Proj:Abhizatrik Foundation by admin', 1),
+(215, 23, 'Task:Project Page created in Proj:Task Management by admin', 1),
+(216, 17, 'Task:Project Page created in Proj:Task Management by admin', 1),
+(217, 31, 'Task:Project Page created in Proj:Task Management by admin', 1),
+(218, 27, 'Task:Project Page created in Proj:Task Management by admin', 0),
+(219, 23, 'Sakib Kh assigned in Task:Project Page of Proj:Task Management by admin', 1),
+(220, 27, 'You assigned in Task:Project Page of Proj:Task Management by admin', 0),
+(221, 2, 'Task:www.itimpress.com also same design like www.itimpress.com.au but the content is different created in Proj:ITIMPRESS.COM by mostafij', 0),
+(222, 23, 'Task:www.itimpress.com also same design like www.itimpress.com.au but the content is different created in Proj:ITIMPRESS.COM by mostafij', 1),
+(223, 24, 'Task:www.itimpress.com also same design like www.itimpress.com.au but the content is different created in Proj:ITIMPRESS.COM by mostafij', 1),
+(224, 2, 'Proj: Business Consultant Firm Template created by admin', 0),
+(225, 23, 'Proj: Business Consultant Firm Template created by admin', 1),
+(226, 23, 'Task:Home Page design integrate in wordpress created in Proj:Business Consultant Firm Template by admin', 1),
+(227, 2, 'mostafij assigned in Proj:Business Consultant Firm Template by admin', 0),
+(228, 23, 'mostafij assigned in Proj:Business Consultant Firm Template by admin', 1),
+(229, 18, 'You assigned in Proj:Business Consultant Firm Template by admin', 0),
+(230, 2, 'mostafij assigned in Proj:Business Consultant Firm Template by admin', 0),
+(231, 23, 'mostafij assigned in Proj:Business Consultant Firm Template by admin', 1),
+(232, 18, 'You assigned in Proj:Business Consultant Firm Template by admin', 0),
+(233, 23, 'mostafij assigned in Task:Home Page design integrate in wordpress of Proj:Business Consultant Firm Template by admin', 1),
+(234, 18, 'You assigned in Task:Home Page design integrate in wordpress of Proj:Business Consultant Firm Template by admin', 0),
+(235, 2, 'mostafij removed from Proj:Business Consultant Firm Template by admin', 0),
+(236, 23, 'mostafij removed from Proj:Business Consultant Firm Template by admin', 1),
+(237, 18, 'You removed from Proj:Business Consultant Firm Template by admin', 0),
+(238, 23, 'Task:About Us created in Proj:Business Consultant Firm Template by admin', 1),
+(239, 18, 'Task:About Us created in Proj:Business Consultant Firm Template by admin', 0),
+(240, 23, 'mostafij assigned in Task:About Us of Proj:Business Consultant Firm Template by admin', 1),
+(241, 18, 'You assigned in Task:About Us of Proj:Business Consultant Firm Template by admin', 0),
+(242, 23, 'Task:Services created in Proj:Business Consultant Firm Template by admin', 1),
+(243, 18, 'Task:Services created in Proj:Business Consultant Firm Template by admin', 0),
+(244, 23, 'mostafij assigned in Task:Services of Proj:Business Consultant Firm Template by admin', 1),
+(245, 18, 'You assigned in Task:Services of Proj:Business Consultant Firm Template by admin', 0),
+(246, 23, 'Task:Blog created in Proj:Business Consultant Firm Template by admin', 1),
+(247, 18, 'Task:Blog created in Proj:Business Consultant Firm Template by admin', 0),
+(248, 23, 'mostafij assigned in Task:Blog of Proj:Business Consultant Firm Template by admin', 1),
+(249, 18, 'You assigned in Task:Blog of Proj:Business Consultant Firm Template by admin', 0),
+(250, 23, 'Task:News  created in Proj:Business Consultant Firm Template by admin', 1),
+(251, 18, 'Task:News  created in Proj:Business Consultant Firm Template by admin', 0),
+(252, 23, 'mostafij assigned in Task:News  of Proj:Business Consultant Firm Template by admin', 1),
+(253, 18, 'You assigned in Task:News  of Proj:Business Consultant Firm Template by admin', 0),
+(254, 23, 'Task:Contact Us created in Proj:Business Consultant Firm Template by admin', 1),
+(255, 18, 'Task:Contact Us created in Proj:Business Consultant Firm Template by admin', 0),
+(256, 23, 'mostafij assigned in Task:Contact Us of Proj:Business Consultant Firm Template by admin', 1),
+(257, 18, 'You assigned in Task:Contact Us of Proj:Business Consultant Firm Template by admin', 0),
+(258, 2, 'Proj: Lashiq created by admin', 0),
+(259, 23, 'Proj: Lashiq created by admin', 1),
+(260, 2, 'mostafij assigned in Proj:Lashiq by admin', 0),
+(261, 23, 'mostafij assigned in Proj:Lashiq by admin', 1),
+(262, 18, 'You assigned in Proj:Lashiq by admin', 0),
+(263, 23, 'Task:Design and programming created in Proj:Lashiq by admin', 1),
+(264, 18, 'Task:Design and programming created in Proj:Lashiq by admin', 0),
+(265, 23, 'mostafij assigned in Task:Design and programming of Proj:Lashiq by admin', 1),
+(266, 18, 'You assigned in Task:Design and programming of Proj:Lashiq by admin', 0),
+(267, 23, 'Task:Blog Page Counter created in Proj:Maxx Beard  by admin', 1),
+(268, 25, 'Task:Blog Page Counter created in Proj:Maxx Beard  by admin', 0),
+(269, 18, 'Task:Blog Page Counter created in Proj:Maxx Beard  by admin', 0),
+(270, 23, 'mostafij assigned in Task:Blog Page Counter of Proj:Maxx Beard  by admin', 1),
+(271, 18, 'You assigned in Task:Blog Page Counter of Proj:Maxx Beard  by admin', 0),
+(272, 2, 'Task:My Some working are shown here ... created in Proj:Maxx Beard  by mostafij', 0),
+(273, 23, 'Task:My Some working are shown here ... created in Proj:Maxx Beard  by mostafij', 1),
+(274, 17, 'Task:My Some working are shown here ... created in Proj:Maxx Beard  by mostafij', 1),
+(275, 2, 'A comment added in Task:Home Page design integrate in wordpress of Proj:Business Consultant Firm Template by mostafij', 0),
+(276, 23, 'A comment added in Task:Home Page design integrate in wordpress of Proj:Business Consultant Firm Template by mostafij', 1),
+(277, 17, 'A comment added in Task:Home Page design integrate in wordpress of Proj:Business Consultant Firm Template by mostafij', 1),
+(278, 2, 'A comment added in Task:About Us of Proj:Business Consultant Firm Template by mostafij', 0),
+(279, 23, 'A comment added in Task:About Us of Proj:Business Consultant Firm Template by mostafij', 1),
+(280, 17, 'A comment added in Task:About Us of Proj:Business Consultant Firm Template by mostafij', 1),
+(281, 2, 'A comment added in Task:Services of Proj:Business Consultant Firm Template by mostafij', 0),
+(282, 23, 'A comment added in Task:Services of Proj:Business Consultant Firm Template by mostafij', 1),
+(283, 17, 'A comment added in Task:Services of Proj:Business Consultant Firm Template by mostafij', 1),
+(284, 2, 'A comment added in Task:News  of Proj:Business Consultant Firm Template by mostafij', 0),
+(285, 23, 'A comment added in Task:News  of Proj:Business Consultant Firm Template by mostafij', 1),
+(286, 17, 'A comment added in Task:News  of Proj:Business Consultant Firm Template by mostafij', 1),
+(287, 2, 'A comment added in Task:Contact Us of Proj:Business Consultant Firm Template by mostafij', 0),
+(288, 23, 'A comment added in Task:Contact Us of Proj:Business Consultant Firm Template by mostafij', 1),
+(289, 17, 'A comment added in Task:Contact Us of Proj:Business Consultant Firm Template by mostafij', 1),
+(290, 2, 'A comment added in Task:Blog Page Counter of Proj:Maxx Beard  by mostafij', 0),
+(291, 23, 'A comment added in Task:Blog Page Counter of Proj:Maxx Beard  by mostafij', 1),
+(292, 17, 'A comment added in Task:Blog Page Counter of Proj:Maxx Beard  by mostafij', 1),
+(293, 2, 'Task:Re design handbl website removed from Proj:Handbl by Mamun Hasan', 0),
+(294, 23, 'Task:Re design handbl website removed from Proj:Handbl by Mamun Hasan', 1),
+(295, 29, 'Task:Re design handbl website removed from Proj:Handbl by Mamun Hasan', 0),
+(296, 31, 'Task:Re design handbl website removed from Proj:Handbl by Mamun Hasan', 1),
+(297, 2, 'Proj: Islamic WIlls created by admin', 0),
+(298, 23, 'Proj: Islamic WIlls created by admin', 1),
+(299, 2, 'Mamun Hasan assigned in Proj:Islamic WIlls by admin', 0),
+(300, 23, 'Mamun Hasan assigned in Proj:Islamic WIlls by admin', 1),
+(301, 29, 'You assigned in Proj:Islamic WIlls by admin', 0),
+(302, 2, 'Task:Creating form for Islamic Will created in Proj:Islamic WIlls by Mamun Hasan', 0),
+(303, 23, 'Task:Creating form for Islamic Will created in Proj:Islamic WIlls by Mamun Hasan', 1),
+(304, 24, 'Task:Creating form for Islamic Will created in Proj:Islamic WIlls by Mamun Hasan', 1),
+(305, 2, 'Proj: Summit Communications created by admin', 0),
+(306, 23, 'Proj: Summit Communications created by admin', 1),
+(307, 2, 'Proj: Ifad Products created by admin', 0),
+(308, 23, 'Proj: Ifad Products created by admin', 1),
+(309, 23, 'Task:Home Page Design created in Proj:Ifad Products by admin', 1),
+(310, 23, 'Task:Products Page created in Proj:Ifad Products by admin', 1),
+(311, 23, 'Task:Home Page design created in Proj:Summit Communications by admin', 1),
+(312, 2, 'Sabuj Maksud assigned in Proj:Summit Communications by admin', 0),
+(313, 23, 'Sabuj Maksud assigned in Proj:Summit Communications by admin', 1),
+(314, 30, 'You assigned in Proj:Summit Communications by admin', 0),
+(315, 23, 'Sabuj Maksud assigned in Task:Home Page design of Proj:Summit Communications by admin', 1),
+(316, 30, 'You assigned in Task:Home Page design of Proj:Summit Communications by admin', 0),
+(317, 2, 'Sabuj Maksud assigned in Proj:Ifad Products by admin', 0),
+(318, 23, 'Sabuj Maksud assigned in Proj:Ifad Products by admin', 1),
+(319, 30, 'You assigned in Proj:Ifad Products by admin', 0),
+(320, 23, 'Sabuj Maksud assigned in Task:Home Page Design of Proj:Ifad Products by admin', 1),
+(321, 30, 'You assigned in Task:Home Page Design of Proj:Ifad Products by admin', 0),
+(322, 23, 'Sabuj Maksud assigned in Task:Products Page of Proj:Ifad Products by admin', 1),
+(323, 30, 'You assigned in Task:Products Page of Proj:Ifad Products by admin', 0),
+(324, 2, 'Sabuj Maksud assigned in Task:Home Page design of Proj:Summit Communications by Sabuj Maksud', 0),
+(325, 23, 'Sabuj Maksud assigned in Task:Home Page design of Proj:Summit Communications by Sabuj Maksud', 1),
+(326, 2, 'A comment added in Task:Home Page design of Proj:Summit Communications by Sabuj Maksud', 0),
+(327, 23, 'A comment added in Task:Home Page design of Proj:Summit Communications by Sabuj Maksud', 1),
+(328, 17, 'A comment added in Task:Home Page design of Proj:Summit Communications by Sabuj Maksud', 1),
+(329, 2, 'A comment added in Task:Home Page design of Proj:Summit Communications by Sabuj Maksud', 0),
+(330, 23, 'A comment added in Task:Home Page design of Proj:Summit Communications by Sabuj Maksud', 1),
+(331, 17, 'A comment added in Task:Home Page design of Proj:Summit Communications by Sabuj Maksud', 1),
+(332, 2, 'Proj: StudyPress School Ten created by admin', 0),
+(333, 23, 'Proj: StudyPress School Ten created by admin', 1),
+(334, 2, 'Arafat Rahman assigned in Proj:StudyPress School Ten by admin', 0),
+(335, 23, 'Arafat Rahman assigned in Proj:StudyPress School Ten by admin', 1),
+(336, 21, 'You assigned in Proj:StudyPress School Ten by admin', 0),
+(337, 2, 'Shumon  assigned in Proj:StudyPress School Ten by admin', 0),
+(338, 23, 'Shumon  assigned in Proj:StudyPress School Ten by admin', 1),
+(339, 22, 'You assigned in Proj:StudyPress School Ten by admin', 0),
+(340, 2, 'Shumon  assigned in Proj:Studypress Jobs by admin', 0),
+(341, 23, 'Shumon  assigned in Proj:Studypress Jobs by admin', 1),
+(342, 22, 'You assigned in Proj:Studypress Jobs by admin', 0),
+(343, 2, 'Shamme Zeba assigned in Proj:Secret World by admin', 0),
+(344, 23, 'Shamme Zeba assigned in Proj:Secret World by admin', 1),
+(345, 36, 'You assigned in Proj:Secret World by admin', 0),
+(346, 2, 'Proj: Wake Board created by admin', 0),
+(347, 23, 'Proj: Wake Board created by admin', 1),
+(348, 2, 'Shamme Zeba assigned in Proj:Wake Board by admin', 0),
+(349, 23, 'Shamme Zeba assigned in Proj:Wake Board by admin', 1),
+(350, 36, 'You assigned in Proj:Wake Board by admin', 0),
+(351, 2, 'Task:Class10  bangla 2nd paper created in Proj:StudyPress School Ten by Arafat Rahman', 0),
+(352, 23, 'Task:Class10  bangla 2nd paper created in Proj:StudyPress School Ten by Arafat Rahman', 1),
+(353, 17, 'Task:Class10  bangla 2nd paper created in Proj:StudyPress School Ten by Arafat Rahman', 1),
+(354, 2, 'Task:MenuID=8 created in Proj:Wake Board by Shamme Zeba', 0),
+(355, 23, 'Task:MenuID=8 created in Proj:Wake Board by Shamme Zeba', 1),
+(356, 17, 'Task:MenuID=8 created in Proj:Wake Board by Shamme Zeba', 1),
+(357, 2, 'Task:MenuID=0 created in Proj:Wake Board by Shamme Zeba', 0),
+(358, 23, 'Task:MenuID=0 created in Proj:Wake Board by Shamme Zeba', 1),
+(359, 17, 'Task:MenuID=0 created in Proj:Wake Board by Shamme Zeba', 1),
+(360, 2, 'Task:MenuID=911 created in Proj:Wake Board by Shamme Zeba', 0),
+(361, 23, 'Task:MenuID=911 created in Proj:Wake Board by Shamme Zeba', 1),
+(362, 17, 'Task:MenuID=911 created in Proj:Wake Board by Shamme Zeba', 1),
+(363, 2, 'Task:MenuID=901 created in Proj:Wake Board by Shamme Zeba', 0),
+(364, 23, 'Task:MenuID=901 created in Proj:Wake Board by Shamme Zeba', 1),
+(365, 17, 'Task:MenuID=901 created in Proj:Wake Board by Shamme Zeba', 1),
+(366, 2, 'Task:MenuID=914 created in Proj:Wake Board by Shamme Zeba', 0),
+(367, 23, 'Task:MenuID=914 created in Proj:Wake Board by Shamme Zeba', 1),
+(368, 17, 'Task:MenuID=914 created in Proj:Wake Board by Shamme Zeba', 1),
+(369, 2, 'Task:MenuID=913 created in Proj:Wake Board by Shamme Zeba', 0),
+(370, 23, 'Task:MenuID=913 created in Proj:Wake Board by Shamme Zeba', 1),
+(371, 17, 'Task:MenuID=913 created in Proj:Wake Board by Shamme Zeba', 1),
+(372, 2, 'Task:MenuID=921 created in Proj:Wake Board by Shamme Zeba', 0),
+(373, 23, 'Task:MenuID=921 created in Proj:Wake Board by Shamme Zeba', 1),
+(374, 17, 'Task:MenuID=921 created in Proj:Wake Board by Shamme Zeba', 1),
+(375, 2, 'Task:MenuID=95 created in Proj:Wake Board by Shamme Zeba', 0),
+(376, 23, 'Task:MenuID=95 created in Proj:Wake Board by Shamme Zeba', 1),
+(377, 17, 'Task:MenuID=95 created in Proj:Wake Board by Shamme Zeba', 1),
+(378, 23, 'Task:Blog created in Proj:Lashiq by admin', 1),
+(379, 18, 'Task:Blog created in Proj:Lashiq by admin', 0),
+(380, 23, 'mostafij assigned in Task:Blog of Proj:Lashiq by admin', 1),
+(381, 18, 'You assigned in Task:Blog of Proj:Lashiq by admin', 0),
+(382, 23, 'Task:eye in the navigation created in Proj:Lashiq by admin', 1),
+(383, 18, 'Task:eye in the navigation created in Proj:Lashiq by admin', 0),
+(384, 2, 'Sabuj Maksud assigned in Proj:Lashiq by admin', 0),
+(385, 23, 'Sabuj Maksud assigned in Proj:Lashiq by admin', 1),
+(386, 30, 'You assigned in Proj:Lashiq by admin', 0),
+(387, 23, 'Sabuj Maksud assigned in Task:eye in the navigation of Proj:Lashiq by admin', 1),
+(388, 30, 'You assigned in Task:eye in the navigation of Proj:Lashiq by admin', 0),
+(389, 23, 'Task:Design Issues and Banner created in Proj:Lashiq by admin', 1),
+(390, 18, 'Task:Design Issues and Banner created in Proj:Lashiq by admin', 0),
+(391, 30, 'Task:Design Issues and Banner created in Proj:Lashiq by admin', 0),
+(392, 23, 'Sabuj Maksud assigned in Task:Design Issues and Banner of Proj:Lashiq by admin', 1),
+(393, 30, 'You assigned in Task:Design Issues and Banner of Proj:Lashiq by admin', 0),
+(394, 23, 'A comment added in Task:Design Issues and Banner of Proj:Lashiq by admin', 1),
+(395, 30, 'A comment added in Task:Design Issues and Banner of Proj:Lashiq by admin', 0),
+(396, 17, 'A comment added in Task:Design Issues and Banner of Proj:Lashiq by admin', 1),
+(397, 2, 'File:comments on the design_102116.docx added in Proj:Lashiq by admin', 0),
+(398, 23, 'File:comments on the design_102116.docx added in Proj:Lashiq by admin', 1),
+(399, 18, 'File:comments on the design_102116.docx added in Proj:Lashiq by admin', 0),
+(400, 30, 'File:comments on the design_102116.docx added in Proj:Lashiq by admin', 0),
+(401, 2, 'File:2nd banner comments.jpg added in Proj:Lashiq by admin', 0),
+(402, 23, 'File:2nd banner comments.jpg added in Proj:Lashiq by admin', 1),
+(403, 18, 'File:2nd banner comments.jpg added in Proj:Lashiq by admin', 0),
+(404, 30, 'File:2nd banner comments.jpg added in Proj:Lashiq by admin', 0),
+(405, 2, 'File:first banner comments.jpg added in Proj:Lashiq by admin', 0),
+(406, 23, 'File:first banner comments.jpg added in Proj:Lashiq by admin', 1),
+(407, 18, 'File:first banner comments.jpg added in Proj:Lashiq by admin', 0),
+(408, 30, 'File:first banner comments.jpg added in Proj:Lashiq by admin', 0),
+(409, 2, 'File:the font and effects for the text on the banner images.jpg added in Proj:Lashiq by admin', 0),
+(410, 23, 'File:the font and effects for the text on the banner images.jpg added in Proj:Lashiq by admin', 1),
+(411, 18, 'File:the font and effects for the text on the banner images.jpg added in Proj:Lashiq by admin', 0),
+(412, 30, 'File:the font and effects for the text on the banner images.jpg added in Proj:Lashiq by admin', 0),
+(413, 23, 'Task:add to cart missing created in Proj:Lashiq by admin', 1),
+(414, 18, 'Task:add to cart missing created in Proj:Lashiq by admin', 0),
+(415, 30, 'Task:add to cart missing created in Proj:Lashiq by admin', 0),
+(416, 23, 'mostafij assigned in Task:add to cart missing of Proj:Lashiq by admin', 1),
+(417, 18, 'You assigned in Task:add to cart missing of Proj:Lashiq by admin', 0),
+(418, 23, 'Task:Instagram Images created in Proj:Lashiq by admin', 1),
+(419, 18, 'Task:Instagram Images created in Proj:Lashiq by admin', 0),
+(420, 30, 'Task:Instagram Images created in Proj:Lashiq by admin', 0),
+(421, 23, 'mostafij assigned in Task:Instagram Images of Proj:Lashiq by admin', 1),
+(422, 18, 'You assigned in Task:Instagram Images of Proj:Lashiq by admin', 0),
+(423, 23, 'Task:Fonts in FAQ page created in Proj:Lashiq by admin', 1),
+(424, 18, 'Task:Fonts in FAQ page created in Proj:Lashiq by admin', 0),
+(425, 30, 'Task:Fonts in FAQ page created in Proj:Lashiq by admin', 0),
+(426, 23, 'mostafij assigned in Task:Fonts in FAQ page of Proj:Lashiq by admin', 1),
+(427, 18, 'You assigned in Task:Fonts in FAQ page of Proj:Lashiq by admin', 0),
+(428, 2, 'Shamme Zeba assigned in Proj:Summit Communications by admin', 0),
+(429, 23, 'Shamme Zeba assigned in Proj:Summit Communications by admin', 1),
+(430, 36, 'You assigned in Proj:Summit Communications by admin', 0),
+(431, 23, 'Task:Four reference website created in Proj:Summit Communications by admin', 1),
+(432, 30, 'Task:Four reference website created in Proj:Summit Communications by admin', 0),
+(433, 36, 'Task:Four reference website created in Proj:Summit Communications by admin', 0),
+(434, 23, 'Shamme Zeba assigned in Task:Four reference website of Proj:Summit Communications by admin', 1),
+(435, 36, 'You assigned in Task:Four reference website of Proj:Summit Communications by admin', 0),
+(436, 2, 'Proj: Design Tasks created by admin', 0),
+(437, 23, 'Proj: Design Tasks created by admin', 1),
+(438, 23, 'Task:IFAD created in Proj:Design Tasks by admin', 1),
+(439, 2, 'Sabuj Maksud assigned in Proj:Design Tasks by admin', 0),
+(440, 23, 'Sabuj Maksud assigned in Proj:Design Tasks by admin', 1),
+(441, 30, 'You assigned in Proj:Design Tasks by admin', 0),
+(442, 23, 'Sabuj Maksud assigned in Task:IFAD of Proj:Design Tasks by admin', 1),
+(443, 30, 'You assigned in Task:IFAD of Proj:Design Tasks by admin', 0),
+(444, 23, 'Task:JDPC Loading Page  created in Proj:JDPC by admin', 1),
+(445, 27, 'Task:JDPC Loading Page  created in Proj:JDPC by admin', 0),
+(446, 23, 'Sakib Kh assigned in Task:JDPC Loading Page  of Proj:JDPC by admin', 1),
+(447, 27, 'You assigned in Task:JDPC Loading Page  of Proj:JDPC by admin', 0),
+(448, 23, 'A comment added in Task:Convert to Wordpress of Proj:Abhizatrik Foundation by admin', 1),
+(449, 0, 'A comment added in Task:Convert to Wordpress of Proj:Abhizatrik Foundation by admin', 1),
+(450, 17, 'A comment added in Task:Convert to Wordpress of Proj:Abhizatrik Foundation by admin', 1),
+(451, 23, 'Kabir Hossen assigned in Task:Convert to Wordpress of Proj:Abhizatrik Foundation by admin', 1),
+(452, 25, 'You assigned in Task:Convert to Wordpress of Proj:Abhizatrik Foundation by admin', 0),
+(453, 23, 'Task:Product Category Page created in Proj:Secret World by admin', 1),
+(454, 25, 'Task:Product Category Page created in Proj:Secret World by admin', 0),
+(455, 27, 'Task:Product Category Page created in Proj:Secret World by admin', 0),
+(456, 22, 'Task:Product Category Page created in Proj:Secret World by admin', 0),
+(457, 36, 'Task:Product Category Page created in Proj:Secret World by admin', 0),
+(458, 23, 'Sakib Kh assigned in Task:Product Category Page of Proj:Secret World by admin', 1),
+(459, 27, 'You assigned in Task:Product Category Page of Proj:Secret World by admin', 0),
+(460, 23, 'Task:Product Details Page created in Proj:Secret World by admin', 1),
+(461, 25, 'Task:Product Details Page created in Proj:Secret World by admin', 0),
+(462, 27, 'Task:Product Details Page created in Proj:Secret World by admin', 0),
+(463, 22, 'Task:Product Details Page created in Proj:Secret World by admin', 0),
+(464, 36, 'Task:Product Details Page created in Proj:Secret World by admin', 0),
+(465, 23, 'Sakib Kh assigned in Task:Product Details Page of Proj:Secret World by admin', 1),
+(466, 27, 'You assigned in Task:Product Details Page of Proj:Secret World by admin', 0),
+(467, 23, 'Task:Make an api for mobile apps created in Proj:Secret World by admin', 1),
+(468, 25, 'Task:Make an api for mobile apps created in Proj:Secret World by admin', 0),
+(469, 27, 'Task:Make an api for mobile apps created in Proj:Secret World by admin', 0),
+(470, 22, 'Task:Make an api for mobile apps created in Proj:Secret World by admin', 0),
+(471, 36, 'Task:Make an api for mobile apps created in Proj:Secret World by admin', 0),
+(472, 23, 'Sakib Kh assigned in Task:Make an api for mobile apps of Proj:Secret World by admin', 1),
+(473, 27, 'You assigned in Task:Make an api for mobile apps of Proj:Secret World by admin', 0),
+(474, 2, 'Kabir Hossen assigned in Proj:Textile Fabrics Website Theme by admin', 0),
+(475, 23, 'Kabir Hossen assigned in Proj:Textile Fabrics Website Theme by admin', 1),
+(476, 25, 'You assigned in Proj:Textile Fabrics Website Theme by admin', 0),
+(477, 23, 'Task:Convert to Wordpress created in Proj:Textile Fabrics Website Theme by admin', 1),
+(478, 30, 'Task:Convert to Wordpress created in Proj:Textile Fabrics Website Theme by admin', 0),
+(479, 18, 'Task:Convert to Wordpress created in Proj:Textile Fabrics Website Theme by admin', 0),
+(480, 25, 'Task:Convert to Wordpress created in Proj:Textile Fabrics Website Theme by admin', 0),
+(481, 23, 'Kabir Hossen assigned in Task:Convert to Wordpress of Proj:Textile Fabrics Website Theme by admin', 1),
+(482, 25, 'You assigned in Task:Convert to Wordpress of Proj:Textile Fabrics Website Theme by admin', 0),
+(483, 2, 'A comment added in Task:Blog of Proj:Business Consultant Firm Template by mostafij', 0),
+(484, 23, 'A comment added in Task:Blog of Proj:Business Consultant Firm Template by mostafij', 1),
+(485, 17, 'A comment added in Task:Blog of Proj:Business Consultant Firm Template by mostafij', 1),
+(486, 2, 'A comment added in Task:Blog of Proj:Business Consultant Firm Template by mostafij', 0),
+(487, 23, 'A comment added in Task:Blog of Proj:Business Consultant Firm Template by mostafij', 1),
+(488, 17, 'A comment added in Task:Blog of Proj:Business Consultant Firm Template by mostafij', 1),
+(489, 2, 'A comment added in Task:Blog of Proj:Business Consultant Firm Template by mostafij', 0),
+(490, 23, 'A comment added in Task:Blog of Proj:Business Consultant Firm Template by mostafij', 1),
+(491, 17, 'A comment added in Task:Blog of Proj:Business Consultant Firm Template by mostafij', 1),
+(492, 2, 'A comment added in Task:Blog of Proj:Business Consultant Firm Template by mostafij', 0),
+(493, 23, 'A comment added in Task:Blog of Proj:Business Consultant Firm Template by mostafij', 1),
+(494, 17, 'A comment added in Task:Blog of Proj:Business Consultant Firm Template by mostafij', 1),
+(495, 2, 'A comment added in Task:Blog of Proj:Business Consultant Firm Template by mostafij', 0),
+(496, 23, 'A comment added in Task:Blog of Proj:Business Consultant Firm Template by mostafij', 1),
+(497, 17, 'A comment added in Task:Blog of Proj:Business Consultant Firm Template by mostafij', 1),
+(498, 2, 'Proj: Studypress created by admin', 0),
+(499, 23, 'Proj: Studypress created by admin', 1),
+(500, 2, 'Task:MenuID=50 created in Proj:Wake Board by Shamme Zeba', 0),
+(501, 23, 'Task:MenuID=50 created in Proj:Wake Board by Shamme Zeba', 1),
+(502, 17, 'Task:MenuID=50 created in Proj:Wake Board by Shamme Zeba', 1),
+(503, 2, 'Task:MenuID=6 created in Proj:Wake Board by Shamme Zeba', 0),
+(504, 23, 'Task:MenuID=6 created in Proj:Wake Board by Shamme Zeba', 1),
+(505, 17, 'Task:MenuID=6 created in Proj:Wake Board by Shamme Zeba', 1),
+(506, 2, 'Task:MenuID=2 created in Proj:Wake Board by Shamme Zeba', 0),
+(507, 23, 'Task:MenuID=2 created in Proj:Wake Board by Shamme Zeba', 1),
+(508, 17, 'Task:MenuID=2 created in Proj:Wake Board by Shamme Zeba', 1),
+(509, 2, 'Task:MenuID=4 created in Proj:Wake Board by Shamme Zeba', 0),
+(510, 23, 'Task:MenuID=4 created in Proj:Wake Board by Shamme Zeba', 1),
+(511, 17, 'Task:MenuID=4 created in Proj:Wake Board by Shamme Zeba', 1),
+(512, 2, 'Task:MenuID=501 created in Proj:Wake Board by Shamme Zeba', 0),
+(513, 23, 'Task:MenuID=501 created in Proj:Wake Board by Shamme Zeba', 1),
+(514, 17, 'Task:MenuID=501 created in Proj:Wake Board by Shamme Zeba', 1),
+(515, 2, 'Task:MenuID=502 created in Proj:Wake Board by Shamme Zeba', 0),
+(516, 23, 'Task:MenuID=502 created in Proj:Wake Board by Shamme Zeba', 1),
+(517, 17, 'Task:MenuID=502 created in Proj:Wake Board by Shamme Zeba', 1),
+(518, 2, 'Task:MenuID=651 created in Proj:Wake Board by Shamme Zeba', 0),
+(519, 23, 'Task:MenuID=651 created in Proj:Wake Board by Shamme Zeba', 1),
+(520, 17, 'Task:MenuID=651 created in Proj:Wake Board by Shamme Zeba', 1),
+(521, 2, 'Task:MenuID=6 created in Proj:Wake Board by Shamme Zeba', 0),
+(522, 23, 'Task:MenuID=6 created in Proj:Wake Board by Shamme Zeba', 1),
+(523, 17, 'Task:MenuID=6 created in Proj:Wake Board by Shamme Zeba', 1),
+(524, 2, 'Proj: Orion Travels Ticket Processing created by admin', 0),
+(525, 23, 'Proj: Orion Travels Ticket Processing created by admin', 1),
+(526, 2, 'Task:MenuID=6 removed from Proj:Wake Board by Shamme Zeba', 0),
+(527, 23, 'Task:MenuID=6 removed from Proj:Wake Board by Shamme Zeba', 1),
+(528, 36, 'Task:MenuID=6 removed from Proj:Wake Board by Shamme Zeba', 0),
+(529, 2, 'Task:MenuID=61 created in Proj:Wake Board by Shamme Zeba', 0),
+(530, 23, 'Task:MenuID=61 created in Proj:Wake Board by Shamme Zeba', 1),
+(531, 17, 'Task:MenuID=61 created in Proj:Wake Board by Shamme Zeba', 1),
+(532, 2, 'Task:MenuID=54 created in Proj:Wake Board by Shamme Zeba', 0),
+(533, 23, 'Task:MenuID=54 created in Proj:Wake Board by Shamme Zeba', 1),
+(534, 17, 'Task:MenuID=54 created in Proj:Wake Board by Shamme Zeba', 1),
+(535, 2, 'Shamim assigned in Proj:Orion Travels Ticket Processing by admin', 0),
+(536, 23, 'Shamim assigned in Proj:Orion Travels Ticket Processing by admin', 1),
+(537, 28, 'You assigned in Proj:Orion Travels Ticket Processing by admin', 0),
+(538, 2, 'Shamim assigned as a PM in Proj:Orion Travels Ticket Processing by admin', 0),
+(539, 23, 'Shamim assigned as a PM in Proj:Orion Travels Ticket Processing by admin', 1),
+(540, 28, 'Shamim assigned as a PM in Proj:Orion Travels Ticket Processing by admin', 0),
+(541, 2, 'Task:Bug fixing for abacus system created in Proj:Orion Travels Ticket Processing by Shamim', 0),
+(542, 23, 'Task:Bug fixing for abacus system created in Proj:Orion Travels Ticket Processing by Shamim', 1),
+(543, 37, 'Task:Bug fixing for abacus system created in Proj:Orion Travels Ticket Processing by Shamim', 1),
+(544, 2, 'Task:Changes In Abasus Tax Calculation created in Proj:Orion Travels Ticket Processing by Shamim', 0),
+(545, 23, 'Task:Changes In Abasus Tax Calculation created in Proj:Orion Travels Ticket Processing by Shamim', 1),
+(546, 37, 'Task:Changes In Abasus Tax Calculation created in Proj:Orion Travels Ticket Processing by Shamim', 1),
+(547, 2, 'Task:grand total breakdown in abacus system created in Proj:Orion Travels Ticket Processing by Shamim', 0),
+(548, 23, 'Task:grand total breakdown in abacus system created in Proj:Orion Travels Ticket Processing by Shamim', 1),
+(549, 37, 'Task:grand total breakdown in abacus system created in Proj:Orion Travels Ticket Processing by Shamim', 1),
+(550, 2, 'Task:Slogan  created in Proj:Robin & Razu by Kabir Hossen', 0),
+(551, 23, 'Task:Slogan  created in Proj:Robin & Razu by Kabir Hossen', 1),
+(552, 24, 'Task:Slogan  created in Proj:Robin & Razu by Kabir Hossen', 1),
+(553, 2, 'A comment added in Task:JDPC Loading Page  of Proj:JDPC by Sakib Kh', 0),
+(554, 23, 'A comment added in Task:JDPC Loading Page  of Proj:JDPC by Sakib Kh', 1),
+(555, 17, 'A comment added in Task:JDPC Loading Page  of Proj:JDPC by Sakib Kh', 1),
+(556, 2, 'A comment added in Task:add to cart missing of Proj:Lashiq by mostafij', 0),
+(557, 23, 'A comment added in Task:add to cart missing of Proj:Lashiq by mostafij', 1),
+(558, 17, 'A comment added in Task:add to cart missing of Proj:Lashiq by mostafij', 1),
+(559, 2, 'Task:add new field city in aitport table and display city instead of airport name created in Proj:Orion Travels Ticket Processing by Shamim', 0),
+(560, 23, 'Task:add new field city in aitport table and display city instead of airport name created in Proj:Orion Travels Ticket Processing by Shamim', 1),
+(561, 37, 'Task:add new field city in aitport table and display city instead of airport name created in Proj:Orion Travels Ticket Processing by Shamim', 1),
+(562, 2, 'A comment added in Task:Product Category Page of Proj:Secret World by Sakib Kh', 0),
+(563, 23, 'A comment added in Task:Product Category Page of Proj:Secret World by Sakib Kh', 1),
+(564, 17, 'A comment added in Task:Product Category Page of Proj:Secret World by Sakib Kh', 1),
+(565, 2, 'A comment added in Task:Product Details Page of Proj:Secret World by Sakib Kh', 0),
+(566, 23, 'A comment added in Task:Product Details Page of Proj:Secret World by Sakib Kh', 1),
+(567, 17, 'A comment added in Task:Product Details Page of Proj:Secret World by Sakib Kh', 1),
+(568, 2, 'Task:job 24-10-2016 created in Proj:Studypress Jobs by Shumon ', 0),
+(569, 23, 'Task:job 24-10-2016 created in Proj:Studypress Jobs by Shumon ', 1),
+(570, 17, 'Task:job 24-10-2016 created in Proj:Studypress Jobs by Shumon ', 1),
+(571, 2, 'Task:MCQ question, class 9-10 (24-10-2016) created in Proj:StudyPress School Ten by Shumon ', 0),
+(572, 23, 'Task:MCQ question, class 9-10 (24-10-2016) created in Proj:StudyPress School Ten by Shumon ', 1),
+(573, 17, 'Task:MCQ question, class 9-10 (24-10-2016) created in Proj:StudyPress School Ten by Shumon ', 1),
+(574, 2, 'File:amar shontan.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(575, 23, 'File:amar shontan.docx added in Proj:StudyPress School Ten by Shumon ', 1),
+(576, 21, 'File:amar shontan.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(577, 22, 'File:amar shontan.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(578, 2, 'File:Ondho-bodhu.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(579, 23, 'File:Ondho-bodhu.docx added in Proj:StudyPress School Ten by Shumon ', 1),
+(580, 21, 'File:Ondho-bodhu.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(581, 22, 'File:Ondho-bodhu.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(582, 2, 'Shamim assigned in Proj:StudyPress News by admin', 0),
+(583, 23, 'Shamim assigned in Proj:StudyPress News by admin', 1),
+(584, 28, 'You assigned in Proj:StudyPress News by admin', 0),
+(585, 23, 'Task:On this day bug created in Proj:StudyPress News by admin', 1),
+(586, 21, 'Task:On this day bug created in Proj:StudyPress News by admin', 0),
+(587, 20, 'Task:On this day bug created in Proj:StudyPress News by admin', 0),
+(588, 22, 'Task:On this day bug created in Proj:StudyPress News by admin', 0),
+(589, 26, 'Task:On this day bug created in Proj:StudyPress News by admin', 0),
+(590, 28, 'Task:On this day bug created in Proj:StudyPress News by admin', 0),
+(591, 23, 'Shamim assigned in Task:On this day bug of Proj:StudyPress News by admin', 1),
+(592, 28, 'You assigned in Task:On this day bug of Proj:StudyPress News by admin', 0),
+(593, 2, 'A comment added in Task:My Some working are shown here ... of Proj:Maxx Beard  by mostafij', 0),
+(594, 23, 'A comment added in Task:My Some working are shown here ... of Proj:Maxx Beard  by mostafij', 1),
+(595, 17, 'A comment added in Task:My Some working are shown here ... of Proj:Maxx Beard  by mostafij', 1),
+(596, 2, 'Task:job 25-10-2016  created in Proj:Studypress Jobs by Shumon ', 0),
+(597, 23, 'Task:job 25-10-2016  created in Proj:Studypress Jobs by Shumon ', 1),
+(598, 17, 'Task:job 25-10-2016  created in Proj:Studypress Jobs by Shumon ', 1),
+(599, 2, 'Task:JDPC checking user panel and admin panel created in Proj:JDPC by Sakib Kh', 0),
+(600, 23, 'Task:JDPC checking user panel and admin panel created in Proj:JDPC by Sakib Kh', 1),
+(601, 17, 'Task:JDPC checking user panel and admin panel created in Proj:JDPC by Sakib Kh', 1);
+INSERT INTO `notification` (`id`, `user_id`, `msg`, `status`) VALUES
+(602, 2, 'Task:Add different dashboard for user and admin created in Proj:JDPC by Sakib Kh', 0),
+(603, 23, 'Task:Add different dashboard for user and admin created in Proj:JDPC by Sakib Kh', 1),
+(604, 17, 'Task:Add different dashboard for user and admin created in Proj:JDPC by Sakib Kh', 1),
+(605, 2, 'Task:add different left menu bar for user and admin created in Proj:JDPC by Sakib Kh', 0),
+(606, 23, 'Task:add different left menu bar for user and admin created in Proj:JDPC by Sakib Kh', 1),
+(607, 17, 'Task:add different left menu bar for user and admin created in Proj:JDPC by Sakib Kh', 1),
+(608, 2, 'Task:job post 25-10-2016  created in Proj:Studypress Jobs by Shumon ', 0),
+(609, 23, 'Task:job post 25-10-2016  created in Proj:Studypress Jobs by Shumon ', 1),
+(610, 17, 'Task:job post 25-10-2016  created in Proj:Studypress Jobs by Shumon ', 1),
+(611, 2, 'Shamim assigned in Task:On this day bug of Proj:StudyPress News by Shamim', 0),
+(612, 23, 'Shamim assigned in Task:On this day bug of Proj:StudyPress News by Shamim', 1),
+(613, 2, 'Shamim assigned in Task:On this day bug of Proj:StudyPress News by Shamim', 0),
+(614, 23, 'Shamim assigned in Task:On this day bug of Proj:StudyPress News by Shamim', 1),
+(615, 2, 'Arafat Rahman assigned in Task:On this day bug of Proj:StudyPress News by Shamim', 0),
+(616, 23, 'Arafat Rahman assigned in Task:On this day bug of Proj:StudyPress News by Shamim', 1),
+(617, 21, 'Arafat Rahman assigned in Task:On this day bug of Proj:StudyPress News by Shamim', 0),
+(618, 2, 'Shamim assigned in Task:On this day bug of Proj:StudyPress News by Shamim', 0),
+(619, 23, 'Shamim assigned in Task:On this day bug of Proj:StudyPress News by Shamim', 1),
+(620, 23, 'Task:Total Design Review created in Proj:Lashiq by admin', 1),
+(621, 18, 'Task:Total Design Review created in Proj:Lashiq by admin', 0),
+(622, 30, 'Task:Total Design Review created in Proj:Lashiq by admin', 0),
+(623, 23, 'Sabuj Maksud assigned in Task:Total Design Review of Proj:Lashiq by admin', 1),
+(624, 30, 'You assigned in Task:Total Design Review of Proj:Lashiq by admin', 0),
+(625, 2, 'Task: Bug fixing in Manage Employee page created in Proj:HRM by Norazzuman', 0),
+(626, 23, 'Task: Bug fixing in Manage Employee page created in Proj:HRM by Norazzuman', 1),
+(627, 17, 'Task: Bug fixing in Manage Employee page created in Proj:HRM by Norazzuman', 1),
+(628, 2, 'Task:Bug fixing in Manage Leavepage & Leave Discard Page  created in Proj:HRM by Norazzuman', 0),
+(629, 23, 'Task:Bug fixing in Manage Leavepage & Leave Discard Page  created in Proj:HRM by Norazzuman', 1),
+(630, 17, 'Task:Bug fixing in Manage Leavepage & Leave Discard Page  created in Proj:HRM by Norazzuman', 1),
+(631, 2, 'Task:Report on Leave encashment created in Proj:HRM by Norazzuman', 0),
+(632, 23, 'Task:Report on Leave encashment created in Proj:HRM by Norazzuman', 1),
+(633, 17, 'Task:Report on Leave encashment created in Proj:HRM by Norazzuman', 1),
+(634, 2, 'Task:Report of Mid- term PADR created in Proj:HRM by Norazzuman', 0),
+(635, 23, 'Task:Report of Mid- term PADR created in Proj:HRM by Norazzuman', 1),
+(636, 17, 'Task:Report of Mid- term PADR created in Proj:HRM by Norazzuman', 1),
+(637, 2, 'Task: Report of Final- term PADR created in Proj:HRM by Norazzuman', 0),
+(638, 23, 'Task: Report of Final- term PADR created in Proj:HRM by Norazzuman', 1),
+(639, 17, 'Task: Report of Final- term PADR created in Proj:HRM by Norazzuman', 1),
+(640, 2, 'Task:Report of field force created in Proj:HRM by Norazzuman', 0),
+(641, 23, 'Task:Report of field force created in Proj:HRM by Norazzuman', 1),
+(642, 17, 'Task:Report of field force created in Proj:HRM by Norazzuman', 1),
+(643, 2, 'Task:Report of transfer history of employee  created in Proj:HRM by Norazzuman', 0),
+(644, 23, 'Task:Report of transfer history of employee  created in Proj:HRM by Norazzuman', 1),
+(645, 17, 'Task:Report of transfer history of employee  created in Proj:HRM by Norazzuman', 1),
+(646, 2, 'Task: Report of promotion history of employee  created in Proj:HRM by Norazzuman', 0),
+(647, 23, 'Task: Report of promotion history of employee  created in Proj:HRM by Norazzuman', 1),
+(648, 17, 'Task: Report of promotion history of employee  created in Proj:HRM by Norazzuman', 1),
+(649, 23, 'Task:Nuvista demo Design created in Proj:Design Tasks by admin', 1),
+(650, 30, 'Task:Nuvista demo Design created in Proj:Design Tasks by admin', 0),
+(651, 23, 'Sabuj Maksud assigned in Task:Nuvista demo Design of Proj:Design Tasks by admin', 1),
+(652, 30, 'You assigned in Task:Nuvista demo Design of Proj:Design Tasks by admin', 0),
+(653, 2, 'A comment added in Task:Blog of Proj:Business Consultant Firm Template by mostafij', 0),
+(654, 23, 'A comment added in Task:Blog of Proj:Business Consultant Firm Template by mostafij', 1),
+(655, 17, 'A comment added in Task:Blog of Proj:Business Consultant Firm Template by mostafij', 1),
+(656, 2, 'Task:http://localhost/consulting/blog/ created in Proj:Business Consultant Firm Template by mostafij', 0),
+(657, 23, 'Task:http://localhost/consulting/blog/ created in Proj:Business Consultant Firm Template by mostafij', 1),
+(658, 17, 'Task:http://localhost/consulting/blog/ created in Proj:Business Consultant Firm Template by mostafij', 1),
+(659, 2, 'Task:Bangla 2nd paper (page 75-110) editing +  daily star editorial created in Proj:StudyPress School Ten by Arafat Rahman', 0),
+(660, 23, 'Task:Bangla 2nd paper (page 75-110) editing +  daily star editorial created in Proj:StudyPress School Ten by Arafat Rahman', 1),
+(661, 17, 'Task:Bangla 2nd paper (page 75-110) editing +  daily star editorial created in Proj:StudyPress School Ten by Arafat Rahman', 1),
+(662, 2, 'File:Jhornar-Gaan.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(663, 23, 'File:Jhornar-Gaan.docx added in Proj:StudyPress School Ten by Shumon ', 1),
+(664, 21, 'File:Jhornar-Gaan.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(665, 22, 'File:Jhornar-Gaan.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(666, 2, 'Task:MenuID=913 created in Proj:Wake Board by Shamme Zeba', 0),
+(667, 23, 'Task:MenuID=913 created in Proj:Wake Board by Shamme Zeba', 1),
+(668, 17, 'Task:MenuID=913 created in Proj:Wake Board by Shamme Zeba', 1),
+(669, 2, 'File:Pran.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(670, 23, 'File:Pran.docx added in Proj:StudyPress School Ten by Shumon ', 1),
+(671, 21, 'File:Pran.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(672, 22, 'File:Pran.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(673, 2, 'Proj: Eduaid created by admin', 0),
+(674, 23, 'Proj: Eduaid created by admin', 1),
+(675, 23, 'Task:Admin panel-> Image upload created in Proj:Eduaid by admin', 1),
+(676, 23, 'Task:Home Page-> Visa Types created in Proj:Eduaid by admin', 1),
+(677, 23, 'Task:Email Contact created in Proj:Eduaid by admin', 1),
+(678, 23, 'Task:Skilled Migration Form-- User Data Missing created in Proj:Eduaid by admin', 1),
+(679, 23, 'A comment added in Task:Skilled Migration Form-- User Data Missing of Proj:Eduaid by admin', 1),
+(680, 0, 'A comment added in Task:Skilled Migration Form-- User Data Missing of Proj:Eduaid by admin', 1),
+(681, 17, 'A comment added in Task:Skilled Migration Form-- User Data Missing of Proj:Eduaid by admin', 1),
+(682, 23, 'A comment added in Task:Skilled Migration Form-- User Data Missing of Proj:Eduaid by admin', 1),
+(683, 0, 'A comment added in Task:Skilled Migration Form-- User Data Missing of Proj:Eduaid by admin', 1),
+(684, 17, 'A comment added in Task:Skilled Migration Form-- User Data Missing of Proj:Eduaid by admin', 1),
+(685, 23, 'Task:Testimonials--> increase the size created in Proj:Eduaid by admin', 1),
+(686, 23, 'Task:Contact-> Form created in Proj:Eduaid by admin', 1),
+(687, 23, 'Task:Contact form thank you message created in Proj:Eduaid by admin', 1),
+(688, 23, 'Task:Slider created in Proj:Eduaid by admin', 1),
+(689, 2, 'Task:http://www.revinr.com/consulting/ created in Proj:Business Consultant Firm Template by mostafij', 0),
+(690, 23, 'Task:http://www.revinr.com/consulting/ created in Proj:Business Consultant Firm Template by mostafij', 1),
+(691, 17, 'Task:http://www.revinr.com/consulting/ created in Proj:Business Consultant Firm Template by mostafij', 1),
+(692, 2, 'Task:JOB post (26/10/2016) created in Proj:Studypress Jobs by Shumon ', 0),
+(693, 23, 'Task:JOB post (26/10/2016) created in Proj:Studypress Jobs by Shumon ', 1),
+(694, 17, 'Task:JOB post (26/10/2016) created in Proj:Studypress Jobs by Shumon ', 1),
+(695, 2, 'Task:Bangla 9-10 (MCQ) (26-10-2016) created in Proj:StudyPress School Ten by Shumon ', 0),
+(696, 23, 'Task:Bangla 9-10 (MCQ) (26-10-2016) created in Proj:StudyPress School Ten by Shumon ', 1),
+(697, 17, 'Task:Bangla 9-10 (MCQ) (26-10-2016) created in Proj:StudyPress School Ten by Shumon ', 1),
+(698, 2, 'File:seidin ei math.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(699, 23, 'File:seidin ei math.docx added in Proj:StudyPress School Ten by Shumon ', 1),
+(700, 21, 'File:seidin ei math.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(701, 22, 'File:seidin ei math.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(702, 2, 'Task:add read all link in news details page created in Proj:StudyPress News by Shamim', 0),
+(703, 23, 'Task:add read all link in news details page created in Proj:StudyPress News by Shamim', 1),
+(704, 17, 'Task:add read all link in news details page created in Proj:StudyPress News by Shamim', 1),
+(705, 2, 'Task:update database and fixed some broken pages created in Proj:Orion Travels Ticket Processing by Shamim', 0),
+(706, 23, 'Task:update database and fixed some broken pages created in Proj:Orion Travels Ticket Processing by Shamim', 1),
+(707, 37, 'Task:update database and fixed some broken pages created in Proj:Orion Travels Ticket Processing by Shamim', 1),
+(708, 2, 'Task:fixed footer in all pages created in Proj:StudyPress Bug by Shamim', 0),
+(709, 23, 'Task:fixed footer in all pages created in Proj:StudyPress Bug by Shamim', 1),
+(710, 17, 'Task:fixed footer in all pages created in Proj:StudyPress Bug by Shamim', 1),
+(711, 2, 'Task:Job Post (27-10-2016) created in Proj:Studypress Jobs by Shumon ', 0),
+(712, 23, 'Task:Job Post (27-10-2016) created in Proj:Studypress Jobs by Shumon ', 1),
+(713, 17, 'Task:Job Post (27-10-2016) created in Proj:Studypress Jobs by Shumon ', 1),
+(714, 23, 'Task: created in Proj:Lashiq by admin', 1),
+(715, 18, 'Task: created in Proj:Lashiq by admin', 0),
+(716, 30, 'Task: created in Proj:Lashiq by admin', 0),
+(717, 23, 'Task: removed from Proj:Lashiq by admin', 1),
+(718, 18, 'Task: removed from Proj:Lashiq by admin', 0),
+(719, 30, 'Task: removed from Proj:Lashiq by admin', 0),
+(720, 23, 'Task:Slider & Color && EYE created in Proj:Lashiq by admin', 1),
+(721, 18, 'Task:Slider & Color && EYE created in Proj:Lashiq by admin', 0),
+(722, 30, 'Task:Slider & Color && EYE created in Proj:Lashiq by admin', 0),
+(723, 23, 'mostafij assigned in Task:Slider & Color && EYE of Proj:Lashiq by admin', 1),
+(724, 18, 'You assigned in Task:Slider & Color && EYE of Proj:Lashiq by admin', 0),
+(725, 2, 'A comment added in Task:Slider & Color && EYE of Proj:Lashiq by mostafij', 0),
+(726, 23, 'A comment added in Task:Slider & Color && EYE of Proj:Lashiq by mostafij', 1),
+(727, 17, 'A comment added in Task:Slider & Color && EYE of Proj:Lashiq by mostafij', 1),
+(728, 2, 'Proj: Baira created by admin', 0),
+(729, 23, 'Proj: Baira created by admin', 1),
+(730, 2, 'mostafij assigned in Proj:Baira by admin', 0),
+(731, 23, 'mostafij assigned in Proj:Baira by admin', 1),
+(732, 18, 'You assigned in Proj:Baira by admin', 0),
+(733, 23, 'Task:Make A website demo created in Proj:Baira by admin', 1),
+(734, 18, 'Task:Make A website demo created in Proj:Baira by admin', 0),
+(735, 23, 'mostafij assigned in Task:Make A website demo of Proj:Baira by admin', 1),
+(736, 18, 'You assigned in Task:Make A website demo of Proj:Baira by admin', 0),
+(737, 23, 'mostafij assigned in Task:Make A website demo of Proj:Baira by admin', 1),
+(738, 18, 'You assigned in Task:Make A website demo of Proj:Baira by admin', 0),
+(739, 2, 'A comment added in Task:Slider & Color && EYE of Proj:Lashiq by mostafij', 0),
+(740, 23, 'A comment added in Task:Slider & Color && EYE of Proj:Lashiq by mostafij', 1),
+(741, 17, 'A comment added in Task:Slider & Color && EYE of Proj:Lashiq by mostafij', 1),
+(742, 2, 'File:ami kono aguntok noi.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(743, 23, 'File:ami kono aguntok noi.docx added in Proj:StudyPress School Ten by Shumon ', 1),
+(744, 21, 'File:ami kono aguntok noi.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(745, 22, 'File:ami kono aguntok noi.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(746, 2, 'Task:JOB post (28/10/2016) created in Proj:Studypress Jobs by Shumon ', 0),
+(747, 23, 'Task:JOB post (28/10/2016) created in Proj:Studypress Jobs by Shumon ', 1),
+(748, 17, 'Task:JOB post (28/10/2016) created in Proj:Studypress Jobs by Shumon ', 1),
+(749, 2, 'Task:MenuID=5 created in Proj:Wake Board by Shamme Zeba', 0),
+(750, 23, 'Task:MenuID=5 created in Proj:Wake Board by Shamme Zeba', 1),
+(751, 17, 'Task:MenuID=5 created in Proj:Wake Board by Shamme Zeba', 1),
+(752, 2, 'File:Bristy.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(753, 23, 'File:Bristy.docx added in Proj:StudyPress School Ten by Shumon ', 1),
+(754, 21, 'File:Bristy.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(755, 22, 'File:Bristy.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(756, 2, 'File:pollijononi.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(757, 23, 'File:pollijononi.docx added in Proj:StudyPress School Ten by Shumon ', 1),
+(758, 21, 'File:pollijononi.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(759, 22, 'File:pollijononi.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(760, 2, 'Task:JOB post (31/10/2016) created in Proj:Studypress Jobs by Shumon ', 0),
+(761, 23, 'Task:JOB post (31/10/2016) created in Proj:Studypress Jobs by Shumon ', 1),
+(762, 17, 'Task:JOB post (31/10/2016) created in Proj:Studypress Jobs by Shumon ', 1),
+(763, 2, 'Task:Class 90-10 question, Bangla 1st (kobita) created in Proj:StudyPress School Ten by Shumon ', 0),
+(764, 23, 'Task:Class 90-10 question, Bangla 1st (kobita) created in Proj:StudyPress School Ten by Shumon ', 1),
+(765, 17, 'Task:Class 90-10 question, Bangla 1st (kobita) created in Proj:StudyPress School Ten by Shumon ', 1),
+(766, 2, 'Task:?????????? + ????????? ??????? ( ???? ????? - ???????? ????????) ? ??????  created in Proj:StudyPress School Ten by Arafat Rahman', 0),
+(767, 23, 'Task:?????????? + ????????? ??????? ( ???? ????? - ???????? ????????) ? ??????  created in Proj:StudyPress School Ten by Arafat Rahman', 1),
+(768, 17, 'Task:?????????? + ????????? ??????? ( ???? ????? - ???????? ????????) ? ??????  created in Proj:StudyPress School Ten by Arafat Rahman', 1),
+(769, 2, 'Task:?????????? + ????????? ??????? ( ???? ????? - ???????? ????????) ? ??????  removed from Proj:StudyPress School Ten by Arafat Rahman', 0),
+(770, 23, 'Task:?????????? + ????????? ??????? ( ???? ????? - ???????? ????????) ? ??????  removed from Proj:StudyPress School Ten by Arafat Rahman', 1),
+(771, 21, 'Task:?????????? + ????????? ??????? ( ???? ????? - ???????? ????????) ? ??????  removed from Proj:StudyPress School Ten by Arafat Rahman', 0),
+(772, 22, 'Task:?????????? + ????????? ??????? ( ???? ????? - ???????? ????????) ? ??????  removed from Proj:StudyPress School Ten by Arafat Rahman', 0),
+(773, 2, 'Task:????? created in Proj:StudyPress School Ten by Arafat Rahman', 0),
+(774, 23, 'Task:????? created in Proj:StudyPress School Ten by Arafat Rahman', 1),
+(775, 17, 'Task:????? created in Proj:StudyPress School Ten by Arafat Rahman', 1),
+(776, 2, 'Task:????? removed from Proj:StudyPress School Ten by Arafat Rahman', 0),
+(777, 23, 'Task:????? removed from Proj:StudyPress School Ten by Arafat Rahman', 1),
+(778, 21, 'Task:????? removed from Proj:StudyPress School Ten by Arafat Rahman', 0),
+(779, 22, 'Task:????? removed from Proj:StudyPress School Ten by Arafat Rahman', 0),
+(780, 2, 'Task:?????????? + ????????? ??????? ( ???? ????? - ???????? ????????) ? ??????  created in Proj:StudyPress School Ten by Arafat Rahman', 0),
+(781, 23, 'Task:?????????? + ????????? ??????? ( ???? ????? - ???????? ????????) ? ??????  created in Proj:StudyPress School Ten by Arafat Rahman', 1),
+(782, 17, 'Task:?????????? + ????????? ??????? ( ???? ????? - ???????? ????????) ? ??????  created in Proj:StudyPress School Ten by Arafat Rahman', 1),
+(783, 2, 'Proj: Stephen created by admin', 0),
+(784, 23, 'Proj: Stephen created by admin', 1),
+(785, 2, 'Anik assigned in Proj:Stephen by admin', 0),
+(786, 23, 'Anik assigned in Proj:Stephen by admin', 1),
+(787, 38, 'You assigned in Proj:Stephen by admin', 0),
+(788, 23, 'Task:UBR created in Proj:Stephen by admin', 1),
+(789, 38, 'Task:UBR created in Proj:Stephen by admin', 0),
+(790, 23, 'Anik assigned in Task:UBR of Proj:Stephen by admin', 1),
+(791, 38, 'You assigned in Task:UBR of Proj:Stephen by admin', 0),
+(792, 23, 'Task:FARR created in Proj:Stephen by admin', 1),
+(793, 38, 'Task:FARR created in Proj:Stephen by admin', 0),
+(794, 23, 'Anik assigned in Task:FARR of Proj:Stephen by admin', 1),
+(795, 38, 'You assigned in Task:FARR of Proj:Stephen by admin', 0),
+(796, 23, 'A comment added in Task:FARR of Proj:Stephen by admin', 1),
+(797, 38, 'A comment added in Task:FARR of Proj:Stephen by admin', 0),
+(798, 17, 'A comment added in Task:FARR of Proj:Stephen by admin', 1),
+(799, 2, 'Task:?????????? + ????????? ??????? (5) created in Proj:StudyPress School Ten by Arafat Rahman', 0),
+(800, 23, 'Task:?????????? + ????????? ??????? (5) created in Proj:StudyPress School Ten by Arafat Rahman', 1),
+(801, 17, 'Task:?????????? + ????????? ??????? (5) created in Proj:StudyPress School Ten by Arafat Rahman', 1),
+(802, 2, 'Proj: FARR created by admin', 0),
+(803, 23, 'Proj: FARR created by admin', 1),
+(804, 2, 'Sabuj Maksud assigned in Proj:FARR by admin', 0),
+(805, 23, 'Sabuj Maksud assigned in Proj:FARR by admin', 1),
+(806, 30, 'You assigned in Proj:FARR by admin', 0),
+(807, 23, 'Task:Demo for Mostafij created in Proj:FARR by admin', 1),
+(808, 30, 'Task:Demo for Mostafij created in Proj:FARR by admin', 0),
+(809, 2, 'mostafij assigned in Proj:FARR by admin', 0),
+(810, 23, 'mostafij assigned in Proj:FARR by admin', 1),
+(811, 18, 'You assigned in Proj:FARR by admin', 0),
+(812, 23, 'mostafij assigned in Task:Demo for Mostafij of Proj:FARR by admin', 1),
+(813, 18, 'You assigned in Task:Demo for Mostafij of Proj:FARR by admin', 0),
+(814, 2, 'Kabir Hossen assigned in Proj:FARR by admin', 0),
+(815, 23, 'Kabir Hossen assigned in Proj:FARR by admin', 1),
+(816, 25, 'You assigned in Proj:FARR by admin', 0),
+(817, 23, 'Task:Kabir - Summit Communication created in Proj:FARR by admin', 1),
+(818, 30, 'Task:Kabir - Summit Communication created in Proj:FARR by admin', 0),
+(819, 18, 'Task:Kabir - Summit Communication created in Proj:FARR by admin', 0),
+(820, 25, 'Task:Kabir - Summit Communication created in Proj:FARR by admin', 0),
+(821, 23, 'Kabir Hossen assigned in Task:Kabir - Summit Communication of Proj:FARR by admin', 1),
+(822, 25, 'You assigned in Task:Kabir - Summit Communication of Proj:FARR by admin', 0),
+(823, 23, 'A comment added in Task:Demo for Mostafij of Proj:FARR by admin', 1),
+(824, 18, 'A comment added in Task:Demo for Mostafij of Proj:FARR by admin', 0),
+(825, 17, 'A comment added in Task:Demo for Mostafij of Proj:FARR by admin', 1),
+(826, 23, 'A comment added in Task:Demo for Mostafij of Proj:FARR by admin', 1),
+(827, 18, 'A comment added in Task:Demo for Mostafij of Proj:FARR by admin', 0),
+(828, 17, 'A comment added in Task:Demo for Mostafij of Proj:FARR by admin', 1),
+(829, 23, 'Task:Sabuj Design created in Proj:FARR by admin', 1),
+(830, 30, 'Task:Sabuj Design created in Proj:FARR by admin', 0),
+(831, 18, 'Task:Sabuj Design created in Proj:FARR by admin', 0),
+(832, 25, 'Task:Sabuj Design created in Proj:FARR by admin', 0),
+(833, 23, 'A comment added in Task:Sabuj Design of Proj:FARR by admin', 1),
+(834, 0, 'A comment added in Task:Sabuj Design of Proj:FARR by admin', 1),
+(835, 17, 'A comment added in Task:Sabuj Design of Proj:FARR by admin', 1),
+(836, 2, 'Task:DB DESIGN: WORD LEARNING APP for REVINR created in Proj:Android Learning by Mamun Hasan', 0),
+(837, 23, 'Task:DB DESIGN: WORD LEARNING APP for REVINR created in Proj:Android Learning by Mamun Hasan', 1),
+(838, 17, 'Task:DB DESIGN: WORD LEARNING APP for REVINR created in Proj:Android Learning by Mamun Hasan', 1),
+(839, 2, 'Task:JOB post (03/11/2016) created in Proj:Studypress Jobs by Shumon ', 0),
+(840, 23, 'Task:JOB post (03/11/2016) created in Proj:Studypress Jobs by Shumon ', 1),
+(841, 17, 'Task:JOB post (03/11/2016) created in Proj:Studypress Jobs by Shumon ', 1),
+(842, 2, 'Task:UI DESIGN: WORD LEARNING APP for REVINR  created in Proj:Android Learning by Mamun Hasan', 0),
+(843, 23, 'Task:UI DESIGN: WORD LEARNING APP for REVINR  created in Proj:Android Learning by Mamun Hasan', 1),
+(844, 17, 'Task:UI DESIGN: WORD LEARNING APP for REVINR  created in Proj:Android Learning by Mamun Hasan', 1),
+(845, 23, 'Sabuj Maksud assigned in Task:Sabuj Design of Proj:FARR by admin', 1),
+(846, 30, 'You assigned in Task:Sabuj Design of Proj:FARR by admin', 0),
+(847, 2, 'Task:JOB post (04/11/2016) created in Proj:Studypress Jobs by Shumon ', 0),
+(848, 23, 'Task:JOB post (04/11/2016) created in Proj:Studypress Jobs by Shumon ', 1),
+(849, 17, 'Task:JOB post (04/11/2016) created in Proj:Studypress Jobs by Shumon ', 1),
+(850, 2, 'Task:Add Slider image  http://www.itimpress.com.au/ created in Proj:ITIMPRESS.COM by mostafij', 0),
+(851, 23, 'Task:Add Slider image  http://www.itimpress.com.au/ created in Proj:ITIMPRESS.COM by mostafij', 1),
+(852, 24, 'Task:Add Slider image  http://www.itimpress.com.au/ created in Proj:ITIMPRESS.COM by mostafij', 1),
+(853, 2, 'Task:Bangla 9-10 (MCQ) (04-11-2016) created in Proj:StudyPress School Ten by Shumon ', 0),
+(854, 23, 'Task:Bangla 9-10 (MCQ) (04-11-2016) created in Proj:StudyPress School Ten by Shumon ', 1),
+(855, 17, 'Task:Bangla 9-10 (MCQ) (04-11-2016) created in Proj:StudyPress School Ten by Shumon ', 1),
+(856, 2, 'File:amar porichoy.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(857, 23, 'File:amar porichoy.docx added in Proj:StudyPress School Ten by Shumon ', 1),
+(858, 21, 'File:amar porichoy.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(859, 22, 'File:amar porichoy.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(860, 2, 'Task:FARR created in Proj:Demo Projects by mostafij', 0),
+(861, 23, 'Task:FARR created in Proj:Demo Projects by mostafij', 1),
+(862, 17, 'Task:FARR created in Proj:Demo Projects by mostafij', 1),
+(863, 2, 'File:sahoshi jonony.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(864, 23, 'File:sahoshi jonony.docx added in Proj:StudyPress School Ten by Shumon ', 1),
+(865, 21, 'File:sahoshi jonony.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(866, 22, 'File:sahoshi jonony.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(867, 2, 'File:shadinota ei shobdoti-kivabe elo.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(868, 23, 'File:shadinota ei shobdoti-kivabe elo.docx added in Proj:StudyPress School Ten by Shumon ', 1),
+(869, 21, 'File:shadinota ei shobdoti-kivabe elo.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(870, 22, 'File:shadinota ei shobdoti-kivabe elo.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(871, 2, 'Task:http://www.nmbtexbd.com/foundation created in Proj:Demo Projects by mostafij', 0),
+(872, 23, 'Task:http://www.nmbtexbd.com/foundation created in Proj:Demo Projects by mostafij', 1),
+(873, 17, 'Task:http://www.nmbtexbd.com/foundation created in Proj:Demo Projects by mostafij', 1),
+(874, 2, 'Task:SIgn in and Sign up Activities created in Proj:Android Learning by Mamun Hasan', 0),
+(875, 23, 'Task:SIgn in and Sign up Activities created in Proj:Android Learning by Mamun Hasan', 1),
+(876, 17, 'Task:SIgn in and Sign up Activities created in Proj:Android Learning by Mamun Hasan', 1),
+(877, 2, 'File:toma k pawar jonno he shadinota.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(878, 23, 'File:toma k pawar jonno he shadinota.docx added in Proj:StudyPress School Ten by Shumon ', 1),
+(879, 21, 'File:toma k pawar jonno he shadinota.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(880, 22, 'File:toma k pawar jonno he shadinota.docx added in Proj:StudyPress School Ten by Shumon ', 0),
+(881, 23, 'Task:Bug fixing created in Proj:Lashiq by admin', 1),
+(882, 18, 'Task:Bug fixing created in Proj:Lashiq by admin', 0),
+(883, 30, 'Task:Bug fixing created in Proj:Lashiq by admin', 0),
+(884, 23, 'mostafij assigned in Task:Bug fixing of Proj:Lashiq by admin', 1),
+(885, 18, 'You assigned in Task:Bug fixing of Proj:Lashiq by admin', 0),
+(886, 2, 'Task:nmbtex created in Proj:Demo Projects by Kabir Hossen', 0),
+(887, 23, 'Task:nmbtex created in Proj:Demo Projects by Kabir Hossen', 1),
+(888, 17, 'Task:nmbtex created in Proj:Demo Projects by Kabir Hossen', 1),
+(889, 2, 'Task:JOB post (07/11/2016) created in Proj:Studypress Jobs by Shumon ', 0),
+(890, 23, 'Task:JOB post (07/11/2016) created in Proj:Studypress Jobs by Shumon ', 1),
+(891, 17, 'Task:JOB post (07/11/2016) created in Proj:Studypress Jobs by Shumon ', 1),
+(892, 2, 'A comment added in Task:Bug fixing of Proj:Lashiq by mostafij', 0),
+(893, 23, 'A comment added in Task:Bug fixing of Proj:Lashiq by mostafij', 1),
+(894, 17, 'A comment added in Task:Bug fixing of Proj:Lashiq by mostafij', 1),
+(895, 2, 'Task:Review Wakeboard created in Proj:Wake Board by Shamme Zeba', 0),
+(896, 23, 'Task:Review Wakeboard created in Proj:Wake Board by Shamme Zeba', 1),
+(897, 17, 'Task:Review Wakeboard created in Proj:Wake Board by Shamme Zeba', 1),
+(898, 23, 'Task:Consulting K7 created in Proj:Demo Projects by admin', 1),
+(899, 30, 'Task:Consulting K7 created in Proj:Demo Projects by admin', 0),
+(900, 18, 'Task:Consulting K7 created in Proj:Demo Projects by admin', 0),
+(901, 25, 'Task:Consulting K7 created in Proj:Demo Projects by admin', 0),
+(902, 23, 'mostafij assigned in Task:Consulting K7 of Proj:Demo Projects by admin', 1),
+(903, 18, 'You assigned in Task:Consulting K7 of Proj:Demo Projects by admin', 0),
+(904, 23, 'Task:Consulting k7 created in Proj:Demo Projects by admin', 1),
+(905, 30, 'Task:Consulting k7 created in Proj:Demo Projects by admin', 0),
+(906, 18, 'Task:Consulting k7 created in Proj:Demo Projects by admin', 0),
+(907, 25, 'Task:Consulting k7 created in Proj:Demo Projects by admin', 0),
+(908, 23, 'mostafij assigned in Task:Consulting K7 of Proj:Demo Projects by admin', 1),
+(909, 18, 'You assigned in Task:Consulting K7 of Proj:Demo Projects by admin', 0),
+(910, 2, 'Task:JOB post (08/11/2016) created in Proj:Studypress Jobs by Shumon ', 0),
+(911, 23, 'Task:JOB post (08/11/2016) created in Proj:Studypress Jobs by Shumon ', 1),
+(912, 17, 'Task:JOB post (08/11/2016) created in Proj:Studypress Jobs by Shumon ', 1),
+(913, 2, 'mostafij assigned in Task:Consulting k7 of Proj:Demo Projects by mostafij', 0),
+(914, 23, 'mostafij assigned in Task:Consulting k7 of Proj:Demo Projects by mostafij', 1),
+(915, 2, 'Task:studypress (Advocateship & Judge Recruitment) created in Proj:Studypress Jobs by Shumon ', 0),
+(916, 23, 'Task:studypress (Advocateship & Judge Recruitment) created in Proj:Studypress Jobs by Shumon ', 1),
+(917, 17, 'Task:studypress (Advocateship & Judge Recruitment) created in Proj:Studypress Jobs by Shumon ', 1),
+(918, 2, 'Task:consulting created in Proj:Demo Projects by mostafij', 0),
+(919, 23, 'Task:consulting created in Proj:Demo Projects by mostafij', 1),
+(920, 17, 'Task:consulting created in Proj:Demo Projects by mostafij', 1),
+(921, 2, 'Task:JOB post (09/11/2016) created in Proj:Studypress Jobs by Shumon ', 0),
+(922, 23, 'Task:JOB post (09/11/2016) created in Proj:Studypress Jobs by Shumon ', 1),
+(923, 17, 'Task:JOB post (09/11/2016) created in Proj:Studypress Jobs by Shumon ', 1),
+(924, 2, 'Task:http://www.abulegal.com/    Server change here created in Proj:Demo Projects by mostafij', 0),
+(925, 23, 'Task:http://www.abulegal.com/    Server change here created in Proj:Demo Projects by mostafij', 1),
+(926, 17, 'Task:http://www.abulegal.com/    Server change here created in Proj:Demo Projects by mostafij', 1),
+(927, 2, 'Task:https://maxxbeard.com/ Sorting the products according to \"By selling\" priority . created in Proj:Maxx Beard  by mostafij', 0),
+(928, 23, 'Task:https://maxxbeard.com/ Sorting the products according to \"By selling\" priority . created in Proj:Maxx Beard  by mostafij', 1),
+(929, 17, 'Task:https://maxxbeard.com/ Sorting the products according to \"By selling\" priority . created in Proj:Maxx Beard  by mostafij', 1),
+(930, 2, 'Task:http://www.nmbtexbd.com/farr/ created in Proj:Demo Projects by mostafij', 0),
+(931, 23, 'Task:http://www.nmbtexbd.com/farr/ created in Proj:Demo Projects by mostafij', 1),
+(932, 17, 'Task:http://www.nmbtexbd.com/farr/ created in Proj:Demo Projects by mostafij', 1),
+(933, 2, 'A comment added in Task:http://www.nmbtexbd.com/foundation of Proj:Demo Projects by mostafij', 0),
+(934, 23, 'A comment added in Task:http://www.nmbtexbd.com/foundation of Proj:Demo Projects by mostafij', 1),
+(935, 17, 'A comment added in Task:http://www.nmbtexbd.com/foundation of Proj:Demo Projects by mostafij', 1),
+(936, 2, 'A comment added in Task:http://www.nmbtexbd.com/foundation of Proj:Demo Projects by mostafij', 0),
+(937, 23, 'A comment added in Task:http://www.nmbtexbd.com/foundation of Proj:Demo Projects by mostafij', 1),
+(938, 17, 'A comment added in Task:http://www.nmbtexbd.com/foundation of Proj:Demo Projects by mostafij', 1),
+(939, 2, 'Task:gallery , Search option , Add to cart , Login Task .. created in Proj:Demo Projects by mostafij', 0),
+(940, 23, 'Task:gallery , Search option , Add to cart , Login Task .. created in Proj:Demo Projects by mostafij', 1),
+(941, 17, 'Task:gallery , Search option , Add to cart , Login Task .. created in Proj:Demo Projects by mostafij', 1),
+(942, 2, 'Task:Novista created in Proj:Demo Projects by Kabir Hossen', 0),
+(943, 23, 'Task:Novista created in Proj:Demo Projects by Kabir Hossen', 1),
+(944, 17, 'Task:Novista created in Proj:Demo Projects by Kabir Hossen', 1),
+(945, 2, 'Task:MBA Question Re-arrange (Math Part) created in Proj:StudyPress Bug by Sharifullah ', 0),
+(946, 23, 'Task:MBA Question Re-arrange (Math Part) created in Proj:StudyPress Bug by Sharifullah ', 1),
+(947, 17, 'Task:MBA Question Re-arrange (Math Part) created in Proj:StudyPress Bug by Sharifullah ', 1),
+(948, 2, 'Task:MBA Question Re-arrange (Analytical Ability Part) created in Proj:StudyPress Bug by Sharifullah ', 0),
+(949, 23, 'Task:MBA Question Re-arrange (Analytical Ability Part) created in Proj:StudyPress Bug by Sharifullah ', 1),
+(950, 17, 'Task:MBA Question Re-arrange (Analytical Ability Part) created in Proj:StudyPress Bug by Sharifullah ', 1),
+(951, 2, 'Task:http://www.abulegal.com/ created in Proj:Demo Projects by mostafij', 0),
+(952, 23, 'Task:http://www.abulegal.com/ created in Proj:Demo Projects by mostafij', 1),
+(953, 17, 'Task:http://www.abulegal.com/ created in Proj:Demo Projects by mostafij', 1),
+(954, 2, 'A comment added in Task:http://www.abulegal.com/ of Proj:Demo Projects by mostafij', 0),
+(955, 23, 'A comment added in Task:http://www.abulegal.com/ of Proj:Demo Projects by mostafij', 1),
+(956, 17, 'A comment added in Task:http://www.abulegal.com/ of Proj:Demo Projects by mostafij', 1),
+(957, 23, 'Task:Studypress Design created in Proj:Design Tasks by admin', 1),
+(958, 30, 'Task:Studypress Design created in Proj:Design Tasks by admin', 0),
+(959, 23, 'Task:Studypress News Home & Details created in Proj:Design Tasks by admin', 1),
+(960, 30, 'Task:Studypress News Home & Details created in Proj:Design Tasks by admin', 0),
+(961, 23, 'Sabuj Maksud assigned in Task:Studypress Design of Proj:Design Tasks by admin', 1),
+(962, 30, 'You assigned in Task:Studypress Design of Proj:Design Tasks by admin', 0),
+(963, 23, 'Sabuj Maksud assigned in Task:Studypress News Home & Details of Proj:Design Tasks by admin', 1),
+(964, 30, 'You assigned in Task:Studypress News Home & Details of Proj:Design Tasks by admin', 0),
+(965, 2, 'Task:Some changes already done today created in Proj:JDPC by Sakib Kh', 0),
+(966, 23, 'Task:Some changes already done today created in Proj:JDPC by Sakib Kh', 1),
+(967, 17, 'Task:Some changes already done today created in Proj:JDPC by Sakib Kh', 1),
+(968, 2, 'Task:Start islamic wills task according to the doc file created in Proj:IECC by Sakib Kh', 0),
+(969, 23, 'Task:Start islamic wills task according to the doc file created in Proj:IECC by Sakib Kh', 1),
+(970, 33, 'Task:Start islamic wills task according to the doc file created in Proj:IECC by Sakib Kh', 1),
+(971, 2, 'Task:http://www.nmbtexbd.com/foundation/gallery/ created in Proj:Demo Projects by mostafij', 0),
+(972, 23, 'Task:http://www.nmbtexbd.com/foundation/gallery/ created in Proj:Demo Projects by mostafij', 1),
+(973, 17, 'Task:http://www.nmbtexbd.com/foundation/gallery/ created in Proj:Demo Projects by mostafij', 1),
+(974, 2, 'Task:https://lashiq.com fixing here created in Proj:Lashiq by mostafij', 0),
+(975, 23, 'Task:https://lashiq.com fixing here created in Proj:Lashiq by mostafij', 1),
+(976, 17, 'Task:https://lashiq.com fixing here created in Proj:Lashiq by mostafij', 1),
+(977, 2, 'Task:I want to make a Enquiry page for www.itimpress.com.au created in Proj:IT Impress by mostafij', 0),
+(978, 23, 'Task:I want to make a Enquiry page for www.itimpress.com.au created in Proj:IT Impress by mostafij', 1),
+(979, 24, 'Task:I want to make a Enquiry page for www.itimpress.com.au created in Proj:IT Impress by mostafij', 1),
+(980, 23, 'Task:http://querohms.com created in Proj:Demo Projects by admin', 1),
+(981, 30, 'Task:http://querohms.com created in Proj:Demo Projects by admin', 0),
+(982, 18, 'Task:http://querohms.com created in Proj:Demo Projects by admin', 0),
+(983, 25, 'Task:http://querohms.com created in Proj:Demo Projects by admin', 0),
+(984, 23, 'Task:http://joepapandrea.com.au/#preview created in Proj:Demo Projects by admin', 1),
+(985, 30, 'Task:http://joepapandrea.com.au/#preview created in Proj:Demo Projects by admin', 0),
+(986, 18, 'Task:http://joepapandrea.com.au/#preview created in Proj:Demo Projects by admin', 0),
+(987, 25, 'Task:http://joepapandrea.com.au/#preview created in Proj:Demo Projects by admin', 0),
+(988, 23, 'A comment added in Task:http://querohms.com of Proj:Demo Projects by admin', 1),
+(989, 0, 'A comment added in Task:http://querohms.com of Proj:Demo Projects by admin', 1),
+(990, 17, 'A comment added in Task:http://querohms.com of Proj:Demo Projects by admin', 1),
+(991, 23, 'mostafij assigned in Task:http://querohms.com of Proj:Demo Projects by admin', 1),
+(992, 18, 'You assigned in Task:http://querohms.com of Proj:Demo Projects by admin', 0),
+(993, 23, 'Task:Pacific Jeans HTML created in Proj:Demo Projects by admin', 1),
+(994, 30, 'Task:Pacific Jeans HTML created in Proj:Demo Projects by admin', 0),
+(995, 18, 'Task:Pacific Jeans HTML created in Proj:Demo Projects by admin', 0),
+(996, 25, 'Task:Pacific Jeans HTML created in Proj:Demo Projects by admin', 0),
+(997, 23, 'mostafij assigned in Task:Pacific Jeans HTML of Proj:Demo Projects by admin', 1),
+(998, 18, 'You assigned in Task:Pacific Jeans HTML of Proj:Demo Projects by admin', 0),
+(999, 2, 'Task:question solution bangla part created in Proj:StudyPress Bug by Sharifullah ', 0),
+(1000, 23, 'Task:question solution bangla part created in Proj:StudyPress Bug by Sharifullah ', 1),
+(1001, 17, 'Task:question solution bangla part created in Proj:StudyPress Bug by Sharifullah ', 1),
+(1002, 2, 'Task:General Knowledge (MBA) re-arrange created in Proj:StudyPress Bug by Sharifullah ', 0),
+(1003, 23, 'Task:General Knowledge (MBA) re-arrange created in Proj:StudyPress Bug by Sharifullah ', 1),
+(1004, 17, 'Task:General Knowledge (MBA) re-arrange created in Proj:StudyPress Bug by Sharifullah ', 1),
+(1005, 2, 'Task:Sadharan Bima Corporation (Junior Officer) -2016 question added created in Proj:StudyPress Bug by Sharifullah ', 0),
+(1006, 23, 'Task:Sadharan Bima Corporation (Junior Officer) -2016 question added created in Proj:StudyPress Bug by Sharifullah ', 1),
+(1007, 17, 'Task:Sadharan Bima Corporation (Junior Officer) -2016 question added created in Proj:StudyPress Bug by Sharifullah ', 1),
+(1008, 2, 'Task:http://revinr.com/summit/v3/  Done Task  created in Proj:Maxx Beard  by mostafij', 0),
+(1009, 23, 'Task:http://revinr.com/summit/v3/  Done Task  created in Proj:Maxx Beard  by mostafij', 1),
+(1010, 17, 'Task:http://revinr.com/summit/v3/  Done Task  created in Proj:Maxx Beard  by mostafij', 1),
+(1011, 2, 'Task:Current affairs  created in Proj:StudyPress News by Sharifullah ', 0),
+(1012, 23, 'Task:Current affairs  created in Proj:StudyPress News by Sharifullah ', 1),
+(1013, 17, 'Task:Current affairs  created in Proj:StudyPress News by Sharifullah ', 1),
+(1014, 2, 'Task:http://revinr.com/summit/v3/ created in Proj:Demo Projects by mostafij', 0),
+(1015, 23, 'Task:http://revinr.com/summit/v3/ created in Proj:Demo Projects by mostafij', 1),
+(1016, 17, 'Task:http://revinr.com/summit/v3/ created in Proj:Demo Projects by mostafij', 1),
+(1017, 2, 'Task:http://revinr.com/summit/v3/details.html created in Proj:Demo Projects by mostafij', 0),
+(1018, 23, 'Task:http://revinr.com/summit/v3/details.html created in Proj:Demo Projects by mostafij', 1),
+(1019, 17, 'Task:http://revinr.com/summit/v3/details.html created in Proj:Demo Projects by mostafij', 1),
+(1020, 2, 'Task:UBR  created in Proj:StudyPress News by Sharifullah ', 0),
+(1021, 23, 'Task:UBR  created in Proj:StudyPress News by Sharifullah ', 1),
+(1022, 17, 'Task:UBR  created in Proj:StudyPress News by Sharifullah ', 1),
+(1023, 2, 'Task:FB post-2 ta created in Proj:StudyPress News by Sharifullah ', 0),
+(1024, 23, 'Task:FB post-2 ta created in Proj:StudyPress News by Sharifullah ', 1),
+(1025, 17, 'Task:FB post-2 ta created in Proj:StudyPress News by Sharifullah ', 1),
+(1026, 2, 'Task:http://itimpress.com/  POPUP   content + Form created in Proj:Demo Projects by mostafij', 0),
+(1027, 23, 'Task:http://itimpress.com/  POPUP   content + Form created in Proj:Demo Projects by mostafij', 1),
+(1028, 17, 'Task:http://itimpress.com/  POPUP   content + Form created in Proj:Demo Projects by mostafij', 1),
+(1029, 2, 'Task:http://revinr.com/summit/v3/ created in Proj:Demo Projects by mostafij', 0),
+(1030, 23, 'Task:http://revinr.com/summit/v3/ created in Proj:Demo Projects by mostafij', 1),
+(1031, 17, 'Task:http://revinr.com/summit/v3/ created in Proj:Demo Projects by mostafij', 1),
+(1032, 2, 'Task:Public Works Department-2016 Question and solution created in Proj:StudyPress News by Sharifullah ', 0),
+(1033, 23, 'Task:Public Works Department-2016 Question and solution created in Proj:StudyPress News by Sharifullah ', 1),
+(1034, 17, 'Task:Public Works Department-2016 Question and solution created in Proj:StudyPress News by Sharifullah ', 1),
+(1035, 2, 'Task:http://revinr.com/summit/v3/   created in Proj:Demo Projects by mostafij', 0),
+(1036, 23, 'Task:http://revinr.com/summit/v3/   created in Proj:Demo Projects by mostafij', 1),
+(1037, 17, 'Task:http://revinr.com/summit/v3/   created in Proj:Demo Projects by mostafij', 1),
+(1038, 2, 'A comment added in Task:Pacific Jeans HTML of Proj:Demo Projects by mostafij', 0),
+(1039, 23, 'A comment added in Task:Pacific Jeans HTML of Proj:Demo Projects by mostafij', 1),
+(1040, 17, 'A comment added in Task:Pacific Jeans HTML of Proj:Demo Projects by mostafij', 1),
+(1041, 2, 'A comment added in Task:Pacific Jeans HTML of Proj:Demo Projects by mostafij', 0),
+(1042, 23, 'A comment added in Task:Pacific Jeans HTML of Proj:Demo Projects by mostafij', 1),
+(1043, 17, 'A comment added in Task:Pacific Jeans HTML of Proj:Demo Projects by mostafij', 1),
+(1044, 2, 'Task:http://revinr.com/summit/v3/ created in Proj:Demo Projects by mostafij', 0),
+(1045, 23, 'Task:http://revinr.com/summit/v3/ created in Proj:Demo Projects by mostafij', 1),
+(1046, 17, 'Task:http://revinr.com/summit/v3/ created in Proj:Demo Projects by mostafij', 1),
+(1047, 2, 'Task:http://revinr.com/summit/v3/transmission-network.html created in Proj:Demo Projects by mostafij', 0),
+(1048, 23, 'Task:http://revinr.com/summit/v3/transmission-network.html created in Proj:Demo Projects by mostafij', 1),
+(1049, 17, 'Task:http://revinr.com/summit/v3/transmission-network.html created in Proj:Demo Projects by mostafij', 1),
+(1050, 2, 'Task:http://www.responsinator.com/?url=http%3A%2F%2Frevinr.com%2Fsummit%2Fv3%2Fdetails.html created in Proj:Demo Projects by mostafij', 0),
+(1051, 23, 'Task:http://www.responsinator.com/?url=http%3A%2F%2Frevinr.com%2Fsummit%2Fv3%2Fdetails.html created in Proj:Demo Projects by mostafij', 1),
+(1052, 17, 'Task:http://www.responsinator.com/?url=http%3A%2F%2Frevinr.com%2Fsummit%2Fv3%2Fdetails.html created in Proj:Demo Projects by mostafij', 1),
+(1053, 2, 'A comment added in Task:http://www.responsinator.com/?url=http%3A%2F%2Frevinr.com%2Fsummit%2Fv3%2Fdetails.html of Proj:Demo Projects by mostafij', 0),
+(1054, 23, 'A comment added in Task:http://www.responsinator.com/?url=http%3A%2F%2Frevinr.com%2Fsummit%2Fv3%2Fdetails.html of Proj:Demo Projects by mostafij', 1),
+(1055, 17, 'A comment added in Task:http://www.responsinator.com/?url=http%3A%2F%2Frevinr.com%2Fsummit%2Fv3%2Fdetails.html of Proj:Demo Projects by mostafij', 1),
+(1056, 2, 'Task:ibeauty created in Proj:Demo Projects by Revinr Admin', 0),
+(1057, 23, 'Task:ibeauty created in Proj:Demo Projects by Revinr Admin', 1),
+(1058, 30, 'Task:ibeauty created in Proj:Demo Projects by Revinr Admin', 0),
+(1059, 18, 'Task:ibeauty created in Proj:Demo Projects by Revinr Admin', 0),
+(1060, 25, 'Task:ibeauty created in Proj:Demo Projects by Revinr Admin', 0),
+(1061, 2, 'Sabuj Maksud assigned in Task:ibeauty of Proj:Demo Projects by Revinr Admin', 0),
+(1062, 23, 'Sabuj Maksud assigned in Task:ibeauty of Proj:Demo Projects by Revinr Admin', 1),
+(1063, 30, 'You assigned in Task:ibeauty of Proj:Demo Projects by Revinr Admin', 0),
+(1064, 2, 'Task:Upload pdf file created in Proj:Islamic WIlls by Revinr Admin', 0),
+(1065, 23, 'Task:Upload pdf file created in Proj:Islamic WIlls by Revinr Admin', 1),
+(1066, 29, 'Task:Upload pdf file created in Proj:Islamic WIlls by Revinr Admin', 0),
+(1067, 2, 'Sakib Kh assigned in Proj:Islamic WIlls by Revinr Admin', 0),
+(1068, 23, 'Sakib Kh assigned in Proj:Islamic WIlls by Revinr Admin', 1),
+(1069, 39, 'Sakib Kh assigned in Proj:Islamic WIlls by Revinr Admin', 0),
+(1070, 27, 'You assigned in Proj:Islamic WIlls by Revinr Admin', 0),
+(1071, 2, 'Sakib Kh assigned in Task:Upload pdf file of Proj:Islamic WIlls by Revinr Admin', 0),
+(1072, 23, 'Sakib Kh assigned in Task:Upload pdf file of Proj:Islamic WIlls by Revinr Admin', 1),
+(1073, 27, 'You assigned in Task:Upload pdf file of Proj:Islamic WIlls by Revinr Admin', 0),
+(1074, 2, 'Proj: Quiz created by Revinr Admin', 0),
+(1075, 23, 'Proj: Quiz created by Revinr Admin', 1),
+(1076, 39, 'Proj: Quiz created by Revinr Admin', 0),
+(1077, 2, 'Mamun Hasan assigned in Proj:Quiz by Revinr Admin', 0),
+(1078, 23, 'Mamun Hasan assigned in Proj:Quiz by Revinr Admin', 1),
+(1079, 39, 'Mamun Hasan assigned in Proj:Quiz by Revinr Admin', 0),
+(1080, 29, 'You assigned in Proj:Quiz by Revinr Admin', 0),
+(1081, 2, 'Task:Nuvista created in Proj:Demo Projects by Revinr Admin', 0),
+(1082, 23, 'Task:Nuvista created in Proj:Demo Projects by Revinr Admin', 1),
+(1083, 30, 'Task:Nuvista created in Proj:Demo Projects by Revinr Admin', 0),
+(1084, 18, 'Task:Nuvista created in Proj:Demo Projects by Revinr Admin', 0),
+(1085, 25, 'Task:Nuvista created in Proj:Demo Projects by Revinr Admin', 0),
+(1086, 2, 'Kabir Hossen assigned in Task:Nuvista of Proj:Demo Projects by Revinr Admin', 0),
+(1087, 23, 'Kabir Hossen assigned in Task:Nuvista of Proj:Demo Projects by Revinr Admin', 1),
+(1088, 25, 'You assigned in Task:Nuvista of Proj:Demo Projects by Revinr Admin', 0),
+(1089, 2, 'Task:Bank n BCS Crash programme created in Proj:StudyPress News by Sharifullah ', 0),
+(1090, 23, 'Task:Bank n BCS Crash programme created in Proj:StudyPress News by Sharifullah ', 1),
+(1091, 39, 'Task:Bank n BCS Crash programme created in Proj:StudyPress News by Sharifullah ', 0),
+(1092, 17, 'Task:Bank n BCS Crash programme created in Proj:StudyPress News by Sharifullah ', 1),
+(1093, 2, 'Task:http://www.revinr.com/pacificjeans/ created in Proj:Demo Projects by mostafij', 0),
+(1094, 23, 'Task:http://www.revinr.com/pacificjeans/ created in Proj:Demo Projects by mostafij', 1),
+(1095, 39, 'Task:http://www.revinr.com/pacificjeans/ created in Proj:Demo Projects by mostafij', 0),
+(1096, 17, 'Task:http://www.revinr.com/pacificjeans/ created in Proj:Demo Projects by mostafij', 1),
+(1097, 2, 'Task:http://revinr.com/summit/v3/internet-service-providers.html created in Proj:Demo Projects by mostafij', 0),
+(1098, 23, 'Task:http://revinr.com/summit/v3/internet-service-providers.html created in Proj:Demo Projects by mostafij', 1),
+(1099, 39, 'Task:http://revinr.com/summit/v3/internet-service-providers.html created in Proj:Demo Projects by mostafij', 0),
+(1100, 17, 'Task:http://revinr.com/summit/v3/internet-service-providers.html created in Proj:Demo Projects by mostafij', 1),
+(1101, 2, 'Task:Studypress Job Post (05/12/16)) created in Proj:Studypress Jobs by Shumon ', 0),
+(1102, 23, 'Task:Studypress Job Post (05/12/16)) created in Proj:Studypress Jobs by Shumon ', 1),
+(1103, 39, 'Task:Studypress Job Post (05/12/16)) created in Proj:Studypress Jobs by Shumon ', 0),
+(1104, 17, 'Task:Studypress Job Post (05/12/16)) created in Proj:Studypress Jobs by Shumon ', 1),
+(1105, 2, 'Task: http://www.revinr.com/pacificjeans/ slider part has done here  created in Proj:Demo Projects by mostafij', 0),
+(1106, 23, 'Task: http://www.revinr.com/pacificjeans/ slider part has done here  created in Proj:Demo Projects by mostafij', 1),
+(1107, 39, 'Task: http://www.revinr.com/pacificjeans/ slider part has done here  created in Proj:Demo Projects by mostafij', 0),
+(1108, 17, 'Task: http://www.revinr.com/pacificjeans/ slider part has done here  created in Proj:Demo Projects by mostafij', 1),
+(1109, 2, 'Task:http://revinr.com/pacificjeans/ created in Proj:Demo Projects by mostafij', 0),
+(1110, 23, 'Task:http://revinr.com/pacificjeans/ created in Proj:Demo Projects by mostafij', 1),
+(1111, 39, 'Task:http://revinr.com/pacificjeans/ created in Proj:Demo Projects by mostafij', 0),
+(1112, 17, 'Task:http://revinr.com/pacificjeans/ created in Proj:Demo Projects by mostafij', 1),
+(1113, 2, 'Task:http://revinr.com/pacificjeans/    slider image chnage  created in Proj:Demo Projects by mostafij', 0),
+(1114, 23, 'Task:http://revinr.com/pacificjeans/    slider image chnage  created in Proj:Demo Projects by mostafij', 1),
+(1115, 39, 'Task:http://revinr.com/pacificjeans/    slider image chnage  created in Proj:Demo Projects by mostafij', 0),
+(1116, 17, 'Task:http://revinr.com/pacificjeans/    slider image chnage  created in Proj:Demo Projects by mostafij', 1),
+(1117, 2, 'Task:BEAUTY created in Proj:Demo Projects by mostafij', 0),
+(1118, 23, 'Task:BEAUTY created in Proj:Demo Projects by mostafij', 1),
+(1119, 39, 'Task:BEAUTY created in Proj:Demo Projects by mostafij', 0),
+(1120, 17, 'Task:BEAUTY created in Proj:Demo Projects by mostafij', 1),
+(1121, 2, 'Task:PC Problem created in Proj:Quiz by Mamun Hasan', 0),
+(1122, 23, 'Task:PC Problem created in Proj:Quiz by Mamun Hasan', 1),
+(1123, 39, 'Task:PC Problem created in Proj:Quiz by Mamun Hasan', 0),
+(1124, 17, 'Task:PC Problem created in Proj:Quiz by Mamun Hasan', 1),
+(1125, 2, 'Task:current affairs question add created in Proj:StudyPress School Ten by Arafat Rahman', 0),
+(1126, 23, 'Task:current affairs question add created in Proj:StudyPress School Ten by Arafat Rahman', 1),
+(1127, 39, 'Task:current affairs question add created in Proj:StudyPress School Ten by Arafat Rahman', 0),
+(1128, 17, 'Task:current affairs question add created in Proj:StudyPress School Ten by Arafat Rahman', 1),
+(1129, 2, 'Task:http://localhost/ibeauty/ created in Proj:Demo Projects by mostafij', 0),
+(1130, 23, 'Task:http://localhost/ibeauty/ created in Proj:Demo Projects by mostafij', 1),
+(1131, 39, 'Task:http://localhost/ibeauty/ created in Proj:Demo Projects by mostafij', 0),
+(1132, 17, 'Task:http://localhost/ibeauty/ created in Proj:Demo Projects by mostafij', 1),
+(1133, 2, 'Task:Scrolling working here created in Proj:Demo Projects by mostafij', 0),
+(1134, 23, 'Task:Scrolling working here created in Proj:Demo Projects by mostafij', 1),
+(1135, 39, 'Task:Scrolling working here created in Proj:Demo Projects by mostafij', 0),
+(1136, 17, 'Task:Scrolling working here created in Proj:Demo Projects by mostafij', 1),
+(1137, 2, 'Task:http://revinr.com/summit/v3 created in Proj:Demo Projects by mostafij', 0),
+(1138, 23, 'Task:http://revinr.com/summit/v3 created in Proj:Demo Projects by mostafij', 1),
+(1139, 39, 'Task:http://revinr.com/summit/v3 created in Proj:Demo Projects by mostafij', 0),
+(1140, 17, 'Task:http://revinr.com/summit/v3 created in Proj:Demo Projects by mostafij', 1),
+(1141, 2, 'Task:Job Post created in Proj:Studypress Jobs by Shumon ', 0),
+(1142, 23, 'Task:Job Post created in Proj:Studypress Jobs by Shumon ', 1),
+(1143, 39, 'Task:Job Post created in Proj:Studypress Jobs by Shumon ', 0),
+(1144, 17, 'Task:Job Post created in Proj:Studypress Jobs by Shumon ', 1),
+(1145, 2, 'Task:summitcommunications html created in Proj:Demo Projects by mostafij', 0),
+(1146, 23, 'Task:summitcommunications html created in Proj:Demo Projects by mostafij', 1),
+(1147, 39, 'Task:summitcommunications html created in Proj:Demo Projects by mostafij', 0),
+(1148, 17, 'Task:summitcommunications html created in Proj:Demo Projects by mostafij', 1),
+(1149, 2, 'Task:http://www.revinr.com/ibeauty/ created in Proj:Demo Projects by mostafij', 0),
+(1150, 23, 'Task:http://www.revinr.com/ibeauty/ created in Proj:Demo Projects by mostafij', 1),
+(1151, 39, 'Task:http://www.revinr.com/ibeauty/ created in Proj:Demo Projects by mostafij', 0),
+(1152, 17, 'Task:http://www.revinr.com/ibeauty/ created in Proj:Demo Projects by mostafij', 1),
+(1153, 2, 'Task:JOB post (12/12/2016) created in Proj:Studypress Jobs by Shumon ', 0),
+(1154, 23, 'Task:JOB post (12/12/2016) created in Proj:Studypress Jobs by Shumon ', 1),
+(1155, 39, 'Task:JOB post (12/12/2016) created in Proj:Studypress Jobs by Shumon ', 0),
+(1156, 17, 'Task:JOB post (12/12/2016) created in Proj:Studypress Jobs by Shumon ', 1),
+(1157, 23, 'Task:Nuvista demo Design created in Proj:Demo Projects by admin', 1),
+(1158, 39, 'Task:Nuvista demo Design created in Proj:Demo Projects by admin', 0),
+(1159, 30, 'Task:Nuvista demo Design created in Proj:Demo Projects by admin', 0);
+INSERT INTO `notification` (`id`, `user_id`, `msg`, `status`) VALUES
+(1160, 18, 'Task:Nuvista demo Design created in Proj:Demo Projects by admin', 0),
+(1161, 25, 'Task:Nuvista demo Design created in Proj:Demo Projects by admin', 0),
+(1162, 23, 'Kabir Hossen assigned in Task:Nuvista demo Design of Proj:Demo Projects by admin', 1),
+(1163, 39, 'Kabir Hossen assigned in Task:Nuvista demo Design of Proj:Demo Projects by admin', 0),
+(1164, 25, 'You assigned in Task:Nuvista demo Design of Proj:Demo Projects by admin', 0),
+(1165, 2, 'Task:http://revinr.com/summit/v3/# created in Proj:Demo Projects by mostafij', 0),
+(1166, 23, 'Task:http://revinr.com/summit/v3/# created in Proj:Demo Projects by mostafij', 1),
+(1167, 39, 'Task:http://revinr.com/summit/v3/# created in Proj:Demo Projects by mostafij', 0),
+(1168, 17, 'Task:http://revinr.com/summit/v3/# created in Proj:Demo Projects by mostafij', 1),
+(1169, 2, 'Task:http://www.revinr.com/ibeauty/blog/ created in Proj:Demo Projects by mostafij', 0),
+(1170, 23, 'Task:http://www.revinr.com/ibeauty/blog/ created in Proj:Demo Projects by mostafij', 1),
+(1171, 39, 'Task:http://www.revinr.com/ibeauty/blog/ created in Proj:Demo Projects by mostafij', 0),
+(1172, 17, 'Task:http://www.revinr.com/ibeauty/blog/ created in Proj:Demo Projects by mostafij', 1),
+(1173, 2, 'Task:blog category post count and  details page  created in Proj:Demo Projects by mostafij', 0),
+(1174, 23, 'Task:blog category post count and  details page  created in Proj:Demo Projects by mostafij', 1),
+(1175, 39, 'Task:blog category post count and  details page  created in Proj:Demo Projects by mostafij', 0),
+(1176, 17, 'Task:blog category post count and  details page  created in Proj:Demo Projects by mostafij', 1),
+(1177, 2, 'Task:Job Post created in Proj:Studypress Jobs by Shumon ', 0),
+(1178, 23, 'Task:Job Post created in Proj:Studypress Jobs by Shumon ', 1),
+(1179, 39, 'Task:Job Post created in Proj:Studypress Jobs by Shumon ', 0),
+(1180, 17, 'Task:Job Post created in Proj:Studypress Jobs by Shumon ', 1),
+(1181, 2, 'A comment added in Task:http://joepapandrea.com.au/#preview of Proj:Demo Projects by mostafij', 0),
+(1182, 23, 'A comment added in Task:http://joepapandrea.com.au/#preview of Proj:Demo Projects by mostafij', 1),
+(1183, 39, 'A comment added in Task:http://joepapandrea.com.au/#preview of Proj:Demo Projects by mostafij', 0),
+(1184, 17, 'A comment added in Task:http://joepapandrea.com.au/#preview of Proj:Demo Projects by mostafij', 1),
+(1185, 23, 'Task:Dhaka Cotton created in Proj:Demo Projects by admin', 1),
+(1186, 39, 'Task:Dhaka Cotton created in Proj:Demo Projects by admin', 0),
+(1187, 30, 'Task:Dhaka Cotton created in Proj:Demo Projects by admin', 0),
+(1188, 18, 'Task:Dhaka Cotton created in Proj:Demo Projects by admin', 0),
+(1189, 25, 'Task:Dhaka Cotton created in Proj:Demo Projects by admin', 0),
+(1190, 23, 'mostafij assigned in Task:Dhaka Cotton of Proj:Demo Projects by admin', 1),
+(1191, 39, 'mostafij assigned in Task:Dhaka Cotton of Proj:Demo Projects by admin', 0),
+(1192, 18, 'You assigned in Task:Dhaka Cotton of Proj:Demo Projects by admin', 0),
+(1193, 2, 'mostafij assigned in Task:http://joepapandrea.com.au/#preview of Proj:Demo Projects by mostafij', 0),
+(1194, 23, 'mostafij assigned in Task:http://joepapandrea.com.au/#preview of Proj:Demo Projects by mostafij', 1),
+(1195, 39, 'mostafij assigned in Task:http://joepapandrea.com.au/#preview of Proj:Demo Projects by mostafij', 0),
+(1196, 2, 'A comment added in Task:Dhaka Cotton of Proj:Demo Projects by mostafij', 0),
+(1197, 23, 'A comment added in Task:Dhaka Cotton of Proj:Demo Projects by mostafij', 1),
+(1198, 39, 'A comment added in Task:Dhaka Cotton of Proj:Demo Projects by mostafij', 0),
+(1199, 17, 'A comment added in Task:Dhaka Cotton of Proj:Demo Projects by mostafij', 1),
+(1200, 2, 'Task:Job Post created in Proj:Studypress Jobs by Shumon ', 0),
+(1201, 23, 'Task:Job Post created in Proj:Studypress Jobs by Shumon ', 1),
+(1202, 39, 'Task:Job Post created in Proj:Studypress Jobs by Shumon ', 0),
+(1203, 17, 'Task:Job Post created in Proj:Studypress Jobs by Shumon ', 1),
+(1204, 2, 'Task:slider making  &  http://www.itimpresstesting.com/theo/   created in Proj:Demo Projects by mostafij', 0),
+(1205, 23, 'Task:slider making  &  http://www.itimpresstesting.com/theo/   created in Proj:Demo Projects by mostafij', 1),
+(1206, 39, 'Task:slider making  &  http://www.itimpresstesting.com/theo/   created in Proj:Demo Projects by mostafij', 0),
+(1207, 17, 'Task:slider making  &  http://www.itimpresstesting.com/theo/   created in Proj:Demo Projects by mostafij', 1),
+(1208, 2, 'Task:http://revinr.com/summit/v3/internet-service-providers.html created in Proj:Demo Projects by mostafij', 0),
+(1209, 23, 'Task:http://revinr.com/summit/v3/internet-service-providers.html created in Proj:Demo Projects by mostafij', 1),
+(1210, 39, 'Task:http://revinr.com/summit/v3/internet-service-providers.html created in Proj:Demo Projects by mostafij', 0),
+(1211, 17, 'Task:http://revinr.com/summit/v3/internet-service-providers.html created in Proj:Demo Projects by mostafij', 1),
+(1212, 2, 'Task:http://www.itimpresstesting.com/theo/ created in Proj:Demo Projects by mostafij', 0),
+(1213, 23, 'Task:http://www.itimpresstesting.com/theo/ created in Proj:Demo Projects by mostafij', 1),
+(1214, 39, 'Task:http://www.itimpresstesting.com/theo/ created in Proj:Demo Projects by mostafij', 0),
+(1215, 17, 'Task:http://www.itimpresstesting.com/theo/ created in Proj:Demo Projects by mostafij', 1),
+(1216, 2, 'Task:http://www.revinr.com/ibeauty created in Proj:Demo Projects by mostafij', 0),
+(1217, 23, 'Task:http://www.revinr.com/ibeauty created in Proj:Demo Projects by mostafij', 1),
+(1218, 39, 'Task:http://www.revinr.com/ibeauty created in Proj:Demo Projects by mostafij', 0),
+(1219, 17, 'Task:http://www.revinr.com/ibeauty created in Proj:Demo Projects by mostafij', 1),
+(1220, 2, 'Task:kaanpeteroi created in Proj:Demo Projects by mostafij', 0),
+(1221, 23, 'Task:kaanpeteroi created in Proj:Demo Projects by mostafij', 1),
+(1222, 39, 'Task:kaanpeteroi created in Proj:Demo Projects by mostafij', 0),
+(1223, 17, 'Task:kaanpeteroi created in Proj:Demo Projects by mostafij', 1),
+(1224, 2, 'Task:http://www.revinr.com/kaanpeteroi created in Proj:Demo Projects by mostafij', 0),
+(1225, 23, 'Task:http://www.revinr.com/kaanpeteroi created in Proj:Demo Projects by mostafij', 1),
+(1226, 39, 'Task:http://www.revinr.com/kaanpeteroi created in Proj:Demo Projects by mostafij', 0),
+(1227, 17, 'Task:http://www.revinr.com/kaanpeteroi created in Proj:Demo Projects by mostafij', 1),
+(1228, 2, 'Task:http://www.revinr.com/kaanpeteroi/ created in Proj:Demo Projects by mostafij', 0),
+(1229, 23, 'Task:http://www.revinr.com/kaanpeteroi/ created in Proj:Demo Projects by mostafij', 1),
+(1230, 39, 'Task:http://www.revinr.com/kaanpeteroi/ created in Proj:Demo Projects by mostafij', 0),
+(1231, 17, 'Task:http://www.revinr.com/kaanpeteroi/ created in Proj:Demo Projects by mostafij', 1),
+(1232, 2, 'Task:http://www.theoscecinas.com.au/ created in Proj:Demo Projects by mostafij', 0),
+(1233, 23, 'Task:http://www.theoscecinas.com.au/ created in Proj:Demo Projects by mostafij', 1),
+(1234, 39, 'Task:http://www.theoscecinas.com.au/ created in Proj:Demo Projects by mostafij', 0),
+(1235, 17, 'Task:http://www.theoscecinas.com.au/ created in Proj:Demo Projects by mostafij', 1),
+(1236, 2, 'Proj: Nuvista Web created by admin', 0),
+(1237, 23, 'Proj: Nuvista Web created by admin', 1),
+(1238, 39, 'Proj: Nuvista Web created by admin', 0),
+(1239, 2, 'Sabuj Maksud assigned in Proj:Nuvista Web by admin', 0),
+(1240, 23, 'Sabuj Maksud assigned in Proj:Nuvista Web by admin', 1),
+(1241, 39, 'Sabuj Maksud assigned in Proj:Nuvista Web by admin', 0),
+(1242, 30, 'You assigned in Proj:Nuvista Web by admin', 0),
+(1243, 2, 'Kabir Hossen assigned in Proj:Nuvista Web by admin', 0),
+(1244, 23, 'Kabir Hossen assigned in Proj:Nuvista Web by admin', 1),
+(1245, 39, 'Kabir Hossen assigned in Proj:Nuvista Web by admin', 0),
+(1246, 25, 'You assigned in Proj:Nuvista Web by admin', 0),
+(1247, 23, 'Task:Home Page created in Proj:Nuvista Web by admin', 1),
+(1248, 39, 'Task:Home Page created in Proj:Nuvista Web by admin', 0),
+(1249, 30, 'Task:Home Page created in Proj:Nuvista Web by admin', 0),
+(1250, 25, 'Task:Home Page created in Proj:Nuvista Web by admin', 0),
+(1251, 23, 'Task:Career Page created in Proj:Nuvista Web by admin', 1),
+(1252, 39, 'Task:Career Page created in Proj:Nuvista Web by admin', 0),
+(1253, 30, 'Task:Career Page created in Proj:Nuvista Web by admin', 0),
+(1254, 25, 'Task:Career Page created in Proj:Nuvista Web by admin', 0),
+(1255, 2, 'Sabuj Maksud assigned as a PM in Proj:Nuvista Web by admin', 0),
+(1256, 23, 'Sabuj Maksud assigned as a PM in Proj:Nuvista Web by admin', 1),
+(1257, 39, 'Sabuj Maksud assigned as a PM in Proj:Nuvista Web by admin', 0),
+(1258, 30, 'Sabuj Maksud assigned as a PM in Proj:Nuvista Web by admin', 0),
+(1259, 25, 'Sabuj Maksud assigned as a PM in Proj:Nuvista Web by admin', 0),
+(1260, 23, 'Task:About Page created in Proj:Nuvista Web by admin', 1),
+(1261, 39, 'Task:About Page created in Proj:Nuvista Web by admin', 0),
+(1262, 30, 'Task:About Page created in Proj:Nuvista Web by admin', 0),
+(1263, 25, 'Task:About Page created in Proj:Nuvista Web by admin', 0),
+(1264, 23, 'Task:Media Page created in Proj:Nuvista Web by admin', 1),
+(1265, 39, 'Task:Media Page created in Proj:Nuvista Web by admin', 0),
+(1266, 30, 'Task:Media Page created in Proj:Nuvista Web by admin', 0),
+(1267, 25, 'Task:Media Page created in Proj:Nuvista Web by admin', 0),
+(1268, 23, 'Task:Product Page created in Proj:Nuvista Web by admin', 1),
+(1269, 39, 'Task:Product Page created in Proj:Nuvista Web by admin', 0),
+(1270, 30, 'Task:Product Page created in Proj:Nuvista Web by admin', 0),
+(1271, 25, 'Task:Product Page created in Proj:Nuvista Web by admin', 0),
+(1272, 23, 'Task:News & Events created in Proj:Nuvista Web by admin', 1),
+(1273, 39, 'Task:News & Events created in Proj:Nuvista Web by admin', 0),
+(1274, 30, 'Task:News & Events created in Proj:Nuvista Web by admin', 0),
+(1275, 25, 'Task:News & Events created in Proj:Nuvista Web by admin', 0),
+(1276, 23, 'Task:Blog  created in Proj:Nuvista Web by admin', 1),
+(1277, 39, 'Task:Blog  created in Proj:Nuvista Web by admin', 0),
+(1278, 30, 'Task:Blog  created in Proj:Nuvista Web by admin', 0),
+(1279, 25, 'Task:Blog  created in Proj:Nuvista Web by admin', 0),
+(1280, 2, 'Proj: Sales Directory created by admin', 0),
+(1281, 23, 'Proj: Sales Directory created by admin', 1),
+(1282, 39, 'Proj: Sales Directory created by admin', 0),
+(1283, 2, 'Sharifullah  assigned in Proj:Studypress by admin', 0),
+(1284, 23, 'Sharifullah  assigned in Proj:Studypress by admin', 1),
+(1285, 39, 'Sharifullah  assigned in Proj:Studypress by admin', 0),
+(1286, 26, 'You assigned in Proj:Studypress by admin', 0),
+(1287, 2, 'Sharifullah  assigned in Proj:Sales Directory by admin', 0),
+(1288, 23, 'Sharifullah  assigned in Proj:Sales Directory by admin', 1),
+(1289, 39, 'Sharifullah  assigned in Proj:Sales Directory by admin', 0),
+(1290, 26, 'You assigned in Proj:Sales Directory by admin', 0),
+(1291, 2, 'Task:FeedBack Wakeboard created in Proj:Wake Board by Shamme Zeba', 0),
+(1292, 23, 'Task:FeedBack Wakeboard created in Proj:Wake Board by Shamme Zeba', 1),
+(1293, 39, 'Task:FeedBack Wakeboard created in Proj:Wake Board by Shamme Zeba', 0),
+(1294, 17, 'Task:FeedBack Wakeboard created in Proj:Wake Board by Shamme Zeba', 1),
+(1295, 2, 'Task:Integrate Android FireBase with the project created in Proj:Quiz by Mamun Hasan', 0),
+(1296, 23, 'Task:Integrate Android FireBase with the project created in Proj:Quiz by Mamun Hasan', 1),
+(1297, 39, 'Task:Integrate Android FireBase with the project created in Proj:Quiz by Mamun Hasan', 0),
+(1298, 17, 'Task:Integrate Android FireBase with the project created in Proj:Quiz by Mamun Hasan', 1),
+(1299, 2, 'Task:3. Phase 4 & 5 discussion and search query created in Proj:Wake Board by Shamme Zeba', 0),
+(1300, 23, 'Task:3. Phase 4 & 5 discussion and search query created in Proj:Wake Board by Shamme Zeba', 1),
+(1301, 39, 'Task:3. Phase 4 & 5 discussion and search query created in Proj:Wake Board by Shamme Zeba', 0),
+(1302, 17, 'Task:3. Phase 4 & 5 discussion and search query created in Proj:Wake Board by Shamme Zeba', 1),
+(1303, 2, 'Revinr Admin assigned in Proj:Studypress by admin', 0),
+(1304, 23, 'Revinr Admin assigned in Proj:Studypress by admin', 1),
+(1305, 39, 'Revinr Admin assigned in Proj:Studypress by admin', 0),
+(1306, 39, 'You assigned in Proj:Studypress by admin', 0),
+(1307, 2, 'Task:Previous Question With AD created in Proj:Studypress by Revinr Admin', 0),
+(1308, 23, 'Task:Previous Question With AD created in Proj:Studypress by Revinr Admin', 1),
+(1309, 26, 'Task:Previous Question With AD created in Proj:Studypress by Revinr Admin', 0),
+(1310, 39, 'Task:Previous Question With AD created in Proj:Studypress by Revinr Admin', 0),
+(1311, 2, 'Task:Krishi Bank Question Published with AD created in Proj:Studypress by Sharifullah ', 0),
+(1312, 23, 'Task:Krishi Bank Question Published with AD created in Proj:Studypress by Sharifullah ', 1),
+(1313, 39, 'Task:Krishi Bank Question Published with AD created in Proj:Studypress by Sharifullah ', 0),
+(1314, 17, 'Task:Krishi Bank Question Published with AD created in Proj:Studypress by Sharifullah ', 1),
+(1315, 2, 'Task:Current News  created in Proj:Studypress by Revinr Admin', 0),
+(1316, 23, 'Task:Current News  created in Proj:Studypress by Revinr Admin', 1),
+(1317, 26, 'Task:Current News  created in Proj:Studypress by Revinr Admin', 0),
+(1318, 39, 'Task:Current News  created in Proj:Studypress by Revinr Admin', 0),
+(1319, 2, 'Task:Zopim  created in Proj:Studypress by Revinr Admin', 0),
+(1320, 23, 'Task:Zopim  created in Proj:Studypress by Revinr Admin', 1),
+(1321, 26, 'Task:Zopim  created in Proj:Studypress by Revinr Admin', 0),
+(1322, 39, 'Task:Zopim  created in Proj:Studypress by Revinr Admin', 0),
+(1323, 2, 'Task:Promotional Post for 38th Bcs  created in Proj:Studypress by Revinr Admin', 0),
+(1324, 23, 'Task:Promotional Post for 38th Bcs  created in Proj:Studypress by Revinr Admin', 1),
+(1325, 26, 'Task:Promotional Post for 38th Bcs  created in Proj:Studypress by Revinr Admin', 0),
+(1326, 39, 'Task:Promotional Post for 38th Bcs  created in Proj:Studypress by Revinr Admin', 0),
+(1327, 2, 'Task:Promotional Post for 38th Bcs  created in Proj:Studypress by Revinr Admin', 0),
+(1328, 23, 'Task:Promotional Post for 38th Bcs  created in Proj:Studypress by Revinr Admin', 1),
+(1329, 26, 'Task:Promotional Post for 38th Bcs  created in Proj:Studypress by Revinr Admin', 0),
+(1330, 39, 'Task:Promotional Post for 38th Bcs  created in Proj:Studypress by Revinr Admin', 0),
+(1331, 2, 'Task:Krishi Bank Model Test-03 created in Proj:Studypress by Sharifullah ', 0),
+(1332, 23, 'Task:Krishi Bank Model Test-03 created in Proj:Studypress by Sharifullah ', 1),
+(1333, 39, 'Task:Krishi Bank Model Test-03 created in Proj:Studypress by Sharifullah ', 0),
+(1334, 17, 'Task:Krishi Bank Model Test-03 created in Proj:Studypress by Sharifullah ', 1),
+(1335, 2, 'Task:Primary Head: Promotional Post For Bcs created in Proj:Studypress by Revinr Admin', 0),
+(1336, 23, 'Task:Primary Head: Promotional Post For Bcs created in Proj:Studypress by Revinr Admin', 1),
+(1337, 26, 'Task:Primary Head: Promotional Post For Bcs created in Proj:Studypress by Revinr Admin', 0),
+(1338, 39, 'Task:Primary Head: Promotional Post For Bcs created in Proj:Studypress by Revinr Admin', 0),
+(1339, 2, 'Task:Bank Crash Program MT 33  created in Proj:Studypress by Revinr Admin', 0),
+(1340, 23, 'Task:Bank Crash Program MT 33  created in Proj:Studypress by Revinr Admin', 1),
+(1341, 26, 'Task:Bank Crash Program MT 33  created in Proj:Studypress by Revinr Admin', 0),
+(1342, 39, 'Task:Bank Crash Program MT 33  created in Proj:Studypress by Revinr Admin', 0),
+(1343, 2, 'Task:Krishi Bank Model Test-04 created in Proj:Studypress by Sharifullah ', 0),
+(1344, 23, 'Task:Krishi Bank Model Test-04 created in Proj:Studypress by Sharifullah ', 1),
+(1345, 39, 'Task:Krishi Bank Model Test-04 created in Proj:Studypress by Sharifullah ', 0),
+(1346, 17, 'Task:Krishi Bank Model Test-04 created in Proj:Studypress by Sharifullah ', 1),
+(1347, 23, 'Sharifullah  assigned in Task:Previous Question With AD of Proj:Studypress by admin', 1),
+(1348, 39, 'Sharifullah  assigned in Task:Previous Question With AD of Proj:Studypress by admin', 0),
+(1349, 26, 'You assigned in Task:Previous Question With AD of Proj:Studypress by admin', 0),
+(1350, 23, 'Sharifullah  assigned in Task:Promotional Post for 38th Bcs  of Proj:Studypress by admin', 1),
+(1351, 39, 'Sharifullah  assigned in Task:Promotional Post for 38th Bcs  of Proj:Studypress by admin', 0),
+(1352, 26, 'You assigned in Task:Promotional Post for 38th Bcs  of Proj:Studypress by admin', 0),
+(1353, 23, 'Sharifullah  assigned in Task:Krishi Bank Model Test-03 of Proj:Studypress by admin', 1),
+(1354, 39, 'Sharifullah  assigned in Task:Krishi Bank Model Test-03 of Proj:Studypress by admin', 0),
+(1355, 26, 'You assigned in Task:Krishi Bank Model Test-03 of Proj:Studypress by admin', 0),
+(1356, 23, 'Sharifullah  assigned in Task:Krishi Bank Model Test-03 of Proj:Studypress by admin', 1),
+(1357, 39, 'Sharifullah  assigned in Task:Krishi Bank Model Test-03 of Proj:Studypress by admin', 0),
+(1358, 26, 'You assigned in Task:Krishi Bank Model Test-03 of Proj:Studypress by admin', 0),
+(1359, 23, 'Sharifullah  assigned in Task:Primary Head: Promotional Post For Bcs of Proj:Studypress by admin', 1),
+(1360, 39, 'Sharifullah  assigned in Task:Primary Head: Promotional Post For Bcs of Proj:Studypress by admin', 0),
+(1361, 26, 'You assigned in Task:Primary Head: Promotional Post For Bcs of Proj:Studypress by admin', 0),
+(1362, 23, 'Sharifullah  assigned in Task:Bank Crash Program MT 33  of Proj:Studypress by admin', 1),
+(1363, 39, 'Sharifullah  assigned in Task:Bank Crash Program MT 33  of Proj:Studypress by admin', 0),
+(1364, 26, 'You assigned in Task:Bank Crash Program MT 33  of Proj:Studypress by admin', 0),
+(1365, 23, 'Sharifullah  assigned in Task:Krishi Bank Model Test-04 of Proj:Studypress by admin', 1),
+(1366, 39, 'Sharifullah  assigned in Task:Krishi Bank Model Test-04 of Proj:Studypress by admin', 0),
+(1367, 26, 'You assigned in Task:Krishi Bank Model Test-04 of Proj:Studypress by admin', 0),
+(1368, 23, 'Sharifullah  assigned in Task:Current News  of Proj:Studypress by admin', 1),
+(1369, 39, 'Sharifullah  assigned in Task:Current News  of Proj:Studypress by admin', 0),
+(1370, 26, 'You assigned in Task:Current News  of Proj:Studypress by admin', 0),
+(1371, 2, 'Revinr Admin assigned as a PM in Proj:Studypress by Revinr Admin', 0),
+(1372, 23, 'Revinr Admin assigned as a PM in Proj:Studypress by Revinr Admin', 1),
+(1373, 39, 'Revinr Admin assigned as a PM in Proj:Studypress by Revinr Admin', 0),
+(1374, 26, 'Revinr Admin assigned as a PM in Proj:Studypress by Revinr Admin', 0),
+(1375, 39, 'Revinr Admin assigned as a PM in Proj:Studypress by Revinr Admin', 0),
+(1376, 2, 'Task:Bank Crash Program MT 34 created in Proj:Studypress by Revinr Admin', 0),
+(1377, 23, 'Task:Bank Crash Program MT 34 created in Proj:Studypress by Revinr Admin', 1),
+(1378, 26, 'Task:Bank Crash Program MT 34 created in Proj:Studypress by Revinr Admin', 0),
+(1379, 39, 'Task:Bank Crash Program MT 34 created in Proj:Studypress by Revinr Admin', 0),
+(1380, 2, 'Task:Assistant cypher officer Question Solve  created in Proj:Studypress by Revinr Admin', 0),
+(1381, 23, 'Task:Assistant cypher officer Question Solve  created in Proj:Studypress by Revinr Admin', 1),
+(1382, 26, 'Task:Assistant cypher officer Question Solve  created in Proj:Studypress by Revinr Admin', 0),
+(1383, 39, 'Task:Assistant cypher officer Question Solve  created in Proj:Studypress by Revinr Admin', 0),
+(1384, 2, 'Task:Question Solution created in Proj:Studypress by Sharifullah ', 0),
+(1385, 23, 'Task:Question Solution created in Proj:Studypress by Sharifullah ', 1),
+(1386, 39, 'Task:Question Solution created in Proj:Studypress by Sharifullah ', 0),
+(1387, 17, 'Task:Question Solution created in Proj:Studypress by Sharifullah ', 1),
+(1388, 2, 'Task:ATAB entry D: 21 to 65 created in Proj:Sales Directory by Sharifullah ', 0),
+(1389, 23, 'Task:ATAB entry D: 21 to 65 created in Proj:Sales Directory by Sharifullah ', 1),
+(1390, 39, 'Task:ATAB entry D: 21 to 65 created in Proj:Sales Directory by Sharifullah ', 0),
+(1391, 17, 'Task:ATAB entry D: 21 to 65 created in Proj:Sales Directory by Sharifullah ', 1),
+(1392, 2, 'Task:Promotional Post for 38th Bcs created in Proj:Studypress by Revinr Admin', 0),
+(1393, 23, 'Task:Promotional Post for 38th Bcs created in Proj:Studypress by Revinr Admin', 1),
+(1394, 26, 'Task:Promotional Post for 38th Bcs created in Proj:Studypress by Revinr Admin', 0),
+(1395, 39, 'Task:Promotional Post for 38th Bcs created in Proj:Studypress by Revinr Admin', 0),
+(1396, 2, 'Task:BCS Crash Course Day 1  created in Proj:Studypress by Revinr Admin', 0),
+(1397, 23, 'Task:BCS Crash Course Day 1  created in Proj:Studypress by Revinr Admin', 1),
+(1398, 26, 'Task:BCS Crash Course Day 1  created in Proj:Studypress by Revinr Admin', 0),
+(1399, 39, 'Task:BCS Crash Course Day 1  created in Proj:Studypress by Revinr Admin', 0),
+(1400, 2, 'Task:BCS Crash Course Day 1  removed from Proj:Studypress by Revinr Admin', 0),
+(1401, 23, 'Task:BCS Crash Course Day 1  removed from Proj:Studypress by Revinr Admin', 1),
+(1402, 26, 'Task:BCS Crash Course Day 1  removed from Proj:Studypress by Revinr Admin', 0),
+(1403, 39, 'Task:BCS Crash Course Day 1  removed from Proj:Studypress by Revinr Admin', 0),
+(1404, 2, 'Task:Krishi Bank Model Test-05 created in Proj:Sales Directory by Sharifullah ', 0),
+(1405, 23, 'Task:Krishi Bank Model Test-05 created in Proj:Sales Directory by Sharifullah ', 1),
+(1406, 39, 'Task:Krishi Bank Model Test-05 created in Proj:Sales Directory by Sharifullah ', 0),
+(1407, 17, 'Task:Krishi Bank Model Test-05 created in Proj:Sales Directory by Sharifullah ', 1),
+(1408, 2, 'Task:sonali bank circular (correction)  created in Proj:Studypress by Revinr Admin', 0),
+(1409, 23, 'Task:sonali bank circular (correction)  created in Proj:Studypress by Revinr Admin', 1),
+(1410, 26, 'Task:sonali bank circular (correction)  created in Proj:Studypress by Revinr Admin', 0),
+(1411, 39, 'Task:sonali bank circular (correction)  created in Proj:Studypress by Revinr Admin', 0),
+(1412, 2, 'Revinr Admin assigned in Task:sonali bank circular (correction)  of Proj:Studypress by Revinr Admin', 0),
+(1413, 23, 'Revinr Admin assigned in Task:sonali bank circular (correction)  of Proj:Studypress by Revinr Admin', 1),
+(1414, 39, 'You assigned in Task:sonali bank circular (correction)  of Proj:Studypress by Revinr Admin', 0),
+(1415, 2, 'Task:promotional post for bcs prog (several) created in Proj:Studypress by Revinr Admin', 0),
+(1416, 23, 'Task:promotional post for bcs prog (several) created in Proj:Studypress by Revinr Admin', 1),
+(1417, 26, 'Task:promotional post for bcs prog (several) created in Proj:Studypress by Revinr Admin', 0),
+(1418, 39, 'Task:promotional post for bcs prog (several) created in Proj:Studypress by Revinr Admin', 0),
+(1419, 2, 'Task:Wakeboard testing created in Proj:Wake Board by Shamme Zeba', 0),
+(1420, 23, 'Task:Wakeboard testing created in Proj:Wake Board by Shamme Zeba', 1),
+(1421, 39, 'Task:Wakeboard testing created in Proj:Wake Board by Shamme Zeba', 0),
+(1422, 17, 'Task:Wakeboard testing created in Proj:Wake Board by Shamme Zeba', 1),
+(1423, 2, 'Task:38th advice post created in Proj:Studypress by Sharifullah ', 0),
+(1424, 23, 'Task:38th advice post created in Proj:Studypress by Sharifullah ', 1),
+(1425, 39, 'Task:38th advice post created in Proj:Studypress by Sharifullah ', 0),
+(1426, 17, 'Task:38th advice post created in Proj:Studypress by Sharifullah ', 1),
+(1427, 2, 'Task:38th BCS Mental Ability Advice created in Proj:Studypress by Sharifullah ', 0),
+(1428, 23, 'Task:38th BCS Mental Ability Advice created in Proj:Studypress by Sharifullah ', 1),
+(1429, 39, 'Task:38th BCS Mental Ability Advice created in Proj:Studypress by Sharifullah ', 0),
+(1430, 17, 'Task:38th BCS Mental Ability Advice created in Proj:Studypress by Sharifullah ', 1),
+(1431, 2, 'Task:Krishi Bank Model Test-06 created in Proj:Studypress by Sharifullah ', 0),
+(1432, 23, 'Task:Krishi Bank Model Test-06 created in Proj:Studypress by Sharifullah ', 1),
+(1433, 39, 'Task:Krishi Bank Model Test-06 created in Proj:Studypress by Sharifullah ', 0),
+(1434, 17, 'Task:Krishi Bank Model Test-06 created in Proj:Studypress by Sharifullah ', 1),
+(1435, 2, 'Task:Krishi Bank Model Test-07 created in Proj:Studypress by Sharifullah ', 0),
+(1436, 23, 'Task:Krishi Bank Model Test-07 created in Proj:Studypress by Sharifullah ', 1),
+(1437, 39, 'Task:Krishi Bank Model Test-07 created in Proj:Studypress by Sharifullah ', 0),
+(1438, 17, 'Task:Krishi Bank Model Test-07 created in Proj:Studypress by Sharifullah ', 1),
+(1439, 2, 'Task:Promotional post for 38th bcs  created in Proj:Studypress by Revinr Admin', 0),
+(1440, 23, 'Task:Promotional post for 38th bcs  created in Proj:Studypress by Revinr Admin', 1),
+(1441, 26, 'Task:Promotional post for 38th bcs  created in Proj:Studypress by Revinr Admin', 0),
+(1442, 39, 'Task:Promotional post for 38th bcs  created in Proj:Studypress by Revinr Admin', 0),
+(1443, 2, 'A comment added in Task:Integrate Android FireBase with the project of Proj:Quiz by Mamun Hasan', 0),
+(1444, 23, 'A comment added in Task:Integrate Android FireBase with the project of Proj:Quiz by Mamun Hasan', 1),
+(1445, 39, 'A comment added in Task:Integrate Android FireBase with the project of Proj:Quiz by Mamun Hasan', 0),
+(1446, 17, 'A comment added in Task:Integrate Android FireBase with the project of Proj:Quiz by Mamun Hasan', 1),
+(1447, 2, 'Task:From Newspaper 1-5 January  created in Proj:Studypress by Revinr Admin', 0),
+(1448, 23, 'Task:From Newspaper 1-5 January  created in Proj:Studypress by Revinr Admin', 1),
+(1449, 26, 'Task:From Newspaper 1-5 January  created in Proj:Studypress by Revinr Admin', 0),
+(1450, 39, 'Task:From Newspaper 1-5 January  created in Proj:Studypress by Revinr Admin', 0),
+(1451, 2, 'Task:Bank Crash Program (2nd Batch) created in Proj:Studypress by Sharifullah ', 0),
+(1452, 23, 'Task:Bank Crash Program (2nd Batch) created in Proj:Studypress by Sharifullah ', 1),
+(1453, 39, 'Task:Bank Crash Program (2nd Batch) created in Proj:Studypress by Sharifullah ', 0),
+(1454, 17, 'Task:Bank Crash Program (2nd Batch) created in Proj:Studypress by Sharifullah ', 1),
+(1455, 2, 'Task:?????? ???????? ????????? ????? ??????-(Post) created in Proj:Studypress by Sharifullah ', 0),
+(1456, 23, 'Task:?????? ???????? ????????? ????? ??????-(Post) created in Proj:Studypress by Sharifullah ', 1),
+(1457, 39, 'Task:?????? ???????? ????????? ????? ??????-(Post) created in Proj:Studypress by Sharifullah ', 0),
+(1458, 17, 'Task:?????? ???????? ????????? ????? ??????-(Post) created in Proj:Studypress by Sharifullah ', 1),
+(1459, 2, 'Task:Bank Crash MT 35  created in Proj:Studypress by Revinr Admin', 0),
+(1460, 23, 'Task:Bank Crash MT 35  created in Proj:Studypress by Revinr Admin', 1),
+(1461, 26, 'Task:Bank Crash MT 35  created in Proj:Studypress by Revinr Admin', 0),
+(1462, 39, 'Task:Bank Crash MT 35  created in Proj:Studypress by Revinr Admin', 0),
+(1463, 2, 'Task:???????? ????? Post created in Proj:Studypress by Sharifullah ', 0),
+(1464, 23, 'Task:???????? ????? Post created in Proj:Studypress by Sharifullah ', 1),
+(1465, 39, 'Task:???????? ????? Post created in Proj:Studypress by Sharifullah ', 0),
+(1466, 17, 'Task:???????? ????? Post created in Proj:Studypress by Sharifullah ', 1),
+(1467, 2, 'Task:Krishi Bank Model Test-08 created in Proj:Studypress by Sharifullah ', 0),
+(1468, 23, 'Task:Krishi Bank Model Test-08 created in Proj:Studypress by Sharifullah ', 1),
+(1469, 39, 'Task:Krishi Bank Model Test-08 created in Proj:Studypress by Sharifullah ', 0),
+(1470, 17, 'Task:Krishi Bank Model Test-08 created in Proj:Studypress by Sharifullah ', 1),
+(1471, 2, 'Task:Role of Banks in economic development POST created in Proj:Studypress by Sharifullah ', 0),
+(1472, 23, 'Task:Role of Banks in economic development POST created in Proj:Studypress by Sharifullah ', 1),
+(1473, 39, 'Task:Role of Banks in economic development POST created in Proj:Studypress by Sharifullah ', 0),
+(1474, 17, 'Task:Role of Banks in economic development POST created in Proj:Studypress by Sharifullah ', 1),
+(1475, 2, 'Task:38th Bcs Preli Day 1  created in Proj:Studypress by Revinr Admin', 0),
+(1476, 23, 'Task:38th Bcs Preli Day 1  created in Proj:Studypress by Revinr Admin', 1),
+(1477, 26, 'Task:38th Bcs Preli Day 1  created in Proj:Studypress by Revinr Admin', 0),
+(1478, 39, 'Task:38th Bcs Preli Day 1  created in Proj:Studypress by Revinr Admin', 0),
+(1479, 2, 'Task:Dress App  created in Proj:Wake Board by Shamme Zeba', 0),
+(1480, 23, 'Task:Dress App  created in Proj:Wake Board by Shamme Zeba', 1),
+(1481, 39, 'Task:Dress App  created in Proj:Wake Board by Shamme Zeba', 0),
+(1482, 17, 'Task:Dress App  created in Proj:Wake Board by Shamme Zeba', 1),
+(1483, 2, 'Task:Krishi Bank Model Test-09 created in Proj:Studypress by Sharifullah ', 0),
+(1484, 23, 'Task:Krishi Bank Model Test-09 created in Proj:Studypress by Sharifullah ', 1),
+(1485, 39, 'Task:Krishi Bank Model Test-09 created in Proj:Studypress by Sharifullah ', 0),
+(1486, 17, 'Task:Krishi Bank Model Test-09 created in Proj:Studypress by Sharifullah ', 1),
+(1487, 2, 'Task:Replace Wakeboard in eclpse to android studio created in Proj:Wake Board by Shamme Zeba', 0),
+(1488, 23, 'Task:Replace Wakeboard in eclpse to android studio created in Proj:Wake Board by Shamme Zeba', 1),
+(1489, 39, 'Task:Replace Wakeboard in eclpse to android studio created in Proj:Wake Board by Shamme Zeba', 0),
+(1490, 17, 'Task:Replace Wakeboard in eclpse to android studio created in Proj:Wake Board by Shamme Zeba', 1),
+(1491, 2, 'Task:User Panel ?? Body Change ???? ???...?????? created in Proj:StudyPress Bug by Sharifullah ', 0),
+(1492, 23, 'Task:User Panel ?? Body Change ???? ???...?????? created in Proj:StudyPress Bug by Sharifullah ', 1),
+(1493, 39, 'Task:User Panel ?? Body Change ???? ???...?????? created in Proj:StudyPress Bug by Sharifullah ', 0),
+(1494, 17, 'Task:User Panel ?? Body Change ???? ???...?????? created in Proj:StudyPress Bug by Sharifullah ', 1),
+(1495, 2, 'Task:Current Affairs Check created in Proj:Studypress by Sharifullah ', 0),
+(1496, 23, 'Task:Current Affairs Check created in Proj:Studypress by Sharifullah ', 1),
+(1497, 39, 'Task:Current Affairs Check created in Proj:Studypress by Sharifullah ', 0),
+(1498, 17, 'Task:Current Affairs Check created in Proj:Studypress by Sharifullah ', 1),
+(1499, 2, 'Task:38th Bcs Preli Day 2  created in Proj:Studypress by Revinr Admin', 0),
+(1500, 23, 'Task:38th Bcs Preli Day 2  created in Proj:Studypress by Revinr Admin', 1),
+(1501, 26, 'Task:38th Bcs Preli Day 2  created in Proj:Studypress by Revinr Admin', 0),
+(1502, 39, 'Task:38th Bcs Preli Day 2  created in Proj:Studypress by Revinr Admin', 0),
+(1503, 2, 'Revinr Admin assigned in Task:38th Bcs Preli Day 2  of Proj:Studypress by Revinr Admin', 0),
+(1504, 23, 'Revinr Admin assigned in Task:38th Bcs Preli Day 2  of Proj:Studypress by Revinr Admin', 1),
+(1505, 39, 'You assigned in Task:38th Bcs Preli Day 2  of Proj:Studypress by Revinr Admin', 0),
+(1506, 2, 'Task:ATAB entry E: 17 to 56 created in Proj:Sales Directory by Sharifullah ', 0),
+(1507, 23, 'Task:ATAB entry E: 17 to 56 created in Proj:Sales Directory by Sharifullah ', 1),
+(1508, 39, 'Task:ATAB entry E: 17 to 56 created in Proj:Sales Directory by Sharifullah ', 0),
+(1509, 17, 'Task:ATAB entry E: 17 to 56 created in Proj:Sales Directory by Sharifullah ', 1),
+(1510, 2, 'Task:working on zopim live chat intregation created in Proj:Wake Board by Shamme Zeba', 0),
+(1511, 23, 'Task:working on zopim live chat intregation created in Proj:Wake Board by Shamme Zeba', 1),
+(1512, 39, 'Task:working on zopim live chat intregation created in Proj:Wake Board by Shamme Zeba', 0),
+(1513, 17, 'Task:working on zopim live chat intregation created in Proj:Wake Board by Shamme Zeba', 1),
+(1514, 2, 'Task:Exam ?????? ??? ????? ????? ????? ???? ???? Ans. Count ?? created in Proj:StudyPress Bug by Sharifullah ', 0),
+(1515, 23, 'Task:Exam ?????? ??? ????? ????? ????? ???? ???? Ans. Count ?? created in Proj:StudyPress Bug by Sharifullah ', 1),
+(1516, 39, 'Task:Exam ?????? ??? ????? ????? ????? ???? ???? Ans. Count ?? created in Proj:StudyPress Bug by Sharifullah ', 0),
+(1517, 17, 'Task:Exam ?????? ??? ????? ????? ????? ???? ???? Ans. Count ?? created in Proj:StudyPress Bug by Sharifullah ', 1),
+(1518, 2, 'Task:Written part FB post--4 Ta created in Proj:StudyPress Bug by Sharifullah ', 0),
+(1519, 23, 'Task:Written part FB post--4 Ta created in Proj:StudyPress Bug by Sharifullah ', 1),
+(1520, 39, 'Task:Written part FB post--4 Ta created in Proj:StudyPress Bug by Sharifullah ', 0),
+(1521, 17, 'Task:Written part FB post--4 Ta created in Proj:StudyPress Bug by Sharifullah ', 1),
+(1522, 23, 'Task:Orion Travels created in Proj:Studypress Jobs by admin', 1),
+(1523, 39, 'Task:Orion Travels created in Proj:Studypress Jobs by admin', 0),
+(1524, 22, 'Task:Orion Travels created in Proj:Studypress Jobs by admin', 0),
+(1525, 23, 'Shumon  assigned in Task:Orion Travels of Proj:Studypress Jobs by admin', 1),
+(1526, 39, 'Shumon  assigned in Task:Orion Travels of Proj:Studypress Jobs by admin', 0),
+(1527, 22, 'You assigned in Task:Orion Travels of Proj:Studypress Jobs by admin', 0),
+(1528, 23, 'Task:StudyPress Job 5 created in Proj:Studypress Jobs by admin', 1),
+(1529, 39, 'Task:StudyPress Job 5 created in Proj:Studypress Jobs by admin', 0),
+(1530, 22, 'Task:StudyPress Job 5 created in Proj:Studypress Jobs by admin', 0),
+(1531, 23, 'Shumon  assigned in Task:StudyPress Job 5 of Proj:Studypress Jobs by admin', 1),
+(1532, 39, 'Shumon  assigned in Task:StudyPress Job 5 of Proj:Studypress Jobs by admin', 0),
+(1533, 22, 'You assigned in Task:StudyPress Job 5 of Proj:Studypress Jobs by admin', 0),
+(1534, 2, 'Proj: Kamrul Project created by admin', 0),
+(1535, 23, 'Proj: Kamrul Project created by admin', 1),
+(1536, 39, 'Proj: Kamrul Project created by admin', 0),
+(1537, 2, 'Kamrul assigned in Proj:Kamrul Project by admin', 0),
+(1538, 23, 'Kamrul assigned in Proj:Kamrul Project by admin', 1),
+(1539, 39, 'Kamrul assigned in Proj:Kamrul Project by admin', 0),
+(1540, 40, 'You assigned in Proj:Kamrul Project by admin', 0),
+(1541, 23, 'Task:Pacific Jeans Demo created in Proj:Kamrul Project by admin', 1),
+(1542, 39, 'Task:Pacific Jeans Demo created in Proj:Kamrul Project by admin', 0),
+(1543, 40, 'Task:Pacific Jeans Demo created in Proj:Kamrul Project by admin', 0),
+(1544, 23, 'Kamrul assigned in Task:Pacific Jeans Demo of Proj:Kamrul Project by admin', 1),
+(1545, 39, 'Kamrul assigned in Task:Pacific Jeans Demo of Proj:Kamrul Project by admin', 0),
+(1546, 40, 'You assigned in Task:Pacific Jeans Demo of Proj:Kamrul Project by admin', 0),
+(1547, 23, 'A comment added in Task:Pacific Jeans Demo of Proj:Kamrul Project by admin', 1),
+(1548, 39, 'A comment added in Task:Pacific Jeans Demo of Proj:Kamrul Project by admin', 0),
+(1549, 40, 'A comment added in Task:Pacific Jeans Demo of Proj:Kamrul Project by admin', 0),
+(1550, 17, 'A comment added in Task:Pacific Jeans Demo of Proj:Kamrul Project by admin', 1),
+(1551, 2, 'Task:http://eaglepizza.com.au/ created in Proj:Demo Projects by mostafij', 0),
+(1552, 23, 'Task:http://eaglepizza.com.au/ created in Proj:Demo Projects by mostafij', 1),
+(1553, 39, 'Task:http://eaglepizza.com.au/ created in Proj:Demo Projects by mostafij', 0),
+(1554, 17, 'Task:http://eaglepizza.com.au/ created in Proj:Demo Projects by mostafij', 1),
+(1555, 2, 'Task:Krishi Bank Math part created in Proj:Studypress by Sharifullah ', 0),
+(1556, 23, 'Task:Krishi Bank Math part created in Proj:Studypress by Sharifullah ', 1),
+(1557, 39, 'Task:Krishi Bank Math part created in Proj:Studypress by Sharifullah ', 0),
+(1558, 17, 'Task:Krishi Bank Math part created in Proj:Studypress by Sharifullah ', 1),
+(1559, 2, 'Task:http://studypress.org/job/job_list/cv# removed from Proj:Studypress Jobs by Shumon ', 0),
+(1560, 23, 'Task:http://studypress.org/job/job_list/cv# removed from Proj:Studypress Jobs by Shumon ', 1),
+(1561, 39, 'Task:http://studypress.org/job/job_list/cv# removed from Proj:Studypress Jobs by Shumon ', 0),
+(1562, 22, 'Task:http://studypress.org/job/job_list/cv# removed from Proj:Studypress Jobs by Shumon ', 0),
+(1563, 2, 'Task:http://studypress.org/job/job_list/cv# removed from Proj:Studypress Jobs by Shumon ', 0),
+(1564, 23, 'Task:http://studypress.org/job/job_list/cv# removed from Proj:Studypress Jobs by Shumon ', 1),
+(1565, 39, 'Task:http://studypress.org/job/job_list/cv# removed from Proj:Studypress Jobs by Shumon ', 0),
+(1566, 22, 'Task:http://studypress.org/job/job_list/cv# removed from Proj:Studypress Jobs by Shumon ', 0),
+(1567, 2, 'Task:http://studypress.org/job/job_list removed from Proj:Studypress Jobs by Shumon ', 0),
+(1568, 23, 'Task:http://studypress.org/job/job_list removed from Proj:Studypress Jobs by Shumon ', 1),
+(1569, 39, 'Task:http://studypress.org/job/job_list removed from Proj:Studypress Jobs by Shumon ', 0),
+(1570, 22, 'Task:http://studypress.org/job/job_list removed from Proj:Studypress Jobs by Shumon ', 0),
+(1571, 2, 'Task:http://studypress.org/job/job_list removed from Proj:Studypress Jobs by Shumon ', 0),
+(1572, 23, 'Task:http://studypress.org/job/job_list removed from Proj:Studypress Jobs by Shumon ', 1),
+(1573, 39, 'Task:http://studypress.org/job/job_list removed from Proj:Studypress Jobs by Shumon ', 0),
+(1574, 22, 'Task:http://studypress.org/job/job_list removed from Proj:Studypress Jobs by Shumon ', 0),
+(1575, 2, 'Task:http://studypress.org/job/job_list removed from Proj:Studypress Jobs by Shumon ', 0),
+(1576, 23, 'Task:http://studypress.org/job/job_list removed from Proj:Studypress Jobs by Shumon ', 1),
+(1577, 39, 'Task:http://studypress.org/job/job_list removed from Proj:Studypress Jobs by Shumon ', 0),
+(1578, 22, 'Task:http://studypress.org/job/job_list removed from Proj:Studypress Jobs by Shumon ', 0),
+(1579, 2, 'Task:http://studypress.org/job/job_list removed from Proj:Studypress Jobs by Shumon ', 0),
+(1580, 23, 'Task:http://studypress.org/job/job_list removed from Proj:Studypress Jobs by Shumon ', 1),
+(1581, 39, 'Task:http://studypress.org/job/job_list removed from Proj:Studypress Jobs by Shumon ', 0),
+(1582, 22, 'Task:http://studypress.org/job/job_list removed from Proj:Studypress Jobs by Shumon ', 0),
+(1583, 2, 'Task:http://studypress.org/job/job_list removed from Proj:Studypress Jobs by Shumon ', 0),
+(1584, 23, 'Task:http://studypress.org/job/job_list removed from Proj:Studypress Jobs by Shumon ', 1),
+(1585, 39, 'Task:http://studypress.org/job/job_list removed from Proj:Studypress Jobs by Shumon ', 0),
+(1586, 22, 'Task:http://studypress.org/job/job_list removed from Proj:Studypress Jobs by Shumon ', 0),
+(1587, 2, 'Task:http://studypress.org/job/job_list/details/1/cat removed from Proj:Studypress Jobs by Shumon ', 0),
+(1588, 23, 'Task:http://studypress.org/job/job_list/details/1/cat removed from Proj:Studypress Jobs by Shumon ', 1),
+(1589, 39, 'Task:http://studypress.org/job/job_list/details/1/cat removed from Proj:Studypress Jobs by Shumon ', 0),
+(1590, 22, 'Task:http://studypress.org/job/job_list/details/1/cat removed from Proj:Studypress Jobs by Shumon ', 0),
+(1591, 2, 'Task:http://studypress.org/job/job_list/details/1/cat# removed from Proj:Studypress Jobs by Shumon ', 0),
+(1592, 23, 'Task:http://studypress.org/job/job_list/details/1/cat# removed from Proj:Studypress Jobs by Shumon ', 1),
+(1593, 39, 'Task:http://studypress.org/job/job_list/details/1/cat# removed from Proj:Studypress Jobs by Shumon ', 0),
+(1594, 22, 'Task:http://studypress.org/job/job_list/details/1/cat# removed from Proj:Studypress Jobs by Shumon ', 0),
+(1595, 2, 'Task:http://studypress.org/job/job_list/details/1/cat# removed from Proj:Studypress Jobs by Shumon ', 0),
+(1596, 23, 'Task:http://studypress.org/job/job_list/details/1/cat# removed from Proj:Studypress Jobs by Shumon ', 1),
+(1597, 39, 'Task:http://studypress.org/job/job_list/details/1/cat# removed from Proj:Studypress Jobs by Shumon ', 0),
+(1598, 22, 'Task:http://studypress.org/job/job_list/details/1/cat# removed from Proj:Studypress Jobs by Shumon ', 0),
+(1599, 2, 'Task:http://studypress.org/ removed from Proj:Studypress Jobs by Shumon ', 0),
+(1600, 23, 'Task:http://studypress.org/ removed from Proj:Studypress Jobs by Shumon ', 1),
+(1601, 39, 'Task:http://studypress.org/ removed from Proj:Studypress Jobs by Shumon ', 0),
+(1602, 22, 'Task:http://studypress.org/ removed from Proj:Studypress Jobs by Shumon ', 0),
+(1603, 2, 'Task:JOB post (12/12/2016) removed from Proj:Studypress Jobs by Shumon ', 0),
+(1604, 23, 'Task:JOB post (12/12/2016) removed from Proj:Studypress Jobs by Shumon ', 1),
+(1605, 39, 'Task:JOB post (12/12/2016) removed from Proj:Studypress Jobs by Shumon ', 0),
+(1606, 22, 'Task:JOB post (12/12/2016) removed from Proj:Studypress Jobs by Shumon ', 0),
+(1607, 2, 'Task:Job Post removed from Proj:Studypress Jobs by Shumon ', 0),
+(1608, 23, 'Task:Job Post removed from Proj:Studypress Jobs by Shumon ', 1),
+(1609, 39, 'Task:Job Post removed from Proj:Studypress Jobs by Shumon ', 0),
+(1610, 22, 'Task:Job Post removed from Proj:Studypress Jobs by Shumon ', 0),
+(1611, 2, 'Task:Studypress Job Post (5) created in Proj:Studypress Jobs by Shumon ', 0),
+(1612, 23, 'Task:Studypress Job Post (5) created in Proj:Studypress Jobs by Shumon ', 1),
+(1613, 39, 'Task:Studypress Job Post (5) created in Proj:Studypress Jobs by Shumon ', 0),
+(1614, 17, 'Task:Studypress Job Post (5) created in Proj:Studypress Jobs by Shumon ', 1),
+(1615, 2, 'Task:Krishi Bank GK part created in Proj:Studypress by Sharifullah ', 0),
+(1616, 23, 'Task:Krishi Bank GK part created in Proj:Studypress by Sharifullah ', 1),
+(1617, 39, 'Task:Krishi Bank GK part created in Proj:Studypress by Sharifullah ', 0),
+(1618, 17, 'Task:Krishi Bank GK part created in Proj:Studypress by Sharifullah ', 1),
+(1619, 2, 'Task:Islami Bank Circular Published created in Proj:Studypress by Sharifullah ', 0),
+(1620, 23, 'Task:Islami Bank Circular Published created in Proj:Studypress by Sharifullah ', 1),
+(1621, 39, 'Task:Islami Bank Circular Published created in Proj:Studypress by Sharifullah ', 0),
+(1622, 17, 'Task:Islami Bank Circular Published created in Proj:Studypress by Sharifullah ', 1),
+(1623, 2, 'Task:Krishi Bank \"Officer\" Notice  created in Proj:Studypress by Sharifullah ', 0),
+(1624, 23, 'Task:Krishi Bank \"Officer\" Notice  created in Proj:Studypress by Sharifullah ', 1),
+(1625, 39, 'Task:Krishi Bank \"Officer\" Notice  created in Proj:Studypress by Sharifullah ', 0),
+(1626, 17, 'Task:Krishi Bank \"Officer\" Notice  created in Proj:Studypress by Sharifullah ', 1),
+(1627, 2, 'Task:ATAB entry F: 1 to 35 created in Proj:Studypress by Sharifullah ', 0),
+(1628, 23, 'Task:ATAB entry F: 1 to 35 created in Proj:Studypress by Sharifullah ', 1),
+(1629, 39, 'Task:ATAB entry F: 1 to 35 created in Proj:Studypress by Sharifullah ', 0),
+(1630, 17, 'Task:ATAB entry F: 1 to 35 created in Proj:Studypress by Sharifullah ', 1),
+(1631, 2, 'Task:OTOBI Task  created in Proj:Sales Directory by Sharifullah ', 0),
+(1632, 23, 'Task:OTOBI Task  created in Proj:Sales Directory by Sharifullah ', 1),
+(1633, 39, 'Task:OTOBI Task  created in Proj:Sales Directory by Sharifullah ', 0),
+(1634, 17, 'Task:OTOBI Task  created in Proj:Sales Directory by Sharifullah ', 1),
+(1635, 2, 'Task:Standard Chartered Bank created in Proj:Sales Directory by Sharifullah ', 0),
+(1636, 23, 'Task:Standard Chartered Bank created in Proj:Sales Directory by Sharifullah ', 1),
+(1637, 39, 'Task:Standard Chartered Bank created in Proj:Sales Directory by Sharifullah ', 0),
+(1638, 17, 'Task:Standard Chartered Bank created in Proj:Sales Directory by Sharifullah ', 1),
+(1639, 2, 'Task:38th Bcs Preli Day 4 created in Proj:Studypress by Revinr Admin', 0),
+(1640, 23, 'Task:38th Bcs Preli Day 4 created in Proj:Studypress by Revinr Admin', 1),
+(1641, 26, 'Task:38th Bcs Preli Day 4 created in Proj:Studypress by Revinr Admin', 0),
+(1642, 39, 'Task:38th Bcs Preli Day 4 created in Proj:Studypress by Revinr Admin', 0),
+(1643, 2, 'Revinr Admin assigned in Task:38th Bcs Preli Day 4 of Proj:Studypress by Revinr Admin', 0),
+(1644, 23, 'Revinr Admin assigned in Task:38th Bcs Preli Day 4 of Proj:Studypress by Revinr Admin', 1),
+(1645, 39, 'You assigned in Task:38th Bcs Preli Day 4 of Proj:Studypress by Revinr Admin', 0),
+(1646, 2, 'Task:Editorial created in Proj:StudyPress News by Arafat Rahman', 0),
+(1647, 23, 'Task:Editorial created in Proj:StudyPress News by Arafat Rahman', 1),
+(1648, 39, 'Task:Editorial created in Proj:StudyPress News by Arafat Rahman', 0),
+(1649, 17, 'Task:Editorial created in Proj:StudyPress News by Arafat Rahman', 1),
+(1650, 2, 'Task:Crate the QUiz Activity created in Proj:Quiz by Mamun Hasan', 0),
+(1651, 23, 'Task:Crate the QUiz Activity created in Proj:Quiz by Mamun Hasan', 1),
+(1652, 39, 'Task:Crate the QUiz Activity created in Proj:Quiz by Mamun Hasan', 0),
+(1653, 17, 'Task:Crate the QUiz Activity created in Proj:Quiz by Mamun Hasan', 1),
+(1654, 2, 'Task:. http://eaglepizza.com.au/ created in Proj:Demo Projects by mostafij', 0),
+(1655, 23, 'Task:. http://eaglepizza.com.au/ created in Proj:Demo Projects by mostafij', 1),
+(1656, 39, 'Task:. http://eaglepizza.com.au/ created in Proj:Demo Projects by mostafij', 0),
+(1657, 17, 'Task:. http://eaglepizza.com.au/ created in Proj:Demo Projects by mostafij', 1),
+(1658, 2, 'Task:Physics Chapter - 3 to 5 MCQ type  created in Proj:StudyPress School Ten by Arafat Rahman', 0),
+(1659, 23, 'Task:Physics Chapter - 3 to 5 MCQ type  created in Proj:StudyPress School Ten by Arafat Rahman', 1),
+(1660, 39, 'Task:Physics Chapter - 3 to 5 MCQ type  created in Proj:StudyPress School Ten by Arafat Rahman', 0),
+(1661, 17, 'Task:Physics Chapter - 3 to 5 MCQ type  created in Proj:StudyPress School Ten by Arafat Rahman', 1),
+(1662, 2, 'Task:From News Paper  created in Proj:Studypress by Revinr Admin', 0),
+(1663, 23, 'Task:From News Paper  created in Proj:Studypress by Revinr Admin', 1),
+(1664, 26, 'Task:From News Paper  created in Proj:Studypress by Revinr Admin', 0),
+(1665, 39, 'Task:From News Paper  created in Proj:Studypress by Revinr Admin', 0),
+(1666, 2, 'Revinr Admin assigned in Task:From News Paper  of Proj:Studypress by Revinr Admin', 0),
+(1667, 23, 'Revinr Admin assigned in Task:From News Paper  of Proj:Studypress by Revinr Admin', 1),
+(1668, 39, 'You assigned in Task:From News Paper  of Proj:Studypress by Revinr Admin', 0),
+(1669, 2, 'Revinr Admin assigned in Task:From News Paper  of Proj:Studypress by Revinr Admin', 0),
+(1670, 23, 'Revinr Admin assigned in Task:From News Paper  of Proj:Studypress by Revinr Admin', 1),
+(1671, 39, 'You assigned in Task:From News Paper  of Proj:Studypress by Revinr Admin', 0),
+(1672, 2, 'Task:Job News created in Proj:StudyPress News by Arafat Rahman', 0),
+(1673, 23, 'Task:Job News created in Proj:StudyPress News by Arafat Rahman', 1),
+(1674, 39, 'Task:Job News created in Proj:StudyPress News by Arafat Rahman', 0),
+(1675, 17, 'Task:Job News created in Proj:StudyPress News by Arafat Rahman', 1),
+(1676, 2, 'Task:JOB post (23/01/2017) created in Proj:Studypress Jobs by Shumon ', 0),
+(1677, 23, 'Task:JOB post (23/01/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(1678, 39, 'Task:JOB post (23/01/2017) created in Proj:Studypress Jobs by Shumon ', 0),
+(1679, 17, 'Task:JOB post (23/01/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(1680, 2, 'Task:JOB post (23/01/2017) created in Proj:Studypress Jobs by Shumon ', 0),
+(1681, 23, 'Task:JOB post (23/01/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(1682, 39, 'Task:JOB post (23/01/2017) created in Proj:Studypress Jobs by Shumon ', 0),
+(1683, 17, 'Task:JOB post (23/01/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(1684, 2, 'Task:current affairs question add created in Proj:StudyPress News by Arafat Rahman', 0),
+(1685, 23, 'Task:current affairs question add created in Proj:StudyPress News by Arafat Rahman', 1),
+(1686, 39, 'Task:current affairs question add created in Proj:StudyPress News by Arafat Rahman', 0),
+(1687, 17, 'Task:current affairs question add created in Proj:StudyPress News by Arafat Rahman', 1),
+(1688, 2, 'Task:eaglepizza created in Proj:Demo Projects by mostafij', 0),
+(1689, 23, 'Task:eaglepizza created in Proj:Demo Projects by mostafij', 1),
+(1690, 39, 'Task:eaglepizza created in Proj:Demo Projects by mostafij', 0),
+(1691, 17, 'Task:eaglepizza created in Proj:Demo Projects by mostafij', 1),
+(1692, 2, 'Task:Kindergarten Website created in Proj:Stephen by Anik', 0),
+(1693, 23, 'Task:Kindergarten Website created in Proj:Stephen by Anik', 1),
+(1694, 39, 'Task:Kindergarten Website created in Proj:Stephen by Anik', 0),
+(1695, 17, 'Task:Kindergarten Website created in Proj:Stephen by Anik', 1),
+(1696, 2, 'Task:Facebook Marketing created in Proj:Stephen by Anik', 0),
+(1697, 23, 'Task:Facebook Marketing created in Proj:Stephen by Anik', 1),
+(1698, 39, 'Task:Facebook Marketing created in Proj:Stephen by Anik', 0),
+(1699, 17, 'Task:Facebook Marketing created in Proj:Stephen by Anik', 1),
+(1700, 2, 'Task:http://eaglepizza.com.au/ created in Proj:Demo Projects by mostafij', 0),
+(1701, 23, 'Task:http://eaglepizza.com.au/ created in Proj:Demo Projects by mostafij', 1),
+(1702, 39, 'Task:http://eaglepizza.com.au/ created in Proj:Demo Projects by mostafij', 0),
+(1703, 17, 'Task:http://eaglepizza.com.au/ created in Proj:Demo Projects by mostafij', 1),
+(1704, 2, 'Task:OTOBI Task Showroom add created in Proj:Sales Directory by Sharifullah ', 0),
+(1705, 23, 'Task:OTOBI Task Showroom add created in Proj:Sales Directory by Sharifullah ', 1),
+(1706, 39, 'Task:OTOBI Task Showroom add created in Proj:Sales Directory by Sharifullah ', 0),
+(1707, 17, 'Task:OTOBI Task Showroom add created in Proj:Sales Directory by Sharifullah ', 1),
+(1708, 2, 'Task:38th Bcs 4th model test  created in Proj:Studypress by Revinr Admin', 0),
+(1709, 23, 'Task:38th Bcs 4th model test  created in Proj:Studypress by Revinr Admin', 1),
+(1710, 26, 'Task:38th Bcs 4th model test  created in Proj:Studypress by Revinr Admin', 1),
+(1711, 39, 'Task:38th Bcs 4th model test  created in Proj:Studypress by Revinr Admin', 0),
+(1712, 2, 'Task:Editorial created in Proj:StudyPress News by Arafat Rahman', 0),
+(1713, 23, 'Task:Editorial created in Proj:StudyPress News by Arafat Rahman', 1),
+(1714, 39, 'Task:Editorial created in Proj:StudyPress News by Arafat Rahman', 0),
+(1715, 17, 'Task:Editorial created in Proj:StudyPress News by Arafat Rahman', 1),
+(1716, 2, 'Task:article writing and translation created in Proj:StudyPress News by Arafat Rahman', 0);
+INSERT INTO `notification` (`id`, `user_id`, `msg`, `status`) VALUES
+(1717, 23, 'Task:article writing and translation created in Proj:StudyPress News by Arafat Rahman', 1),
+(1718, 39, 'Task:article writing and translation created in Proj:StudyPress News by Arafat Rahman', 0),
+(1719, 17, 'Task:article writing and translation created in Proj:StudyPress News by Arafat Rahman', 1),
+(1720, 2, 'Task:news ?  created in Proj:StudyPress News by Arafat Rahman', 0),
+(1721, 23, 'Task:news ?  created in Proj:StudyPress News by Arafat Rahman', 1),
+(1722, 39, 'Task:news ?  created in Proj:StudyPress News by Arafat Rahman', 0),
+(1723, 17, 'Task:news ?  created in Proj:StudyPress News by Arafat Rahman', 1),
+(1724, 2, 'Task:38th BCS Preli day 5  created in Proj:Studypress by Revinr Admin', 0),
+(1725, 23, 'Task:38th BCS Preli day 5  created in Proj:Studypress by Revinr Admin', 1),
+(1726, 26, 'Task:38th BCS Preli day 5  created in Proj:Studypress by Revinr Admin', 1),
+(1727, 39, 'Task:38th BCS Preli day 5  created in Proj:Studypress by Revinr Admin', 0),
+(1728, 2, 'Sharifullah  assigned in Task:38th BCS Preli day 5  of Proj:Studypress by Revinr Admin', 0),
+(1729, 23, 'Sharifullah  assigned in Task:38th BCS Preli day 5  of Proj:Studypress by Revinr Admin', 1),
+(1730, 26, 'You assigned in Task:38th BCS Preli day 5  of Proj:Studypress by Revinr Admin', 1),
+(1731, 2, 'Task:JOB post (24/01/2017) created in Proj:Studypress Jobs by Shumon ', 0),
+(1732, 23, 'Task:JOB post (24/01/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(1733, 39, 'Task:JOB post (24/01/2017) created in Proj:Studypress Jobs by Shumon ', 0),
+(1734, 17, 'Task:JOB post (24/01/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(1735, 23, 'Task:Germany created in Proj:Demo Projects by admin', 1),
+(1736, 39, 'Task:Germany created in Proj:Demo Projects by admin', 1),
+(1737, 30, 'Task:Germany created in Proj:Demo Projects by admin', 0),
+(1738, 18, 'Task:Germany created in Proj:Demo Projects by admin', 0),
+(1739, 25, 'Task:Germany created in Proj:Demo Projects by admin', 0),
+(1740, 23, 'mostafij assigned in Task:Germany of Proj:Demo Projects by admin', 1),
+(1741, 39, 'mostafij assigned in Task:Germany of Proj:Demo Projects by admin', 1),
+(1742, 18, 'You assigned in Task:Germany of Proj:Demo Projects by admin', 0),
+(1743, 23, 'mostafij assigned in Task:Germany of Proj:Demo Projects by admin', 1),
+(1744, 39, 'mostafij assigned in Task:Germany of Proj:Demo Projects by admin', 1),
+(1745, 18, 'You assigned in Task:Germany of Proj:Demo Projects by admin', 0),
+(1746, 2, 'Task:38th BCS 5th Model Test  created in Proj:Studypress by Revinr Admin', 0),
+(1747, 23, 'Task:38th BCS 5th Model Test  created in Proj:Studypress by Revinr Admin', 1),
+(1748, 26, 'Task:38th BCS 5th Model Test  created in Proj:Studypress by Revinr Admin', 1),
+(1749, 39, 'Task:38th BCS 5th Model Test  created in Proj:Studypress by Revinr Admin', 1),
+(1750, 2, 'Task:ATAB entry F: 35 to 78 created in Proj:Sales Directory by Sharifullah ', 0),
+(1751, 23, 'Task:ATAB entry F: 35 to 78 created in Proj:Sales Directory by Sharifullah ', 1),
+(1752, 39, 'Task:ATAB entry F: 35 to 78 created in Proj:Sales Directory by Sharifullah ', 1),
+(1753, 17, 'Task:ATAB entry F: 35 to 78 created in Proj:Sales Directory by Sharifullah ', 1),
+(1754, 2, 'Task:Krishi Bank Entry to Database created in Proj:Sales Directory by Sharifullah ', 0),
+(1755, 23, 'Task:Krishi Bank Entry to Database created in Proj:Sales Directory by Sharifullah ', 1),
+(1756, 39, 'Task:Krishi Bank Entry to Database created in Proj:Sales Directory by Sharifullah ', 1),
+(1757, 17, 'Task:Krishi Bank Entry to Database created in Proj:Sales Directory by Sharifullah ', 1),
+(1758, 2, 'Task:38th BCS Preli 6th Day created in Proj:Studypress by Revinr Admin', 0),
+(1759, 23, 'Task:38th BCS Preli 6th Day created in Proj:Studypress by Revinr Admin', 1),
+(1760, 26, 'Task:38th BCS Preli 6th Day created in Proj:Studypress by Revinr Admin', 1),
+(1761, 39, 'Task:38th BCS Preli 6th Day created in Proj:Studypress by Revinr Admin', 1),
+(1762, 2, 'Task:OTOBI Edit created in Proj:Sales Directory by Sharifullah ', 0),
+(1763, 23, 'Task:OTOBI Edit created in Proj:Sales Directory by Sharifullah ', 1),
+(1764, 39, 'Task:OTOBI Edit created in Proj:Sales Directory by Sharifullah ', 1),
+(1765, 17, 'Task:OTOBI Edit created in Proj:Sales Directory by Sharifullah ', 1),
+(1766, 2, 'Task:wakeboard part3 time estimation calculation created in Proj:Wake Board by Shamme Zeba', 0),
+(1767, 23, 'Task:wakeboard part3 time estimation calculation created in Proj:Wake Board by Shamme Zeba', 1),
+(1768, 39, 'Task:wakeboard part3 time estimation calculation created in Proj:Wake Board by Shamme Zeba', 1),
+(1769, 17, 'Task:wakeboard part3 time estimation calculation created in Proj:Wake Board by Shamme Zeba', 1),
+(1770, 2, 'Task:eagleboys created in Proj:Demo Projects by mostafij', 0),
+(1771, 23, 'Task:eagleboys created in Proj:Demo Projects by mostafij', 1),
+(1772, 39, 'Task:eagleboys created in Proj:Demo Projects by mostafij', 1),
+(1773, 17, 'Task:eagleboys created in Proj:Demo Projects by mostafij', 1),
+(1774, 2, 'Task:???? ???????? ?????? ???????? ??????? created in Proj:Studypress by Sharifullah ', 0),
+(1775, 23, 'Task:???? ???????? ?????? ???????? ??????? created in Proj:Studypress by Sharifullah ', 1),
+(1776, 39, 'Task:???? ???????? ?????? ???????? ??????? created in Proj:Studypress by Sharifullah ', 1),
+(1777, 17, 'Task:???? ???????? ?????? ???????? ??????? created in Proj:Studypress by Sharifullah ', 1),
+(1778, 2, 'Task:38th BCS Preli MT 6  created in Proj:Studypress by Revinr Admin', 0),
+(1779, 23, 'Task:38th BCS Preli MT 6  created in Proj:Studypress by Revinr Admin', 1),
+(1780, 26, 'Task:38th BCS Preli MT 6  created in Proj:Studypress by Revinr Admin', 1),
+(1781, 39, 'Task:38th BCS Preli MT 6  created in Proj:Studypress by Revinr Admin', 1),
+(1782, 2, 'Sharifullah  assigned in Task:38th BCS Preli MT 6  of Proj:Studypress by Revinr Admin', 0),
+(1783, 23, 'Sharifullah  assigned in Task:38th BCS Preli MT 6  of Proj:Studypress by Revinr Admin', 1),
+(1784, 26, 'You assigned in Task:38th BCS Preli MT 6  of Proj:Studypress by Revinr Admin', 1),
+(1785, 2, 'Revinr Admin assigned in Task:38th BCS Preli MT 6  of Proj:Studypress by Revinr Admin', 0),
+(1786, 23, 'Revinr Admin assigned in Task:38th BCS Preli MT 6  of Proj:Studypress by Revinr Admin', 1),
+(1787, 39, 'You assigned in Task:38th BCS Preli MT 6  of Proj:Studypress by Revinr Admin', 1),
+(1788, 2, 'Task:http://revinr.com/summit/v3/index.php created in Proj:Demo Projects by mostafij', 0),
+(1789, 23, 'Task:http://revinr.com/summit/v3/index.php created in Proj:Demo Projects by mostafij', 1),
+(1790, 39, 'Task:http://revinr.com/summit/v3/index.php created in Proj:Demo Projects by mostafij', 1),
+(1791, 17, 'Task:http://revinr.com/summit/v3/index.php created in Proj:Demo Projects by mostafij', 1),
+(1792, 2, 'Task:Bank Written part post created in Proj:Studypress by Sharifullah ', 0),
+(1793, 23, 'Task:Bank Written part post created in Proj:Studypress by Sharifullah ', 1),
+(1794, 39, 'Task:Bank Written part post created in Proj:Studypress by Sharifullah ', 1),
+(1795, 17, 'Task:Bank Written part post created in Proj:Studypress by Sharifullah ', 1),
+(1796, 2, 'Task:ATAB entry G: 1 to 64 created in Proj:Sales Directory by Sharifullah ', 0),
+(1797, 23, 'Task:ATAB entry G: 1 to 64 created in Proj:Sales Directory by Sharifullah ', 1),
+(1798, 39, 'Task:ATAB entry G: 1 to 64 created in Proj:Sales Directory by Sharifullah ', 1),
+(1799, 17, 'Task:ATAB entry G: 1 to 64 created in Proj:Sales Directory by Sharifullah ', 1),
+(1800, 2, 'Task:38th BCS Preli Day 7  created in Proj:Studypress by Revinr Admin', 0),
+(1801, 23, 'Task:38th BCS Preli Day 7  created in Proj:Studypress by Revinr Admin', 1),
+(1802, 26, 'Task:38th BCS Preli Day 7  created in Proj:Studypress by Revinr Admin', 1),
+(1803, 39, 'Task:38th BCS Preli Day 7  created in Proj:Studypress by Revinr Admin', 1),
+(1804, 2, 'Task:Editorial 26/01/17 created in Proj:StudyPress News by Arafat Rahman', 0),
+(1805, 23, 'Task:Editorial 26/01/17 created in Proj:StudyPress News by Arafat Rahman', 1),
+(1806, 39, 'Task:Editorial 26/01/17 created in Proj:StudyPress News by Arafat Rahman', 1),
+(1807, 17, 'Task:Editorial 26/01/17 created in Proj:StudyPress News by Arafat Rahman', 1),
+(1808, 2, 'Task:ontribution of manpower export to the economy of Bangladesh created in Proj:StudyPress News by Arafat Rahman', 0),
+(1809, 23, 'Task:ontribution of manpower export to the economy of Bangladesh created in Proj:StudyPress News by Arafat Rahman', 1),
+(1810, 39, 'Task:ontribution of manpower export to the economy of Bangladesh created in Proj:StudyPress News by Arafat Rahman', 1),
+(1811, 17, 'Task:ontribution of manpower export to the economy of Bangladesh created in Proj:StudyPress News by Arafat Rahman', 1),
+(1812, 23, 'Task:Pub Website created in Proj:Kamrul Project by admin', 1),
+(1813, 39, 'Task:Pub Website created in Proj:Kamrul Project by admin', 1),
+(1814, 40, 'Task:Pub Website created in Proj:Kamrul Project by admin', 0),
+(1815, 23, 'Kamrul assigned in Task:Pub Website of Proj:Kamrul Project by admin', 1),
+(1816, 39, 'Kamrul assigned in Task:Pub Website of Proj:Kamrul Project by admin', 1),
+(1817, 40, 'You assigned in Task:Pub Website of Proj:Kamrul Project by admin', 0),
+(1818, 23, 'Kamrul assigned in Task:Pub Website of Proj:Kamrul Project by admin', 1),
+(1819, 39, 'Kamrul assigned in Task:Pub Website of Proj:Kamrul Project by admin', 1),
+(1820, 40, 'You assigned in Task:Pub Website of Proj:Kamrul Project by admin', 0),
+(1821, 23, 'Task:Car Insurance created in Proj:Kamrul Project by admin', 1),
+(1822, 39, 'Task:Car Insurance created in Proj:Kamrul Project by admin', 1),
+(1823, 40, 'Task:Car Insurance created in Proj:Kamrul Project by admin', 0),
+(1824, 23, 'Kamrul assigned in Task:Car Insurance of Proj:Kamrul Project by admin', 1),
+(1825, 39, 'Kamrul assigned in Task:Car Insurance of Proj:Kamrul Project by admin', 1),
+(1826, 40, 'You assigned in Task:Car Insurance of Proj:Kamrul Project by admin', 0),
+(1827, 2, 'A comment added in Task:Pub Website of Proj:Kamrul Project by Kamrul', 0),
+(1828, 23, 'A comment added in Task:Pub Website of Proj:Kamrul Project by Kamrul', 1),
+(1829, 39, 'A comment added in Task:Pub Website of Proj:Kamrul Project by Kamrul', 1),
+(1830, 17, 'A comment added in Task:Pub Website of Proj:Kamrul Project by Kamrul', 1),
+(1831, 2, 'A comment added in Task:Car Insurance of Proj:Kamrul Project by Kamrul', 0),
+(1832, 23, 'A comment added in Task:Car Insurance of Proj:Kamrul Project by Kamrul', 1),
+(1833, 39, 'A comment added in Task:Car Insurance of Proj:Kamrul Project by Kamrul', 1),
+(1834, 17, 'A comment added in Task:Car Insurance of Proj:Kamrul Project by Kamrul', 1),
+(1835, 2, 'Task:JOB post (29/01/2017) created in Proj:Studypress Jobs by Shumon ', 0),
+(1836, 23, 'Task:JOB post (29/01/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(1837, 39, 'Task:JOB post (29/01/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(1838, 17, 'Task:JOB post (29/01/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(1839, 2, 'Task:JOB post (30/01/2017) created in Proj:Studypress Jobs by Shumon ', 0),
+(1840, 23, 'Task:JOB post (30/01/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(1841, 39, 'Task:JOB post (30/01/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(1842, 17, 'Task:JOB post (30/01/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(1843, 23, 'Task:Agro based ecommerce HTML created in Proj:Kamrul Project by admin', 1),
+(1844, 39, 'Task:Agro based ecommerce HTML created in Proj:Kamrul Project by admin', 1),
+(1845, 40, 'Task:Agro based ecommerce HTML created in Proj:Kamrul Project by admin', 0),
+(1846, 23, 'Kamrul assigned in Task:Agro based ecommerce HTML of Proj:Kamrul Project by admin', 1),
+(1847, 39, 'Kamrul assigned in Task:Agro based ecommerce HTML of Proj:Kamrul Project by admin', 1),
+(1848, 40, 'You assigned in Task:Agro based ecommerce HTML of Proj:Kamrul Project by admin', 0),
+(1849, 2, 'Sabuj Maksud removed from Proj:Demo Projects by admin', 0),
+(1850, 23, 'Sabuj Maksud removed from Proj:Demo Projects by admin', 1),
+(1851, 39, 'Sabuj Maksud removed from Proj:Demo Projects by admin', 1),
+(1852, 30, 'You removed from Proj:Demo Projects by admin', 0),
+(1853, 23, 'Task:The Pub website created in Proj:Demo Projects by admin', 1),
+(1854, 39, 'Task:The Pub website created in Proj:Demo Projects by admin', 1),
+(1855, 18, 'Task:The Pub website created in Proj:Demo Projects by admin', 0),
+(1856, 25, 'Task:The Pub website created in Proj:Demo Projects by admin', 0),
+(1857, 23, 'mostafij assigned in Task:The Pub website of Proj:Demo Projects by admin', 1),
+(1858, 39, 'mostafij assigned in Task:The Pub website of Proj:Demo Projects by admin', 1),
+(1859, 18, 'You assigned in Task:The Pub website of Proj:Demo Projects by admin', 0),
+(1860, 23, 'Task:On call cleaning created in Proj:Demo Projects by admin', 1),
+(1861, 39, 'Task:On call cleaning created in Proj:Demo Projects by admin', 1),
+(1862, 18, 'Task:On call cleaning created in Proj:Demo Projects by admin', 0),
+(1863, 25, 'Task:On call cleaning created in Proj:Demo Projects by admin', 0),
+(1864, 23, 'Kabir Hossen assigned in Task:On call cleaning of Proj:Demo Projects by admin', 1),
+(1865, 39, 'Kabir Hossen assigned in Task:On call cleaning of Proj:Demo Projects by admin', 1),
+(1866, 25, 'You assigned in Task:On call cleaning of Proj:Demo Projects by admin', 0),
+(1867, 23, 'Task:Ibeauy.com created in Proj:Demo Projects by admin', 1),
+(1868, 39, 'Task:Ibeauy.com created in Proj:Demo Projects by admin', 1),
+(1869, 18, 'Task:Ibeauy.com created in Proj:Demo Projects by admin', 0),
+(1870, 25, 'Task:Ibeauy.com created in Proj:Demo Projects by admin', 0),
+(1871, 23, 'mostafij assigned in Task:Ibeauy.com of Proj:Demo Projects by admin', 1),
+(1872, 39, 'mostafij assigned in Task:Ibeauy.com of Proj:Demo Projects by admin', 1),
+(1873, 18, 'You assigned in Task:Ibeauy.com of Proj:Demo Projects by admin', 0),
+(1874, 23, 'mostafij assigned in Task:Ibeauy.com of Proj:Demo Projects by admin', 1),
+(1875, 39, 'mostafij assigned in Task:Ibeauy.com of Proj:Demo Projects by admin', 1),
+(1876, 18, 'You assigned in Task:Ibeauy.com of Proj:Demo Projects by admin', 0),
+(1877, 2, 'File:Updates.docx added in Proj:Demo Projects by mostafij', 0),
+(1878, 23, 'File:Updates.docx added in Proj:Demo Projects by mostafij', 1),
+(1879, 39, 'File:Updates.docx added in Proj:Demo Projects by mostafij', 1),
+(1880, 18, 'File:Updates.docx added in Proj:Demo Projects by mostafij', 0),
+(1881, 25, 'File:Updates.docx added in Proj:Demo Projects by mostafij', 0),
+(1882, 2, 'Task:http://www.itimpresstesting.com/themanofaron created in Proj:Demo Projects by mostafij', 0),
+(1883, 23, 'Task:http://www.itimpresstesting.com/themanofaron created in Proj:Demo Projects by mostafij', 1),
+(1884, 39, 'Task:http://www.itimpresstesting.com/themanofaron created in Proj:Demo Projects by mostafij', 1),
+(1885, 17, 'Task:http://www.itimpresstesting.com/themanofaron created in Proj:Demo Projects by mostafij', 1),
+(1886, 2, 'Task:http://revinr.com/summit/v3/ created in Proj:Demo Projects by mostafij', 0),
+(1887, 23, 'Task:http://revinr.com/summit/v3/ created in Proj:Demo Projects by mostafij', 1),
+(1888, 39, 'Task:http://revinr.com/summit/v3/ created in Proj:Demo Projects by mostafij', 1),
+(1889, 17, 'Task:http://revinr.com/summit/v3/ created in Proj:Demo Projects by mostafij', 1),
+(1890, 2, 'Task:http://revinr.com/summit/v3/management-team.php created in Proj:Demo Projects by mostafij', 0),
+(1891, 23, 'Task:http://revinr.com/summit/v3/management-team.php created in Proj:Demo Projects by mostafij', 1),
+(1892, 39, 'Task:http://revinr.com/summit/v3/management-team.php created in Proj:Demo Projects by mostafij', 1),
+(1893, 17, 'Task:http://revinr.com/summit/v3/management-team.php created in Proj:Demo Projects by mostafij', 1),
+(1894, 2, 'A comment added in Task:Agro based ecommerce HTML of Proj:Kamrul Project by Kamrul', 0),
+(1895, 23, 'A comment added in Task:Agro based ecommerce HTML of Proj:Kamrul Project by Kamrul', 1),
+(1896, 39, 'A comment added in Task:Agro based ecommerce HTML of Proj:Kamrul Project by Kamrul', 1),
+(1897, 17, 'A comment added in Task:Agro based ecommerce HTML of Proj:Kamrul Project by Kamrul', 1),
+(1898, 2, 'Task:summit  created in Proj:Demo Projects by mostafij', 0),
+(1899, 23, 'Task:summit  created in Proj:Demo Projects by mostafij', 1),
+(1900, 39, 'Task:summit  created in Proj:Demo Projects by mostafij', 1),
+(1901, 17, 'Task:summit  created in Proj:Demo Projects by mostafij', 1),
+(1902, 2, 'Task:Bapex Question Solution  created in Proj:Studypress by Revinr Admin', 0),
+(1903, 23, 'Task:Bapex Question Solution  created in Proj:Studypress by Revinr Admin', 1),
+(1904, 26, 'Task:Bapex Question Solution  created in Proj:Studypress by Revinr Admin', 1),
+(1905, 39, 'Task:Bapex Question Solution  created in Proj:Studypress by Revinr Admin', 1),
+(1906, 2, 'Revinr Admin assigned in Task:Bapex Question Solution  of Proj:Studypress by Revinr Admin', 0),
+(1907, 23, 'Revinr Admin assigned in Task:Bapex Question Solution  of Proj:Studypress by Revinr Admin', 1),
+(1908, 39, 'You assigned in Task:Bapex Question Solution  of Proj:Studypress by Revinr Admin', 1),
+(1909, 2, 'Revinr Admin assigned in Task:Bapex Question Solution  of Proj:Studypress by Revinr Admin', 0),
+(1910, 23, 'Revinr Admin assigned in Task:Bapex Question Solution  of Proj:Studypress by Revinr Admin', 1),
+(1911, 39, 'You assigned in Task:Bapex Question Solution  of Proj:Studypress by Revinr Admin', 1),
+(1912, 2, 'Task:JOB post (2/02/2017) created in Proj:Studypress Jobs by Shumon ', 0),
+(1913, 23, 'Task:JOB post (2/02/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(1914, 39, 'Task:JOB post (2/02/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(1915, 17, 'Task:JOB post (2/02/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(1916, 2, 'Task:http://summitcommunications.net/ & http://www.itimpresstesting.com/themanofaron/ created in Proj:Demo Projects by mostafij', 0),
+(1917, 23, 'Task:http://summitcommunications.net/ & http://www.itimpresstesting.com/themanofaron/ created in Proj:Demo Projects by mostafij', 1),
+(1918, 39, 'Task:http://summitcommunications.net/ & http://www.itimpresstesting.com/themanofaron/ created in Proj:Demo Projects by mostafij', 1),
+(1919, 17, 'Task:http://summitcommunications.net/ & http://www.itimpresstesting.com/themanofaron/ created in Proj:Demo Projects by mostafij', 1),
+(1920, 2, 'Task:Milestone 3: Feedback implementation and testing created in Proj:Wake Board by Shamme Zeba', 0),
+(1921, 23, 'Task:Milestone 3: Feedback implementation and testing created in Proj:Wake Board by Shamme Zeba', 1),
+(1922, 39, 'Task:Milestone 3: Feedback implementation and testing created in Proj:Wake Board by Shamme Zeba', 1),
+(1923, 17, 'Task:Milestone 3: Feedback implementation and testing created in Proj:Wake Board by Shamme Zeba', 1),
+(1924, 2, 'Task:NSI AD QUESTION  created in Proj:Studypress by Revinr Admin', 0),
+(1925, 23, 'Task:NSI AD QUESTION  created in Proj:Studypress by Revinr Admin', 1),
+(1926, 26, 'Task:NSI AD QUESTION  created in Proj:Studypress by Revinr Admin', 1),
+(1927, 39, 'Task:NSI AD QUESTION  created in Proj:Studypress by Revinr Admin', 1),
+(1928, 2, 'Revinr Admin assigned in Task:NSI AD QUESTION  of Proj:Studypress by Revinr Admin', 0),
+(1929, 23, 'Revinr Admin assigned in Task:NSI AD QUESTION  of Proj:Studypress by Revinr Admin', 1),
+(1930, 39, 'You assigned in Task:NSI AD QUESTION  of Proj:Studypress by Revinr Admin', 1),
+(1931, 2, 'Task:http://www.itimpresstesting.com/capital/ created in Proj:Demo Projects by mostafij', 0),
+(1932, 23, 'Task:http://www.itimpresstesting.com/capital/ created in Proj:Demo Projects by mostafij', 1),
+(1933, 39, 'Task:http://www.itimpresstesting.com/capital/ created in Proj:Demo Projects by mostafij', 1),
+(1934, 17, 'Task:http://www.itimpresstesting.com/capital/ created in Proj:Demo Projects by mostafij', 1),
+(1935, 2, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 0),
+(1936, 23, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 1),
+(1937, 39, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 1),
+(1938, 17, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 1),
+(1939, 2, 'Task:http://www.oncallpressurecleaning.com.au/ created in Proj:Demo Projects by mostafij', 0),
+(1940, 23, 'Task:http://www.oncallpressurecleaning.com.au/ created in Proj:Demo Projects by mostafij', 1),
+(1941, 39, 'Task:http://www.oncallpressurecleaning.com.au/ created in Proj:Demo Projects by mostafij', 1),
+(1942, 17, 'Task:http://www.oncallpressurecleaning.com.au/ created in Proj:Demo Projects by mostafij', 1),
+(1943, 23, 'Task:Map Business Analysis created in Proj:Quiz by admin', 1),
+(1944, 39, 'Task:Map Business Analysis created in Proj:Quiz by admin', 1),
+(1945, 29, 'Task:Map Business Analysis created in Proj:Quiz by admin', 0),
+(1946, 23, 'Mamun Hasan assigned in Task:Map Business Analysis of Proj:Quiz by admin', 1),
+(1947, 39, 'Mamun Hasan assigned in Task:Map Business Analysis of Proj:Quiz by admin', 1),
+(1948, 29, 'You assigned in Task:Map Business Analysis of Proj:Quiz by admin', 0),
+(1949, 23, 'Task:Point Calculation Of the Quizz created in Proj:Quiz by admin', 1),
+(1950, 39, 'Task:Point Calculation Of the Quizz created in Proj:Quiz by admin', 1),
+(1951, 29, 'Task:Point Calculation Of the Quizz created in Proj:Quiz by admin', 0),
+(1952, 23, 'Mamun Hasan assigned in Task:Point Calculation Of the Quizz of Proj:Quiz by admin', 1),
+(1953, 39, 'Mamun Hasan assigned in Task:Point Calculation Of the Quizz of Proj:Quiz by admin', 1),
+(1954, 29, 'You assigned in Task:Point Calculation Of the Quizz of Proj:Quiz by admin', 0),
+(1955, 23, 'Mamun Hasan assigned in Task:Point Calculation Of the Quizz of Proj:Quiz by admin', 1),
+(1956, 39, 'Mamun Hasan assigned in Task:Point Calculation Of the Quizz of Proj:Quiz by admin', 1),
+(1957, 29, 'You assigned in Task:Point Calculation Of the Quizz of Proj:Quiz by admin', 0),
+(1958, 2, 'Task:JOB post (07/02/2017) created in Proj:Studypress Jobs by Shumon ', 0),
+(1959, 23, 'Task:JOB post (07/02/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(1960, 39, 'Task:JOB post (07/02/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(1961, 17, 'Task:JOB post (07/02/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(1962, 2, 'Task:1.Bug Solving : a.)No correct wp record created in drupal if reason 1 or 2 created in Proj:Wake Board by Shamme Zeba', 0),
+(1963, 23, 'Task:1.Bug Solving : a.)No correct wp record created in drupal if reason 1 or 2 created in Proj:Wake Board by Shamme Zeba', 1),
+(1964, 39, 'Task:1.Bug Solving : a.)No correct wp record created in drupal if reason 1 or 2 created in Proj:Wake Board by Shamme Zeba', 1),
+(1965, 17, 'Task:1.Bug Solving : a.)No correct wp record created in drupal if reason 1 or 2 created in Proj:Wake Board by Shamme Zeba', 1),
+(1966, 2, 'Task:http://www.itimpresstesting.com/capital created in Proj:Demo Projects by mostafij', 0),
+(1967, 23, 'Task:http://www.itimpresstesting.com/capital created in Proj:Demo Projects by mostafij', 1),
+(1968, 39, 'Task:http://www.itimpresstesting.com/capital created in Proj:Demo Projects by mostafij', 1),
+(1969, 17, 'Task:http://www.itimpresstesting.com/capital created in Proj:Demo Projects by mostafij', 1),
+(1970, 2, 'Task:b.)ws_pilot is not sync each minutes created in Proj:Wake Board by Shamme Zeba', 0),
+(1971, 23, 'Task:b.)ws_pilot is not sync each minutes created in Proj:Wake Board by Shamme Zeba', 1),
+(1972, 39, 'Task:b.)ws_pilot is not sync each minutes created in Proj:Wake Board by Shamme Zeba', 1),
+(1973, 17, 'Task:b.)ws_pilot is not sync each minutes created in Proj:Wake Board by Shamme Zeba', 1),
+(1974, 2, 'Task:c.)For condition on line 392 (no user_id) doesn\'t close created in Proj:Wake Board by Shamme Zeba', 0),
+(1975, 23, 'Task:c.)For condition on line 392 (no user_id) doesn\'t close created in Proj:Wake Board by Shamme Zeba', 1),
+(1976, 39, 'Task:c.)For condition on line 392 (no user_id) doesn\'t close created in Proj:Wake Board by Shamme Zeba', 1),
+(1977, 17, 'Task:c.)For condition on line 392 (no user_id) doesn\'t close created in Proj:Wake Board by Shamme Zeba', 1),
+(1978, 2, 'Task:http://itimpresstesting.com/foundation created in Proj:Demo Projects by mostafij', 0),
+(1979, 23, 'Task:http://itimpresstesting.com/foundation created in Proj:Demo Projects by mostafij', 1),
+(1980, 39, 'Task:http://itimpresstesting.com/foundation created in Proj:Demo Projects by mostafij', 1),
+(1981, 17, 'Task:http://itimpresstesting.com/foundation created in Proj:Demo Projects by mostafij', 1),
+(1982, 2, 'Task:d.)spilot_lost_billedride created in Proj:Wake Board by Shamme Zeba', 0),
+(1983, 23, 'Task:d.)spilot_lost_billedride created in Proj:Wake Board by Shamme Zeba', 1),
+(1984, 39, 'Task:d.)spilot_lost_billedride created in Proj:Wake Board by Shamme Zeba', 1),
+(1985, 17, 'Task:d.)spilot_lost_billedride created in Proj:Wake Board by Shamme Zeba', 1),
+(1986, 2, 'Task:e.)spilot_lostbilled: line 350 and 351: Error formulas created in Proj:Wake Board by Shamme Zeba', 0),
+(1987, 23, 'Task:e.)spilot_lostbilled: line 350 and 351: Error formulas created in Proj:Wake Board by Shamme Zeba', 1),
+(1988, 39, 'Task:e.)spilot_lostbilled: line 350 and 351: Error formulas created in Proj:Wake Board by Shamme Zeba', 1),
+(1989, 17, 'Task:e.)spilot_lostbilled: line 350 and 351: Error formulas created in Proj:Wake Board by Shamme Zeba', 1),
+(1990, 2, 'Task:f.)no correct username variable flushing created in Proj:Wake Board by Shamme Zeba', 0),
+(1991, 23, 'Task:f.)no correct username variable flushing created in Proj:Wake Board by Shamme Zeba', 1),
+(1992, 39, 'Task:f.)no correct username variable flushing created in Proj:Wake Board by Shamme Zeba', 1),
+(1993, 17, 'Task:f.)no correct username variable flushing created in Proj:Wake Board by Shamme Zeba', 1),
+(1994, 2, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 0),
+(1995, 23, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 1),
+(1996, 39, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 1),
+(1997, 17, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 1),
+(1998, 2, 'Task:capital & foundation created in Proj:Demo Projects by mostafij', 0),
+(1999, 23, 'Task:capital & foundation created in Proj:Demo Projects by mostafij', 1),
+(2000, 39, 'Task:capital & foundation created in Proj:Demo Projects by mostafij', 1),
+(2001, 17, 'Task:capital & foundation created in Proj:Demo Projects by mostafij', 1),
+(2002, 2, 'Task:thinkbpopro.com Live website created in Proj:Demo Projects by mostafij', 0),
+(2003, 23, 'Task:thinkbpopro.com Live website created in Proj:Demo Projects by mostafij', 1),
+(2004, 39, 'Task:thinkbpopro.com Live website created in Proj:Demo Projects by mostafij', 1),
+(2005, 17, 'Task:thinkbpopro.com Live website created in Proj:Demo Projects by mostafij', 1),
+(2006, 2, 'Task:JOB post (08/02/2017) created in Proj:Studypress Jobs by Shumon ', 0),
+(2007, 23, 'Task:JOB post (08/02/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2008, 39, 'Task:JOB post (08/02/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2009, 17, 'Task:JOB post (08/02/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2010, 2, 'Task:Paid is not updated (ADD RIDE, PAY RIDE) created in Proj:Wake Board by Shamme Zeba', 0),
+(2011, 23, 'Task:Paid is not updated (ADD RIDE, PAY RIDE) created in Proj:Wake Board by Shamme Zeba', 1),
+(2012, 39, 'Task:Paid is not updated (ADD RIDE, PAY RIDE) created in Proj:Wake Board by Shamme Zeba', 1),
+(2013, 17, 'Task:Paid is not updated (ADD RIDE, PAY RIDE) created in Proj:Wake Board by Shamme Zeba', 1),
+(2014, 2, 'Task:Paid is not updated (ADD RIDE, PAY RIDE) removed from Proj:Wake Board by Shamme Zeba', 0),
+(2015, 23, 'Task:Paid is not updated (ADD RIDE, PAY RIDE) removed from Proj:Wake Board by Shamme Zeba', 1),
+(2016, 39, 'Task:Paid is not updated (ADD RIDE, PAY RIDE) removed from Proj:Wake Board by Shamme Zeba', 1),
+(2017, 36, 'Task:Paid is not updated (ADD RIDE, PAY RIDE) removed from Proj:Wake Board by Shamme Zeba', 0),
+(2018, 2, 'Task:Paid is not updated (ADD RIDE, PAY RIDE) created in Proj:Wake Board by Shamme Zeba', 0),
+(2019, 23, 'Task:Paid is not updated (ADD RIDE, PAY RIDE) created in Proj:Wake Board by Shamme Zeba', 1),
+(2020, 39, 'Task:Paid is not updated (ADD RIDE, PAY RIDE) created in Proj:Wake Board by Shamme Zeba', 1),
+(2021, 17, 'Task:Paid is not updated (ADD RIDE, PAY RIDE) created in Proj:Wake Board by Shamme Zeba', 1),
+(2022, 2, 'Task:spilot_remarque is not updating created in Proj:Wake Board by Shamme Zeba', 0),
+(2023, 23, 'Task:spilot_remarque is not updating created in Proj:Wake Board by Shamme Zeba', 1),
+(2024, 39, 'Task:spilot_remarque is not updating created in Proj:Wake Board by Shamme Zeba', 1),
+(2025, 17, 'Task:spilot_remarque is not updating created in Proj:Wake Board by Shamme Zeba', 1),
+(2026, 2, 'Task:http://www.thinkbpopro.com/ created in Proj:Demo Projects by mostafij', 0),
+(2027, 23, 'Task:http://www.thinkbpopro.com/ created in Proj:Demo Projects by mostafij', 1),
+(2028, 39, 'Task:http://www.thinkbpopro.com/ created in Proj:Demo Projects by mostafij', 1),
+(2029, 17, 'Task:http://www.thinkbpopro.com/ created in Proj:Demo Projects by mostafij', 1),
+(2030, 2, 'Task:Network has gone 2 hours created in Proj:Demo Projects by mostafij', 0),
+(2031, 23, 'Task:Network has gone 2 hours created in Proj:Demo Projects by mostafij', 1),
+(2032, 39, 'Task:Network has gone 2 hours created in Proj:Demo Projects by mostafij', 1),
+(2033, 17, 'Task:Network has gone 2 hours created in Proj:Demo Projects by mostafij', 1),
+(2034, 2, 'Task:http://www.itimpresstesting.com/foundation/ created in Proj:Demo Projects by mostafij', 0),
+(2035, 23, 'Task:http://www.itimpresstesting.com/foundation/ created in Proj:Demo Projects by mostafij', 1),
+(2036, 39, 'Task:http://www.itimpresstesting.com/foundation/ created in Proj:Demo Projects by mostafij', 1),
+(2037, 17, 'Task:http://www.itimpresstesting.com/foundation/ created in Proj:Demo Projects by mostafij', 1),
+(2038, 2, 'Task:JOB post (09/02/2017) created in Proj:Studypress Jobs by Shumon ', 0),
+(2039, 23, 'Task:JOB post (09/02/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2040, 39, 'Task:JOB post (09/02/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2041, 17, 'Task:JOB post (09/02/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2042, 2, 'Task:Job post (11/02/2016) created in Proj:Studypress Jobs by Shumon ', 0),
+(2043, 23, 'Task:Job post (11/02/2016) created in Proj:Studypress Jobs by Shumon ', 1),
+(2044, 39, 'Task:Job post (11/02/2016) created in Proj:Studypress Jobs by Shumon ', 1),
+(2045, 17, 'Task:Job post (11/02/2016) created in Proj:Studypress Jobs by Shumon ', 1),
+(2046, 2, 'Task:Milestone 3: Ride not paid created in Proj:Wake Board by Shamme Zeba', 0),
+(2047, 23, 'Task:Milestone 3: Ride not paid created in Proj:Wake Board by Shamme Zeba', 1),
+(2048, 39, 'Task:Milestone 3: Ride not paid created in Proj:Wake Board by Shamme Zeba', 1),
+(2049, 17, 'Task:Milestone 3: Ride not paid created in Proj:Wake Board by Shamme Zeba', 1),
+(2050, 2, 'Task:http://www.itimpresstesting.com/foundation/ created in Proj:Demo Projects by mostafij', 0),
+(2051, 23, 'Task:http://www.itimpresstesting.com/foundation/ created in Proj:Demo Projects by mostafij', 1),
+(2052, 39, 'Task:http://www.itimpresstesting.com/foundation/ created in Proj:Demo Projects by mostafij', 1),
+(2053, 17, 'Task:http://www.itimpresstesting.com/foundation/ created in Proj:Demo Projects by mostafij', 1),
+(2054, 2, 'Task:http://summitcommunications.net/  Responsive  created in Proj:Demo Projects by mostafij', 0),
+(2055, 23, 'Task:http://summitcommunications.net/  Responsive  created in Proj:Demo Projects by mostafij', 1),
+(2056, 39, 'Task:http://summitcommunications.net/  Responsive  created in Proj:Demo Projects by mostafij', 1),
+(2057, 17, 'Task:http://summitcommunications.net/  Responsive  created in Proj:Demo Projects by mostafij', 1),
+(2058, 23, 'Task:Studypress Design removed from Proj:Design Tasks by admin', 1),
+(2059, 39, 'Task:Studypress Design removed from Proj:Design Tasks by admin', 1),
+(2060, 30, 'Task:Studypress Design removed from Proj:Design Tasks by admin', 0),
+(2061, 23, 'Task:Studypress News Home & Details removed from Proj:Design Tasks by admin', 1),
+(2062, 39, 'Task:Studypress News Home & Details removed from Proj:Design Tasks by admin', 1),
+(2063, 30, 'Task:Studypress News Home & Details removed from Proj:Design Tasks by admin', 0),
+(2064, 23, 'Task:http://www.propertylifts.com/index.php created in Proj:Design Tasks by admin', 1),
+(2065, 39, 'Task:http://www.propertylifts.com/index.php created in Proj:Design Tasks by admin', 1),
+(2066, 30, 'Task:http://www.propertylifts.com/index.php created in Proj:Design Tasks by admin', 0),
+(2067, 23, 'Task:http://www.rflbd.com/index.php created in Proj:Design Tasks by admin', 1),
+(2068, 39, 'Task:http://www.rflbd.com/index.php created in Proj:Design Tasks by admin', 1),
+(2069, 30, 'Task:http://www.rflbd.com/index.php created in Proj:Design Tasks by admin', 0),
+(2070, 23, 'Sabuj Maksud assigned in Task:http://www.propertylifts.com/index.php of Proj:Design Tasks by admin', 1),
+(2071, 39, 'Sabuj Maksud assigned in Task:http://www.propertylifts.com/index.php of Proj:Design Tasks by admin', 1),
+(2072, 30, 'You assigned in Task:http://www.propertylifts.com/index.php of Proj:Design Tasks by admin', 0),
+(2073, 23, 'Sabuj Maksud assigned in Task:http://www.rflbd.com/index.php of Proj:Design Tasks by admin', 1),
+(2074, 39, 'Sabuj Maksud assigned in Task:http://www.rflbd.com/index.php of Proj:Design Tasks by admin', 1),
+(2075, 30, 'You assigned in Task:http://www.rflbd.com/index.php of Proj:Design Tasks by admin', 0),
+(2076, 2, 'Task:http://localhost/eagle-pizza created in Proj:Demo Projects by mostafij', 0),
+(2077, 23, 'Task:http://localhost/eagle-pizza created in Proj:Demo Projects by mostafij', 1),
+(2078, 39, 'Task:http://localhost/eagle-pizza created in Proj:Demo Projects by mostafij', 1),
+(2079, 17, 'Task:http://localhost/eagle-pizza created in Proj:Demo Projects by mostafij', 1),
+(2080, 2, 'Task:JOB post (13/02/2017) created in Proj:Studypress Jobs by Shumon ', 0),
+(2081, 23, 'Task:JOB post (13/02/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2082, 39, 'Task:JOB post (13/02/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2083, 17, 'Task:JOB post (13/02/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2084, 2, 'Task:http://www.thinkbpopro.com/corporate-information/careers/ created in Proj:Demo Projects by mostafij', 0),
+(2085, 23, 'Task:http://www.thinkbpopro.com/corporate-information/careers/ created in Proj:Demo Projects by mostafij', 1),
+(2086, 39, 'Task:http://www.thinkbpopro.com/corporate-information/careers/ created in Proj:Demo Projects by mostafij', 1),
+(2087, 17, 'Task:http://www.thinkbpopro.com/corporate-information/careers/ created in Proj:Demo Projects by mostafij', 1),
+(2088, 2, 'Mamun Hasan assigned in Proj:Wake Board by admin', 0),
+(2089, 23, 'Mamun Hasan assigned in Proj:Wake Board by admin', 1),
+(2090, 39, 'Mamun Hasan assigned in Proj:Wake Board by admin', 1),
+(2091, 29, 'You assigned in Proj:Wake Board by admin', 0),
+(2092, 2, 'Task:Database Creation (Ride Not Paid) created in Proj:Wake Board by Shamme Zeba', 0),
+(2093, 23, 'Task:Database Creation (Ride Not Paid) created in Proj:Wake Board by Shamme Zeba', 1),
+(2094, 39, 'Task:Database Creation (Ride Not Paid) created in Proj:Wake Board by Shamme Zeba', 1),
+(2095, 17, 'Task:Database Creation (Ride Not Paid) created in Proj:Wake Board by Shamme Zeba', 1),
+(2096, 2, 'Task:Database LinkUp(Ride Not Paid) created in Proj:Wake Board by Shamme Zeba', 0),
+(2097, 23, 'Task:Database LinkUp(Ride Not Paid) created in Proj:Wake Board by Shamme Zeba', 1),
+(2098, 39, 'Task:Database LinkUp(Ride Not Paid) created in Proj:Wake Board by Shamme Zeba', 1),
+(2099, 17, 'Task:Database LinkUp(Ride Not Paid) created in Proj:Wake Board by Shamme Zeba', 1),
+(2100, 2, 'Task:Basic Overview created in Proj:Wake Board by Mamun Hasan', 0),
+(2101, 23, 'Task:Basic Overview created in Proj:Wake Board by Mamun Hasan', 1),
+(2102, 39, 'Task:Basic Overview created in Proj:Wake Board by Mamun Hasan', 1),
+(2103, 17, 'Task:Basic Overview created in Proj:Wake Board by Mamun Hasan', 1),
+(2104, 2, 'Task:Send Relay Commands Function (HM & Gas) created in Proj:Wake Board by Mamun Hasan', 0),
+(2105, 23, 'Task:Send Relay Commands Function (HM & Gas) created in Proj:Wake Board by Mamun Hasan', 1),
+(2106, 39, 'Task:Send Relay Commands Function (HM & Gas) created in Proj:Wake Board by Mamun Hasan', 1),
+(2107, 17, 'Task:Send Relay Commands Function (HM & Gas) created in Proj:Wake Board by Mamun Hasan', 1),
+(2108, 2, 'Task:Send Relay Commands (Main Menu)  created in Proj:Wake Board by Mamun Hasan', 0),
+(2109, 23, 'Task:Send Relay Commands (Main Menu)  created in Proj:Wake Board by Mamun Hasan', 1),
+(2110, 39, 'Task:Send Relay Commands (Main Menu)  created in Proj:Wake Board by Mamun Hasan', 1),
+(2111, 17, 'Task:Send Relay Commands (Main Menu)  created in Proj:Wake Board by Mamun Hasan', 1),
+(2112, 2, 'Maruf Al Bashir  assigned in Proj:Demo Projects by admin', 0),
+(2113, 23, 'Maruf Al Bashir  assigned in Proj:Demo Projects by admin', 1),
+(2114, 39, 'Maruf Al Bashir  assigned in Proj:Demo Projects by admin', 1),
+(2115, 41, 'You assigned in Proj:Demo Projects by admin', 0),
+(2116, 2, 'Task:Bootstrap Template created in Proj:Demo Projects by Maruf Al Bashir ', 0),
+(2117, 23, 'Task:Bootstrap Template created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2118, 39, 'Task:Bootstrap Template created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2119, 17, 'Task:Bootstrap Template created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2120, 2, 'Task:Html restaurant Template created in Proj:Demo Projects by Maruf Al Bashir ', 0),
+(2121, 23, 'Task:Html restaurant Template created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2122, 39, 'Task:Html restaurant Template created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2123, 17, 'Task:Html restaurant Template created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2124, 2, 'Task:Testing Ride not Paid created in Proj:Wake Board by Shamme Zeba', 0),
+(2125, 23, 'Task:Testing Ride not Paid created in Proj:Wake Board by Shamme Zeba', 1),
+(2126, 39, 'Task:Testing Ride not Paid created in Proj:Wake Board by Shamme Zeba', 1),
+(2127, 17, 'Task:Testing Ride not Paid created in Proj:Wake Board by Shamme Zeba', 1),
+(2128, 2, 'File:Projects.docx added in Proj:Demo Projects by mostafij', 0),
+(2129, 23, 'File:Projects.docx added in Proj:Demo Projects by mostafij', 1),
+(2130, 39, 'File:Projects.docx added in Proj:Demo Projects by mostafij', 1),
+(2131, 18, 'File:Projects.docx added in Proj:Demo Projects by mostafij', 0),
+(2132, 25, 'File:Projects.docx added in Proj:Demo Projects by mostafij', 0),
+(2133, 41, 'File:Projects.docx added in Proj:Demo Projects by mostafij', 0),
+(2134, 2, 'Task:http://www.itimpresstesting.com/foundation/ created in Proj:Demo Projects by mostafij', 0),
+(2135, 23, 'Task:http://www.itimpresstesting.com/foundation/ created in Proj:Demo Projects by mostafij', 1),
+(2136, 39, 'Task:http://www.itimpresstesting.com/foundation/ created in Proj:Demo Projects by mostafij', 1),
+(2137, 17, 'Task:http://www.itimpresstesting.com/foundation/ created in Proj:Demo Projects by mostafij', 1),
+(2138, 2, 'File:Updates.docx removed from Proj:Demo Projects by mostafij', 0),
+(2139, 23, 'File:Updates.docx removed from Proj:Demo Projects by mostafij', 1),
+(2140, 39, 'File:Updates.docx removed from Proj:Demo Projects by mostafij', 1),
+(2141, 18, 'File:Updates.docx removed from Proj:Demo Projects by mostafij', 0),
+(2142, 25, 'File:Updates.docx removed from Proj:Demo Projects by mostafij', 0),
+(2143, 41, 'File:Updates.docx removed from Proj:Demo Projects by mostafij', 0),
+(2144, 2, 'Task:Choose the relay setting in the CSV table created in Proj:Wake Board by Mamun Hasan', 0),
+(2145, 23, 'Task:Choose the relay setting in the CSV table created in Proj:Wake Board by Mamun Hasan', 1),
+(2146, 39, 'Task:Choose the relay setting in the CSV table created in Proj:Wake Board by Mamun Hasan', 1),
+(2147, 17, 'Task:Choose the relay setting in the CSV table created in Proj:Wake Board by Mamun Hasan', 1),
+(2148, 2, 'Task:JOB post (14/02/2017) created in Proj:Studypress Jobs by Shumon ', 0),
+(2149, 23, 'Task:JOB post (14/02/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2150, 39, 'Task:JOB post (14/02/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2151, 17, 'Task:JOB post (14/02/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2152, 2, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 0),
+(2153, 23, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 1),
+(2154, 39, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 1),
+(2155, 17, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 1),
+(2156, 23, 'Task:Basic Changes removed from Proj:Abhizatrik Foundation by admin', 1),
+(2157, 39, 'Task:Basic Changes removed from Proj:Abhizatrik Foundation by admin', 1),
+(2158, 25, 'Task:Basic Changes removed from Proj:Abhizatrik Foundation by admin', 0),
+(2159, 20, 'Task:Basic Changes removed from Proj:Abhizatrik Foundation by admin', 0),
+(2160, 23, 'Task:Convert to Wordpress removed from Proj:Abhizatrik Foundation by admin', 1),
+(2161, 39, 'Task:Convert to Wordpress removed from Proj:Abhizatrik Foundation by admin', 1),
+(2162, 25, 'Task:Convert to Wordpress removed from Proj:Abhizatrik Foundation by admin', 0),
+(2163, 20, 'Task:Convert to Wordpress removed from Proj:Abhizatrik Foundation by admin', 0),
+(2164, 2, 'mostafij assigned in Proj:Abhizatrik Foundation by admin', 0),
+(2165, 23, 'mostafij assigned in Proj:Abhizatrik Foundation by admin', 1),
+(2166, 39, 'mostafij assigned in Proj:Abhizatrik Foundation by admin', 1),
+(2167, 18, 'You assigned in Proj:Abhizatrik Foundation by admin', 0),
+(2168, 23, 'Task:ontribution of manpower export to the economy of Bangladesh removed from Proj:StudyPress News by admin', 1),
+(2169, 39, 'Task:ontribution of manpower export to the economy of Bangladesh removed from Proj:StudyPress News by admin', 1),
+(2170, 21, 'Task:ontribution of manpower export to the economy of Bangladesh removed from Proj:StudyPress News by admin', 0),
+(2171, 20, 'Task:ontribution of manpower export to the economy of Bangladesh removed from Proj:StudyPress News by admin', 0),
+(2172, 22, 'Task:ontribution of manpower export to the economy of Bangladesh removed from Proj:StudyPress News by admin', 0),
+(2173, 26, 'Task:ontribution of manpower export to the economy of Bangladesh removed from Proj:StudyPress News by admin', 1),
+(2174, 28, 'Task:ontribution of manpower export to the economy of Bangladesh removed from Proj:StudyPress News by admin', 0),
+(2175, 23, 'Task:38th Bcs Preli Day 1  removed from Proj:Studypress by admin', 1),
+(2176, 39, 'Task:38th Bcs Preli Day 1  removed from Proj:Studypress by admin', 1),
+(2177, 26, 'Task:38th Bcs Preli Day 1  removed from Proj:Studypress by admin', 1),
+(2178, 39, 'Task:38th Bcs Preli Day 1  removed from Proj:Studypress by admin', 1),
+(2179, 23, 'Task:Bank Written part post removed from Proj:Studypress by admin', 1),
+(2180, 39, 'Task:Bank Written part post removed from Proj:Studypress by admin', 1),
+(2181, 26, 'Task:Bank Written part post removed from Proj:Studypress by admin', 1),
+(2182, 39, 'Task:Bank Written part post removed from Proj:Studypress by admin', 1),
+(2183, 23, 'Task:38th BCS Preli Day 7  removed from Proj:Studypress by admin', 1),
+(2184, 39, 'Task:38th BCS Preli Day 7  removed from Proj:Studypress by admin', 1),
+(2185, 26, 'Task:38th BCS Preli Day 7  removed from Proj:Studypress by admin', 1),
+(2186, 39, 'Task:38th BCS Preli Day 7  removed from Proj:Studypress by admin', 1),
+(2187, 23, 'Task:Zopim  removed from Proj:Studypress by admin', 1),
+(2188, 39, 'Task:Zopim  removed from Proj:Studypress by admin', 1),
+(2189, 26, 'Task:Zopim  removed from Proj:Studypress by admin', 1),
+(2190, 39, 'Task:Zopim  removed from Proj:Studypress by admin', 1),
+(2191, 23, 'Task:38th BCS Preli MT 6  removed from Proj:Studypress by admin', 1),
+(2192, 39, 'Task:38th BCS Preli MT 6  removed from Proj:Studypress by admin', 1),
+(2193, 26, 'Task:38th BCS Preli MT 6  removed from Proj:Studypress by admin', 1),
+(2194, 39, 'Task:38th BCS Preli MT 6  removed from Proj:Studypress by admin', 1),
+(2195, 23, 'Task:Bapex Question Solution  removed from Proj:Studypress by admin', 1),
+(2196, 39, 'Task:Bapex Question Solution  removed from Proj:Studypress by admin', 1),
+(2197, 26, 'Task:Bapex Question Solution  removed from Proj:Studypress by admin', 1),
+(2198, 39, 'Task:Bapex Question Solution  removed from Proj:Studypress by admin', 1),
+(2199, 23, 'Task:Upload pdf file removed from Proj:Islamic WIlls by admin', 1),
+(2200, 39, 'Task:Upload pdf file removed from Proj:Islamic WIlls by admin', 1),
+(2201, 29, 'Task:Upload pdf file removed from Proj:Islamic WIlls by admin', 0),
+(2202, 27, 'Task:Upload pdf file removed from Proj:Islamic WIlls by admin', 0),
+(2203, 2, 'Task:Editorial created in Proj:StudyPress News by Arafat Rahman', 0),
+(2204, 23, 'Task:Editorial created in Proj:StudyPress News by Arafat Rahman', 1),
+(2205, 39, 'Task:Editorial created in Proj:StudyPress News by Arafat Rahman', 1),
+(2206, 17, 'Task:Editorial created in Proj:StudyPress News by Arafat Rahman', 1),
+(2207, 2, 'Task:37th bcs written math  created in Proj:StudyPress News by Arafat Rahman', 0),
+(2208, 23, 'Task:37th bcs written math  created in Proj:StudyPress News by Arafat Rahman', 1),
+(2209, 39, 'Task:37th bcs written math  created in Proj:StudyPress News by Arafat Rahman', 1),
+(2210, 17, 'Task:37th bcs written math  created in Proj:StudyPress News by Arafat Rahman', 1),
+(2211, 2, 'Task:BackEnd test (Ride not paid) created in Proj:Wake Board by Shamme Zeba', 0),
+(2212, 23, 'Task:BackEnd test (Ride not paid) created in Proj:Wake Board by Shamme Zeba', 1),
+(2213, 39, 'Task:BackEnd test (Ride not paid) created in Proj:Wake Board by Shamme Zeba', 1),
+(2214, 17, 'Task:BackEnd test (Ride not paid) created in Proj:Wake Board by Shamme Zeba', 1),
+(2215, 2, 'Task:http://www.itimpresstesting.com/foundation/  created in Proj:Abhizatrik Foundation by mostafij', 0),
+(2216, 23, 'Task:http://www.itimpresstesting.com/foundation/  created in Proj:Abhizatrik Foundation by mostafij', 1),
+(2217, 39, 'Task:http://www.itimpresstesting.com/foundation/  created in Proj:Abhizatrik Foundation by mostafij', 1),
+(2218, 17, 'Task:http://www.itimpresstesting.com/foundation/  created in Proj:Abhizatrik Foundation by mostafij', 1),
+(2219, 2, 'Task:http://summitcommunications.net/ created in Proj:Abhizatrik Foundation by mostafij', 0),
+(2220, 23, 'Task:http://summitcommunications.net/ created in Proj:Abhizatrik Foundation by mostafij', 1),
+(2221, 39, 'Task:http://summitcommunications.net/ created in Proj:Abhizatrik Foundation by mostafij', 1),
+(2222, 17, 'Task:http://summitcommunications.net/ created in Proj:Abhizatrik Foundation by mostafij', 1),
+(2223, 2, 'Proj: Eagle Pizza created by admin', 0),
+(2224, 23, 'Proj: Eagle Pizza created by admin', 1),
+(2225, 39, 'Proj: Eagle Pizza created by admin', 1),
+(2226, 2, 'Helal Mohammad assigned in Proj:Eagle Pizza by admin', 0),
+(2227, 23, 'Helal Mohammad assigned in Proj:Eagle Pizza by admin', 1),
+(2228, 39, 'Helal Mohammad assigned in Proj:Eagle Pizza by admin', 1),
+(2229, 23, 'You assigned in Proj:Eagle Pizza by admin', 1),
+(2230, 2, 'Shamim assigned in Proj:Eagle Pizza by admin', 0),
+(2231, 23, 'Shamim assigned in Proj:Eagle Pizza by admin', 1),
+(2232, 39, 'Shamim assigned in Proj:Eagle Pizza by admin', 1),
+(2233, 28, 'You assigned in Proj:Eagle Pizza by admin', 0),
+(2234, 23, 'Task:New Checkout System created in Proj:Eagle Pizza by admin', 1),
+(2235, 39, 'Task:New Checkout System created in Proj:Eagle Pizza by admin', 1),
+(2236, 23, 'Task:New Checkout System created in Proj:Eagle Pizza by admin', 1),
+(2237, 28, 'Task:New Checkout System created in Proj:Eagle Pizza by admin', 0),
+(2238, 23, 'Shamim assigned in Task:New Checkout System of Proj:Eagle Pizza by admin', 1),
+(2239, 39, 'Shamim assigned in Task:New Checkout System of Proj:Eagle Pizza by admin', 1),
+(2240, 28, 'You assigned in Task:New Checkout System of Proj:Eagle Pizza by admin', 0),
+(2241, 2, 'Task:Career page created in Proj:Nuvista Web by Sabuj Maksud', 0),
+(2242, 23, 'Task:Career page created in Proj:Nuvista Web by Sabuj Maksud', 1),
+(2243, 39, 'Task:Career page created in Proj:Nuvista Web by Sabuj Maksud', 1),
+(2244, 32, 'Task:Career page created in Proj:Nuvista Web by Sabuj Maksud', 1),
+(2245, 2, 'Sabuj Maksud assigned in Task:Home Page of Proj:Nuvista Web by Sabuj Maksud', 0),
+(2246, 23, 'Sabuj Maksud assigned in Task:Home Page of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2247, 39, 'Sabuj Maksud assigned in Task:Home Page of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2248, 2, 'Sabuj Maksud assigned in Task:Home Page of Proj:Nuvista Web by Sabuj Maksud', 0),
+(2249, 23, 'Sabuj Maksud assigned in Task:Home Page of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2250, 39, 'Sabuj Maksud assigned in Task:Home Page of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2251, 2, 'Sabuj Maksud assigned in Task:Career Page of Proj:Nuvista Web by Sabuj Maksud', 0),
+(2252, 23, 'Sabuj Maksud assigned in Task:Career Page of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2253, 39, 'Sabuj Maksud assigned in Task:Career Page of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2254, 2, 'Sabuj Maksud assigned in Task:Product Page of Proj:Nuvista Web by Sabuj Maksud', 0),
+(2255, 23, 'Sabuj Maksud assigned in Task:Product Page of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2256, 39, 'Sabuj Maksud assigned in Task:Product Page of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2257, 2, 'Sabuj Maksud assigned in Task:About Page of Proj:Nuvista Web by Sabuj Maksud', 0),
+(2258, 23, 'Sabuj Maksud assigned in Task:About Page of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2259, 39, 'Sabuj Maksud assigned in Task:About Page of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2260, 2, 'A comment added in Task:Home Page of Proj:Nuvista Web by Sabuj Maksud', 0),
+(2261, 23, 'A comment added in Task:Home Page of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2262, 39, 'A comment added in Task:Home Page of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2263, 32, 'A comment added in Task:Home Page of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2264, 2, 'Task:http://revinr.com/edu_mob/ created in Proj:Demo Projects by mostafij', 0),
+(2265, 23, 'Task:http://revinr.com/edu_mob/ created in Proj:Demo Projects by mostafij', 1);
+INSERT INTO `notification` (`id`, `user_id`, `msg`, `status`) VALUES
+(2266, 39, 'Task:http://revinr.com/edu_mob/ created in Proj:Demo Projects by mostafij', 1),
+(2267, 17, 'Task:http://revinr.com/edu_mob/ created in Proj:Demo Projects by mostafij', 1),
+(2268, 2, 'A comment added in Task:Career Page of Proj:Nuvista Web by Sabuj Maksud', 0),
+(2269, 23, 'A comment added in Task:Career Page of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2270, 39, 'A comment added in Task:Career Page of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2271, 32, 'A comment added in Task:Career Page of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2272, 2, 'Task:Contact Us page created in Proj:Nuvista Web by Sabuj Maksud', 0),
+(2273, 23, 'Task:Contact Us page created in Proj:Nuvista Web by Sabuj Maksud', 1),
+(2274, 39, 'Task:Contact Us page created in Proj:Nuvista Web by Sabuj Maksud', 1),
+(2275, 32, 'Task:Contact Us page created in Proj:Nuvista Web by Sabuj Maksud', 1),
+(2276, 2, 'A comment added in Task:Contact Us page of Proj:Nuvista Web by Sabuj Maksud', 0),
+(2277, 23, 'A comment added in Task:Contact Us page of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2278, 39, 'A comment added in Task:Contact Us page of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2279, 32, 'A comment added in Task:Contact Us page of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2280, 2, 'Task:About Us page layout created in Proj:Nuvista Web by Sabuj Maksud', 0),
+(2281, 23, 'Task:About Us page layout created in Proj:Nuvista Web by Sabuj Maksud', 1),
+(2282, 39, 'Task:About Us page layout created in Proj:Nuvista Web by Sabuj Maksud', 1),
+(2283, 32, 'Task:About Us page layout created in Proj:Nuvista Web by Sabuj Maksud', 1),
+(2284, 2, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 0),
+(2285, 23, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 1),
+(2286, 39, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 1),
+(2287, 17, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 1),
+(2288, 2, 'Task:is making owl carousal slider created in Proj:Demo Projects by mostafij', 0),
+(2289, 23, 'Task:is making owl carousal slider created in Proj:Demo Projects by mostafij', 1),
+(2290, 39, 'Task:is making owl carousal slider created in Proj:Demo Projects by mostafij', 1),
+(2291, 17, 'Task:is making owl carousal slider created in Proj:Demo Projects by mostafij', 1),
+(2292, 2, 'Task:Ride Not Paid (Backend test) line 658 created in Proj:Wake Board by Shamme Zeba', 0),
+(2293, 23, 'Task:Ride Not Paid (Backend test) line 658 created in Proj:Wake Board by Shamme Zeba', 1),
+(2294, 39, 'Task:Ride Not Paid (Backend test) line 658 created in Proj:Wake Board by Shamme Zeba', 1),
+(2295, 17, 'Task:Ride Not Paid (Backend test) line 658 created in Proj:Wake Board by Shamme Zeba', 1),
+(2296, 2, 'Task:is helping to Reza (marufalbashir@gmail.com) created in Proj:Demo Projects by mostafij', 0),
+(2297, 23, 'Task:is helping to Reza (marufalbashir@gmail.com) created in Proj:Demo Projects by mostafij', 1),
+(2298, 39, 'Task:is helping to Reza (marufalbashir@gmail.com) created in Proj:Demo Projects by mostafij', 1),
+(2299, 17, 'Task:is helping to Reza (marufalbashir@gmail.com) created in Proj:Demo Projects by mostafij', 1),
+(2300, 2, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 0),
+(2301, 23, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 1),
+(2302, 39, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 1),
+(2303, 17, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 1),
+(2304, 2, 'Task:JOB post (16/02/2017) created in Proj:Studypress Jobs by Shumon ', 0),
+(2305, 23, 'Task:JOB post (16/02/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2306, 39, 'Task:JOB post (16/02/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2307, 17, 'Task:JOB post (16/02/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2308, 2, 'Task:Send Relay Commands (Gas Activity, Go to Gas Station, Leave the Boat, Go Back ACtivity) created in Proj:Wake Board by Mamun Hasan', 0),
+(2309, 23, 'Task:Send Relay Commands (Gas Activity, Go to Gas Station, Leave the Boat, Go Back ACtivity) created in Proj:Wake Board by Mamun Hasan', 1),
+(2310, 39, 'Task:Send Relay Commands (Gas Activity, Go to Gas Station, Leave the Boat, Go Back ACtivity) created in Proj:Wake Board by Mamun Hasan', 1),
+(2311, 17, 'Task:Send Relay Commands (Gas Activity, Go to Gas Station, Leave the Boat, Go Back ACtivity) created in Proj:Wake Board by Mamun Hasan', 1),
+(2312, 23, 'Shamim assigned in Task:New Checkout System of Proj:Eagle Pizza by admin', 1),
+(2313, 39, 'Shamim assigned in Task:New Checkout System of Proj:Eagle Pizza by admin', 1),
+(2314, 28, 'You assigned in Task:New Checkout System of Proj:Eagle Pizza by admin', 0),
+(2315, 2, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 0),
+(2316, 23, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 1),
+(2317, 39, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 1),
+(2318, 17, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 1),
+(2319, 2, 'Task:Helping  to Reza to make full E-commerce system  html ... created in Proj:Demo Projects by mostafij', 0),
+(2320, 23, 'Task:Helping  to Reza to make full E-commerce system  html ... created in Proj:Demo Projects by mostafij', 1),
+(2321, 39, 'Task:Helping  to Reza to make full E-commerce system  html ... created in Proj:Demo Projects by mostafij', 1),
+(2322, 17, 'Task:Helping  to Reza to make full E-commerce system  html ... created in Proj:Demo Projects by mostafij', 1),
+(2323, 2, 'Task:working of Free Ride  created in Proj:Wake Board by Shamme Zeba', 0),
+(2324, 23, 'Task:working of Free Ride  created in Proj:Wake Board by Shamme Zeba', 1),
+(2325, 39, 'Task:working of Free Ride  created in Proj:Wake Board by Shamme Zeba', 1),
+(2326, 17, 'Task:working of Free Ride  created in Proj:Wake Board by Shamme Zeba', 1),
+(2327, 2, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 0),
+(2328, 23, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 1),
+(2329, 39, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 1),
+(2330, 17, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 1),
+(2331, 2, 'Task:Helping to make a dashboard to Reza ... created in Proj:Demo Projects by mostafij', 0),
+(2332, 23, 'Task:Helping to make a dashboard to Reza ... created in Proj:Demo Projects by mostafij', 1),
+(2333, 39, 'Task:Helping to make a dashboard to Reza ... created in Proj:Demo Projects by mostafij', 1),
+(2334, 17, 'Task:Helping to make a dashboard to Reza ... created in Proj:Demo Projects by mostafij', 1),
+(2335, 2, 'Task:Job post (18-02-2017) created in Proj:Studypress Jobs by Shumon ', 0),
+(2336, 23, 'Task:Job post (18-02-2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2337, 39, 'Task:Job post (18-02-2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2338, 17, 'Task:Job post (18-02-2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2339, 2, 'A comment added in Task:Job post (18-02-2017) of Proj:Studypress Jobs by Shumon ', 0),
+(2340, 23, 'A comment added in Task:Job post (18-02-2017) of Proj:Studypress Jobs by Shumon ', 1),
+(2341, 39, 'A comment added in Task:Job post (18-02-2017) of Proj:Studypress Jobs by Shumon ', 1),
+(2342, 17, 'A comment added in Task:Job post (18-02-2017) of Proj:Studypress Jobs by Shumon ', 1),
+(2343, 2, 'Task:http://localhost/summitcommunications/wp-admin/ created in Proj:Demo Projects by mostafij', 0),
+(2344, 23, 'Task:http://localhost/summitcommunications/wp-admin/ created in Proj:Demo Projects by mostafij', 1),
+(2345, 39, 'Task:http://localhost/summitcommunications/wp-admin/ created in Proj:Demo Projects by mostafij', 1),
+(2346, 17, 'Task:http://localhost/summitcommunications/wp-admin/ created in Proj:Demo Projects by mostafij', 1),
+(2347, 2, 'Task:About Us page layout created in Proj:Nuvista Web by Sabuj Maksud', 0),
+(2348, 23, 'Task:About Us page layout created in Proj:Nuvista Web by Sabuj Maksud', 1),
+(2349, 39, 'Task:About Us page layout created in Proj:Nuvista Web by Sabuj Maksud', 1),
+(2350, 32, 'Task:About Us page layout created in Proj:Nuvista Web by Sabuj Maksud', 1),
+(2351, 2, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 0),
+(2352, 23, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 1),
+(2353, 39, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 1),
+(2354, 17, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by mostafij', 1),
+(2355, 2, 'Task:working on free ride database created in Proj:Wake Board by Shamme Zeba', 0),
+(2356, 23, 'Task:working on free ride database created in Proj:Wake Board by Shamme Zeba', 1),
+(2357, 39, 'Task:working on free ride database created in Proj:Wake Board by Shamme Zeba', 1),
+(2358, 17, 'Task:working on free ride database created in Proj:Wake Board by Shamme Zeba', 1),
+(2359, 2, 'Task:Dream Admin Panel created in Proj:Demo Projects by Maruf Al Bashir ', 0),
+(2360, 23, 'Task:Dream Admin Panel created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2361, 39, 'Task:Dream Admin Panel created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2362, 17, 'Task:Dream Admin Panel created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2363, 2, 'Maruf Al Bashir  assigned in Task:Dream Admin Panel of Proj:Demo Projects by Maruf Al Bashir ', 0),
+(2364, 23, 'Maruf Al Bashir  assigned in Task:Dream Admin Panel of Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2365, 39, 'Maruf Al Bashir  assigned in Task:Dream Admin Panel of Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2366, 2, 'Maruf Al Bashir  assigned in Task:Dream Admin Panel of Proj:Demo Projects by Maruf Al Bashir ', 0),
+(2367, 23, 'Maruf Al Bashir  assigned in Task:Dream Admin Panel of Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2368, 39, 'Maruf Al Bashir  assigned in Task:Dream Admin Panel of Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2369, 2, 'A comment added in Task:Dream Admin Panel of Proj:Demo Projects by Maruf Al Bashir ', 0),
+(2370, 23, 'A comment added in Task:Dream Admin Panel of Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2371, 39, 'A comment added in Task:Dream Admin Panel of Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2372, 17, 'A comment added in Task:Dream Admin Panel of Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2373, 2, 'A comment added in Task:Dream Admin Panel of Proj:Demo Projects by Maruf Al Bashir ', 0),
+(2374, 23, 'A comment added in Task:Dream Admin Panel of Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2375, 39, 'A comment added in Task:Dream Admin Panel of Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2376, 17, 'A comment added in Task:Dream Admin Panel of Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2377, 2, 'A comment added in Task:Dream Admin Panel of Proj:Demo Projects by Maruf Al Bashir ', 0),
+(2378, 23, 'A comment added in Task:Dream Admin Panel of Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2379, 39, 'A comment added in Task:Dream Admin Panel of Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2380, 17, 'A comment added in Task:Dream Admin Panel of Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2381, 2, 'Maruf Al Bashir  assigned in Task:Dream Admin Panel of Proj:Demo Projects by Maruf Al Bashir ', 0),
+(2382, 23, 'Maruf Al Bashir  assigned in Task:Dream Admin Panel of Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2383, 39, 'Maruf Al Bashir  assigned in Task:Dream Admin Panel of Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2384, 2, 'Task:nuvista created in Proj:Demo Projects by mostafij', 0),
+(2385, 23, 'Task:nuvista created in Proj:Demo Projects by mostafij', 1),
+(2386, 39, 'Task:nuvista created in Proj:Demo Projects by mostafij', 1),
+(2387, 17, 'Task:nuvista created in Proj:Demo Projects by mostafij', 1),
+(2388, 23, 'Task:Date Format created in Proj:Eagle Pizza by admin', 1),
+(2389, 39, 'Task:Date Format created in Proj:Eagle Pizza by admin', 1),
+(2390, 23, 'Task:Date Format created in Proj:Eagle Pizza by admin', 1),
+(2391, 28, 'Task:Date Format created in Proj:Eagle Pizza by admin', 0),
+(2392, 23, 'Task:Customer not found page.. why does it appear? created in Proj:Eagle Pizza by admin', 1),
+(2393, 39, 'Task:Customer not found page.. why does it appear? created in Proj:Eagle Pizza by admin', 1),
+(2394, 23, 'Task:Customer not found page.. why does it appear? created in Proj:Eagle Pizza by admin', 1),
+(2395, 28, 'Task:Customer not found page.. why does it appear? created in Proj:Eagle Pizza by admin', 0),
+(2396, 23, 'Task:When i Place an order it doesn\'t appear on the admin panel... in pending order page created in Proj:Eagle Pizza by admin', 1),
+(2397, 39, 'Task:When i Place an order it doesn\'t appear on the admin panel... in pending order page created in Proj:Eagle Pizza by admin', 1),
+(2398, 23, 'Task:When i Place an order it doesn\'t appear on the admin panel... in pending order page created in Proj:Eagle Pizza by admin', 1),
+(2399, 28, 'Task:When i Place an order it doesn\'t appear on the admin panel... in pending order page created in Proj:Eagle Pizza by admin', 0),
+(2400, 23, 'Task:Delete doesn\'t work--> product page created in Proj:Eagle Pizza by admin', 1),
+(2401, 39, 'Task:Delete doesn\'t work--> product page created in Proj:Eagle Pizza by admin', 1),
+(2402, 23, 'Task:Delete doesn\'t work--> product page created in Proj:Eagle Pizza by admin', 1),
+(2403, 28, 'Task:Delete doesn\'t work--> product page created in Proj:Eagle Pizza by admin', 0),
+(2404, 23, 'Task:Menu Page Category not working created in Proj:Eagle Pizza by admin', 1),
+(2405, 39, 'Task:Menu Page Category not working created in Proj:Eagle Pizza by admin', 1),
+(2406, 23, 'Task:Menu Page Category not working created in Proj:Eagle Pizza by admin', 1),
+(2407, 28, 'Task:Menu Page Category not working created in Proj:Eagle Pizza by admin', 0),
+(2408, 23, 'Task:When I am adding adon don\'t show the category and deal created in Proj:Eagle Pizza by admin', 1),
+(2409, 39, 'Task:When I am adding adon don\'t show the category and deal created in Proj:Eagle Pizza by admin', 1),
+(2410, 23, 'Task:When I am adding adon don\'t show the category and deal created in Proj:Eagle Pizza by admin', 1),
+(2411, 28, 'Task:When I am adding adon don\'t show the category and deal created in Proj:Eagle Pizza by admin', 0),
+(2412, 2, 'Task:file:///E:/XAMP/htdocs/nuvista/index.html# created in Proj:Demo Projects by Maruf Al Bashir ', 0),
+(2413, 23, 'Task:file:///E:/XAMP/htdocs/nuvista/index.html# created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2414, 39, 'Task:file:///E:/XAMP/htdocs/nuvista/index.html# created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2415, 17, 'Task:file:///E:/XAMP/htdocs/nuvista/index.html# created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2416, 23, 'Shamim assigned in Task:Menu Page Category not working of Proj:Eagle Pizza by admin', 1),
+(2417, 39, 'Shamim assigned in Task:Menu Page Category not working of Proj:Eagle Pizza by admin', 1),
+(2418, 28, 'You assigned in Task:Menu Page Category not working of Proj:Eagle Pizza by admin', 0),
+(2419, 23, 'Shamim assigned in Task:Menu Page Category not working of Proj:Eagle Pizza by admin', 1),
+(2420, 39, 'Shamim assigned in Task:Menu Page Category not working of Proj:Eagle Pizza by admin', 1),
+(2421, 28, 'You assigned in Task:Menu Page Category not working of Proj:Eagle Pizza by admin', 0),
+(2422, 23, 'Task:There is a problem when adding products using same image name. created in Proj:Eagle Pizza by admin', 1),
+(2423, 39, 'Task:There is a problem when adding products using same image name. created in Proj:Eagle Pizza by admin', 1),
+(2424, 23, 'Task:There is a problem when adding products using same image name. created in Proj:Eagle Pizza by admin', 1),
+(2425, 28, 'Task:There is a problem when adding products using same image name. created in Proj:Eagle Pizza by admin', 0),
+(2426, 23, 'Shamim assigned in Task:Delete doesn\'t work--> product page of Proj:Eagle Pizza by admin', 1),
+(2427, 39, 'Shamim assigned in Task:Delete doesn\'t work--> product page of Proj:Eagle Pizza by admin', 1),
+(2428, 28, 'You assigned in Task:Delete doesn\'t work--> product page of Proj:Eagle Pizza by admin', 0),
+(2429, 23, 'A comment added in Task:Customer not found page.. why does it appear? of Proj:Eagle Pizza by admin', 1),
+(2430, 39, 'A comment added in Task:Customer not found page.. why does it appear? of Proj:Eagle Pizza by admin', 1),
+(2431, 0, 'A comment added in Task:Customer not found page.. why does it appear? of Proj:Eagle Pizza by admin', 1),
+(2432, 17, 'A comment added in Task:Customer not found page.. why does it appear? of Proj:Eagle Pizza by admin', 1),
+(2433, 23, 'Shamim assigned in Task:Customer not found page.. why does it appear? of Proj:Eagle Pizza by admin', 1),
+(2434, 39, 'Shamim assigned in Task:Customer not found page.. why does it appear? of Proj:Eagle Pizza by admin', 1),
+(2435, 28, 'You assigned in Task:Customer not found page.. why does it appear? of Proj:Eagle Pizza by admin', 0),
+(2436, 2, 'Task:working on sessionfeekback created in Proj:Wake Board by Shamme Zeba', 0),
+(2437, 23, 'Task:working on sessionfeekback created in Proj:Wake Board by Shamme Zeba', 1),
+(2438, 39, 'Task:working on sessionfeekback created in Proj:Wake Board by Shamme Zeba', 1),
+(2439, 17, 'Task:working on sessionfeekback created in Proj:Wake Board by Shamme Zeba', 1),
+(2440, 2, 'A comment added in Task:About Us page layout of Proj:Nuvista Web by Sabuj Maksud', 0),
+(2441, 23, 'A comment added in Task:About Us page layout of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2442, 39, 'A comment added in Task:About Us page layout of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2443, 32, 'A comment added in Task:About Us page layout of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2444, 2, 'A comment added in Task:Product Page of Proj:Nuvista Web by Sabuj Maksud', 0),
+(2445, 23, 'A comment added in Task:Product Page of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2446, 39, 'A comment added in Task:Product Page of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2447, 32, 'A comment added in Task:Product Page of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2448, 2, 'A comment added in Task:Career page of Proj:Nuvista Web by Sabuj Maksud', 0),
+(2449, 23, 'A comment added in Task:Career page of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2450, 39, 'A comment added in Task:Career page of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2451, 32, 'A comment added in Task:Career page of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2452, 2, 'Task:Product details page  created in Proj:Nuvista Web by Sabuj Maksud', 0),
+(2453, 23, 'Task:Product details page  created in Proj:Nuvista Web by Sabuj Maksud', 1),
+(2454, 39, 'Task:Product details page  created in Proj:Nuvista Web by Sabuj Maksud', 1),
+(2455, 32, 'Task:Product details page  created in Proj:Nuvista Web by Sabuj Maksud', 1),
+(2456, 2, 'Task:Working feedback backend created in Proj:Wake Board by Shamme Zeba', 0),
+(2457, 23, 'Task:Working feedback backend created in Proj:Wake Board by Shamme Zeba', 1),
+(2458, 39, 'Task:Working feedback backend created in Proj:Wake Board by Shamme Zeba', 1),
+(2459, 17, 'Task:Working feedback backend created in Proj:Wake Board by Shamme Zeba', 1),
+(2460, 2, 'Task:38th Bcs Preli Day 30 MT created in Proj:Studypress by Revinr Admin', 0),
+(2461, 23, 'Task:38th Bcs Preli Day 30 MT created in Proj:Studypress by Revinr Admin', 1),
+(2462, 26, 'Task:38th Bcs Preli Day 30 MT created in Proj:Studypress by Revinr Admin', 1),
+(2463, 39, 'Task:38th Bcs Preli Day 30 MT created in Proj:Studypress by Revinr Admin', 1),
+(2464, 2, 'Revinr Admin assigned in Task:38th Bcs Preli Day 30 MT of Proj:Studypress by Revinr Admin', 0),
+(2465, 23, 'Revinr Admin assigned in Task:38th Bcs Preli Day 30 MT of Proj:Studypress by Revinr Admin', 1),
+(2466, 39, 'You assigned in Task:38th Bcs Preli Day 30 MT of Proj:Studypress by Revinr Admin', 1),
+(2467, 2, 'Task:PopUp Dashboard New UI design and Backend Code created in Proj:Wake Board by Mamun Hasan', 0),
+(2468, 23, 'Task:PopUp Dashboard New UI design and Backend Code created in Proj:Wake Board by Mamun Hasan', 1),
+(2469, 39, 'Task:PopUp Dashboard New UI design and Backend Code created in Proj:Wake Board by Mamun Hasan', 1),
+(2470, 17, 'Task:PopUp Dashboard New UI design and Backend Code created in Proj:Wake Board by Mamun Hasan', 1),
+(2471, 2, 'Task:nuvista products created in Proj:Demo Projects by Maruf Al Bashir ', 0),
+(2472, 23, 'Task:nuvista products created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2473, 39, 'Task:nuvista products created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2474, 17, 'Task:nuvista products created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2475, 23, 'Task:Sign up form when a cart is there created in Proj:Eagle Pizza by admin', 1),
+(2476, 39, 'Task:Sign up form when a cart is there created in Proj:Eagle Pizza by admin', 1),
+(2477, 23, 'Task:Sign up form when a cart is there created in Proj:Eagle Pizza by admin', 1),
+(2478, 28, 'Task:Sign up form when a cart is there created in Proj:Eagle Pizza by admin', 0),
+(2479, 23, 'Task:When Order Placed created in Proj:Eagle Pizza by admin', 1),
+(2480, 39, 'Task:When Order Placed created in Proj:Eagle Pizza by admin', 1),
+(2481, 23, 'Task:When Order Placed created in Proj:Eagle Pizza by admin', 1),
+(2482, 28, 'Task:When Order Placed created in Proj:Eagle Pizza by admin', 0),
+(2483, 23, 'Shamim assigned in Task:When Order Placed of Proj:Eagle Pizza by admin', 1),
+(2484, 39, 'Shamim assigned in Task:When Order Placed of Proj:Eagle Pizza by admin', 1),
+(2485, 28, 'You assigned in Task:When Order Placed of Proj:Eagle Pizza by admin', 0),
+(2486, 23, 'Shamim assigned in Task:When i Place an order it doesn\'t appear on the admin panel... in pending order page of Proj:Eagle Pizza by admin', 1),
+(2487, 39, 'Shamim assigned in Task:When i Place an order it doesn\'t appear on the admin panel... in pending order page of Proj:Eagle Pizza by admin', 1),
+(2488, 28, 'You assigned in Task:When i Place an order it doesn\'t appear on the admin panel... in pending order page of Proj:Eagle Pizza by admin', 0),
+(2489, 23, 'Shamim assigned in Task:Sign up form when a cart is there of Proj:Eagle Pizza by admin', 1),
+(2490, 39, 'Shamim assigned in Task:Sign up form when a cart is there of Proj:Eagle Pizza by admin', 1),
+(2491, 28, 'You assigned in Task:Sign up form when a cart is there of Proj:Eagle Pizza by admin', 0),
+(2492, 23, 'Task:Pending Order Details created in Proj:Eagle Pizza by admin', 1),
+(2493, 39, 'Task:Pending Order Details created in Proj:Eagle Pizza by admin', 1),
+(2494, 23, 'Task:Pending Order Details created in Proj:Eagle Pizza by admin', 1),
+(2495, 28, 'Task:Pending Order Details created in Proj:Eagle Pizza by admin', 0),
+(2496, 23, 'Shamim assigned in Task:Pending Order Details of Proj:Eagle Pizza by admin', 1),
+(2497, 39, 'Shamim assigned in Task:Pending Order Details of Proj:Eagle Pizza by admin', 1),
+(2498, 28, 'You assigned in Task:Pending Order Details of Proj:Eagle Pizza by admin', 0),
+(2499, 2, 'mostafij assigned in Proj:Eagle Pizza by admin', 0),
+(2500, 23, 'mostafij assigned in Proj:Eagle Pizza by admin', 1),
+(2501, 39, 'mostafij assigned in Proj:Eagle Pizza by admin', 1),
+(2502, 18, 'You assigned in Proj:Eagle Pizza by admin', 0),
+(2503, 23, 'Task:Mobile Version created in Proj:Eagle Pizza by admin', 1),
+(2504, 39, 'Task:Mobile Version created in Proj:Eagle Pizza by admin', 1),
+(2505, 23, 'Task:Mobile Version created in Proj:Eagle Pizza by admin', 1),
+(2506, 28, 'Task:Mobile Version created in Proj:Eagle Pizza by admin', 0),
+(2507, 18, 'Task:Mobile Version created in Proj:Eagle Pizza by admin', 0),
+(2508, 23, 'mostafij assigned in Task:Mobile Version of Proj:Eagle Pizza by admin', 1),
+(2509, 39, 'mostafij assigned in Task:Mobile Version of Proj:Eagle Pizza by admin', 1),
+(2510, 18, 'You assigned in Task:Mobile Version of Proj:Eagle Pizza by admin', 0),
+(2511, 23, 'Task:Header: Web & Mobile Version created in Proj:Eagle Pizza by admin', 1),
+(2512, 39, 'Task:Header: Web & Mobile Version created in Proj:Eagle Pizza by admin', 1),
+(2513, 23, 'Task:Header: Web & Mobile Version created in Proj:Eagle Pizza by admin', 1),
+(2514, 28, 'Task:Header: Web & Mobile Version created in Proj:Eagle Pizza by admin', 0),
+(2515, 18, 'Task:Header: Web & Mobile Version created in Proj:Eagle Pizza by admin', 0),
+(2516, 23, 'mostafij assigned in Task:Header: Web & Mobile Version of Proj:Eagle Pizza by admin', 1),
+(2517, 39, 'mostafij assigned in Task:Header: Web & Mobile Version of Proj:Eagle Pizza by admin', 1),
+(2518, 18, 'You assigned in Task:Header: Web & Mobile Version of Proj:Eagle Pizza by admin', 0),
+(2519, 23, 'mostafij assigned in Task:Header: Web & Mobile Version of Proj:Eagle Pizza by admin', 1),
+(2520, 39, 'mostafij assigned in Task:Header: Web & Mobile Version of Proj:Eagle Pizza by admin', 1),
+(2521, 18, 'You assigned in Task:Header: Web & Mobile Version of Proj:Eagle Pizza by admin', 0),
+(2522, 23, 'Task:Accident - Website created in Proj:Demo Projects by admin', 1),
+(2523, 39, 'Task:Accident - Website created in Proj:Demo Projects by admin', 1),
+(2524, 18, 'Task:Accident - Website created in Proj:Demo Projects by admin', 0),
+(2525, 25, 'Task:Accident - Website created in Proj:Demo Projects by admin', 0),
+(2526, 41, 'Task:Accident - Website created in Proj:Demo Projects by admin', 0),
+(2527, 23, 'Kabir Hossen assigned in Task:Accident - Website of Proj:Demo Projects by admin', 1),
+(2528, 39, 'Kabir Hossen assigned in Task:Accident - Website of Proj:Demo Projects by admin', 1),
+(2529, 25, 'You assigned in Task:Accident - Website of Proj:Demo Projects by admin', 0),
+(2530, 23, 'A comment added in Task:Accident - Website of Proj:Demo Projects by admin', 1),
+(2531, 39, 'A comment added in Task:Accident - Website of Proj:Demo Projects by admin', 1),
+(2532, 25, 'A comment added in Task:Accident - Website of Proj:Demo Projects by admin', 0),
+(2533, 17, 'A comment added in Task:Accident - Website of Proj:Demo Projects by admin', 1),
+(2534, 2, 'Sabuj Maksud assigned in Task:Product details page  of Proj:Nuvista Web by Sabuj Maksud', 0),
+(2535, 23, 'Sabuj Maksud assigned in Task:Product details page  of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2536, 39, 'Sabuj Maksud assigned in Task:Product details page  of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2537, 2, 'A comment added in Task:Product details page  of Proj:Nuvista Web by Sabuj Maksud', 0),
+(2538, 23, 'A comment added in Task:Product details page  of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2539, 39, 'A comment added in Task:Product details page  of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2540, 32, 'A comment added in Task:Product details page  of Proj:Nuvista Web by Sabuj Maksud', 1),
+(2541, 2, 'Task:Database Link up of Feedback created in Proj:Wake Board by Shamme Zeba', 0),
+(2542, 23, 'Task:Database Link up of Feedback created in Proj:Wake Board by Shamme Zeba', 1),
+(2543, 39, 'Task:Database Link up of Feedback created in Proj:Wake Board by Shamme Zeba', 1),
+(2544, 17, 'Task:Database Link up of Feedback created in Proj:Wake Board by Shamme Zeba', 1),
+(2545, 2, 'mostafij assigned in Proj:Nuvista Web by admin', 0),
+(2546, 23, 'mostafij assigned in Proj:Nuvista Web by admin', 1),
+(2547, 39, 'mostafij assigned in Proj:Nuvista Web by admin', 1),
+(2548, 18, 'You assigned in Proj:Nuvista Web by admin', 0),
+(2549, 2, 'Proj: Admin Panel created by admin', 0),
+(2550, 23, 'Proj: Admin Panel created by admin', 1),
+(2551, 39, 'Proj: Admin Panel created by admin', 1),
+(2552, 2, 'Helal Mohammad assigned in Proj:Admin Panel by admin', 0),
+(2553, 23, 'Helal Mohammad assigned in Proj:Admin Panel by admin', 1),
+(2554, 39, 'Helal Mohammad assigned in Proj:Admin Panel by admin', 1),
+(2555, 23, 'You assigned in Proj:Admin Panel by admin', 1),
+(2556, 2, 'Shamim assigned in Proj:Admin Panel by admin', 0),
+(2557, 23, 'Shamim assigned in Proj:Admin Panel by admin', 1),
+(2558, 39, 'Shamim assigned in Proj:Admin Panel by admin', 1),
+(2559, 28, 'You assigned in Proj:Admin Panel by admin', 0),
+(2560, 2, 'Revinr Admin assigned in Proj:Admin Panel by admin', 0),
+(2561, 23, 'Revinr Admin assigned in Proj:Admin Panel by admin', 1),
+(2562, 39, 'Revinr Admin assigned in Proj:Admin Panel by admin', 1),
+(2563, 39, 'You assigned in Proj:Admin Panel by admin', 1),
+(2564, 23, 'Task:User Management created in Proj:Admin Panel by admin', 1),
+(2565, 39, 'Task:User Management created in Proj:Admin Panel by admin', 1),
+(2566, 23, 'Task:User Management created in Proj:Admin Panel by admin', 1),
+(2567, 28, 'Task:User Management created in Proj:Admin Panel by admin', 0),
+(2568, 39, 'Task:User Management created in Proj:Admin Panel by admin', 1),
+(2569, 23, 'Task:Contact Form Details created in Proj:Admin Panel by admin', 1),
+(2570, 39, 'Task:Contact Form Details created in Proj:Admin Panel by admin', 1),
+(2571, 23, 'Task:Contact Form Details created in Proj:Admin Panel by admin', 1),
+(2572, 28, 'Task:Contact Form Details created in Proj:Admin Panel by admin', 0),
+(2573, 39, 'Task:Contact Form Details created in Proj:Admin Panel by admin', 1),
+(2574, 23, 'Task:Slider Management created in Proj:Admin Panel by admin', 1),
+(2575, 39, 'Task:Slider Management created in Proj:Admin Panel by admin', 1),
+(2576, 23, 'Task:Slider Management created in Proj:Admin Panel by admin', 1),
+(2577, 28, 'Task:Slider Management created in Proj:Admin Panel by admin', 0),
+(2578, 39, 'Task:Slider Management created in Proj:Admin Panel by admin', 1),
+(2579, 23, 'Task:News created in Proj:Admin Panel by admin', 1),
+(2580, 39, 'Task:News created in Proj:Admin Panel by admin', 1),
+(2581, 23, 'Task:News created in Proj:Admin Panel by admin', 1),
+(2582, 28, 'Task:News created in Proj:Admin Panel by admin', 0),
+(2583, 39, 'Task:News created in Proj:Admin Panel by admin', 1),
+(2584, 23, 'Task:Activity Record created in Proj:Admin Panel by admin', 1),
+(2585, 39, 'Task:Activity Record created in Proj:Admin Panel by admin', 1),
+(2586, 23, 'Task:Activity Record created in Proj:Admin Panel by admin', 1),
+(2587, 28, 'Task:Activity Record created in Proj:Admin Panel by admin', 0),
+(2588, 39, 'Task:Activity Record created in Proj:Admin Panel by admin', 1),
+(2589, 23, 'Task:Client Management created in Proj:Admin Panel by admin', 1),
+(2590, 39, 'Task:Client Management created in Proj:Admin Panel by admin', 1),
+(2591, 23, 'Task:Client Management created in Proj:Admin Panel by admin', 1),
+(2592, 28, 'Task:Client Management created in Proj:Admin Panel by admin', 0),
+(2593, 39, 'Task:Client Management created in Proj:Admin Panel by admin', 1),
+(2594, 23, 'Task:Testimonial Management created in Proj:Admin Panel by admin', 1),
+(2595, 39, 'Task:Testimonial Management created in Proj:Admin Panel by admin', 1),
+(2596, 23, 'Task:Testimonial Management created in Proj:Admin Panel by admin', 1),
+(2597, 28, 'Task:Testimonial Management created in Proj:Admin Panel by admin', 0),
+(2598, 39, 'Task:Testimonial Management created in Proj:Admin Panel by admin', 1),
+(2599, 23, 'Task:Event Management created in Proj:Admin Panel by admin', 1),
+(2600, 39, 'Task:Event Management created in Proj:Admin Panel by admin', 1),
+(2601, 23, 'Task:Event Management created in Proj:Admin Panel by admin', 1),
+(2602, 28, 'Task:Event Management created in Proj:Admin Panel by admin', 0),
+(2603, 39, 'Task:Event Management created in Proj:Admin Panel by admin', 1),
+(2604, 23, 'Task:Products created in Proj:Admin Panel by admin', 1),
+(2605, 39, 'Task:Products created in Proj:Admin Panel by admin', 1),
+(2606, 23, 'Task:Products created in Proj:Admin Panel by admin', 1),
+(2607, 28, 'Task:Products created in Proj:Admin Panel by admin', 0),
+(2608, 39, 'Task:Products created in Proj:Admin Panel by admin', 1),
+(2609, 23, 'Task:Services created in Proj:Admin Panel by admin', 1),
+(2610, 39, 'Task:Services created in Proj:Admin Panel by admin', 1),
+(2611, 23, 'Task:Services created in Proj:Admin Panel by admin', 1),
+(2612, 28, 'Task:Services created in Proj:Admin Panel by admin', 0),
+(2613, 39, 'Task:Services created in Proj:Admin Panel by admin', 1),
+(2614, 23, 'Task:Blog created in Proj:Admin Panel by admin', 1),
+(2615, 39, 'Task:Blog created in Proj:Admin Panel by admin', 1),
+(2616, 23, 'Task:Blog created in Proj:Admin Panel by admin', 1),
+(2617, 28, 'Task:Blog created in Proj:Admin Panel by admin', 0),
+(2618, 39, 'Task:Blog created in Proj:Admin Panel by admin', 1),
+(2619, 23, 'Task:NewsLetter created in Proj:Admin Panel by admin', 1),
+(2620, 39, 'Task:NewsLetter created in Proj:Admin Panel by admin', 1),
+(2621, 23, 'Task:NewsLetter created in Proj:Admin Panel by admin', 1),
+(2622, 28, 'Task:NewsLetter created in Proj:Admin Panel by admin', 0),
+(2623, 39, 'Task:NewsLetter created in Proj:Admin Panel by admin', 1),
+(2624, 23, 'Task:Social Icons created in Proj:Admin Panel by admin', 1),
+(2625, 39, 'Task:Social Icons created in Proj:Admin Panel by admin', 1),
+(2626, 23, 'Task:Social Icons created in Proj:Admin Panel by admin', 1),
+(2627, 28, 'Task:Social Icons created in Proj:Admin Panel by admin', 0),
+(2628, 39, 'Task:Social Icons created in Proj:Admin Panel by admin', 1),
+(2629, 23, 'Task:Static Pages created in Proj:Admin Panel by admin', 1),
+(2630, 39, 'Task:Static Pages created in Proj:Admin Panel by admin', 1),
+(2631, 23, 'Task:Static Pages created in Proj:Admin Panel by admin', 1),
+(2632, 28, 'Task:Static Pages created in Proj:Admin Panel by admin', 0),
+(2633, 39, 'Task:Static Pages created in Proj:Admin Panel by admin', 1),
+(2634, 2, 'Task:JOB post (23/02/2017) created in Proj:Studypress Jobs by Shumon ', 0),
+(2635, 23, 'Task:JOB post (23/02/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2636, 39, 'Task:JOB post (23/02/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2637, 17, 'Task:JOB post (23/02/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2638, 2, 'Task:http://localhost/edu_mob/# created in Proj:Demo Projects by mostafij', 0),
+(2639, 23, 'Task:http://localhost/edu_mob/# created in Proj:Demo Projects by mostafij', 1),
+(2640, 39, 'Task:http://localhost/edu_mob/# created in Proj:Demo Projects by mostafij', 1),
+(2641, 17, 'Task:http://localhost/edu_mob/# created in Proj:Demo Projects by mostafij', 1),
+(2642, 2, 'Task:feedback (rider) milestone 3 created in Proj:Wake Board by Shamme Zeba', 0),
+(2643, 23, 'Task:feedback (rider) milestone 3 created in Proj:Wake Board by Shamme Zeba', 1),
+(2644, 39, 'Task:feedback (rider) milestone 3 created in Proj:Wake Board by Shamme Zeba', 1),
+(2645, 17, 'Task:feedback (rider) milestone 3 created in Proj:Wake Board by Shamme Zeba', 1),
+(2646, 2, 'Shamim assigned in Proj:Task Management by admin', 0),
+(2647, 23, 'Shamim assigned in Proj:Task Management by admin', 1),
+(2648, 39, 'Shamim assigned in Proj:Task Management by admin', 1),
+(2649, 28, 'You assigned in Proj:Task Management by admin', 0),
+(2650, 23, 'Task:In the Tickets created in Proj:Task Management by admin', 1),
+(2651, 39, 'Task:In the Tickets created in Proj:Task Management by admin', 1),
+(2652, 17, 'Task:In the Tickets created in Proj:Task Management by admin', 1),
+(2653, 31, 'Task:In the Tickets created in Proj:Task Management by admin', 1),
+(2654, 27, 'Task:In the Tickets created in Proj:Task Management by admin', 0),
+(2655, 28, 'Task:In the Tickets created in Proj:Task Management by admin', 0),
+(2656, 23, 'Shamim assigned in Task:In the Tickets of Proj:Task Management by admin', 1),
+(2657, 39, 'Shamim assigned in Task:In the Tickets of Proj:Task Management by admin', 1),
+(2658, 28, 'You assigned in Task:In the Tickets of Proj:Task Management by admin', 0),
+(2659, 23, 'A comment added in Task:In the Tickets of Proj:Task Management by admin', 1),
+(2660, 39, 'A comment added in Task:In the Tickets of Proj:Task Management by admin', 1),
+(2661, 28, 'A comment added in Task:In the Tickets of Proj:Task Management by admin', 0),
+(2662, 17, 'A comment added in Task:In the Tickets of Proj:Task Management by admin', 1),
+(2663, 2, 'Task:Job post (25-02-2017) created in Proj:Studypress Jobs by Shumon ', 0),
+(2664, 23, 'Task:Job post (25-02-2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2665, 39, 'Task:Job post (25-02-2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2666, 17, 'Task:Job post (25-02-2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2667, 2, 'Task:MAXIM Bootstrap Theme created in Proj:Demo Projects by Maruf Al Bashir ', 0),
+(2668, 23, 'Task:MAXIM Bootstrap Theme created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2669, 39, 'Task:MAXIM Bootstrap Theme created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2670, 17, 'Task:MAXIM Bootstrap Theme created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2671, 2, 'Task:http://localhost/edu_mob/ created in Proj:Demo Projects by mostafij', 0),
+(2672, 23, 'Task:http://localhost/edu_mob/ created in Proj:Demo Projects by mostafij', 1),
+(2673, 39, 'Task:http://localhost/edu_mob/ created in Proj:Demo Projects by mostafij', 1),
+(2674, 17, 'Task:http://localhost/edu_mob/ created in Proj:Demo Projects by mostafij', 1),
+(2675, 2, 'Task:Bootstrap Theme created in Proj:Demo Projects by Maruf Al Bashir ', 0),
+(2676, 23, 'Task:Bootstrap Theme created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2677, 39, 'Task:Bootstrap Theme created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2678, 17, 'Task:Bootstrap Theme created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2679, 2, 'Task:Editorial created in Proj:StudyPress News by Arafat Rahman', 0),
+(2680, 23, 'Task:Editorial created in Proj:StudyPress News by Arafat Rahman', 1),
+(2681, 39, 'Task:Editorial created in Proj:StudyPress News by Arafat Rahman', 1),
+(2682, 17, 'Task:Editorial created in Proj:StudyPress News by Arafat Rahman', 1),
+(2683, 2, 'Task:testing feedback created in Proj:Wake Board by Shamme Zeba', 0),
+(2684, 23, 'Task:testing feedback created in Proj:Wake Board by Shamme Zeba', 1),
+(2685, 39, 'Task:testing feedback created in Proj:Wake Board by Shamme Zeba', 1),
+(2686, 17, 'Task:testing feedback created in Proj:Wake Board by Shamme Zeba', 1),
+(2687, 2, 'Task:Database Link up of Feedback removed from Proj:Wake Board by Shamme Zeba', 0),
+(2688, 23, 'Task:Database Link up of Feedback removed from Proj:Wake Board by Shamme Zeba', 1),
+(2689, 39, 'Task:Database Link up of Feedback removed from Proj:Wake Board by Shamme Zeba', 1),
+(2690, 36, 'Task:Database Link up of Feedback removed from Proj:Wake Board by Shamme Zeba', 0),
+(2691, 29, 'Task:Database Link up of Feedback removed from Proj:Wake Board by Shamme Zeba', 0),
+(2692, 2, 'Task:http://localhost/nuvista/ created in Proj:Demo Projects by mostafij', 0),
+(2693, 23, 'Task:http://localhost/nuvista/ created in Proj:Demo Projects by mostafij', 1),
+(2694, 39, 'Task:http://localhost/nuvista/ created in Proj:Demo Projects by mostafij', 1),
+(2695, 17, 'Task:http://localhost/nuvista/ created in Proj:Demo Projects by mostafij', 1),
+(2696, 2, 'Task:Nuvista pharma created in Proj:Nuvista Web by mostafij', 0),
+(2697, 23, 'Task:Nuvista pharma created in Proj:Nuvista Web by mostafij', 1),
+(2698, 39, 'Task:Nuvista pharma created in Proj:Nuvista Web by mostafij', 1),
+(2699, 32, 'Task:Nuvista pharma created in Proj:Nuvista Web by mostafij', 1),
+(2700, 2, 'Task:JOB post (27/02/2017) created in Proj:Studypress Jobs by Shumon ', 0),
+(2701, 23, 'Task:JOB post (27/02/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2702, 39, 'Task:JOB post (27/02/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2703, 17, 'Task:JOB post (27/02/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2704, 2, 'Task:Milestone 4:wakepoint calculation created in Proj:Wake Board by Shamme Zeba', 0),
+(2705, 23, 'Task:Milestone 4:wakepoint calculation created in Proj:Wake Board by Shamme Zeba', 1),
+(2706, 39, 'Task:Milestone 4:wakepoint calculation created in Proj:Wake Board by Shamme Zeba', 1),
+(2707, 17, 'Task:Milestone 4:wakepoint calculation created in Proj:Wake Board by Shamme Zeba', 1),
+(2708, 2, 'Task:http://localhost/nuvista/ created in Proj:Nuvista Web by mostafij', 0),
+(2709, 23, 'Task:http://localhost/nuvista/ created in Proj:Nuvista Web by mostafij', 1),
+(2710, 39, 'Task:http://localhost/nuvista/ created in Proj:Nuvista Web by mostafij', 1),
+(2711, 32, 'Task:http://localhost/nuvista/ created in Proj:Nuvista Web by mostafij', 1),
+(2712, 2, 'Task:JOB post (28/02/2017) created in Proj:Studypress Jobs by Shumon ', 0),
+(2713, 23, 'Task:JOB post (28/02/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2714, 39, 'Task:JOB post (28/02/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2715, 17, 'Task:JOB post (28/02/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2716, 2, 'Task:testing wakepoint simulation created in Proj:Wake Board by Shamme Zeba', 0),
+(2717, 23, 'Task:testing wakepoint simulation created in Proj:Wake Board by Shamme Zeba', 1),
+(2718, 39, 'Task:testing wakepoint simulation created in Proj:Wake Board by Shamme Zeba', 1),
+(2719, 17, 'Task:testing wakepoint simulation created in Proj:Wake Board by Shamme Zeba', 1),
+(2720, 2, 'Task:JOB post (01/03/2017) created in Proj:Studypress Jobs by Shumon ', 0),
+(2721, 23, 'Task:JOB post (01/03/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2722, 39, 'Task:JOB post (01/03/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2723, 17, 'Task:JOB post (01/03/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2724, 2, 'Md. Tanjim Al Akib assigned in Proj:Admin Panel by admin', 0),
+(2725, 23, 'Md. Tanjim Al Akib assigned in Proj:Admin Panel by admin', 1),
+(2726, 39, 'Md. Tanjim Al Akib assigned in Proj:Admin Panel by admin', 1),
+(2727, 44, 'You assigned in Proj:Admin Panel by admin', 0),
+(2728, 2, 'Task:Login and Registration created in Proj:Admin Panel by Md. Tanjim Al Akib', 0),
+(2729, 23, 'Task:Login and Registration created in Proj:Admin Panel by Md. Tanjim Al Akib', 1),
+(2730, 39, 'Task:Login and Registration created in Proj:Admin Panel by Md. Tanjim Al Akib', 1),
+(2731, 17, 'Task:Login and Registration created in Proj:Admin Panel by Md. Tanjim Al Akib', 1),
+(2732, 2, 'A comment added in Task:http://www.propertylifts.com/index.php of Proj:Design Tasks by Sabuj Maksud', 0),
+(2733, 23, 'A comment added in Task:http://www.propertylifts.com/index.php of Proj:Design Tasks by Sabuj Maksud', 1),
+(2734, 39, 'A comment added in Task:http://www.propertylifts.com/index.php of Proj:Design Tasks by Sabuj Maksud', 1),
+(2735, 17, 'A comment added in Task:http://www.propertylifts.com/index.php of Proj:Design Tasks by Sabuj Maksud', 1),
+(2736, 2, 'Task:Clients Page created in Proj:Design Tasks by Sabuj Maksud', 0),
+(2737, 23, 'Task:Clients Page created in Proj:Design Tasks by Sabuj Maksud', 1),
+(2738, 39, 'Task:Clients Page created in Proj:Design Tasks by Sabuj Maksud', 1),
+(2739, 17, 'Task:Clients Page created in Proj:Design Tasks by Sabuj Maksud', 1),
+(2740, 2, 'Sabuj Maksud assigned in Task:Clients Page of Proj:Design Tasks by Sabuj Maksud', 0),
+(2741, 23, 'Sabuj Maksud assigned in Task:Clients Page of Proj:Design Tasks by Sabuj Maksud', 1),
+(2742, 39, 'Sabuj Maksud assigned in Task:Clients Page of Proj:Design Tasks by Sabuj Maksud', 1),
+(2743, 2, 'Task:starting list milestone 4 created in Proj:Wake Board by Shamme Zeba', 0),
+(2744, 23, 'Task:starting list milestone 4 created in Proj:Wake Board by Shamme Zeba', 1),
+(2745, 39, 'Task:starting list milestone 4 created in Proj:Wake Board by Shamme Zeba', 1),
+(2746, 17, 'Task:starting list milestone 4 created in Proj:Wake Board by Shamme Zeba', 1),
+(2747, 2, 'Task:cable Ui Change milestone 4 created in Proj:Wake Board by Shamme Zeba', 0),
+(2748, 23, 'Task:cable Ui Change milestone 4 created in Proj:Wake Board by Shamme Zeba', 1),
+(2749, 39, 'Task:cable Ui Change milestone 4 created in Proj:Wake Board by Shamme Zeba', 1),
+(2750, 17, 'Task:cable Ui Change milestone 4 created in Proj:Wake Board by Shamme Zeba', 1),
+(2751, 2, 'Task:JOB post (2/03/2017) created in Proj:Studypress Jobs by Shumon ', 0),
+(2752, 23, 'Task:JOB post (2/03/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2753, 39, 'Task:JOB post (2/03/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2754, 17, 'Task:JOB post (2/03/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2755, 2, 'Task:User Creation created in Proj:Admin Panel by Md. Tanjim Al Akib', 0),
+(2756, 23, 'Task:User Creation created in Proj:Admin Panel by Md. Tanjim Al Akib', 1),
+(2757, 39, 'Task:User Creation created in Proj:Admin Panel by Md. Tanjim Al Akib', 1),
+(2758, 17, 'Task:User Creation created in Proj:Admin Panel by Md. Tanjim Al Akib', 1),
+(2759, 2, 'Task:http://revinr.com/nuvista/ created in Proj:Nuvista Web by mostafij', 0),
+(2760, 23, 'Task:http://revinr.com/nuvista/ created in Proj:Nuvista Web by mostafij', 1),
+(2761, 39, 'Task:http://revinr.com/nuvista/ created in Proj:Nuvista Web by mostafij', 1),
+(2762, 32, 'Task:http://revinr.com/nuvista/ created in Proj:Nuvista Web by mostafij', 1),
+(2763, 2, 'Task:Image Accordian created in Proj:Demo Projects by Maruf Al Bashir ', 0),
+(2764, 23, 'Task:Image Accordian created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2765, 39, 'Task:Image Accordian created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2766, 17, 'Task:Image Accordian created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2767, 2, 'Task:working on change Tab: apply FD Logic TAB of line 78, session_pers=1 created in Proj:Wake Board by Shamme Zeba', 0),
+(2768, 23, 'Task:working on change Tab: apply FD Logic TAB of line 78, session_pers=1 created in Proj:Wake Board by Shamme Zeba', 1),
+(2769, 39, 'Task:working on change Tab: apply FD Logic TAB of line 78, session_pers=1 created in Proj:Wake Board by Shamme Zeba', 1),
+(2770, 17, 'Task:working on change Tab: apply FD Logic TAB of line 78, session_pers=1 created in Proj:Wake Board by Shamme Zeba', 1),
+(2771, 2, 'Task:Job post (04-03-2017) created in Proj:Studypress Jobs by Shumon ', 0),
+(2772, 23, 'Task:Job post (04-03-2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2773, 39, 'Task:Job post (04-03-2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2774, 17, 'Task:Job post (04-03-2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2775, 2, 'Task:http://revinr.com/edu_mob/ created in Proj:Nuvista Web by mostafij', 0),
+(2776, 23, 'Task:http://revinr.com/edu_mob/ created in Proj:Nuvista Web by mostafij', 1),
+(2777, 39, 'Task:http://revinr.com/edu_mob/ created in Proj:Nuvista Web by mostafij', 1),
+(2778, 32, 'Task:http://revinr.com/edu_mob/ created in Proj:Nuvista Web by mostafij', 1),
+(2779, 2, 'Task:(http://kscleaning.com.au  Contact form work has done   created in Proj:Nuvista Web by mostafij', 0),
+(2780, 23, 'Task:(http://kscleaning.com.au  Contact form work has done   created in Proj:Nuvista Web by mostafij', 1),
+(2781, 39, 'Task:(http://kscleaning.com.au  Contact form work has done   created in Proj:Nuvista Web by mostafij', 1),
+(2782, 32, 'Task:(http://kscleaning.com.au  Contact form work has done   created in Proj:Nuvista Web by mostafij', 1),
+(2783, 2, 'Task:WP update: see also TABLE WRITTING TAB line 42 and 118 created in Proj:Wake Board by Shamme Zeba', 0),
+(2784, 23, 'Task:WP update: see also TABLE WRITTING TAB line 42 and 118 created in Proj:Wake Board by Shamme Zeba', 1),
+(2785, 39, 'Task:WP update: see also TABLE WRITTING TAB line 42 and 118 created in Proj:Wake Board by Shamme Zeba', 1),
+(2786, 17, 'Task:WP update: see also TABLE WRITTING TAB line 42 and 118 created in Proj:Wake Board by Shamme Zeba', 1),
+(2787, 2, 'Task:http://summitcommunications.net created in Proj:Demo Projects by Maruf Al Bashir ', 0),
+(2788, 23, 'Task:http://summitcommunications.net created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2789, 39, 'Task:http://summitcommunications.net created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2790, 17, 'Task:http://summitcommunications.net created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2791, 2, 'Task:User Roles and Permissions created in Proj:Admin Panel by Md. Tanjim Al Akib', 0),
+(2792, 23, 'Task:User Roles and Permissions created in Proj:Admin Panel by Md. Tanjim Al Akib', 1),
+(2793, 39, 'Task:User Roles and Permissions created in Proj:Admin Panel by Md. Tanjim Al Akib', 1),
+(2794, 17, 'Task:User Roles and Permissions created in Proj:Admin Panel by Md. Tanjim Al Akib', 1),
+(2795, 2, 'Task:http://localhost/nuvista/products.html# created in Proj:Nuvista Web by mostafij', 0),
+(2796, 23, 'Task:http://localhost/nuvista/products.html# created in Proj:Nuvista Web by mostafij', 1),
+(2797, 39, 'Task:http://localhost/nuvista/products.html# created in Proj:Nuvista Web by mostafij', 1),
+(2798, 32, 'Task:http://localhost/nuvista/products.html# created in Proj:Nuvista Web by mostafij', 1),
+(2799, 2, 'Task:summit.net created in Proj:Demo Projects by Maruf Al Bashir ', 0),
+(2800, 23, 'Task:summit.net created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2801, 39, 'Task:summit.net created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2802, 17, 'Task:summit.net created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2803, 2, 'Task:Remove SEARCH button created in Proj:Wake Board by Shamme Zeba', 0),
+(2804, 23, 'Task:Remove SEARCH button created in Proj:Wake Board by Shamme Zeba', 1),
+(2805, 39, 'Task:Remove SEARCH button created in Proj:Wake Board by Shamme Zeba', 1),
+(2806, 17, 'Task:Remove SEARCH button created in Proj:Wake Board by Shamme Zeba', 1),
+(2807, 2, 'A comment added in Task:Clients Page of Proj:Design Tasks by Sabuj Maksud', 0),
+(2808, 23, 'A comment added in Task:Clients Page of Proj:Design Tasks by Sabuj Maksud', 1),
+(2809, 39, 'A comment added in Task:Clients Page of Proj:Design Tasks by Sabuj Maksud', 1),
+(2810, 17, 'A comment added in Task:Clients Page of Proj:Design Tasks by Sabuj Maksud', 1),
+(2811, 2, 'Task:Contact Us page created in Proj:Design Tasks by Sabuj Maksud', 0),
+(2812, 23, 'Task:Contact Us page created in Proj:Design Tasks by Sabuj Maksud', 1),
+(2813, 39, 'Task:Contact Us page created in Proj:Design Tasks by Sabuj Maksud', 1),
+(2814, 17, 'Task:Contact Us page created in Proj:Design Tasks by Sabuj Maksud', 1),
+(2815, 2, 'Sabuj Maksud assigned in Task:Contact Us page of Proj:Design Tasks by Sabuj Maksud', 0),
+(2816, 23, 'Sabuj Maksud assigned in Task:Contact Us page of Proj:Design Tasks by Sabuj Maksud', 1),
+(2817, 39, 'Sabuj Maksud assigned in Task:Contact Us page of Proj:Design Tasks by Sabuj Maksud', 1),
+(2818, 2, 'Task:no SESSION SIGNUP adaptation after canceling rider created in Proj:Wake Board by Shamme Zeba', 0),
+(2819, 23, 'Task:no SESSION SIGNUP adaptation after canceling rider created in Proj:Wake Board by Shamme Zeba', 1),
+(2820, 39, 'Task:no SESSION SIGNUP adaptation after canceling rider created in Proj:Wake Board by Shamme Zeba', 1);
+INSERT INTO `notification` (`id`, `user_id`, `msg`, `status`) VALUES
+(2821, 17, 'Task:no SESSION SIGNUP adaptation after canceling rider created in Proj:Wake Board by Shamme Zeba', 1),
+(2822, 2, 'Task:JOB post (05/03/2017) created in Proj:Studypress Jobs by Shumon ', 0),
+(2823, 23, 'Task:JOB post (05/03/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2824, 39, 'Task:JOB post (05/03/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2825, 17, 'Task:JOB post (05/03/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2826, 2, 'Task:Link missing (see CSV_Lists TAB) created in Proj:Wake Board by Shamme Zeba', 0),
+(2827, 23, 'Task:Link missing (see CSV_Lists TAB) created in Proj:Wake Board by Shamme Zeba', 1),
+(2828, 39, 'Task:Link missing (see CSV_Lists TAB) created in Proj:Wake Board by Shamme Zeba', 1),
+(2829, 17, 'Task:Link missing (see CSV_Lists TAB) created in Proj:Wake Board by Shamme Zeba', 1),
+(2830, 2, 'Task:Link missing (see CSV_Lists TAB) created in Proj:Wake Board by Shamme Zeba', 0),
+(2831, 23, 'Task:Link missing (see CSV_Lists TAB) created in Proj:Wake Board by Shamme Zeba', 1),
+(2832, 39, 'Task:Link missing (see CSV_Lists TAB) created in Proj:Wake Board by Shamme Zeba', 1),
+(2833, 17, 'Task:Link missing (see CSV_Lists TAB) created in Proj:Wake Board by Shamme Zeba', 1),
+(2834, 2, 'Task:CREATE USER LIST with ws_riders AND ws_wakepoints created in Proj:Wake Board by Shamme Zeba', 0),
+(2835, 23, 'Task:CREATE USER LIST with ws_riders AND ws_wakepoints created in Proj:Wake Board by Shamme Zeba', 1),
+(2836, 39, 'Task:CREATE USER LIST with ws_riders AND ws_wakepoints created in Proj:Wake Board by Shamme Zeba', 1),
+(2837, 17, 'Task:CREATE USER LIST with ws_riders AND ws_wakepoints created in Proj:Wake Board by Shamme Zeba', 1),
+(2838, 2, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by Maruf Al Bashir ', 0),
+(2839, 23, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2840, 39, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2841, 17, 'Task:http://summitcommunications.net/ created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2842, 2, 'Sabuj Maksud assigned in Task:Contact Us page of Proj:Design Tasks by Sabuj Maksud', 0),
+(2843, 23, 'Sabuj Maksud assigned in Task:Contact Us page of Proj:Design Tasks by Sabuj Maksud', 1),
+(2844, 39, 'Sabuj Maksud assigned in Task:Contact Us page of Proj:Design Tasks by Sabuj Maksud', 1),
+(2845, 2, 'A comment added in Task:Contact Us page of Proj:Design Tasks by Sabuj Maksud', 0),
+(2846, 23, 'A comment added in Task:Contact Us page of Proj:Design Tasks by Sabuj Maksud', 1),
+(2847, 39, 'A comment added in Task:Contact Us page of Proj:Design Tasks by Sabuj Maksud', 1),
+(2848, 17, 'A comment added in Task:Contact Us page of Proj:Design Tasks by Sabuj Maksud', 1),
+(2849, 2, 'Task:http://localhost/nuvista/products.html created in Proj:Nuvista Web by mostafij', 0),
+(2850, 23, 'Task:http://localhost/nuvista/products.html created in Proj:Nuvista Web by mostafij', 1),
+(2851, 39, 'Task:http://localhost/nuvista/products.html created in Proj:Nuvista Web by mostafij', 1),
+(2852, 32, 'Task:http://localhost/nuvista/products.html created in Proj:Nuvista Web by mostafij', 1),
+(2853, 2, 'Task:Brands Page Design created in Proj:Design Tasks by Sabuj Maksud', 0),
+(2854, 23, 'Task:Brands Page Design created in Proj:Design Tasks by Sabuj Maksud', 1),
+(2855, 39, 'Task:Brands Page Design created in Proj:Design Tasks by Sabuj Maksud', 1),
+(2856, 17, 'Task:Brands Page Design created in Proj:Design Tasks by Sabuj Maksud', 1),
+(2857, 2, 'Task:Services Page created in Proj:Design Tasks by Sabuj Maksud', 0),
+(2858, 23, 'Task:Services Page created in Proj:Design Tasks by Sabuj Maksud', 1),
+(2859, 39, 'Task:Services Page created in Proj:Design Tasks by Sabuj Maksud', 1),
+(2860, 17, 'Task:Services Page created in Proj:Design Tasks by Sabuj Maksud', 1),
+(2861, 2, 'Task:Spare Parts Page created in Proj:Design Tasks by Sabuj Maksud', 0),
+(2862, 23, 'Task:Spare Parts Page created in Proj:Design Tasks by Sabuj Maksud', 1),
+(2863, 39, 'Task:Spare Parts Page created in Proj:Design Tasks by Sabuj Maksud', 1),
+(2864, 17, 'Task:Spare Parts Page created in Proj:Design Tasks by Sabuj Maksud', 1),
+(2865, 2, 'Task:Career page Layout created in Proj:Design Tasks by Sabuj Maksud', 0),
+(2866, 23, 'Task:Career page Layout created in Proj:Design Tasks by Sabuj Maksud', 1),
+(2867, 39, 'Task:Career page Layout created in Proj:Design Tasks by Sabuj Maksud', 1),
+(2868, 17, 'Task:Career page Layout created in Proj:Design Tasks by Sabuj Maksud', 1),
+(2869, 23, 'Md. Tanjim Al Akib assigned in Task:User Management of Proj:Admin Panel by admin', 1),
+(2870, 39, 'Md. Tanjim Al Akib assigned in Task:User Management of Proj:Admin Panel by admin', 1),
+(2871, 44, 'You assigned in Task:User Management of Proj:Admin Panel by admin', 0),
+(2872, 23, 'Md. Tanjim Al Akib assigned in Task:Activity Record of Proj:Admin Panel by admin', 1),
+(2873, 39, 'Md. Tanjim Al Akib assigned in Task:Activity Record of Proj:Admin Panel by admin', 1),
+(2874, 44, 'You assigned in Task:Activity Record of Proj:Admin Panel by admin', 0),
+(2875, 2, 'Shamim assigned as a PM in Proj:Admin Panel by admin', 0),
+(2876, 23, 'Shamim assigned as a PM in Proj:Admin Panel by admin', 1),
+(2877, 39, 'Shamim assigned as a PM in Proj:Admin Panel by admin', 1),
+(2878, 23, 'Shamim assigned as a PM in Proj:Admin Panel by admin', 1),
+(2879, 28, 'Shamim assigned as a PM in Proj:Admin Panel by admin', 0),
+(2880, 39, 'Shamim assigned as a PM in Proj:Admin Panel by admin', 1),
+(2881, 44, 'Shamim assigned as a PM in Proj:Admin Panel by admin', 0),
+(2882, 2, 'Task:w3 error checking created in Proj:Demo Projects by Maruf Al Bashir ', 0),
+(2883, 23, 'Task:w3 error checking created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2884, 39, 'Task:w3 error checking created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2885, 17, 'Task:w3 error checking created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2886, 2, 'Task:w3 validition http://summitcommunications.net created in Proj:Demo Projects by Maruf Al Bashir ', 0),
+(2887, 23, 'Task:w3 validition http://summitcommunications.net created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2888, 39, 'Task:w3 validition http://summitcommunications.net created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2889, 17, 'Task:w3 validition http://summitcommunications.net created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2890, 2, 'A comment added in Task:Services Page of Proj:Design Tasks by Sabuj Maksud', 0),
+(2891, 23, 'A comment added in Task:Services Page of Proj:Design Tasks by Sabuj Maksud', 1),
+(2892, 39, 'A comment added in Task:Services Page of Proj:Design Tasks by Sabuj Maksud', 1),
+(2893, 17, 'A comment added in Task:Services Page of Proj:Design Tasks by Sabuj Maksud', 1),
+(2894, 2, 'A comment added in Task:Services Page of Proj:Design Tasks by Sabuj Maksud', 0),
+(2895, 23, 'A comment added in Task:Services Page of Proj:Design Tasks by Sabuj Maksud', 1),
+(2896, 39, 'A comment added in Task:Services Page of Proj:Design Tasks by Sabuj Maksud', 1),
+(2897, 17, 'A comment added in Task:Services Page of Proj:Design Tasks by Sabuj Maksud', 1),
+(2898, 2, 'A comment added in Task:Brands Page Design of Proj:Design Tasks by Sabuj Maksud', 0),
+(2899, 23, 'A comment added in Task:Brands Page Design of Proj:Design Tasks by Sabuj Maksud', 1),
+(2900, 39, 'A comment added in Task:Brands Page Design of Proj:Design Tasks by Sabuj Maksud', 1),
+(2901, 17, 'A comment added in Task:Brands Page Design of Proj:Design Tasks by Sabuj Maksud', 1),
+(2902, 2, 'Task:JOB post (07/03/2017) created in Proj:Studypress Jobs by Shumon ', 0),
+(2903, 23, 'Task:JOB post (07/03/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2904, 39, 'Task:JOB post (07/03/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2905, 17, 'Task:JOB post (07/03/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(2906, 2, 'Task:Wordpress Theme  created in Proj:Demo Projects by Maruf Al Bashir ', 0),
+(2907, 23, 'Task:Wordpress Theme  created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2908, 39, 'Task:Wordpress Theme  created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2909, 17, 'Task:Wordpress Theme  created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2910, 23, 'Md. Tanjim Al Akib assigned in Task:Contact Form Details of Proj:Admin Panel by admin', 1),
+(2911, 39, 'Md. Tanjim Al Akib assigned in Task:Contact Form Details of Proj:Admin Panel by admin', 1),
+(2912, 44, 'You assigned in Task:Contact Form Details of Proj:Admin Panel by admin', 0),
+(2913, 23, 'Md. Tanjim Al Akib assigned in Task:Contact Form Details of Proj:Admin Panel by admin', 1),
+(2914, 39, 'Md. Tanjim Al Akib assigned in Task:Contact Form Details of Proj:Admin Panel by admin', 1),
+(2915, 44, 'You assigned in Task:Contact Form Details of Proj:Admin Panel by admin', 0),
+(2916, 23, 'Md. Tanjim Al Akib assigned in Task:Contact Form Details of Proj:Admin Panel by admin', 1),
+(2917, 39, 'Md. Tanjim Al Akib assigned in Task:Contact Form Details of Proj:Admin Panel by admin', 1),
+(2918, 44, 'You assigned in Task:Contact Form Details of Proj:Admin Panel by admin', 0),
+(2919, 23, 'Md. Tanjim Al Akib assigned in Task:Slider Management of Proj:Admin Panel by admin', 1),
+(2920, 39, 'Md. Tanjim Al Akib assigned in Task:Slider Management of Proj:Admin Panel by admin', 1),
+(2921, 44, 'You assigned in Task:Slider Management of Proj:Admin Panel by admin', 0),
+(2922, 23, 'Md. Tanjim Al Akib assigned in Task:Testimonial Management of Proj:Admin Panel by admin', 1),
+(2923, 39, 'Md. Tanjim Al Akib assigned in Task:Testimonial Management of Proj:Admin Panel by admin', 1),
+(2924, 44, 'You assigned in Task:Testimonial Management of Proj:Admin Panel by admin', 0),
+(2925, 23, 'Md. Tanjim Al Akib assigned in Task:Client Management of Proj:Admin Panel by admin', 1),
+(2926, 39, 'Md. Tanjim Al Akib assigned in Task:Client Management of Proj:Admin Panel by admin', 1),
+(2927, 44, 'You assigned in Task:Client Management of Proj:Admin Panel by admin', 0),
+(2928, 23, 'Helal Mohammad assigned in Task:Event Management of Proj:Admin Panel by admin', 1),
+(2929, 39, 'Helal Mohammad assigned in Task:Event Management of Proj:Admin Panel by admin', 1),
+(2930, 23, 'You assigned in Task:Event Management of Proj:Admin Panel by admin', 1),
+(2931, 23, 'Md. Tanjim Al Akib assigned in Task:Event Management of Proj:Admin Panel by admin', 1),
+(2932, 39, 'Md. Tanjim Al Akib assigned in Task:Event Management of Proj:Admin Panel by admin', 1),
+(2933, 44, 'You assigned in Task:Event Management of Proj:Admin Panel by admin', 0),
+(2934, 23, 'Md. Tanjim Al Akib assigned in Task:Event Management of Proj:Admin Panel by admin', 1),
+(2935, 39, 'Md. Tanjim Al Akib assigned in Task:Event Management of Proj:Admin Panel by admin', 1),
+(2936, 44, 'You assigned in Task:Event Management of Proj:Admin Panel by admin', 0),
+(2937, 23, 'Md. Tanjim Al Akib assigned in Task:Products of Proj:Admin Panel by admin', 1),
+(2938, 39, 'Md. Tanjim Al Akib assigned in Task:Products of Proj:Admin Panel by admin', 1),
+(2939, 44, 'You assigned in Task:Products of Proj:Admin Panel by admin', 0),
+(2940, 23, 'Md. Tanjim Al Akib assigned in Task:Services of Proj:Admin Panel by admin', 1),
+(2941, 39, 'Md. Tanjim Al Akib assigned in Task:Services of Proj:Admin Panel by admin', 1),
+(2942, 44, 'You assigned in Task:Services of Proj:Admin Panel by admin', 0),
+(2943, 23, 'Md. Tanjim Al Akib assigned in Task:Blog of Proj:Admin Panel by admin', 1),
+(2944, 39, 'Md. Tanjim Al Akib assigned in Task:Blog of Proj:Admin Panel by admin', 1),
+(2945, 44, 'You assigned in Task:Blog of Proj:Admin Panel by admin', 0),
+(2946, 23, 'Md. Tanjim Al Akib assigned in Task:Blog of Proj:Admin Panel by admin', 1),
+(2947, 39, 'Md. Tanjim Al Akib assigned in Task:Blog of Proj:Admin Panel by admin', 1),
+(2948, 44, 'You assigned in Task:Blog of Proj:Admin Panel by admin', 0),
+(2949, 23, 'Md. Tanjim Al Akib assigned in Task:NewsLetter of Proj:Admin Panel by admin', 1),
+(2950, 39, 'Md. Tanjim Al Akib assigned in Task:NewsLetter of Proj:Admin Panel by admin', 1),
+(2951, 44, 'You assigned in Task:NewsLetter of Proj:Admin Panel by admin', 0),
+(2952, 23, 'Md. Tanjim Al Akib assigned in Task:Social Icons of Proj:Admin Panel by admin', 1),
+(2953, 39, 'Md. Tanjim Al Akib assigned in Task:Social Icons of Proj:Admin Panel by admin', 1),
+(2954, 44, 'You assigned in Task:Social Icons of Proj:Admin Panel by admin', 0),
+(2955, 23, 'Md. Tanjim Al Akib assigned in Task:Static Pages of Proj:Admin Panel by admin', 1),
+(2956, 39, 'Md. Tanjim Al Akib assigned in Task:Static Pages of Proj:Admin Panel by admin', 1),
+(2957, 44, 'You assigned in Task:Static Pages of Proj:Admin Panel by admin', 0),
+(2958, 2, 'Task:App crash Resuming created in Proj:Wake Board by Shamme Zeba', 0),
+(2959, 23, 'Task:App crash Resuming created in Proj:Wake Board by Shamme Zeba', 1),
+(2960, 39, 'Task:App crash Resuming created in Proj:Wake Board by Shamme Zeba', 1),
+(2961, 17, 'Task:App crash Resuming created in Proj:Wake Board by Shamme Zeba', 1),
+(2962, 2, 'Task:Nuvista news page created in Proj:Demo Projects by Maruf Al Bashir ', 0),
+(2963, 23, 'Task:Nuvista news page created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2964, 39, 'Task:Nuvista news page created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2965, 17, 'Task:Nuvista news page created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2966, 23, 'Task:Invoice System created in Proj:Task Management by admin', 1),
+(2967, 39, 'Task:Invoice System created in Proj:Task Management by admin', 1),
+(2968, 17, 'Task:Invoice System created in Proj:Task Management by admin', 1),
+(2969, 31, 'Task:Invoice System created in Proj:Task Management by admin', 1),
+(2970, 27, 'Task:Invoice System created in Proj:Task Management by admin', 0),
+(2971, 28, 'Task:Invoice System created in Proj:Task Management by admin', 0),
+(2972, 23, 'Shamim assigned in Task:Invoice System of Proj:Task Management by admin', 1),
+(2973, 39, 'Shamim assigned in Task:Invoice System of Proj:Task Management by admin', 1),
+(2974, 28, 'You assigned in Task:Invoice System of Proj:Task Management by admin', 0),
+(2975, 2, 'Task:User Editing created in Proj:Wake Board by Shamme Zeba', 0),
+(2976, 23, 'Task:User Editing created in Proj:Wake Board by Shamme Zeba', 1),
+(2977, 39, 'Task:User Editing created in Proj:Wake Board by Shamme Zeba', 1),
+(2978, 17, 'Task:User Editing created in Proj:Wake Board by Shamme Zeba', 1),
+(2979, 2, 'A comment added in Task:Career page Layout of Proj:Design Tasks by Sabuj Maksud', 0),
+(2980, 23, 'A comment added in Task:Career page Layout of Proj:Design Tasks by Sabuj Maksud', 1),
+(2981, 39, 'A comment added in Task:Career page Layout of Proj:Design Tasks by Sabuj Maksud', 1),
+(2982, 17, 'A comment added in Task:Career page Layout of Proj:Design Tasks by Sabuj Maksud', 1),
+(2983, 2, 'A comment added in Task:Career page Layout of Proj:Design Tasks by Sabuj Maksud', 0),
+(2984, 23, 'A comment added in Task:Career page Layout of Proj:Design Tasks by Sabuj Maksud', 1),
+(2985, 39, 'A comment added in Task:Career page Layout of Proj:Design Tasks by Sabuj Maksud', 1),
+(2986, 17, 'A comment added in Task:Career page Layout of Proj:Design Tasks by Sabuj Maksud', 1),
+(2987, 2, 'Task:Nuvista Theme created in Proj:Demo Projects by Maruf Al Bashir ', 0),
+(2988, 23, 'Task:Nuvista Theme created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2989, 39, 'Task:Nuvista Theme created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2990, 17, 'Task:Nuvista Theme created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2991, 2, 'Task:Testing user editing created in Proj:Wake Board by Shamme Zeba', 0),
+(2992, 23, 'Task:Testing user editing created in Proj:Wake Board by Shamme Zeba', 1),
+(2993, 39, 'Task:Testing user editing created in Proj:Wake Board by Shamme Zeba', 1),
+(2994, 17, 'Task:Testing user editing created in Proj:Wake Board by Shamme Zeba', 1),
+(2995, 2, 'Task:Nuvist CAREERS Page created in Proj:Demo Projects by Maruf Al Bashir ', 0),
+(2996, 23, 'Task:Nuvist CAREERS Page created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2997, 39, 'Task:Nuvist CAREERS Page created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2998, 17, 'Task:Nuvist CAREERS Page created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(2999, 2, 'A comment added in Task:Spare Parts Page of Proj:Design Tasks by Sabuj Maksud', 0),
+(3000, 23, 'A comment added in Task:Spare Parts Page of Proj:Design Tasks by Sabuj Maksud', 1),
+(3001, 39, 'A comment added in Task:Spare Parts Page of Proj:Design Tasks by Sabuj Maksud', 1),
+(3002, 17, 'A comment added in Task:Spare Parts Page of Proj:Design Tasks by Sabuj Maksud', 1),
+(3003, 2, 'Task:Nuvista contact.html created in Proj:Demo Projects by Maruf Al Bashir ', 0),
+(3004, 23, 'Task:Nuvista contact.html created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(3005, 39, 'Task:Nuvista contact.html created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(3006, 17, 'Task:Nuvista contact.html created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(3007, 2, 'Task:http://revinr.com/edu_mob/ created in Proj:Demo Projects by mostafij', 0),
+(3008, 23, 'Task:http://revinr.com/edu_mob/ created in Proj:Demo Projects by mostafij', 1),
+(3009, 39, 'Task:http://revinr.com/edu_mob/ created in Proj:Demo Projects by mostafij', 1),
+(3010, 17, 'Task:http://revinr.com/edu_mob/ created in Proj:Demo Projects by mostafij', 1),
+(3011, 2, 'Task: http://www.revinr.com/nuvista/  created in Proj:Demo Projects by mostafij', 0),
+(3012, 23, 'Task: http://www.revinr.com/nuvista/  created in Proj:Demo Projects by mostafij', 1),
+(3013, 39, 'Task: http://www.revinr.com/nuvista/  created in Proj:Demo Projects by mostafij', 1),
+(3014, 17, 'Task: http://www.revinr.com/nuvista/  created in Proj:Demo Projects by mostafij', 1),
+(3015, 2, 'Task:Owl Carousel Slider created in Proj:Demo Projects by Maruf Al Bashir ', 0),
+(3016, 23, 'Task:Owl Carousel Slider created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(3017, 39, 'Task:Owl Carousel Slider created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(3018, 17, 'Task:Owl Carousel Slider created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(3019, 2, 'Task:Flex Slider For Nuvista created in Proj:Demo Projects by Maruf Al Bashir ', 0),
+(3020, 23, 'Task:Flex Slider For Nuvista created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(3021, 39, 'Task:Flex Slider For Nuvista created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(3022, 17, 'Task:Flex Slider For Nuvista created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(3023, 23, 'Task:Agro based ecommerce HTML removed from Proj:Kamrul Project by admin', 1),
+(3024, 39, 'Task:Agro based ecommerce HTML removed from Proj:Kamrul Project by admin', 1),
+(3025, 40, 'Task:Agro based ecommerce HTML removed from Proj:Kamrul Project by admin', 1),
+(3026, 23, 'Task:Accident - Website removed from Proj:Demo Projects by admin', 1),
+(3027, 39, 'Task:Accident - Website removed from Proj:Demo Projects by admin', 1),
+(3028, 18, 'Task:Accident - Website removed from Proj:Demo Projects by admin', 0),
+(3029, 25, 'Task:Accident - Website removed from Proj:Demo Projects by admin', 1),
+(3030, 41, 'Task:Accident - Website removed from Proj:Demo Projects by admin', 0),
+(3031, 23, 'Task:Wordpress Theme  removed from Proj:Demo Projects by admin', 1),
+(3032, 39, 'Task:Wordpress Theme  removed from Proj:Demo Projects by admin', 1),
+(3033, 18, 'Task:Wordpress Theme  removed from Proj:Demo Projects by admin', 0),
+(3034, 25, 'Task:Wordpress Theme  removed from Proj:Demo Projects by admin', 1),
+(3035, 41, 'Task:Wordpress Theme  removed from Proj:Demo Projects by admin', 0),
+(3036, 23, 'Task: http://www.revinr.com/nuvista/  removed from Proj:Demo Projects by admin', 1),
+(3037, 39, 'Task: http://www.revinr.com/nuvista/  removed from Proj:Demo Projects by admin', 1),
+(3038, 18, 'Task: http://www.revinr.com/nuvista/  removed from Proj:Demo Projects by admin', 0),
+(3039, 25, 'Task: http://www.revinr.com/nuvista/  removed from Proj:Demo Projects by admin', 1),
+(3040, 41, 'Task: http://www.revinr.com/nuvista/  removed from Proj:Demo Projects by admin', 0),
+(3041, 23, 'Task:Owl Carousel Slider removed from Proj:Demo Projects by admin', 1),
+(3042, 39, 'Task:Owl Carousel Slider removed from Proj:Demo Projects by admin', 1),
+(3043, 18, 'Task:Owl Carousel Slider removed from Proj:Demo Projects by admin', 0),
+(3044, 25, 'Task:Owl Carousel Slider removed from Proj:Demo Projects by admin', 1),
+(3045, 41, 'Task:Owl Carousel Slider removed from Proj:Demo Projects by admin', 0),
+(3046, 2, 'Task:Nuvista created in Proj:Demo Projects by Maruf Al Bashir ', 0),
+(3047, 23, 'Task:Nuvista created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(3048, 39, 'Task:Nuvista created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(3049, 17, 'Task:Nuvista created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(3050, 2, 'Task:http://revinr.com/nuvista/ created in Proj:Nuvista Web by mostafij', 0),
+(3051, 23, 'Task:http://revinr.com/nuvista/ created in Proj:Nuvista Web by mostafij', 1),
+(3052, 39, 'Task:http://revinr.com/nuvista/ created in Proj:Nuvista Web by mostafij', 1),
+(3053, 32, 'Task:http://revinr.com/nuvista/ created in Proj:Nuvista Web by mostafij', 1),
+(3054, 2, 'Proj: StyleCraft Web created by admin', 0),
+(3055, 23, 'Proj: StyleCraft Web created by admin', 1),
+(3056, 39, 'Proj: StyleCraft Web created by admin', 1),
+(3057, 23, 'Task:Emailing created in Proj:Task Management by admin', 1),
+(3058, 39, 'Task:Emailing created in Proj:Task Management by admin', 1),
+(3059, 17, 'Task:Emailing created in Proj:Task Management by admin', 1),
+(3060, 31, 'Task:Emailing created in Proj:Task Management by admin', 1),
+(3061, 27, 'Task:Emailing created in Proj:Task Management by admin', 1),
+(3062, 28, 'Task:Emailing created in Proj:Task Management by admin', 0),
+(3063, 23, 'A comment added in Task:Emailing of Proj:Task Management by admin', 1),
+(3064, 39, 'A comment added in Task:Emailing of Proj:Task Management by admin', 1),
+(3065, 0, 'A comment added in Task:Emailing of Proj:Task Management by admin', 1),
+(3066, 17, 'A comment added in Task:Emailing of Proj:Task Management by admin', 1),
+(3067, 23, 'A comment added in Task:Emailing of Proj:Task Management by admin', 1),
+(3068, 39, 'A comment added in Task:Emailing of Proj:Task Management by admin', 1),
+(3069, 0, 'A comment added in Task:Emailing of Proj:Task Management by admin', 1),
+(3070, 17, 'A comment added in Task:Emailing of Proj:Task Management by admin', 1),
+(3071, 2, 'Alamgir Hossain Suzon assigned in Proj:StyleCraft Web by admin', 0),
+(3072, 23, 'Alamgir Hossain Suzon assigned in Proj:StyleCraft Web by admin', 1),
+(3073, 39, 'Alamgir Hossain Suzon assigned in Proj:StyleCraft Web by admin', 1),
+(3074, 45, 'You assigned in Proj:StyleCraft Web by admin', 1),
+(3075, 2, 'Task:Property Lift created in Proj:Demo Projects by Maruf Al Bashir ', 0),
+(3076, 23, 'Task:Property Lift created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(3077, 39, 'Task:Property Lift created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(3078, 17, 'Task:Property Lift created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(3079, 2, 'mostafij assigned in Proj:Eduaid by admin', 0),
+(3080, 23, 'mostafij assigned in Proj:Eduaid by admin', 1),
+(3081, 39, 'mostafij assigned in Proj:Eduaid by admin', 1),
+(3082, 18, 'You assigned in Proj:Eduaid by admin', 0),
+(3083, 2, 'Shamim assigned in Proj:Eduaid by admin', 0),
+(3084, 23, 'Shamim assigned in Proj:Eduaid by admin', 1),
+(3085, 39, 'Shamim assigned in Proj:Eduaid by admin', 1),
+(3086, 28, 'You assigned in Proj:Eduaid by admin', 0),
+(3087, 23, 'Task:Eduaid mobile version created in Proj:Eduaid by admin', 1),
+(3088, 39, 'Task:Eduaid mobile version created in Proj:Eduaid by admin', 1),
+(3089, 18, 'Task:Eduaid mobile version created in Proj:Eduaid by admin', 0),
+(3090, 28, 'Task:Eduaid mobile version created in Proj:Eduaid by admin', 0),
+(3091, 23, 'Task:Eduaid mobile version shamim vai created in Proj:Eduaid by admin', 1),
+(3092, 39, 'Task:Eduaid mobile version shamim vai created in Proj:Eduaid by admin', 1),
+(3093, 18, 'Task:Eduaid mobile version shamim vai created in Proj:Eduaid by admin', 0),
+(3094, 28, 'Task:Eduaid mobile version shamim vai created in Proj:Eduaid by admin', 0),
+(3095, 2, 'Task:http://revinr.com/nuvista/ created in Proj:Nuvista Web by mostafij', 0),
+(3096, 23, 'Task:http://revinr.com/nuvista/ created in Proj:Nuvista Web by mostafij', 1),
+(3097, 39, 'Task:http://revinr.com/nuvista/ created in Proj:Nuvista Web by mostafij', 1),
+(3098, 32, 'Task:http://revinr.com/nuvista/ created in Proj:Nuvista Web by mostafij', 1),
+(3099, 2, 'Task:working on user editing webservice created in Proj:Wake Board by Shamme Zeba', 0),
+(3100, 23, 'Task:working on user editing webservice created in Proj:Wake Board by Shamme Zeba', 1),
+(3101, 39, 'Task:working on user editing webservice created in Proj:Wake Board by Shamme Zeba', 1),
+(3102, 17, 'Task:working on user editing webservice created in Proj:Wake Board by Shamme Zeba', 1),
+(3103, 2, 'Task:Working on Dispo Session created in Proj:Wake Board by Shamme Zeba', 0),
+(3104, 23, 'Task:Working on Dispo Session created in Proj:Wake Board by Shamme Zeba', 1),
+(3105, 39, 'Task:Working on Dispo Session created in Proj:Wake Board by Shamme Zeba', 1),
+(3106, 17, 'Task:Working on Dispo Session created in Proj:Wake Board by Shamme Zeba', 1),
+(3107, 23, 'Shamim assigned in Task:Exam ?????? ??? ????? ????? ????? ???? ???? Ans. Count ?? of Proj:StudyPress Bug by admin', 1),
+(3108, 39, 'Shamim assigned in Task:Exam ?????? ??? ????? ????? ????? ???? ???? Ans. Count ?? of Proj:StudyPress Bug by admin', 1),
+(3109, 28, 'You assigned in Task:Exam ?????? ??? ????? ????? ????? ???? ???? Ans. Count ?? of Proj:StudyPress Bug by admin', 0),
+(3110, 23, 'Shamim assigned in Task:Exam ?????? ??? ????? ????? ????? ???? ???? Ans. Count ?? of Proj:StudyPress Bug by admin', 1),
+(3111, 39, 'Shamim assigned in Task:Exam ?????? ??? ????? ????? ????? ???? ???? Ans. Count ?? of Proj:StudyPress Bug by admin', 1),
+(3112, 28, 'You assigned in Task:Exam ?????? ??? ????? ????? ????? ???? ???? Ans. Count ?? of Proj:StudyPress Bug by admin', 0),
+(3113, 23, 'Task:Manage Company Info created in Proj:StudyPress Bug by admin', 1),
+(3114, 39, 'Task:Manage Company Info created in Proj:StudyPress Bug by admin', 1),
+(3115, 20, 'Task:Manage Company Info created in Proj:StudyPress Bug by admin', 0),
+(3116, 21, 'Task:Manage Company Info created in Proj:StudyPress Bug by admin', 0),
+(3117, 22, 'Task:Manage Company Info created in Proj:StudyPress Bug by admin', 1),
+(3118, 26, 'Task:Manage Company Info created in Proj:StudyPress Bug by admin', 1),
+(3119, 28, 'Task:Manage Company Info created in Proj:StudyPress Bug by admin', 0),
+(3120, 23, 'Task:Manage Company Info created in Proj:StudyPress Bug by admin', 1),
+(3121, 23, 'Task:Job Section created in Proj:StudyPress Bug by admin', 1),
+(3122, 39, 'Task:Job Section created in Proj:StudyPress Bug by admin', 1),
+(3123, 20, 'Task:Job Section created in Proj:StudyPress Bug by admin', 0),
+(3124, 21, 'Task:Job Section created in Proj:StudyPress Bug by admin', 0),
+(3125, 22, 'Task:Job Section created in Proj:StudyPress Bug by admin', 1),
+(3126, 26, 'Task:Job Section created in Proj:StudyPress Bug by admin', 1),
+(3127, 28, 'Task:Job Section created in Proj:StudyPress Bug by admin', 0),
+(3128, 23, 'Task:Job Section created in Proj:StudyPress Bug by admin', 1),
+(3129, 23, 'Shamim assigned in Task:Job Section of Proj:StudyPress Bug by admin', 1),
+(3130, 39, 'Shamim assigned in Task:Job Section of Proj:StudyPress Bug by admin', 1),
+(3131, 28, 'You assigned in Task:Job Section of Proj:StudyPress Bug by admin', 0),
+(3132, 2, 'Task:JOB post (15/03/2017) created in Proj:Studypress Jobs by Shumon ', 0),
+(3133, 23, 'Task:JOB post (15/03/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(3134, 39, 'Task:JOB post (15/03/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(3135, 17, 'Task:JOB post (15/03/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(3136, 2, 'Task:Working on Dispo Session created in Proj:Wake Board by Shamme Zeba', 0),
+(3137, 23, 'Task:Working on Dispo Session created in Proj:Wake Board by Shamme Zeba', 1),
+(3138, 39, 'Task:Working on Dispo Session created in Proj:Wake Board by Shamme Zeba', 1),
+(3139, 17, 'Task:Working on Dispo Session created in Proj:Wake Board by Shamme Zeba', 1),
+(3140, 2, 'Task:http://localhost/summitcommunications/ created in Proj:Demo Projects by mostafij', 0),
+(3141, 2, 'Task:JOB post (16/03/2017) created in Proj:Studypress Jobs by Shumon ', 0),
+(3142, 23, 'Task:http://localhost/summitcommunications/ created in Proj:Demo Projects by mostafij', 1),
+(3143, 23, 'Task:JOB post (16/03/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(3144, 39, 'Task:http://localhost/summitcommunications/ created in Proj:Demo Projects by mostafij', 1),
+(3145, 39, 'Task:JOB post (16/03/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(3146, 17, 'Task:http://localhost/summitcommunications/ created in Proj:Demo Projects by mostafij', 1),
+(3147, 17, 'Task:JOB post (16/03/2017) created in Proj:Studypress Jobs by Shumon ', 1),
+(3148, 2, 'Task:Testing Dispo session created in Proj:Wake Board by Shamme Zeba', 0),
+(3149, 23, 'Task:Testing Dispo session created in Proj:Wake Board by Shamme Zeba', 1),
+(3150, 39, 'Task:Testing Dispo session created in Proj:Wake Board by Shamme Zeba', 1),
+(3151, 17, 'Task:Testing Dispo session created in Proj:Wake Board by Shamme Zeba', 1),
+(3152, 2, 'Task:doctors corner.psd created in Proj:Nuvista Web by mostafij', 0),
+(3153, 23, 'Task:doctors corner.psd created in Proj:Nuvista Web by mostafij', 1),
+(3154, 39, 'Task:doctors corner.psd created in Proj:Nuvista Web by mostafij', 1),
+(3155, 32, 'Task:doctors corner.psd created in Proj:Nuvista Web by mostafij', 1),
+(3156, 2, 'Task:http://localhost/summitcommunications/ created in Proj:Demo Projects by mostafij', 0),
+(3157, 23, 'Task:http://localhost/summitcommunications/ created in Proj:Demo Projects by mostafij', 1),
+(3158, 39, 'Task:http://localhost/summitcommunications/ created in Proj:Demo Projects by mostafij', 1),
+(3159, 17, 'Task:http://localhost/summitcommunications/ created in Proj:Demo Projects by mostafij', 1),
+(3160, 2, 'Task:Testing User editing with websevice created in Proj:Wake Board by Shamme Zeba', 0),
+(3161, 23, 'Task:Testing User editing with websevice created in Proj:Wake Board by Shamme Zeba', 1),
+(3162, 39, 'Task:Testing User editing with websevice created in Proj:Wake Board by Shamme Zeba', 1),
+(3163, 17, 'Task:Testing User editing with websevice created in Proj:Wake Board by Shamme Zeba', 1),
+(3164, 2, 'Task:working on App crash Resuming  created in Proj:Wake Board by Shamme Zeba', 0),
+(3165, 23, 'Task:working on App crash Resuming  created in Proj:Wake Board by Shamme Zeba', 1),
+(3166, 39, 'Task:working on App crash Resuming  created in Proj:Wake Board by Shamme Zeba', 1),
+(3167, 17, 'Task:working on App crash Resuming  created in Proj:Wake Board by Shamme Zeba', 1),
+(3168, 23, 'Md. Tanjim Al Akib assigned in Task:Services of Proj:Admin Panel by admin', 1),
+(3169, 39, 'Md. Tanjim Al Akib assigned in Task:Services of Proj:Admin Panel by admin', 1),
+(3170, 44, 'You assigned in Task:Services of Proj:Admin Panel by admin', 0),
+(3171, 2, 'Task:Milestone 3 testing created in Proj:Wake Board by Shamme Zeba', 0),
+(3172, 23, 'Task:Milestone 3 testing created in Proj:Wake Board by Shamme Zeba', 1),
+(3173, 39, 'Task:Milestone 3 testing created in Proj:Wake Board by Shamme Zeba', 1),
+(3174, 17, 'Task:Milestone 3 testing created in Proj:Wake Board by Shamme Zeba', 1),
+(3175, 2, 'revinr assigned in Proj:Eduaid by admin', 0),
+(3176, 23, 'revinr assigned in Proj:Eduaid by admin', 1),
+(3177, 39, 'revinr assigned in Proj:Eduaid by admin', 1),
+(3178, 17, 'You assigned in Proj:Eduaid by admin', 1),
+(3179, 23, 'Task:Desktop Version created in Proj:Eduaid by admin', 1),
+(3180, 39, 'Task:Desktop Version created in Proj:Eduaid by admin', 1),
+(3181, 18, 'Task:Desktop Version created in Proj:Eduaid by admin', 1),
+(3182, 28, 'Task:Desktop Version created in Proj:Eduaid by admin', 0),
+(3183, 17, 'Task:Desktop Version created in Proj:Eduaid by admin', 1),
+(3184, 23, 'Task:Desktop Version created in Proj:Eduaid by admin', 1),
+(3185, 39, 'Task:Desktop Version created in Proj:Eduaid by admin', 1),
+(3186, 18, 'Task:Desktop Version created in Proj:Eduaid by admin', 1),
+(3187, 28, 'Task:Desktop Version created in Proj:Eduaid by admin', 0),
+(3188, 17, 'Task:Desktop Version created in Proj:Eduaid by admin', 1),
+(3189, 23, 'Task:Desktop Version created in Proj:Eduaid by admin', 1),
+(3190, 39, 'Task:Desktop Version created in Proj:Eduaid by admin', 1),
+(3191, 18, 'Task:Desktop Version created in Proj:Eduaid by admin', 1),
+(3192, 28, 'Task:Desktop Version created in Proj:Eduaid by admin', 0),
+(3193, 17, 'Task:Desktop Version created in Proj:Eduaid by admin', 1),
+(3194, 23, 'Task:Desktop Version created in Proj:Eduaid by admin', 1),
+(3195, 39, 'Task:Desktop Version created in Proj:Eduaid by admin', 1),
+(3196, 18, 'Task:Desktop Version created in Proj:Eduaid by admin', 1),
+(3197, 28, 'Task:Desktop Version created in Proj:Eduaid by admin', 0),
+(3198, 17, 'Task:Desktop Version created in Proj:Eduaid by admin', 1),
+(3199, 23, 'Task:5.) occupation dropdown does not shows all options(should add scroll) created in Proj:Eduaid by admin', 1),
+(3200, 39, 'Task:5.) occupation dropdown does not shows all options(should add scroll) created in Proj:Eduaid by admin', 1),
+(3201, 18, 'Task:5.) occupation dropdown does not shows all options(should add scroll) created in Proj:Eduaid by admin', 1),
+(3202, 28, 'Task:5.) occupation dropdown does not shows all options(should add scroll) created in Proj:Eduaid by admin', 0),
+(3203, 17, 'Task:5.) occupation dropdown does not shows all options(should add scroll) created in Proj:Eduaid by admin', 1),
+(3204, 23, 'Task:6.) Desktop version text align center   created in Proj:Eduaid by admin', 1),
+(3205, 39, 'Task:6.) Desktop version text align center   created in Proj:Eduaid by admin', 1),
+(3206, 18, 'Task:6.) Desktop version text align center   created in Proj:Eduaid by admin', 1),
+(3207, 28, 'Task:6.) Desktop version text align center   created in Proj:Eduaid by admin', 0),
+(3208, 17, 'Task:6.) Desktop version text align center   created in Proj:Eduaid by admin', 1),
+(3209, 23, 'Task:7.) newzeland skill migration 3 options off created in Proj:Eduaid by admin', 1),
+(3210, 39, 'Task:7.) newzeland skill migration 3 options off created in Proj:Eduaid by admin', 1),
+(3211, 18, 'Task:7.) newzeland skill migration 3 options off created in Proj:Eduaid by admin', 1),
+(3212, 28, 'Task:7.) newzeland skill migration 3 options off created in Proj:Eduaid by admin', 0),
+(3213, 17, 'Task:7.) newzeland skill migration 3 options off created in Proj:Eduaid by admin', 1),
+(3214, 23, 'Task:Testimonial image in mobile created in Proj:Eduaid by admin', 1),
+(3215, 39, 'Task:Testimonial image in mobile created in Proj:Eduaid by admin', 1),
+(3216, 18, 'Task:Testimonial image in mobile created in Proj:Eduaid by admin', 1),
+(3217, 28, 'Task:Testimonial image in mobile created in Proj:Eduaid by admin', 0),
+(3218, 17, 'Task:Testimonial image in mobile created in Proj:Eduaid by admin', 1),
+(3219, 23, 'Task:online assetment total number,age range in email created in Proj:Eduaid by admin', 1),
+(3220, 39, 'Task:online assetment total number,age range in email created in Proj:Eduaid by admin', 1),
+(3221, 18, 'Task:online assetment total number,age range in email created in Proj:Eduaid by admin', 1),
+(3222, 28, 'Task:online assetment total number,age range in email created in Proj:Eduaid by admin', 0),
+(3223, 17, 'Task:online assetment total number,age range in email created in Proj:Eduaid by admin', 1),
+(3224, 23, 'Task:font-size in testimonial in mobile version created in Proj:Eduaid by admin', 1),
+(3225, 39, 'Task:font-size in testimonial in mobile version created in Proj:Eduaid by admin', 1),
+(3226, 18, 'Task:font-size in testimonial in mobile version created in Proj:Eduaid by admin', 1),
+(3227, 28, 'Task:font-size in testimonial in mobile version created in Proj:Eduaid by admin', 0),
+(3228, 17, 'Task:font-size in testimonial in mobile version created in Proj:Eduaid by admin', 1),
+(3229, 23, 'Task:social icon alegn-center--mobile version created in Proj:Eduaid by admin', 1),
+(3230, 39, 'Task:social icon alegn-center--mobile version created in Proj:Eduaid by admin', 1),
+(3231, 18, 'Task:social icon alegn-center--mobile version created in Proj:Eduaid by admin', 1),
+(3232, 28, 'Task:social icon alegn-center--mobile version created in Proj:Eduaid by admin', 0),
+(3233, 17, 'Task:social icon alegn-center--mobile version created in Proj:Eduaid by admin', 1),
+(3234, 23, 'Task:newzeland skill migration 3 options off created in Proj:Eduaid by admin', 1),
+(3235, 39, 'Task:newzeland skill migration 3 options off created in Proj:Eduaid by admin', 1),
+(3236, 18, 'Task:newzeland skill migration 3 options off created in Proj:Eduaid by admin', 1),
+(3237, 28, 'Task:newzeland skill migration 3 options off created in Proj:Eduaid by admin', 0),
+(3238, 17, 'Task:newzeland skill migration 3 options off created in Proj:Eduaid by admin', 1),
+(3239, 23, 'Task: contact us use E icon created in Proj:Eduaid by admin', 1),
+(3240, 39, 'Task: contact us use E icon created in Proj:Eduaid by admin', 1),
+(3241, 18, 'Task: contact us use E icon created in Proj:Eduaid by admin', 1),
+(3242, 28, 'Task: contact us use E icon created in Proj:Eduaid by admin', 0),
+(3243, 17, 'Task: contact us use E icon created in Proj:Eduaid by admin', 1),
+(3244, 23, 'Task:embded image not displaying in visa type details created in Proj:Eduaid by admin', 1),
+(3245, 39, 'Task:embded image not displaying in visa type details created in Proj:Eduaid by admin', 1),
+(3246, 18, 'Task:embded image not displaying in visa type details created in Proj:Eduaid by admin', 1),
+(3247, 28, 'Task:embded image not displaying in visa type details created in Proj:Eduaid by admin', 0),
+(3248, 17, 'Task:embded image not displaying in visa type details created in Proj:Eduaid by admin', 1),
+(3249, 2, 'Ifetkhar Rasul assigned in Proj:Studypress by admin', 0),
+(3250, 23, 'Ifetkhar Rasul assigned in Proj:Studypress by admin', 1),
+(3251, 39, 'Ifetkhar Rasul assigned in Proj:Studypress by admin', 1),
+(3252, 47, 'You assigned in Proj:Studypress by admin', 0),
+(3253, 2, 'Fouzia Nishat assigned in Proj:Studypress by admin', 0),
+(3254, 23, 'Fouzia Nishat assigned in Proj:Studypress by admin', 1),
+(3255, 39, 'Fouzia Nishat assigned in Proj:Studypress by admin', 1),
+(3256, 46, 'You assigned in Proj:Studypress by admin', 1),
+(3257, 2, 'Task:Computer & Communication created in Proj:Studypress by Fouzia Nishat', 0),
+(3258, 23, 'Task:Computer & Communication created in Proj:Studypress by Fouzia Nishat', 1),
+(3259, 39, 'Task:Computer & Communication created in Proj:Studypress by Fouzia Nishat', 1),
+(3260, 17, 'Task:Computer & Communication created in Proj:Studypress by Fouzia Nishat', 1),
+(3261, 2, 'Maruf Al Bashir  assigned in Proj:Studypress by admin', 0),
+(3262, 23, 'Maruf Al Bashir  assigned in Proj:Studypress by admin', 1),
+(3263, 39, 'Maruf Al Bashir  assigned in Proj:Studypress by admin', 1),
+(3264, 41, 'You assigned in Proj:Studypress by admin', 0),
+(3265, 2, 'Task:Udbid bidda created in Proj:Studypress by Maruf Al Bashir ', 0),
+(3266, 23, 'Task:Udbid bidda created in Proj:Studypress by Maruf Al Bashir ', 1),
+(3267, 39, 'Task:Udbid bidda created in Proj:Studypress by Maruf Al Bashir ', 1),
+(3268, 17, 'Task:Udbid bidda created in Proj:Studypress by Maruf Al Bashir ', 1),
+(3269, 2, 'Proj: Hanna Hosting created by admin', 0),
+(3270, 23, 'Proj: Hanna Hosting created by admin', 1),
+(3271, 39, 'Proj: Hanna Hosting created by admin', 1),
+(3272, 23, 'Task:??? ??????? created in Proj:Studypress by admin', 1),
+(3273, 39, 'Task:??? ??????? created in Proj:Studypress by admin', 1),
+(3274, 26, 'Task:??? ??????? created in Proj:Studypress by admin', 1),
+(3275, 39, 'Task:??? ??????? created in Proj:Studypress by admin', 1),
+(3276, 47, 'Task:??? ??????? created in Proj:Studypress by admin', 0),
+(3277, 46, 'Task:??? ??????? created in Proj:Studypress by admin', 1),
+(3278, 41, 'Task:??? ??????? created in Proj:Studypress by admin', 0),
+(3279, 23, 'Task:??? ??????? created in Proj:Studypress by admin', 1),
+(3280, 39, 'Task:??? ??????? created in Proj:Studypress by admin', 1),
+(3281, 26, 'Task:??? ??????? created in Proj:Studypress by admin', 1),
+(3282, 39, 'Task:??? ??????? created in Proj:Studypress by admin', 1),
+(3283, 47, 'Task:??? ??????? created in Proj:Studypress by admin', 0),
+(3284, 46, 'Task:??? ??????? created in Proj:Studypress by admin', 1),
+(3285, 41, 'Task:??? ??????? created in Proj:Studypress by admin', 0),
+(3286, 23, 'Task:??? ??????? removed from Proj:Studypress by admin', 1),
+(3287, 39, 'Task:??? ??????? removed from Proj:Studypress by admin', 1),
+(3288, 26, 'Task:??? ??????? removed from Proj:Studypress by admin', 1),
+(3289, 39, 'Task:??? ??????? removed from Proj:Studypress by admin', 1),
+(3290, 47, 'Task:??? ??????? removed from Proj:Studypress by admin', 0),
+(3291, 46, 'Task:??? ??????? removed from Proj:Studypress by admin', 1),
+(3292, 41, 'Task:??? ??????? removed from Proj:Studypress by admin', 0),
+(3293, 23, 'Task:????? ???? ? ??????? created in Proj:Studypress by admin', 1),
+(3294, 39, 'Task:????? ???? ? ??????? created in Proj:Studypress by admin', 1),
+(3295, 26, 'Task:????? ???? ? ??????? created in Proj:Studypress by admin', 1),
+(3296, 39, 'Task:????? ???? ? ??????? created in Proj:Studypress by admin', 1),
+(3297, 47, 'Task:????? ???? ? ??????? created in Proj:Studypress by admin', 0),
+(3298, 46, 'Task:????? ???? ? ??????? created in Proj:Studypress by admin', 1),
+(3299, 41, 'Task:????? ???? ? ??????? created in Proj:Studypress by admin', 0),
+(3300, 23, 'Task:English Literature created in Proj:Studypress by admin', 1),
+(3301, 39, 'Task:English Literature created in Proj:Studypress by admin', 1),
+(3302, 26, 'Task:English Literature created in Proj:Studypress by admin', 1),
+(3303, 39, 'Task:English Literature created in Proj:Studypress by admin', 1),
+(3304, 47, 'Task:English Literature created in Proj:Studypress by admin', 0),
+(3305, 46, 'Task:English Literature created in Proj:Studypress by admin', 1),
+(3306, 41, 'Task:English Literature created in Proj:Studypress by admin', 0),
+(3307, 23, 'A comment added in Task:??? ??????? of Proj:Studypress by admin', 1),
+(3308, 39, 'A comment added in Task:??? ??????? of Proj:Studypress by admin', 1),
+(3309, 41, 'A comment added in Task:??? ??????? of Proj:Studypress by admin', 0),
+(3310, 17, 'A comment added in Task:??? ??????? of Proj:Studypress by admin', 1),
+(3311, 2, 'Maruf Al Bashir  assigned in Task:??? ??????? of Proj:Studypress by Maruf Al Bashir ', 0),
+(3312, 23, 'Maruf Al Bashir  assigned in Task:??? ??????? of Proj:Studypress by Maruf Al Bashir ', 1),
+(3313, 39, 'Maruf Al Bashir  assigned in Task:??? ??????? of Proj:Studypress by Maruf Al Bashir ', 1),
+(3314, 2, 'Task:Testing Milestone 3 & 4 created in Proj:Wake Board by Shamme Zeba', 0),
+(3315, 23, 'Task:Testing Milestone 3 & 4 created in Proj:Wake Board by Shamme Zeba', 1),
+(3316, 39, 'Task:Testing Milestone 3 & 4 created in Proj:Wake Board by Shamme Zeba', 1),
+(3317, 17, 'Task:Testing Milestone 3 & 4 created in Proj:Wake Board by Shamme Zeba', 1),
+(3318, 2, 'Task:Janata bank Model Test: 3 created in Proj:Studypress by Revinr Admin', 0),
+(3319, 23, 'Task:Janata bank Model Test: 3 created in Proj:Studypress by Revinr Admin', 1),
+(3320, 26, 'Task:Janata bank Model Test: 3 created in Proj:Studypress by Revinr Admin', 1),
+(3321, 39, 'Task:Janata bank Model Test: 3 created in Proj:Studypress by Revinr Admin', 1),
+(3322, 47, 'Task:Janata bank Model Test: 3 created in Proj:Studypress by Revinr Admin', 0),
+(3323, 46, 'Task:Janata bank Model Test: 3 created in Proj:Studypress by Revinr Admin', 1),
+(3324, 41, 'Task:Janata bank Model Test: 3 created in Proj:Studypress by Revinr Admin', 0),
+(3325, 2, 'Revinr Admin assigned in Task:Janata bank Model Test: 3 of Proj:Studypress by Revinr Admin', 0),
+(3326, 23, 'Revinr Admin assigned in Task:Janata bank Model Test: 3 of Proj:Studypress by Revinr Admin', 1),
+(3327, 39, 'You assigned in Task:Janata bank Model Test: 3 of Proj:Studypress by Revinr Admin', 1),
+(3328, 2, 'Task: ?????? ?????? ??????? created in Proj:Studypress by Maruf Al Bashir ', 0),
+(3329, 23, 'Task: ?????? ?????? ??????? created in Proj:Studypress by Maruf Al Bashir ', 1),
+(3330, 39, 'Task: ?????? ?????? ??????? created in Proj:Studypress by Maruf Al Bashir ', 1),
+(3331, 17, 'Task: ?????? ?????? ??????? created in Proj:Studypress by Maruf Al Bashir ', 1),
+(3332, 2, 'A comment added in Task: ?????? ?????? ??????? of Proj:Studypress by Maruf Al Bashir ', 0),
+(3333, 23, 'A comment added in Task: ?????? ?????? ??????? of Proj:Studypress by Maruf Al Bashir ', 1),
+(3334, 39, 'A comment added in Task: ?????? ?????? ??????? of Proj:Studypress by Maruf Al Bashir ', 1),
+(3335, 17, 'A comment added in Task: ?????? ?????? ??????? of Proj:Studypress by Maruf Al Bashir ', 1),
+(3336, 2, 'A comment added in Task: ?????? ?????? ??????? of Proj:Studypress by Maruf Al Bashir ', 0),
+(3337, 23, 'A comment added in Task: ?????? ?????? ??????? of Proj:Studypress by Maruf Al Bashir ', 1),
+(3338, 39, 'A comment added in Task: ?????? ?????? ??????? of Proj:Studypress by Maruf Al Bashir ', 1),
+(3339, 17, 'A comment added in Task: ?????? ?????? ??????? of Proj:Studypress by Maruf Al Bashir ', 1),
+(3340, 2, 'Maruf Al Bashir  assigned in Task: ?????? ?????? ??????? of Proj:Studypress by Maruf Al Bashir ', 0),
+(3341, 23, 'Maruf Al Bashir  assigned in Task: ?????? ?????? ??????? of Proj:Studypress by Maruf Al Bashir ', 1),
+(3342, 39, 'Maruf Al Bashir  assigned in Task: ?????? ?????? ??????? of Proj:Studypress by Maruf Al Bashir ', 1),
+(3343, 2, 'Task:38th BCS 2nd Batch: 12th MT  created in Proj:Studypress by Revinr Admin', 0),
+(3344, 23, 'Task:38th BCS 2nd Batch: 12th MT  created in Proj:Studypress by Revinr Admin', 1),
+(3345, 26, 'Task:38th BCS 2nd Batch: 12th MT  created in Proj:Studypress by Revinr Admin', 1),
+(3346, 39, 'Task:38th BCS 2nd Batch: 12th MT  created in Proj:Studypress by Revinr Admin', 1),
+(3347, 47, 'Task:38th BCS 2nd Batch: 12th MT  created in Proj:Studypress by Revinr Admin', 0),
+(3348, 46, 'Task:38th BCS 2nd Batch: 12th MT  created in Proj:Studypress by Revinr Admin', 1),
+(3349, 41, 'Task:38th BCS 2nd Batch: 12th MT  created in Proj:Studypress by Revinr Admin', 0),
+(3350, 2, 'Revinr Admin assigned in Task:38th BCS 2nd Batch: 12th MT  of Proj:Studypress by Revinr Admin', 0),
+(3351, 23, 'Revinr Admin assigned in Task:38th BCS 2nd Batch: 12th MT  of Proj:Studypress by Revinr Admin', 1),
+(3352, 39, 'You assigned in Task:38th BCS 2nd Batch: 12th MT  of Proj:Studypress by Revinr Admin', 1),
+(3353, 2, 'Revinr Admin assigned in Task:38th BCS 2nd Batch: 12th MT  of Proj:Studypress by Revinr Admin', 0),
+(3354, 23, 'Revinr Admin assigned in Task:38th BCS 2nd Batch: 12th MT  of Proj:Studypress by Revinr Admin', 1),
+(3355, 39, 'You assigned in Task:38th BCS 2nd Batch: 12th MT  of Proj:Studypress by Revinr Admin', 1),
+(3356, 2, 'Revinr Admin assigned in Task:38th BCS 2nd Batch: 12th MT  of Proj:Studypress by Revinr Admin', 0),
+(3357, 23, 'Revinr Admin assigned in Task:38th BCS 2nd Batch: 12th MT  of Proj:Studypress by Revinr Admin', 1),
+(3358, 39, 'You assigned in Task:38th BCS 2nd Batch: 12th MT  of Proj:Studypress by Revinr Admin', 1),
+(3359, 2, 'Task:jonota bank model test 3 created in Proj:Studypress by Maruf Al Bashir ', 0),
+(3360, 23, 'Task:jonota bank model test 3 created in Proj:Studypress by Maruf Al Bashir ', 1),
+(3361, 39, 'Task:jonota bank model test 3 created in Proj:Studypress by Maruf Al Bashir ', 1),
+(3362, 17, 'Task:jonota bank model test 3 created in Proj:Studypress by Maruf Al Bashir ', 1),
+(3363, 2, 'Task:38th BCS 2nd Batch: 12th MT  created in Proj:Studypress by Maruf Al Bashir ', 0),
+(3364, 23, 'Task:38th BCS 2nd Batch: 12th MT  created in Proj:Studypress by Maruf Al Bashir ', 1),
+(3365, 39, 'Task:38th BCS 2nd Batch: 12th MT  created in Proj:Studypress by Maruf Al Bashir ', 1),
+(3366, 17, 'Task:38th BCS 2nd Batch: 12th MT  created in Proj:Studypress by Maruf Al Bashir ', 1),
+(3367, 2, 'Task:???????????-???????? created in Proj:Studypress by Maruf Al Bashir ', 0),
+(3368, 23, 'Task:???????????-???????? created in Proj:Studypress by Maruf Al Bashir ', 1),
+(3369, 39, 'Task:???????????-???????? created in Proj:Studypress by Maruf Al Bashir ', 1),
+(3370, 17, 'Task:???????????-???????? created in Proj:Studypress by Maruf Al Bashir ', 1),
+(3371, 2, 'Task:Computer & ICT created in Proj:Studypress by Maruf Al Bashir ', 0),
+(3372, 23, 'Task:Computer & ICT created in Proj:Studypress by Maruf Al Bashir ', 1),
+(3373, 39, 'Task:Computer & ICT created in Proj:Studypress by Maruf Al Bashir ', 1),
+(3374, 17, 'Task:Computer & ICT created in Proj:Studypress by Maruf Al Bashir ', 1),
+(3375, 2, 'Task:Property Lift created in Proj:Studypress by Maruf Al Bashir ', 0),
+(3376, 23, 'Task:Property Lift created in Proj:Studypress by Maruf Al Bashir ', 1),
+(3377, 39, 'Task:Property Lift created in Proj:Studypress by Maruf Al Bashir ', 1),
+(3378, 17, 'Task:Property Lift created in Proj:Studypress by Maruf Al Bashir ', 1),
+(3379, 2, 'Task:Property Lift created in Proj:Demo Projects by Maruf Al Bashir ', 0),
+(3380, 23, 'Task:Property Lift created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(3381, 39, 'Task:Property Lift created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(3382, 17, 'Task:Property Lift created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(3383, 2, 'Task:Property Lift created in Proj:Demo Projects by Maruf Al Bashir ', 0),
+(3384, 23, 'Task:Property Lift created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(3385, 39, 'Task:Property Lift created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(3386, 17, 'Task:Property Lift created in Proj:Demo Projects by Maruf Al Bashir ', 1),
+(3387, 2, 'Task:?????? ?????? created in Proj:Studypress by Maruf Al Bashir ', 0),
+(3388, 23, 'Task:?????? ?????? created in Proj:Studypress by Maruf Al Bashir ', 1),
+(3389, 39, 'Task:?????? ?????? created in Proj:Studypress by Maruf Al Bashir ', 1),
+(3390, 17, 'Task:?????? ?????? created in Proj:Studypress by Maruf Al Bashir ', 1),
+(3391, 23, 'Task:Career Page created in Proj:Admin Panel by admin', 1),
+(3392, 39, 'Task:Career Page created in Proj:Admin Panel by admin', 1),
+(3393, 23, 'Task:Career Page created in Proj:Admin Panel by admin', 1),
+(3394, 28, 'Task:Career Page created in Proj:Admin Panel by admin', 0),
+(3395, 39, 'Task:Career Page created in Proj:Admin Panel by admin', 1),
+(3396, 44, 'Task:Career Page created in Proj:Admin Panel by admin', 0),
+(3397, 23, 'Task:Career Page in Admin Panel created in Proj:Admin Panel by admin', 1);
+INSERT INTO `notification` (`id`, `user_id`, `msg`, `status`) VALUES
+(3398, 39, 'Task:Career Page in Admin Panel created in Proj:Admin Panel by admin', 1),
+(3399, 23, 'Task:Career Page in Admin Panel created in Proj:Admin Panel by admin', 1),
+(3400, 28, 'Task:Career Page in Admin Panel created in Proj:Admin Panel by admin', 0),
+(3401, 39, 'Task:Career Page in Admin Panel created in Proj:Admin Panel by admin', 1),
+(3402, 44, 'Task:Career Page in Admin Panel created in Proj:Admin Panel by admin', 0),
+(3403, 2, 'Md. Tanjim Al Akib assigned in Proj:Nuvista Web by admin', 0),
+(3404, 23, 'Md. Tanjim Al Akib assigned in Proj:Nuvista Web by admin', 1),
+(3405, 39, 'Md. Tanjim Al Akib assigned in Proj:Nuvista Web by admin', 1),
+(3406, 44, 'You assigned in Proj:Nuvista Web by admin', 0),
+(3407, 2, 'Sharifullah  removed from Proj:Studypress by admin', 0),
+(3408, 23, 'Sharifullah  removed from Proj:Studypress by admin', 1),
+(3409, 39, 'Sharifullah  removed from Proj:Studypress by admin', 1),
+(3410, 26, 'You removed from Proj:Studypress by admin', 1),
+(3411, 2, 'Jamil Shakil assigned in Proj:Studypress by admin', 0),
+(3412, 23, 'Jamil Shakil assigned in Proj:Studypress by admin', 1),
+(3413, 39, 'Jamil Shakil assigned in Proj:Studypress by admin', 1),
+(3414, 20, 'You assigned in Proj:Studypress by admin', 0),
+(3415, 23, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3416, 39, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3417, 39, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3418, 47, 'Task:Forum  created in Proj:Studypress by admin', 0),
+(3419, 46, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3420, 41, 'Task:Forum  created in Proj:Studypress by admin', 0),
+(3421, 20, 'Task:Forum  created in Proj:Studypress by admin', 0),
+(3422, 23, 'Task:????? ???? ? ??????? removed from Proj:Studypress by admin', 1),
+(3423, 39, 'Task:????? ???? ? ??????? removed from Proj:Studypress by admin', 1),
+(3424, 39, 'Task:????? ???? ? ??????? removed from Proj:Studypress by admin', 1),
+(3425, 47, 'Task:????? ???? ? ??????? removed from Proj:Studypress by admin', 0),
+(3426, 46, 'Task:????? ???? ? ??????? removed from Proj:Studypress by admin', 1),
+(3427, 41, 'Task:????? ???? ? ??????? removed from Proj:Studypress by admin', 0),
+(3428, 20, 'Task:????? ???? ? ??????? removed from Proj:Studypress by admin', 0),
+(3429, 23, 'Task:English Literature removed from Proj:Studypress by admin', 1),
+(3430, 39, 'Task:English Literature removed from Proj:Studypress by admin', 1),
+(3431, 39, 'Task:English Literature removed from Proj:Studypress by admin', 1),
+(3432, 47, 'Task:English Literature removed from Proj:Studypress by admin', 0),
+(3433, 46, 'Task:English Literature removed from Proj:Studypress by admin', 1),
+(3434, 41, 'Task:English Literature removed from Proj:Studypress by admin', 0),
+(3435, 20, 'Task:English Literature removed from Proj:Studypress by admin', 0),
+(3436, 23, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3437, 39, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3438, 39, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3439, 47, 'Task:Forum  created in Proj:Studypress by admin', 0),
+(3440, 46, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3441, 41, 'Task:Forum  created in Proj:Studypress by admin', 0),
+(3442, 20, 'Task:Forum  created in Proj:Studypress by admin', 0),
+(3443, 23, 'Jamil Shakil assigned in Task:Forum  of Proj:Studypress by admin', 1),
+(3444, 39, 'Jamil Shakil assigned in Task:Forum  of Proj:Studypress by admin', 1),
+(3445, 20, 'You assigned in Task:Forum  of Proj:Studypress by admin', 0),
+(3446, 23, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3447, 39, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3448, 39, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3449, 47, 'Task:Forum  created in Proj:Studypress by admin', 0),
+(3450, 46, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3451, 41, 'Task:Forum  created in Proj:Studypress by admin', 0),
+(3452, 20, 'Task:Forum  created in Proj:Studypress by admin', 0),
+(3453, 23, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3454, 39, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3455, 39, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3456, 47, 'Task:Forum  created in Proj:Studypress by admin', 0),
+(3457, 46, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3458, 41, 'Task:Forum  created in Proj:Studypress by admin', 0),
+(3459, 20, 'Task:Forum  created in Proj:Studypress by admin', 0),
+(3460, 23, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3461, 39, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3462, 39, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3463, 47, 'Task:Forum  created in Proj:Studypress by admin', 0),
+(3464, 46, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3465, 41, 'Task:Forum  created in Proj:Studypress by admin', 0),
+(3466, 20, 'Task:Forum  created in Proj:Studypress by admin', 0),
+(3467, 23, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3468, 39, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3469, 39, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3470, 47, 'Task:Forum  created in Proj:Studypress by admin', 0),
+(3471, 46, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3472, 41, 'Task:Forum  created in Proj:Studypress by admin', 0),
+(3473, 20, 'Task:Forum  created in Proj:Studypress by admin', 0),
+(3474, 23, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3475, 39, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3476, 39, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3477, 47, 'Task:Forum  created in Proj:Studypress by admin', 0),
+(3478, 46, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3479, 41, 'Task:Forum  created in Proj:Studypress by admin', 0),
+(3480, 20, 'Task:Forum  created in Proj:Studypress by admin', 0),
+(3481, 23, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3482, 39, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3483, 39, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3484, 47, 'Task:Forum  created in Proj:Studypress by admin', 0),
+(3485, 46, 'Task:Forum  created in Proj:Studypress by admin', 1),
+(3486, 41, 'Task:Forum  created in Proj:Studypress by admin', 0),
+(3487, 20, 'Task:Forum  created in Proj:Studypress by admin', 0),
+(3488, 2, 'mostafij removed from Proj:Eduaid by admin', 0),
+(3489, 23, 'mostafij removed from Proj:Eduaid by admin', 1),
+(3490, 39, 'mostafij removed from Proj:Eduaid by admin', 1),
+(3491, 18, 'You removed from Proj:Eduaid by admin', 1),
+(3492, 2, 'Reazul Haque assigned in Proj:Eduaid by admin', 0),
+(3493, 23, 'Reazul Haque assigned in Proj:Eduaid by admin', 1),
+(3494, 39, 'Reazul Haque assigned in Proj:Eduaid by admin', 1),
+(3495, 49, 'You assigned in Proj:Eduaid by admin', 1),
+(3496, 2, 'Task:eduaid.net/business No Thank you created in Proj:Eduaid by Reazul Haque', 0),
+(3497, 23, 'Task:eduaid.net/business No Thank you created in Proj:Eduaid by Reazul Haque', 1),
+(3498, 39, 'Task:eduaid.net/business No Thank you created in Proj:Eduaid by Reazul Haque', 1),
+(3499, 28, 'Task:eduaid.net/business No Thank you created in Proj:Eduaid by Reazul Haque', 0),
+(3500, 17, 'Task:eduaid.net/business No Thank you created in Proj:Eduaid by Reazul Haque', 1),
+(3501, 2, 'Task:eduaid.net/migration  No Thank you message created in Proj:Eduaid by Reazul Haque', 0),
+(3502, 23, 'Task:eduaid.net/migration  No Thank you message created in Proj:Eduaid by Reazul Haque', 1),
+(3503, 39, 'Task:eduaid.net/migration  No Thank you message created in Proj:Eduaid by Reazul Haque', 1),
+(3504, 28, 'Task:eduaid.net/migration  No Thank you message created in Proj:Eduaid by Reazul Haque', 0),
+(3505, 17, 'Task:eduaid.net/migration  No Thank you message created in Proj:Eduaid by Reazul Haque', 1),
+(3506, 2, 'Task:Contact form Text doesnt come created in Proj:Eduaid by Reazul Haque', 0),
+(3507, 23, 'Task:Contact form Text doesnt come created in Proj:Eduaid by Reazul Haque', 1),
+(3508, 39, 'Task:Contact form Text doesnt come created in Proj:Eduaid by Reazul Haque', 1),
+(3509, 28, 'Task:Contact form Text doesnt come created in Proj:Eduaid by Reazul Haque', 0),
+(3510, 17, 'Task:Contact form Text doesnt come created in Proj:Eduaid by Reazul Haque', 1),
+(3511, 23, 'Shamim assigned in Task:embded image not displaying in visa type details of Proj:Eduaid by admin', 1),
+(3512, 39, 'Shamim assigned in Task:embded image not displaying in visa type details of Proj:Eduaid by admin', 1),
+(3513, 28, 'You assigned in Task:embded image not displaying in visa type details of Proj:Eduaid by admin', 0),
+(3514, 23, 'Shamim assigned in Task:embded image not displaying in visa type details of Proj:Eduaid by admin', 1),
+(3515, 39, 'Shamim assigned in Task:embded image not displaying in visa type details of Proj:Eduaid by admin', 1),
+(3516, 28, 'You assigned in Task:embded image not displaying in visa type details of Proj:Eduaid by admin', 0),
+(3517, 23, 'Shamim assigned in Task:eduaid.net/business No Thank you of Proj:Eduaid by admin', 1),
+(3518, 39, 'Shamim assigned in Task:eduaid.net/business No Thank you of Proj:Eduaid by admin', 1),
+(3519, 28, 'You assigned in Task:eduaid.net/business No Thank you of Proj:Eduaid by admin', 0),
+(3520, 23, 'Shamim assigned in Task:eduaid.net/migration  No Thank you message of Proj:Eduaid by admin', 1),
+(3521, 39, 'Shamim assigned in Task:eduaid.net/migration  No Thank you message of Proj:Eduaid by admin', 1),
+(3522, 28, 'You assigned in Task:eduaid.net/migration  No Thank you message of Proj:Eduaid by admin', 0),
+(3523, 23, 'Shamim assigned in Task:eduaid.net/migration  No Thank you message of Proj:Eduaid by admin', 1),
+(3524, 39, 'Shamim assigned in Task:eduaid.net/migration  No Thank you message of Proj:Eduaid by admin', 1),
+(3525, 28, 'You assigned in Task:eduaid.net/migration  No Thank you message of Proj:Eduaid by admin', 0),
+(3526, 23, 'Shamim assigned in Task:Contact form Text doesnt come of Proj:Eduaid by admin', 1),
+(3527, 39, 'Shamim assigned in Task:Contact form Text doesnt come of Proj:Eduaid by admin', 1),
+(3528, 28, 'You assigned in Task:Contact form Text doesnt come of Proj:Eduaid by admin', 0),
+(3529, 2, 'Task:email forwarder created in Proj:Eduaid by Reazul Haque', 0),
+(3530, 23, 'Task:email forwarder created in Proj:Eduaid by Reazul Haque', 1),
+(3531, 39, 'Task:email forwarder created in Proj:Eduaid by Reazul Haque', 1),
+(3532, 28, 'Task:email forwarder created in Proj:Eduaid by Reazul Haque', 0),
+(3533, 17, 'Task:email forwarder created in Proj:Eduaid by Reazul Haque', 1),
+(3534, 23, 'Shamim assigned in Task:email forwarder of Proj:Eduaid by admin', 1),
+(3535, 39, 'Shamim assigned in Task:email forwarder of Proj:Eduaid by admin', 1),
+(3536, 28, 'You assigned in Task:email forwarder of Proj:Eduaid by admin', 0),
+(3537, 23, 'Shamim assigned in Task:email forwarder of Proj:Eduaid by admin', 1),
+(3538, 39, 'Shamim assigned in Task:email forwarder of Proj:Eduaid by admin', 1),
+(3539, 28, 'You assigned in Task:email forwarder of Proj:Eduaid by admin', 0),
+(3540, 23, 'Shamim assigned in Task:email forwarder of Proj:Eduaid by admin', 1),
+(3541, 39, 'Shamim assigned in Task:email forwarder of Proj:Eduaid by admin', 1),
+(3542, 28, 'You assigned in Task:email forwarder of Proj:Eduaid by admin', 0),
+(3543, 23, 'Task:email forwarder removed from Proj:Eduaid by admin', 1),
+(3544, 39, 'Task:email forwarder removed from Proj:Eduaid by admin', 1),
+(3545, 28, 'Task:email forwarder removed from Proj:Eduaid by admin', 0),
+(3546, 17, 'Task:email forwarder removed from Proj:Eduaid by admin', 1),
+(3547, 49, 'Task:email forwarder removed from Proj:Eduaid by admin', 1),
+(3548, 23, 'Shamim assigned in Task:embded image not displaying in visa type details of Proj:Eduaid by admin', 1),
+(3549, 39, 'Shamim assigned in Task:embded image not displaying in visa type details of Proj:Eduaid by admin', 1),
+(3550, 28, 'You assigned in Task:embded image not displaying in visa type details of Proj:Eduaid by admin', 0),
+(3551, 2, 'Proj: Eduaid created by admin', 0),
+(3552, 23, 'Proj: Eduaid created by admin', 1),
+(3553, 39, 'Proj: Eduaid created by admin', 1),
+(3554, 23, 'Task:Space in the Testimonial created in Proj:Eduaid by admin', 1),
+(3555, 39, 'Task:Space in the Testimonial created in Proj:Eduaid by admin', 1),
+(3556, 2, 'Shamim assigned in Proj:Eduaid by admin', 0),
+(3557, 23, 'Shamim assigned in Proj:Eduaid by admin', 1),
+(3558, 39, 'Shamim assigned in Proj:Eduaid by admin', 1),
+(3559, 28, 'You assigned in Proj:Eduaid by admin', 0),
+(3560, 23, 'Shamim assigned in Task:Space in the Testimonial of Proj:Eduaid by admin', 1),
+(3561, 39, 'Shamim assigned in Task:Space in the Testimonial of Proj:Eduaid by admin', 1),
+(3562, 28, 'You assigned in Task:Space in the Testimonial of Proj:Eduaid by admin', 0),
+(3563, 2, 'Proj: Studypress B created by admin', 0),
+(3564, 23, 'Proj: Studypress B created by admin', 1),
+(3565, 39, 'Proj: Studypress B created by admin', 1),
+(3566, 2, 'Jamil Shakil assigned in Proj:Studypress B by admin', 0),
+(3567, 23, 'Jamil Shakil assigned in Proj:Studypress B by admin', 1),
+(3568, 39, 'Jamil Shakil assigned in Proj:Studypress B by admin', 1),
+(3569, 20, 'You assigned in Proj:Studypress B by admin', 0),
+(3570, 2, 'Revinr Admin assigned in Proj:Studypress B by admin', 0),
+(3571, 23, 'Revinr Admin assigned in Proj:Studypress B by admin', 1),
+(3572, 39, 'Revinr Admin assigned in Proj:Studypress B by admin', 1),
+(3573, 39, 'You assigned in Proj:Studypress B by admin', 1),
+(3574, 2, 'Proj: Navista Website created by admin', 0),
+(3575, 23, 'Proj: Navista Website created by admin', 1),
+(3576, 39, 'Proj: Navista Website created by admin', 1),
+(3577, 2, 'Md. Tanjim Al Akib assigned in Proj:Navista Website by admin', 0),
+(3578, 23, 'Md. Tanjim Al Akib assigned in Proj:Navista Website by admin', 1),
+(3579, 39, 'Md. Tanjim Al Akib assigned in Proj:Navista Website by admin', 1),
+(3580, 44, 'You assigned in Proj:Navista Website by admin', 0),
+(3581, 23, 'Task:Admin Panel issues created in Proj:Navista Website by admin', 1),
+(3582, 39, 'Task:Admin Panel issues created in Proj:Navista Website by admin', 1),
+(3583, 44, 'Task:Admin Panel issues created in Proj:Navista Website by admin', 0),
+(3584, 23, 'Task:News Details created in Proj:Navista Website by admin', 1),
+(3585, 39, 'Task:News Details created in Proj:Navista Website by admin', 1),
+(3586, 44, 'Task:News Details created in Proj:Navista Website by admin', 0),
+(3587, 23, 'Task:Doctors Panel created in Proj:Navista Website by admin', 1),
+(3588, 39, 'Task:Doctors Panel created in Proj:Navista Website by admin', 1),
+(3589, 44, 'Task:Doctors Panel created in Proj:Navista Website by admin', 0),
+(3590, 23, 'Task:Blog Front end (Article for Doctor) created in Proj:Navista Website by admin', 1),
+(3591, 39, 'Task:Blog Front end (Article for Doctor) created in Proj:Navista Website by admin', 1),
+(3592, 44, 'Task:Blog Front end (Article for Doctor) created in Proj:Navista Website by admin', 0),
+(3593, 23, 'Task:Product Backend created in Proj:Navista Website by admin', 1),
+(3594, 39, 'Task:Product Backend created in Proj:Navista Website by admin', 1),
+(3595, 44, 'Task:Product Backend created in Proj:Navista Website by admin', 0),
+(3596, 23, 'Task:Product Front end created in Proj:Navista Website by admin', 1),
+(3597, 39, 'Task:Product Front end created in Proj:Navista Website by admin', 1),
+(3598, 44, 'Task:Product Front end created in Proj:Navista Website by admin', 0),
+(3599, 23, 'Task:Career created in Proj:Navista Website by admin', 1),
+(3600, 39, 'Task:Career created in Proj:Navista Website by admin', 1),
+(3601, 44, 'Task:Career created in Proj:Navista Website by admin', 0),
+(3602, 23, 'Task:Applicant Panel created in Proj:Navista Website by admin', 1),
+(3603, 39, 'Task:Applicant Panel created in Proj:Navista Website by admin', 1),
+(3604, 44, 'Task:Applicant Panel created in Proj:Navista Website by admin', 0),
+(3605, 2, 'Sabuj Maksud assigned in Proj:Navista Website by admin', 0),
+(3606, 23, 'Sabuj Maksud assigned in Proj:Navista Website by admin', 1),
+(3607, 39, 'Sabuj Maksud assigned in Proj:Navista Website by admin', 1),
+(3608, 30, 'You assigned in Proj:Navista Website by admin', 0),
+(3609, 2, 'Proj: Wake Sports created by admin', 0),
+(3610, 23, 'Proj: Wake Sports created by admin', 1),
+(3611, 39, 'Proj: Wake Sports created by admin', 1),
+(3612, 2, 'Shamme Zeba assigned in Proj:Wake Sports by admin', 0),
+(3613, 23, 'Shamme Zeba assigned in Proj:Wake Sports by admin', 1),
+(3614, 39, 'Shamme Zeba assigned in Proj:Wake Sports by admin', 1),
+(3615, 36, 'You assigned in Proj:Wake Sports by admin', 0),
+(3616, 2, 'Mamun Hasan assigned in Proj:Wake Sports by admin', 0),
+(3617, 23, 'Mamun Hasan assigned in Proj:Wake Sports by admin', 1),
+(3618, 39, 'Mamun Hasan assigned in Proj:Wake Sports by admin', 1),
+(3619, 29, 'You assigned in Proj:Wake Sports by admin', 0),
+(3620, 2, 'revinr assigned in Proj:Wake Sports by admin', 0),
+(3621, 23, 'revinr assigned in Proj:Wake Sports by admin', 1),
+(3622, 39, 'revinr assigned in Proj:Wake Sports by admin', 1),
+(3623, 17, 'You assigned in Proj:Wake Sports by admin', 1),
+(3624, 23, 'Task:Fixing problem in relay engine time created in Proj:Wake Sports by admin', 1),
+(3625, 39, 'Task:Fixing problem in relay engine time created in Proj:Wake Sports by admin', 1),
+(3626, 36, 'Task:Fixing problem in relay engine time created in Proj:Wake Sports by admin', 0),
+(3627, 29, 'Task:Fixing problem in relay engine time created in Proj:Wake Sports by admin', 0),
+(3628, 17, 'Task:Fixing problem in relay engine time created in Proj:Wake Sports by admin', 1),
+(3629, 23, 'Task:Meeting with Philip created in Proj:Wake Sports by admin', 1),
+(3630, 39, 'Task:Meeting with Philip created in Proj:Wake Sports by admin', 1),
+(3631, 36, 'Task:Meeting with Philip created in Proj:Wake Sports by admin', 0),
+(3632, 29, 'Task:Meeting with Philip created in Proj:Wake Sports by admin', 0),
+(3633, 17, 'Task:Meeting with Philip created in Proj:Wake Sports by admin', 1),
+(3634, 23, 'Task:Quizz App created in Proj:Wake Sports by admin', 1),
+(3635, 39, 'Task:Quizz App created in Proj:Wake Sports by admin', 1),
+(3636, 36, 'Task:Quizz App created in Proj:Wake Sports by admin', 0),
+(3637, 29, 'Task:Quizz App created in Proj:Wake Sports by admin', 0),
+(3638, 17, 'Task:Quizz App created in Proj:Wake Sports by admin', 1),
+(3639, 2, 'Proj: Design & Demo created by admin', 0),
+(3640, 23, 'Proj: Design & Demo created by admin', 1),
+(3641, 39, 'Proj: Design & Demo created by admin', 1),
+(3642, 2, 'Shamim assigned in Proj:Design & Demo by admin', 0),
+(3643, 23, 'Shamim assigned in Proj:Design & Demo by admin', 1),
+(3644, 39, 'Shamim assigned in Proj:Design & Demo by admin', 1),
+(3645, 28, 'You assigned in Proj:Design & Demo by admin', 0),
+(3646, 2, 'Sabuj Maksud assigned in Proj:Design & Demo by admin', 0),
+(3647, 23, 'Sabuj Maksud assigned in Proj:Design & Demo by admin', 1),
+(3648, 39, 'Sabuj Maksud assigned in Proj:Design & Demo by admin', 1),
+(3649, 30, 'You assigned in Proj:Design & Demo by admin', 0),
+(3650, 2, 'revinr assigned in Proj:Design & Demo by admin', 0),
+(3651, 23, 'revinr assigned in Proj:Design & Demo by admin', 1),
+(3652, 39, 'revinr assigned in Proj:Design & Demo by admin', 1),
+(3653, 17, 'You assigned in Proj:Design & Demo by admin', 1),
+(3654, 23, 'Task:Real Estate Design created in Proj:Design & Demo by admin', 1),
+(3655, 39, 'Task:Real Estate Design created in Proj:Design & Demo by admin', 1),
+(3656, 28, 'Task:Real Estate Design created in Proj:Design & Demo by admin', 0),
+(3657, 30, 'Task:Real Estate Design created in Proj:Design & Demo by admin', 0),
+(3658, 17, 'Task:Real Estate Design created in Proj:Design & Demo by admin', 1),
+(3659, 23, 'Task:Summit Design Issue created in Proj:Design & Demo by admin', 1),
+(3660, 39, 'Task:Summit Design Issue created in Proj:Design & Demo by admin', 1),
+(3661, 28, 'Task:Summit Design Issue created in Proj:Design & Demo by admin', 0),
+(3662, 30, 'Task:Summit Design Issue created in Proj:Design & Demo by admin', 0),
+(3663, 17, 'Task:Summit Design Issue created in Proj:Design & Demo by admin', 1),
+(3664, 23, 'Task:Navista PADR created in Proj:Design & Demo by admin', 1),
+(3665, 39, 'Task:Navista PADR created in Proj:Design & Demo by admin', 1),
+(3666, 28, 'Task:Navista PADR created in Proj:Design & Demo by admin', 0),
+(3667, 30, 'Task:Navista PADR created in Proj:Design & Demo by admin', 0),
+(3668, 17, 'Task:Navista PADR created in Proj:Design & Demo by admin', 1),
+(3669, 2, 'Proj: DOT NET Team created by admin', 0),
+(3670, 23, 'Proj: DOT NET Team created by admin', 1),
+(3671, 39, 'Proj: DOT NET Team created by admin', 1),
+(3672, 2, 'Shamim assigned in Proj:DOT NET Team by admin', 0),
+(3673, 23, 'Shamim assigned in Proj:DOT NET Team by admin', 1),
+(3674, 39, 'Shamim assigned in Proj:DOT NET Team by admin', 1),
+(3675, 28, 'You assigned in Proj:DOT NET Team by admin', 0),
+(3676, 2, 'Fouzia Nishat assigned in Proj:DOT NET Team by admin', 0),
+(3677, 23, 'Fouzia Nishat assigned in Proj:DOT NET Team by admin', 1),
+(3678, 39, 'Fouzia Nishat assigned in Proj:DOT NET Team by admin', 1),
+(3679, 46, 'You assigned in Proj:DOT NET Team by admin', 1),
+(3680, 2, 'Ifetkhar Rasul assigned in Proj:DOT NET Team by admin', 0),
+(3681, 23, 'Ifetkhar Rasul assigned in Proj:DOT NET Team by admin', 1),
+(3682, 39, 'Ifetkhar Rasul assigned in Proj:DOT NET Team by admin', 1),
+(3683, 47, 'You assigned in Proj:DOT NET Team by admin', 0),
+(3684, 2, 'Task:Scoreboard of cricket.. created in Proj:DOT NET Team by Fouzia Nishat', 0),
+(3685, 23, 'Task:Scoreboard of cricket.. created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(3686, 39, 'Task:Scoreboard of cricket.. created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(3687, 17, 'Task:Scoreboard of cricket.. created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(3688, 2, 'Task:Menu Dynamic Front-end created in Proj:Navista Website by Md. Tanjim Al Akib', 0),
+(3689, 23, 'Task:Menu Dynamic Front-end created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(3690, 39, 'Task:Menu Dynamic Front-end created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(3691, 32, 'Task:Menu Dynamic Front-end created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(3692, 2, 'Task:Scoreboard created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(3693, 23, 'Task:Scoreboard created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(3694, 39, 'Task:Scoreboard created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(3695, 17, 'Task:Scoreboard created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(3696, 2, 'Task:learning software development and quality assurance created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(3697, 23, 'Task:learning software development and quality assurance created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(3698, 39, 'Task:learning software development and quality assurance created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(3699, 17, 'Task:learning software development and quality assurance created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(3700, 2, 'Task:Scoreboard removed from Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(3701, 23, 'Task:Scoreboard removed from Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(3702, 39, 'Task:Scoreboard removed from Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(3703, 28, 'Task:Scoreboard removed from Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(3704, 46, 'Task:Scoreboard removed from Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(3705, 47, 'Task:Scoreboard removed from Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(3706, 2, 'Task:create,edit customer created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(3707, 23, 'Task:create,edit customer created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(3708, 39, 'Task:create,edit customer created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(3709, 17, 'Task:create,edit customer created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(3710, 2, 'Task:Lost File Recovery and admin dashboard beautification created in Proj:Navista Website by Md. Tanjim Al Akib', 0),
+(3711, 23, 'Task:Lost File Recovery and admin dashboard beautification created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(3712, 39, 'Task:Lost File Recovery and admin dashboard beautification created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(3713, 32, 'Task:Lost File Recovery and admin dashboard beautification created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(3714, 2, 'Task:uttara bank ltd. Probationary officer + Assistant Officer (Cash) 2015 created in Proj:Studypress B by Jamil Shakil', 0),
+(3715, 23, 'Task:uttara bank ltd. Probationary officer + Assistant Officer (Cash) 2015 created in Proj:Studypress B by Jamil Shakil', 1),
+(3716, 39, 'Task:uttara bank ltd. Probationary officer + Assistant Officer (Cash) 2015 created in Proj:Studypress B by Jamil Shakil', 1),
+(3717, 17, 'Task:uttara bank ltd. Probationary officer + Assistant Officer (Cash) 2015 created in Proj:Studypress B by Jamil Shakil', 1),
+(3718, 2, 'Task:Meghna Bank MTO 2016 created in Proj:Studypress B by Jamil Shakil', 0),
+(3719, 23, 'Task:Meghna Bank MTO 2016 created in Proj:Studypress B by Jamil Shakil', 1),
+(3720, 39, 'Task:Meghna Bank MTO 2016 created in Proj:Studypress B by Jamil Shakil', 1),
+(3721, 17, 'Task:Meghna Bank MTO 2016 created in Proj:Studypress B by Jamil Shakil', 1),
+(3722, 2, 'Task:Jamuna Bank PO 2016 created in Proj:Studypress B by Jamil Shakil', 0),
+(3723, 23, 'Task:Jamuna Bank PO 2016 created in Proj:Studypress B by Jamil Shakil', 1),
+(3724, 39, 'Task:Jamuna Bank PO 2016 created in Proj:Studypress B by Jamil Shakil', 1),
+(3725, 17, 'Task:Jamuna Bank PO 2016 created in Proj:Studypress B by Jamil Shakil', 1),
+(3726, 2, 'Task:First Security Islami Bank (Officer)-   ????  created in Proj:Studypress B by Jamil Shakil', 0),
+(3727, 23, 'Task:First Security Islami Bank (Officer)-   ????  created in Proj:Studypress B by Jamil Shakil', 1),
+(3728, 39, 'Task:First Security Islami Bank (Officer)-   ????  created in Proj:Studypress B by Jamil Shakil', 1),
+(3729, 17, 'Task:First Security Islami Bank (Officer)-   ????  created in Proj:Studypress B by Jamil Shakil', 1),
+(3730, 2, 'Task:Dutch Bangla Bank PO 2016 created in Proj:Studypress B by Jamil Shakil', 0),
+(3731, 23, 'Task:Dutch Bangla Bank PO 2016 created in Proj:Studypress B by Jamil Shakil', 1),
+(3732, 39, 'Task:Dutch Bangla Bank PO 2016 created in Proj:Studypress B by Jamil Shakil', 1),
+(3733, 17, 'Task:Dutch Bangla Bank PO 2016 created in Proj:Studypress B by Jamil Shakil', 1),
+(3734, 2, 'Task:Bank Asia TO 2016 created in Proj:Studypress B by Jamil Shakil', 0),
+(3735, 23, 'Task:Bank Asia TO 2016 created in Proj:Studypress B by Jamil Shakil', 1),
+(3736, 39, 'Task:Bank Asia TO 2016 created in Proj:Studypress B by Jamil Shakil', 1),
+(3737, 17, 'Task:Bank Asia TO 2016 created in Proj:Studypress B by Jamil Shakil', 1),
+(3738, 2, 'Task:Bank Asia MTO and PO created in Proj:Studypress B by Jamil Shakil', 0),
+(3739, 23, 'Task:Bank Asia MTO and PO created in Proj:Studypress B by Jamil Shakil', 1),
+(3740, 39, 'Task:Bank Asia MTO and PO created in Proj:Studypress B by Jamil Shakil', 1),
+(3741, 17, 'Task:Bank Asia MTO and PO created in Proj:Studypress B by Jamil Shakil', 1),
+(3742, 2, 'Task:Bangladesh Krishi Bank 2016 (Sr. Officer) created in Proj:Studypress B by Jamil Shakil', 0),
+(3743, 23, 'Task:Bangladesh Krishi Bank 2016 (Sr. Officer) created in Proj:Studypress B by Jamil Shakil', 1),
+(3744, 39, 'Task:Bangladesh Krishi Bank 2016 (Sr. Officer) created in Proj:Studypress B by Jamil Shakil', 1),
+(3745, 17, 'Task:Bangladesh Krishi Bank 2016 (Sr. Officer) created in Proj:Studypress B by Jamil Shakil', 1),
+(3746, 2, 'Task:Bangladesh Krishi Bank 2016 Officer (Cash)  created in Proj:Studypress B by Jamil Shakil', 0),
+(3747, 23, 'Task:Bangladesh Krishi Bank 2016 Officer (Cash)  created in Proj:Studypress B by Jamil Shakil', 1),
+(3748, 39, 'Task:Bangladesh Krishi Bank 2016 Officer (Cash)  created in Proj:Studypress B by Jamil Shakil', 1),
+(3749, 17, 'Task:Bangladesh Krishi Bank 2016 Officer (Cash)  created in Proj:Studypress B by Jamil Shakil', 1),
+(3750, 2, 'Task:Agrani Bank 2016 Senior Officer (FFQ) created in Proj:Studypress B by Jamil Shakil', 0),
+(3751, 23, 'Task:Agrani Bank 2016 Senior Officer (FFQ) created in Proj:Studypress B by Jamil Shakil', 1),
+(3752, 39, 'Task:Agrani Bank 2016 Senior Officer (FFQ) created in Proj:Studypress B by Jamil Shakil', 1),
+(3753, 17, 'Task:Agrani Bank 2016 Senior Officer (FFQ) created in Proj:Studypress B by Jamil Shakil', 1),
+(3754, 2, 'Task:Agrani Bank 2016 Senior Officer (FFQ) created in Proj:Studypress B by Jamil Shakil', 0),
+(3755, 23, 'Task:Agrani Bank 2016 Senior Officer (FFQ) created in Proj:Studypress B by Jamil Shakil', 1),
+(3756, 39, 'Task:Agrani Bank 2016 Senior Officer (FFQ) created in Proj:Studypress B by Jamil Shakil', 1),
+(3757, 17, 'Task:Agrani Bank 2016 Senior Officer (FFQ) created in Proj:Studypress B by Jamil Shakil', 1),
+(3758, 2, 'Task:Agrani Bank 2016 Senior Officer created in Proj:Studypress B by Jamil Shakil', 0),
+(3759, 23, 'Task:Agrani Bank 2016 Senior Officer created in Proj:Studypress B by Jamil Shakil', 1),
+(3760, 39, 'Task:Agrani Bank 2016 Senior Officer created in Proj:Studypress B by Jamil Shakil', 1),
+(3761, 17, 'Task:Agrani Bank 2016 Senior Officer created in Proj:Studypress B by Jamil Shakil', 1),
+(3762, 2, 'Task:Mercantile Bank MTO 2016 created in Proj:Studypress B by Jamil Shakil', 0),
+(3763, 23, 'Task:Mercantile Bank MTO 2016 created in Proj:Studypress B by Jamil Shakil', 1),
+(3764, 39, 'Task:Mercantile Bank MTO 2016 created in Proj:Studypress B by Jamil Shakil', 1),
+(3765, 17, 'Task:Mercantile Bank MTO 2016 created in Proj:Studypress B by Jamil Shakil', 1),
+(3766, 2, 'Task:Mutual Trust Bank MTO 2016 created in Proj:Studypress B by Jamil Shakil', 0),
+(3767, 23, 'Task:Mutual Trust Bank MTO 2016 created in Proj:Studypress B by Jamil Shakil', 1),
+(3768, 39, 'Task:Mutual Trust Bank MTO 2016 created in Proj:Studypress B by Jamil Shakil', 1),
+(3769, 17, 'Task:Mutual Trust Bank MTO 2016 created in Proj:Studypress B by Jamil Shakil', 1),
+(3770, 2, 'Task:National Bank PO 2015	 created in Proj:Studypress B by Jamil Shakil', 0),
+(3771, 23, 'Task:National Bank PO 2015	 created in Proj:Studypress B by Jamil Shakil', 1),
+(3772, 39, 'Task:National Bank PO 2015	 created in Proj:Studypress B by Jamil Shakil', 1),
+(3773, 17, 'Task:National Bank PO 2015	 created in Proj:Studypress B by Jamil Shakil', 1),
+(3774, 2, 'Task:United Commercial Bank (UCB) Ltd Probationary Officer 2016 + 2017 + 2015      created in Proj:Studypress B by Jamil Shakil', 0),
+(3775, 23, 'Task:United Commercial Bank (UCB) Ltd Probationary Officer 2016 + 2017 + 2015      created in Proj:Studypress B by Jamil Shakil', 1),
+(3776, 39, 'Task:United Commercial Bank (UCB) Ltd Probationary Officer 2016 + 2017 + 2015      created in Proj:Studypress B by Jamil Shakil', 1),
+(3777, 17, 'Task:United Commercial Bank (UCB) Ltd Probationary Officer 2016 + 2017 + 2015      created in Proj:Studypress B by Jamil Shakil', 1),
+(3778, 2, 'Task:Trust Bank Ltd. 2016 MTO		      created in Proj:Studypress B by Jamil Shakil', 0),
+(3779, 23, 'Task:Trust Bank Ltd. 2016 MTO		      created in Proj:Studypress B by Jamil Shakil', 1),
+(3780, 39, 'Task:Trust Bank Ltd. 2016 MTO		      created in Proj:Studypress B by Jamil Shakil', 1),
+(3781, 17, 'Task:Trust Bank Ltd. 2016 MTO		      created in Proj:Studypress B by Jamil Shakil', 1),
+(3782, 2, 'Task:Standard Bank Ltd Management Trainee Officer 2015 + 2016	 created in Proj:Studypress B by Jamil Shakil', 0),
+(3783, 23, 'Task:Standard Bank Ltd Management Trainee Officer 2015 + 2016	 created in Proj:Studypress B by Jamil Shakil', 1),
+(3784, 39, 'Task:Standard Bank Ltd Management Trainee Officer 2015 + 2016	 created in Proj:Studypress B by Jamil Shakil', 1),
+(3785, 17, 'Task:Standard Bank Ltd Management Trainee Officer 2015 + 2016	 created in Proj:Studypress B by Jamil Shakil', 1),
+(3786, 2, 'Task:Southeast Bank Ltd. 2016 (PO) created in Proj:Studypress B by Jamil Shakil', 0),
+(3787, 23, 'Task:Southeast Bank Ltd. 2016 (PO) created in Proj:Studypress B by Jamil Shakil', 1),
+(3788, 39, 'Task:Southeast Bank Ltd. 2016 (PO) created in Proj:Studypress B by Jamil Shakil', 1),
+(3789, 17, 'Task:Southeast Bank Ltd. 2016 (PO) created in Proj:Studypress B by Jamil Shakil', 1),
+(3790, 2, 'Task:Shahjalal Islami Bank Ltd. 2016 (TSO) created in Proj:Studypress B by Jamil Shakil', 0),
+(3791, 23, 'Task:Shahjalal Islami Bank Ltd. 2016 (TSO) created in Proj:Studypress B by Jamil Shakil', 1),
+(3792, 39, 'Task:Shahjalal Islami Bank Ltd. 2016 (TSO) created in Proj:Studypress B by Jamil Shakil', 1),
+(3793, 17, 'Task:Shahjalal Islami Bank Ltd. 2016 (TSO) created in Proj:Studypress B by Jamil Shakil', 1),
+(3794, 2, 'Task:SBAC Bank Ltd. Officer Cash 2015 created in Proj:Studypress B by Jamil Shakil', 0),
+(3795, 23, 'Task:SBAC Bank Ltd. Officer Cash 2015 created in Proj:Studypress B by Jamil Shakil', 1),
+(3796, 39, 'Task:SBAC Bank Ltd. Officer Cash 2015 created in Proj:Studypress B by Jamil Shakil', 1),
+(3797, 17, 'Task:SBAC Bank Ltd. Officer Cash 2015 created in Proj:Studypress B by Jamil Shakil', 1),
+(3798, 2, 'Task:Rupali Bank Ltd 2016 Officer & Senior Officer created in Proj:Studypress B by Jamil Shakil', 0),
+(3799, 23, 'Task:Rupali Bank Ltd 2016 Officer & Senior Officer created in Proj:Studypress B by Jamil Shakil', 1),
+(3800, 39, 'Task:Rupali Bank Ltd 2016 Officer & Senior Officer created in Proj:Studypress B by Jamil Shakil', 1),
+(3801, 17, 'Task:Rupali Bank Ltd 2016 Officer & Senior Officer created in Proj:Studypress B by Jamil Shakil', 1),
+(3802, 2, 'Task:Premier Bank Trainee Junior Officer 2016	 created in Proj:Studypress B by Jamil Shakil', 0),
+(3803, 23, 'Task:Premier Bank Trainee Junior Officer 2016	 created in Proj:Studypress B by Jamil Shakil', 1),
+(3804, 39, 'Task:Premier Bank Trainee Junior Officer 2016	 created in Proj:Studypress B by Jamil Shakil', 1),
+(3805, 17, 'Task:Premier Bank Trainee Junior Officer 2016	 created in Proj:Studypress B by Jamil Shakil', 1),
+(3806, 2, 'Task:Shimanto Bank Senior Officer, Officer and Officer Cash 2016 created in Proj:Studypress B by Jamil Shakil', 0),
+(3807, 23, 'Task:Shimanto Bank Senior Officer, Officer and Officer Cash 2016 created in Proj:Studypress B by Jamil Shakil', 1),
+(3808, 39, 'Task:Shimanto Bank Senior Officer, Officer and Officer Cash 2016 created in Proj:Studypress B by Jamil Shakil', 1),
+(3809, 17, 'Task:Shimanto Bank Senior Officer, Officer and Officer Cash 2016 created in Proj:Studypress B by Jamil Shakil', 1),
+(3810, 2, 'Task:One Bank Special Cadre Officer 2017 created in Proj:Studypress B by Jamil Shakil', 0),
+(3811, 23, 'Task:One Bank Special Cadre Officer 2017 created in Proj:Studypress B by Jamil Shakil', 1),
+(3812, 39, 'Task:One Bank Special Cadre Officer 2017 created in Proj:Studypress B by Jamil Shakil', 1),
+(3813, 17, 'Task:One Bank Special Cadre Officer 2017 created in Proj:Studypress B by Jamil Shakil', 1),
+(3814, 2, 'Task:NCC Bank Ltd. 2015 (MTO) created in Proj:Studypress B by Jamil Shakil', 0),
+(3815, 23, 'Task:NCC Bank Ltd. 2015 (MTO) created in Proj:Studypress B by Jamil Shakil', 1),
+(3816, 39, 'Task:NCC Bank Ltd. 2015 (MTO) created in Proj:Studypress B by Jamil Shakil', 1),
+(3817, 17, 'Task:NCC Bank Ltd. 2015 (MTO) created in Proj:Studypress B by Jamil Shakil', 1),
+(3818, 2, 'Task:AB Bank MTO 2016 created in Proj:Studypress B by Jamil Shakil', 0),
+(3819, 23, 'Task:AB Bank MTO 2016 created in Proj:Studypress B by Jamil Shakil', 1),
+(3820, 39, 'Task:AB Bank MTO 2016 created in Proj:Studypress B by Jamil Shakil', 1),
+(3821, 17, 'Task:AB Bank MTO 2016 created in Proj:Studypress B by Jamil Shakil', 1),
+(3822, 2, 'Task:WS Encryption created in Proj:Wake Sports by Mamun Hasan', 0),
+(3823, 23, 'Task:WS Encryption created in Proj:Wake Sports by Mamun Hasan', 1),
+(3824, 39, 'Task:WS Encryption created in Proj:Wake Sports by Mamun Hasan', 1),
+(3825, 17, 'Task:WS Encryption created in Proj:Wake Sports by Mamun Hasan', 1),
+(3826, 2, 'Task:edit and delete customer profile created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(3827, 23, 'Task:edit and delete customer profile created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(3828, 39, 'Task:edit and delete customer profile created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(3829, 17, 'Task:edit and delete customer profile created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(3830, 2, 'Task:Learning EntityFramework created in Proj:DOT NET Team by Fouzia Nishat', 0),
+(3831, 23, 'Task:Learning EntityFramework created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(3832, 39, 'Task:Learning EntityFramework created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(3833, 17, 'Task:Learning EntityFramework created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(3834, 2, 'Task:add validation in customer and movies form created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(3835, 23, 'Task:add validation in customer and movies form created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(3836, 39, 'Task:add validation in customer and movies form created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(3837, 17, 'Task:add validation in customer and movies form created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(3838, 2, 'Shamim assigned in Proj:Studypress B by admin', 0),
+(3839, 23, 'Shamim assigned in Proj:Studypress B by admin', 1),
+(3840, 39, 'Shamim assigned in Proj:Studypress B by admin', 1),
+(3841, 28, 'You assigned in Proj:Studypress B by admin', 0),
+(3842, 23, 'Task:Forum created in Proj:Studypress B by admin', 1),
+(3843, 39, 'Task:Forum created in Proj:Studypress B by admin', 1),
+(3844, 20, 'Task:Forum created in Proj:Studypress B by admin', 0),
+(3845, 39, 'Task:Forum created in Proj:Studypress B by admin', 1),
+(3846, 28, 'Task:Forum created in Proj:Studypress B by admin', 0),
+(3847, 23, 'Task:USer Routine created in Proj:Studypress B by admin', 1),
+(3848, 39, 'Task:USer Routine created in Proj:Studypress B by admin', 1),
+(3849, 20, 'Task:USer Routine created in Proj:Studypress B by admin', 0),
+(3850, 39, 'Task:USer Routine created in Proj:Studypress B by admin', 1),
+(3851, 28, 'Task:USer Routine created in Proj:Studypress B by admin', 0),
+(3852, 23, 'Task:IECC created in Proj:Design & Demo by admin', 1),
+(3853, 39, 'Task:IECC created in Proj:Design & Demo by admin', 1),
+(3854, 28, 'Task:IECC created in Proj:Design & Demo by admin', 0),
+(3855, 30, 'Task:IECC created in Proj:Design & Demo by admin', 0),
+(3856, 17, 'Task:IECC created in Proj:Design & Demo by admin', 1),
+(3857, 23, 'Task:IECC: Amount Wrong created in Proj:Design & Demo by admin', 1),
+(3858, 39, 'Task:IECC: Amount Wrong created in Proj:Design & Demo by admin', 1),
+(3859, 28, 'Task:IECC: Amount Wrong created in Proj:Design & Demo by admin', 0),
+(3860, 30, 'Task:IECC: Amount Wrong created in Proj:Design & Demo by admin', 0),
+(3861, 17, 'Task:IECC: Amount Wrong created in Proj:Design & Demo by admin', 1),
+(3862, 23, 'Task:IECC: Misc edit and allow minus figure. created in Proj:Design & Demo by admin', 1),
+(3863, 39, 'Task:IECC: Misc edit and allow minus figure. created in Proj:Design & Demo by admin', 1),
+(3864, 28, 'Task:IECC: Misc edit and allow minus figure. created in Proj:Design & Demo by admin', 0),
+(3865, 30, 'Task:IECC: Misc edit and allow minus figure. created in Proj:Design & Demo by admin', 0),
+(3866, 17, 'Task:IECC: Misc edit and allow minus figure. created in Proj:Design & Demo by admin', 1),
+(3867, 23, 'Task:IECC:  Editing partial and paid invoice created in Proj:Design & Demo by admin', 1),
+(3868, 39, 'Task:IECC:  Editing partial and paid invoice created in Proj:Design & Demo by admin', 1),
+(3869, 28, 'Task:IECC:  Editing partial and paid invoice created in Proj:Design & Demo by admin', 0),
+(3870, 30, 'Task:IECC:  Editing partial and paid invoice created in Proj:Design & Demo by admin', 0),
+(3871, 17, 'Task:IECC:  Editing partial and paid invoice created in Proj:Design & Demo by admin', 1),
+(3872, 23, 'Task:Event Queue: Pagination and default page created in Proj:Design & Demo by admin', 1),
+(3873, 39, 'Task:Event Queue: Pagination and default page created in Proj:Design & Demo by admin', 1),
+(3874, 28, 'Task:Event Queue: Pagination and default page created in Proj:Design & Demo by admin', 0),
+(3875, 30, 'Task:Event Queue: Pagination and default page created in Proj:Design & Demo by admin', 0),
+(3876, 17, 'Task:Event Queue: Pagination and default page created in Proj:Design & Demo by admin', 1),
+(3877, 23, 'Task:IECC: Account Report created in Proj:Design & Demo by admin', 1),
+(3878, 39, 'Task:IECC: Account Report created in Proj:Design & Demo by admin', 1),
+(3879, 28, 'Task:IECC: Account Report created in Proj:Design & Demo by admin', 0),
+(3880, 30, 'Task:IECC: Account Report created in Proj:Design & Demo by admin', 0),
+(3881, 17, 'Task:IECC: Account Report created in Proj:Design & Demo by admin', 1),
+(3882, 23, 'Task:IECC: Event Tag created in Proj:Design & Demo by admin', 1),
+(3883, 39, 'Task:IECC: Event Tag created in Proj:Design & Demo by admin', 1),
+(3884, 28, 'Task:IECC: Event Tag created in Proj:Design & Demo by admin', 0),
+(3885, 30, 'Task:IECC: Event Tag created in Proj:Design & Demo by admin', 0),
+(3886, 17, 'Task:IECC: Event Tag created in Proj:Design & Demo by admin', 1),
+(3887, 23, 'Task:IECC: Source in queue created in Proj:Design & Demo by admin', 1),
+(3888, 39, 'Task:IECC: Source in queue created in Proj:Design & Demo by admin', 1),
+(3889, 28, 'Task:IECC: Source in queue created in Proj:Design & Demo by admin', 0),
+(3890, 30, 'Task:IECC: Source in queue created in Proj:Design & Demo by admin', 0),
+(3891, 17, 'Task:IECC: Source in queue created in Proj:Design & Demo by admin', 1),
+(3892, 23, 'Task:Add News created in Proj:Studypress B by admin', 1),
+(3893, 39, 'Task:Add News created in Proj:Studypress B by admin', 1),
+(3894, 20, 'Task:Add News created in Proj:Studypress B by admin', 0),
+(3895, 39, 'Task:Add News created in Proj:Studypress B by admin', 1),
+(3896, 28, 'Task:Add News created in Proj:Studypress B by admin', 0),
+(3897, 2, 'Task:Test task created in Proj:Navista Website by Md. Tanjim Al Akib', 0),
+(3898, 23, 'Task:Test task created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(3899, 39, 'Task:Test task created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(3900, 32, 'Task:Test task created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(3901, 2, 'Md. Tanjim Al Akib assigned in Task:Test task of Proj:Navista Website by Md. Tanjim Al Akib', 0),
+(3902, 23, 'Md. Tanjim Al Akib assigned in Task:Test task of Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(3903, 39, 'Md. Tanjim Al Akib assigned in Task:Test task of Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(3904, 23, 'Task:Janata Bank Executive Officer 2017 (Afternoon) created in Proj:Studypress B by admin', 1),
+(3905, 39, 'Task:Janata Bank Executive Officer 2017 (Afternoon) created in Proj:Studypress B by admin', 1),
+(3906, 20, 'Task:Janata Bank Executive Officer 2017 (Afternoon) created in Proj:Studypress B by admin', 0),
+(3907, 39, 'Task:Janata Bank Executive Officer 2017 (Afternoon) created in Proj:Studypress B by admin', 1),
+(3908, 28, 'Task:Janata Bank Executive Officer 2017 (Afternoon) created in Proj:Studypress B by admin', 0),
+(3909, 23, 'Task:Janata Bank Executive Officer 2017 (Morning) created in Proj:Studypress B by admin', 1),
+(3910, 39, 'Task:Janata Bank Executive Officer 2017 (Morning) created in Proj:Studypress B by admin', 1),
+(3911, 20, 'Task:Janata Bank Executive Officer 2017 (Morning) created in Proj:Studypress B by admin', 0),
+(3912, 39, 'Task:Janata Bank Executive Officer 2017 (Morning) created in Proj:Studypress B by admin', 1),
+(3913, 28, 'Task:Janata Bank Executive Officer 2017 (Morning) created in Proj:Studypress B by admin', 0),
+(3914, 23, 'Shamme Zeba assigned in Task:Fixing problem in relay engine time of Proj:Wake Sports by admin', 1),
+(3915, 39, 'Shamme Zeba assigned in Task:Fixing problem in relay engine time of Proj:Wake Sports by admin', 1),
+(3916, 36, 'You assigned in Task:Fixing problem in relay engine time of Proj:Wake Sports by admin', 0),
+(3917, 23, 'Mamun Hasan assigned in Task:Fixing problem in relay engine time of Proj:Wake Sports by admin', 1),
+(3918, 39, 'Mamun Hasan assigned in Task:Fixing problem in relay engine time of Proj:Wake Sports by admin', 1),
+(3919, 29, 'You assigned in Task:Fixing problem in relay engine time of Proj:Wake Sports by admin', 0),
+(3920, 23, 'Mamun Hasan assigned in Task:Fixing problem in relay engine time of Proj:Wake Sports by admin', 1),
+(3921, 39, 'Mamun Hasan assigned in Task:Fixing problem in relay engine time of Proj:Wake Sports by admin', 1),
+(3922, 29, 'You assigned in Task:Fixing problem in relay engine time of Proj:Wake Sports by admin', 0),
+(3923, 23, 'Task:HotelBids Work created in Proj:Design & Demo by admin', 1),
+(3924, 39, 'Task:HotelBids Work created in Proj:Design & Demo by admin', 1),
+(3925, 28, 'Task:HotelBids Work created in Proj:Design & Demo by admin', 0),
+(3926, 30, 'Task:HotelBids Work created in Proj:Design & Demo by admin', 0),
+(3927, 17, 'Task:HotelBids Work created in Proj:Design & Demo by admin', 1),
+(3928, 23, 'Task:Bela Agro Design created in Proj:Design & Demo by admin', 1),
+(3929, 39, 'Task:Bela Agro Design created in Proj:Design & Demo by admin', 1),
+(3930, 28, 'Task:Bela Agro Design created in Proj:Design & Demo by admin', 0),
+(3931, 30, 'Task:Bela Agro Design created in Proj:Design & Demo by admin', 0),
+(3932, 17, 'Task:Bela Agro Design created in Proj:Design & Demo by admin', 1),
+(3933, 23, 'Task:IECC: Event Tag removed from Proj:Design & Demo by admin', 1),
+(3934, 39, 'Task:IECC: Event Tag removed from Proj:Design & Demo by admin', 1),
+(3935, 28, 'Task:IECC: Event Tag removed from Proj:Design & Demo by admin', 0),
+(3936, 30, 'Task:IECC: Event Tag removed from Proj:Design & Demo by admin', 0),
+(3937, 17, 'Task:IECC: Event Tag removed from Proj:Design & Demo by admin', 1),
+(3938, 23, 'Task:Mobile  Device created in Proj:Eduaid by admin', 1),
+(3939, 39, 'Task:Mobile  Device created in Proj:Eduaid by admin', 1),
+(3940, 28, 'Task:Mobile  Device created in Proj:Eduaid by admin', 0),
+(3941, 2, 'Helal Mohammad assigned in Proj:Eduaid by admin', 0),
+(3942, 23, 'Helal Mohammad assigned in Proj:Eduaid by admin', 1),
+(3943, 39, 'Helal Mohammad assigned in Proj:Eduaid by admin', 1),
+(3944, 23, 'You assigned in Proj:Eduaid by admin', 1),
+(3945, 23, 'Task:test task created in Proj:Eduaid by admin', 1),
+(3946, 39, 'Task:test task created in Proj:Eduaid by admin', 1),
+(3947, 28, 'Task:test task created in Proj:Eduaid by admin', 0),
+(3948, 23, 'Task:test task created in Proj:Eduaid by admin', 1),
+(3949, 23, 'revinr assigned in Task:HotelBids Work of Proj:Design & Demo by admin', 1),
+(3950, 39, 'revinr assigned in Task:HotelBids Work of Proj:Design & Demo by admin', 1),
+(3951, 17, 'You assigned in Task:HotelBids Work of Proj:Design & Demo by admin', 1),
+(3952, 23, 'Shamim assigned in Task:HotelBids Work of Proj:Design & Demo by admin', 1),
+(3953, 39, 'Shamim assigned in Task:HotelBids Work of Proj:Design & Demo by admin', 1),
+(3954, 28, 'You assigned in Task:HotelBids Work of Proj:Design & Demo by admin', 0),
+(3955, 23, 'Task:Meeting with Philip removed from Proj:Wake Sports by admin', 1),
+(3956, 39, 'Task:Meeting with Philip removed from Proj:Wake Sports by admin', 1),
+(3957, 36, 'Task:Meeting with Philip removed from Proj:Wake Sports by admin', 0),
+(3958, 29, 'Task:Meeting with Philip removed from Proj:Wake Sports by admin', 0),
+(3959, 17, 'Task:Meeting with Philip removed from Proj:Wake Sports by admin', 1),
+(3960, 23, 'Task:Fixing problem in relay engine time removed from Proj:Wake Sports by admin', 1),
+(3961, 39, 'Task:Fixing problem in relay engine time removed from Proj:Wake Sports by admin', 1),
+(3962, 36, 'Task:Fixing problem in relay engine time removed from Proj:Wake Sports by admin', 0),
+(3963, 29, 'Task:Fixing problem in relay engine time removed from Proj:Wake Sports by admin', 0),
+(3964, 17, 'Task:Fixing problem in relay engine time removed from Proj:Wake Sports by admin', 1),
+(3965, 23, 'Task:WS Encryption removed from Proj:Wake Sports by admin', 1),
+(3966, 39, 'Task:WS Encryption removed from Proj:Wake Sports by admin', 1),
+(3967, 36, 'Task:WS Encryption removed from Proj:Wake Sports by admin', 0),
+(3968, 29, 'Task:WS Encryption removed from Proj:Wake Sports by admin', 0),
+(3969, 17, 'Task:WS Encryption removed from Proj:Wake Sports by admin', 1),
+(3970, 23, 'Task:WP Encryption created in Proj:Wake Sports by admin', 1),
+(3971, 39, 'Task:WP Encryption created in Proj:Wake Sports by admin', 1),
+(3972, 36, 'Task:WP Encryption created in Proj:Wake Sports by admin', 0),
+(3973, 29, 'Task:WP Encryption created in Proj:Wake Sports by admin', 0),
+(3974, 17, 'Task:WP Encryption created in Proj:Wake Sports by admin', 1),
+(3975, 23, 'Task:Relay Testing & Finalizing created in Proj:Wake Sports by admin', 1),
+(3976, 39, 'Task:Relay Testing & Finalizing created in Proj:Wake Sports by admin', 1),
+(3977, 36, 'Task:Relay Testing & Finalizing created in Proj:Wake Sports by admin', 0),
+(3978, 29, 'Task:Relay Testing & Finalizing created in Proj:Wake Sports by admin', 0),
+(3979, 17, 'Task:Relay Testing & Finalizing created in Proj:Wake Sports by admin', 1),
+(3980, 2, 'Jamil Shakil lost PM position from Proj:Studypress B by admin', 0),
+(3981, 23, 'Jamil Shakil lost PM position from Proj:Studypress B by admin', 1),
+(3982, 39, 'Jamil Shakil lost PM position from Proj:Studypress B by admin', 1),
+(3983, 20, 'Jamil Shakil lost PM position from Proj:Studypress B by admin', 0),
+(3984, 39, 'Jamil Shakil lost PM position from Proj:Studypress B by admin', 1),
+(3985, 28, 'Jamil Shakil lost PM position from Proj:Studypress B by admin', 0),
+(3986, 23, 'Task:Meeting Brief 27/4/2017 created in Proj:Studypress B by admin', 1),
+(3987, 39, 'Task:Meeting Brief 27/4/2017 created in Proj:Studypress B by admin', 1),
+(3988, 20, 'Task:Meeting Brief 27/4/2017 created in Proj:Studypress B by admin', 0),
+(3989, 39, 'Task:Meeting Brief 27/4/2017 created in Proj:Studypress B by admin', 1),
+(3990, 28, 'Task:Meeting Brief 27/4/2017 created in Proj:Studypress B by admin', 0),
+(3991, 2, 'File:27.4.17.docx added in Proj:Studypress B by Jamil Shakil', 0),
+(3992, 23, 'File:27.4.17.docx added in Proj:Studypress B by Jamil Shakil', 1),
+(3993, 39, 'File:27.4.17.docx added in Proj:Studypress B by Jamil Shakil', 1),
+(3994, 20, 'File:27.4.17.docx added in Proj:Studypress B by Jamil Shakil', 0),
+(3995, 39, 'File:27.4.17.docx added in Proj:Studypress B by Jamil Shakil', 1),
+(3996, 28, 'File:27.4.17.docx added in Proj:Studypress B by Jamil Shakil', 0),
+(3997, 2, 'Task:Facebook Posts 27.4 created in Proj:Studypress B by Jamil Shakil', 0),
+(3998, 23, 'Task:Facebook Posts 27.4 created in Proj:Studypress B by Jamil Shakil', 1),
+(3999, 39, 'Task:Facebook Posts 27.4 created in Proj:Studypress B by Jamil Shakil', 1),
+(4000, 17, 'Task:Facebook Posts 27.4 created in Proj:Studypress B by Jamil Shakil', 1),
+(4001, 2, 'Task:Bank Exam Shortage Sort out created in Proj:Studypress B by Jamil Shakil', 0);
+INSERT INTO `notification` (`id`, `user_id`, `msg`, `status`) VALUES
+(4002, 23, 'Task:Bank Exam Shortage Sort out created in Proj:Studypress B by Jamil Shakil', 1),
+(4003, 39, 'Task:Bank Exam Shortage Sort out created in Proj:Studypress B by Jamil Shakil', 1),
+(4004, 17, 'Task:Bank Exam Shortage Sort out created in Proj:Studypress B by Jamil Shakil', 1),
+(4005, 2, 'Task:akib bhai created in Proj:Studypress B by Jamil Shakil', 0),
+(4006, 23, 'Task:akib bhai created in Proj:Studypress B by Jamil Shakil', 1),
+(4007, 39, 'Task:akib bhai created in Proj:Studypress B by Jamil Shakil', 1),
+(4008, 17, 'Task:akib bhai created in Proj:Studypress B by Jamil Shakil', 1),
+(4009, 2, 'Task:akib bhai removed from Proj:Studypress B by Jamil Shakil', 0),
+(4010, 23, 'Task:akib bhai removed from Proj:Studypress B by Jamil Shakil', 1),
+(4011, 39, 'Task:akib bhai removed from Proj:Studypress B by Jamil Shakil', 1),
+(4012, 20, 'Task:akib bhai removed from Proj:Studypress B by Jamil Shakil', 0),
+(4013, 39, 'Task:akib bhai removed from Proj:Studypress B by Jamil Shakil', 1),
+(4014, 28, 'Task:akib bhai removed from Proj:Studypress B by Jamil Shakil', 0),
+(4015, 2, 'File:27.4.17.docx removed from Proj:Studypress B by Jamil Shakil', 0),
+(4016, 23, 'File:27.4.17.docx removed from Proj:Studypress B by Jamil Shakil', 1),
+(4017, 39, 'File:27.4.17.docx removed from Proj:Studypress B by Jamil Shakil', 1),
+(4018, 20, 'File:27.4.17.docx removed from Proj:Studypress B by Jamil Shakil', 0),
+(4019, 39, 'File:27.4.17.docx removed from Proj:Studypress B by Jamil Shakil', 1),
+(4020, 28, 'File:27.4.17.docx removed from Proj:Studypress B by Jamil Shakil', 0),
+(4021, 2, 'File:27.4.17.docx added in Proj:Studypress B by Jamil Shakil', 0),
+(4022, 23, 'File:27.4.17.docx added in Proj:Studypress B by Jamil Shakil', 1),
+(4023, 39, 'File:27.4.17.docx added in Proj:Studypress B by Jamil Shakil', 1),
+(4024, 20, 'File:27.4.17.docx added in Proj:Studypress B by Jamil Shakil', 0),
+(4025, 39, 'File:27.4.17.docx added in Proj:Studypress B by Jamil Shakil', 1),
+(4026, 28, 'File:27.4.17.docx added in Proj:Studypress B by Jamil Shakil', 0),
+(4027, 2, 'Task:Bank Asia MTO 2017 created in Proj:Studypress B by Jamil Shakil', 0),
+(4028, 23, 'Task:Bank Asia MTO 2017 created in Proj:Studypress B by Jamil Shakil', 1),
+(4029, 39, 'Task:Bank Asia MTO 2017 created in Proj:Studypress B by Jamil Shakil', 1),
+(4030, 17, 'Task:Bank Asia MTO 2017 created in Proj:Studypress B by Jamil Shakil', 1),
+(4031, 2, 'Task:Janata Bank EO 2017 (morning) Rest created in Proj:Studypress B by Jamil Shakil', 0),
+(4032, 23, 'Task:Janata Bank EO 2017 (morning) Rest created in Proj:Studypress B by Jamil Shakil', 1),
+(4033, 39, 'Task:Janata Bank EO 2017 (morning) Rest created in Proj:Studypress B by Jamil Shakil', 1),
+(4034, 17, 'Task:Janata Bank EO 2017 (morning) Rest created in Proj:Studypress B by Jamil Shakil', 1),
+(4035, 2, 'Task:Testing Client feedback created in Proj:Wake Sports by Shamme Zeba', 0),
+(4036, 23, 'Task:Testing Client feedback created in Proj:Wake Sports by Shamme Zeba', 1),
+(4037, 39, 'Task:Testing Client feedback created in Proj:Wake Sports by Shamme Zeba', 1),
+(4038, 17, 'Task:Testing Client feedback created in Proj:Wake Sports by Shamme Zeba', 1),
+(4039, 2, 'Task:support in scanpack created in Proj:DOT NET Team by Shamim', 0),
+(4040, 23, 'Task:support in scanpack created in Proj:DOT NET Team by Shamim', 1),
+(4041, 39, 'Task:support in scanpack created in Proj:DOT NET Team by Shamim', 1),
+(4042, 17, 'Task:support in scanpack created in Proj:DOT NET Team by Shamim', 1),
+(4043, 2, 'Task:ledger for orion travels ticket created in Proj:DOT NET Team by Shamim', 0),
+(4044, 23, 'Task:ledger for orion travels ticket created in Proj:DOT NET Team by Shamim', 1),
+(4045, 39, 'Task:ledger for orion travels ticket created in Proj:DOT NET Team by Shamim', 1),
+(4046, 17, 'Task:ledger for orion travels ticket created in Proj:DOT NET Team by Shamim', 1),
+(4047, 2, 'Task:Client portal company management  created in Proj:DOT NET Team by Shamim', 0),
+(4048, 23, 'Task:Client portal company management  created in Proj:DOT NET Team by Shamim', 1),
+(4049, 39, 'Task:Client portal company management  created in Proj:DOT NET Team by Shamim', 1),
+(4050, 17, 'Task:Client portal company management  created in Proj:DOT NET Team by Shamim', 1),
+(4051, 2, 'Task:todays work: Registration form,login,logout created in Proj:DOT NET Team by Fouzia Nishat', 0),
+(4052, 23, 'Task:todays work: Registration form,login,logout created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4053, 39, 'Task:todays work: Registration form,login,logout created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4054, 17, 'Task:todays work: Registration form,login,logout created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4055, 23, 'Task:News Details page: Allow <BR> created in Proj:Studypress B by admin', 1),
+(4056, 39, 'Task:News Details page: Allow <BR> created in Proj:Studypress B by admin', 1),
+(4057, 20, 'Task:News Details page: Allow <BR> created in Proj:Studypress B by admin', 0),
+(4058, 39, 'Task:News Details page: Allow <BR> created in Proj:Studypress B by admin', 1),
+(4059, 28, 'Task:News Details page: Allow <BR> created in Proj:Studypress B by admin', 0),
+(4060, 23, 'Shamim assigned in Task:Add News of Proj:Studypress B by admin', 1),
+(4061, 39, 'Shamim assigned in Task:Add News of Proj:Studypress B by admin', 1),
+(4062, 28, 'You assigned in Task:Add News of Proj:Studypress B by admin', 0),
+(4063, 23, 'Shamim assigned in Task:Add News of Proj:Studypress B by admin', 1),
+(4064, 39, 'Shamim assigned in Task:Add News of Proj:Studypress B by admin', 1),
+(4065, 28, 'You assigned in Task:Add News of Proj:Studypress B by admin', 0),
+(4066, 23, 'Jamil Shakil assigned in Task:Add News of Proj:Studypress B by admin', 1),
+(4067, 39, 'Jamil Shakil assigned in Task:Add News of Proj:Studypress B by admin', 1),
+(4068, 20, 'You assigned in Task:Add News of Proj:Studypress B by admin', 0),
+(4069, 23, 'Shamim assigned in Task:Add News of Proj:Studypress B by admin', 1),
+(4070, 39, 'Shamim assigned in Task:Add News of Proj:Studypress B by admin', 1),
+(4071, 28, 'You assigned in Task:Add News of Proj:Studypress B by admin', 0),
+(4072, 23, 'Shamim assigned in Task:Add News of Proj:Studypress B by admin', 1),
+(4073, 23, 'Shamim assigned in Task:Add News of Proj:Studypress B by admin', 1),
+(4074, 39, 'Shamim assigned in Task:Add News of Proj:Studypress B by admin', 1),
+(4075, 39, 'Shamim assigned in Task:Add News of Proj:Studypress B by admin', 1),
+(4076, 28, 'You assigned in Task:Add News of Proj:Studypress B by admin', 0),
+(4077, 28, 'You assigned in Task:Add News of Proj:Studypress B by admin', 0),
+(4078, 23, 'Shamim assigned in Task:Add News of Proj:Studypress B by admin', 1),
+(4079, 39, 'Shamim assigned in Task:Add News of Proj:Studypress B by admin', 1),
+(4080, 28, 'You assigned in Task:Add News of Proj:Studypress B by admin', 0),
+(4081, 23, 'Shamim assigned in Task:Add News of Proj:Studypress B by admin', 1),
+(4082, 39, 'Shamim assigned in Task:Add News of Proj:Studypress B by admin', 1),
+(4083, 28, 'You assigned in Task:Add News of Proj:Studypress B by admin', 0),
+(4084, 23, 'Shamim assigned in Task:Add News of Proj:Studypress B by admin', 1),
+(4085, 39, 'Shamim assigned in Task:Add News of Proj:Studypress B by admin', 1),
+(4086, 28, 'You assigned in Task:Add News of Proj:Studypress B by admin', 0),
+(4087, 23, 'Shamim assigned in Task:Add News of Proj:Studypress B by admin', 1),
+(4088, 39, 'Shamim assigned in Task:Add News of Proj:Studypress B by admin', 1),
+(4089, 28, 'You assigned in Task:Add News of Proj:Studypress B by admin', 0),
+(4090, 23, 'Shamim assigned in Task:Add News of Proj:Studypress B by admin', 1),
+(4091, 39, 'Shamim assigned in Task:Add News of Proj:Studypress B by admin', 1),
+(4092, 28, 'You assigned in Task:Add News of Proj:Studypress B by admin', 0),
+(4093, 23, 'Task:Add News removed from Proj:Studypress B by admin', 1),
+(4094, 39, 'Task:Add News removed from Proj:Studypress B by admin', 1),
+(4095, 20, 'Task:Add News removed from Proj:Studypress B by admin', 0),
+(4096, 39, 'Task:Add News removed from Proj:Studypress B by admin', 1),
+(4097, 28, 'Task:Add News removed from Proj:Studypress B by admin', 0),
+(4098, 23, 'Task:Add news default values created in Proj:Studypress B by admin', 1),
+(4099, 39, 'Task:Add news default values created in Proj:Studypress B by admin', 1),
+(4100, 20, 'Task:Add news default values created in Proj:Studypress B by admin', 0),
+(4101, 39, 'Task:Add news default values created in Proj:Studypress B by admin', 1),
+(4102, 28, 'Task:Add news default values created in Proj:Studypress B by admin', 0),
+(4103, 2, 'Task:IECC removed from Proj:Design & Demo by Revinr Admin', 0),
+(4104, 23, 'Task:IECC removed from Proj:Design & Demo by Revinr Admin', 1),
+(4105, 28, 'Task:IECC removed from Proj:Design & Demo by Revinr Admin', 0),
+(4106, 30, 'Task:IECC removed from Proj:Design & Demo by Revinr Admin', 0),
+(4107, 17, 'Task:IECC removed from Proj:Design & Demo by Revinr Admin', 1),
+(4108, 2, 'Task:User Registration Page created in Proj:Design & Demo by Sabuj Maksud', 0),
+(4109, 23, 'Task:User Registration Page created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4110, 39, 'Task:User Registration Page created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4111, 17, 'Task:User Registration Page created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4112, 2, 'A comment added in Task:Bela Agro Design of Proj:Design & Demo by Sabuj Maksud', 0),
+(4113, 23, 'A comment added in Task:Bela Agro Design of Proj:Design & Demo by Sabuj Maksud', 1),
+(4114, 39, 'A comment added in Task:Bela Agro Design of Proj:Design & Demo by Sabuj Maksud', 1),
+(4115, 17, 'A comment added in Task:Bela Agro Design of Proj:Design & Demo by Sabuj Maksud', 1),
+(4116, 2, 'Task:Done a music store project for advance learning created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(4117, 23, 'Task:Done a music store project for advance learning created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4118, 39, 'Task:Done a music store project for advance learning created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4119, 17, 'Task:Done a music store project for advance learning created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4120, 2, 'Task:Client Feedback : Dispo session created in Proj:Wake Sports by Shamme Zeba', 0),
+(4121, 23, 'Task:Client Feedback : Dispo session created in Proj:Wake Sports by Shamme Zeba', 1),
+(4122, 39, 'Task:Client Feedback : Dispo session created in Proj:Wake Sports by Shamme Zeba', 1),
+(4123, 17, 'Task:Client Feedback : Dispo session created in Proj:Wake Sports by Shamme Zeba', 1),
+(4124, 2, 'Task:Logout Session,using Crud employeemanagement project completed created in Proj:DOT NET Team by Fouzia Nishat', 0),
+(4125, 23, 'Task:Logout Session,using Crud employeemanagement project completed created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4126, 39, 'Task:Logout Session,using Crud employeemanagement project completed created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4127, 17, 'Task:Logout Session,using Crud employeemanagement project completed created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4128, 2, 'Task:Bela Agro Product page design created in Proj:Design & Demo by Sabuj Maksud', 0),
+(4129, 23, 'Task:Bela Agro Product page design created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4130, 39, 'Task:Bela Agro Product page design created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4131, 17, 'Task:Bela Agro Product page design created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4132, 2, 'Task:IT Impress Real Estate created in Proj:Design & Demo by Sabuj Maksud', 0),
+(4133, 23, 'Task:IT Impress Real Estate created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4134, 39, 'Task:IT Impress Real Estate created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4135, 17, 'Task:IT Impress Real Estate created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4136, 2, 'Task:Stylecraft Limited created in Proj:Design & Demo by Sabuj Maksud', 0),
+(4137, 23, 'Task:Stylecraft Limited created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4138, 39, 'Task:Stylecraft Limited created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4139, 17, 'Task:Stylecraft Limited created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4140, 2, 'Task:admin dashboard design modification created in Proj:Navista Website by Md. Tanjim Al Akib', 0),
+(4141, 23, 'Task:admin dashboard design modification created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4142, 39, 'Task:admin dashboard design modification created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4143, 32, 'Task:admin dashboard design modification created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4144, 2, 'Task:TIme Line Bug fix created in Proj:Navista Website by Md. Tanjim Al Akib', 0),
+(4145, 23, 'Task:TIme Line Bug fix created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4146, 39, 'Task:TIme Line Bug fix created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4147, 32, 'Task:TIme Line Bug fix created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4148, 2, 'Task:CSR INITIATIVES created in Proj:Navista Website by Md. Tanjim Al Akib', 0),
+(4149, 23, 'Task:CSR INITIATIVES created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4150, 39, 'Task:CSR INITIATIVES created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4151, 32, 'Task:CSR INITIATIVES created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4152, 2, 'Task:Study Press Case Study created in Proj:Navista Website by Md. Tanjim Al Akib', 0),
+(4153, 23, 'Task:Study Press Case Study created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4154, 39, 'Task:Study Press Case Study created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4155, 32, 'Task:Study Press Case Study created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4156, 2, 'Task:Working on client\' Feedback:Pilot Program created in Proj:Wake Sports by Shamme Zeba', 0),
+(4157, 23, 'Task:Working on client\' Feedback:Pilot Program created in Proj:Wake Sports by Shamme Zeba', 1),
+(4158, 39, 'Task:Working on client\' Feedback:Pilot Program created in Proj:Wake Sports by Shamme Zeba', 1),
+(4159, 17, 'Task:Working on client\' Feedback:Pilot Program created in Proj:Wake Sports by Shamme Zeba', 1),
+(4160, 2, 'Task:Facebook Post Create (General + Agrani Bank) created in Proj:Studypress B by Jamil Shakil', 0),
+(4161, 23, 'Task:Facebook Post Create (General + Agrani Bank) created in Proj:Studypress B by Jamil Shakil', 1),
+(4162, 39, 'Task:Facebook Post Create (General + Agrani Bank) created in Proj:Studypress B by Jamil Shakil', 1),
+(4163, 17, 'Task:Facebook Post Create (General + Agrani Bank) created in Proj:Studypress B by Jamil Shakil', 1),
+(4164, 2, 'Proj: Map Routing created by admin', 0),
+(4165, 23, 'Proj: Map Routing created by admin', 1),
+(4166, 39, 'Proj: Map Routing created by admin', 1),
+(4167, 2, 'Md. Hasibul Hasan assigned in Proj:Map Routing by admin', 0),
+(4168, 23, 'Md. Hasibul Hasan assigned in Proj:Map Routing by admin', 1),
+(4169, 39, 'Md. Hasibul Hasan assigned in Proj:Map Routing by admin', 1),
+(4170, 58, 'You assigned in Proj:Map Routing by admin', 0),
+(4171, 2, 'Md. Hasibul Hasan assigned as a PM in Proj:Map Routing by admin', 0),
+(4172, 23, 'Md. Hasibul Hasan assigned as a PM in Proj:Map Routing by admin', 1),
+(4173, 39, 'Md. Hasibul Hasan assigned as a PM in Proj:Map Routing by admin', 1),
+(4174, 58, 'Md. Hasibul Hasan assigned as a PM in Proj:Map Routing by admin', 0),
+(4175, 2, 'Task:Choose the relay setting in the CSV table created in Proj:Wake Sports by Mamun Hasan', 0),
+(4176, 23, 'Task:Choose the relay setting in the CSV table created in Proj:Wake Sports by Mamun Hasan', 1),
+(4177, 39, 'Task:Choose the relay setting in the CSV table created in Proj:Wake Sports by Mamun Hasan', 1),
+(4178, 17, 'Task:Choose the relay setting in the CSV table created in Proj:Wake Sports by Mamun Hasan', 1),
+(4179, 2, 'Task:Draw markers on map created in Proj:Map Routing by Md. Hasibul Hasan', 0),
+(4180, 23, 'Task:Draw markers on map created in Proj:Map Routing by Md. Hasibul Hasan', 1),
+(4181, 39, 'Task:Draw markers on map created in Proj:Map Routing by Md. Hasibul Hasan', 1),
+(4182, 17, 'Task:Draw markers on map created in Proj:Map Routing by Md. Hasibul Hasan', 1),
+(4183, 2, 'Ifetkhar Rasul assigned in Task:Done a music store project for advance learning of Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(4184, 23, 'Ifetkhar Rasul assigned in Task:Done a music store project for advance learning of Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4185, 39, 'Ifetkhar Rasul assigned in Task:Done a music store project for advance learning of Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4186, 2, 'Task:Draw routes between markers created in Proj:Map Routing by Md. Hasibul Hasan', 0),
+(4187, 23, 'Task:Draw routes between markers created in Proj:Map Routing by Md. Hasibul Hasan', 1),
+(4188, 39, 'Task:Draw routes between markers created in Proj:Map Routing by Md. Hasibul Hasan', 1),
+(4189, 17, 'Task:Draw routes between markers created in Proj:Map Routing by Md. Hasibul Hasan', 1),
+(4190, 2, 'Task:My previous task is continue  created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(4191, 23, 'Task:My previous task is continue  created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4192, 39, 'Task:My previous task is continue  created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4193, 17, 'Task:My previous task is continue  created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4194, 2, 'Task:some problems of previous project are solving created in Proj:DOT NET Team by Fouzia Nishat', 0),
+(4195, 23, 'Task:some problems of previous project are solving created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4196, 39, 'Task:some problems of previous project are solving created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4197, 17, 'Task:some problems of previous project are solving created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4198, 2, 'Md. Tanjim Al Akib assigned in Proj:Studypress B by admin', 0),
+(4199, 23, 'Md. Tanjim Al Akib assigned in Proj:Studypress B by admin', 1),
+(4200, 39, 'Md. Tanjim Al Akib assigned in Proj:Studypress B by admin', 1),
+(4201, 44, 'You assigned in Proj:Studypress B by admin', 0),
+(4202, 2, 'Md. Tanjim Al Akib assigned as a PM in Proj:Studypress B by admin', 0),
+(4203, 23, 'Md. Tanjim Al Akib assigned as a PM in Proj:Studypress B by admin', 1),
+(4204, 39, 'Md. Tanjim Al Akib assigned as a PM in Proj:Studypress B by admin', 1),
+(4205, 20, 'Md. Tanjim Al Akib assigned as a PM in Proj:Studypress B by admin', 0),
+(4206, 39, 'Md. Tanjim Al Akib assigned as a PM in Proj:Studypress B by admin', 1),
+(4207, 28, 'Md. Tanjim Al Akib assigned as a PM in Proj:Studypress B by admin', 0),
+(4208, 44, 'Md. Tanjim Al Akib assigned as a PM in Proj:Studypress B by admin', 0),
+(4209, 2, 'Task:Agrani Bank English Model Test Create created in Proj:Studypress B by Jamil Shakil', 0),
+(4210, 23, 'Task:Agrani Bank English Model Test Create created in Proj:Studypress B by Jamil Shakil', 1),
+(4211, 39, 'Task:Agrani Bank English Model Test Create created in Proj:Studypress B by Jamil Shakil', 1),
+(4212, 17, 'Task:Agrani Bank English Model Test Create created in Proj:Studypress B by Jamil Shakil', 1),
+(4213, 2, 'Md. Tanjim Al Akib lost PM position from Proj:Studypress B by admin', 0),
+(4214, 23, 'Md. Tanjim Al Akib lost PM position from Proj:Studypress B by admin', 1),
+(4215, 39, 'Md. Tanjim Al Akib lost PM position from Proj:Studypress B by admin', 1),
+(4216, 20, 'Md. Tanjim Al Akib lost PM position from Proj:Studypress B by admin', 0),
+(4217, 39, 'Md. Tanjim Al Akib lost PM position from Proj:Studypress B by admin', 1),
+(4218, 28, 'Md. Tanjim Al Akib lost PM position from Proj:Studypress B by admin', 0),
+(4219, 44, 'Md. Tanjim Al Akib lost PM position from Proj:Studypress B by admin', 0),
+(4220, 2, 'Md. Tanjim Al Akib removed from Proj:Studypress B by admin', 0),
+(4221, 23, 'Md. Tanjim Al Akib removed from Proj:Studypress B by admin', 1),
+(4222, 39, 'Md. Tanjim Al Akib removed from Proj:Studypress B by admin', 1),
+(4223, 44, 'You removed from Proj:Studypress B by admin', 0),
+(4224, 2, 'Proj: Studypress Upgradation created by admin', 0),
+(4225, 23, 'Proj: Studypress Upgradation created by admin', 1),
+(4226, 39, 'Proj: Studypress Upgradation created by admin', 1),
+(4227, 2, 'Md. Tanjim Al Akib assigned in Proj:Studypress Upgradation by admin', 0),
+(4228, 23, 'Md. Tanjim Al Akib assigned in Proj:Studypress Upgradation by admin', 1),
+(4229, 39, 'Md. Tanjim Al Akib assigned in Proj:Studypress Upgradation by admin', 1),
+(4230, 44, 'You assigned in Proj:Studypress Upgradation by admin', 0),
+(4231, 2, 'Md. Tanjim Al Akib assigned as a PM in Proj:Studypress Upgradation by admin', 0),
+(4232, 23, 'Md. Tanjim Al Akib assigned as a PM in Proj:Studypress Upgradation by admin', 1),
+(4233, 39, 'Md. Tanjim Al Akib assigned as a PM in Proj:Studypress Upgradation by admin', 1),
+(4234, 44, 'Md. Tanjim Al Akib assigned as a PM in Proj:Studypress Upgradation by admin', 0),
+(4235, 2, 'Task:Project Installation created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 0),
+(4236, 23, 'Task:Project Installation created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4237, 39, 'Task:Project Installation created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4238, 17, 'Task:Project Installation created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4239, 2, 'Task:Course Crud created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 0),
+(4240, 23, 'Task:Course Crud created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4241, 39, 'Task:Course Crud created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4242, 17, 'Task:Course Crud created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4243, 2, 'Task:Bela Agro - Shopping Cart process created in Proj:Design & Demo by Sabuj Maksud', 0),
+(4244, 23, 'Task:Bela Agro - Shopping Cart process created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4245, 39, 'Task:Bela Agro - Shopping Cart process created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4246, 17, 'Task:Bela Agro - Shopping Cart process created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4247, 2, 'A comment added in Task:Bela Agro - Shopping Cart process of Proj:Design & Demo by Sabuj Maksud', 0),
+(4248, 23, 'A comment added in Task:Bela Agro - Shopping Cart process of Proj:Design & Demo by Sabuj Maksud', 1),
+(4249, 39, 'A comment added in Task:Bela Agro - Shopping Cart process of Proj:Design & Demo by Sabuj Maksud', 1),
+(4250, 17, 'A comment added in Task:Bela Agro - Shopping Cart process of Proj:Design & Demo by Sabuj Maksud', 1),
+(4251, 2, 'Task:Front End Design Issues created in Proj:Navista Website by Md. Tanjim Al Akib', 0),
+(4252, 23, 'Task:Front End Design Issues created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4253, 39, 'Task:Front End Design Issues created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4254, 32, 'Task:Front End Design Issues created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4255, 2, 'Task:Contact Us page  -- Bela Agro created in Proj:Design & Demo by Sabuj Maksud', 0),
+(4256, 23, 'Task:Contact Us page  -- Bela Agro created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4257, 39, 'Task:Contact Us page  -- Bela Agro created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4258, 17, 'Task:Contact Us page  -- Bela Agro created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4259, 2, 'Task:Working on Pilot Progam created in Proj:Wake Sports by Shamme Zeba', 0),
+(4260, 23, 'Task:Working on Pilot Progam created in Proj:Wake Sports by Shamme Zeba', 1),
+(4261, 39, 'Task:Working on Pilot Progam created in Proj:Wake Sports by Shamme Zeba', 1),
+(4262, 17, 'Task:Working on Pilot Progam created in Proj:Wake Sports by Shamme Zeba', 1),
+(4263, 2, 'Task:Bela Agro - Checkout process ---Place  order created in Proj:Design & Demo by Sabuj Maksud', 0),
+(4264, 23, 'Task:Bela Agro - Checkout process ---Place  order created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4265, 39, 'Task:Bela Agro - Checkout process ---Place  order created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4266, 17, 'Task:Bela Agro - Checkout process ---Place  order created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4267, 2, 'Task:Bug Fixing created in Proj:Wake Sports by Mamun Hasan', 0),
+(4268, 23, 'Task:Bug Fixing created in Proj:Wake Sports by Mamun Hasan', 1),
+(4269, 39, 'Task:Bug Fixing created in Proj:Wake Sports by Mamun Hasan', 1),
+(4270, 17, 'Task:Bug Fixing created in Proj:Wake Sports by Mamun Hasan', 1),
+(4271, 2, 'Task:practicing and learning of iDENTITY FRAMEWORK created in Proj:DOT NET Team by Fouzia Nishat', 0),
+(4272, 23, 'Task:practicing and learning of iDENTITY FRAMEWORK created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4273, 39, 'Task:practicing and learning of iDENTITY FRAMEWORK created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4274, 17, 'Task:practicing and learning of iDENTITY FRAMEWORK created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4275, 2, 'Proj: Bela Agro created by admin', 0),
+(4276, 23, 'Proj: Bela Agro created by admin', 1),
+(4277, 39, 'Proj: Bela Agro created by admin', 1),
+(4278, 2, 'Maruf Al Bashir  assigned in Proj:Bela Agro by admin', 0),
+(4279, 23, 'Maruf Al Bashir  assigned in Proj:Bela Agro by admin', 1),
+(4280, 39, 'Maruf Al Bashir  assigned in Proj:Bela Agro by admin', 1),
+(4281, 41, 'You assigned in Proj:Bela Agro by admin', 0),
+(4282, 2, 'Maruf Al Bashir  assigned as a PM in Proj:Bela Agro by admin', 0),
+(4283, 23, 'Maruf Al Bashir  assigned as a PM in Proj:Bela Agro by admin', 1),
+(4284, 39, 'Maruf Al Bashir  assigned as a PM in Proj:Bela Agro by admin', 1),
+(4285, 41, 'Maruf Al Bashir  assigned as a PM in Proj:Bela Agro by admin', 0),
+(4286, 2, 'Task:Home , Single Product Page created in Proj:Bela Agro by Maruf Al Bashir ', 0),
+(4287, 23, 'Task:Home , Single Product Page created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4288, 39, 'Task:Home , Single Product Page created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4289, 17, 'Task:Home , Single Product Page created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4290, 2, 'Task:music store 2nd part created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(4291, 23, 'Task:music store 2nd part created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4292, 39, 'Task:music store 2nd part created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4293, 17, 'Task:music store 2nd part created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4294, 2, 'Task:Vocabulary post - 8 created in Proj:Studypress B by Jamil Shakil', 0),
+(4295, 23, 'Task:Vocabulary post - 8 created in Proj:Studypress B by Jamil Shakil', 1),
+(4296, 39, 'Task:Vocabulary post - 8 created in Proj:Studypress B by Jamil Shakil', 1),
+(4297, 17, 'Task:Vocabulary post - 8 created in Proj:Studypress B by Jamil Shakil', 1),
+(4298, 2, 'Task:Agrani Bank Model Test (Math) created in Proj:Studypress B by Jamil Shakil', 0),
+(4299, 23, 'Task:Agrani Bank Model Test (Math) created in Proj:Studypress B by Jamil Shakil', 1),
+(4300, 39, 'Task:Agrani Bank Model Test (Math) created in Proj:Studypress B by Jamil Shakil', 1),
+(4301, 17, 'Task:Agrani Bank Model Test (Math) created in Proj:Studypress B by Jamil Shakil', 1),
+(4302, 2, 'Task:Contact email not sending created in Proj:Eduaid by Shamim', 0),
+(4303, 23, 'Task:Contact email not sending created in Proj:Eduaid by Shamim', 1),
+(4304, 39, 'Task:Contact email not sending created in Proj:Eduaid by Shamim', 1),
+(4305, 49, 'Task:Contact email not sending created in Proj:Eduaid by Shamim', 1),
+(4306, 2, 'Task:Contact Email template change created in Proj:Eduaid by Shamim', 0),
+(4307, 23, 'Task:Contact Email template change created in Proj:Eduaid by Shamim', 1),
+(4308, 39, 'Task:Contact Email template change created in Proj:Eduaid by Shamim', 1),
+(4309, 49, 'Task:Contact Email template change created in Proj:Eduaid by Shamim', 1),
+(4310, 2, 'Task:Adding ireland phone number and flag on the top of home page created in Proj:Eduaid by Shamim', 0),
+(4311, 23, 'Task:Adding ireland phone number and flag on the top of home page created in Proj:Eduaid by Shamim', 1),
+(4312, 39, 'Task:Adding ireland phone number and flag on the top of home page created in Proj:Eduaid by Shamim', 1),
+(4313, 49, 'Task:Adding ireland phone number and flag on the top of home page created in Proj:Eduaid by Shamim', 1),
+(4314, 23, 'Task:BAIRA Website Demo created in Proj:Design & Demo by admin', 1),
+(4315, 39, 'Task:BAIRA Website Demo created in Proj:Design & Demo by admin', 1),
+(4316, 28, 'Task:BAIRA Website Demo created in Proj:Design & Demo by admin', 0),
+(4317, 30, 'Task:BAIRA Website Demo created in Proj:Design & Demo by admin', 0),
+(4318, 17, 'Task:BAIRA Website Demo created in Proj:Design & Demo by admin', 1),
+(4319, 2, 'Task:fix email in online assesment created in Proj:Eduaid by Shamim', 0),
+(4320, 23, 'Task:fix email in online assesment created in Proj:Eduaid by Shamim', 1),
+(4321, 39, 'Task:fix email in online assesment created in Proj:Eduaid by Shamim', 1),
+(4322, 49, 'Task:fix email in online assesment created in Proj:Eduaid by Shamim', 1),
+(4323, 2, 'Task:Product Page created in Proj:Bela Agro by Maruf Al Bashir ', 0),
+(4324, 23, 'Task:Product Page created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4325, 39, 'Task:Product Page created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4326, 17, 'Task:Product Page created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4327, 2, 'Task:Home , product single created in Proj:Bela Agro by Maruf Al Bashir ', 0),
+(4328, 23, 'Task:Home , product single created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4329, 39, 'Task:Home , product single created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4330, 17, 'Task:Home , product single created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4331, 2, 'Task:Identity framework fracticing created in Proj:DOT NET Team by Fouzia Nishat', 0),
+(4332, 23, 'Task:Identity framework fracticing created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4333, 39, 'Task:Identity framework fracticing created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4334, 17, 'Task:Identity framework fracticing created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4335, 2, 'Task:previous project continue created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(4336, 23, 'Task:previous project continue created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4337, 39, 'Task:previous project continue created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4338, 17, 'Task:previous project continue created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4339, 2, 'Task:Identity framework practicing.. created in Proj:DOT NET Team by Fouzia Nishat', 0),
+(4340, 23, 'Task:Identity framework practicing.. created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4341, 39, 'Task:Identity framework practicing.. created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4342, 17, 'Task:Identity framework practicing.. created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4343, 2, 'Task:wakeboard bug solving created in Proj:Wake Sports by Shamme Zeba', 0),
+(4344, 23, 'Task:wakeboard bug solving created in Proj:Wake Sports by Shamme Zeba', 1),
+(4345, 39, 'Task:wakeboard bug solving created in Proj:Wake Sports by Shamme Zeba', 1),
+(4346, 17, 'Task:wakeboard bug solving created in Proj:Wake Sports by Shamme Zeba', 1),
+(4347, 2, 'Task:Course Content Crud created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 0),
+(4348, 23, 'Task:Course Content Crud created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4349, 39, 'Task:Course Content Crud created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4350, 17, 'Task:Course Content Crud created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4351, 2, 'Task:Bug fixing and testing Pilot program created in Proj:Wake Sports by Shamme Zeba', 0),
+(4352, 23, 'Task:Bug fixing and testing Pilot program created in Proj:Wake Sports by Shamme Zeba', 1),
+(4353, 39, 'Task:Bug fixing and testing Pilot program created in Proj:Wake Sports by Shamme Zeba', 1),
+(4354, 17, 'Task:Bug fixing and testing Pilot program created in Proj:Wake Sports by Shamme Zeba', 1),
+(4355, 2, 'Task:BAIRA website - - Member list, photo gallery, contact page created in Proj:Design & Demo by Sabuj Maksud', 0),
+(4356, 23, 'Task:BAIRA website - - Member list, photo gallery, contact page created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4357, 39, 'Task:BAIRA website - - Member list, photo gallery, contact page created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4358, 17, 'Task:BAIRA website - - Member list, photo gallery, contact page created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4359, 2, 'Task:project continue created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(4360, 23, 'Task:project continue created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4361, 39, 'Task:project continue created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4362, 17, 'Task:project continue created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4363, 2, 'Task:Identity Framwork created in Proj:DOT NET Team by Fouzia Nishat', 0),
+(4364, 23, 'Task:Identity Framwork created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4365, 39, 'Task:Identity Framwork created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4366, 17, 'Task:Identity Framwork created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4367, 2, 'Task:Contact Us, Registration created in Proj:Bela Agro by Maruf Al Bashir ', 0),
+(4368, 23, 'Task:Contact Us, Registration created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4369, 39, 'Task:Contact Us, Registration created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4370, 17, 'Task:Contact Us, Registration created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4371, 2, 'Task:User enrollment discussion with shamim vai created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 0),
+(4372, 23, 'Task:User enrollment discussion with shamim vai created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4373, 39, 'Task:User enrollment discussion with shamim vai created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4374, 17, 'Task:User enrollment discussion with shamim vai created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4375, 2, 'Task:Batch Crud  created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 0),
+(4376, 23, 'Task:Batch Crud  created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4377, 39, 'Task:Batch Crud  created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4378, 17, 'Task:Batch Crud  created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4379, 2, 'Task:Input from file and finishing created in Proj:Map Routing by Md. Hasibul Hasan', 0),
+(4380, 23, 'Task:Input from file and finishing created in Proj:Map Routing by Md. Hasibul Hasan', 1),
+(4381, 39, 'Task:Input from file and finishing created in Proj:Map Routing by Md. Hasibul Hasan', 1),
+(4382, 17, 'Task:Input from file and finishing created in Proj:Map Routing by Md. Hasibul Hasan', 1),
+(4383, 2, 'Task:BAIRA website - HTML -- monitoring created in Proj:Design & Demo by Sabuj Maksud', 0),
+(4384, 23, 'Task:BAIRA website - HTML -- monitoring created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4385, 39, 'Task:BAIRA website - HTML -- monitoring created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4386, 17, 'Task:BAIRA website - HTML -- monitoring created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4387, 2, 'Task:Modify Current World created in Proj:Wake Sports by Shamme Zeba', 0),
+(4388, 23, 'Task:Modify Current World created in Proj:Wake Sports by Shamme Zeba', 1),
+(4389, 39, 'Task:Modify Current World created in Proj:Wake Sports by Shamme Zeba', 1),
+(4390, 17, 'Task:Modify Current World created in Proj:Wake Sports by Shamme Zeba', 1),
+(4391, 2, 'Task:Reporting a document with all the features created in Proj:Map Routing by Md. Hasibul Hasan', 0),
+(4392, 23, 'Task:Reporting a document with all the features created in Proj:Map Routing by Md. Hasibul Hasan', 1),
+(4393, 39, 'Task:Reporting a document with all the features created in Proj:Map Routing by Md. Hasibul Hasan', 1),
+(4394, 17, 'Task:Reporting a document with all the features created in Proj:Map Routing by Md. Hasibul Hasan', 1),
+(4395, 2, 'Task:project continue created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(4396, 23, 'Task:project continue created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4397, 39, 'Task:project continue created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4398, 17, 'Task:project continue created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4399, 2, 'Task:finishig of identity lession created in Proj:DOT NET Team by Fouzia Nishat', 0),
+(4400, 23, 'Task:finishig of identity lession created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4401, 39, 'Task:finishig of identity lession created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4402, 17, 'Task:finishig of identity lession created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4403, 2, 'Task:User enrollment  created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 0),
+(4404, 23, 'Task:User enrollment  created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4405, 39, 'Task:User enrollment  created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4406, 17, 'Task:User enrollment  created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4407, 2, 'Task:previous project continue created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(4408, 23, 'Task:previous project continue created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4409, 39, 'Task:previous project continue created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4410, 17, 'Task:previous project continue created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4411, 2, 'Task:Try to design http://weareadaptable.com/ created in Proj:Design & Demo by Sabuj Maksud', 0),
+(4412, 23, 'Task:Try to design http://weareadaptable.com/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4413, 39, 'Task:Try to design http://weareadaptable.com/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4414, 17, 'Task:Try to design http://weareadaptable.com/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4415, 2, 'Task:course modification created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 0),
+(4416, 23, 'Task:course modification created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4417, 39, 'Task:course modification created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4418, 17, 'Task:course modification created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4419, 2, 'Task:Nuvista Design Upgrade created in Proj:Navista Website by Md. Tanjim Al Akib', 0),
+(4420, 23, 'Task:Nuvista Design Upgrade created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4421, 39, 'Task:Nuvista Design Upgrade created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4422, 32, 'Task:Nuvista Design Upgrade created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4423, 2, 'Task:Fix relay send created in Proj:Wake Sports by Mamun Hasan', 0),
+(4424, 23, 'Task:Fix relay send created in Proj:Wake Sports by Mamun Hasan', 1),
+(4425, 39, 'Task:Fix relay send created in Proj:Wake Sports by Mamun Hasan', 1),
+(4426, 17, 'Task:Fix relay send created in Proj:Wake Sports by Mamun Hasan', 1),
+(4427, 2, 'Task:Bela Agro, Registation Page created in Proj:Bela Agro by Maruf Al Bashir ', 0),
+(4428, 23, 'Task:Bela Agro, Registation Page created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4429, 39, 'Task:Bela Agro, Registation Page created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4430, 17, 'Task:Bela Agro, Registation Page created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4431, 2, 'Task:Identity lession completed created in Proj:DOT NET Team by Fouzia Nishat', 0),
+(4432, 23, 'Task:Identity lession completed created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4433, 39, 'Task:Identity lession completed created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4434, 17, 'Task:Identity lession completed created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4435, 2, 'Task:Home Slider Change created in Proj:Bela Agro by Maruf Al Bashir ', 0),
+(4436, 23, 'Task:Home Slider Change created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4437, 39, 'Task:Home Slider Change created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4438, 17, 'Task:Home Slider Change created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4439, 2, 'Task:asd created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 0),
+(4440, 23, 'Task:asd created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4441, 39, 'Task:asd created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4442, 17, 'Task:asd created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4443, 2, 'Task:cart list , checkout page created in Proj:Bela Agro by Maruf Al Bashir ', 0),
+(4444, 23, 'Task:cart list , checkout page created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4445, 39, 'Task:cart list , checkout page created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4446, 17, 'Task:cart list , checkout page created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4447, 2, 'Task:http://weareadaptable.com/work/ created in Proj:Design & Demo by Sabuj Maksud', 0),
+(4448, 23, 'Task:http://weareadaptable.com/work/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4449, 39, 'Task:http://weareadaptable.com/work/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4450, 17, 'Task:http://weareadaptable.com/work/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4451, 2, 'Proj: Task Management created by admin', 0),
+(4452, 23, 'Proj: Task Management created by admin', 1),
+(4453, 39, 'Proj: Task Management created by admin', 1),
+(4454, 2, 'Shamim assigned in Proj:Task Management by admin', 0),
+(4455, 23, 'Shamim assigned in Proj:Task Management by admin', 1),
+(4456, 39, 'Shamim assigned in Proj:Task Management by admin', 1),
+(4457, 28, 'You assigned in Proj:Task Management by admin', 0),
+(4458, 23, 'Task:Company info in view company page should be editable created in Proj:Task Management by admin', 1),
+(4459, 39, 'Task:Company info in view company page should be editable created in Proj:Task Management by admin', 1),
+(4460, 28, 'Task:Company info in view company page should be editable created in Proj:Task Management by admin', 0),
+(4461, 23, 'Task:Designation is not displaying in view company page address book section created in Proj:Task Management by admin', 1),
+(4462, 39, 'Task:Designation is not displaying in view company page address book section created in Proj:Task Management by admin', 1),
+(4463, 28, 'Task:Designation is not displaying in view company page address book section created in Proj:Task Management by admin', 0),
+(4464, 23, 'Task:new address data will be inserted from add new service page created in Proj:Task Management by admin', 1),
+(4465, 39, 'Task:new address data will be inserted from add new service page created in Proj:Task Management by admin', 1),
+(4466, 28, 'Task:new address data will be inserted from add new service page created in Proj:Task Management by admin', 0),
+(4467, 2, 'Task:User course enrollement created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 0),
+(4468, 23, 'Task:User course enrollement created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4469, 39, 'Task:User course enrollement created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4470, 17, 'Task:User course enrollement created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4471, 23, 'Task:activity not recorded for every action in view company page created in Proj:Task Management by admin', 1),
+(4472, 39, 'Task:activity not recorded for every action in view company page created in Proj:Task Management by admin', 1),
+(4473, 28, 'Task:activity not recorded for every action in view company page created in Proj:Task Management by admin', 0),
+(4474, 2, 'Task:nuvista design issues created in Proj:Navista Website by Md. Tanjim Al Akib', 0),
+(4475, 23, 'Task:nuvista design issues created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4476, 39, 'Task:nuvista design issues created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4477, 32, 'Task:nuvista design issues created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4478, 2, 'Task:Otobi --  offer page created in Proj:Design & Demo by Sabuj Maksud', 0),
+(4479, 23, 'Task:Otobi --  offer page created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4480, 39, 'Task:Otobi --  offer page created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4481, 17, 'Task:Otobi --  offer page created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4482, 2, 'Task:Nuvista  created in Proj:Design & Demo by Sabuj Maksud', 0),
+(4483, 23, 'Task:Nuvista  created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4484, 39, 'Task:Nuvista  created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4485, 17, 'Task:Nuvista  created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4486, 2, 'Task:create a role base web page using asp.net identity created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(4487, 23, 'Task:create a role base web page using asp.net identity created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4488, 39, 'Task:create a role base web page using asp.net identity created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4489, 17, 'Task:create a role base web page using asp.net identity created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4490, 2, 'Proj: Prottoy Medical Ltd created by admin', 0),
+(4491, 23, 'Proj: Prottoy Medical Ltd created by admin', 1),
+(4492, 39, 'Proj: Prottoy Medical Ltd created by admin', 1),
+(4493, 2, 'Minhaz assigned in Proj:Prottoy Medical Ltd by admin', 0),
+(4494, 23, 'Minhaz assigned in Proj:Prottoy Medical Ltd by admin', 1),
+(4495, 39, 'Minhaz assigned in Proj:Prottoy Medical Ltd by admin', 1),
+(4496, 59, 'You assigned in Proj:Prottoy Medical Ltd by admin', 1),
+(4497, 2, 'Task:cart list , responsive  created in Proj:Bela Agro by Maruf Al Bashir ', 0),
+(4498, 23, 'Task:cart list , responsive  created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4499, 39, 'Task:cart list , responsive  created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4500, 17, 'Task:cart list , responsive  created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4501, 2, 'Task:Identity lession 2 created in Proj:DOT NET Team by Fouzia Nishat', 0),
+(4502, 23, 'Task:Identity lession 2 created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4503, 39, 'Task:Identity lession 2 created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4504, 17, 'Task:Identity lession 2 created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4505, 2, 'Task:working on client feed back created in Proj:Wake Sports by Shamme Zeba', 0),
+(4506, 23, 'Task:working on client feed back created in Proj:Wake Sports by Shamme Zeba', 1),
+(4507, 39, 'Task:working on client feed back created in Proj:Wake Sports by Shamme Zeba', 1),
+(4508, 17, 'Task:working on client feed back created in Proj:Wake Sports by Shamme Zeba', 1),
+(4509, 23, 'Task:Please allow line break in news details created in Proj:Studypress B by admin', 1),
+(4510, 39, 'Task:Please allow line break in news details created in Proj:Studypress B by admin', 1),
+(4511, 20, 'Task:Please allow line break in news details created in Proj:Studypress B by admin', 0),
+(4512, 39, 'Task:Please allow line break in news details created in Proj:Studypress B by admin', 1),
+(4513, 28, 'Task:Please allow line break in news details created in Proj:Studypress B by admin', 0),
+(4514, 23, 'A comment added in Task:Please allow line break in news details of Proj:Studypress B by admin', 1),
+(4515, 39, 'A comment added in Task:Please allow line break in news details of Proj:Studypress B by admin', 1),
+(4516, 28, 'A comment added in Task:Please allow line break in news details of Proj:Studypress B by admin', 0),
+(4517, 17, 'A comment added in Task:Please allow line break in news details of Proj:Studypress B by admin', 1),
+(4518, 2, 'Shamim assigned in Proj:Studypress Upgradation by admin', 0),
+(4519, 23, 'Shamim assigned in Proj:Studypress Upgradation by admin', 1),
+(4520, 39, 'Shamim assigned in Proj:Studypress Upgradation by admin', 1),
+(4521, 28, 'You assigned in Proj:Studypress Upgradation by admin', 0),
+(4522, 2, 'Task:Responsive all media created in Proj:Bela Agro by Maruf Al Bashir ', 0),
+(4523, 23, 'Task:Responsive all media created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4524, 39, 'Task:Responsive all media created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4525, 17, 'Task:Responsive all media created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4526, 2, 'Task:Demo project practice  created in Proj:DOT NET Team by Fouzia Nishat', 0),
+(4527, 23, 'Task:Demo project practice  created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4528, 39, 'Task:Demo project practice  created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4529, 17, 'Task:Demo project practice  created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4530, 2, 'Task:http://weareadaptable.com/work/national-express/ created in Proj:Design & Demo by Sabuj Maksud', 0),
+(4531, 23, 'Task:http://weareadaptable.com/work/national-express/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4532, 39, 'Task:http://weareadaptable.com/work/national-express/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4533, 17, 'Task:http://weareadaptable.com/work/national-express/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4534, 2, 'Task:testing all page created in Proj:Bela Agro by Maruf Al Bashir ', 0),
+(4535, 23, 'Task:testing all page created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4536, 39, 'Task:testing all page created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4537, 17, 'Task:testing all page created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4538, 2, 'Task:Footer menu page created in Proj:Bela Agro by Maruf Al Bashir ', 0),
+(4539, 23, 'Task:Footer menu page created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4540, 39, 'Task:Footer menu page created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4541, 17, 'Task:Footer menu page created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4542, 2, 'Task:Customize created in Proj:Bela Agro by Maruf Al Bashir ', 0),
+(4543, 23, 'Task:Customize created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4544, 39, 'Task:Customize created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4545, 17, 'Task:Customize created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4546, 23, 'Task:???????? ????????? ???????? ???? ???  created in Proj:Studypress B by admin', 1),
+(4547, 39, 'Task:???????? ????????? ???????? ???? ???  created in Proj:Studypress B by admin', 1),
+(4548, 20, 'Task:???????? ????????? ???????? ???? ???  created in Proj:Studypress B by admin', 0),
+(4549, 39, 'Task:???????? ????????? ???????? ???? ???  created in Proj:Studypress B by admin', 1);
+INSERT INTO `notification` (`id`, `user_id`, `msg`, `status`) VALUES
+(4550, 28, 'Task:???????? ????????? ???????? ???? ???  created in Proj:Studypress B by admin', 1),
+(4551, 23, 'Task:?????? ?????? created in Proj:Studypress B by admin', 1),
+(4552, 39, 'Task:?????? ?????? created in Proj:Studypress B by admin', 1),
+(4553, 20, 'Task:?????? ?????? created in Proj:Studypress B by admin', 0),
+(4554, 39, 'Task:?????? ?????? created in Proj:Studypress B by admin', 1),
+(4555, 28, 'Task:?????? ?????? created in Proj:Studypress B by admin', 1),
+(4556, 23, 'Task:Delete these chapters created in Proj:Studypress Upgradation by admin', 1),
+(4557, 39, 'Task:Delete these chapters created in Proj:Studypress Upgradation by admin', 1),
+(4558, 44, 'Task:Delete these chapters created in Proj:Studypress Upgradation by admin', 0),
+(4559, 28, 'Task:Delete these chapters created in Proj:Studypress Upgradation by admin', 1),
+(4560, 23, 'Task:Add Questions to this chapter created in Proj:Studypress B by admin', 1),
+(4561, 39, 'Task:Add Questions to this chapter created in Proj:Studypress B by admin', 1),
+(4562, 20, 'Task:Add Questions to this chapter created in Proj:Studypress B by admin', 0),
+(4563, 39, 'Task:Add Questions to this chapter created in Proj:Studypress B by admin', 1),
+(4564, 28, 'Task:Add Questions to this chapter created in Proj:Studypress B by admin', 1),
+(4565, 23, 'Task:Add Questions to this chapter created in Proj:Studypress B by admin', 1),
+(4566, 39, 'Task:Add Questions to this chapter created in Proj:Studypress B by admin', 1),
+(4567, 20, 'Task:Add Questions to this chapter created in Proj:Studypress B by admin', 0),
+(4568, 39, 'Task:Add Questions to this chapter created in Proj:Studypress B by admin', 1),
+(4569, 28, 'Task:Add Questions to this chapter created in Proj:Studypress B by admin', 1),
+(4570, 23, 'Task:Chapter details:: Written BCS Category created in Proj:Studypress B by admin', 1),
+(4571, 39, 'Task:Chapter details:: Written BCS Category created in Proj:Studypress B by admin', 1),
+(4572, 20, 'Task:Chapter details:: Written BCS Category created in Proj:Studypress B by admin', 0),
+(4573, 39, 'Task:Chapter details:: Written BCS Category created in Proj:Studypress B by admin', 1),
+(4574, 28, 'Task:Chapter details:: Written BCS Category created in Proj:Studypress B by admin', 1),
+(4575, 2, 'Helal Mohammad assigned in Proj:Studypress B by admin', 0),
+(4576, 23, 'Helal Mohammad assigned in Proj:Studypress B by admin', 1),
+(4577, 39, 'Helal Mohammad assigned in Proj:Studypress B by admin', 1),
+(4578, 23, 'You assigned in Proj:Studypress B by admin', 1),
+(4579, 23, 'Task:Add Chapter Details to Reading Comprehension	 created in Proj:Studypress B by admin', 1),
+(4580, 39, 'Task:Add Chapter Details to Reading Comprehension	 created in Proj:Studypress B by admin', 1),
+(4581, 20, 'Task:Add Chapter Details to Reading Comprehension	 created in Proj:Studypress B by admin', 0),
+(4582, 39, 'Task:Add Chapter Details to Reading Comprehension	 created in Proj:Studypress B by admin', 1),
+(4583, 28, 'Task:Add Chapter Details to Reading Comprehension	 created in Proj:Studypress B by admin', 1),
+(4584, 23, 'Task:Add Chapter Details to Reading Comprehension	 created in Proj:Studypress B by admin', 1),
+(4585, 23, 'Task:Add Chapter Details for written Mental Ability created in Proj:Studypress B by admin', 1),
+(4586, 39, 'Task:Add Chapter Details for written Mental Ability created in Proj:Studypress B by admin', 1),
+(4587, 20, 'Task:Add Chapter Details for written Mental Ability created in Proj:Studypress B by admin', 0),
+(4588, 39, 'Task:Add Chapter Details for written Mental Ability created in Proj:Studypress B by admin', 1),
+(4589, 28, 'Task:Add Chapter Details for written Mental Ability created in Proj:Studypress B by admin', 1),
+(4590, 23, 'Task:Add Chapter Details for written Mental Ability created in Proj:Studypress B by admin', 1),
+(4591, 2, 'Task:course enrollment design  created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 0),
+(4592, 23, 'Task:course enrollment design  created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4593, 39, 'Task:course enrollment design  created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4594, 17, 'Task:course enrollment design  created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4595, 2, 'Task:http://weareadaptable.com/contact/ created in Proj:Design & Demo by Sabuj Maksud', 0),
+(4596, 23, 'Task:http://weareadaptable.com/contact/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4597, 39, 'Task:http://weareadaptable.com/contact/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4598, 17, 'Task:http://weareadaptable.com/contact/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4599, 2, 'Task:previous project continue created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(4600, 23, 'Task:previous project continue created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4601, 39, 'Task:previous project continue created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4602, 17, 'Task:previous project continue created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4603, 2, 'Task:Make Documentation created in Proj:Navista Website by Md. Tanjim Al Akib', 0),
+(4604, 23, 'Task:Make Documentation created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4605, 39, 'Task:Make Documentation created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4606, 32, 'Task:Make Documentation created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4607, 2, 'Task:upload bela agro on server created in Proj:Bela Agro by Maruf Al Bashir ', 0),
+(4608, 23, 'Task:upload bela agro on server created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4609, 39, 'Task:upload bela agro on server created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4610, 17, 'Task:upload bela agro on server created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4611, 2, 'Task:DropBox Sync ISSUE created in Proj:Wake Sports by Mamun Hasan', 0),
+(4612, 23, 'Task:DropBox Sync ISSUE created in Proj:Wake Sports by Mamun Hasan', 1),
+(4613, 39, 'Task:DropBox Sync ISSUE created in Proj:Wake Sports by Mamun Hasan', 1),
+(4614, 17, 'Task:DropBox Sync ISSUE created in Proj:Wake Sports by Mamun Hasan', 1),
+(4615, 2, 'Task:Testing on Server created in Proj:Bela Agro by Maruf Al Bashir ', 0),
+(4616, 23, 'Task:Testing on Server created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4617, 39, 'Task:Testing on Server created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4618, 17, 'Task:Testing on Server created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4619, 2, 'Task:wiedu  created in Proj:Bela Agro by Maruf Al Bashir ', 0),
+(4620, 23, 'Task:wiedu  created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4621, 39, 'Task:wiedu  created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4622, 17, 'Task:wiedu  created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4623, 23, 'Task:asd removed from Proj:Studypress Upgradation by admin', 1),
+(4624, 39, 'Task:asd removed from Proj:Studypress Upgradation by admin', 1),
+(4625, 44, 'Task:asd removed from Proj:Studypress Upgradation by admin', 0),
+(4626, 28, 'Task:asd removed from Proj:Studypress Upgradation by admin', 1),
+(4627, 2, 'Task:Some Style Change created in Proj:Bela Agro by Maruf Al Bashir ', 0),
+(4628, 23, 'Task:Some Style Change created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4629, 39, 'Task:Some Style Change created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4630, 17, 'Task:Some Style Change created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4631, 2, 'Task:testing of Nuvista created in Proj:DOT NET Team by Fouzia Nishat', 0),
+(4632, 23, 'Task:testing of Nuvista created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4633, 39, 'Task:testing of Nuvista created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4634, 17, 'Task:testing of Nuvista created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4635, 2, 'Task:Weekly Round Up > Subscribe created in Proj:Design & Demo by Sabuj Maksud', 0),
+(4636, 23, 'Task:Weekly Round Up > Subscribe created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4637, 39, 'Task:Weekly Round Up > Subscribe created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4638, 17, 'Task:Weekly Round Up > Subscribe created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4639, 2, 'Task:wiedu created in Proj:Bela Agro by Maruf Al Bashir ', 0),
+(4640, 23, 'Task:wiedu created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4641, 39, 'Task:wiedu created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4642, 17, 'Task:wiedu created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4643, 23, 'A comment added in Task:Meghna Bank MTO 2016 of Proj:Studypress B by admin', 1),
+(4644, 39, 'A comment added in Task:Meghna Bank MTO 2016 of Proj:Studypress B by admin', 1),
+(4645, 20, 'A comment added in Task:Meghna Bank MTO 2016 of Proj:Studypress B by admin', 0),
+(4646, 17, 'A comment added in Task:Meghna Bank MTO 2016 of Proj:Studypress B by admin', 1),
+(4647, 2, 'Task:http://prottoymedical.com/index.html created in Proj:Design & Demo by Sabuj Maksud', 0),
+(4648, 23, 'Task:http://prottoymedical.com/index.html created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4649, 39, 'Task:http://prottoymedical.com/index.html created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4650, 17, 'Task:http://prottoymedical.com/index.html created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4651, 2, 'Task:project documention created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(4652, 23, 'Task:project documention created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4653, 39, 'Task:project documention created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4654, 17, 'Task:project documention created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4655, 23, 'Task:Quizz App removed from Proj:Wake Sports by admin', 1),
+(4656, 39, 'Task:Quizz App removed from Proj:Wake Sports by admin', 1),
+(4657, 36, 'Task:Quizz App removed from Proj:Wake Sports by admin', 0),
+(4658, 29, 'Task:Quizz App removed from Proj:Wake Sports by admin', 0),
+(4659, 17, 'Task:Quizz App removed from Proj:Wake Sports by admin', 1),
+(4660, 2, 'Proj: Task Management created by admin', 0),
+(4661, 23, 'Proj: Task Management created by admin', 1),
+(4662, 39, 'Proj: Task Management created by admin', 1),
+(4663, 2, 'Md. Tanjim Al Akib assigned in Proj:Task Management by admin', 0),
+(4664, 23, 'Md. Tanjim Al Akib assigned in Proj:Task Management by admin', 1),
+(4665, 39, 'Md. Tanjim Al Akib assigned in Proj:Task Management by admin', 1),
+(4666, 44, 'You assigned in Proj:Task Management by admin', 0),
+(4667, 2, 'Md. Tanjim Al Akib assigned as a PM in Proj:Task Management by admin', 0),
+(4668, 23, 'Md. Tanjim Al Akib assigned as a PM in Proj:Task Management by admin', 1),
+(4669, 39, 'Md. Tanjim Al Akib assigned as a PM in Proj:Task Management by admin', 1),
+(4670, 44, 'Md. Tanjim Al Akib assigned as a PM in Proj:Task Management by admin', 0),
+(4671, 23, 'Task:Dashboard Design & Functionality Modification created in Proj:Task Management by admin', 1),
+(4672, 39, 'Task:Dashboard Design & Functionality Modification created in Proj:Task Management by admin', 1),
+(4673, 44, 'Task:Dashboard Design & Functionality Modification created in Proj:Task Management by admin', 0),
+(4674, 2, 'Task:http://weareadaptable.com/studio/ created in Proj:Design & Demo by Sabuj Maksud', 0),
+(4675, 23, 'Task:http://weareadaptable.com/studio/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4676, 39, 'Task:http://weareadaptable.com/studio/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4677, 17, 'Task:http://weareadaptable.com/studio/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4678, 2, 'Task:project documentation continue.. created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(4679, 23, 'Task:project documentation continue.. created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4680, 39, 'Task:project documentation continue.. created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4681, 17, 'Task:project documentation continue.. created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4682, 2, 'Task:Footer Widget Style Change created in Proj:Bela Agro by Maruf Al Bashir ', 0),
+(4683, 23, 'Task:Footer Widget Style Change created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4684, 39, 'Task:Footer Widget Style Change created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4685, 17, 'Task:Footer Widget Style Change created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4686, 2, 'Task:http://weareadaptable.com/careers/ created in Proj:Design & Demo by Sabuj Maksud', 0),
+(4687, 23, 'Task:http://weareadaptable.com/careers/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4688, 39, 'Task:http://weareadaptable.com/careers/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4689, 17, 'Task:http://weareadaptable.com/careers/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4690, 2, 'Task:Bug Fixing created in Proj:Navista Website by Md. Tanjim Al Akib', 0),
+(4691, 23, 'Task:Bug Fixing created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4692, 39, 'Task:Bug Fixing created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4693, 32, 'Task:Bug Fixing created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4694, 2, 'Proj: Sales Force  created by admin', 0),
+(4695, 23, 'Proj: Sales Force  created by admin', 1),
+(4696, 39, 'Proj: Sales Force  created by admin', 1),
+(4697, 2, 'Md. Hasibul Hasan assigned in Proj:Sales Force  by admin', 0),
+(4698, 23, 'Md. Hasibul Hasan assigned in Proj:Sales Force  by admin', 1),
+(4699, 39, 'Md. Hasibul Hasan assigned in Proj:Sales Force  by admin', 1),
+(4700, 58, 'You assigned in Proj:Sales Force  by admin', 0),
+(4701, 23, 'Task:Not using SIM created in Proj:Sales Force  by admin', 1),
+(4702, 39, 'Task:Not using SIM created in Proj:Sales Force  by admin', 1),
+(4703, 58, 'Task:Not using SIM created in Proj:Sales Force  by admin', 0),
+(4704, 23, 'Task:Location off devices list created in Proj:Sales Force  by admin', 1),
+(4705, 39, 'Task:Location off devices list created in Proj:Sales Force  by admin', 1),
+(4706, 58, 'Task:Location off devices list created in Proj:Sales Force  by admin', 0),
+(4707, 23, 'Task:Location vs. Time graph (team/agent) created in Proj:Sales Force  by admin', 1),
+(4708, 39, 'Task:Location vs. Time graph (team/agent) created in Proj:Sales Force  by admin', 1),
+(4709, 58, 'Task:Location vs. Time graph (team/agent) created in Proj:Sales Force  by admin', 0),
+(4710, 23, 'Task:Highest/lowest area covered PPO list created in Proj:Sales Force  by admin', 1),
+(4711, 39, 'Task:Highest/lowest area covered PPO list created in Proj:Sales Force  by admin', 1),
+(4712, 58, 'Task:Highest/lowest area covered PPO list created in Proj:Sales Force  by admin', 0),
+(4713, 23, 'Task:List of idle people created in Proj:Sales Force  by admin', 1),
+(4714, 39, 'Task:List of idle people created in Proj:Sales Force  by admin', 1),
+(4715, 58, 'Task:List of idle people created in Proj:Sales Force  by admin', 0),
+(4716, 23, 'Task:Order collection report (territory/team) wise created in Proj:Sales Force  by admin', 1),
+(4717, 39, 'Task:Order collection report (territory/team) wise created in Proj:Sales Force  by admin', 1),
+(4718, 58, 'Task:Order collection report (territory/team) wise created in Proj:Sales Force  by admin', 0),
+(4719, 23, 'Task:Delivery report (territory/team) wise created in Proj:Sales Force  by admin', 1),
+(4720, 39, 'Task:Delivery report (territory/team) wise created in Proj:Sales Force  by admin', 1),
+(4721, 58, 'Task:Delivery report (territory/team) wise created in Proj:Sales Force  by admin', 0),
+(4722, 23, 'Task:Performance report month wise list. created in Proj:Sales Force  by admin', 1),
+(4723, 39, 'Task:Performance report month wise list. created in Proj:Sales Force  by admin', 1),
+(4724, 58, 'Task:Performance report month wise list. created in Proj:Sales Force  by admin', 0),
+(4725, 23, 'Task:Pacific Jeans Website Demo created in Proj:Design & Demo by admin', 1),
+(4726, 39, 'Task:Pacific Jeans Website Demo created in Proj:Design & Demo by admin', 1),
+(4727, 28, 'Task:Pacific Jeans Website Demo created in Proj:Design & Demo by admin', 1),
+(4728, 30, 'Task:Pacific Jeans Website Demo created in Proj:Design & Demo by admin', 0),
+(4729, 17, 'Task:Pacific Jeans Website Demo created in Proj:Design & Demo by admin', 1),
+(4730, 2, 'Task:wiedu created in Proj:Bela Agro by Maruf Al Bashir ', 0),
+(4731, 23, 'Task:wiedu created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4732, 39, 'Task:wiedu created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4733, 17, 'Task:wiedu created in Proj:Bela Agro by Maruf Al Bashir ', 1),
+(4734, 2, 'Task:Adding Dashboard to Project created in Proj:Sales Force  by Md. Hasibul Hasan', 0),
+(4735, 23, 'Task:Adding Dashboard to Project created in Proj:Sales Force  by Md. Hasibul Hasan', 1),
+(4736, 39, 'Task:Adding Dashboard to Project created in Proj:Sales Force  by Md. Hasibul Hasan', 1),
+(4737, 17, 'Task:Adding Dashboard to Project created in Proj:Sales Force  by Md. Hasibul Hasan', 1),
+(4738, 2, 'Task:csr-activity created in Proj:Navista Website by Md. Tanjim Al Akib', 0),
+(4739, 23, 'Task:csr-activity created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4740, 39, 'Task:csr-activity created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4741, 32, 'Task:csr-activity created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4742, 2, 'Task:blog commenting created in Proj:Navista Website by Md. Tanjim Al Akib', 0),
+(4743, 23, 'Task:blog commenting created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4744, 39, 'Task:blog commenting created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4745, 32, 'Task:blog commenting created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(4746, 2, 'Proj: Wiudu -  Nazma Tara  created by admin', 0),
+(4747, 23, 'Proj: Wiudu -  Nazma Tara  created by admin', 1),
+(4748, 39, 'Proj: Wiudu -  Nazma Tara  created by admin', 1),
+(4749, 2, 'Maruf Al Bashir  assigned in Proj:Wiudu -  Nazma Tara  by admin', 0),
+(4750, 23, 'Maruf Al Bashir  assigned in Proj:Wiudu -  Nazma Tara  by admin', 1),
+(4751, 39, 'Maruf Al Bashir  assigned in Proj:Wiudu -  Nazma Tara  by admin', 1),
+(4752, 41, 'You assigned in Proj:Wiudu -  Nazma Tara  by admin', 0),
+(4753, 2, 'Maruf Al Bashir  assigned as a PM in Proj:Wiudu -  Nazma Tara  by admin', 0),
+(4754, 23, 'Maruf Al Bashir  assigned as a PM in Proj:Wiudu -  Nazma Tara  by admin', 1),
+(4755, 39, 'Maruf Al Bashir  assigned as a PM in Proj:Wiudu -  Nazma Tara  by admin', 1),
+(4756, 41, 'Maruf Al Bashir  assigned as a PM in Proj:Wiudu -  Nazma Tara  by admin', 0),
+(4757, 2, 'Maruf Al Bashir  lost PM position from Proj:Wiudu -  Nazma Tara  by admin', 0),
+(4758, 23, 'Maruf Al Bashir  lost PM position from Proj:Wiudu -  Nazma Tara  by admin', 1),
+(4759, 39, 'Maruf Al Bashir  lost PM position from Proj:Wiudu -  Nazma Tara  by admin', 1),
+(4760, 41, 'Maruf Al Bashir  lost PM position from Proj:Wiudu -  Nazma Tara  by admin', 0),
+(4761, 2, 'Task:Engine Webservice Issue created in Proj:Wake Sports by Mamun Hasan', 0),
+(4762, 23, 'Task:Engine Webservice Issue created in Proj:Wake Sports by Mamun Hasan', 1),
+(4763, 39, 'Task:Engine Webservice Issue created in Proj:Wake Sports by Mamun Hasan', 1),
+(4764, 17, 'Task:Engine Webservice Issue created in Proj:Wake Sports by Mamun Hasan', 1),
+(4765, 2, 'Task:Home , Event  created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 0),
+(4766, 23, 'Task:Home , Event  created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4767, 39, 'Task:Home , Event  created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4768, 17, 'Task:Home , Event  created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4769, 2, 'Task:Design change created in Proj:Task Management by Md. Tanjim Al Akib', 0),
+(4770, 23, 'Task:Design change created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(4771, 39, 'Task:Design change created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(4772, 17, 'Task:Design change created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(4773, 2, 'Task:Design change created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 0),
+(4774, 23, 'Task:Design change created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4775, 39, 'Task:Design change created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4776, 17, 'Task:Design change created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4777, 2, 'Task:course details change created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 0),
+(4778, 23, 'Task:course details change created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4779, 39, 'Task:course details change created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4780, 17, 'Task:course details change created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4781, 2, 'Task:bug fixing created in Proj:Wake Sports by Shamme Zeba', 0),
+(4782, 23, 'Task:bug fixing created in Proj:Wake Sports by Shamme Zeba', 1),
+(4783, 39, 'Task:bug fixing created in Proj:Wake Sports by Shamme Zeba', 1),
+(4784, 17, 'Task:bug fixing created in Proj:Wake Sports by Shamme Zeba', 1),
+(4785, 2, 'Task:previous task continue created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(4786, 23, 'Task:previous task continue created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4787, 39, 'Task:previous task continue created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4788, 17, 'Task:previous task continue created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4789, 2, 'Task:safasf created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 0),
+(4790, 23, 'Task:safasf created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4791, 39, 'Task:safasf created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4792, 17, 'Task:safasf created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4793, 2, 'Task:test created in Proj:Design & Demo by Sabuj Maksud', 0),
+(4794, 23, 'Task:test created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4795, 39, 'Task:test created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4796, 17, 'Task:test created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4797, 2, 'Task:Gallery, Event ,Header , Footer created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 0),
+(4798, 23, 'Task:Gallery, Event ,Header , Footer created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4799, 39, 'Task:Gallery, Event ,Header , Footer created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4800, 17, 'Task:Gallery, Event ,Header , Footer created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4801, 2, 'Task:Tutorials  created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 0),
+(4802, 23, 'Task:Tutorials  created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4803, 39, 'Task:Tutorials  created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4804, 17, 'Task:Tutorials  created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4805, 2, 'Task: Tutorials , Contact , Join us created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 0),
+(4806, 23, 'Task: Tutorials , Contact , Join us created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4807, 39, 'Task: Tutorials , Contact , Join us created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4808, 17, 'Task: Tutorials , Contact , Join us created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4809, 2, 'Task:Pacific Jeans  website home fine tunning created in Proj:Design & Demo by Sabuj Maksud', 0),
+(4810, 23, 'Task:Pacific Jeans  website home fine tunning created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4811, 39, 'Task:Pacific Jeans  website home fine tunning created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4812, 17, 'Task:Pacific Jeans  website home fine tunning created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4813, 2, 'Task:Invoice Search created in Proj:Task Management by Md. Tanjim Al Akib', 0),
+(4814, 23, 'Task:Invoice Search created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(4815, 39, 'Task:Invoice Search created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(4816, 17, 'Task:Invoice Search created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(4817, 2, 'Task:Upcoming Event created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 0),
+(4818, 23, 'Task:Upcoming Event created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4819, 39, 'Task:Upcoming Event created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4820, 17, 'Task:Upcoming Event created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4821, 2, 'Task:responsive check created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 0),
+(4822, 23, 'Task:responsive check created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4823, 39, 'Task:responsive check created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4824, 17, 'Task:responsive check created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4825, 2, 'Task:demo project of identity  completed created in Proj:DOT NET Team by Fouzia Nishat', 0),
+(4826, 23, 'Task:demo project of identity  completed created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4827, 39, 'Task:demo project of identity  completed created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4828, 17, 'Task:demo project of identity  completed created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4829, 2, 'Task:Pacific Jeans  Another template design created in Proj:Design & Demo by Sabuj Maksud', 0),
+(4830, 23, 'Task:Pacific Jeans  Another template design created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4831, 39, 'Task:Pacific Jeans  Another template design created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4832, 17, 'Task:Pacific Jeans  Another template design created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4833, 2, 'Task:Otobi support  created in Proj:Design & Demo by Sabuj Maksud', 0),
+(4834, 23, 'Task:Otobi support  created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4835, 39, 'Task:Otobi support  created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4836, 17, 'Task:Otobi support  created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4837, 2, 'Task:creating role using identity created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(4838, 23, 'Task:creating role using identity created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4839, 39, 'Task:creating role using identity created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4840, 17, 'Task:creating role using identity created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4841, 2, 'Task:Meeting with Profile Ltd.  created in Proj:Design & Demo by Sabuj Maksud', 0),
+(4842, 23, 'Task:Meeting with Profile Ltd.  created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4843, 39, 'Task:Meeting with Profile Ltd.  created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4844, 17, 'Task:Meeting with Profile Ltd.  created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4845, 2, 'Task:contact form  created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 0),
+(4846, 23, 'Task:contact form  created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4847, 39, 'Task:contact form  created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4848, 17, 'Task:contact form  created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4849, 2, 'Task:Make permission for user using identity created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(4850, 23, 'Task:Make permission for user using identity created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4851, 39, 'Task:Make permission for user using identity created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4852, 17, 'Task:Make permission for user using identity created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4853, 2, 'Task:test created in Proj:DOT NET Team by Fouzia Nishat', 0),
+(4854, 23, 'Task:test created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4855, 39, 'Task:test created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4856, 17, 'Task:test created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4857, 2, 'Task:Vocabulary Management created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 0),
+(4858, 23, 'Task:Vocabulary Management created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4859, 39, 'Task:Vocabulary Management created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4860, 17, 'Task:Vocabulary Management created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4861, 2, 'Task:Vocabulary and exam management created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 0),
+(4862, 23, 'Task:Vocabulary and exam management created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4863, 39, 'Task:Vocabulary and exam management created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4864, 17, 'Task:Vocabulary and exam management created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4865, 2, 'Task:make documents of payroll management created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(4866, 23, 'Task:make documents of payroll management created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4867, 39, 'Task:make documents of payroll management created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4868, 17, 'Task:make documents of payroll management created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4869, 2, 'Task:learning c# oop created in Proj:DOT NET Team by Fouzia Nishat', 0),
+(4870, 23, 'Task:learning c# oop created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4871, 39, 'Task:learning c# oop created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4872, 17, 'Task:learning c# oop created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4873, 2, 'Task:Hosted the demo project in client pc created in Proj:Sales Force  by Md. Hasibul Hasan', 0),
+(4874, 23, 'Task:Hosted the demo project in client pc created in Proj:Sales Force  by Md. Hasibul Hasan', 1),
+(4875, 39, 'Task:Hosted the demo project in client pc created in Proj:Sales Force  by Md. Hasibul Hasan', 1),
+(4876, 17, 'Task:Hosted the demo project in client pc created in Proj:Sales Force  by Md. Hasibul Hasan', 1),
+(4877, 2, 'Task:https://www.alchemy-digital.co.uk/ created in Proj:Design & Demo by Sabuj Maksud', 0),
+(4878, 23, 'Task:https://www.alchemy-digital.co.uk/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4879, 39, 'Task:https://www.alchemy-digital.co.uk/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4880, 17, 'Task:https://www.alchemy-digital.co.uk/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4881, 2, 'Task:Woocommerce created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 0),
+(4882, 23, 'Task:Woocommerce created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4883, 39, 'Task:Woocommerce created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4884, 17, 'Task:Woocommerce created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4885, 2, 'Task:Facebook Posts created in Proj:Studypress B by Jamil Shakil', 0),
+(4886, 23, 'Task:Facebook Posts created in Proj:Studypress B by Jamil Shakil', 1),
+(4887, 39, 'Task:Facebook Posts created in Proj:Studypress B by Jamil Shakil', 1),
+(4888, 17, 'Task:Facebook Posts created in Proj:Studypress B by Jamil Shakil', 1),
+(4889, 2, 'Task:pubali bank TO Teller exam model test created in Proj:Studypress B by Jamil Shakil', 0),
+(4890, 23, 'Task:pubali bank TO Teller exam model test created in Proj:Studypress B by Jamil Shakil', 1),
+(4891, 39, 'Task:pubali bank TO Teller exam model test created in Proj:Studypress B by Jamil Shakil', 1),
+(4892, 17, 'Task:pubali bank TO Teller exam model test created in Proj:Studypress B by Jamil Shakil', 1),
+(4893, 2, 'Task:Style Change created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 0),
+(4894, 23, 'Task:Style Change created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4895, 39, 'Task:Style Change created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4896, 17, 'Task:Style Change created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4897, 2, 'Task:https://www.alchemy-digital.co.uk/about/ created in Proj:Design & Demo by Sabuj Maksud', 0),
+(4898, 23, 'Task:https://www.alchemy-digital.co.uk/about/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4899, 39, 'Task:https://www.alchemy-digital.co.uk/about/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4900, 17, 'Task:https://www.alchemy-digital.co.uk/about/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4901, 2, 'Task:Learning Role base access controller created in Proj:DOT NET Team by Fouzia Nishat', 0),
+(4902, 23, 'Task:Learning Role base access controller created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4903, 39, 'Task:Learning Role base access controller created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4904, 17, 'Task:Learning Role base access controller created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4905, 2, 'Task:Testing and debugging Wakeboard pilot program created in Proj:Wake Sports by Shamme Zeba', 0),
+(4906, 23, 'Task:Testing and debugging Wakeboard pilot program created in Proj:Wake Sports by Shamme Zeba', 1),
+(4907, 39, 'Task:Testing and debugging Wakeboard pilot program created in Proj:Wake Sports by Shamme Zeba', 1),
+(4908, 17, 'Task:Testing and debugging Wakeboard pilot program created in Proj:Wake Sports by Shamme Zeba', 1),
+(4909, 23, 'Ifetkhar Rasul assigned in Task:Scoreboard of cricket.. of Proj:DOT NET Team by admin', 1),
+(4910, 39, 'Ifetkhar Rasul assigned in Task:Scoreboard of cricket.. of Proj:DOT NET Team by admin', 1),
+(4911, 47, 'You assigned in Task:Scoreboard of cricket.. of Proj:DOT NET Team by admin', 0),
+(4912, 2, 'Task:Vocabulary Management Upgradation created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 0),
+(4913, 23, 'Task:Vocabulary Management Upgradation created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4914, 39, 'Task:Vocabulary Management Upgradation created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4915, 17, 'Task:Vocabulary Management Upgradation created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(4916, 2, 'Task:Documantation of payroll management system  created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(4917, 23, 'Task:Documantation of payroll management system  created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4918, 39, 'Task:Documantation of payroll management system  created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4919, 17, 'Task:Documantation of payroll management system  created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4920, 2, 'Shamme Zeba assigned in Proj:Task Management by admin', 0),
+(4921, 23, 'Shamme Zeba assigned in Proj:Task Management by admin', 1),
+(4922, 39, 'Shamme Zeba assigned in Proj:Task Management by admin', 1),
+(4923, 36, 'You assigned in Proj:Task Management by admin', 0),
+(4924, 2, 'Task:Navigation Drawer Implementation created in Proj:Task Management by Shamme Zeba', 0),
+(4925, 23, 'Task:Navigation Drawer Implementation created in Proj:Task Management by Shamme Zeba', 1),
+(4926, 39, 'Task:Navigation Drawer Implementation created in Proj:Task Management by Shamme Zeba', 1),
+(4927, 17, 'Task:Navigation Drawer Implementation created in Proj:Task Management by Shamme Zeba', 1),
+(4928, 2, 'Task:summitcommunications created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 0),
+(4929, 23, 'Task:summitcommunications created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4930, 39, 'Task:summitcommunications created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4931, 17, 'Task:summitcommunications created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4932, 2, 'Task:Employee Management created in Proj:Task Management by Md. Tanjim Al Akib', 0),
+(4933, 23, 'Task:Employee Management created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(4934, 39, 'Task:Employee Management created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(4935, 17, 'Task:Employee Management created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(4936, 2, 'Task:Summitcommunications created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 0),
+(4937, 23, 'Task:Summitcommunications created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4938, 39, 'Task:Summitcommunications created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4939, 17, 'Task:Summitcommunications created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4940, 2, 'Task:Bootstrap 4 created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 0),
+(4941, 23, 'Task:Bootstrap 4 created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4942, 39, 'Task:Bootstrap 4 created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4943, 17, 'Task:Bootstrap 4 created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4944, 2, 'Task:User information Api created in Proj:Task Management by Md. Tanjim Al Akib', 0),
+(4945, 23, 'Task:User information Api created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(4946, 39, 'Task:User information Api created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(4947, 17, 'Task:User information Api created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(4948, 2, 'Task:Project Api created in Proj:Task Management by Md. Tanjim Al Akib', 0),
+(4949, 23, 'Task:Project Api created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(4950, 39, 'Task:Project Api created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(4951, 17, 'Task:Project Api created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(4952, 2, 'Task:All Api realted works created in Proj:Task Management by Md. Tanjim Al Akib', 0),
+(4953, 23, 'Task:All Api realted works created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(4954, 39, 'Task:All Api realted works created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(4955, 17, 'Task:All Api realted works created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(4956, 2, 'Task:studypress work created in Proj:DOT NET Team by Fouzia Nishat', 0),
+(4957, 23, 'Task:studypress work created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4958, 39, 'Task:studypress work created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4959, 17, 'Task:studypress work created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(4960, 2, 'Task:ex-comr created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 0),
+(4961, 23, 'Task:ex-comr created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4962, 39, 'Task:ex-comr created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4963, 17, 'Task:ex-comr created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(4964, 2, 'Task:zopim till payer bhai comes created in Proj:Studypress B by Jamil Shakil', 0),
+(4965, 23, 'Task:zopim till payer bhai comes created in Proj:Studypress B by Jamil Shakil', 1),
+(4966, 39, 'Task:zopim till payer bhai comes created in Proj:Studypress B by Jamil Shakil', 1),
+(4967, 17, 'Task:zopim till payer bhai comes created in Proj:Studypress B by Jamil Shakil', 1),
+(4968, 2, 'Task:Morning Posts to engage Users created in Proj:Studypress B by Jamil Shakil', 0),
+(4969, 23, 'Task:Morning Posts to engage Users created in Proj:Studypress B by Jamil Shakil', 1),
+(4970, 39, 'Task:Morning Posts to engage Users created in Proj:Studypress B by Jamil Shakil', 1),
+(4971, 17, 'Task:Morning Posts to engage Users created in Proj:Studypress B by Jamil Shakil', 1),
+(4972, 2, 'Task:Navigation drawer >> data display & beautification created in Proj:Task Management by Shamme Zeba', 0),
+(4973, 23, 'Task:Navigation drawer >> data display & beautification created in Proj:Task Management by Shamme Zeba', 1),
+(4974, 39, 'Task:Navigation drawer >> data display & beautification created in Proj:Task Management by Shamme Zeba', 1),
+(4975, 17, 'Task:Navigation drawer >> data display & beautification created in Proj:Task Management by Shamme Zeba', 1),
+(4976, 2, 'Mamun Hasan assigned in Task:Engine Webservice Issue of Proj:Wake Sports by Mamun Hasan', 0),
+(4977, 23, 'Mamun Hasan assigned in Task:Engine Webservice Issue of Proj:Wake Sports by Mamun Hasan', 1),
+(4978, 39, 'Mamun Hasan assigned in Task:Engine Webservice Issue of Proj:Wake Sports by Mamun Hasan', 1),
+(4979, 2, 'Mamun Hasan assigned in Task:Engine Webservice Issue of Proj:Wake Sports by Mamun Hasan', 0),
+(4980, 23, 'Mamun Hasan assigned in Task:Engine Webservice Issue of Proj:Wake Sports by Mamun Hasan', 1),
+(4981, 39, 'Mamun Hasan assigned in Task:Engine Webservice Issue of Proj:Wake Sports by Mamun Hasan', 1),
+(4982, 2, 'Task:pubali bank TO Teller Bangla created in Proj:Studypress B by Jamil Shakil', 0),
+(4983, 23, 'Task:pubali bank TO Teller Bangla created in Proj:Studypress B by Jamil Shakil', 1),
+(4984, 39, 'Task:pubali bank TO Teller Bangla created in Proj:Studypress B by Jamil Shakil', 1),
+(4985, 17, 'Task:pubali bank TO Teller Bangla created in Proj:Studypress B by Jamil Shakil', 1),
+(4986, 2, 'Task:https://www.alchemy-digital.co.uk/projects/ created in Proj:Design & Demo by Sabuj Maksud', 0),
+(4987, 23, 'Task:https://www.alchemy-digital.co.uk/projects/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4988, 39, 'Task:https://www.alchemy-digital.co.uk/projects/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4989, 17, 'Task:https://www.alchemy-digital.co.uk/projects/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(4990, 2, 'Task:Afternoon Facebook Posts created in Proj:Studypress B by Jamil Shakil', 0),
+(4991, 23, 'Task:Afternoon Facebook Posts created in Proj:Studypress B by Jamil Shakil', 1),
+(4992, 39, 'Task:Afternoon Facebook Posts created in Proj:Studypress B by Jamil Shakil', 1),
+(4993, 17, 'Task:Afternoon Facebook Posts created in Proj:Studypress B by Jamil Shakil', 1),
+(4994, 2, 'Task:scanpack installation and provide support  created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(4995, 23, 'Task:scanpack installation and provide support  created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4996, 39, 'Task:scanpack installation and provide support  created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4997, 17, 'Task:scanpack installation and provide support  created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(4998, 2, 'Task:FAQ, Tutorials created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 0),
+(4999, 23, 'Task:FAQ, Tutorials created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(5000, 39, 'Task:FAQ, Tutorials created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(5001, 17, 'Task:FAQ, Tutorials created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(5002, 2, 'Task:Attendace System Integration created in Proj:Task Management by Md. Tanjim Al Akib', 0),
+(5003, 23, 'Task:Attendace System Integration created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5004, 39, 'Task:Attendace System Integration created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5005, 17, 'Task:Attendace System Integration created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5006, 2, 'Task:https://www.alchemy-digital.co.uk/egg-hunt/ created in Proj:Design & Demo by Sabuj Maksud', 0),
+(5007, 23, 'Task:https://www.alchemy-digital.co.uk/egg-hunt/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5008, 39, 'Task:https://www.alchemy-digital.co.uk/egg-hunt/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5009, 17, 'Task:https://www.alchemy-digital.co.uk/egg-hunt/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5010, 2, 'Task:Seo created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 0),
+(5011, 23, 'Task:Seo created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(5012, 39, 'Task:Seo created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(5013, 17, 'Task:Seo created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(5014, 2, 'Task:FB Post created in Proj:Studypress B by Jamil Shakil', 0),
+(5015, 23, 'Task:FB Post created in Proj:Studypress B by Jamil Shakil', 1),
+(5016, 39, 'Task:FB Post created in Proj:Studypress B by Jamil Shakil', 1),
+(5017, 17, 'Task:FB Post created in Proj:Studypress B by Jamil Shakil', 1),
+(5018, 2, 'Task:pubali bank TO Teller Bangla (Cont.) created in Proj:Studypress B by Jamil Shakil', 0),
+(5019, 23, 'Task:pubali bank TO Teller Bangla (Cont.) created in Proj:Studypress B by Jamil Shakil', 1),
+(5020, 39, 'Task:pubali bank TO Teller Bangla (Cont.) created in Proj:Studypress B by Jamil Shakil', 1),
+(5021, 17, 'Task:pubali bank TO Teller Bangla (Cont.) created in Proj:Studypress B by Jamil Shakil', 1),
+(5022, 2, 'Task:Editorial Translate created in Proj:Studypress B by Jamil Shakil', 0),
+(5023, 23, 'Task:Editorial Translate created in Proj:Studypress B by Jamil Shakil', 1),
+(5024, 39, 'Task:Editorial Translate created in Proj:Studypress B by Jamil Shakil', 1),
+(5025, 17, 'Task:Editorial Translate created in Proj:Studypress B by Jamil Shakil', 1),
+(5026, 2, 'Task:css less created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 0),
+(5027, 23, 'Task:css less created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(5028, 39, 'Task:css less created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(5029, 17, 'Task:css less created in Proj:Wiudu -  Nazma Tara  by Maruf Al Bashir ', 1),
+(5030, 2, 'Task:make permission for role created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(5031, 23, 'Task:make permission for role created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5032, 39, 'Task:make permission for role created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5033, 17, 'Task:make permission for role created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5034, 2, 'Task:studypress work,role base access controller  created in Proj:DOT NET Team by Fouzia Nishat', 0),
+(5035, 23, 'Task:studypress work,role base access controller  created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(5036, 39, 'Task:studypress work,role base access controller  created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(5037, 17, 'Task:studypress work,role base access controller  created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(5038, 2, 'Task: studypress work,role base access controller  created in Proj:DOT NET Team by Fouzia Nishat', 0),
+(5039, 23, 'Task: studypress work,role base access controller  created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(5040, 39, 'Task: studypress work,role base access controller  created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(5041, 17, 'Task: studypress work,role base access controller  created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(5042, 2, 'Task:Islami bank PO 2017Math created in Proj:Studypress B by Jamil Shakil', 0),
+(5043, 23, 'Task:Islami bank PO 2017Math created in Proj:Studypress B by Jamil Shakil', 1),
+(5044, 39, 'Task:Islami bank PO 2017Math created in Proj:Studypress B by Jamil Shakil', 1),
+(5045, 17, 'Task:Islami bank PO 2017Math created in Proj:Studypress B by Jamil Shakil', 1),
+(5046, 2, 'Task:Last record id api created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 0),
+(5047, 23, 'Task:Last record id api created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(5048, 39, 'Task:Last record id api created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(5049, 17, 'Task:Last record id api created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(5050, 2, 'Task:Only Needed record api created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 0),
+(5051, 23, 'Task:Only Needed record api created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(5052, 39, 'Task:Only Needed record api created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(5053, 17, 'Task:Only Needed record api created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(5054, 2, 'Task:Full record api created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 0),
+(5055, 23, 'Task:Full record api created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(5056, 39, 'Task:Full record api created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(5057, 17, 'Task:Full record api created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(5058, 2, 'Task:https://www.alchemy-digital.co.uk/projects/talktalk/ created in Proj:Design & Demo by Sabuj Maksud', 0),
+(5059, 23, 'Task:https://www.alchemy-digital.co.uk/projects/talktalk/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5060, 39, 'Task:https://www.alchemy-digital.co.uk/projects/talktalk/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5061, 17, 'Task:https://www.alchemy-digital.co.uk/projects/talktalk/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5062, 2, 'Task:Morning Posts to engage Users created in Proj:Studypress B by Jamil Shakil', 0),
+(5063, 23, 'Task:Morning Posts to engage Users created in Proj:Studypress B by Jamil Shakil', 1),
+(5064, 39, 'Task:Morning Posts to engage Users created in Proj:Studypress B by Jamil Shakil', 1),
+(5065, 17, 'Task:Morning Posts to engage Users created in Proj:Studypress B by Jamil Shakil', 1),
+(5066, 2, 'Task:Training Module created in Proj:Navista Website by Md. Tanjim Al Akib', 0),
+(5067, 23, 'Task:Training Module created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(5068, 39, 'Task:Training Module created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(5069, 32, 'Task:Training Module created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(5070, 2, 'Mamun Hasan assigned in Task:Engine Webservice Issue of Proj:Wake Sports by Mamun Hasan', 0),
+(5071, 23, 'Mamun Hasan assigned in Task:Engine Webservice Issue of Proj:Wake Sports by Mamun Hasan', 1),
+(5072, 39, 'Mamun Hasan assigned in Task:Engine Webservice Issue of Proj:Wake Sports by Mamun Hasan', 1),
+(5073, 2, 'Task:Morning Posts to engage Users created in Proj:Studypress B by Jamil Shakil', 0),
+(5074, 23, 'Task:Morning Posts to engage Users created in Proj:Studypress B by Jamil Shakil', 1),
+(5075, 39, 'Task:Morning Posts to engage Users created in Proj:Studypress B by Jamil Shakil', 1),
+(5076, 17, 'Task:Morning Posts to engage Users created in Proj:Studypress B by Jamil Shakil', 1),
+(5077, 2, 'Task:agrani bank posts created in Proj:Studypress B by Jamil Shakil', 0),
+(5078, 23, 'Task:agrani bank posts created in Proj:Studypress B by Jamil Shakil', 1),
+(5079, 39, 'Task:agrani bank posts created in Proj:Studypress B by Jamil Shakil', 1),
+(5080, 17, 'Task:agrani bank posts created in Proj:Studypress B by Jamil Shakil', 1),
+(5081, 2, 'Task:Agrani Bank 2 Model Tests created in Proj:Studypress B by Jamil Shakil', 0),
+(5082, 23, 'Task:Agrani Bank 2 Model Tests created in Proj:Studypress B by Jamil Shakil', 1),
+(5083, 39, 'Task:Agrani Bank 2 Model Tests created in Proj:Studypress B by Jamil Shakil', 1),
+(5084, 17, 'Task:Agrani Bank 2 Model Tests created in Proj:Studypress B by Jamil Shakil', 1),
+(5085, 2, 'Task:http://digitalvisitor.com/ created in Proj:Design & Demo by Sabuj Maksud', 0),
+(5086, 23, 'Task:http://digitalvisitor.com/ created in Proj:Design & Demo by Sabuj Maksud', 1);
+INSERT INTO `notification` (`id`, `user_id`, `msg`, `status`) VALUES
+(5087, 39, 'Task:http://digitalvisitor.com/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5088, 17, 'Task:http://digitalvisitor.com/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5089, 2, 'Task:Morning Post to Engage users created in Proj:Studypress B by Jamil Shakil', 0),
+(5090, 23, 'Task:Morning Post to Engage users created in Proj:Studypress B by Jamil Shakil', 1),
+(5091, 39, 'Task:Morning Post to Engage users created in Proj:Studypress B by Jamil Shakil', 1),
+(5092, 17, 'Task:Morning Post to Engage users created in Proj:Studypress B by Jamil Shakil', 1),
+(5093, 2, 'Task:14th ntrca separate category created in Proj:Studypress B by Jamil Shakil', 0),
+(5094, 23, 'Task:14th ntrca separate category created in Proj:Studypress B by Jamil Shakil', 1),
+(5095, 39, 'Task:14th ntrca separate category created in Proj:Studypress B by Jamil Shakil', 1),
+(5096, 17, 'Task:14th ntrca separate category created in Proj:Studypress B by Jamil Shakil', 1),
+(5097, 2, 'Task:model test assign created in Proj:Studypress B by Jamil Shakil', 0),
+(5098, 23, 'Task:model test assign created in Proj:Studypress B by Jamil Shakil', 1),
+(5099, 39, 'Task:model test assign created in Proj:Studypress B by Jamil Shakil', 1),
+(5100, 17, 'Task:model test assign created in Proj:Studypress B by Jamil Shakil', 1),
+(5101, 2, 'Task:14th ntrca chapter create created in Proj:Studypress B by Jamil Shakil', 0),
+(5102, 23, 'Task:14th ntrca chapter create created in Proj:Studypress B by Jamil Shakil', 1),
+(5103, 39, 'Task:14th ntrca chapter create created in Proj:Studypress B by Jamil Shakil', 1),
+(5104, 17, 'Task:14th ntrca chapter create created in Proj:Studypress B by Jamil Shakil', 1),
+(5105, 2, 'Task:student management system created in Proj:DOT NET Team by Fouzia Nishat', 0),
+(5106, 23, 'Task:student management system created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(5107, 39, 'Task:student management system created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(5108, 17, 'Task:student management system created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(5109, 2, 'Task:Documentation Scanpack software uses and supporting created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(5110, 23, 'Task:Documentation Scanpack software uses and supporting created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5111, 39, 'Task:Documentation Scanpack software uses and supporting created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5112, 17, 'Task:Documentation Scanpack software uses and supporting created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5113, 2, 'Task:14th ntrca chapter create created in Proj:Studypress B by Jamil Shakil', 0),
+(5114, 23, 'Task:14th ntrca chapter create created in Proj:Studypress B by Jamil Shakil', 1),
+(5115, 39, 'Task:14th ntrca chapter create created in Proj:Studypress B by Jamil Shakil', 1),
+(5116, 17, 'Task:14th ntrca chapter create created in Proj:Studypress B by Jamil Shakil', 1),
+(5117, 2, 'Task:http://www.profilelimited.com/architecture/ created in Proj:Design & Demo by Sabuj Maksud', 0),
+(5118, 23, 'Task:http://www.profilelimited.com/architecture/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5119, 39, 'Task:http://www.profilelimited.com/architecture/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5120, 17, 'Task:http://www.profilelimited.com/architecture/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5121, 2, 'Task:designing class for payroll management created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(5122, 23, 'Task:designing class for payroll management created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5123, 39, 'Task:designing class for payroll management created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5124, 17, 'Task:designing class for payroll management created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5125, 2, 'Task:Meghbari logo design created in Proj:Design & Demo by Sabuj Maksud', 0),
+(5126, 23, 'Task:Meghbari logo design created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5127, 39, 'Task:Meghbari logo design created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5128, 17, 'Task:Meghbari logo design created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5129, 2, 'Task:Gave a build. Waiting for Feedback created in Proj:Wake Sports by Mamun Hasan', 0),
+(5130, 23, 'Task:Gave a build. Waiting for Feedback created in Proj:Wake Sports by Mamun Hasan', 1),
+(5131, 39, 'Task:Gave a build. Waiting for Feedback created in Proj:Wake Sports by Mamun Hasan', 1),
+(5132, 17, 'Task:Gave a build. Waiting for Feedback created in Proj:Wake Sports by Mamun Hasan', 1),
+(5133, 2, 'Mamun Hasan assigned in Task:Gave a build. Waiting for Feedback of Proj:Wake Sports by Mamun Hasan', 0),
+(5134, 23, 'Mamun Hasan assigned in Task:Gave a build. Waiting for Feedback of Proj:Wake Sports by Mamun Hasan', 1),
+(5135, 39, 'Mamun Hasan assigned in Task:Gave a build. Waiting for Feedback of Proj:Wake Sports by Mamun Hasan', 1),
+(5136, 2, 'A comment added in Task:Gave a build. Waiting for Feedback of Proj:Wake Sports by Mamun Hasan', 0),
+(5137, 23, 'A comment added in Task:Gave a build. Waiting for Feedback of Proj:Wake Sports by Mamun Hasan', 1),
+(5138, 39, 'A comment added in Task:Gave a build. Waiting for Feedback of Proj:Wake Sports by Mamun Hasan', 1),
+(5139, 17, 'A comment added in Task:Gave a build. Waiting for Feedback of Proj:Wake Sports by Mamun Hasan', 1),
+(5140, 2, 'Task:Multiple company\'s furniture In one platform  created in Proj:Design & Demo by Sabuj Maksud', 0),
+(5141, 23, 'Task:Multiple company\'s furniture In one platform  created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5142, 39, 'Task:Multiple company\'s furniture In one platform  created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5143, 17, 'Task:Multiple company\'s furniture In one platform  created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5144, 2, 'Task:working on Task Management - Create task created in Proj:Task Management by Shamme Zeba', 0),
+(5145, 23, 'Task:working on Task Management - Create task created in Proj:Task Management by Shamme Zeba', 1),
+(5146, 39, 'Task:working on Task Management - Create task created in Proj:Task Management by Shamme Zeba', 1),
+(5147, 17, 'Task:working on Task Management - Create task created in Proj:Task Management by Shamme Zeba', 1),
+(5148, 2, 'Task:14th ntrca chapter create created in Proj:Studypress B by Jamil Shakil', 0),
+(5149, 23, 'Task:14th ntrca chapter create created in Proj:Studypress B by Jamil Shakil', 1),
+(5150, 39, 'Task:14th ntrca chapter create created in Proj:Studypress B by Jamil Shakil', 1),
+(5151, 17, 'Task:14th ntrca chapter create created in Proj:Studypress B by Jamil Shakil', 1),
+(5152, 2, 'Task:Nuvista Search and Issue fix created in Proj:Navista Website by Md. Tanjim Al Akib', 0),
+(5153, 23, 'Task:Nuvista Search and Issue fix created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(5154, 39, 'Task:Nuvista Search and Issue fix created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(5155, 32, 'Task:Nuvista Search and Issue fix created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(5156, 2, 'Task:FB Post created in Proj:Studypress B by Jamil Shakil', 0),
+(5157, 23, 'Task:FB Post created in Proj:Studypress B by Jamil Shakil', 1),
+(5158, 39, 'Task:FB Post created in Proj:Studypress B by Jamil Shakil', 1),
+(5159, 17, 'Task:FB Post created in Proj:Studypress B by Jamil Shakil', 1),
+(5160, 2, 'Task:Fixing Api Issues created in Proj:Task Management by Md. Tanjim Al Akib', 0),
+(5161, 23, 'Task:Fixing Api Issues created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5162, 39, 'Task:Fixing Api Issues created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5163, 17, 'Task:Fixing Api Issues created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5164, 2, 'Task:Primary School Teacher Course Class created in Proj:Studypress B by Jamil Shakil', 0),
+(5165, 23, 'Task:Primary School Teacher Course Class created in Proj:Studypress B by Jamil Shakil', 1),
+(5166, 39, 'Task:Primary School Teacher Course Class created in Proj:Studypress B by Jamil Shakil', 1),
+(5167, 17, 'Task:Primary School Teacher Course Class created in Proj:Studypress B by Jamil Shakil', 1),
+(5168, 2, 'Task:BRAC Stall (12/6 - 13/6) created in Proj:Studypress B by Jamil Shakil', 0),
+(5169, 23, 'Task:BRAC Stall (12/6 - 13/6) created in Proj:Studypress B by Jamil Shakil', 1),
+(5170, 39, 'Task:BRAC Stall (12/6 - 13/6) created in Proj:Studypress B by Jamil Shakil', 1),
+(5171, 17, 'Task:BRAC Stall (12/6 - 13/6) created in Proj:Studypress B by Jamil Shakil', 1),
+(5172, 2, 'Task:Access Control For User Panel created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 0),
+(5173, 23, 'Task:Access Control For User Panel created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(5174, 39, 'Task:Access Control For User Panel created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(5175, 17, 'Task:Access Control For User Panel created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(5176, 2, 'Proj: Vocabulary Apps created by admin', 0),
+(5177, 23, 'Proj: Vocabulary Apps created by admin', 1),
+(5178, 39, 'Proj: Vocabulary Apps created by admin', 1),
+(5179, 2, 'Mamun Hasan assigned in Proj:Vocabulary Apps by admin', 0),
+(5180, 23, 'Mamun Hasan assigned in Proj:Vocabulary Apps by admin', 1),
+(5181, 39, 'Mamun Hasan assigned in Proj:Vocabulary Apps by admin', 1),
+(5182, 29, 'You assigned in Proj:Vocabulary Apps by admin', 0),
+(5183, 2, 'Task:App UI concept design and Confirmation from Helal vai created in Proj:Vocabulary Apps by Mamun Hasan', 0),
+(5184, 23, 'Task:App UI concept design and Confirmation from Helal vai created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(5185, 39, 'Task:App UI concept design and Confirmation from Helal vai created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(5186, 17, 'Task:App UI concept design and Confirmation from Helal vai created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(5187, 2, 'Task:make crud for employee in payroll management created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(5188, 23, 'Task:make crud for employee in payroll management created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5189, 39, 'Task:make crud for employee in payroll management created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5190, 17, 'Task:make crud for employee in payroll management created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5191, 2, 'Task:zopim till payer bhai comes created in Proj:Studypress B by Jamil Shakil', 0),
+(5192, 23, 'Task:zopim till payer bhai comes created in Proj:Studypress B by Jamil Shakil', 1),
+(5193, 39, 'Task:zopim till payer bhai comes created in Proj:Studypress B by Jamil Shakil', 1),
+(5194, 17, 'Task:zopim till payer bhai comes created in Proj:Studypress B by Jamil Shakil', 1),
+(5195, 2, 'Task:FB Post created in Proj:Studypress B by Jamil Shakil', 0),
+(5196, 23, 'Task:FB Post created in Proj:Studypress B by Jamil Shakil', 1),
+(5197, 39, 'Task:FB Post created in Proj:Studypress B by Jamil Shakil', 1),
+(5198, 17, 'Task:FB Post created in Proj:Studypress B by Jamil Shakil', 1),
+(5199, 2, 'Task:Full Mark Model Test BCS created in Proj:Studypress B by Jamil Shakil', 0),
+(5200, 23, 'Task:Full Mark Model Test BCS created in Proj:Studypress B by Jamil Shakil', 1),
+(5201, 39, 'Task:Full Mark Model Test BCS created in Proj:Studypress B by Jamil Shakil', 1),
+(5202, 17, 'Task:Full Mark Model Test BCS created in Proj:Studypress B by Jamil Shakil', 1),
+(5203, 2, 'Task:2nd batch day 21 model test created in Proj:Studypress B by Jamil Shakil', 0),
+(5204, 23, 'Task:2nd batch day 21 model test created in Proj:Studypress B by Jamil Shakil', 1),
+(5205, 39, 'Task:2nd batch day 21 model test created in Proj:Studypress B by Jamil Shakil', 1),
+(5206, 17, 'Task:2nd batch day 21 model test created in Proj:Studypress B by Jamil Shakil', 1),
+(5207, 2, 'Task:14th ntrca class created in Proj:Studypress B by Jamil Shakil', 0),
+(5208, 23, 'Task:14th ntrca class created in Proj:Studypress B by Jamil Shakil', 1),
+(5209, 39, 'Task:14th ntrca class created in Proj:Studypress B by Jamil Shakil', 1),
+(5210, 17, 'Task:14th ntrca class created in Proj:Studypress B by Jamil Shakil', 1),
+(5211, 2, 'Task:Profile Form with firebase integration created in Proj:Vocabulary Apps by Mamun Hasan', 0),
+(5212, 23, 'Task:Profile Form with firebase integration created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(5213, 39, 'Task:Profile Form with firebase integration created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(5214, 17, 'Task:Profile Form with firebase integration created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(5215, 2, 'Task:Scanpack created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(5216, 23, 'Task:Scanpack created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5217, 39, 'Task:Scanpack created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5218, 17, 'Task:Scanpack created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5219, 2, 'Task:Scanf installation,student management system project work created in Proj:DOT NET Team by Fouzia Nishat', 0),
+(5220, 23, 'Task:Scanf installation,student management system project work created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(5221, 39, 'Task:Scanf installation,student management system project work created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(5222, 17, 'Task:Scanf installation,student management system project work created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(5223, 2, 'Arafat Rahman assigned in Proj:Studypress B by admin', 0),
+(5224, 23, 'Arafat Rahman assigned in Proj:Studypress B by admin', 1),
+(5225, 39, 'Arafat Rahman assigned in Proj:Studypress B by admin', 1),
+(5226, 21, 'You assigned in Proj:Studypress B by admin', 0),
+(5227, 23, 'Task:Studypress NTRCA Chapter Details created in Proj:Studypress B by admin', 1),
+(5228, 39, 'Task:Studypress NTRCA Chapter Details created in Proj:Studypress B by admin', 1),
+(5229, 20, 'Task:Studypress NTRCA Chapter Details created in Proj:Studypress B by admin', 0),
+(5230, 39, 'Task:Studypress NTRCA Chapter Details created in Proj:Studypress B by admin', 1),
+(5231, 28, 'Task:Studypress NTRCA Chapter Details created in Proj:Studypress B by admin', 1),
+(5232, 23, 'Task:Studypress NTRCA Chapter Details created in Proj:Studypress B by admin', 1),
+(5233, 21, 'Task:Studypress NTRCA Chapter Details created in Proj:Studypress B by admin', 0),
+(5234, 23, 'Task:Change  created in Proj:Studypress B by admin', 1),
+(5235, 39, 'Task:Change  created in Proj:Studypress B by admin', 1),
+(5236, 20, 'Task:Change  created in Proj:Studypress B by admin', 0),
+(5237, 39, 'Task:Change  created in Proj:Studypress B by admin', 1),
+(5238, 28, 'Task:Change  created in Proj:Studypress B by admin', 1),
+(5239, 23, 'Task:Change  created in Proj:Studypress B by admin', 1),
+(5240, 21, 'Task:Change  created in Proj:Studypress B by admin', 0),
+(5241, 2, 'Task:Attendance System Bug Fixing created in Proj:Task Management by Md. Tanjim Al Akib', 0),
+(5242, 23, 'Task:Attendance System Bug Fixing created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5243, 39, 'Task:Attendance System Bug Fixing created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5244, 17, 'Task:Attendance System Bug Fixing created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5245, 2, 'Task:Course Model Tests - 3 created in Proj:Studypress B by Jamil Shakil', 0),
+(5246, 23, 'Task:Course Model Tests - 3 created in Proj:Studypress B by Jamil Shakil', 1),
+(5247, 39, 'Task:Course Model Tests - 3 created in Proj:Studypress B by Jamil Shakil', 1),
+(5248, 17, 'Task:Course Model Tests - 3 created in Proj:Studypress B by Jamil Shakil', 1),
+(5249, 23, 'Task:User attendance created in Proj:Task Management by admin', 1),
+(5250, 39, 'Task:User attendance created in Proj:Task Management by admin', 1),
+(5251, 44, 'Task:User attendance created in Proj:Task Management by admin', 0),
+(5252, 36, 'Task:User attendance created in Proj:Task Management by admin', 0),
+(5253, 2, 'Task:Working on Fund Request Module  created in Proj:Task Management by Shamme Zeba', 0),
+(5254, 23, 'Task:Working on Fund Request Module  created in Proj:Task Management by Shamme Zeba', 1),
+(5255, 39, 'Task:Working on Fund Request Module  created in Proj:Task Management by Shamme Zeba', 1),
+(5256, 17, 'Task:Working on Fund Request Module  created in Proj:Task Management by Shamme Zeba', 1),
+(5257, 2, 'Task:Studypress work,project practice created in Proj:DOT NET Team by Fouzia Nishat', 0),
+(5258, 23, 'Task:Studypress work,project practice created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(5259, 39, 'Task:Studypress work,project practice created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(5260, 17, 'Task:Studypress work,project practice created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(5261, 2, 'Task:create special shifting in HR created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(5262, 23, 'Task:create special shifting in HR created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5263, 39, 'Task:create special shifting in HR created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5264, 17, 'Task:create special shifting in HR created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5265, 2, 'Task:Email Activity created in Proj:Vocabulary Apps by Mamun Hasan', 0),
+(5266, 23, 'Task:Email Activity created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(5267, 39, 'Task:Email Activity created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(5268, 17, 'Task:Email Activity created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(5269, 2, 'Task:FB Posts created in Proj:Studypress B by Jamil Shakil', 0),
+(5270, 23, 'Task:FB Posts created in Proj:Studypress B by Jamil Shakil', 1),
+(5271, 39, 'Task:FB Posts created in Proj:Studypress B by Jamil Shakil', 1),
+(5272, 17, 'Task:FB Posts created in Proj:Studypress B by Jamil Shakil', 1),
+(5273, 2, 'Task:zopim till payer bhai comes created in Proj:Studypress B by Jamil Shakil', 0),
+(5274, 23, 'Task:zopim till payer bhai comes created in Proj:Studypress B by Jamil Shakil', 1),
+(5275, 39, 'Task:zopim till payer bhai comes created in Proj:Studypress B by Jamil Shakil', 1),
+(5276, 17, 'Task:zopim till payer bhai comes created in Proj:Studypress B by Jamil Shakil', 1),
+(5277, 2, 'Task:Task Status Changing Api created in Proj:Task Management by Md. Tanjim Al Akib', 0),
+(5278, 23, 'Task:Task Status Changing Api created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5279, 39, 'Task:Task Status Changing Api created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5280, 17, 'Task:Task Status Changing Api created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5281, 2, 'Task:Fund Request Api created in Proj:Task Management by Md. Tanjim Al Akib', 0),
+(5282, 23, 'Task:Fund Request Api created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5283, 39, 'Task:Fund Request Api created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5284, 17, 'Task:Fund Request Api created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5285, 2, 'Md. Tanjim Al Akib assigned in Task:Fund Request Api of Proj:Task Management by Md. Tanjim Al Akib', 0),
+(5286, 23, 'Md. Tanjim Al Akib assigned in Task:Fund Request Api of Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5287, 39, 'Md. Tanjim Al Akib assigned in Task:Fund Request Api of Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5288, 2, 'Task:Deadline Missed Api Modification created in Proj:Task Management by Md. Tanjim Al Akib', 0),
+(5289, 23, 'Task:Deadline Missed Api Modification created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5290, 39, 'Task:Deadline Missed Api Modification created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5291, 17, 'Task:Deadline Missed Api Modification created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5292, 2, 'Task:Nuvista Probelm Fixing  created in Proj:Navista Website by Md. Tanjim Al Akib', 0),
+(5293, 23, 'Task:Nuvista Probelm Fixing  created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(5294, 39, 'Task:Nuvista Probelm Fixing  created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(5295, 32, 'Task:Nuvista Probelm Fixing  created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(5296, 2, 'Task:NTRCA Full Complete created in Proj:Studypress B by Jamil Shakil', 0),
+(5297, 23, 'Task:NTRCA Full Complete created in Proj:Studypress B by Jamil Shakil', 1),
+(5298, 39, 'Task:NTRCA Full Complete created in Proj:Studypress B by Jamil Shakil', 1),
+(5299, 17, 'Task:NTRCA Full Complete created in Proj:Studypress B by Jamil Shakil', 1),
+(5300, 2, 'Task:Leave Request System Integration created in Proj:Task Management by Md. Tanjim Al Akib', 0),
+(5301, 23, 'Task:Leave Request System Integration created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5302, 39, 'Task:Leave Request System Integration created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5303, 17, 'Task:Leave Request System Integration created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5304, 2, 'Task:Attendance System Api Creation created in Proj:Task Management by Md. Tanjim Al Akib', 0),
+(5305, 23, 'Task:Attendance System Api Creation created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5306, 39, 'Task:Attendance System Api Creation created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5307, 17, 'Task:Attendance System Api Creation created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5308, 2, 'Task: NTRCA College Mapping created in Proj:Studypress B by Jamil Shakil', 0),
+(5309, 23, 'Task: NTRCA College Mapping created in Proj:Studypress B by Jamil Shakil', 1),
+(5310, 39, 'Task: NTRCA College Mapping created in Proj:Studypress B by Jamil Shakil', 1),
+(5311, 17, 'Task: NTRCA College Mapping created in Proj:Studypress B by Jamil Shakil', 1),
+(5312, 2, 'Task:Nuvista Bug Fixing created in Proj:Navista Website by Md. Tanjim Al Akib', 0),
+(5313, 23, 'Task:Nuvista Bug Fixing created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(5314, 39, 'Task:Nuvista Bug Fixing created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(5315, 32, 'Task:Nuvista Bug Fixing created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(5316, 2, 'Task:Question entry created in Proj:Studypress B by Jamil Shakil', 0),
+(5317, 23, 'Task:Question entry created in Proj:Studypress B by Jamil Shakil', 1),
+(5318, 39, 'Task:Question entry created in Proj:Studypress B by Jamil Shakil', 1),
+(5319, 17, 'Task:Question entry created in Proj:Studypress B by Jamil Shakil', 1),
+(5320, 2, 'Task:FB post created in Proj:Studypress B by Jamil Shakil', 0),
+(5321, 23, 'Task:FB post created in Proj:Studypress B by Jamil Shakil', 1),
+(5322, 39, 'Task:FB post created in Proj:Studypress B by Jamil Shakil', 1),
+(5323, 17, 'Task:FB post created in Proj:Studypress B by Jamil Shakil', 1),
+(5324, 2, 'Task:NTRCA Chapter Question Entry created in Proj:Studypress B by Jamil Shakil', 0),
+(5325, 23, 'Task:NTRCA Chapter Question Entry created in Proj:Studypress B by Jamil Shakil', 1),
+(5326, 39, 'Task:NTRCA Chapter Question Entry created in Proj:Studypress B by Jamil Shakil', 1),
+(5327, 17, 'Task:NTRCA Chapter Question Entry created in Proj:Studypress B by Jamil Shakil', 1),
+(5328, 2, 'Task:FB post created in Proj:Studypress B by Jamil Shakil', 0),
+(5329, 23, 'Task:FB post created in Proj:Studypress B by Jamil Shakil', 1),
+(5330, 39, 'Task:FB post created in Proj:Studypress B by Jamil Shakil', 1),
+(5331, 17, 'Task:FB post created in Proj:Studypress B by Jamil Shakil', 1),
+(5332, 2, 'Task:FB Posts created in Proj:Studypress B by Jamil Shakil', 0),
+(5333, 23, 'Task:FB Posts created in Proj:Studypress B by Jamil Shakil', 1),
+(5334, 39, 'Task:FB Posts created in Proj:Studypress B by Jamil Shakil', 1),
+(5335, 17, 'Task:FB Posts created in Proj:Studypress B by Jamil Shakil', 1),
+(5336, 2, 'Task:FB Posts created in Proj:Studypress B by Jamil Shakil', 0),
+(5337, 23, 'Task:FB Posts created in Proj:Studypress B by Jamil Shakil', 1),
+(5338, 39, 'Task:FB Posts created in Proj:Studypress B by Jamil Shakil', 1),
+(5339, 17, 'Task:FB Posts created in Proj:Studypress B by Jamil Shakil', 1),
+(5340, 2, 'Task:Bela Agro Website Update created in Proj:Design & Demo by Sabuj Maksud', 0),
+(5341, 23, 'Task:Bela Agro Website Update created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5342, 39, 'Task:Bela Agro Website Update created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5343, 17, 'Task:Bela Agro Website Update created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5344, 2, 'Task:Fix crash issues created in Proj:Vocabulary Apps by Mamun Hasan', 0),
+(5345, 23, 'Task:Fix crash issues created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(5346, 39, 'Task:Fix crash issues created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(5347, 17, 'Task:Fix crash issues created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(5348, 2, 'Task:testing taskmangement created in Proj:Task Management by Shamme Zeba', 0),
+(5349, 23, 'Task:testing taskmangement created in Proj:Task Management by Shamme Zeba', 1),
+(5350, 39, 'Task:testing taskmangement created in Proj:Task Management by Shamme Zeba', 1),
+(5351, 17, 'Task:testing taskmangement created in Proj:Task Management by Shamme Zeba', 1),
+(5352, 23, 'Task:Page 10 to Page 19 created in Proj:Studypress B by admin', 1),
+(5353, 39, 'Task:Page 10 to Page 19 created in Proj:Studypress B by admin', 1),
+(5354, 20, 'Task:Page 10 to Page 19 created in Proj:Studypress B by admin', 0),
+(5355, 39, 'Task:Page 10 to Page 19 created in Proj:Studypress B by admin', 1),
+(5356, 28, 'Task:Page 10 to Page 19 created in Proj:Studypress B by admin', 1),
+(5357, 23, 'Task:Page 10 to Page 19 created in Proj:Studypress B by admin', 1),
+(5358, 21, 'Task:Page 10 to Page 19 created in Proj:Studypress B by admin', 0),
+(5359, 2, 'Proj: Restaurant Mngt System created by admin', 0),
+(5360, 23, 'Proj: Restaurant Mngt System created by admin', 1),
+(5361, 39, 'Proj: Restaurant Mngt System created by admin', 1),
+(5362, 2, 'Task:page 30 to 39 created in Proj:Studypress B by Jamil Shakil', 0),
+(5363, 23, 'Task:page 30 to 39 created in Proj:Studypress B by Jamil Shakil', 1),
+(5364, 39, 'Task:page 30 to 39 created in Proj:Studypress B by Jamil Shakil', 1),
+(5365, 17, 'Task:page 30 to 39 created in Proj:Studypress B by Jamil Shakil', 1),
+(5366, 2, 'Task:1.install vs15  created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(5367, 23, 'Task:1.install vs15  created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5368, 39, 'Task:1.install vs15  created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5369, 17, 'Task:1.install vs15  created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5370, 2, 'Task:work in hrm created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(5371, 23, 'Task:work in hrm created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5372, 39, 'Task:work in hrm created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5373, 17, 'Task:work in hrm created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5374, 2, 'Task:Studypress Admin Panel Redesign created in Proj:Design & Demo by Sabuj Maksud', 0),
+(5375, 23, 'Task:Studypress Admin Panel Redesign created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5376, 39, 'Task:Studypress Admin Panel Redesign created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5377, 17, 'Task:Studypress Admin Panel Redesign created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5378, 2, 'Task:sql server 2012 install created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(5379, 23, 'Task:sql server 2012 install created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5380, 39, 'Task:sql server 2012 install created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5381, 17, 'Task:sql server 2012 install created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5382, 2, 'Task:teamviewer install created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(5383, 23, 'Task:teamviewer install created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5384, 39, 'Task:teamviewer install created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5385, 17, 'Task:teamviewer install created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5386, 2, 'Task:test created in Proj:Task Management by Md. Tanjim Al Akib', 0),
+(5387, 23, 'Task:test created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5388, 39, 'Task:test created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5389, 17, 'Task:test created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5390, 2, 'Task:post create created in Proj:Studypress B by Jamil Shakil', 0),
+(5391, 23, 'Task:post create created in Proj:Studypress B by Jamil Shakil', 1),
+(5392, 39, 'Task:post create created in Proj:Studypress B by Jamil Shakil', 1),
+(5393, 17, 'Task:post create created in Proj:Studypress B by Jamil Shakil', 1),
+(5394, 2, 'Task:page 40 - 45 created in Proj:Studypress B by Jamil Shakil', 0),
+(5395, 23, 'Task:page 40 - 45 created in Proj:Studypress B by Jamil Shakil', 1),
+(5396, 39, 'Task:page 40 - 45 created in Proj:Studypress B by Jamil Shakil', 1),
+(5397, 17, 'Task:page 40 - 45 created in Proj:Studypress B by Jamil Shakil', 1),
+(5398, 2, 'Proj: Client Test created by admin', 0),
+(5399, 23, 'Proj: Client Test created by admin', 1),
+(5400, 39, 'Proj: Client Test created by admin', 1),
+(5401, 2, 'Md. Tanjim Al Akib assigned in Proj:Client Test by admin', 0),
+(5402, 23, 'Md. Tanjim Al Akib assigned in Proj:Client Test by admin', 1),
+(5403, 39, 'Md. Tanjim Al Akib assigned in Proj:Client Test by admin', 1),
+(5404, 44, 'You assigned in Proj:Client Test by admin', 0),
+(5405, 23, 'Task:Client Db Task 1 created in Proj:Client Test by admin', 1),
+(5406, 39, 'Task:Client Db Task 1 created in Proj:Client Test by admin', 1),
+(5407, 44, 'Task:Client Db Task 1 created in Proj:Client Test by admin', 0),
+(5408, 23, 'Task:asdasd created in Proj:Client Test by admin', 1),
+(5409, 39, 'Task:asdasd created in Proj:Client Test by admin', 1),
+(5410, 44, 'Task:asdasd created in Proj:Client Test by admin', 0),
+(5411, 23, 'Task:ufausfuasf created in Proj:Client Test by admin', 1),
+(5412, 39, 'Task:ufausfuasf created in Proj:Client Test by admin', 1),
+(5413, 44, 'Task:ufausfuasf created in Proj:Client Test by admin', 0),
+(5414, 2, 'Task:Studypress NTRCA Banner created in Proj:Design & Demo by Sabuj Maksud', 0),
+(5415, 23, 'Task:Studypress NTRCA Banner created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5416, 39, 'Task:Studypress NTRCA Banner created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5417, 17, 'Task:Studypress NTRCA Banner created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5418, 2, 'Proj: HRM created by admin', 0),
+(5419, 23, 'Proj: HRM created by admin', 1),
+(5420, 39, 'Proj: HRM created by admin', 1),
+(5421, 2, 'Ifetkhar Rasul assigned in Proj:HRM by admin', 0),
+(5422, 23, 'Ifetkhar Rasul assigned in Proj:HRM by admin', 1),
+(5423, 39, 'Ifetkhar Rasul assigned in Proj:HRM by admin', 1),
+(5424, 47, 'You assigned in Proj:HRM by admin', 0),
+(5425, 23, 'Task:Birthday created in Proj:HRM by admin', 1),
+(5426, 39, 'Task:Birthday created in Proj:HRM by admin', 1),
+(5427, 47, 'Task:Birthday created in Proj:HRM by admin', 0),
+(5428, 23, 'Task:Employee SMS created in Proj:HRM by admin', 1),
+(5429, 39, 'Task:Employee SMS created in Proj:HRM by admin', 1),
+(5430, 47, 'Task:Employee SMS created in Proj:HRM by admin', 0),
+(5431, 23, 'Task:PADR - Role created in Proj:HRM by admin', 1),
+(5432, 39, 'Task:PADR - Role created in Proj:HRM by admin', 1),
+(5433, 47, 'Task:PADR - Role created in Proj:HRM by admin', 0),
+(5434, 23, 'Task:Employee Add Designation created in Proj:HRM by admin', 1),
+(5435, 39, 'Task:Employee Add Designation created in Proj:HRM by admin', 1),
+(5436, 47, 'Task:Employee Add Designation created in Proj:HRM by admin', 0),
+(5437, 23, 'Task:Disabling  created in Proj:HRM by admin', 1),
+(5438, 39, 'Task:Disabling  created in Proj:HRM by admin', 1),
+(5439, 47, 'Task:Disabling  created in Proj:HRM by admin', 0),
+(5440, 23, 'Task:PADR Training Plan & Objective created in Proj:HRM by admin', 1),
+(5441, 39, 'Task:PADR Training Plan & Objective created in Proj:HRM by admin', 1),
+(5442, 47, 'Task:PADR Training Plan & Objective created in Proj:HRM by admin', 0),
+(5443, 23, 'Task:Dashboard - Missing Data created in Proj:HRM by admin', 1),
+(5444, 39, 'Task:Dashboard - Missing Data created in Proj:HRM by admin', 1),
+(5445, 47, 'Task:Dashboard - Missing Data created in Proj:HRM by admin', 0),
+(5446, 2, 'Task:studypress work from 63 page created in Proj:DOT NET Team by Fouzia Nishat', 0),
+(5447, 23, 'Task:studypress work from 63 page created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(5448, 39, 'Task:studypress work from 63 page created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(5449, 17, 'Task:studypress work from 63 page created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(5450, 2, 'Proj: Payroll Management created by admin', 0),
+(5451, 23, 'Proj: Payroll Management created by admin', 1),
+(5452, 39, 'Proj: Payroll Management created by admin', 1),
+(5453, 2, 'Ifetkhar Rasul assigned in Proj:Payroll Management by admin', 0),
+(5454, 23, 'Ifetkhar Rasul assigned in Proj:Payroll Management by admin', 1),
+(5455, 39, 'Ifetkhar Rasul assigned in Proj:Payroll Management by admin', 1),
+(5456, 47, 'You assigned in Proj:Payroll Management by admin', 0),
+(5457, 2, 'Team 2 assigned in Proj:Payroll Management by admin', 0),
+(5458, 23, 'Team 2 assigned in Proj:Payroll Management by admin', 1),
+(5459, 39, 'Team 2 assigned in Proj:Payroll Management by admin', 1),
+(5460, 60, 'You assigned in Proj:Payroll Management by admin', 1),
+(5461, 23, 'Task:Payroll Documents created in Proj:Payroll Management by admin', 1),
+(5462, 39, 'Task:Payroll Documents created in Proj:Payroll Management by admin', 1),
+(5463, 47, 'Task:Payroll Documents created in Proj:Payroll Management by admin', 0),
+(5464, 60, 'Task:Payroll Documents created in Proj:Payroll Management by admin', 1),
+(5465, 23, 'Task:Database Creation created in Proj:Payroll Management by admin', 1),
+(5466, 39, 'Task:Database Creation created in Proj:Payroll Management by admin', 1),
+(5467, 47, 'Task:Database Creation created in Proj:Payroll Management by admin', 0),
+(5468, 60, 'Task:Database Creation created in Proj:Payroll Management by admin', 1),
+(5469, 2, 'Task:Marshmallow API bug fix created in Proj:Vocabulary Apps by Mamun Hasan', 0),
+(5470, 23, 'Task:Marshmallow API bug fix created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(5471, 39, 'Task:Marshmallow API bug fix created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(5472, 17, 'Task:Marshmallow API bug fix created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(5473, 2, 'Proj: Restaurant Order Management created by admin', 0),
+(5474, 23, 'Proj: Restaurant Order Management created by admin', 1),
+(5475, 39, 'Proj: Restaurant Order Management created by admin', 1),
+(5476, 2, 'Mamun Hasan assigned in Proj:Restaurant Order Management by admin', 0),
+(5477, 23, 'Mamun Hasan assigned in Proj:Restaurant Order Management by admin', 1),
+(5478, 39, 'Mamun Hasan assigned in Proj:Restaurant Order Management by admin', 1),
+(5479, 29, 'You assigned in Proj:Restaurant Order Management by admin', 0),
+(5480, 23, 'Task:Requirement Analysis  created in Proj:Restaurant Order Management by admin', 1),
+(5481, 39, 'Task:Requirement Analysis  created in Proj:Restaurant Order Management by admin', 1),
+(5482, 29, 'Task:Requirement Analysis  created in Proj:Restaurant Order Management by admin', 0),
+(5483, 2, 'File:Payroll Management System.docx added in Proj:Payroll Management by Ifetkhar Rasul', 0),
+(5484, 23, 'File:Payroll Management System.docx added in Proj:Payroll Management by Ifetkhar Rasul', 1),
+(5485, 39, 'File:Payroll Management System.docx added in Proj:Payroll Management by Ifetkhar Rasul', 1),
+(5486, 47, 'File:Payroll Management System.docx added in Proj:Payroll Management by Ifetkhar Rasul', 0),
+(5487, 60, 'File:Payroll Management System.docx added in Proj:Payroll Management by Ifetkhar Rasul', 1),
+(5488, 2, 'Task:Documentation created in Proj:Restaurant Order Management by Mamun Hasan', 0),
+(5489, 23, 'Task:Documentation created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(5490, 39, 'Task:Documentation created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(5491, 60, 'Task:Documentation created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(5492, 2, 'Proj: Studypress  Reza created by admin', 0),
+(5493, 23, 'Proj: Studypress  Reza created by admin', 1),
+(5494, 39, 'Proj: Studypress  Reza created by admin', 1),
+(5495, 61, 'Proj: Studypress  Reza created by admin', 1),
+(5496, 2, 'Maruf Al Bashir  assigned in Proj:Studypress  Reza by admin', 0),
+(5497, 23, 'Maruf Al Bashir  assigned in Proj:Studypress  Reza by admin', 1),
+(5498, 39, 'Maruf Al Bashir  assigned in Proj:Studypress  Reza by admin', 1),
+(5499, 61, 'Maruf Al Bashir  assigned in Proj:Studypress  Reza by admin', 1),
+(5500, 41, 'You assigned in Proj:Studypress  Reza by admin', 0),
+(5501, 2, 'Task:???? ???????? ??????? ??????? ? ???????? ????????? ????  created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(5502, 23, 'Task:???? ???????? ??????? ??????? ? ???????? ????????? ????  created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5503, 39, 'Task:???? ???????? ??????? ??????? ? ???????? ????????? ????  created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5504, 61, 'Task:???? ???????? ??????? ??????? ? ???????? ????????? ????  created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5505, 43, 'Task:???? ???????? ??????? ??????? ? ???????? ????????? ????  created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5506, 2, 'Task:Working on Attendance Report  created in Proj:Task Management by Shamme Zeba', 0),
+(5507, 23, 'Task:Working on Attendance Report  created in Proj:Task Management by Shamme Zeba', 1),
+(5508, 39, 'Task:Working on Attendance Report  created in Proj:Task Management by Shamme Zeba', 1),
+(5509, 61, 'Task:Working on Attendance Report  created in Proj:Task Management by Shamme Zeba', 1),
+(5510, 17, 'Task:Working on Attendance Report  created in Proj:Task Management by Shamme Zeba', 1),
+(5511, 2, 'Task:Studypress  Vocabulary App Design created in Proj:Design & Demo by Sabuj Maksud', 0),
+(5512, 23, 'Task:Studypress  Vocabulary App Design created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5513, 39, 'Task:Studypress  Vocabulary App Design created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5514, 61, 'Task:Studypress  Vocabulary App Design created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5515, 17, 'Task:Studypress  Vocabulary App Design created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5516, 2, 'Task: ???? ???????? ??????? ??????? ? ???????? ????????? ???? created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(5517, 23, 'Task: ???? ???????? ??????? ??????? ? ???????? ????????? ???? created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5518, 39, 'Task: ???? ???????? ??????? ??????? ? ???????? ????????? ???? created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5519, 61, 'Task: ???? ???????? ??????? ??????? ? ???????? ????????? ???? created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5520, 43, 'Task: ???? ???????? ??????? ??????? ? ???????? ????????? ???? created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5521, 2, 'Task:http://itimpresstesting.com/realestate/ created in Proj:Design & Demo by Sabuj Maksud', 0),
+(5522, 23, 'Task:http://itimpresstesting.com/realestate/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5523, 39, 'Task:http://itimpresstesting.com/realestate/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5524, 61, 'Task:http://itimpresstesting.com/realestate/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5525, 17, 'Task:http://itimpresstesting.com/realestate/ created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5526, 2, 'Task:IT Job Prepration created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(5527, 23, 'Task:IT Job Prepration created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5528, 39, 'Task:IT Job Prepration created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5529, 61, 'Task:IT Job Prepration created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5530, 43, 'Task:IT Job Prepration created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5531, 2, 'Proj: Test Akib created by admin', 0),
+(5532, 23, 'Proj: Test Akib created by admin', 1),
+(5533, 39, 'Proj: Test Akib created by admin', 1),
+(5534, 61, 'Proj: Test Akib created by admin', 1),
+(5535, 2, 'Md. Tanjim Al Akib assigned in Proj:Test Akib by admin', 0),
+(5536, 23, 'Md. Tanjim Al Akib assigned in Proj:Test Akib by admin', 1),
+(5537, 39, 'Md. Tanjim Al Akib assigned in Proj:Test Akib by admin', 1),
+(5538, 61, 'Md. Tanjim Al Akib assigned in Proj:Test Akib by admin', 1),
+(5539, 44, 'You assigned in Proj:Test Akib by admin', 0),
+(5540, 23, 'Task:Testing User created in Proj:Test Akib by admin', 1),
+(5541, 39, 'Task:Testing User created in Proj:Test Akib by admin', 1),
+(5542, 61, 'Task:Testing User created in Proj:Test Akib by admin', 1),
+(5543, 44, 'Task:Testing User created in Proj:Test Akib by admin', 0),
+(5544, 2, 'Task:Ttt created in Proj:Test Akib by Md. Tanjim Al Akib', 0),
+(5545, 23, 'Task:Ttt created in Proj:Test Akib by Md. Tanjim Al Akib', 1),
+(5546, 39, 'Task:Ttt created in Proj:Test Akib by Md. Tanjim Al Akib', 1),
+(5547, 61, 'Task:Ttt created in Proj:Test Akib by Md. Tanjim Al Akib', 1),
+(5548, 60, 'Task:Ttt created in Proj:Test Akib by Md. Tanjim Al Akib', 1),
+(5549, 2, 'Task:IT Job Prepration created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(5550, 23, 'Task:IT Job Prepration created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5551, 39, 'Task:IT Job Prepration created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5552, 61, 'Task:IT Job Prepration created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5553, 43, 'Task:IT Job Prepration created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5554, 2, 'Task:in final padr page created in Proj:HRM by Ifetkhar Rasul', 0),
+(5555, 23, 'Task:in final padr page created in Proj:HRM by Ifetkhar Rasul', 1),
+(5556, 39, 'Task:in final padr page created in Proj:HRM by Ifetkhar Rasul', 1),
+(5557, 61, 'Task:in final padr page created in Proj:HRM by Ifetkhar Rasul', 1),
+(5558, 17, 'Task:in final padr page created in Proj:HRM by Ifetkhar Rasul', 1),
+(5559, 2, 'Task:Special Shift created in Proj:HRM by Ifetkhar Rasul', 0),
+(5560, 23, 'Task:Special Shift created in Proj:HRM by Ifetkhar Rasul', 1),
+(5561, 39, 'Task:Special Shift created in Proj:HRM by Ifetkhar Rasul', 1),
+(5562, 61, 'Task:Special Shift created in Proj:HRM by Ifetkhar Rasul', 1),
+(5563, 17, 'Task:Special Shift created in Proj:HRM by Ifetkhar Rasul', 1),
+(5564, 2, 'Task:Deshboard pending task created in Proj:HRM by Ifetkhar Rasul', 0),
+(5565, 23, 'Task:Deshboard pending task created in Proj:HRM by Ifetkhar Rasul', 1),
+(5566, 39, 'Task:Deshboard pending task created in Proj:HRM by Ifetkhar Rasul', 1),
+(5567, 61, 'Task:Deshboard pending task created in Proj:HRM by Ifetkhar Rasul', 1),
+(5568, 17, 'Task:Deshboard pending task created in Proj:HRM by Ifetkhar Rasul', 1),
+(5569, 2, 'Task:Api Intregation of fund request created in Proj:Task Management by Shamme Zeba', 0),
+(5570, 23, 'Task:Api Intregation of fund request created in Proj:Task Management by Shamme Zeba', 1),
+(5571, 39, 'Task:Api Intregation of fund request created in Proj:Task Management by Shamme Zeba', 1),
+(5572, 61, 'Task:Api Intregation of fund request created in Proj:Task Management by Shamme Zeba', 1),
+(5573, 17, 'Task:Api Intregation of fund request created in Proj:Task Management by Shamme Zeba', 1),
+(5574, 2, 'Task:46-51 add created in Proj:Studypress B by Arafat Rahman', 0),
+(5575, 23, 'Task:46-51 add created in Proj:Studypress B by Arafat Rahman', 1),
+(5576, 39, 'Task:46-51 add created in Proj:Studypress B by Arafat Rahman', 1),
+(5577, 61, 'Task:46-51 add created in Proj:Studypress B by Arafat Rahman', 1),
+(5578, 17, 'Task:46-51 add created in Proj:Studypress B by Arafat Rahman', 1),
+(5579, 2, 'Task:46,50,51 page vocab  created in Proj:Studypress B by Arafat Rahman', 0),
+(5580, 23, 'Task:46,50,51 page vocab  created in Proj:Studypress B by Arafat Rahman', 1),
+(5581, 39, 'Task:46,50,51 page vocab  created in Proj:Studypress B by Arafat Rahman', 1),
+(5582, 61, 'Task:46,50,51 page vocab  created in Proj:Studypress B by Arafat Rahman', 1),
+(5583, 17, 'Task:46,50,51 page vocab  created in Proj:Studypress B by Arafat Rahman', 1),
+(5584, 23, 'Task:Test From Client Portal created in Proj:Test Akib by admin', 1),
+(5585, 39, 'Task:Test From Client Portal created in Proj:Test Akib by admin', 1),
+(5586, 61, 'Task:Test From Client Portal created in Proj:Test Akib by admin', 1),
+(5587, 44, 'Task:Test From Client Portal created in Proj:Test Akib by admin', 0),
+(5588, 23, 'Task:Test From Client Portal removed from Proj:Test Akib by admin', 1),
+(5589, 39, 'Task:Test From Client Portal removed from Proj:Test Akib by admin', 1),
+(5590, 61, 'Task:Test From Client Portal removed from Proj:Test Akib by admin', 1),
+(5591, 44, 'Task:Test From Client Portal removed from Proj:Test Akib by admin', 0),
+(5592, 23, 'Task:dassda created in Proj:Test Akib by admin', 1),
+(5593, 39, 'Task:dassda created in Proj:Test Akib by admin', 1),
+(5594, 61, 'Task:dassda created in Proj:Test Akib by admin', 1),
+(5595, 44, 'Task:dassda created in Proj:Test Akib by admin', 0),
+(5596, 2, 'Task:Test From Main created in Proj:Test Akib by Md. Tanjim Al Akib', 0),
+(5597, 23, 'Task:Test From Main created in Proj:Test Akib by Md. Tanjim Al Akib', 1),
+(5598, 39, 'Task:Test From Main created in Proj:Test Akib by Md. Tanjim Al Akib', 1),
+(5599, 61, 'Task:Test From Main created in Proj:Test Akib by Md. Tanjim Al Akib', 1),
+(5600, 60, 'Task:Test From Main created in Proj:Test Akib by Md. Tanjim Al Akib', 1),
+(5601, 2, 'Jamil Shakil assigned in Proj:News Update by Studypress Admin', 0),
+(5602, 23, 'Jamil Shakil assigned in Proj:News Update by Studypress Admin', 1),
+(5603, 39, 'Jamil Shakil assigned in Proj:News Update by Studypress Admin', 1),
+(5604, 61, 'Jamil Shakil assigned in Proj:News Update by Studypress Admin', 1),
+(5605, 20, 'You assigned in Proj:News Update by Studypress Admin', 0),
+(5606, 2, 'Arafat Rahman assigned in Proj:News Update by Studypress Admin', 0),
+(5607, 23, 'Arafat Rahman assigned in Proj:News Update by Studypress Admin', 1),
+(5608, 39, 'Arafat Rahman assigned in Proj:News Update by Studypress Admin', 1),
+(5609, 61, 'Arafat Rahman assigned in Proj:News Update by Studypress Admin', 1),
+(5610, 21, 'You assigned in Proj:News Update by Studypress Admin', 0),
+(5611, 23, 'Task:Check Mobile Apps created in Proj:Studypress B by admin', 1),
+(5612, 39, 'Task:Check Mobile Apps created in Proj:Studypress B by admin', 1),
+(5613, 61, 'Task:Check Mobile Apps created in Proj:Studypress B by admin', 1),
+(5614, 20, 'Task:Check Mobile Apps created in Proj:Studypress B by admin', 0),
+(5615, 39, 'Task:Check Mobile Apps created in Proj:Studypress B by admin', 1),
+(5616, 28, 'Task:Check Mobile Apps created in Proj:Studypress B by admin', 1),
+(5617, 23, 'Task:Check Mobile Apps created in Proj:Studypress B by admin', 1),
+(5618, 21, 'Task:Check Mobile Apps created in Proj:Studypress B by admin', 0),
+(5619, 2, 'Task:User panel created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(5620, 23, 'Task:User panel created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5621, 39, 'Task:User panel created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5622, 61, 'Task:User panel created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5623, 43, 'Task:User panel created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5624, 2, 'Task:Vocabulary App - Design - worng answer page created in Proj:Design & Demo by Sabuj Maksud', 0),
+(5625, 23, 'Task:Vocabulary App - Design - worng answer page created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5626, 39, 'Task:Vocabulary App - Design - worng answer page created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5627, 61, 'Task:Vocabulary App - Design - worng answer page created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5628, 17, 'Task:Vocabulary App - Design - worng answer page created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5629, 2, 'Task:Nuvista Training Module -> Requirement analysis created in Proj:Design & Demo by Sabuj Maksud', 0),
+(5630, 23, 'Task:Nuvista Training Module -> Requirement analysis created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5631, 39, 'Task:Nuvista Training Module -> Requirement analysis created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5632, 61, 'Task:Nuvista Training Module -> Requirement analysis created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5633, 17, 'Task:Nuvista Training Module -> Requirement analysis created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5634, 2, 'Proj: Final Test Project For All The office created by admin', 0),
+(5635, 23, 'Proj: Final Test Project For All The office created by admin', 1),
+(5636, 39, 'Proj: Final Test Project For All The office created by admin', 1),
+(5637, 61, 'Proj: Final Test Project For All The office created by admin', 1),
+(5638, 2, 'Md. Tanjim Al Akib assigned in Proj:Final Test Project For All The office by admin', 0),
+(5639, 23, 'Md. Tanjim Al Akib assigned in Proj:Final Test Project For All The office by admin', 1),
+(5640, 39, 'Md. Tanjim Al Akib assigned in Proj:Final Test Project For All The office by admin', 1),
+(5641, 61, 'Md. Tanjim Al Akib assigned in Proj:Final Test Project For All The office by admin', 1),
+(5642, 44, 'You assigned in Proj:Final Test Project For All The office by admin', 0),
+(5643, 23, 'Task:Task Created By Admin From Client Portal created in Proj:Final Test Project For All The office by admin', 1),
+(5644, 39, 'Task:Task Created By Admin From Client Portal created in Proj:Final Test Project For All The office by admin', 1),
+(5645, 61, 'Task:Task Created By Admin From Client Portal created in Proj:Final Test Project For All The office by admin', 1),
+(5646, 44, 'Task:Task Created By Admin From Client Portal created in Proj:Final Test Project For All The office by admin', 0),
+(5647, 2, 'Task:Task Create From User main Client Portal created in Proj:Final Test Project For All The office by Md. Tanjim Al Akib', 0),
+(5648, 23, 'Task:Task Create From User main Client Portal created in Proj:Final Test Project For All The office by Md. Tanjim Al Akib', 1),
+(5649, 39, 'Task:Task Create From User main Client Portal created in Proj:Final Test Project For All The office by Md. Tanjim Al Akib', 1),
+(5650, 61, 'Task:Task Create From User main Client Portal created in Proj:Final Test Project For All The office by Md. Tanjim Al Akib', 1),
+(5651, 35, 'Task:Task Create From User main Client Portal created in Proj:Final Test Project For All The office by Md. Tanjim Al Akib', 1),
+(5652, 2, 'Task:Task From Sub Project created in Proj:Final Test Project For All The office by Md. Tanjim Al Akib', 0),
+(5653, 23, 'Task:Task From Sub Project created in Proj:Final Test Project For All The office by Md. Tanjim Al Akib', 1);
+INSERT INTO `notification` (`id`, `user_id`, `msg`, `status`) VALUES
+(5654, 39, 'Task:Task From Sub Project created in Proj:Final Test Project For All The office by Md. Tanjim Al Akib', 1),
+(5655, 61, 'Task:Task From Sub Project created in Proj:Final Test Project For All The office by Md. Tanjim Al Akib', 1),
+(5656, 35, 'Task:Task From Sub Project created in Proj:Final Test Project For All The office by Md. Tanjim Al Akib', 1),
+(5657, 2, 'Task:Task Management Bug Fixing created in Proj:Task Management by Md. Tanjim Al Akib', 0),
+(5658, 23, 'Task:Task Management Bug Fixing created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5659, 39, 'Task:Task Management Bug Fixing created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5660, 61, 'Task:Task Management Bug Fixing created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5661, 17, 'Task:Task Management Bug Fixing created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5662, 2, 'Task:Api Creation for TMS APP created in Proj:Task Management by Md. Tanjim Al Akib', 0),
+(5663, 23, 'Task:Api Creation for TMS APP created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5664, 39, 'Task:Api Creation for TMS APP created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5665, 61, 'Task:Api Creation for TMS APP created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5666, 17, 'Task:Api Creation for TMS APP created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5667, 2, 'Task:Nuvista Requirement Analysis created in Proj:Navista Website by Md. Tanjim Al Akib', 0),
+(5668, 23, 'Task:Nuvista Requirement Analysis created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(5669, 39, 'Task:Nuvista Requirement Analysis created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(5670, 61, 'Task:Nuvista Requirement Analysis created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(5671, 32, 'Task:Nuvista Requirement Analysis created in Proj:Navista Website by Md. Tanjim Al Akib', 1),
+(5672, 2, 'A comment added in Task:Documentation of Proj:Restaurant Order Management by Mamun Hasan', 0),
+(5673, 23, 'A comment added in Task:Documentation of Proj:Restaurant Order Management by Mamun Hasan', 1),
+(5674, 39, 'A comment added in Task:Documentation of Proj:Restaurant Order Management by Mamun Hasan', 1),
+(5675, 61, 'A comment added in Task:Documentation of Proj:Restaurant Order Management by Mamun Hasan', 1),
+(5676, 60, 'A comment added in Task:Documentation of Proj:Restaurant Order Management by Mamun Hasan', 1),
+(5677, 2, 'Task:understanding google map project created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(5678, 23, 'Task:understanding google map project created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5679, 39, 'Task:understanding google map project created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5680, 61, 'Task:understanding google map project created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5681, 17, 'Task:understanding google map project created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5682, 2, 'Jamil Shakil assigned in Task:Check Mobile Apps of Proj:Studypress B by Studypress Admin', 0),
+(5683, 23, 'Jamil Shakil assigned in Task:Check Mobile Apps of Proj:Studypress B by Studypress Admin', 1),
+(5684, 61, 'Jamil Shakil assigned in Task:Check Mobile Apps of Proj:Studypress B by Studypress Admin', 1),
+(5685, 20, 'You assigned in Task:Check Mobile Apps of Proj:Studypress B by Studypress Admin', 0),
+(5686, 2, 'Jamil Shakil assigned in Task:Check Mobile Apps of Proj:Studypress B by Studypress Admin', 0),
+(5687, 23, 'Jamil Shakil assigned in Task:Check Mobile Apps of Proj:Studypress B by Studypress Admin', 1),
+(5688, 61, 'Jamil Shakil assigned in Task:Check Mobile Apps of Proj:Studypress B by Studypress Admin', 1),
+(5689, 20, 'You assigned in Task:Check Mobile Apps of Proj:Studypress B by Studypress Admin', 0),
+(5690, 2, 'Jamil Shakil assigned in Task:Check Mobile Apps of Proj:Studypress B by Studypress Admin', 0),
+(5691, 23, 'Jamil Shakil assigned in Task:Check Mobile Apps of Proj:Studypress B by Studypress Admin', 1),
+(5692, 61, 'Jamil Shakil assigned in Task:Check Mobile Apps of Proj:Studypress B by Studypress Admin', 1),
+(5693, 20, 'You assigned in Task:Check Mobile Apps of Proj:Studypress B by Studypress Admin', 0),
+(5694, 2, 'Jamil Shakil assigned in Task:Check Mobile Apps of Proj:Studypress B by Studypress Admin', 0),
+(5695, 23, 'Jamil Shakil assigned in Task:Check Mobile Apps of Proj:Studypress B by Studypress Admin', 1),
+(5696, 61, 'Jamil Shakil assigned in Task:Check Mobile Apps of Proj:Studypress B by Studypress Admin', 1),
+(5697, 20, 'You assigned in Task:Check Mobile Apps of Proj:Studypress B by Studypress Admin', 0),
+(5698, 2, 'Task:DNCRP Complain Apps Testing created in Proj:Design & Demo by Sabuj Maksud', 0),
+(5699, 23, 'Task:DNCRP Complain Apps Testing created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5700, 39, 'Task:DNCRP Complain Apps Testing created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5701, 61, 'Task:DNCRP Complain Apps Testing created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5702, 17, 'Task:DNCRP Complain Apps Testing created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5703, 2, 'Task:Nuvista HRM Dashboard modification created in Proj:Design & Demo by Sabuj Maksud', 0),
+(5704, 23, 'Task:Nuvista HRM Dashboard modification created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5705, 39, 'Task:Nuvista HRM Dashboard modification created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5706, 61, 'Task:Nuvista HRM Dashboard modification created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5707, 17, 'Task:Nuvista HRM Dashboard modification created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5708, 2, 'Task:Camera Integration created in Proj:Vocabulary Apps by Mamun Hasan', 0),
+(5709, 23, 'Task:Camera Integration created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(5710, 39, 'Task:Camera Integration created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(5711, 61, 'Task:Camera Integration created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(5712, 17, 'Task:Camera Integration created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(5713, 2, 'Task:MS App test created in Proj:Design & Demo by Sabuj Maksud', 0),
+(5714, 23, 'Task:MS App test created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5715, 39, 'Task:MS App test created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5716, 61, 'Task:MS App test created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5717, 17, 'Task:MS App test created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5718, 2, 'Task:Studypress T- shirt Design created in Proj:Design & Demo by Sabuj Maksud', 0),
+(5719, 23, 'Task:Studypress T- shirt Design created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5720, 39, 'Task:Studypress T- shirt Design created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5721, 61, 'Task:Studypress T- shirt Design created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5722, 17, 'Task:Studypress T- shirt Design created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5723, 2, 'Task:Studypress Network Ltd. created in Proj:Design & Demo by Sabuj Maksud', 0),
+(5724, 23, 'Task:Studypress Network Ltd. created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5725, 39, 'Task:Studypress Network Ltd. created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5726, 61, 'Task:Studypress Network Ltd. created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5727, 17, 'Task:Studypress Network Ltd. created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5728, 2, 'Task:Studypress Apps Redesign created in Proj:Design & Demo by Sabuj Maksud', 0),
+(5729, 23, 'Task:Studypress Apps Redesign created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5730, 39, 'Task:Studypress Apps Redesign created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5731, 61, 'Task:Studypress Apps Redesign created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5732, 17, 'Task:Studypress Apps Redesign created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5733, 23, 'Task:Model test questions created in Proj:Studypress B by admin', 1),
+(5734, 39, 'Task:Model test questions created in Proj:Studypress B by admin', 1),
+(5735, 61, 'Task:Model test questions created in Proj:Studypress B by admin', 1),
+(5736, 20, 'Task:Model test questions created in Proj:Studypress B by admin', 0),
+(5737, 39, 'Task:Model test questions created in Proj:Studypress B by admin', 1),
+(5738, 28, 'Task:Model test questions created in Proj:Studypress B by admin', 1),
+(5739, 23, 'Task:Model test questions created in Proj:Studypress B by admin', 1),
+(5740, 21, 'Task:Model test questions created in Proj:Studypress B by admin', 1),
+(5741, 2, 'Task:Scan N Pack support for Dekko Design  created in Proj:Design & Demo by Sabuj Maksud', 0),
+(5742, 23, 'Task:Scan N Pack support for Dekko Design  created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5743, 39, 'Task:Scan N Pack support for Dekko Design  created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5744, 61, 'Task:Scan N Pack support for Dekko Design  created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5745, 17, 'Task:Scan N Pack support for Dekko Design  created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5746, 2, 'Task:studypress pie chart created in Proj:Task Management by Shamme Zeba', 0),
+(5747, 23, 'Task:studypress pie chart created in Proj:Task Management by Shamme Zeba', 1),
+(5748, 39, 'Task:studypress pie chart created in Proj:Task Management by Shamme Zeba', 1),
+(5749, 61, 'Task:studypress pie chart created in Proj:Task Management by Shamme Zeba', 1),
+(5750, 17, 'Task:studypress pie chart created in Proj:Task Management by Shamme Zeba', 1),
+(5751, 2, 'Task:Camera Done created in Proj:Vocabulary Apps by Mamun Hasan', 0),
+(5752, 23, 'Task:Camera Done created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(5753, 39, 'Task:Camera Done created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(5754, 61, 'Task:Camera Done created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(5755, 17, 'Task:Camera Done created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(5756, 2, 'Task:School Section created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(5757, 23, 'Task:School Section created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5758, 39, 'Task:School Section created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5759, 61, 'Task:School Section created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5760, 43, 'Task:School Section created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5761, 2, 'Task:studypress question checking.. created in Proj:DOT NET Team by Fouzia Nishat', 0),
+(5762, 23, 'Task:studypress question checking.. created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(5763, 39, 'Task:studypress question checking.. created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(5764, 61, 'Task:studypress question checking.. created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(5765, 17, 'Task:studypress question checking.. created in Proj:DOT NET Team by Fouzia Nishat', 1),
+(5766, 2, 'Task:Working on Leave Request created in Proj:Task Management by Shamme Zeba', 0),
+(5767, 23, 'Task:Working on Leave Request created in Proj:Task Management by Shamme Zeba', 1),
+(5768, 39, 'Task:Working on Leave Request created in Proj:Task Management by Shamme Zeba', 1),
+(5769, 61, 'Task:Working on Leave Request created in Proj:Task Management by Shamme Zeba', 1),
+(5770, 17, 'Task:Working on Leave Request created in Proj:Task Management by Shamme Zeba', 1),
+(5771, 2, 'Task:Making Api For Leave Request created in Proj:Task Management by Md. Tanjim Al Akib', 0),
+(5772, 23, 'Task:Making Api For Leave Request created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5773, 39, 'Task:Making Api For Leave Request created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5774, 61, 'Task:Making Api For Leave Request created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5775, 17, 'Task:Making Api For Leave Request created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(5776, 2, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(5777, 23, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5778, 39, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5779, 61, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5780, 43, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5781, 2, 'Task:zopim  created in Proj:Studypress B by Jamil Shakil', 0),
+(5782, 23, 'Task:zopim  created in Proj:Studypress B by Jamil Shakil', 1),
+(5783, 39, 'Task:zopim  created in Proj:Studypress B by Jamil Shakil', 1),
+(5784, 61, 'Task:zopim  created in Proj:Studypress B by Jamil Shakil', 1),
+(5785, 17, 'Task:zopim  created in Proj:Studypress B by Jamil Shakil', 1),
+(5786, 2, 'Task:outsourcing management created in Proj:Studypress B by Jamil Shakil', 0),
+(5787, 23, 'Task:outsourcing management created in Proj:Studypress B by Jamil Shakil', 1),
+(5788, 39, 'Task:outsourcing management created in Proj:Studypress B by Jamil Shakil', 1),
+(5789, 61, 'Task:outsourcing management created in Proj:Studypress B by Jamil Shakil', 1),
+(5790, 17, 'Task:outsourcing management created in Proj:Studypress B by Jamil Shakil', 1),
+(5791, 2, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(5792, 23, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5793, 39, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5794, 61, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5795, 43, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5796, 2, 'Task:Studypree NTRCA ad for Current News Section created in Proj:Design & Demo by Sabuj Maksud', 0),
+(5797, 23, 'Task:Studypree NTRCA ad for Current News Section created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5798, 39, 'Task:Studypree NTRCA ad for Current News Section created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5799, 61, 'Task:Studypree NTRCA ad for Current News Section created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5800, 17, 'Task:Studypree NTRCA ad for Current News Section created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5801, 2, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(5802, 23, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5803, 39, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5804, 61, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5805, 43, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5806, 2, 'Task:Krrishi Bank MOdel Tes2 created in Proj:Studypress B by Arafat Rahman', 0),
+(5807, 23, 'Task:Krrishi Bank MOdel Tes2 created in Proj:Studypress B by Arafat Rahman', 1),
+(5808, 39, 'Task:Krrishi Bank MOdel Tes2 created in Proj:Studypress B by Arafat Rahman', 1),
+(5809, 61, 'Task:Krrishi Bank MOdel Tes2 created in Proj:Studypress B by Arafat Rahman', 1),
+(5810, 17, 'Task:Krrishi Bank MOdel Tes2 created in Proj:Studypress B by Arafat Rahman', 1),
+(5811, 2, 'Task:Cuurent affairs question (july) created in Proj:Studypress B by Arafat Rahman', 0),
+(5812, 23, 'Task:Cuurent affairs question (july) created in Proj:Studypress B by Arafat Rahman', 1),
+(5813, 39, 'Task:Cuurent affairs question (july) created in Proj:Studypress B by Arafat Rahman', 1),
+(5814, 61, 'Task:Cuurent affairs question (july) created in Proj:Studypress B by Arafat Rahman', 1),
+(5815, 17, 'Task:Cuurent affairs question (july) created in Proj:Studypress B by Arafat Rahman', 1),
+(5816, 2, 'Task:Watching Spring MVC  Java created in Proj:Restaurant Order Management by Mamun Hasan', 0),
+(5817, 23, 'Task:Watching Spring MVC  Java created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(5818, 39, 'Task:Watching Spring MVC  Java created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(5819, 61, 'Task:Watching Spring MVC  Java created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(5820, 60, 'Task:Watching Spring MVC  Java created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(5821, 2, 'Task:Cuurent affairs question (june) created in Proj:Studypress B by Arafat Rahman', 0),
+(5822, 23, 'Task:Cuurent affairs question (june) created in Proj:Studypress B by Arafat Rahman', 1),
+(5823, 39, 'Task:Cuurent affairs question (june) created in Proj:Studypress B by Arafat Rahman', 1),
+(5824, 61, 'Task:Cuurent affairs question (june) created in Proj:Studypress B by Arafat Rahman', 1),
+(5825, 17, 'Task:Cuurent affairs question (june) created in Proj:Studypress B by Arafat Rahman', 1),
+(5826, 2, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(5827, 23, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5828, 39, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5829, 61, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5830, 43, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5831, 2, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(5832, 23, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5833, 39, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5834, 61, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5835, 43, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5836, 2, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(5837, 23, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5838, 39, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5839, 61, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5840, 43, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5841, 2, 'Task:Nuvista Client meeting over phone for PADR Section created in Proj:Design & Demo by Sabuj Maksud', 0),
+(5842, 23, 'Task:Nuvista Client meeting over phone for PADR Section created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5843, 39, 'Task:Nuvista Client meeting over phone for PADR Section created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5844, 61, 'Task:Nuvista Client meeting over phone for PADR Section created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5845, 17, 'Task:Nuvista Client meeting over phone for PADR Section created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5846, 2, 'Task:understand new hr requirment created in Proj:HRM by Ifetkhar Rasul', 0),
+(5847, 23, 'Task:understand new hr requirment created in Proj:HRM by Ifetkhar Rasul', 1),
+(5848, 39, 'Task:understand new hr requirment created in Proj:HRM by Ifetkhar Rasul', 1),
+(5849, 61, 'Task:understand new hr requirment created in Proj:HRM by Ifetkhar Rasul', 1),
+(5850, 17, 'Task:understand new hr requirment created in Proj:HRM by Ifetkhar Rasul', 1),
+(5851, 2, 'Task:correction of hr created in Proj:HRM by Ifetkhar Rasul', 0),
+(5852, 23, 'Task:correction of hr created in Proj:HRM by Ifetkhar Rasul', 1),
+(5853, 39, 'Task:correction of hr created in Proj:HRM by Ifetkhar Rasul', 1),
+(5854, 61, 'Task:correction of hr created in Proj:HRM by Ifetkhar Rasul', 1),
+(5855, 17, 'Task:correction of hr created in Proj:HRM by Ifetkhar Rasul', 1),
+(5856, 2, 'Task:Studypress Non paid users follow up by phone calling created in Proj:Design & Demo by Sabuj Maksud', 0),
+(5857, 23, 'Task:Studypress Non paid users follow up by phone calling created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5858, 39, 'Task:Studypress Non paid users follow up by phone calling created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5859, 61, 'Task:Studypress Non paid users follow up by phone calling created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5860, 17, 'Task:Studypress Non paid users follow up by phone calling created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5861, 2, 'Task:new requirment in hrm project created in Proj:HRM by Ifetkhar Rasul', 0),
+(5862, 23, 'Task:new requirment in hrm project created in Proj:HRM by Ifetkhar Rasul', 1),
+(5863, 39, 'Task:new requirment in hrm project created in Proj:HRM by Ifetkhar Rasul', 1),
+(5864, 61, 'Task:new requirment in hrm project created in Proj:HRM by Ifetkhar Rasul', 1),
+(5865, 17, 'Task:new requirment in hrm project created in Proj:HRM by Ifetkhar Rasul', 1),
+(5866, 2, 'Task:current  affairs may created in Proj:Studypress B by Arafat Rahman', 0),
+(5867, 23, 'Task:current  affairs may created in Proj:Studypress B by Arafat Rahman', 1),
+(5868, 39, 'Task:current  affairs may created in Proj:Studypress B by Arafat Rahman', 1),
+(5869, 61, 'Task:current  affairs may created in Proj:Studypress B by Arafat Rahman', 1),
+(5870, 17, 'Task:current  affairs may created in Proj:Studypress B by Arafat Rahman', 1),
+(5871, 2, 'Task:current  affairs may created in Proj:Studypress B by Arafat Rahman', 0),
+(5872, 23, 'Task:current  affairs may created in Proj:Studypress B by Arafat Rahman', 1),
+(5873, 39, 'Task:current  affairs may created in Proj:Studypress B by Arafat Rahman', 1),
+(5874, 61, 'Task:current  affairs may created in Proj:Studypress B by Arafat Rahman', 1),
+(5875, 17, 'Task:current  affairs may created in Proj:Studypress B by Arafat Rahman', 1),
+(5876, 2, 'Task:Fetching real data in dashboard created in Proj:Task Management by Shamme Zeba', 0),
+(5877, 23, 'Task:Fetching real data in dashboard created in Proj:Task Management by Shamme Zeba', 1),
+(5878, 39, 'Task:Fetching real data in dashboard created in Proj:Task Management by Shamme Zeba', 1),
+(5879, 61, 'Task:Fetching real data in dashboard created in Proj:Task Management by Shamme Zeba', 1),
+(5880, 17, 'Task:Fetching real data in dashboard created in Proj:Task Management by Shamme Zeba', 1),
+(5881, 2, 'Task:Dashbord Design created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(5882, 23, 'Task:Dashbord Design created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5883, 39, 'Task:Dashbord Design created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5884, 61, 'Task:Dashbord Design created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5885, 43, 'Task:Dashbord Design created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5886, 2, 'Task:krishi bank model test 3 created in Proj:Studypress B by Arafat Rahman', 0),
+(5887, 23, 'Task:krishi bank model test 3 created in Proj:Studypress B by Arafat Rahman', 1),
+(5888, 39, 'Task:krishi bank model test 3 created in Proj:Studypress B by Arafat Rahman', 1),
+(5889, 61, 'Task:krishi bank model test 3 created in Proj:Studypress B by Arafat Rahman', 1),
+(5890, 17, 'Task:krishi bank model test 3 created in Proj:Studypress B by Arafat Rahman', 1),
+(5891, 2, 'Task:new requirment in hrm project created in Proj:HRM by Ifetkhar Rasul', 0),
+(5892, 23, 'Task:new requirment in hrm project created in Proj:HRM by Ifetkhar Rasul', 1),
+(5893, 39, 'Task:new requirment in hrm project created in Proj:HRM by Ifetkhar Rasul', 1),
+(5894, 61, 'Task:new requirment in hrm project created in Proj:HRM by Ifetkhar Rasul', 1),
+(5895, 17, 'Task:new requirment in hrm project created in Proj:HRM by Ifetkhar Rasul', 1),
+(5896, 2, 'Task:Nuvista HRM created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(5897, 23, 'Task:Nuvista HRM created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5898, 39, 'Task:Nuvista HRM created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5899, 61, 'Task:Nuvista HRM created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5900, 43, 'Task:Nuvista HRM created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5901, 2, 'Task:show date in dashboard created in Proj:HRM by Ifetkhar Rasul', 0),
+(5902, 23, 'Task:show date in dashboard created in Proj:HRM by Ifetkhar Rasul', 1),
+(5903, 39, 'Task:show date in dashboard created in Proj:HRM by Ifetkhar Rasul', 1),
+(5904, 61, 'Task:show date in dashboard created in Proj:HRM by Ifetkhar Rasul', 1),
+(5905, 17, 'Task:show date in dashboard created in Proj:HRM by Ifetkhar Rasul', 1),
+(5906, 2, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(5907, 23, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5908, 39, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5909, 61, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5910, 43, 'Task:Question Check created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5911, 2, 'Task:Revinr TMS app Icon created in Proj:Design & Demo by Sabuj Maksud', 0),
+(5912, 23, 'Task:Revinr TMS app Icon created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5913, 39, 'Task:Revinr TMS app Icon created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5914, 61, 'Task:Revinr TMS app Icon created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5915, 17, 'Task:Revinr TMS app Icon created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5916, 2, 'Task:Question Check ( 658 ) created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(5917, 23, 'Task:Question Check ( 658 ) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5918, 39, 'Task:Question Check ( 658 ) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5919, 61, 'Task:Question Check ( 658 ) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5920, 43, 'Task:Question Check ( 658 ) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5921, 2, 'Task:Question Check (659) created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(5922, 23, 'Task:Question Check (659) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5923, 39, 'Task:Question Check (659) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5924, 61, 'Task:Question Check (659) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5925, 43, 'Task:Question Check (659) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5926, 2, 'Task:Question Check (???) created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(5927, 23, 'Task:Question Check (???) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5928, 39, 'Task:Question Check (???) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5929, 61, 'Task:Question Check (???) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5930, 43, 'Task:Question Check (???) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5931, 2, 'Task:Question Check ( 660 ID) created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(5932, 23, 'Task:Question Check ( 660 ID) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5933, 39, 'Task:Question Check ( 660 ID) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5934, 61, 'Task:Question Check ( 660 ID) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5935, 43, 'Task:Question Check ( 660 ID) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5936, 2, 'Task:Question Check * 661 created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(5937, 23, 'Task:Question Check * 661 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5938, 39, 'Task:Question Check * 661 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5939, 61, 'Task:Question Check * 661 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5940, 43, 'Task:Question Check * 661 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5941, 2, 'Task:Trying a Map app created in Proj:Restaurant Order Management by Mamun Hasan', 0),
+(5942, 23, 'Task:Trying a Map app created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(5943, 39, 'Task:Trying a Map app created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(5944, 61, 'Task:Trying a Map app created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(5945, 60, 'Task:Trying a Map app created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(5946, 2, 'Task:Collect cheque form Otobi & then place the Pubali Bank. created in Proj:Design & Demo by Sabuj Maksud', 0),
+(5947, 23, 'Task:Collect cheque form Otobi & then place the Pubali Bank. created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5948, 39, 'Task:Collect cheque form Otobi & then place the Pubali Bank. created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5949, 61, 'Task:Collect cheque form Otobi & then place the Pubali Bank. created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5950, 17, 'Task:Collect cheque form Otobi & then place the Pubali Bank. created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5951, 2, 'Task:support checkprinter created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(5952, 23, 'Task:support checkprinter created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5953, 39, 'Task:support checkprinter created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5954, 61, 'Task:support checkprinter created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5955, 17, 'Task:support checkprinter created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5956, 2, 'Task:Nuvista website Slider Modification created in Proj:Design & Demo by Sabuj Maksud', 0),
+(5957, 23, 'Task:Nuvista website Slider Modification created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5958, 39, 'Task:Nuvista website Slider Modification created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5959, 61, 'Task:Nuvista website Slider Modification created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5960, 17, 'Task:Nuvista website Slider Modification created in Proj:Design & Demo by Sabuj Maksud', 1),
+(5961, 2, 'Task:Add a Course Carousel in Dashbord created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(5962, 23, 'Task:Add a Course Carousel in Dashbord created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5963, 39, 'Task:Add a Course Carousel in Dashbord created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5964, 61, 'Task:Add a Course Carousel in Dashbord created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5965, 43, 'Task:Add a Course Carousel in Dashbord created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5966, 2, 'Task:check printer created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(5967, 23, 'Task:check printer created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5968, 39, 'Task:check printer created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5969, 61, 'Task:check printer created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5970, 17, 'Task:check printer created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5971, 2, 'Task:check printer created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(5972, 23, 'Task:check printer created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5973, 39, 'Task:check printer created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5974, 61, 'Task:check printer created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5975, 17, 'Task:check printer created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(5976, 2, 'Task:Question Check (662) created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(5977, 23, 'Task:Question Check (662) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5978, 39, 'Task:Question Check (662) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5979, 61, 'Task:Question Check (662) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5980, 43, 'Task:Question Check (662) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5981, 2, 'Task:Question Check (663) created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(5982, 23, 'Task:Question Check (663) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5983, 39, 'Task:Question Check (663) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5984, 61, 'Task:Question Check (663) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5985, 43, 'Task:Question Check (663) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5986, 2, 'Proj: Profile Ltd website created by admin', 0),
+(5987, 23, 'Proj: Profile Ltd website created by admin', 1),
+(5988, 39, 'Proj: Profile Ltd website created by admin', 1),
+(5989, 61, 'Proj: Profile Ltd website created by admin', 1),
+(5990, 2, 'Robiul assigned in Proj:Profile Ltd website by admin', 0),
+(5991, 23, 'Robiul assigned in Proj:Profile Ltd website by admin', 1),
+(5992, 39, 'Robiul assigned in Proj:Profile Ltd website by admin', 1),
+(5993, 61, 'Robiul assigned in Proj:Profile Ltd website by admin', 1),
+(5994, 63, 'You assigned in Proj:Profile Ltd website by admin', 0),
+(5995, 2, 'Task:Question Check- 664 created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(5996, 23, 'Task:Question Check- 664 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5997, 39, 'Task:Question Check- 664 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5998, 61, 'Task:Question Check- 664 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(5999, 43, 'Task:Question Check- 664 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6000, 2, 'Proj: Cheque Printer created by admin', 0),
+(6001, 23, 'Proj: Cheque Printer created by admin', 1),
+(6002, 39, 'Proj: Cheque Printer created by admin', 1),
+(6003, 61, 'Proj: Cheque Printer created by admin', 1),
+(6004, 2, 'Nuvista Pharma assigned in Proj:Cheque Printer by admin', 0),
+(6005, 23, 'Nuvista Pharma assigned in Proj:Cheque Printer by admin', 1),
+(6006, 39, 'Nuvista Pharma assigned in Proj:Cheque Printer by admin', 1),
+(6007, 61, 'Nuvista Pharma assigned in Proj:Cheque Printer by admin', 1),
+(6008, 32, 'You assigned in Proj:Cheque Printer by admin', 1),
+(6009, 2, 'Task:Question Check (665) created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(6010, 23, 'Task:Question Check (665) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6011, 39, 'Task:Question Check (665) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6012, 61, 'Task:Question Check (665) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6013, 43, 'Task:Question Check (665) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6014, 2, 'Task:Network data push in UI created in Proj:Task Management by Shamme Zeba', 0),
+(6015, 23, 'Task:Network data push in UI created in Proj:Task Management by Shamme Zeba', 1),
+(6016, 39, 'Task:Network data push in UI created in Proj:Task Management by Shamme Zeba', 1),
+(6017, 61, 'Task:Network data push in UI created in Proj:Task Management by Shamme Zeba', 1),
+(6018, 17, 'Task:Network data push in UI created in Proj:Task Management by Shamme Zeba', 1),
+(6019, 2, 'Task:Pending Task & In progress created in Proj:Task Management by Shamme Zeba', 0),
+(6020, 23, 'Task:Pending Task & In progress created in Proj:Task Management by Shamme Zeba', 1),
+(6021, 39, 'Task:Pending Task & In progress created in Proj:Task Management by Shamme Zeba', 1),
+(6022, 61, 'Task:Pending Task & In progress created in Proj:Task Management by Shamme Zeba', 1),
+(6023, 17, 'Task:Pending Task & In progress created in Proj:Task Management by Shamme Zeba', 1),
+(6024, 2, 'Task:Question Check (666 )  created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(6025, 23, 'Task:Question Check (666 )  created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6026, 39, 'Task:Question Check (666 )  created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6027, 61, 'Task:Question Check (666 )  created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6028, 43, 'Task:Question Check (666 )  created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6029, 2, 'Task:making a progress bar created in Proj:Payroll Management by Ifetkhar Rasul', 0),
+(6030, 23, 'Task:making a progress bar created in Proj:Payroll Management by Ifetkhar Rasul', 1),
+(6031, 39, 'Task:making a progress bar created in Proj:Payroll Management by Ifetkhar Rasul', 1),
+(6032, 61, 'Task:making a progress bar created in Proj:Payroll Management by Ifetkhar Rasul', 1),
+(6033, 60, 'Task:making a progress bar created in Proj:Payroll Management by Ifetkhar Rasul', 1),
+(6034, 2, 'Task:Question Check (667) created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(6035, 23, 'Task:Question Check (667) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6036, 39, 'Task:Question Check (667) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6037, 61, 'Task:Question Check (667) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6038, 43, 'Task:Question Check (667) created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6039, 2, 'Task:Leave Request Status created in Proj:Task Management by Shamme Zeba', 0),
+(6040, 23, 'Task:Leave Request Status created in Proj:Task Management by Shamme Zeba', 1),
+(6041, 39, 'Task:Leave Request Status created in Proj:Task Management by Shamme Zeba', 1),
+(6042, 61, 'Task:Leave Request Status created in Proj:Task Management by Shamme Zeba', 1),
+(6043, 17, 'Task:Leave Request Status created in Proj:Task Management by Shamme Zeba', 1),
+(6044, 2, 'Task:Question Check - 668 created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(6045, 23, 'Task:Question Check - 668 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6046, 39, 'Task:Question Check - 668 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6047, 61, 'Task:Question Check - 668 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6048, 43, 'Task:Question Check - 668 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6049, 2, 'Task:Question Check - * ???  created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(6050, 23, 'Task:Question Check - * ???  created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6051, 39, 'Task:Question Check - * ???  created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6052, 61, 'Task:Question Check - * ???  created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6053, 43, 'Task:Question Check - * ???  created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6054, 2, 'Task:Scan N Pack support for S.Shuhi Pretty Group created in Proj:Design & Demo by Sabuj Maksud', 0),
+(6055, 23, 'Task:Scan N Pack support for S.Shuhi Pretty Group created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6056, 39, 'Task:Scan N Pack support for S.Shuhi Pretty Group created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6057, 61, 'Task:Scan N Pack support for S.Shuhi Pretty Group created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6058, 17, 'Task:Scan N Pack support for S.Shuhi Pretty Group created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6059, 2, 'Task:Question Check * 670 created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(6060, 23, 'Task:Question Check * 670 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6061, 39, 'Task:Question Check * 670 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6062, 61, 'Task:Question Check * 670 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6063, 43, 'Task:Question Check * 670 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6064, 2, 'Task:entry current affairs created in Proj:Studypress B by Arafat Rahman', 0),
+(6065, 23, 'Task:entry current affairs created in Proj:Studypress B by Arafat Rahman', 1),
+(6066, 39, 'Task:entry current affairs created in Proj:Studypress B by Arafat Rahman', 1),
+(6067, 61, 'Task:entry current affairs created in Proj:Studypress B by Arafat Rahman', 1),
+(6068, 17, 'Task:entry current affairs created in Proj:Studypress B by Arafat Rahman', 1),
+(6069, 2, 'Task:Question Check 671  created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(6070, 23, 'Task:Question Check 671  created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6071, 39, 'Task:Question Check 671  created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6072, 61, 'Task:Question Check 671  created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6073, 43, 'Task:Question Check 671  created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6074, 2, 'Task:support scanpack created in Proj:DOT NET Team by Ifetkhar Rasul', 0),
+(6075, 23, 'Task:support scanpack created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(6076, 39, 'Task:support scanpack created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(6077, 61, 'Task:support scanpack created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(6078, 17, 'Task:support scanpack created in Proj:DOT NET Team by Ifetkhar Rasul', 1),
+(6079, 2, 'Task:Question Check - ??? created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(6080, 23, 'Task:Question Check - ??? created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6081, 39, 'Task:Question Check - ??? created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6082, 61, 'Task:Question Check - ??? created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6083, 43, 'Task:Question Check - ??? created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6084, 2, 'Task:Question Check - ??? created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(6085, 23, 'Task:Question Check - ??? created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6086, 39, 'Task:Question Check - ??? created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6087, 61, 'Task:Question Check - ??? created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6088, 43, 'Task:Question Check - ??? created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6089, 2, 'Task:Question Check 67 created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(6090, 23, 'Task:Question Check 67 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6091, 39, 'Task:Question Check 67 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6092, 61, 'Task:Question Check 67 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6093, 43, 'Task:Question Check 67 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6094, 2, 'Task:Question Check * 674* created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(6095, 23, 'Task:Question Check * 674* created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6096, 39, 'Task:Question Check * 674* created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6097, 61, 'Task:Question Check * 674* created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6098, 43, 'Task:Question Check * 674* created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6099, 2, 'Task:Question Check * 675 created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(6100, 23, 'Task:Question Check * 675 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6101, 39, 'Task:Question Check * 675 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6102, 61, 'Task:Question Check * 675 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6103, 43, 'Task:Question Check * 675 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6104, 2, 'Task:UPDATING BCS QUESTION- Parts Of Speech  created in Proj:Studypress B by Arafat Rahman', 0),
+(6105, 23, 'Task:UPDATING BCS QUESTION- Parts Of Speech  created in Proj:Studypress B by Arafat Rahman', 1),
+(6106, 39, 'Task:UPDATING BCS QUESTION- Parts Of Speech  created in Proj:Studypress B by Arafat Rahman', 1),
+(6107, 61, 'Task:UPDATING BCS QUESTION- Parts Of Speech  created in Proj:Studypress B by Arafat Rahman', 1),
+(6108, 17, 'Task:UPDATING BCS QUESTION- Parts Of Speech  created in Proj:Studypress B by Arafat Rahman', 1),
+(6109, 2, 'Task:Question Check 676 created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(6110, 23, 'Task:Question Check 676 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6111, 39, 'Task:Question Check 676 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6112, 61, 'Task:Question Check 676 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6113, 43, 'Task:Question Check 676 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6114, 2, 'Task:Question Check 677 created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(6115, 23, 'Task:Question Check 677 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6116, 39, 'Task:Question Check 677 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6117, 61, 'Task:Question Check 677 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6118, 43, 'Task:Question Check 677 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6119, 2, 'Task:Support Scan N Pack for IL Bangla  created in Proj:Design & Demo by Sabuj Maksud', 0),
+(6120, 23, 'Task:Support Scan N Pack for IL Bangla  created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6121, 39, 'Task:Support Scan N Pack for IL Bangla  created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6122, 61, 'Task:Support Scan N Pack for IL Bangla  created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6123, 17, 'Task:Support Scan N Pack for IL Bangla  created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6124, 2, 'Task:Question Check  678 created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(6125, 23, 'Task:Question Check  678 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6126, 39, 'Task:Question Check  678 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6127, 61, 'Task:Question Check  678 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6128, 43, 'Task:Question Check  678 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6129, 2, 'Task:Question Check 679 created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(6130, 23, 'Task:Question Check 679 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6131, 39, 'Task:Question Check 679 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6132, 61, 'Task:Question Check 679 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6133, 43, 'Task:Question Check 679 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6134, 2, 'Task:Question Check 680 created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(6135, 23, 'Task:Question Check 680 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6136, 39, 'Task:Question Check 680 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6137, 61, 'Task:Question Check 680 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6138, 43, 'Task:Question Check 680 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6139, 2, 'Task:progress bar correction created in Proj:Payroll Management by Ifetkhar Rasul', 0),
+(6140, 23, 'Task:progress bar correction created in Proj:Payroll Management by Ifetkhar Rasul', 1),
+(6141, 39, 'Task:progress bar correction created in Proj:Payroll Management by Ifetkhar Rasul', 1),
+(6142, 61, 'Task:progress bar correction created in Proj:Payroll Management by Ifetkhar Rasul', 1),
+(6143, 60, 'Task:progress bar correction created in Proj:Payroll Management by Ifetkhar Rasul', 1),
+(6144, 2, 'Task:insert employee info created in Proj:Payroll Management by Ifetkhar Rasul', 0),
+(6145, 23, 'Task:insert employee info created in Proj:Payroll Management by Ifetkhar Rasul', 1),
+(6146, 39, 'Task:insert employee info created in Proj:Payroll Management by Ifetkhar Rasul', 1),
+(6147, 61, 'Task:insert employee info created in Proj:Payroll Management by Ifetkhar Rasul', 1),
+(6148, 60, 'Task:insert employee info created in Proj:Payroll Management by Ifetkhar Rasul', 1),
+(6149, 23, 'Jamil Shakil assigned in Task:Watching Spring MVC  Java of Proj:Restaurant Order Management by admin', 1),
+(6150, 39, 'Jamil Shakil assigned in Task:Watching Spring MVC  Java of Proj:Restaurant Order Management by admin', 1),
+(6151, 61, 'Jamil Shakil assigned in Task:Watching Spring MVC  Java of Proj:Restaurant Order Management by admin', 1),
+(6152, 20, 'You assigned in Task:Watching Spring MVC  Java of Proj:Restaurant Order Management by admin', 1),
+(6153, 23, 'Mamun Hasan assigned in Task:Watching Spring MVC  Java of Proj:Restaurant Order Management by admin', 1),
+(6154, 39, 'Mamun Hasan assigned in Task:Watching Spring MVC  Java of Proj:Restaurant Order Management by admin', 1),
+(6155, 61, 'Mamun Hasan assigned in Task:Watching Spring MVC  Java of Proj:Restaurant Order Management by admin', 1),
+(6156, 29, 'You assigned in Task:Watching Spring MVC  Java of Proj:Restaurant Order Management by admin', 0),
+(6157, 23, 'Mamun Hasan assigned in Task:Trying a Map app of Proj:Restaurant Order Management by admin', 1),
+(6158, 39, 'Mamun Hasan assigned in Task:Trying a Map app of Proj:Restaurant Order Management by admin', 1),
+(6159, 61, 'Mamun Hasan assigned in Task:Trying a Map app of Proj:Restaurant Order Management by admin', 1),
+(6160, 29, 'You assigned in Task:Trying a Map app of Proj:Restaurant Order Management by admin', 0),
+(6161, 2, 'Task:Question Check 681-683 created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(6162, 23, 'Task:Question Check 681-683 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6163, 39, 'Task:Question Check 681-683 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6164, 61, 'Task:Question Check 681-683 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6165, 43, 'Task:Question Check 681-683 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6166, 2, 'Task:Scan N Pack Support For Epic Group created in Proj:Design & Demo by Sabuj Maksud', 0),
+(6167, 23, 'Task:Scan N Pack Support For Epic Group created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6168, 39, 'Task:Scan N Pack Support For Epic Group created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6169, 61, 'Task:Scan N Pack Support For Epic Group created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6170, 17, 'Task:Scan N Pack Support For Epic Group created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6171, 2, 'Task:Question Check 683-685 created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(6172, 23, 'Task:Question Check 683-685 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6173, 39, 'Task:Question Check 683-685 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6174, 61, 'Task:Question Check 683-685 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6175, 43, 'Task:Question Check 683-685 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6176, 2, 'Task: Question Check 685-688 created in Proj:Studypress  Reza by Maruf Al Bashir ', 0),
+(6177, 23, 'Task: Question Check 685-688 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6178, 39, 'Task: Question Check 685-688 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6179, 61, 'Task: Question Check 685-688 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6180, 43, 'Task: Question Check 685-688 created in Proj:Studypress  Reza by Maruf Al Bashir ', 1),
+(6181, 2, 'Task:Meeting at Prottoy medical created in Proj:Design & Demo by Sabuj Maksud', 0),
+(6182, 23, 'Task:Meeting at Prottoy medical created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6183, 39, 'Task:Meeting at Prottoy medical created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6184, 61, 'Task:Meeting at Prottoy medical created in Proj:Design & Demo by Sabuj Maksud', 1);
+INSERT INTO `notification` (`id`, `user_id`, `msg`, `status`) VALUES
+(6185, 17, 'Task:Meeting at Prottoy medical created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6186, 2, 'Task:School Website Template created in Proj:Design & Demo by Sabuj Maksud', 0),
+(6187, 23, 'Task:School Website Template created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6188, 39, 'Task:School Website Template created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6189, 61, 'Task:School Website Template created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6190, 17, 'Task:School Website Template created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6191, 2, 'Task:Scan n Pack Support for PGCL(Epic Group) created in Proj:Design & Demo by Sabuj Maksud', 0),
+(6192, 23, 'Task:Scan n Pack Support for PGCL(Epic Group) created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6193, 39, 'Task:Scan n Pack Support for PGCL(Epic Group) created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6194, 61, 'Task:Scan n Pack Support for PGCL(Epic Group) created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6195, 17, 'Task:Scan n Pack Support for PGCL(Epic Group) created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6196, 2, 'Task:Connecting Database created in Proj:Restaurant Order Management by Mamun Hasan', 0),
+(6197, 23, 'Task:Connecting Database created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(6198, 39, 'Task:Connecting Database created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(6199, 61, 'Task:Connecting Database created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(6200, 60, 'Task:Connecting Database created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(6201, 2, 'Task:View Data on Map from DB created in Proj:Restaurant Order Management by Mamun Hasan', 0),
+(6202, 23, 'Task:View Data on Map from DB created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(6203, 39, 'Task:View Data on Map from DB created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(6204, 61, 'Task:View Data on Map from DB created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(6205, 60, 'Task:View Data on Map from DB created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(6206, 2, 'Task:View Data on Map from DB created in Proj:Restaurant Order Management by Mamun Hasan', 0),
+(6207, 23, 'Task:View Data on Map from DB created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(6208, 39, 'Task:View Data on Map from DB created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(6209, 61, 'Task:View Data on Map from DB created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(6210, 60, 'Task:View Data on Map from DB created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(6211, 2, 'Task:Customize the Map Markers created in Proj:Restaurant Order Management by Mamun Hasan', 0),
+(6212, 23, 'Task:Customize the Map Markers created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(6213, 39, 'Task:Customize the Map Markers created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(6214, 61, 'Task:Customize the Map Markers created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(6215, 60, 'Task:Customize the Map Markers created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(6216, 2, 'Task:Show Date and Time on Marker created in Proj:Restaurant Order Management by Mamun Hasan', 0),
+(6217, 23, 'Task:Show Date and Time on Marker created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(6218, 39, 'Task:Show Date and Time on Marker created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(6219, 61, 'Task:Show Date and Time on Marker created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(6220, 60, 'Task:Show Date and Time on Marker created in Proj:Restaurant Order Management by Mamun Hasan', 1),
+(6221, 2, 'Task:Bug Fix created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 0),
+(6222, 23, 'Task:Bug Fix created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(6223, 39, 'Task:Bug Fix created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(6224, 61, 'Task:Bug Fix created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(6225, 17, 'Task:Bug Fix created in Proj:Studypress Upgradation by Md. Tanjim Al Akib', 1),
+(6226, 2, 'Task:Scan N Pack support for Pearl Garments Co. Ltd. created in Proj:Design & Demo by Sabuj Maksud', 0),
+(6227, 23, 'Task:Scan N Pack support for Pearl Garments Co. Ltd. created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6228, 39, 'Task:Scan N Pack support for Pearl Garments Co. Ltd. created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6229, 61, 'Task:Scan N Pack support for Pearl Garments Co. Ltd. created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6230, 17, 'Task:Scan N Pack support for Pearl Garments Co. Ltd. created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6231, 2, 'Task:Scan N Pack Support For Stylecraft (Yong Ones) created in Proj:Design & Demo by Sabuj Maksud', 0),
+(6232, 23, 'Task:Scan N Pack Support For Stylecraft (Yong Ones) created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6233, 39, 'Task:Scan N Pack Support For Stylecraft (Yong Ones) created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6234, 61, 'Task:Scan N Pack Support For Stylecraft (Yong Ones) created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6235, 17, 'Task:Scan N Pack Support For Stylecraft (Yong Ones) created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6236, 2, 'Task:Create User from Company Info created in Proj:Task Management by Md. Tanjim Al Akib', 0),
+(6237, 23, 'Task:Create User from Company Info created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(6238, 39, 'Task:Create User from Company Info created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(6239, 61, 'Task:Create User from Company Info created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(6240, 17, 'Task:Create User from Company Info created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(6241, 2, 'Task:Support Notification in the admin panel created in Proj:Task Management by Md. Tanjim Al Akib', 0),
+(6242, 23, 'Task:Support Notification in the admin panel created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(6243, 39, 'Task:Support Notification in the admin panel created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(6244, 61, 'Task:Support Notification in the admin panel created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(6245, 17, 'Task:Support Notification in the admin panel created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(6246, 2, 'Task:Company List should be made created in Proj:Task Management by Md. Tanjim Al Akib', 0),
+(6247, 23, 'Task:Company List should be made created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(6248, 39, 'Task:Company List should be made created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(6249, 61, 'Task:Company List should be made created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(6250, 17, 'Task:Company List should be made created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(6251, 2, 'Task:Activity log Modification created in Proj:Task Management by Md. Tanjim Al Akib', 0),
+(6252, 23, 'Task:Activity log Modification created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(6253, 39, 'Task:Activity log Modification created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(6254, 61, 'Task:Activity log Modification created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(6255, 17, 'Task:Activity log Modification created in Proj:Task Management by Md. Tanjim Al Akib', 1),
+(6256, 2, 'Task:Meeting with saquib vai (Nuvista Pharma) created in Proj:Design & Demo by Sabuj Maksud', 0),
+(6257, 23, 'Task:Meeting with saquib vai (Nuvista Pharma) created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6258, 39, 'Task:Meeting with saquib vai (Nuvista Pharma) created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6259, 61, 'Task:Meeting with saquib vai (Nuvista Pharma) created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6260, 17, 'Task:Meeting with saquib vai (Nuvista Pharma) created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6261, 2, 'Task:Scan N Pack Support For Colombia created in Proj:Design & Demo by Sabuj Maksud', 0),
+(6262, 23, 'Task:Scan N Pack Support For Colombia created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6263, 39, 'Task:Scan N Pack Support For Colombia created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6264, 61, 'Task:Scan N Pack Support For Colombia created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6265, 17, 'Task:Scan N Pack Support For Colombia created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6266, 2, 'Proj: MBA created by admin', 0),
+(6267, 23, 'Proj: MBA created by admin', 1),
+(6268, 39, 'Proj: MBA created by admin', 1),
+(6269, 61, 'Proj: MBA created by admin', 1),
+(6270, 2, 'Helal Mohammad assigned in Proj:MBA by admin', 0),
+(6271, 23, 'Helal Mohammad assigned in Proj:MBA by admin', 1),
+(6272, 39, 'Helal Mohammad assigned in Proj:MBA by admin', 1),
+(6273, 61, 'Helal Mohammad assigned in Proj:MBA by admin', 1),
+(6274, 23, 'You assigned in Proj:MBA by admin', 1),
+(6275, 23, 'Task:Add more questions in Right Form of verbs created in Proj:MBA by admin', 1),
+(6276, 39, 'Task:Add more questions in Right Form of verbs created in Proj:MBA by admin', 1),
+(6277, 61, 'Task:Add more questions in Right Form of verbs created in Proj:MBA by admin', 1),
+(6278, 23, 'Task:Add more questions in Right Form of verbs created in Proj:MBA by admin', 1),
+(6279, 23, 'Task:Add more questions in preposition created in Proj:MBA by admin', 1),
+(6280, 39, 'Task:Add more questions in preposition created in Proj:MBA by admin', 1),
+(6281, 61, 'Task:Add more questions in preposition created in Proj:MBA by admin', 1),
+(6282, 23, 'Task:Add more questions in preposition created in Proj:MBA by admin', 1),
+(6283, 23, 'Task:one word substitution created in Proj:MBA by admin', 1),
+(6284, 39, 'Task:one word substitution created in Proj:MBA by admin', 1),
+(6285, 61, 'Task:one word substitution created in Proj:MBA by admin', 1),
+(6286, 23, 'Task:one word substitution created in Proj:MBA by admin', 1),
+(6287, 2, 'Md. Tanjim Al Akib assigned in Proj:Task Management by admin', 0),
+(6288, 23, 'Md. Tanjim Al Akib assigned in Proj:Task Management by admin', 1),
+(6289, 39, 'Md. Tanjim Al Akib assigned in Proj:Task Management by admin', 1),
+(6290, 61, 'Md. Tanjim Al Akib assigned in Proj:Task Management by admin', 1),
+(6291, 44, 'You assigned in Proj:Task Management by admin', 0),
+(6292, 23, 'Task:Client Issue created in Proj:Task Management by admin', 1),
+(6293, 39, 'Task:Client Issue created in Proj:Task Management by admin', 1),
+(6294, 61, 'Task:Client Issue created in Proj:Task Management by admin', 1),
+(6295, 28, 'Task:Client Issue created in Proj:Task Management by admin', 1),
+(6296, 44, 'Task:Client Issue created in Proj:Task Management by admin', 0),
+(6297, 23, 'Md. Tanjim Al Akib assigned in Task:Client Issue of Proj:Task Management by admin', 1),
+(6298, 39, 'Md. Tanjim Al Akib assigned in Task:Client Issue of Proj:Task Management by admin', 1),
+(6299, 61, 'Md. Tanjim Al Akib assigned in Task:Client Issue of Proj:Task Management by admin', 1),
+(6300, 44, 'You assigned in Task:Client Issue of Proj:Task Management by admin', 0),
+(6301, 23, 'A comment added in Task:Client Issue of Proj:Task Management by admin', 1),
+(6302, 39, 'A comment added in Task:Client Issue of Proj:Task Management by admin', 1),
+(6303, 61, 'A comment added in Task:Client Issue of Proj:Task Management by admin', 1),
+(6304, 44, 'A comment added in Task:Client Issue of Proj:Task Management by admin', 0),
+(6305, 17, 'A comment added in Task:Client Issue of Proj:Task Management by admin', 1),
+(6306, 2, 'Proj: CRM created by admin', 0),
+(6307, 23, 'Proj: CRM created by admin', 1),
+(6308, 39, 'Proj: CRM created by admin', 1),
+(6309, 61, 'Proj: CRM created by admin', 1),
+(6310, 2, 'Md. Tanjim Al Akib assigned in Proj:CRM by admin', 0),
+(6311, 23, 'Md. Tanjim Al Akib assigned in Proj:CRM by admin', 1),
+(6312, 39, 'Md. Tanjim Al Akib assigned in Proj:CRM by admin', 1),
+(6313, 61, 'Md. Tanjim Al Akib assigned in Proj:CRM by admin', 1),
+(6314, 44, 'You assigned in Proj:CRM by admin', 0),
+(6315, 23, 'Task:Make a plan for this created in Proj:CRM by admin', 1),
+(6316, 39, 'Task:Make a plan for this created in Proj:CRM by admin', 1),
+(6317, 61, 'Task:Make a plan for this created in Proj:CRM by admin', 1),
+(6318, 44, 'Task:Make a plan for this created in Proj:CRM by admin', 0),
+(6319, 23, 'Task:Select an admin panel template created in Proj:Task Management by admin', 1),
+(6320, 39, 'Task:Select an admin panel template created in Proj:Task Management by admin', 1),
+(6321, 61, 'Task:Select an admin panel template created in Proj:Task Management by admin', 1),
+(6322, 28, 'Task:Select an admin panel template created in Proj:Task Management by admin', 1),
+(6323, 44, 'Task:Select an admin panel template created in Proj:Task Management by admin', 0),
+(6324, 23, 'Task:Select an admin panel template created in Proj:Task Management by admin', 1),
+(6325, 39, 'Task:Select an admin panel template created in Proj:Task Management by admin', 1),
+(6326, 61, 'Task:Select an admin panel template created in Proj:Task Management by admin', 1),
+(6327, 28, 'Task:Select an admin panel template created in Proj:Task Management by admin', 1),
+(6328, 44, 'Task:Select an admin panel template created in Proj:Task Management by admin', 0),
+(6329, 23, 'Task:Select an admin panel template removed from Proj:Task Management by admin', 1),
+(6330, 39, 'Task:Select an admin panel template removed from Proj:Task Management by admin', 1),
+(6331, 61, 'Task:Select an admin panel template removed from Proj:Task Management by admin', 1),
+(6332, 28, 'Task:Select an admin panel template removed from Proj:Task Management by admin', 1),
+(6333, 44, 'Task:Select an admin panel template removed from Proj:Task Management by admin', 0),
+(6334, 23, 'Task:Select an admin panel template removed from Proj:Task Management by admin', 1),
+(6335, 39, 'Task:Select an admin panel template removed from Proj:Task Management by admin', 1),
+(6336, 61, 'Task:Select an admin panel template removed from Proj:Task Management by admin', 1),
+(6337, 28, 'Task:Select an admin panel template removed from Proj:Task Management by admin', 1),
+(6338, 44, 'Task:Select an admin panel template removed from Proj:Task Management by admin', 0),
+(6339, 23, 'Task:Admin Theme created in Proj:CRM by admin', 1),
+(6340, 39, 'Task:Admin Theme created in Proj:CRM by admin', 1),
+(6341, 61, 'Task:Admin Theme created in Proj:CRM by admin', 1),
+(6342, 44, 'Task:Admin Theme created in Proj:CRM by admin', 0),
+(6343, 2, 'Task:Search work @ upwork created in Proj:Design & Demo by Sabuj Maksud', 0),
+(6344, 23, 'Task:Search work @ upwork created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6345, 39, 'Task:Search work @ upwork created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6346, 61, 'Task:Search work @ upwork created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6347, 17, 'Task:Search work @ upwork created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6348, 23, 'Task: Implement a Material Template that can be used across any android project created in Proj:Vocabulary Apps by admin', 1),
+(6349, 39, 'Task: Implement a Material Template that can be used across any android project created in Proj:Vocabulary Apps by admin', 1),
+(6350, 61, 'Task: Implement a Material Template that can be used across any android project created in Proj:Vocabulary Apps by admin', 1),
+(6351, 29, 'Task: Implement a Material Template that can be used across any android project created in Proj:Vocabulary Apps by admin', 1),
+(6352, 2, 'Proj: Training Module created by admin', 0),
+(6353, 23, 'Proj: Training Module created by admin', 1),
+(6354, 39, 'Proj: Training Module created by admin', 1),
+(6355, 61, 'Proj: Training Module created by admin', 1),
+(6356, 2, 'Lutfullahil Kabir Ashik assigned in Proj:Training Module by admin', 0),
+(6357, 23, 'Lutfullahil Kabir Ashik assigned in Proj:Training Module by admin', 1),
+(6358, 39, 'Lutfullahil Kabir Ashik assigned in Proj:Training Module by admin', 1),
+(6359, 61, 'Lutfullahil Kabir Ashik assigned in Proj:Training Module by admin', 1),
+(6360, 77, 'You assigned in Proj:Training Module by admin', 0),
+(6361, 2, 'Proj: Sales Force Tracker created by admin', 0),
+(6362, 23, 'Proj: Sales Force Tracker created by admin', 1),
+(6363, 39, 'Proj: Sales Force Tracker created by admin', 1),
+(6364, 61, 'Proj: Sales Force Tracker created by admin', 1),
+(6365, 2, 'Task:Support Nuvista pharma website(News & Events) created in Proj:Design & Demo by Sabuj Maksud', 0),
+(6366, 23, 'Task:Support Nuvista pharma website(News & Events) created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6367, 39, 'Task:Support Nuvista pharma website(News & Events) created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6368, 61, 'Task:Support Nuvista pharma website(News & Events) created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6369, 17, 'Task:Support Nuvista pharma website(News & Events) created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6370, 23, 'Task:Category Creation created in Proj:Training Module by admin', 1),
+(6371, 39, 'Task:Category Creation created in Proj:Training Module by admin', 1),
+(6372, 61, 'Task:Category Creation created in Proj:Training Module by admin', 1),
+(6373, 77, 'Task:Category Creation created in Proj:Training Module by admin', 0),
+(6374, 23, 'Task:Role Permission created in Proj:Training Module by admin', 1),
+(6375, 39, 'Task:Role Permission created in Proj:Training Module by admin', 1),
+(6376, 61, 'Task:Role Permission created in Proj:Training Module by admin', 1),
+(6377, 77, 'Task:Role Permission created in Proj:Training Module by admin', 0),
+(6378, 23, 'Task:User  created in Proj:Training Module by admin', 1),
+(6379, 39, 'Task:User  created in Proj:Training Module by admin', 1),
+(6380, 61, 'Task:User  created in Proj:Training Module by admin', 1),
+(6381, 77, 'Task:User  created in Proj:Training Module by admin', 0),
+(6382, 23, 'Task:Group/Department created in Proj:Training Module by admin', 1),
+(6383, 39, 'Task:Group/Department created in Proj:Training Module by admin', 1),
+(6384, 61, 'Task:Group/Department created in Proj:Training Module by admin', 1),
+(6385, 77, 'Task:Group/Department created in Proj:Training Module by admin', 0),
+(6386, 23, 'Task:Content Upload created in Proj:Training Module by admin', 1),
+(6387, 39, 'Task:Content Upload created in Proj:Training Module by admin', 1),
+(6388, 61, 'Task:Content Upload created in Proj:Training Module by admin', 1),
+(6389, 77, 'Task:Content Upload created in Proj:Training Module by admin', 0),
+(6390, 23, 'Task:Question Creation created in Proj:Training Module by admin', 1),
+(6391, 39, 'Task:Question Creation created in Proj:Training Module by admin', 1),
+(6392, 61, 'Task:Question Creation created in Proj:Training Module by admin', 1),
+(6393, 77, 'Task:Question Creation created in Proj:Training Module by admin', 0),
+(6394, 23, 'Task:Front end login created in Proj:Training Module by admin', 1),
+(6395, 39, 'Task:Front end login created in Proj:Training Module by admin', 1),
+(6396, 61, 'Task:Front end login created in Proj:Training Module by admin', 1),
+(6397, 77, 'Task:Front end login created in Proj:Training Module by admin', 0),
+(6398, 23, 'Task:Front end Material Show created in Proj:Training Module by admin', 1),
+(6399, 39, 'Task:Front end Material Show created in Proj:Training Module by admin', 1),
+(6400, 61, 'Task:Front end Material Show created in Proj:Training Module by admin', 1),
+(6401, 77, 'Task:Front end Material Show created in Proj:Training Module by admin', 0),
+(6402, 2, 'Task:Meeting at Renata created in Proj:Vocabulary Apps by Mamun Hasan', 0),
+(6403, 23, 'Task:Meeting at Renata created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(6404, 39, 'Task:Meeting at Renata created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(6405, 61, 'Task:Meeting at Renata created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(6406, 17, 'Task:Meeting at Renata created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(6407, 2, 'Task:Renata Barcode App created in Proj:Vocabulary Apps by Mamun Hasan', 0),
+(6408, 23, 'Task:Renata Barcode App created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(6409, 39, 'Task:Renata Barcode App created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(6410, 61, 'Task:Renata Barcode App created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(6411, 17, 'Task:Renata Barcode App created in Proj:Vocabulary Apps by Mamun Hasan', 1),
+(6412, 2, 'Task:Support Scan N Pack for Pacific Jeans created in Proj:Design & Demo by Sabuj Maksud', 0),
+(6413, 23, 'Task:Support Scan N Pack for Pacific Jeans created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6414, 39, 'Task:Support Scan N Pack for Pacific Jeans created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6415, 61, 'Task:Support Scan N Pack for Pacific Jeans created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6416, 17, 'Task:Support Scan N Pack for Pacific Jeans created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6417, 2, 'Task:Content updated for Rugsbd.com created in Proj:Design & Demo by Sabuj Maksud', 0),
+(6418, 23, 'Task:Content updated for Rugsbd.com created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6419, 39, 'Task:Content updated for Rugsbd.com created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6420, 61, 'Task:Content updated for Rugsbd.com created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6421, 17, 'Task:Content updated for Rugsbd.com created in Proj:Design & Demo by Sabuj Maksud', 1),
+(6422, 23, 'Task:Edit Documents created in Proj:CRM by admin', 1),
+(6423, 39, 'Task:Edit Documents created in Proj:CRM by admin', 1),
+(6424, 61, 'Task:Edit Documents created in Proj:CRM by admin', 1),
+(6425, 44, 'Task:Edit Documents created in Proj:CRM by admin', 0),
+(6426, 23, 'Task:Service Page created in Proj:CRM by admin', 1),
+(6427, 39, 'Task:Service Page created in Proj:CRM by admin', 1),
+(6428, 61, 'Task:Service Page created in Proj:CRM by admin', 1),
+(6429, 44, 'Task:Service Page created in Proj:CRM by admin', 0),
+(6430, 23, 'Task:SEND EMAIL created in Proj:CRM by admin', 1),
+(6431, 39, 'Task:SEND EMAIL created in Proj:CRM by admin', 1),
+(6432, 61, 'Task:SEND EMAIL created in Proj:CRM by admin', 1),
+(6433, 44, 'Task:SEND EMAIL created in Proj:CRM by admin', 0),
+(6434, 23, 'Task:Add Calendar in Date of Birth created in Proj:CRM by admin', 1),
+(6435, 39, 'Task:Add Calendar in Date of Birth created in Proj:CRM by admin', 1),
+(6436, 61, 'Task:Add Calendar in Date of Birth created in Proj:CRM by admin', 1),
+(6437, 44, 'Task:Add Calendar in Date of Birth created in Proj:CRM by admin', 0),
+(6438, 23, 'Task:Add form show in year created in Proj:CRM by admin', 1),
+(6439, 39, 'Task:Add form show in year created in Proj:CRM by admin', 1),
+(6440, 61, 'Task:Add form show in year created in Proj:CRM by admin', 1),
+(6441, 44, 'Task:Add form show in year created in Proj:CRM by admin', 0),
+(6442, 23, 'Task:Lead Add Form created in Proj:CRM by admin', 1),
+(6443, 39, 'Task:Lead Add Form created in Proj:CRM by admin', 1),
+(6444, 61, 'Task:Lead Add Form created in Proj:CRM by admin', 1),
+(6445, 44, 'Task:Lead Add Form created in Proj:CRM by admin', 0),
+(6446, 23, 'Task:Lead Add Form Service created in Proj:CRM by admin', 1),
+(6447, 39, 'Task:Lead Add Form Service created in Proj:CRM by admin', 1),
+(6448, 61, 'Task:Lead Add Form Service created in Proj:CRM by admin', 1),
+(6449, 44, 'Task:Lead Add Form Service created in Proj:CRM by admin', 0),
+(6450, 23, 'A comment added in Task:Lead Add Form of Proj:CRM by admin', 1),
+(6451, 39, 'A comment added in Task:Lead Add Form of Proj:CRM by admin', 1),
+(6452, 61, 'A comment added in Task:Lead Add Form of Proj:CRM by admin', 1),
+(6453, 44, 'A comment added in Task:Lead Add Form of Proj:CRM by admin', 0),
+(6454, 1117, 'A comment added in Task:Lead Add Form of Proj:CRM by admin', 1),
+(6455, 23, 'Task:Top created in Proj:CRM by admin', 1),
+(6456, 39, 'Task:Top created in Proj:CRM by admin', 1),
+(6457, 61, 'Task:Top created in Proj:CRM by admin', 1),
+(6458, 44, 'Task:Top created in Proj:CRM by admin', 0),
+(6459, 23, 'Task:Top Task Notification created in Proj:CRM by admin', 1),
+(6460, 39, 'Task:Top Task Notification created in Proj:CRM by admin', 1),
+(6461, 61, 'Task:Top Task Notification created in Proj:CRM by admin', 1),
+(6462, 44, 'Task:Top Task Notification created in Proj:CRM by admin', 0),
+(6463, 23, 'Task:Lead created in Proj:CRM by admin', 1),
+(6464, 39, 'Task:Lead created in Proj:CRM by admin', 1),
+(6465, 61, 'Task:Lead created in Proj:CRM by admin', 1),
+(6466, 44, 'Task:Lead created in Proj:CRM by admin', 0),
+(6467, 23, 'Task:Service Subgroup created in Proj:CRM by admin', 1),
+(6468, 39, 'Task:Service Subgroup created in Proj:CRM by admin', 1),
+(6469, 61, 'Task:Service Subgroup created in Proj:CRM by admin', 1),
+(6470, 44, 'Task:Service Subgroup created in Proj:CRM by admin', 0),
+(6471, 23, 'Task:Service Status created in Proj:CRM by admin', 1),
+(6472, 39, 'Task:Service Status created in Proj:CRM by admin', 1),
+(6473, 61, 'Task:Service Status created in Proj:CRM by admin', 1),
+(6474, 44, 'Task:Service Status created in Proj:CRM by admin', 0),
+(6475, 23, 'Task:Documents created in Proj:CRM by admin', 1),
+(6476, 39, 'Task:Documents created in Proj:CRM by admin', 1),
+(6477, 61, 'Task:Documents created in Proj:CRM by admin', 1),
+(6478, 44, 'Task:Documents created in Proj:CRM by admin', 0),
+(6479, 23, 'Task:Demo website for naafco.com created in Proj:Design & Demo by admin', 1),
+(6480, 39, 'Task:Demo website for naafco.com created in Proj:Design & Demo by admin', 1),
+(6481, 61, 'Task:Demo website for naafco.com created in Proj:Design & Demo by admin', 1),
+(6482, 28, 'Task:Demo website for naafco.com created in Proj:Design & Demo by admin', 1),
+(6483, 30, 'Task:Demo website for naafco.com created in Proj:Design & Demo by admin', 0),
+(6484, 17, 'Task:Demo website for naafco.com created in Proj:Design & Demo by admin', 1),
+(6485, 23, 'Task:k7 - Finance created in Proj:Design & Demo by admin', 1),
+(6486, 39, 'Task:k7 - Finance created in Proj:Design & Demo by admin', 1),
+(6487, 61, 'Task:k7 - Finance created in Proj:Design & Demo by admin', 1),
+(6488, 28, 'Task:k7 - Finance created in Proj:Design & Demo by admin', 1),
+(6489, 30, 'Task:k7 - Finance created in Proj:Design & Demo by admin', 0),
+(6490, 17, 'Task:k7 - Finance created in Proj:Design & Demo by admin', 1),
+(6491, 23, 'Task:remove time from date of birth created in Proj:CRM by admin', 1),
+(6492, 39, 'Task:remove time from date of birth created in Proj:CRM by admin', 1),
+(6493, 61, 'Task:remove time from date of birth created in Proj:CRM by admin', 1),
+(6494, 44, 'Task:remove time from date of birth created in Proj:CRM by admin', 0),
+(6495, 23, 'Task:In remarks add and show time too created in Proj:CRM by admin', 1),
+(6496, 39, 'Task:In remarks add and show time too created in Proj:CRM by admin', 1),
+(6497, 61, 'Task:In remarks add and show time too created in Proj:CRM by admin', 1),
+(6498, 44, 'Task:In remarks add and show time too created in Proj:CRM by admin', 0),
+(6499, 23, 'Task:When I enter a remark add it to activity log. created in Proj:CRM by admin', 1),
+(6500, 39, 'Task:When I enter a remark add it to activity log. created in Proj:CRM by admin', 1),
+(6501, 61, 'Task:When I enter a remark add it to activity log. created in Proj:CRM by admin', 1),
+(6502, 44, 'Task:When I enter a remark add it to activity log. created in Proj:CRM by admin', 0),
+(6503, 23, 'Task:Note needs time too created in Proj:CRM by admin', 1),
+(6504, 39, 'Task:Note needs time too created in Proj:CRM by admin', 1),
+(6505, 61, 'Task:Note needs time too created in Proj:CRM by admin', 1),
+(6506, 44, 'Task:Note needs time too created in Proj:CRM by admin', 0),
+(6507, 23, 'Task:Keep these changes of notes and remarks in the service page as well created in Proj:CRM by admin', 1),
+(6508, 39, 'Task:Keep these changes of notes and remarks in the service page as well created in Proj:CRM by admin', 1),
+(6509, 61, 'Task:Keep these changes of notes and remarks in the service page as well created in Proj:CRM by admin', 1),
+(6510, 44, 'Task:Keep these changes of notes and remarks in the service page as well created in Proj:CRM by admin', 0),
+(6511, 2, 'Md. Tanjim Al Akib assigned in Proj:Eduaid by admin', 0),
+(6512, 23, 'Md. Tanjim Al Akib assigned in Proj:Eduaid by admin', 1),
+(6513, 39, 'Md. Tanjim Al Akib assigned in Proj:Eduaid by admin', 1),
+(6514, 61, 'Md. Tanjim Al Akib assigned in Proj:Eduaid by admin', 1),
+(6515, 44, 'You assigned in Proj:Eduaid by admin', 0),
+(6516, 23, 'Task:Transaction Add created in Proj:Eduaid by admin', 1),
+(6517, 39, 'Task:Transaction Add created in Proj:Eduaid by admin', 1),
+(6518, 61, 'Task:Transaction Add created in Proj:Eduaid by admin', 1),
+(6519, 28, 'Task:Transaction Add created in Proj:Eduaid by admin', 1),
+(6520, 23, 'Task:Transaction Add created in Proj:Eduaid by admin', 1),
+(6521, 44, 'Task:Transaction Add created in Proj:Eduaid by admin', 0),
+(6522, 23, 'Task:Account Page changes created in Proj:Eduaid by admin', 1),
+(6523, 39, 'Task:Account Page changes created in Proj:Eduaid by admin', 1),
+(6524, 61, 'Task:Account Page changes created in Proj:Eduaid by admin', 1),
+(6525, 28, 'Task:Account Page changes created in Proj:Eduaid by admin', 1),
+(6526, 23, 'Task:Account Page changes created in Proj:Eduaid by admin', 1),
+(6527, 44, 'Task:Account Page changes created in Proj:Eduaid by admin', 0),
+(6528, 23, 'Task:Change Revenue report/Expense report created in Proj:Eduaid by admin', 1),
+(6529, 39, 'Task:Change Revenue report/Expense report created in Proj:Eduaid by admin', 1),
+(6530, 61, 'Task:Change Revenue report/Expense report created in Proj:Eduaid by admin', 1),
+(6531, 28, 'Task:Change Revenue report/Expense report created in Proj:Eduaid by admin', 1),
+(6532, 23, 'Task:Change Revenue report/Expense report created in Proj:Eduaid by admin', 1),
+(6533, 44, 'Task:Change Revenue report/Expense report created in Proj:Eduaid by admin', 0),
+(6534, 23, 'Task:Dashboard Invoice Counting created in Proj:Eduaid by admin', 1),
+(6535, 39, 'Task:Dashboard Invoice Counting created in Proj:Eduaid by admin', 1),
+(6536, 61, 'Task:Dashboard Invoice Counting created in Proj:Eduaid by admin', 1),
+(6537, 28, 'Task:Dashboard Invoice Counting created in Proj:Eduaid by admin', 1),
+(6538, 23, 'Task:Dashboard Invoice Counting created in Proj:Eduaid by admin', 1),
+(6539, 44, 'Task:Dashboard Invoice Counting created in Proj:Eduaid by admin', 0),
+(6540, 23, 'Task:Print button fix created in Proj:Eduaid by admin', 1),
+(6541, 39, 'Task:Print button fix created in Proj:Eduaid by admin', 1),
+(6542, 61, 'Task:Print button fix created in Proj:Eduaid by admin', 1),
+(6543, 28, 'Task:Print button fix created in Proj:Eduaid by admin', 1),
+(6544, 23, 'Task:Print button fix created in Proj:Eduaid by admin', 1),
+(6545, 44, 'Task:Print button fix created in Proj:Eduaid by admin', 0),
+(6546, 23, 'Task:User Access Log created in Proj:CRM by admin', 1),
+(6547, 39, 'Task:User Access Log created in Proj:CRM by admin', 1),
+(6548, 61, 'Task:User Access Log created in Proj:CRM by admin', 1),
+(6549, 44, 'Task:User Access Log created in Proj:CRM by admin', 0),
+(6550, 23, 'Task:User Activity Log created in Proj:CRM by admin', 1),
+(6551, 39, 'Task:User Activity Log created in Proj:CRM by admin', 1),
+(6552, 61, 'Task:User Activity Log created in Proj:CRM by admin', 1),
+(6553, 44, 'Task:User Activity Log created in Proj:CRM by admin', 0),
+(6554, 23, 'Task:Lead Statistics in graph created in Proj:CRM by admin', 1),
+(6555, 39, 'Task:Lead Statistics in graph created in Proj:CRM by admin', 1),
+(6556, 61, 'Task:Lead Statistics in graph created in Proj:CRM by admin', 1),
+(6557, 44, 'Task:Lead Statistics in graph created in Proj:CRM by admin', 0),
+(6558, 23, 'Task:Activity created in Proj:CRM by admin', 1),
+(6559, 39, 'Task:Activity created in Proj:CRM by admin', 1),
+(6560, 61, 'Task:Activity created in Proj:CRM by admin', 1),
+(6561, 44, 'Task:Activity created in Proj:CRM by admin', 0),
+(6562, 23, 'Task:Create a table of No Activity List created in Proj:CRM by admin', 1),
+(6563, 39, 'Task:Create a table of No Activity List created in Proj:CRM by admin', 1),
+(6564, 61, 'Task:Create a table of No Activity List created in Proj:CRM by admin', 1),
+(6565, 44, 'Task:Create a table of No Activity List created in Proj:CRM by admin', 0),
+(6566, 23, 'Task:Search created in Proj:CRM by admin', 1),
+(6567, 39, 'Task:Search created in Proj:CRM by admin', 1),
+(6568, 61, 'Task:Search created in Proj:CRM by admin', 1),
+(6569, 44, 'Task:Search created in Proj:CRM by admin', 0),
+(6570, 2, 'Proj: Student Management App created by admin', 0),
+(6571, 23, 'Proj: Student Management App created by admin', 1),
+(6572, 39, 'Proj: Student Management App created by admin', 1),
+(6573, 61, 'Proj: Student Management App created by admin', 1),
+(6574, 2, 'Proj: Student Management App created by admin', 0),
+(6575, 23, 'Proj: Student Management App created by admin', 1),
+(6576, 39, 'Proj: Student Management App created by admin', 1),
+(6577, 61, 'Proj: Student Management App created by admin', 1),
+(6578, 2, 'Proj: Student Management App created by admin', 0),
+(6579, 23, 'Proj: Student Management App created by admin', 1),
+(6580, 39, 'Proj: Student Management App created by admin', 1),
+(6581, 61, 'Proj: Student Management App created by admin', 1),
+(6582, 23, 'Task:Test Apps Brochure created in Proj:Design & Demo by admin', 1),
+(6583, 39, 'Task:Test Apps Brochure created in Proj:Design & Demo by admin', 1),
+(6584, 61, 'Task:Test Apps Brochure created in Proj:Design & Demo by admin', 1),
+(6585, 28, 'Task:Test Apps Brochure created in Proj:Design & Demo by admin', 1),
+(6586, 30, 'Task:Test Apps Brochure created in Proj:Design & Demo by admin', 0),
+(6587, 17, 'Task:Test Apps Brochure created in Proj:Design & Demo by admin', 1),
+(6588, 2, 'Maruf Al Bashir  assigned in Proj:Studypress B by admin', 0),
+(6589, 23, 'Maruf Al Bashir  assigned in Proj:Studypress B by admin', 1),
+(6590, 39, 'Maruf Al Bashir  assigned in Proj:Studypress B by admin', 1),
+(6591, 61, 'Maruf Al Bashir  assigned in Proj:Studypress B by admin', 1),
+(6592, 41, 'You assigned in Proj:Studypress B by admin', 0),
+(6593, 2, 'Maruf Al Bashir  assigned in Proj:Studypress B by admin', 0),
+(6594, 23, 'Maruf Al Bashir  assigned in Proj:Studypress B by admin', 1),
+(6595, 39, 'Maruf Al Bashir  assigned in Proj:Studypress B by admin', 1),
+(6596, 61, 'Maruf Al Bashir  assigned in Proj:Studypress B by admin', 1),
+(6597, 41, 'You assigned in Proj:Studypress B by admin', 0),
+(6598, 23, 'Task:onubad - bangla to english created in Proj:Studypress B by admin', 1),
+(6599, 39, 'Task:onubad - bangla to english created in Proj:Studypress B by admin', 1),
+(6600, 61, 'Task:onubad - bangla to english created in Proj:Studypress B by admin', 1),
+(6601, 20, 'Task:onubad - bangla to english created in Proj:Studypress B by admin', 1),
+(6602, 39, 'Task:onubad - bangla to english created in Proj:Studypress B by admin', 1),
+(6603, 28, 'Task:onubad - bangla to english created in Proj:Studypress B by admin', 1),
+(6604, 23, 'Task:onubad - bangla to english created in Proj:Studypress B by admin', 1),
+(6605, 21, 'Task:onubad - bangla to english created in Proj:Studypress B by admin', 1),
+(6606, 41, 'Task:onubad - bangla to english created in Proj:Studypress B by admin', 0),
+(6607, 41, 'Task:onubad - bangla to english created in Proj:Studypress B by admin', 0),
+(6608, 23, 'Task:Onubaad -- Bangla to english created in Proj:Studypress B by admin', 1),
+(6609, 39, 'Task:Onubaad -- Bangla to english created in Proj:Studypress B by admin', 1),
+(6610, 61, 'Task:Onubaad -- Bangla to english created in Proj:Studypress B by admin', 1),
+(6611, 20, 'Task:Onubaad -- Bangla to english created in Proj:Studypress B by admin', 1),
+(6612, 39, 'Task:Onubaad -- Bangla to english created in Proj:Studypress B by admin', 1),
+(6613, 28, 'Task:Onubaad -- Bangla to english created in Proj:Studypress B by admin', 1),
+(6614, 23, 'Task:Onubaad -- Bangla to english created in Proj:Studypress B by admin', 1),
+(6615, 21, 'Task:Onubaad -- Bangla to english created in Proj:Studypress B by admin', 1),
+(6616, 41, 'Task:Onubaad -- Bangla to english created in Proj:Studypress B by admin', 0),
+(6617, 41, 'Task:Onubaad -- Bangla to english created in Proj:Studypress B by admin', 0),
+(6618, 23, 'Task:Onubaad -- Bangla to english created in Proj:Studypress B by admin', 1),
+(6619, 39, 'Task:Onubaad -- Bangla to english created in Proj:Studypress B by admin', 1),
+(6620, 61, 'Task:Onubaad -- Bangla to english created in Proj:Studypress B by admin', 1),
+(6621, 20, 'Task:Onubaad -- Bangla to english created in Proj:Studypress B by admin', 1),
+(6622, 39, 'Task:Onubaad -- Bangla to english created in Proj:Studypress B by admin', 1),
+(6623, 28, 'Task:Onubaad -- Bangla to english created in Proj:Studypress B by admin', 1),
+(6624, 23, 'Task:Onubaad -- Bangla to english created in Proj:Studypress B by admin', 1),
+(6625, 21, 'Task:Onubaad -- Bangla to english created in Proj:Studypress B by admin', 1),
+(6626, 41, 'Task:Onubaad -- Bangla to english created in Proj:Studypress B by admin', 0),
+(6627, 41, 'Task:Onubaad -- Bangla to english created in Proj:Studypress B by admin', 0),
+(6628, 2, 'Sabuj Maksud assigned in Proj:Studypress B by admin', 0),
+(6629, 23, 'Sabuj Maksud assigned in Proj:Studypress B by admin', 1),
+(6630, 39, 'Sabuj Maksud assigned in Proj:Studypress B by admin', 1),
+(6631, 61, 'Sabuj Maksud assigned in Proj:Studypress B by admin', 1),
+(6632, 30, 'You assigned in Proj:Studypress B by admin', 0),
+(6633, 2, 'Maruf Al Bashir  removed from Proj:Studypress B by admin', 0),
+(6634, 23, 'Maruf Al Bashir  removed from Proj:Studypress B by admin', 1),
+(6635, 39, 'Maruf Al Bashir  removed from Proj:Studypress B by admin', 1),
+(6636, 61, 'Maruf Al Bashir  removed from Proj:Studypress B by admin', 1),
+(6637, 41, 'You removed from Proj:Studypress B by admin', 0),
+(6638, 23, 'Task:Math -- Age created in Proj:Studypress B by admin', 1),
+(6639, 39, 'Task:Math -- Age created in Proj:Studypress B by admin', 1),
+(6640, 61, 'Task:Math -- Age created in Proj:Studypress B by admin', 1),
+(6641, 20, 'Task:Math -- Age created in Proj:Studypress B by admin', 1),
+(6642, 39, 'Task:Math -- Age created in Proj:Studypress B by admin', 1),
+(6643, 28, 'Task:Math -- Age created in Proj:Studypress B by admin', 1),
+(6644, 23, 'Task:Math -- Age created in Proj:Studypress B by admin', 1),
+(6645, 21, 'Task:Math -- Age created in Proj:Studypress B by admin', 1),
+(6646, 41, 'Task:Math -- Age created in Proj:Studypress B by admin', 0),
+(6647, 30, 'Task:Math -- Age created in Proj:Studypress B by admin', 0),
+(6648, 23, 'A comment added in Task:Math -- Age of Proj:Studypress B by admin', 1),
+(6649, 39, 'A comment added in Task:Math -- Age of Proj:Studypress B by admin', 1),
+(6650, 61, 'A comment added in Task:Math -- Age of Proj:Studypress B by admin', 1),
+(6651, 30, 'A comment added in Task:Math -- Age of Proj:Studypress B by admin', 0),
+(6652, 17, 'A comment added in Task:Math -- Age of Proj:Studypress B by admin', 1),
+(6653, 23, 'Task:http://www.prothom-alo.com/bangladesh/article/1372576/%E0%A6%A2%E0%A6%BE%E0%A6%95%E0%A6%BE%E0%A6%B0-%E0%A6%AC%E0%A6%BE%E0%A7%9F%E0%A7%81%E0%A6%A6', 1),
+(6654, 39, 'Task:http://www.prothom-alo.com/bangladesh/article/1372576/%E0%A6%A2%E0%A6%BE%E0%A6%95%E0%A6%BE%E0%A6%B0-%E0%A6%AC%E0%A6%BE%E0%A7%9F%E0%A7%81%E0%A6%A6', 1),
+(6655, 61, 'Task:http://www.prothom-alo.com/bangladesh/article/1372576/%E0%A6%A2%E0%A6%BE%E0%A6%95%E0%A6%BE%E0%A6%B0-%E0%A6%AC%E0%A6%BE%E0%A7%9F%E0%A7%81%E0%A6%A6', 1),
+(6656, 20, 'Task:http://www.prothom-alo.com/bangladesh/article/1372576/%E0%A6%A2%E0%A6%BE%E0%A6%95%E0%A6%BE%E0%A6%B0-%E0%A6%AC%E0%A6%BE%E0%A7%9F%E0%A7%81%E0%A6%A6', 1),
+(6657, 39, 'Task:http://www.prothom-alo.com/bangladesh/article/1372576/%E0%A6%A2%E0%A6%BE%E0%A6%95%E0%A6%BE%E0%A6%B0-%E0%A6%AC%E0%A6%BE%E0%A7%9F%E0%A7%81%E0%A6%A6', 1),
+(6658, 28, 'Task:http://www.prothom-alo.com/bangladesh/article/1372576/%E0%A6%A2%E0%A6%BE%E0%A6%95%E0%A6%BE%E0%A6%B0-%E0%A6%AC%E0%A6%BE%E0%A7%9F%E0%A7%81%E0%A6%A6', 1),
+(6659, 23, 'Task:http://www.prothom-alo.com/bangladesh/article/1372576/%E0%A6%A2%E0%A6%BE%E0%A6%95%E0%A6%BE%E0%A6%B0-%E0%A6%AC%E0%A6%BE%E0%A7%9F%E0%A7%81%E0%A6%A6', 1),
+(6660, 21, 'Task:http://www.prothom-alo.com/bangladesh/article/1372576/%E0%A6%A2%E0%A6%BE%E0%A6%95%E0%A6%BE%E0%A6%B0-%E0%A6%AC%E0%A6%BE%E0%A7%9F%E0%A7%81%E0%A6%A6', 1),
+(6661, 41, 'Task:http://www.prothom-alo.com/bangladesh/article/1372576/%E0%A6%A2%E0%A6%BE%E0%A6%95%E0%A6%BE%E0%A6%B0-%E0%A6%AC%E0%A6%BE%E0%A7%9F%E0%A7%81%E0%A6%A6', 0),
+(6662, 30, 'Task:http://www.prothom-alo.com/bangladesh/article/1372576/%E0%A6%A2%E0%A6%BE%E0%A6%95%E0%A6%BE%E0%A6%B0-%E0%A6%AC%E0%A6%BE%E0%A7%9F%E0%A7%81%E0%A6%A6', 0),
+(6663, 2, 'Sabuj Maksud assigned as a PM in Proj:Studypress B by admin', 0),
+(6664, 23, 'Sabuj Maksud assigned as a PM in Proj:Studypress B by admin', 1),
+(6665, 39, 'Sabuj Maksud assigned as a PM in Proj:Studypress B by admin', 1),
+(6666, 61, 'Sabuj Maksud assigned as a PM in Proj:Studypress B by admin', 1),
+(6667, 20, 'Sabuj Maksud assigned as a PM in Proj:Studypress B by admin', 1),
+(6668, 39, 'Sabuj Maksud assigned as a PM in Proj:Studypress B by admin', 1),
+(6669, 28, 'Sabuj Maksud assigned as a PM in Proj:Studypress B by admin', 1),
+(6670, 23, 'Sabuj Maksud assigned as a PM in Proj:Studypress B by admin', 1),
+(6671, 21, 'Sabuj Maksud assigned as a PM in Proj:Studypress B by admin', 1),
+(6672, 41, 'Sabuj Maksud assigned as a PM in Proj:Studypress B by admin', 0),
+(6673, 30, 'Sabuj Maksud assigned as a PM in Proj:Studypress B by admin', 0),
+(6674, 2, 'Proj: Training Apps created by admin', 0),
+(6675, 23, 'Proj: Training Apps created by admin', 1),
+(6676, 39, 'Proj: Training Apps created by admin', 1),
+(6677, 61, 'Proj: Training Apps created by admin', 1),
+(6678, 2, 'Tarikul Islam assigned in Proj:Studypress Upgradation by admin', 0),
+(6679, 23, 'Tarikul Islam assigned in Proj:Studypress Upgradation by admin', 1),
+(6680, 39, 'Tarikul Islam assigned in Proj:Studypress Upgradation by admin', 1),
+(6681, 61, 'Tarikul Islam assigned in Proj:Studypress Upgradation by admin', 1),
+(6682, 95, 'You assigned in Proj:Studypress Upgradation by admin', 0),
+(6683, 23, 'Task:Remove ???????? ?????? ???????  created in Proj:Studypress Upgradation by admin', 1),
+(6684, 39, 'Task:Remove ???????? ?????? ???????  created in Proj:Studypress Upgradation by admin', 1),
+(6685, 61, 'Task:Remove ???????? ?????? ???????  created in Proj:Studypress Upgradation by admin', 1),
+(6686, 44, 'Task:Remove ???????? ?????? ???????  created in Proj:Studypress Upgradation by admin', 1),
+(6687, 28, 'Task:Remove ???????? ?????? ???????  created in Proj:Studypress Upgradation by admin', 1),
+(6688, 95, 'Task:Remove ???????? ?????? ???????  created in Proj:Studypress Upgradation by admin', 0),
+(6689, 23, 'Task:Paid Error created in Proj:Studypress Upgradation by admin', 1),
+(6690, 39, 'Task:Paid Error created in Proj:Studypress Upgradation by admin', 1),
+(6691, 61, 'Task:Paid Error created in Proj:Studypress Upgradation by admin', 1),
+(6692, 44, 'Task:Paid Error created in Proj:Studypress Upgradation by admin', 1),
+(6693, 28, 'Task:Paid Error created in Proj:Studypress Upgradation by admin', 1),
+(6694, 95, 'Task:Paid Error created in Proj:Studypress Upgradation by admin', 0),
+(6695, 23, 'Task:Footer Overlap created in Proj:Studypress Upgradation by admin', 1),
+(6696, 39, 'Task:Footer Overlap created in Proj:Studypress Upgradation by admin', 1),
+(6697, 61, 'Task:Footer Overlap created in Proj:Studypress Upgradation by admin', 1),
+(6698, 44, 'Task:Footer Overlap created in Proj:Studypress Upgradation by admin', 1),
+(6699, 28, 'Task:Footer Overlap created in Proj:Studypress Upgradation by admin', 1),
+(6700, 95, 'Task:Footer Overlap created in Proj:Studypress Upgradation by admin', 0),
+(6701, 23, 'Task:Footer Overlap created in Proj:Studypress Upgradation by admin', 1),
+(6702, 39, 'Task:Footer Overlap created in Proj:Studypress Upgradation by admin', 1),
+(6703, 61, 'Task:Footer Overlap created in Proj:Studypress Upgradation by admin', 1),
+(6704, 44, 'Task:Footer Overlap created in Proj:Studypress Upgradation by admin', 1),
+(6705, 28, 'Task:Footer Overlap created in Proj:Studypress Upgradation by admin', 1),
+(6706, 95, 'Task:Footer Overlap created in Proj:Studypress Upgradation by admin', 0),
+(6707, 23, 'Task:Add Year in the exam table created in Proj:Studypress Upgradation by admin', 1),
+(6708, 39, 'Task:Add Year in the exam table created in Proj:Studypress Upgradation by admin', 1),
+(6709, 61, 'Task:Add Year in the exam table created in Proj:Studypress Upgradation by admin', 1),
+(6710, 44, 'Task:Add Year in the exam table created in Proj:Studypress Upgradation by admin', 1),
+(6711, 28, 'Task:Add Year in the exam table created in Proj:Studypress Upgradation by admin', 1),
+(6712, 95, 'Task:Add Year in the exam table created in Proj:Studypress Upgradation by admin', 0),
+(6713, 23, 'Task:Previous Job Test Page created in Proj:Studypress Upgradation by admin', 1),
+(6714, 39, 'Task:Previous Job Test Page created in Proj:Studypress Upgradation by admin', 1),
+(6715, 61, 'Task:Previous Job Test Page created in Proj:Studypress Upgradation by admin', 1),
+(6716, 44, 'Task:Previous Job Test Page created in Proj:Studypress Upgradation by admin', 1),
+(6717, 28, 'Task:Previous Job Test Page created in Proj:Studypress Upgradation by admin', 1),
+(6718, 95, 'Task:Previous Job Test Page created in Proj:Studypress Upgradation by admin', 0),
+(6719, 23, 'Task:New group tag with category created in Proj:Studypress Upgradation by admin', 1),
+(6720, 39, 'Task:New group tag with category created in Proj:Studypress Upgradation by admin', 1),
+(6721, 61, 'Task:New group tag with category created in Proj:Studypress Upgradation by admin', 1),
+(6722, 44, 'Task:New group tag with category created in Proj:Studypress Upgradation by admin', 1),
+(6723, 28, 'Task:New group tag with category created in Proj:Studypress Upgradation by admin', 1),
+(6724, 95, 'Task:New group tag with category created in Proj:Studypress Upgradation by admin', 0),
+(6725, 2, 'File:Bank Asia management trainee 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 0),
+(6726, 23, 'File:Bank Asia management trainee 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6727, 39, 'File:Bank Asia management trainee 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6728, 61, 'File:Bank Asia management trainee 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6729, 20, 'File:Bank Asia management trainee 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6730, 39, 'File:Bank Asia management trainee 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6731, 28, 'File:Bank Asia management trainee 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6732, 23, 'File:Bank Asia management trainee 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6733, 21, 'File:Bank Asia management trainee 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6734, 41, 'File:Bank Asia management trainee 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 0),
+(6735, 30, 'File:Bank Asia management trainee 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 0),
+(6736, 2, 'Task:Bank Asia management trainee 2017 created in Proj:Studypress B by Maruf Al Bashir ', 0),
+(6737, 23, 'Task:Bank Asia management trainee 2017 created in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6738, 39, 'Task:Bank Asia management trainee 2017 created in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6739, 61, 'Task:Bank Asia management trainee 2017 created in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6740, 17, 'Task:Bank Asia management trainee 2017 created in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6741, 2, 'File:Modhumoti bank pro off 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 0),
+(6742, 23, 'File:Modhumoti bank pro off 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6743, 39, 'File:Modhumoti bank pro off 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6744, 61, 'File:Modhumoti bank pro off 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6745, 20, 'File:Modhumoti bank pro off 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6746, 39, 'File:Modhumoti bank pro off 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6747, 28, 'File:Modhumoti bank pro off 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6748, 23, 'File:Modhumoti bank pro off 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6749, 21, 'File:Modhumoti bank pro off 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6750, 41, 'File:Modhumoti bank pro off 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 0),
+(6751, 30, 'File:Modhumoti bank pro off 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 0),
+(6752, 2, 'Task:Modhumoti bank pro off 2017 created in Proj:Studypress B by Maruf Al Bashir ', 0),
+(6753, 23, 'Task:Modhumoti bank pro off 2017 created in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6754, 39, 'Task:Modhumoti bank pro off 2017 created in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6755, 61, 'Task:Modhumoti bank pro off 2017 created in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6756, 17, 'Task:Modhumoti bank pro off 2017 created in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6757, 2, 'File:pubali_bank_trainee_assistant_teller 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 0),
+(6758, 23, 'File:pubali_bank_trainee_assistant_teller 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6759, 39, 'File:pubali_bank_trainee_assistant_teller 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6760, 61, 'File:pubali_bank_trainee_assistant_teller 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6761, 20, 'File:pubali_bank_trainee_assistant_teller 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6762, 39, 'File:pubali_bank_trainee_assistant_teller 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6763, 28, 'File:pubali_bank_trainee_assistant_teller 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6764, 23, 'File:pubali_bank_trainee_assistant_teller 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6765, 21, 'File:pubali_bank_trainee_assistant_teller 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6766, 41, 'File:pubali_bank_trainee_assistant_teller 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 0),
+(6767, 30, 'File:pubali_bank_trainee_assistant_teller 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 0),
+(6768, 2, 'Task:pubali_bank_trainee_assistant_teller 2017 created in Proj:Studypress B by Maruf Al Bashir ', 0);
+INSERT INTO `notification` (`id`, `user_id`, `msg`, `status`) VALUES
+(6769, 23, 'Task:pubali_bank_trainee_assistant_teller 2017 created in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6770, 39, 'Task:pubali_bank_trainee_assistant_teller 2017 created in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6771, 61, 'Task:pubali_bank_trainee_assistant_teller 2017 created in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6772, 17, 'Task:pubali_bank_trainee_assistant_teller 2017 created in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6773, 2, 'File:Social Islami Bank Ltd 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 0),
+(6774, 23, 'File:Social Islami Bank Ltd 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6775, 39, 'File:Social Islami Bank Ltd 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6776, 61, 'File:Social Islami Bank Ltd 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6777, 20, 'File:Social Islami Bank Ltd 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6778, 39, 'File:Social Islami Bank Ltd 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6779, 28, 'File:Social Islami Bank Ltd 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6780, 23, 'File:Social Islami Bank Ltd 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6781, 21, 'File:Social Islami Bank Ltd 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6782, 41, 'File:Social Islami Bank Ltd 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 0),
+(6783, 30, 'File:Social Islami Bank Ltd 2017.docx added in Proj:Studypress B by Maruf Al Bashir ', 0),
+(6784, 2, 'Task:Social Islami Bank Ltd 2017 created in Proj:Studypress B by Maruf Al Bashir ', 0),
+(6785, 23, 'Task:Social Islami Bank Ltd 2017 created in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6786, 39, 'Task:Social Islami Bank Ltd 2017 created in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6787, 61, 'Task:Social Islami Bank Ltd 2017 created in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6788, 17, 'Task:Social Islami Bank Ltd 2017 created in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6789, 2, 'Task:One bank special cadre officer 2017 created in Proj:Studypress B by Maruf Al Bashir ', 0),
+(6790, 23, 'Task:One bank special cadre officer 2017 created in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6791, 39, 'Task:One bank special cadre officer 2017 created in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6792, 61, 'Task:One bank special cadre officer 2017 created in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6793, 17, 'Task:One bank special cadre officer 2017 created in Proj:Studypress B by Maruf Al Bashir ', 1),
+(6794, 2, 'A comment added in Task:One bank special cadre officer 2017 of Proj:Studypress B by Maruf Al Bashir ', 0),
+(6795, 23, 'A comment added in Task:One bank special cadre officer 2017 of Proj:Studypress B by Maruf Al Bashir ', 1),
+(6796, 39, 'A comment added in Task:One bank special cadre officer 2017 of Proj:Studypress B by Maruf Al Bashir ', 1),
+(6797, 61, 'A comment added in Task:One bank special cadre officer 2017 of Proj:Studypress B by Maruf Al Bashir ', 1),
+(6798, 17, 'A comment added in Task:One bank special cadre officer 2017 of Proj:Studypress B by Maruf Al Bashir ', 1),
+(6799, 2, 'Task:Question - Add and Edit  created in Proj:Studypress Upgradation by Tarikul Islam', 0),
+(6800, 23, 'Task:Question - Add and Edit  created in Proj:Studypress Upgradation by Tarikul Islam', 1),
+(6801, 39, 'Task:Question - Add and Edit  created in Proj:Studypress Upgradation by Tarikul Islam', 1),
+(6802, 61, 'Task:Question - Add and Edit  created in Proj:Studypress Upgradation by Tarikul Islam', 1),
+(6803, 17, 'Task:Question - Add and Edit  created in Proj:Studypress Upgradation by Tarikul Islam', 1),
+(6804, 2, 'Task:Checking Data comma(,) created in Proj:Studypress Upgradation by Tarikul Islam', 0),
+(6805, 23, 'Task:Checking Data comma(,) created in Proj:Studypress Upgradation by Tarikul Islam', 1),
+(6806, 39, 'Task:Checking Data comma(,) created in Proj:Studypress Upgradation by Tarikul Islam', 1),
+(6807, 61, 'Task:Checking Data comma(,) created in Proj:Studypress Upgradation by Tarikul Islam', 1),
+(6808, 17, 'Task:Checking Data comma(,) created in Proj:Studypress Upgradation by Tarikul Islam', 1),
+(6809, 2, 'A comment added in Task:Checking Data comma(,) of Proj:Studypress Upgradation by Tarikul Islam', 0),
+(6810, 23, 'A comment added in Task:Checking Data comma(,) of Proj:Studypress Upgradation by Tarikul Islam', 1),
+(6811, 39, 'A comment added in Task:Checking Data comma(,) of Proj:Studypress Upgradation by Tarikul Islam', 1),
+(6812, 61, 'A comment added in Task:Checking Data comma(,) of Proj:Studypress Upgradation by Tarikul Islam', 1),
+(6813, 17, 'A comment added in Task:Checking Data comma(,) of Proj:Studypress Upgradation by Tarikul Islam', 1),
+(6814, 23, 'Task:StudyPress Featured News Problem created in Proj:Studypress Upgradation by admin', 1),
+(6815, 39, 'Task:StudyPress Featured News Problem created in Proj:Studypress Upgradation by admin', 1),
+(6816, 61, 'Task:StudyPress Featured News Problem created in Proj:Studypress Upgradation by admin', 1),
+(6817, 44, 'Task:StudyPress Featured News Problem created in Proj:Studypress Upgradation by admin', 1),
+(6818, 28, 'Task:StudyPress Featured News Problem created in Proj:Studypress Upgradation by admin', 1),
+(6819, 95, 'Task:StudyPress Featured News Problem created in Proj:Studypress Upgradation by admin', 0),
+(6820, 2, 'Proj: Handbl Website created by admin', 0),
+(6821, 23, 'Proj: Handbl Website created by admin', 1),
+(6822, 39, 'Proj: Handbl Website created by admin', 1),
+(6823, 61, 'Proj: Handbl Website created by admin', 1),
+(6824, 2, 'Nurul Muhammad Haque assigned in Proj:Handbl Website by admin', 0),
+(6825, 23, 'Nurul Muhammad Haque assigned in Proj:Handbl Website by admin', 1),
+(6826, 39, 'Nurul Muhammad Haque assigned in Proj:Handbl Website by admin', 1),
+(6827, 61, 'Nurul Muhammad Haque assigned in Proj:Handbl Website by admin', 1),
+(6828, 99, 'You assigned in Proj:Handbl Website by admin', 1),
+(6829, 2, 'Sabuj Maksud assigned in Proj:Handbl Website by admin', 0),
+(6830, 23, 'Sabuj Maksud assigned in Proj:Handbl Website by admin', 1),
+(6831, 39, 'Sabuj Maksud assigned in Proj:Handbl Website by admin', 1),
+(6832, 61, 'Sabuj Maksud assigned in Proj:Handbl Website by admin', 1),
+(6833, 30, 'You assigned in Proj:Handbl Website by admin', 0),
+(6834, 2, 'Maruf Al Bashir  assigned in Proj:Handbl Website by admin', 0),
+(6835, 23, 'Maruf Al Bashir  assigned in Proj:Handbl Website by admin', 1),
+(6836, 39, 'Maruf Al Bashir  assigned in Proj:Handbl Website by admin', 1),
+(6837, 61, 'Maruf Al Bashir  assigned in Proj:Handbl Website by admin', 1),
+(6838, 41, 'You assigned in Proj:Handbl Website by admin', 0),
+(6839, 23, 'Task:Client Task created in Proj:Handbl Website by admin', 1),
+(6840, 39, 'Task:Client Task created in Proj:Handbl Website by admin', 1),
+(6841, 61, 'Task:Client Task created in Proj:Handbl Website by admin', 1),
+(6842, 99, 'Task:Client Task created in Proj:Handbl Website by admin', 1),
+(6843, 30, 'Task:Client Task created in Proj:Handbl Website by admin', 0),
+(6844, 41, 'Task:Client Task created in Proj:Handbl Website by admin', 0),
+(6845, 2, 'Ahnaful Hasan assigned in Proj:Sales Force Tracker by admin', 0),
+(6846, 23, 'Ahnaful Hasan assigned in Proj:Sales Force Tracker by admin', 1),
+(6847, 39, 'Ahnaful Hasan assigned in Proj:Sales Force Tracker by admin', 1),
+(6848, 61, 'Ahnaful Hasan assigned in Proj:Sales Force Tracker by admin', 1),
+(6849, 100, 'You assigned in Proj:Sales Force Tracker by admin', 0),
+(6850, 23, 'Task:Introduction created in Proj:Sales Force Tracker by admin', 1),
+(6851, 39, 'Task:Introduction created in Proj:Sales Force Tracker by admin', 1),
+(6852, 61, 'Task:Introduction created in Proj:Sales Force Tracker by admin', 1),
+(6853, 100, 'Task:Introduction created in Proj:Sales Force Tracker by admin', 0),
+(6854, 23, 'Task:Home Page Design created in Proj:Handbl Website by admin', 1),
+(6855, 39, 'Task:Home Page Design created in Proj:Handbl Website by admin', 1),
+(6856, 61, 'Task:Home Page Design created in Proj:Handbl Website by admin', 1),
+(6857, 99, 'Task:Home Page Design created in Proj:Handbl Website by admin', 1),
+(6858, 30, 'Task:Home Page Design created in Proj:Handbl Website by admin', 0),
+(6859, 41, 'Task:Home Page Design created in Proj:Handbl Website by admin', 1),
+(6860, 23, 'Task:Convert PSD to HTML created in Proj:Handbl Website by admin', 1),
+(6861, 39, 'Task:Convert PSD to HTML created in Proj:Handbl Website by admin', 1),
+(6862, 61, 'Task:Convert PSD to HTML created in Proj:Handbl Website by admin', 1),
+(6863, 99, 'Task:Convert PSD to HTML created in Proj:Handbl Website by admin', 1),
+(6864, 30, 'Task:Convert PSD to HTML created in Proj:Handbl Website by admin', 0),
+(6865, 41, 'Task:Convert PSD to HTML created in Proj:Handbl Website by admin', 1),
+(6866, 2, 'Noruzzaman Khan assigned in Proj:Sales Force Tracker by admin', 0),
+(6867, 23, 'Noruzzaman Khan assigned in Proj:Sales Force Tracker by admin', 1),
+(6868, 39, 'Noruzzaman Khan assigned in Proj:Sales Force Tracker by admin', 1),
+(6869, 61, 'Noruzzaman Khan assigned in Proj:Sales Force Tracker by admin', 1),
+(6870, 101, 'You assigned in Proj:Sales Force Tracker by admin', 0),
+(6871, 2, 'Sabuj Maksud assigned in Proj:Sales Force Tracker by admin', 0),
+(6872, 23, 'Sabuj Maksud assigned in Proj:Sales Force Tracker by admin', 1),
+(6873, 39, 'Sabuj Maksud assigned in Proj:Sales Force Tracker by admin', 1),
+(6874, 61, 'Sabuj Maksud assigned in Proj:Sales Force Tracker by admin', 1),
+(6875, 30, 'You assigned in Proj:Sales Force Tracker by admin', 0),
+(6876, 2, 'Noruzzaman Khan assigned as a PM in Proj:Sales Force Tracker by admin', 0),
+(6877, 23, 'Noruzzaman Khan assigned as a PM in Proj:Sales Force Tracker by admin', 1),
+(6878, 39, 'Noruzzaman Khan assigned as a PM in Proj:Sales Force Tracker by admin', 1),
+(6879, 61, 'Noruzzaman Khan assigned as a PM in Proj:Sales Force Tracker by admin', 1),
+(6880, 100, 'Noruzzaman Khan assigned as a PM in Proj:Sales Force Tracker by admin', 0),
+(6881, 101, 'Noruzzaman Khan assigned as a PM in Proj:Sales Force Tracker by admin', 0),
+(6882, 30, 'Noruzzaman Khan assigned as a PM in Proj:Sales Force Tracker by admin', 0),
+(6883, 2, 'Task:Hierarchy Setup created in Proj:Sales Force Tracker by Noruzzaman Khan', 0),
+(6884, 23, 'Task:Hierarchy Setup created in Proj:Sales Force Tracker by Noruzzaman Khan', 1),
+(6885, 39, 'Task:Hierarchy Setup created in Proj:Sales Force Tracker by Noruzzaman Khan', 1),
+(6886, 61, 'Task:Hierarchy Setup created in Proj:Sales Force Tracker by Noruzzaman Khan', 1),
+(6887, 60, 'Task:Hierarchy Setup created in Proj:Sales Force Tracker by Noruzzaman Khan', 1),
+(6888, 23, 'Ahnaful Hasan assigned in Task:Hierarchy Setup of Proj:Sales Force Tracker by admin', 1),
+(6889, 39, 'Ahnaful Hasan assigned in Task:Hierarchy Setup of Proj:Sales Force Tracker by admin', 1),
+(6890, 61, 'Ahnaful Hasan assigned in Task:Hierarchy Setup of Proj:Sales Force Tracker by admin', 1),
+(6891, 100, 'You assigned in Task:Hierarchy Setup of Proj:Sales Force Tracker by admin', 0),
+(6892, 2, 'Task:ABOUT US page created in Proj:Handbl Website by Sabuj Maksud', 0),
+(6893, 23, 'Task:ABOUT US page created in Proj:Handbl Website by Sabuj Maksud', 1),
+(6894, 39, 'Task:ABOUT US page created in Proj:Handbl Website by Sabuj Maksud', 1),
+(6895, 61, 'Task:ABOUT US page created in Proj:Handbl Website by Sabuj Maksud', 1),
+(6896, 1140, 'Task:ABOUT US page created in Proj:Handbl Website by Sabuj Maksud', 1),
+(6897, 23, 'Task:Transaction Add removed from Proj:Eduaid by admin', 1),
+(6898, 39, 'Task:Transaction Add removed from Proj:Eduaid by admin', 1),
+(6899, 61, 'Task:Transaction Add removed from Proj:Eduaid by admin', 1),
+(6900, 28, 'Task:Transaction Add removed from Proj:Eduaid by admin', 1),
+(6901, 23, 'Task:Transaction Add removed from Proj:Eduaid by admin', 1),
+(6902, 44, 'Task:Transaction Add removed from Proj:Eduaid by admin', 1),
+(6903, 23, 'Task:Account Page changes removed from Proj:Eduaid by admin', 1),
+(6904, 39, 'Task:Account Page changes removed from Proj:Eduaid by admin', 1),
+(6905, 61, 'Task:Account Page changes removed from Proj:Eduaid by admin', 1),
+(6906, 28, 'Task:Account Page changes removed from Proj:Eduaid by admin', 1),
+(6907, 23, 'Task:Account Page changes removed from Proj:Eduaid by admin', 1),
+(6908, 44, 'Task:Account Page changes removed from Proj:Eduaid by admin', 1),
+(6909, 23, 'Task:Change Revenue report/Expense report removed from Proj:Eduaid by admin', 1),
+(6910, 39, 'Task:Change Revenue report/Expense report removed from Proj:Eduaid by admin', 1),
+(6911, 61, 'Task:Change Revenue report/Expense report removed from Proj:Eduaid by admin', 1),
+(6912, 28, 'Task:Change Revenue report/Expense report removed from Proj:Eduaid by admin', 1),
+(6913, 23, 'Task:Change Revenue report/Expense report removed from Proj:Eduaid by admin', 1),
+(6914, 44, 'Task:Change Revenue report/Expense report removed from Proj:Eduaid by admin', 1),
+(6915, 23, 'Task:Print button fix removed from Proj:Eduaid by admin', 1),
+(6916, 39, 'Task:Print button fix removed from Proj:Eduaid by admin', 1),
+(6917, 61, 'Task:Print button fix removed from Proj:Eduaid by admin', 1),
+(6918, 28, 'Task:Print button fix removed from Proj:Eduaid by admin', 1),
+(6919, 23, 'Task:Print button fix removed from Proj:Eduaid by admin', 1),
+(6920, 44, 'Task:Print button fix removed from Proj:Eduaid by admin', 1),
+(6921, 2, 'Tarikul Islam assigned in Proj:Eduaid by admin', 0),
+(6922, 23, 'Tarikul Islam assigned in Proj:Eduaid by admin', 1),
+(6923, 39, 'Tarikul Islam assigned in Proj:Eduaid by admin', 1),
+(6924, 61, 'Tarikul Islam assigned in Proj:Eduaid by admin', 1),
+(6925, 95, 'You assigned in Proj:Eduaid by admin', 0),
+(6926, 2, 'Md. Tanjim Al Akib removed from Proj:Eduaid by admin', 0),
+(6927, 23, 'Md. Tanjim Al Akib removed from Proj:Eduaid by admin', 1),
+(6928, 39, 'Md. Tanjim Al Akib removed from Proj:Eduaid by admin', 1),
+(6929, 61, 'Md. Tanjim Al Akib removed from Proj:Eduaid by admin', 1),
+(6930, 44, 'You removed from Proj:Eduaid by admin', 1),
+(6931, 23, 'Task:Invoice Page Pagination created in Proj:Eduaid by admin', 1),
+(6932, 39, 'Task:Invoice Page Pagination created in Proj:Eduaid by admin', 1),
+(6933, 61, 'Task:Invoice Page Pagination created in Proj:Eduaid by admin', 1),
+(6934, 28, 'Task:Invoice Page Pagination created in Proj:Eduaid by admin', 1),
+(6935, 23, 'Task:Invoice Page Pagination created in Proj:Eduaid by admin', 1),
+(6936, 95, 'Task:Invoice Page Pagination created in Proj:Eduaid by admin', 0),
+(6937, 23, 'Task:Invoice Print created in Proj:Eduaid by admin', 1),
+(6938, 39, 'Task:Invoice Print created in Proj:Eduaid by admin', 1),
+(6939, 61, 'Task:Invoice Print created in Proj:Eduaid by admin', 1),
+(6940, 28, 'Task:Invoice Print created in Proj:Eduaid by admin', 1),
+(6941, 23, 'Task:Invoice Print created in Proj:Eduaid by admin', 1),
+(6942, 95, 'Task:Invoice Print created in Proj:Eduaid by admin', 0),
+(6943, 23, 'Task:Invoice Creation and Payment created in Proj:Eduaid by admin', 1),
+(6944, 39, 'Task:Invoice Creation and Payment created in Proj:Eduaid by admin', 1),
+(6945, 61, 'Task:Invoice Creation and Payment created in Proj:Eduaid by admin', 1),
+(6946, 28, 'Task:Invoice Creation and Payment created in Proj:Eduaid by admin', 1),
+(6947, 23, 'Task:Invoice Creation and Payment created in Proj:Eduaid by admin', 1),
+(6948, 95, 'Task:Invoice Creation and Payment created in Proj:Eduaid by admin', 0),
+(6949, 23, 'Task:Invoice Creation created in Proj:Eduaid by admin', 1),
+(6950, 39, 'Task:Invoice Creation created in Proj:Eduaid by admin', 1),
+(6951, 61, 'Task:Invoice Creation created in Proj:Eduaid by admin', 1),
+(6952, 28, 'Task:Invoice Creation created in Proj:Eduaid by admin', 1),
+(6953, 23, 'Task:Invoice Creation created in Proj:Eduaid by admin', 1),
+(6954, 95, 'Task:Invoice Creation created in Proj:Eduaid by admin', 0),
+(6955, 23, 'Task:Session Timeout Issue created in Proj:Eduaid by admin', 1),
+(6956, 39, 'Task:Session Timeout Issue created in Proj:Eduaid by admin', 1),
+(6957, 61, 'Task:Session Timeout Issue created in Proj:Eduaid by admin', 1),
+(6958, 28, 'Task:Session Timeout Issue created in Proj:Eduaid by admin', 1),
+(6959, 23, 'Task:Session Timeout Issue created in Proj:Eduaid by admin', 1),
+(6960, 95, 'Task:Session Timeout Issue created in Proj:Eduaid by admin', 0),
+(6961, 23, 'Task:Type Table created in Proj:Sales Force Tracker by admin', 1),
+(6962, 39, 'Task:Type Table created in Proj:Sales Force Tracker by admin', 1),
+(6963, 61, 'Task:Type Table created in Proj:Sales Force Tracker by admin', 1),
+(6964, 100, 'Task:Type Table created in Proj:Sales Force Tracker by admin', 0),
+(6965, 101, 'Task:Type Table created in Proj:Sales Force Tracker by admin', 1),
+(6966, 30, 'Task:Type Table created in Proj:Sales Force Tracker by admin', 0),
+(6967, 23, 'Task:Outlet Info created in Proj:Sales Force Tracker by admin', 1),
+(6968, 39, 'Task:Outlet Info created in Proj:Sales Force Tracker by admin', 1),
+(6969, 61, 'Task:Outlet Info created in Proj:Sales Force Tracker by admin', 1),
+(6970, 100, 'Task:Outlet Info created in Proj:Sales Force Tracker by admin', 0),
+(6971, 101, 'Task:Outlet Info created in Proj:Sales Force Tracker by admin', 1),
+(6972, 30, 'Task:Outlet Info created in Proj:Sales Force Tracker by admin', 0),
+(6973, 23, 'Task:Doctos DB created in Proj:Sales Force Tracker by admin', 1),
+(6974, 39, 'Task:Doctos DB created in Proj:Sales Force Tracker by admin', 1),
+(6975, 61, 'Task:Doctos DB created in Proj:Sales Force Tracker by admin', 1),
+(6976, 100, 'Task:Doctos DB created in Proj:Sales Force Tracker by admin', 0),
+(6977, 101, 'Task:Doctos DB created in Proj:Sales Force Tracker by admin', 1),
+(6978, 30, 'Task:Doctos DB created in Proj:Sales Force Tracker by admin', 0),
+(6979, 23, 'Task:Location DB created in Proj:Sales Force Tracker by admin', 1),
+(6980, 39, 'Task:Location DB created in Proj:Sales Force Tracker by admin', 1),
+(6981, 61, 'Task:Location DB created in Proj:Sales Force Tracker by admin', 1),
+(6982, 100, 'Task:Location DB created in Proj:Sales Force Tracker by admin', 0),
+(6983, 101, 'Task:Location DB created in Proj:Sales Force Tracker by admin', 1),
+(6984, 30, 'Task:Location DB created in Proj:Sales Force Tracker by admin', 0),
+(6985, 2, 'Proj: Share Network created by admin', 0),
+(6986, 23, 'Proj: Share Network created by admin', 1),
+(6987, 39, 'Proj: Share Network created by admin', 1),
+(6988, 61, 'Proj: Share Network created by admin', 1),
+(6989, 2, 'Shamme Zeba assigned in Proj:Share Network by admin', 0),
+(6990, 23, 'Shamme Zeba assigned in Proj:Share Network by admin', 1),
+(6991, 39, 'Shamme Zeba assigned in Proj:Share Network by admin', 1),
+(6992, 61, 'Shamme Zeba assigned in Proj:Share Network by admin', 1),
+(6993, 36, 'You assigned in Proj:Share Network by admin', 0),
+(6994, 23, 'Task:Invitation Study and testing created in Proj:Share Network by admin', 1),
+(6995, 39, 'Task:Invitation Study and testing created in Proj:Share Network by admin', 1),
+(6996, 61, 'Task:Invitation Study and testing created in Proj:Share Network by admin', 1),
+(6997, 36, 'Task:Invitation Study and testing created in Proj:Share Network by admin', 0),
+(6998, 23, 'Task:Database Design created in Proj:Share Network by admin', 1),
+(6999, 39, 'Task:Database Design created in Proj:Share Network by admin', 1),
+(7000, 61, 'Task:Database Design created in Proj:Share Network by admin', 1),
+(7001, 36, 'Task:Database Design created in Proj:Share Network by admin', 0),
+(7002, 2, 'Tarikul Islam assigned in Proj:Sales Force Tracker by admin', 0),
+(7003, 23, 'Tarikul Islam assigned in Proj:Sales Force Tracker by admin', 1),
+(7004, 39, 'Tarikul Islam assigned in Proj:Sales Force Tracker by admin', 1),
+(7005, 61, 'Tarikul Islam assigned in Proj:Sales Force Tracker by admin', 1),
+(7006, 95, 'You assigned in Proj:Sales Force Tracker by admin', 0),
+(7007, 2, 'Tarikul Islam assigned in Proj:Sales Force Tracker by admin', 0),
+(7008, 23, 'Tarikul Islam assigned in Proj:Sales Force Tracker by admin', 1),
+(7009, 39, 'Tarikul Islam assigned in Proj:Sales Force Tracker by admin', 1),
+(7010, 61, 'Tarikul Islam assigned in Proj:Sales Force Tracker by admin', 1),
+(7011, 95, 'You assigned in Proj:Sales Force Tracker by admin', 0),
+(7012, 23, 'Tarikul Islam assigned in Task:Location DB of Proj:Sales Force Tracker by admin', 1),
+(7013, 39, 'Tarikul Islam assigned in Task:Location DB of Proj:Sales Force Tracker by admin', 1),
+(7014, 61, 'Tarikul Islam assigned in Task:Location DB of Proj:Sales Force Tracker by admin', 1),
+(7015, 95, 'You assigned in Task:Location DB of Proj:Sales Force Tracker by admin', 0),
+(7016, 23, 'Tarikul Islam assigned in Task:Outlet Info of Proj:Sales Force Tracker by admin', 1),
+(7017, 39, 'Tarikul Islam assigned in Task:Outlet Info of Proj:Sales Force Tracker by admin', 1),
+(7018, 61, 'Tarikul Islam assigned in Task:Outlet Info of Proj:Sales Force Tracker by admin', 1),
+(7019, 95, 'You assigned in Task:Outlet Info of Proj:Sales Force Tracker by admin', 0),
+(7020, 23, 'Tarikul Islam assigned in Task:Outlet Info of Proj:Sales Force Tracker by admin', 1),
+(7021, 39, 'Tarikul Islam assigned in Task:Outlet Info of Proj:Sales Force Tracker by admin', 1),
+(7022, 61, 'Tarikul Islam assigned in Task:Outlet Info of Proj:Sales Force Tracker by admin', 1),
+(7023, 95, 'You assigned in Task:Outlet Info of Proj:Sales Force Tracker by admin', 0),
+(7024, 23, 'Tarikul Islam assigned in Task:Location DB of Proj:Sales Force Tracker by admin', 1),
+(7025, 39, 'Tarikul Islam assigned in Task:Location DB of Proj:Sales Force Tracker by admin', 1),
+(7026, 61, 'Tarikul Islam assigned in Task:Location DB of Proj:Sales Force Tracker by admin', 1),
+(7027, 95, 'You assigned in Task:Location DB of Proj:Sales Force Tracker by admin', 0),
+(7028, 23, 'Tarikul Islam assigned in Task:Type Table of Proj:Sales Force Tracker by admin', 1),
+(7029, 39, 'Tarikul Islam assigned in Task:Type Table of Proj:Sales Force Tracker by admin', 1),
+(7030, 61, 'Tarikul Islam assigned in Task:Type Table of Proj:Sales Force Tracker by admin', 1),
+(7031, 95, 'You assigned in Task:Type Table of Proj:Sales Force Tracker by admin', 0),
+(7032, 23, 'Task:Create a User Manual created in Proj:Eduaid by admin', 1),
+(7033, 39, 'Task:Create a User Manual created in Proj:Eduaid by admin', 1),
+(7034, 61, 'Task:Create a User Manual created in Proj:Eduaid by admin', 1),
+(7035, 28, 'Task:Create a User Manual created in Proj:Eduaid by admin', 1),
+(7036, 23, 'Task:Create a User Manual created in Proj:Eduaid by admin', 1),
+(7037, 95, 'Task:Create a User Manual created in Proj:Eduaid by admin', 0),
+(7038, 2, 'Maruf Al Bashir  removed from Proj:Studypress  Reza by admin', 0),
+(7039, 23, 'Maruf Al Bashir  removed from Proj:Studypress  Reza by admin', 1),
+(7040, 39, 'Maruf Al Bashir  removed from Proj:Studypress  Reza by admin', 1),
+(7041, 61, 'Maruf Al Bashir  removed from Proj:Studypress  Reza by admin', 1),
+(7042, 41, 'You removed from Proj:Studypress  Reza by admin', 1),
+(7043, 2, 'Helal Mohammad assigned in Proj:Studypress  Reza by admin', 0),
+(7044, 23, 'Helal Mohammad assigned in Proj:Studypress  Reza by admin', 1),
+(7045, 39, 'Helal Mohammad assigned in Proj:Studypress  Reza by admin', 1),
+(7046, 61, 'Helal Mohammad assigned in Proj:Studypress  Reza by admin', 1),
+(7047, 23, 'You assigned in Proj:Studypress  Reza by admin', 1),
+(7048, 23, 'Task:Bank Q created in Proj:Studypress B by admin', 1),
+(7049, 39, 'Task:Bank Q created in Proj:Studypress B by admin', 1),
+(7050, 61, 'Task:Bank Q created in Proj:Studypress B by admin', 1),
+(7051, 20, 'Task:Bank Q created in Proj:Studypress B by admin', 1),
+(7052, 39, 'Task:Bank Q created in Proj:Studypress B by admin', 1),
+(7053, 28, 'Task:Bank Q created in Proj:Studypress B by admin', 1),
+(7054, 23, 'Task:Bank Q created in Proj:Studypress B by admin', 1),
+(7055, 21, 'Task:Bank Q created in Proj:Studypress B by admin', 1),
+(7056, 41, 'Task:Bank Q created in Proj:Studypress B by admin', 1),
+(7057, 30, 'Task:Bank Q created in Proj:Studypress B by admin', 0),
+(7058, 2, 'Task:Api Intregation for sign up  created in Proj:Share Network by Shamme Zeba', 0),
+(7059, 23, 'Task:Api Intregation for sign up  created in Proj:Share Network by Shamme Zeba', 1),
+(7060, 39, 'Task:Api Intregation for sign up  created in Proj:Share Network by Shamme Zeba', 1),
+(7061, 61, 'Task:Api Intregation for sign up  created in Proj:Share Network by Shamme Zeba', 1),
+(7062, 1117, 'Task:Api Intregation for sign up  created in Proj:Share Network by Shamme Zeba', 1),
+(7063, 2, 'Task:Profile info sync with server created in Proj:Share Network by Shamme Zeba', 0),
+(7064, 23, 'Task:Profile info sync with server created in Proj:Share Network by Shamme Zeba', 1),
+(7065, 39, 'Task:Profile info sync with server created in Proj:Share Network by Shamme Zeba', 1),
+(7066, 61, 'Task:Profile info sync with server created in Proj:Share Network by Shamme Zeba', 1),
+(7067, 1117, 'Task:Profile info sync with server created in Proj:Share Network by Shamme Zeba', 1),
+(7068, 2, 'Task:Profile info sync with server created in Proj:Share Network by Shamme Zeba', 0),
+(7069, 23, 'Task:Profile info sync with server created in Proj:Share Network by Shamme Zeba', 1),
+(7070, 39, 'Task:Profile info sync with server created in Proj:Share Network by Shamme Zeba', 1),
+(7071, 61, 'Task:Profile info sync with server created in Proj:Share Network by Shamme Zeba', 1),
+(7072, 1117, 'Task:Profile info sync with server created in Proj:Share Network by Shamme Zeba', 1),
+(7073, 2, 'Lutfullahil Kabir Ashik assigned in Proj:Student Management App by admin', 0),
+(7074, 23, 'Lutfullahil Kabir Ashik assigned in Proj:Student Management App by admin', 1),
+(7075, 39, 'Lutfullahil Kabir Ashik assigned in Proj:Student Management App by admin', 1),
+(7076, 61, 'Lutfullahil Kabir Ashik assigned in Proj:Student Management App by admin', 1),
+(7077, 77, 'You assigned in Proj:Student Management App by admin', 0),
+(7078, 2, 'Helal Mohammad assigned in Proj:Student Management App by admin', 0),
+(7079, 23, 'Helal Mohammad assigned in Proj:Student Management App by admin', 1),
+(7080, 39, 'Helal Mohammad assigned in Proj:Student Management App by admin', 1),
+(7081, 61, 'Helal Mohammad assigned in Proj:Student Management App by admin', 1),
+(7082, 23, 'You assigned in Proj:Student Management App by admin', 1),
+(7083, 23, 'Task:Database Development created in Proj:Student Management App by admin', 1),
+(7084, 39, 'Task:Database Development created in Proj:Student Management App by admin', 1),
+(7085, 61, 'Task:Database Development created in Proj:Student Management App by admin', 1),
+(7086, 77, 'Task:Database Development created in Proj:Student Management App by admin', 0),
+(7087, 23, 'Task:Database Development created in Proj:Student Management App by admin', 1),
+(7088, 23, 'Task:Main Portal: Add user created in Proj:Student Management App by admin', 1),
+(7089, 39, 'Task:Main Portal: Add user created in Proj:Student Management App by admin', 1),
+(7090, 61, 'Task:Main Portal: Add user created in Proj:Student Management App by admin', 1),
+(7091, 77, 'Task:Main Portal: Add user created in Proj:Student Management App by admin', 0),
+(7092, 23, 'Task:Main Portal: Add user created in Proj:Student Management App by admin', 1),
+(7093, 23, 'Task: created in Proj:Student Management App by admin', 1),
+(7094, 39, 'Task: created in Proj:Student Management App by admin', 1),
+(7095, 61, 'Task: created in Proj:Student Management App by admin', 1),
+(7096, 77, 'Task: created in Proj:Student Management App by admin', 0),
+(7097, 23, 'Task: created in Proj:Student Management App by admin', 1),
+(7098, 23, 'Task:IECC Conversion created in Proj:Student Management App by admin', 1),
+(7099, 39, 'Task:IECC Conversion created in Proj:Student Management App by admin', 1),
+(7100, 61, 'Task:IECC Conversion created in Proj:Student Management App by admin', 1),
+(7101, 77, 'Task:IECC Conversion created in Proj:Student Management App by admin', 0),
+(7102, 23, 'Task:IECC Conversion created in Proj:Student Management App by admin', 1),
+(7103, 23, 'Task:IECC: User Management created in Proj:Student Management App by admin', 1),
+(7104, 39, 'Task:IECC: User Management created in Proj:Student Management App by admin', 1),
+(7105, 61, 'Task:IECC: User Management created in Proj:Student Management App by admin', 1),
+(7106, 77, 'Task:IECC: User Management created in Proj:Student Management App by admin', 0),
+(7107, 23, 'Task:IECC: User Management created in Proj:Student Management App by admin', 1),
+(7108, 23, 'Task:IECC: Requirement created in Proj:Student Management App by admin', 1),
+(7109, 39, 'Task:IECC: Requirement created in Proj:Student Management App by admin', 1),
+(7110, 61, 'Task:IECC: Requirement created in Proj:Student Management App by admin', 1),
+(7111, 77, 'Task:IECC: Requirement created in Proj:Student Management App by admin', 0),
+(7112, 23, 'Task:IECC: Requirement created in Proj:Student Management App by admin', 1),
+(7113, 23, 'Task:IECC: OFFICE  created in Proj:Student Management App by admin', 1),
+(7114, 39, 'Task:IECC: OFFICE  created in Proj:Student Management App by admin', 1),
+(7115, 61, 'Task:IECC: OFFICE  created in Proj:Student Management App by admin', 1),
+(7116, 77, 'Task:IECC: OFFICE  created in Proj:Student Management App by admin', 0),
+(7117, 23, 'Task:IECC: OFFICE  created in Proj:Student Management App by admin', 1),
+(7118, 23, 'Task:Sub agent Management created in Proj:Student Management App by admin', 1),
+(7119, 39, 'Task:Sub agent Management created in Proj:Student Management App by admin', 1),
+(7120, 61, 'Task:Sub agent Management created in Proj:Student Management App by admin', 1),
+(7121, 77, 'Task:Sub agent Management created in Proj:Student Management App by admin', 0),
+(7122, 23, 'Task:Sub agent Management created in Proj:Student Management App by admin', 1),
+(7123, 23, 'Task:Channel Management created in Proj:Student Management App by admin', 1),
+(7124, 39, 'Task:Channel Management created in Proj:Student Management App by admin', 1),
+(7125, 61, 'Task:Channel Management created in Proj:Student Management App by admin', 1),
+(7126, 77, 'Task:Channel Management created in Proj:Student Management App by admin', 0),
+(7127, 23, 'Task:Channel Management created in Proj:Student Management App by admin', 1),
+(7128, 23, 'Task:Correction of Requirement and User Management created in Proj:Student Management App by admin', 1),
+(7129, 39, 'Task:Correction of Requirement and User Management created in Proj:Student Management App by admin', 1),
+(7130, 61, 'Task:Correction of Requirement and User Management created in Proj:Student Management App by admin', 1),
+(7131, 77, 'Task:Correction of Requirement and User Management created in Proj:Student Management App by admin', 0),
+(7132, 23, 'Task:Correction of Requirement and User Management created in Proj:Student Management App by admin', 1),
+(7133, 23, 'Task:Lead Status created in Proj:Student Management App by admin', 1),
+(7134, 39, 'Task:Lead Status created in Proj:Student Management App by admin', 1),
+(7135, 61, 'Task:Lead Status created in Proj:Student Management App by admin', 1),
+(7136, 77, 'Task:Lead Status created in Proj:Student Management App by admin', 0),
+(7137, 23, 'Task:Lead Status created in Proj:Student Management App by admin', 1),
+(7138, 23, 'Task:Lead Form created in Proj:Student Management App by admin', 1),
+(7139, 39, 'Task:Lead Form created in Proj:Student Management App by admin', 1),
+(7140, 61, 'Task:Lead Form created in Proj:Student Management App by admin', 1),
+(7141, 77, 'Task:Lead Form created in Proj:Student Management App by admin', 0),
+(7142, 23, 'Task:Lead Form created in Proj:Student Management App by admin', 1),
+(7143, 2, 'File:IECC_New DB Management.docx added in Proj:Student Management App by admin', 0),
+(7144, 23, 'File:IECC_New DB Management.docx added in Proj:Student Management App by admin', 1),
+(7145, 39, 'File:IECC_New DB Management.docx added in Proj:Student Management App by admin', 1),
+(7146, 61, 'File:IECC_New DB Management.docx added in Proj:Student Management App by admin', 1),
+(7147, 77, 'File:IECC_New DB Management.docx added in Proj:Student Management App by admin', 0),
+(7148, 23, 'File:IECC_New DB Management.docx added in Proj:Student Management App by admin', 1),
+(7149, 2, 'Proj: Student Management App removed by Hadiur Rahman', 0),
+(7150, 23, 'Proj: Student Management App removed by Hadiur Rahman', 1),
+(7151, 39, 'Proj: Student Management App removed by Hadiur Rahman', 1),
+(7152, 61, 'Proj: Student Management App removed by Hadiur Rahman', 1),
+(7153, 2, 'Proj: Student Management App removed by Hadiur Rahman', 0),
+(7154, 23, 'Proj: Student Management App removed by Hadiur Rahman', 1),
+(7155, 39, 'Proj: Student Management App removed by Hadiur Rahman', 1),
+(7156, 61, 'Proj: Student Management App removed by Hadiur Rahman', 1),
+(7157, 2, 'Hadiur Rahman assigned in Proj:Student Management App by Hadiur Rahman', 0),
+(7158, 23, 'Hadiur Rahman assigned in Proj:Student Management App by Hadiur Rahman', 1),
+(7159, 39, 'Hadiur Rahman assigned in Proj:Student Management App by Hadiur Rahman', 1),
+(7160, 61, 'Hadiur Rahman assigned in Proj:Student Management App by Hadiur Rahman', 1),
+(7161, 105, 'You assigned in Proj:Student Management App by Hadiur Rahman', 0),
+(7162, 2, 'Hadiur Rahman assigned as a PM in Proj:Student Management App by Hadiur Rahman', 0),
+(7163, 23, 'Hadiur Rahman assigned as a PM in Proj:Student Management App by Hadiur Rahman', 1),
+(7164, 39, 'Hadiur Rahman assigned as a PM in Proj:Student Management App by Hadiur Rahman', 1),
+(7165, 61, 'Hadiur Rahman assigned as a PM in Proj:Student Management App by Hadiur Rahman', 1),
+(7166, 77, 'Hadiur Rahman assigned as a PM in Proj:Student Management App by Hadiur Rahman', 0),
+(7167, 23, 'Hadiur Rahman assigned as a PM in Proj:Student Management App by Hadiur Rahman', 1),
+(7168, 105, 'Hadiur Rahman assigned as a PM in Proj:Student Management App by Hadiur Rahman', 0),
+(7169, 2, 'A comment added in Task:Lead Form of Proj:Student Management App by Lutfullahil Kabir Ashik', 0),
+(7170, 23, 'A comment added in Task:Lead Form of Proj:Student Management App by Lutfullahil Kabir Ashik', 1),
+(7171, 39, 'A comment added in Task:Lead Form of Proj:Student Management App by Lutfullahil Kabir Ashik', 1),
+(7172, 61, 'A comment added in Task:Lead Form of Proj:Student Management App by Lutfullahil Kabir Ashik', 1),
+(7173, 1122, 'A comment added in Task:Lead Form of Proj:Student Management App by Lutfullahil Kabir Ashik', 1),
+(7174, 23, 'Task:Modification of subagent form created in Proj:Student Management App by admin', 1),
+(7175, 39, 'Task:Modification of subagent form created in Proj:Student Management App by admin', 1),
+(7176, 61, 'Task:Modification of subagent form created in Proj:Student Management App by admin', 1),
+(7177, 77, 'Task:Modification of subagent form created in Proj:Student Management App by admin', 0),
+(7178, 23, 'Task:Modification of subagent form created in Proj:Student Management App by admin', 1),
+(7179, 105, 'Task:Modification of subagent form created in Proj:Student Management App by admin', 0),
+(7180, 2, 'Proj: My Task created by admin', 0),
+(7181, 23, 'Proj: My Task created by admin', 1),
+(7182, 39, 'Proj: My Task created by admin', 1),
+(7183, 61, 'Proj: My Task created by admin', 1),
+(7184, 2, 'Helal Mohammad assigned in Proj:My Task by admin', 0),
+(7185, 23, 'Helal Mohammad assigned in Proj:My Task by admin', 1),
+(7186, 39, 'Helal Mohammad assigned in Proj:My Task by admin', 1),
+(7187, 61, 'Helal Mohammad assigned in Proj:My Task by admin', 1),
+(7188, 23, 'You assigned in Proj:My Task by admin', 1),
+(7189, 23, 'Task:Studypress presentation created in Proj:My Task by admin', 1),
+(7190, 39, 'Task:Studypress presentation created in Proj:My Task by admin', 1),
+(7191, 61, 'Task:Studypress presentation created in Proj:My Task by admin', 1),
+(7192, 23, 'Task:Studypress presentation created in Proj:My Task by admin', 1),
+(7193, 23, 'Task:IECC subagent created in Proj:My Task by admin', 1),
+(7194, 39, 'Task:IECC subagent created in Proj:My Task by admin', 1),
+(7195, 61, 'Task:IECC subagent created in Proj:My Task by admin', 1),
+(7196, 23, 'Task:IECC subagent created in Proj:My Task by admin', 1),
+(7197, 23, 'Task:studypress PR created in Proj:My Task by admin', 1),
+(7198, 39, 'Task:studypress PR created in Proj:My Task by admin', 1),
+(7199, 61, 'Task:studypress PR created in Proj:My Task by admin', 1),
+(7200, 23, 'Task:studypress PR created in Proj:My Task by admin', 1),
+(7201, 2, 'Proj: ScanPack created by admin', 0),
+(7202, 23, 'Proj: ScanPack created by admin', 1),
+(7203, 39, 'Proj: ScanPack created by admin', 1),
+(7204, 61, 'Proj: ScanPack created by admin', 1),
+(7205, 2, 'Sabuj Maksud assigned in Proj:ScanPack by admin', 0),
+(7206, 23, 'Sabuj Maksud assigned in Proj:ScanPack by admin', 1),
+(7207, 39, 'Sabuj Maksud assigned in Proj:ScanPack by admin', 1),
+(7208, 61, 'Sabuj Maksud assigned in Proj:ScanPack by admin', 1),
+(7209, 30, 'You assigned in Proj:ScanPack by admin', 0),
+(7210, 23, 'Task:Support to GTL created in Proj:ScanPack by admin', 1),
+(7211, 39, 'Task:Support to GTL created in Proj:ScanPack by admin', 1),
+(7212, 61, 'Task:Support to GTL created in Proj:ScanPack by admin', 1),
+(7213, 30, 'Task:Support to GTL created in Proj:ScanPack by admin', 0),
+(7214, 23, 'Task:Studypress: Add news and questions created in Proj:My Task by admin', 1),
+(7215, 39, 'Task:Studypress: Add news and questions created in Proj:My Task by admin', 1),
+(7216, 61, 'Task:Studypress: Add news and questions created in Proj:My Task by admin', 1),
+(7217, 23, 'Task:Studypress: Add news and questions created in Proj:My Task by admin', 1),
+(7218, 23, 'Task:IECC email problems created in Proj:My Task by admin', 1),
+(7219, 39, 'Task:IECC email problems created in Proj:My Task by admin', 1),
+(7220, 61, 'Task:IECC email problems created in Proj:My Task by admin', 1),
+(7221, 23, 'Task:IECC email problems created in Proj:My Task by admin', 1),
+(7222, 23, 'Task:Epic Bill created in Proj:My Task by admin', 1),
+(7223, 39, 'Task:Epic Bill created in Proj:My Task by admin', 1),
+(7224, 61, 'Task:Epic Bill created in Proj:My Task by admin', 1),
+(7225, 23, 'Task:Epic Bill created in Proj:My Task by admin', 1),
+(7226, 2, 'Task:adding  release keystore  created in Proj:Share Network by Shamme Zeba', 0),
+(7227, 23, 'Task:adding  release keystore  created in Proj:Share Network by Shamme Zeba', 1),
+(7228, 39, 'Task:adding  release keystore  created in Proj:Share Network by Shamme Zeba', 1),
+(7229, 61, 'Task:adding  release keystore  created in Proj:Share Network by Shamme Zeba', 1),
+(7230, 1117, 'Task:adding  release keystore  created in Proj:Share Network by Shamme Zeba', 1),
+(7231, 2, 'Task:Support to CIPL - Epic created in Proj:ScanPack by Sabuj Maksud', 0),
+(7232, 23, 'Task:Support to CIPL - Epic created in Proj:ScanPack by Sabuj Maksud', 1),
+(7233, 39, 'Task:Support to CIPL - Epic created in Proj:ScanPack by Sabuj Maksud', 1),
+(7234, 61, 'Task:Support to CIPL - Epic created in Proj:ScanPack by Sabuj Maksud', 1),
+(7235, 1117, 'Task:Support to CIPL - Epic created in Proj:ScanPack by Sabuj Maksud', 1),
+(7236, 2, 'Task:item remove from list when every item\'s functionality done  created in Proj:Share Network by Shamme Zeba', 0),
+(7237, 23, 'Task:item remove from list when every item\'s functionality done  created in Proj:Share Network by Shamme Zeba', 1),
+(7238, 39, 'Task:item remove from list when every item\'s functionality done  created in Proj:Share Network by Shamme Zeba', 1),
+(7239, 61, 'Task:item remove from list when every item\'s functionality done  created in Proj:Share Network by Shamme Zeba', 1),
+(7240, 1117, 'Task:item remove from list when every item\'s functionality done  created in Proj:Share Network by Shamme Zeba', 1),
+(7241, 2, 'Task:testing app with android 6  created in Proj:Share Network by Shamme Zeba', 0),
+(7242, 23, 'Task:testing app with android 6  created in Proj:Share Network by Shamme Zeba', 1),
+(7243, 39, 'Task:testing app with android 6  created in Proj:Share Network by Shamme Zeba', 1),
+(7244, 61, 'Task:testing app with android 6  created in Proj:Share Network by Shamme Zeba', 1),
+(7245, 1117, 'Task:testing app with android 6  created in Proj:Share Network by Shamme Zeba', 1),
+(7246, 2, 'Task:add crashlytic (fabric) module into app created in Proj:Share Network by Shamme Zeba', 0),
+(7247, 23, 'Task:add crashlytic (fabric) module into app created in Proj:Share Network by Shamme Zeba', 1),
+(7248, 39, 'Task:add crashlytic (fabric) module into app created in Proj:Share Network by Shamme Zeba', 1),
+(7249, 61, 'Task:add crashlytic (fabric) module into app created in Proj:Share Network by Shamme Zeba', 1),
+(7250, 1117, 'Task:add crashlytic (fabric) module into app created in Proj:Share Network by Shamme Zeba', 1),
+(7251, 23, 'Task:Studypress News and job  created in Proj:My Task by admin', 1),
+(7252, 39, 'Task:Studypress News and job  created in Proj:My Task by admin', 1),
+(7253, 61, 'Task:Studypress News and job  created in Proj:My Task by admin', 1),
+(7254, 23, 'Task:Studypress News and job  created in Proj:My Task by admin', 1),
+(7255, 23, 'Lutfullahil Kabir Ashik assigned in Task:Modification of subagent form of Proj:Student Management App by admin', 1),
+(7256, 39, 'Lutfullahil Kabir Ashik assigned in Task:Modification of subagent form of Proj:Student Management App by admin', 1),
+(7257, 61, 'Lutfullahil Kabir Ashik assigned in Task:Modification of subagent form of Proj:Student Management App by admin', 1),
+(7258, 77, 'You assigned in Task:Modification of subagent form of Proj:Student Management App by admin', 0),
+(7259, 23, 'Task:Agile Meeting created in Proj:Student Management App by admin', 1),
+(7260, 39, 'Task:Agile Meeting created in Proj:Student Management App by admin', 1),
+(7261, 61, 'Task:Agile Meeting created in Proj:Student Management App by admin', 1),
+(7262, 77, 'Task:Agile Meeting created in Proj:Student Management App by admin', 0),
+(7263, 23, 'Task:Agile Meeting created in Proj:Student Management App by admin', 1),
+(7264, 105, 'Task:Agile Meeting created in Proj:Student Management App by admin', 0),
+(7265, 23, 'Task:Studypress Questions add created in Proj:My Task by admin', 1),
+(7266, 39, 'Task:Studypress Questions add created in Proj:My Task by admin', 1),
+(7267, 61, 'Task:Studypress Questions add created in Proj:My Task by admin', 1),
+(7268, 23, 'Task:Studypress Questions add created in Proj:My Task by admin', 1),
+(7269, 23, 'Task:Lead Page created in Proj:Eduaid by admin', 1),
+(7270, 39, 'Task:Lead Page created in Proj:Eduaid by admin', 1),
+(7271, 61, 'Task:Lead Page created in Proj:Eduaid by admin', 1),
+(7272, 28, 'Task:Lead Page created in Proj:Eduaid by admin', 1),
+(7273, 23, 'Task:Lead Page created in Proj:Eduaid by admin', 1),
+(7274, 95, 'Task:Lead Page created in Proj:Eduaid by admin', 0),
+(7275, 23, 'Task:Lead Add created in Proj:Eduaid by admin', 1),
+(7276, 39, 'Task:Lead Add created in Proj:Eduaid by admin', 1),
+(7277, 61, 'Task:Lead Add created in Proj:Eduaid by admin', 1),
+(7278, 28, 'Task:Lead Add created in Proj:Eduaid by admin', 1),
+(7279, 23, 'Task:Lead Add created in Proj:Eduaid by admin', 1),
+(7280, 95, 'Task:Lead Add created in Proj:Eduaid by admin', 0),
+(7281, 23, 'Task:Eduaid CRM Bug List created in Proj:My Task by admin', 1),
+(7282, 39, 'Task:Eduaid CRM Bug List created in Proj:My Task by admin', 1),
+(7283, 61, 'Task:Eduaid CRM Bug List created in Proj:My Task by admin', 1),
+(7284, 23, 'Task:Eduaid CRM Bug List created in Proj:My Task by admin', 1),
+(7285, 23, 'Task:Presentation for Training Apps created in Proj:My Task by admin', 1),
+(7286, 39, 'Task:Presentation for Training Apps created in Proj:My Task by admin', 1),
+(7287, 61, 'Task:Presentation for Training Apps created in Proj:My Task by admin', 1),
+(7288, 23, 'Task:Presentation for Training Apps created in Proj:My Task by admin', 1),
+(7289, 23, 'Task:Invoice to Client mapping wrong created in Proj:Task Management by admin', 1),
+(7290, 39, 'Task:Invoice to Client mapping wrong created in Proj:Task Management by admin', 1),
+(7291, 61, 'Task:Invoice to Client mapping wrong created in Proj:Task Management by admin', 1),
+(7292, 28, 'Task:Invoice to Client mapping wrong created in Proj:Task Management by admin', 1),
+(7293, 44, 'Task:Invoice to Client mapping wrong created in Proj:Task Management by admin', 1),
+(7294, 23, 'Task:Studypress FB Post created in Proj:My Task by admin', 1),
+(7295, 39, 'Task:Studypress FB Post created in Proj:My Task by admin', 1),
+(7296, 61, 'Task:Studypress FB Post created in Proj:My Task by admin', 1),
+(7297, 23, 'Task:Studypress FB Post created in Proj:My Task by admin', 1),
+(7298, 23, 'Task:Meeting with team created in Proj:My Task by admin', 1),
+(7299, 39, 'Task:Meeting with team created in Proj:My Task by admin', 1),
+(7300, 61, 'Task:Meeting with team created in Proj:My Task by admin', 1),
+(7301, 23, 'Task:Meeting with team created in Proj:My Task by admin', 1),
+(7302, 23, 'Task:Document Mapping created in Proj:Eduaid by admin', 1),
+(7303, 39, 'Task:Document Mapping created in Proj:Eduaid by admin', 1),
+(7304, 61, 'Task:Document Mapping created in Proj:Eduaid by admin', 1),
+(7305, 28, 'Task:Document Mapping created in Proj:Eduaid by admin', 1),
+(7306, 23, 'Task:Document Mapping created in Proj:Eduaid by admin', 1),
+(7307, 95, 'Task:Document Mapping created in Proj:Eduaid by admin', 0),
+(7308, 23, 'Task:Birthday in dashboard created in Proj:Eduaid by admin', 1),
+(7309, 39, 'Task:Birthday in dashboard created in Proj:Eduaid by admin', 1),
+(7310, 61, 'Task:Birthday in dashboard created in Proj:Eduaid by admin', 1),
+(7311, 28, 'Task:Birthday in dashboard created in Proj:Eduaid by admin', 1),
+(7312, 23, 'Task:Birthday in dashboard created in Proj:Eduaid by admin', 1),
+(7313, 95, 'Task:Birthday in dashboard created in Proj:Eduaid by admin', 0),
+(7314, 2, 'A comment added in Task:item remove from list when every item\'s functionality done  of Proj:Share Network by Shamme Zeba', 0),
+(7315, 23, 'A comment added in Task:item remove from list when every item\'s functionality done  of Proj:Share Network by Shamme Zeba', 1),
+(7316, 39, 'A comment added in Task:item remove from list when every item\'s functionality done  of Proj:Share Network by Shamme Zeba', 1),
+(7317, 61, 'A comment added in Task:item remove from list when every item\'s functionality done  of Proj:Share Network by Shamme Zeba', 1),
+(7318, 1117, 'A comment added in Task:item remove from list when every item\'s functionality done  of Proj:Share Network by Shamme Zeba', 1),
+(7319, 23, 'Task:Bdjobs job circular created in Proj:My Task by admin', 1),
+(7320, 39, 'Task:Bdjobs job circular created in Proj:My Task by admin', 1),
+(7321, 61, 'Task:Bdjobs job circular created in Proj:My Task by admin', 1),
+(7322, 23, 'Task:Bdjobs job circular created in Proj:My Task by admin', 1),
+(7323, 2, 'Task:Universal Jeans Support created in Proj:ScanPack by Sabuj Maksud', 0),
+(7324, 23, 'Task:Universal Jeans Support created in Proj:ScanPack by Sabuj Maksud', 1),
+(7325, 39, 'Task:Universal Jeans Support created in Proj:ScanPack by Sabuj Maksud', 1),
+(7326, 61, 'Task:Universal Jeans Support created in Proj:ScanPack by Sabuj Maksud', 1),
+(7327, 1117, 'Task:Universal Jeans Support created in Proj:ScanPack by Sabuj Maksud', 1),
+(7328, 2, 'Task:there is a problem in an api.bug will be fix after fixing api   created in Proj:Share Network by Shamme Zeba', 0),
+(7329, 23, 'Task:there is a problem in an api.bug will be fix after fixing api   created in Proj:Share Network by Shamme Zeba', 1),
+(7330, 39, 'Task:there is a problem in an api.bug will be fix after fixing api   created in Proj:Share Network by Shamme Zeba', 1),
+(7331, 61, 'Task:there is a problem in an api.bug will be fix after fixing api   created in Proj:Share Network by Shamme Zeba', 1),
+(7332, 1117, 'Task:there is a problem in an api.bug will be fix after fixing api   created in Proj:Share Network by Shamme Zeba', 1),
+(7333, 2, 'Task:Api Problem: 1.) Mutual connection 2.) Post  Api in request recommand (not insert data) created in Proj:Share Network by Shamme Zeba', 0),
+(7334, 23, 'Task:Api Problem: 1.) Mutual connection 2.) Post  Api in request recommand (not insert data) created in Proj:Share Network by Shamme Zeba', 1),
+(7335, 39, 'Task:Api Problem: 1.) Mutual connection 2.) Post  Api in request recommand (not insert data) created in Proj:Share Network by Shamme Zeba', 1),
+(7336, 61, 'Task:Api Problem: 1.) Mutual connection 2.) Post  Api in request recommand (not insert data) created in Proj:Share Network by Shamme Zeba', 1),
+(7337, 1117, 'Task:Api Problem: 1.) Mutual connection 2.) Post  Api in request recommand (not insert data) created in Proj:Share Network by Shamme Zeba', 1),
+(7338, 2, 'Task:Support to Regency Garments created in Proj:ScanPack by Sabuj Maksud', 0),
+(7339, 23, 'Task:Support to Regency Garments created in Proj:ScanPack by Sabuj Maksud', 1),
+(7340, 39, 'Task:Support to Regency Garments created in Proj:ScanPack by Sabuj Maksud', 1),
+(7341, 61, 'Task:Support to Regency Garments created in Proj:ScanPack by Sabuj Maksud', 1),
+(7342, 1117, 'Task:Support to Regency Garments created in Proj:ScanPack by Sabuj Maksud', 1),
+(7343, 2, 'Task:Support to Regency Garments created in Proj:ScanPack by Sabuj Maksud', 0),
+(7344, 23, 'Task:Support to Regency Garments created in Proj:ScanPack by Sabuj Maksud', 1),
+(7345, 39, 'Task:Support to Regency Garments created in Proj:ScanPack by Sabuj Maksud', 1),
+(7346, 61, 'Task:Support to Regency Garments created in Proj:ScanPack by Sabuj Maksud', 1),
+(7347, 1117, 'Task:Support to Regency Garments created in Proj:ScanPack by Sabuj Maksud', 1),
+(7348, 2, 'Task:Support to M & J Group created in Proj:ScanPack by Sabuj Maksud', 0),
+(7349, 23, 'Task:Support to M & J Group created in Proj:ScanPack by Sabuj Maksud', 1),
+(7350, 39, 'Task:Support to M & J Group created in Proj:ScanPack by Sabuj Maksud', 1),
+(7351, 61, 'Task:Support to M & J Group created in Proj:ScanPack by Sabuj Maksud', 1),
+(7352, 1117, 'Task:Support to M & J Group created in Proj:ScanPack by Sabuj Maksud', 1),
+(7353, 23, 'Task:Logo created in Proj:Design & Demo by admin', 1),
+(7354, 39, 'Task:Logo created in Proj:Design & Demo by admin', 1),
+(7355, 61, 'Task:Logo created in Proj:Design & Demo by admin', 1),
+(7356, 28, 'Task:Logo created in Proj:Design & Demo by admin', 1),
+(7357, 30, 'Task:Logo created in Proj:Design & Demo by admin', 0),
+(7358, 17, 'Task:Logo created in Proj:Design & Demo by admin', 1),
+(7359, 23, 'Task:Water Front Website created in Proj:Design & Demo by admin', 1),
+(7360, 39, 'Task:Water Front Website created in Proj:Design & Demo by admin', 1),
+(7361, 61, 'Task:Water Front Website created in Proj:Design & Demo by admin', 1),
+(7362, 28, 'Task:Water Front Website created in Proj:Design & Demo by admin', 1),
+(7363, 30, 'Task:Water Front Website created in Proj:Design & Demo by admin', 0),
+(7364, 17, 'Task:Water Front Website created in Proj:Design & Demo by admin', 1);
+INSERT INTO `notification` (`id`, `user_id`, `msg`, `status`) VALUES
+(7365, 23, 'Task:HotelBids Work removed from Proj:Design & Demo by admin', 1),
+(7366, 39, 'Task:HotelBids Work removed from Proj:Design & Demo by admin', 1),
+(7367, 61, 'Task:HotelBids Work removed from Proj:Design & Demo by admin', 1),
+(7368, 28, 'Task:HotelBids Work removed from Proj:Design & Demo by admin', 1),
+(7369, 30, 'Task:HotelBids Work removed from Proj:Design & Demo by admin', 0),
+(7370, 17, 'Task:HotelBids Work removed from Proj:Design & Demo by admin', 1),
+(7371, 23, 'Task:MS App test removed from Proj:Design & Demo by admin', 1),
+(7372, 39, 'Task:MS App test removed from Proj:Design & Demo by admin', 1),
+(7373, 61, 'Task:MS App test removed from Proj:Design & Demo by admin', 1),
+(7374, 28, 'Task:MS App test removed from Proj:Design & Demo by admin', 1),
+(7375, 30, 'Task:MS App test removed from Proj:Design & Demo by admin', 0),
+(7376, 17, 'Task:MS App test removed from Proj:Design & Demo by admin', 1),
+(7377, 23, 'Task:Studypress Network Ltd. removed from Proj:Design & Demo by admin', 1),
+(7378, 39, 'Task:Studypress Network Ltd. removed from Proj:Design & Demo by admin', 1),
+(7379, 61, 'Task:Studypress Network Ltd. removed from Proj:Design & Demo by admin', 1),
+(7380, 28, 'Task:Studypress Network Ltd. removed from Proj:Design & Demo by admin', 1),
+(7381, 30, 'Task:Studypress Network Ltd. removed from Proj:Design & Demo by admin', 0),
+(7382, 17, 'Task:Studypress Network Ltd. removed from Proj:Design & Demo by admin', 1),
+(7383, 2, 'Shamme Zeba assigned in Proj:Studypress B by admin', 0),
+(7384, 23, 'Shamme Zeba assigned in Proj:Studypress B by admin', 1),
+(7385, 39, 'Shamme Zeba assigned in Proj:Studypress B by admin', 1),
+(7386, 61, 'Shamme Zeba assigned in Proj:Studypress B by admin', 1),
+(7387, 36, 'You assigned in Proj:Studypress B by admin', 0),
+(7388, 23, 'Task:Lead Details page created in Proj:Eduaid by admin', 1),
+(7389, 39, 'Task:Lead Details page created in Proj:Eduaid by admin', 1),
+(7390, 61, 'Task:Lead Details page created in Proj:Eduaid by admin', 1),
+(7391, 28, 'Task:Lead Details page created in Proj:Eduaid by admin', 1),
+(7392, 23, 'Task:Lead Details page created in Proj:Eduaid by admin', 1),
+(7393, 95, 'Task:Lead Details page created in Proj:Eduaid by admin', 0),
+(7394, 23, 'Task:Create Invoice created in Proj:Eduaid by admin', 1),
+(7395, 39, 'Task:Create Invoice created in Proj:Eduaid by admin', 1),
+(7396, 61, 'Task:Create Invoice created in Proj:Eduaid by admin', 1),
+(7397, 28, 'Task:Create Invoice created in Proj:Eduaid by admin', 1),
+(7398, 23, 'Task:Create Invoice created in Proj:Eduaid by admin', 1),
+(7399, 95, 'Task:Create Invoice created in Proj:Eduaid by admin', 0),
+(7400, 23, 'Task:Account Head  created in Proj:Eduaid by admin', 1),
+(7401, 39, 'Task:Account Head  created in Proj:Eduaid by admin', 1),
+(7402, 61, 'Task:Account Head  created in Proj:Eduaid by admin', 1),
+(7403, 28, 'Task:Account Head  created in Proj:Eduaid by admin', 1),
+(7404, 23, 'Task:Account Head  created in Proj:Eduaid by admin', 1),
+(7405, 95, 'Task:Account Head  created in Proj:Eduaid by admin', 0),
+(7406, 2, 'Task:Sub-agent Modification (2nd stage) created in Proj:Student Management App by Lutfullahil Kabir Ashik', 0),
+(7407, 23, 'Task:Sub-agent Modification (2nd stage) created in Proj:Student Management App by Lutfullahil Kabir Ashik', 1),
+(7408, 39, 'Task:Sub-agent Modification (2nd stage) created in Proj:Student Management App by Lutfullahil Kabir Ashik', 1),
+(7409, 61, 'Task:Sub-agent Modification (2nd stage) created in Proj:Student Management App by Lutfullahil Kabir Ashik', 1),
+(7410, 1122, 'Task:Sub-agent Modification (2nd stage) created in Proj:Student Management App by Lutfullahil Kabir Ashik', 1),
+(7411, 2, 'Task:Sub-agent User add option created in Proj:Student Management App by Lutfullahil Kabir Ashik', 0),
+(7412, 23, 'Task:Sub-agent User add option created in Proj:Student Management App by Lutfullahil Kabir Ashik', 1),
+(7413, 39, 'Task:Sub-agent User add option created in Proj:Student Management App by Lutfullahil Kabir Ashik', 1),
+(7414, 61, 'Task:Sub-agent User add option created in Proj:Student Management App by Lutfullahil Kabir Ashik', 1),
+(7415, 1122, 'Task:Sub-agent User add option created in Proj:Student Management App by Lutfullahil Kabir Ashik', 1),
+(7416, 2, 'Task:payment gateway (stripe) study created in Proj:Studypress B by Shamme Zeba', 0),
+(7417, 23, 'Task:payment gateway (stripe) study created in Proj:Studypress B by Shamme Zeba', 1),
+(7418, 39, 'Task:payment gateway (stripe) study created in Proj:Studypress B by Shamme Zeba', 1),
+(7419, 61, 'Task:payment gateway (stripe) study created in Proj:Studypress B by Shamme Zeba', 1),
+(7420, 17, 'Task:payment gateway (stripe) study created in Proj:Studypress B by Shamme Zeba', 1),
+(7421, 2, 'Task:Lead Setup (10 sections) created in Proj:Student Management App by Lutfullahil Kabir Ashik', 0),
+(7422, 23, 'Task:Lead Setup (10 sections) created in Proj:Student Management App by Lutfullahil Kabir Ashik', 1),
+(7423, 39, 'Task:Lead Setup (10 sections) created in Proj:Student Management App by Lutfullahil Kabir Ashik', 1),
+(7424, 61, 'Task:Lead Setup (10 sections) created in Proj:Student Management App by Lutfullahil Kabir Ashik', 1),
+(7425, 1122, 'Task:Lead Setup (10 sections) created in Proj:Student Management App by Lutfullahil Kabir Ashik', 1),
+(7426, 2, 'Task:Task Setup form Clander created in Proj:Eduaid by Tarikul Islam', 0),
+(7427, 23, 'Task:Task Setup form Clander created in Proj:Eduaid by Tarikul Islam', 1),
+(7428, 39, 'Task:Task Setup form Clander created in Proj:Eduaid by Tarikul Islam', 1),
+(7429, 61, 'Task:Task Setup form Clander created in Proj:Eduaid by Tarikul Islam', 1),
+(7430, 49, 'Task:Task Setup form Clander created in Proj:Eduaid by Tarikul Islam', 1),
+(7431, 2, 'Task:Sync vocabulary with database created in Proj:Studypress B by Shamme Zeba', 0),
+(7432, 23, 'Task:Sync vocabulary with database created in Proj:Studypress B by Shamme Zeba', 1),
+(7433, 39, 'Task:Sync vocabulary with database created in Proj:Studypress B by Shamme Zeba', 1),
+(7434, 61, 'Task:Sync vocabulary with database created in Proj:Studypress B by Shamme Zeba', 1),
+(7435, 17, 'Task:Sync vocabulary with database created in Proj:Studypress B by Shamme Zeba', 1),
+(7436, 2, 'Task:Total Leads and Total Clients In Dashboard created in Proj:Eduaid by Tarikul Islam', 0),
+(7437, 23, 'Task:Total Leads and Total Clients In Dashboard created in Proj:Eduaid by Tarikul Islam', 1),
+(7438, 39, 'Task:Total Leads and Total Clients In Dashboard created in Proj:Eduaid by Tarikul Islam', 1),
+(7439, 61, 'Task:Total Leads and Total Clients In Dashboard created in Proj:Eduaid by Tarikul Islam', 1),
+(7440, 49, 'Task:Total Leads and Total Clients In Dashboard created in Proj:Eduaid by Tarikul Islam', 1),
+(7441, 2, 'Task:Payment Confirmation For Invoice With email created in Proj:Eduaid by Tarikul Islam', 0),
+(7442, 23, 'Task:Payment Confirmation For Invoice With email created in Proj:Eduaid by Tarikul Islam', 1),
+(7443, 39, 'Task:Payment Confirmation For Invoice With email created in Proj:Eduaid by Tarikul Islam', 1),
+(7444, 61, 'Task:Payment Confirmation For Invoice With email created in Proj:Eduaid by Tarikul Islam', 1),
+(7445, 49, 'Task:Payment Confirmation For Invoice With email created in Proj:Eduaid by Tarikul Islam', 1),
+(7446, 2, 'Task:Show All Data if have in Lead details Page created in Proj:Eduaid by Tarikul Islam', 0),
+(7447, 23, 'Task:Show All Data if have in Lead details Page created in Proj:Eduaid by Tarikul Islam', 1),
+(7448, 39, 'Task:Show All Data if have in Lead details Page created in Proj:Eduaid by Tarikul Islam', 1),
+(7449, 61, 'Task:Show All Data if have in Lead details Page created in Proj:Eduaid by Tarikul Islam', 1),
+(7450, 49, 'Task:Show All Data if have in Lead details Page created in Proj:Eduaid by Tarikul Islam', 1),
+(7451, 2, 'Task:identify some problem in Vocabulary sync api  created in Proj:Studypress B by Shamme Zeba', 0),
+(7452, 23, 'Task:identify some problem in Vocabulary sync api  created in Proj:Studypress B by Shamme Zeba', 1),
+(7453, 39, 'Task:identify some problem in Vocabulary sync api  created in Proj:Studypress B by Shamme Zeba', 1),
+(7454, 61, 'Task:identify some problem in Vocabulary sync api  created in Proj:Studypress B by Shamme Zeba', 1),
+(7455, 17, 'Task:identify some problem in Vocabulary sync api  created in Proj:Studypress B by Shamme Zeba', 1),
+(7456, 2, 'Task:How to use -> adding in navigation created in Proj:Studypress B by Shamme Zeba', 0),
+(7457, 23, 'Task:How to use -> adding in navigation created in Proj:Studypress B by Shamme Zeba', 1),
+(7458, 39, 'Task:How to use -> adding in navigation created in Proj:Studypress B by Shamme Zeba', 1),
+(7459, 61, 'Task:How to use -> adding in navigation created in Proj:Studypress B by Shamme Zeba', 1),
+(7460, 17, 'Task:How to use -> adding in navigation created in Proj:Studypress B by Shamme Zeba', 1),
+(7461, 2, 'Task:Bug fixing Last chapter access by user id  created in Proj:Studypress B by Shamme Zeba', 0),
+(7462, 23, 'Task:Bug fixing Last chapter access by user id  created in Proj:Studypress B by Shamme Zeba', 1),
+(7463, 39, 'Task:Bug fixing Last chapter access by user id  created in Proj:Studypress B by Shamme Zeba', 1),
+(7464, 61, 'Task:Bug fixing Last chapter access by user id  created in Proj:Studypress B by Shamme Zeba', 1),
+(7465, 17, 'Task:Bug fixing Last chapter access by user id  created in Proj:Studypress B by Shamme Zeba', 1),
+(7466, 2, 'Task:bug fixing on non member user membership created in Proj:Studypress B by Shamme Zeba', 0),
+(7467, 23, 'Task:bug fixing on non member user membership created in Proj:Studypress B by Shamme Zeba', 1),
+(7468, 39, 'Task:bug fixing on non member user membership created in Proj:Studypress B by Shamme Zeba', 1),
+(7469, 61, 'Task:bug fixing on non member user membership created in Proj:Studypress B by Shamme Zeba', 1),
+(7470, 17, 'Task:bug fixing on non member user membership created in Proj:Studypress B by Shamme Zeba', 1),
+(7471, 23, 'Lutfullahil Kabir Ashik assigned in Task:Lead Setup (10 sections) of Proj:Student Management App by admin', 1),
+(7472, 39, 'Lutfullahil Kabir Ashik assigned in Task:Lead Setup (10 sections) of Proj:Student Management App by admin', 1),
+(7473, 61, 'Lutfullahil Kabir Ashik assigned in Task:Lead Setup (10 sections) of Proj:Student Management App by admin', 1),
+(7474, 77, 'You assigned in Task:Lead Setup (10 sections) of Proj:Student Management App by admin', 0),
+(7475, 23, 'Task:Profile Management Step Queue created in Proj:Student Management App by admin', 1),
+(7476, 39, 'Task:Profile Management Step Queue created in Proj:Student Management App by admin', 1),
+(7477, 61, 'Task:Profile Management Step Queue created in Proj:Student Management App by admin', 1),
+(7478, 77, 'Task:Profile Management Step Queue created in Proj:Student Management App by admin', 0),
+(7479, 23, 'Task:Profile Management Step Queue created in Proj:Student Management App by admin', 1),
+(7480, 105, 'Task:Profile Management Step Queue created in Proj:Student Management App by admin', 1),
+(7481, 23, 'Task:Lead Setup updates created in Proj:Student Management App by admin', 1),
+(7482, 39, 'Task:Lead Setup updates created in Proj:Student Management App by admin', 1),
+(7483, 61, 'Task:Lead Setup updates created in Proj:Student Management App by admin', 1),
+(7484, 77, 'Task:Lead Setup updates created in Proj:Student Management App by admin', 0),
+(7485, 23, 'Task:Lead Setup updates created in Proj:Student Management App by admin', 1),
+(7486, 105, 'Task:Lead Setup updates created in Proj:Student Management App by admin', 1),
+(7487, 2, 'Task:Some functionality change in vocabulray: sync & fetch created in Proj:Studypress B by Shamme Zeba', 0),
+(7488, 23, 'Task:Some functionality change in vocabulray: sync & fetch created in Proj:Studypress B by Shamme Zeba', 1),
+(7489, 39, 'Task:Some functionality change in vocabulray: sync & fetch created in Proj:Studypress B by Shamme Zeba', 1),
+(7490, 61, 'Task:Some functionality change in vocabulray: sync & fetch created in Proj:Studypress B by Shamme Zeba', 1),
+(7491, 17, 'Task:Some functionality change in vocabulray: sync & fetch created in Proj:Studypress B by Shamme Zeba', 1),
+(7492, 2, 'Task:Testing studypress app with bug fixing created in Proj:Studypress B by Shamme Zeba', 0),
+(7493, 23, 'Task:Testing studypress app with bug fixing created in Proj:Studypress B by Shamme Zeba', 1),
+(7494, 39, 'Task:Testing studypress app with bug fixing created in Proj:Studypress B by Shamme Zeba', 1),
+(7495, 61, 'Task:Testing studypress app with bug fixing created in Proj:Studypress B by Shamme Zeba', 1),
+(7496, 17, 'Task:Testing studypress app with bug fixing created in Proj:Studypress B by Shamme Zeba', 1),
+(7497, 2, 'Task:remove member type functionality from all ui created in Proj:Studypress B by Shamme Zeba', 0),
+(7498, 23, 'Task:remove member type functionality from all ui created in Proj:Studypress B by Shamme Zeba', 1),
+(7499, 39, 'Task:remove member type functionality from all ui created in Proj:Studypress B by Shamme Zeba', 1),
+(7500, 61, 'Task:remove member type functionality from all ui created in Proj:Studypress B by Shamme Zeba', 1),
+(7501, 17, 'Task:remove member type functionality from all ui created in Proj:Studypress B by Shamme Zeba', 1),
+(7502, 23, 'Task:CV short listing created in Proj:My Task by admin', 1),
+(7503, 39, 'Task:CV short listing created in Proj:My Task by admin', 1),
+(7504, 61, 'Task:CV short listing created in Proj:My Task by admin', 1),
+(7505, 23, 'Task:CV short listing created in Proj:My Task by admin', 1),
+(7506, 23, 'Task:news jobs created in Proj:My Task by admin', 1),
+(7507, 39, 'Task:news jobs created in Proj:My Task by admin', 1),
+(7508, 61, 'Task:news jobs created in Proj:My Task by admin', 1),
+(7509, 23, 'Task:news jobs created in Proj:My Task by admin', 1),
+(7510, 23, 'Lutfullahil Kabir Ashik assigned in Task:Profile Management Step Queue of Proj:Student Management App by admin', 1),
+(7511, 39, 'Lutfullahil Kabir Ashik assigned in Task:Profile Management Step Queue of Proj:Student Management App by admin', 1),
+(7512, 61, 'Lutfullahil Kabir Ashik assigned in Task:Profile Management Step Queue of Proj:Student Management App by admin', 1),
+(7513, 77, 'You assigned in Task:Profile Management Step Queue of Proj:Student Management App by admin', 0),
+(7514, 23, 'Lutfullahil Kabir Ashik assigned in Task:Profile Management Step Queue of Proj:Student Management App by admin', 1),
+(7515, 39, 'Lutfullahil Kabir Ashik assigned in Task:Profile Management Step Queue of Proj:Student Management App by admin', 1),
+(7516, 61, 'Lutfullahil Kabir Ashik assigned in Task:Profile Management Step Queue of Proj:Student Management App by admin', 1),
+(7517, 77, 'You assigned in Task:Profile Management Step Queue of Proj:Student Management App by admin', 0),
+(7518, 23, 'Lutfullahil Kabir Ashik assigned in Task:Profile Management Step Queue of Proj:Student Management App by admin', 1),
+(7519, 39, 'Lutfullahil Kabir Ashik assigned in Task:Profile Management Step Queue of Proj:Student Management App by admin', 1),
+(7520, 61, 'Lutfullahil Kabir Ashik assigned in Task:Profile Management Step Queue of Proj:Student Management App by admin', 1),
+(7521, 77, 'You assigned in Task:Profile Management Step Queue of Proj:Student Management App by admin', 0),
+(7522, 23, 'Task:CIPL created in Proj:ScanPack by admin', 1),
+(7523, 39, 'Task:CIPL created in Proj:ScanPack by admin', 1),
+(7524, 61, 'Task:CIPL created in Proj:ScanPack by admin', 1),
+(7525, 30, 'Task:CIPL created in Proj:ScanPack by admin', 0),
+(7526, 2, 'Task:Support to Stylecraft created in Proj:ScanPack by Sabuj Maksud', 0),
+(7527, 23, 'Task:Support to Stylecraft created in Proj:ScanPack by Sabuj Maksud', 1),
+(7528, 39, 'Task:Support to Stylecraft created in Proj:ScanPack by Sabuj Maksud', 1),
+(7529, 61, 'Task:Support to Stylecraft created in Proj:ScanPack by Sabuj Maksud', 1),
+(7530, 1117, 'Task:Support to Stylecraft created in Proj:ScanPack by Sabuj Maksud', 1),
+(7531, 2, 'Task:Support to IL Bangla created in Proj:ScanPack by Sabuj Maksud', 0),
+(7532, 23, 'Task:Support to IL Bangla created in Proj:ScanPack by Sabuj Maksud', 1),
+(7533, 39, 'Task:Support to IL Bangla created in Proj:ScanPack by Sabuj Maksud', 1),
+(7534, 61, 'Task:Support to IL Bangla created in Proj:ScanPack by Sabuj Maksud', 1),
+(7535, 1117, 'Task:Support to IL Bangla created in Proj:ScanPack by Sabuj Maksud', 1),
+(7536, 2, 'Task:ILBangla Ltd. created in Proj:ScanPack by Sabuj Maksud', 0),
+(7537, 23, 'Task:ILBangla Ltd. created in Proj:ScanPack by Sabuj Maksud', 1),
+(7538, 39, 'Task:ILBangla Ltd. created in Proj:ScanPack by Sabuj Maksud', 1),
+(7539, 61, 'Task:ILBangla Ltd. created in Proj:ScanPack by Sabuj Maksud', 1),
+(7540, 1117, 'Task:ILBangla Ltd. created in Proj:ScanPack by Sabuj Maksud', 1),
+(7541, 2, 'Proj: Sales created by admin', 0),
+(7542, 23, 'Proj: Sales created by admin', 1),
+(7543, 39, 'Proj: Sales created by admin', 1),
+(7544, 61, 'Proj: Sales created by admin', 1),
+(7545, 2, 'Tahniat Swarna assigned in Proj:Sales by admin', 0),
+(7546, 23, 'Tahniat Swarna assigned in Proj:Sales by admin', 1),
+(7547, 39, 'Tahniat Swarna assigned in Proj:Sales by admin', 1),
+(7548, 61, 'Tahniat Swarna assigned in Proj:Sales by admin', 1),
+(7549, 110, 'You assigned in Proj:Sales by admin', 0),
+(7550, 2, 'Helal Mohammad assigned in Proj:Sales by admin', 0),
+(7551, 23, 'Helal Mohammad assigned in Proj:Sales by admin', 1),
+(7552, 39, 'Helal Mohammad assigned in Proj:Sales by admin', 1),
+(7553, 61, 'Helal Mohammad assigned in Proj:Sales by admin', 1),
+(7554, 23, 'You assigned in Proj:Sales by admin', 1),
+(7555, 2, 'Task:Presentation for studypress created in Proj:Sales by Tahniat Swarna', 0),
+(7556, 23, 'Task:Presentation for studypress created in Proj:Sales by Tahniat Swarna', 1),
+(7557, 39, 'Task:Presentation for studypress created in Proj:Sales by Tahniat Swarna', 1),
+(7558, 61, 'Task:Presentation for studypress created in Proj:Sales by Tahniat Swarna', 1),
+(7559, 1116, 'Task:Presentation for studypress created in Proj:Sales by Tahniat Swarna', 1),
+(7560, 2, 'Proj: Sales Tracker Mobile Apps created by admin', 0),
+(7561, 23, 'Proj: Sales Tracker Mobile Apps created by admin', 1),
+(7562, 39, 'Proj: Sales Tracker Mobile Apps created by admin', 1),
+(7563, 61, 'Proj: Sales Tracker Mobile Apps created by admin', 1),
+(7564, 2, 'Shamme Zeba assigned in Proj:Sales Tracker Mobile Apps by admin', 0),
+(7565, 23, 'Shamme Zeba assigned in Proj:Sales Tracker Mobile Apps by admin', 1),
+(7566, 39, 'Shamme Zeba assigned in Proj:Sales Tracker Mobile Apps by admin', 1),
+(7567, 61, 'Shamme Zeba assigned in Proj:Sales Tracker Mobile Apps by admin', 1),
+(7568, 36, 'You assigned in Proj:Sales Tracker Mobile Apps by admin', 0),
+(7569, 23, 'Task:Google Map API Implementation created in Proj:Sales Tracker Mobile Apps by admin', 1),
+(7570, 39, 'Task:Google Map API Implementation created in Proj:Sales Tracker Mobile Apps by admin', 1),
+(7571, 61, 'Task:Google Map API Implementation created in Proj:Sales Tracker Mobile Apps by admin', 1),
+(7572, 36, 'Task:Google Map API Implementation created in Proj:Sales Tracker Mobile Apps by admin', 0),
+(7573, 23, 'Task:UI Completion created in Proj:Sales Tracker Mobile Apps by admin', 1),
+(7574, 39, 'Task:UI Completion created in Proj:Sales Tracker Mobile Apps by admin', 1),
+(7575, 61, 'Task:UI Completion created in Proj:Sales Tracker Mobile Apps by admin', 1),
+(7576, 36, 'Task:UI Completion created in Proj:Sales Tracker Mobile Apps by admin', 0),
+(7577, 23, 'Task:Login/Registration created in Proj:Sales Tracker Mobile Apps by admin', 1),
+(7578, 39, 'Task:Login/Registration created in Proj:Sales Tracker Mobile Apps by admin', 1),
+(7579, 61, 'Task:Login/Registration created in Proj:Sales Tracker Mobile Apps by admin', 1),
+(7580, 36, 'Task:Login/Registration created in Proj:Sales Tracker Mobile Apps by admin', 0),
+(7581, 23, 'Task:Appointment created in Proj:Sales Tracker Mobile Apps by admin', 1),
+(7582, 39, 'Task:Appointment created in Proj:Sales Tracker Mobile Apps by admin', 1),
+(7583, 61, 'Task:Appointment created in Proj:Sales Tracker Mobile Apps by admin', 1),
+(7584, 36, 'Task:Appointment created in Proj:Sales Tracker Mobile Apps by admin', 0),
+(7585, 23, 'Task:Tasks created in Proj:Sales Tracker Mobile Apps by admin', 1),
+(7586, 39, 'Task:Tasks created in Proj:Sales Tracker Mobile Apps by admin', 1),
+(7587, 61, 'Task:Tasks created in Proj:Sales Tracker Mobile Apps by admin', 1),
+(7588, 36, 'Task:Tasks created in Proj:Sales Tracker Mobile Apps by admin', 0),
+(7589, 23, 'Task:Push Notification created in Proj:Sales Tracker Mobile Apps by admin', 1),
+(7590, 39, 'Task:Push Notification created in Proj:Sales Tracker Mobile Apps by admin', 1),
+(7591, 61, 'Task:Push Notification created in Proj:Sales Tracker Mobile Apps by admin', 1),
+(7592, 36, 'Task:Push Notification created in Proj:Sales Tracker Mobile Apps by admin', 0),
+(7593, 23, 'Task:Location Entry and show created in Proj:Sales Tracker Mobile Apps by admin', 1),
+(7594, 39, 'Task:Location Entry and show created in Proj:Sales Tracker Mobile Apps by admin', 1),
+(7595, 61, 'Task:Location Entry and show created in Proj:Sales Tracker Mobile Apps by admin', 1),
+(7596, 36, 'Task:Location Entry and show created in Proj:Sales Tracker Mobile Apps by admin', 0),
+(7597, 2, 'Task:Email & Sms format created in Proj:Sales by Tahniat Swarna', 0),
+(7598, 23, 'Task:Email & Sms format created in Proj:Sales by Tahniat Swarna', 1),
+(7599, 39, 'Task:Email & Sms format created in Proj:Sales by Tahniat Swarna', 1),
+(7600, 61, 'Task:Email & Sms format created in Proj:Sales by Tahniat Swarna', 1),
+(7601, 1116, 'Task:Email & Sms format created in Proj:Sales by Tahniat Swarna', 1),
+(7602, 2, 'Task:Details about categories created in Proj:Sales by Tahniat Swarna', 0),
+(7603, 23, 'Task:Details about categories created in Proj:Sales by Tahniat Swarna', 1),
+(7604, 39, 'Task:Details about categories created in Proj:Sales by Tahniat Swarna', 1),
+(7605, 61, 'Task:Details about categories created in Proj:Sales by Tahniat Swarna', 1),
+(7606, 1116, 'Task:Details about categories created in Proj:Sales by Tahniat Swarna', 1),
+(7607, 2, 'Task:presentation slide bangla created in Proj:Sales by Tahniat Swarna', 0),
+(7608, 23, 'Task:presentation slide bangla created in Proj:Sales by Tahniat Swarna', 1),
+(7609, 39, 'Task:presentation slide bangla created in Proj:Sales by Tahniat Swarna', 1),
+(7610, 61, 'Task:presentation slide bangla created in Proj:Sales by Tahniat Swarna', 1),
+(7611, 1116, 'Task:presentation slide bangla created in Proj:Sales by Tahniat Swarna', 1),
+(7612, 2, 'Task:word file of all categories. created in Proj:Sales by Tahniat Swarna', 0),
+(7613, 23, 'Task:word file of all categories. created in Proj:Sales by Tahniat Swarna', 1),
+(7614, 39, 'Task:word file of all categories. created in Proj:Sales by Tahniat Swarna', 1),
+(7615, 61, 'Task:word file of all categories. created in Proj:Sales by Tahniat Swarna', 1),
+(7616, 1116, 'Task:word file of all categories. created in Proj:Sales by Tahniat Swarna', 1),
+(7617, 2, 'Task:Account create created in Proj:Sales by Tahniat Swarna', 0),
+(7618, 23, 'Task:Account create created in Proj:Sales by Tahniat Swarna', 1),
+(7619, 39, 'Task:Account create created in Proj:Sales by Tahniat Swarna', 1),
+(7620, 61, 'Task:Account create created in Proj:Sales by Tahniat Swarna', 1),
+(7621, 1116, 'Task:Account create created in Proj:Sales by Tahniat Swarna', 1),
+(7622, 2, 'Proj: Studypress User Portal created by admin', 0),
+(7623, 23, 'Proj: Studypress User Portal created by admin', 1),
+(7624, 39, 'Proj: Studypress User Portal created by admin', 1),
+(7625, 61, 'Proj: Studypress User Portal created by admin', 1),
+(7626, 2, 'Md. Jowel assigned in Proj:Studypress User Portal by admin', 0),
+(7627, 23, 'Md. Jowel assigned in Proj:Studypress User Portal by admin', 1),
+(7628, 39, 'Md. Jowel assigned in Proj:Studypress User Portal by admin', 1),
+(7629, 61, 'Md. Jowel assigned in Proj:Studypress User Portal by admin', 1),
+(7630, 111, 'You assigned in Proj:Studypress User Portal by admin', 0),
+(7631, 2, 'Task:Client List Upload created in Proj:Studypress User Portal by Md. Jowel', 0),
+(7632, 23, 'Task:Client List Upload created in Proj:Studypress User Portal by Md. Jowel', 1),
+(7633, 39, 'Task:Client List Upload created in Proj:Studypress User Portal by Md. Jowel', 1),
+(7634, 61, 'Task:Client List Upload created in Proj:Studypress User Portal by Md. Jowel', 1),
+(7635, 1117, 'Task:Client List Upload created in Proj:Studypress User Portal by Md. Jowel', 1),
+(7636, 2, 'Lutfullahil Kabir Ashik assigned in Proj:Studypress User Portal by admin', 0),
+(7637, 23, 'Lutfullahil Kabir Ashik assigned in Proj:Studypress User Portal by admin', 1),
+(7638, 39, 'Lutfullahil Kabir Ashik assigned in Proj:Studypress User Portal by admin', 1),
+(7639, 61, 'Lutfullahil Kabir Ashik assigned in Proj:Studypress User Portal by admin', 1),
+(7640, 77, 'You assigned in Proj:Studypress User Portal by admin', 1),
+(7641, 2, 'Lutfullahil Kabir Ashik assigned as a PM in Proj:Studypress User Portal by admin', 0),
+(7642, 23, 'Lutfullahil Kabir Ashik assigned as a PM in Proj:Studypress User Portal by admin', 1),
+(7643, 39, 'Lutfullahil Kabir Ashik assigned as a PM in Proj:Studypress User Portal by admin', 1),
+(7644, 61, 'Lutfullahil Kabir Ashik assigned as a PM in Proj:Studypress User Portal by admin', 1),
+(7645, 111, 'Lutfullahil Kabir Ashik assigned as a PM in Proj:Studypress User Portal by admin', 0),
+(7646, 77, 'Lutfullahil Kabir Ashik assigned as a PM in Proj:Studypress User Portal by admin', 1),
+(7647, 2, 'Task:Time Portable created in Proj:Studypress User Portal by Md. Jowel', 0),
+(7648, 23, 'Task:Time Portable created in Proj:Studypress User Portal by Md. Jowel', 1),
+(7649, 39, 'Task:Time Portable created in Proj:Studypress User Portal by Md. Jowel', 1),
+(7650, 61, 'Task:Time Portable created in Proj:Studypress User Portal by Md. Jowel', 1),
+(7651, 1117, 'Task:Time Portable created in Proj:Studypress User Portal by Md. Jowel', 1),
+(7652, 2, 'Task:theme created in Proj:Sales by Tahniat Swarna', 0),
+(7653, 23, 'Task:theme created in Proj:Sales by Tahniat Swarna', 1),
+(7654, 39, 'Task:theme created in Proj:Sales by Tahniat Swarna', 1),
+(7655, 61, 'Task:theme created in Proj:Sales by Tahniat Swarna', 1),
+(7656, 1116, 'Task:theme created in Proj:Sales by Tahniat Swarna', 1),
+(7657, 2, 'Task:mail and id created in Proj:Sales by Tahniat Swarna', 0),
+(7658, 23, 'Task:mail and id created in Proj:Sales by Tahniat Swarna', 1),
+(7659, 39, 'Task:mail and id created in Proj:Sales by Tahniat Swarna', 1),
+(7660, 61, 'Task:mail and id created in Proj:Sales by Tahniat Swarna', 1),
+(7661, 1116, 'Task:mail and id created in Proj:Sales by Tahniat Swarna', 1),
+(7662, 2, 'Task:User Activity created in Proj:Studypress User Portal by Md. Jowel', 0),
+(7663, 23, 'Task:User Activity created in Proj:Studypress User Portal by Md. Jowel', 1),
+(7664, 39, 'Task:User Activity created in Proj:Studypress User Portal by Md. Jowel', 1),
+(7665, 61, 'Task:User Activity created in Proj:Studypress User Portal by Md. Jowel', 1),
+(7666, 1117, 'Task:User Activity created in Proj:Studypress User Portal by Md. Jowel', 1),
+(7667, 2, 'Task:working on marker moving smoothly on map created in Proj:Sales Tracker Mobile Apps by Shamme Zeba', 0),
+(7668, 23, 'Task:working on marker moving smoothly on map created in Proj:Sales Tracker Mobile Apps by Shamme Zeba', 1),
+(7669, 39, 'Task:working on marker moving smoothly on map created in Proj:Sales Tracker Mobile Apps by Shamme Zeba', 1),
+(7670, 61, 'Task:working on marker moving smoothly on map created in Proj:Sales Tracker Mobile Apps by Shamme Zeba', 1),
+(7671, 1117, 'Task:working on marker moving smoothly on map created in Proj:Sales Tracker Mobile Apps by Shamme Zeba', 1),
+(7672, 2, 'Task:new theme created in Proj:Sales by Tahniat Swarna', 0),
+(7673, 23, 'Task:new theme created in Proj:Sales by Tahniat Swarna', 1),
+(7674, 39, 'Task:new theme created in Proj:Sales by Tahniat Swarna', 1),
+(7675, 61, 'Task:new theme created in Proj:Sales by Tahniat Swarna', 1),
+(7676, 1116, 'Task:new theme created in Proj:Sales by Tahniat Swarna', 1),
+(7677, 2, 'Task:new theme2 created in Proj:Sales by Tahniat Swarna', 0),
+(7678, 23, 'Task:new theme2 created in Proj:Sales by Tahniat Swarna', 1),
+(7679, 39, 'Task:new theme2 created in Proj:Sales by Tahniat Swarna', 1),
+(7680, 61, 'Task:new theme2 created in Proj:Sales by Tahniat Swarna', 1),
+(7681, 1116, 'Task:new theme2 created in Proj:Sales by Tahniat Swarna', 1),
+(7682, 2, 'Proj: 79805 to 81823 created by admin', 0),
+(7683, 23, 'Proj: 79805 to 81823 created by admin', 1),
+(7684, 39, 'Proj: 79805 to 81823 created by admin', 1),
+(7685, 61, 'Proj: 79805 to 81823 created by admin', 1),
+(7686, 2, 'Tahniat Swarna assigned in Proj:79805 to 81823 by admin', 0),
+(7687, 23, 'Tahniat Swarna assigned in Proj:79805 to 81823 by admin', 1),
+(7688, 39, 'Tahniat Swarna assigned in Proj:79805 to 81823 by admin', 1),
+(7689, 61, 'Tahniat Swarna assigned in Proj:79805 to 81823 by admin', 1),
+(7690, 110, 'You assigned in Proj:79805 to 81823 by admin', 0),
+(7691, 23, 'Task:February Current Affairs created in Proj:79805 to 81823 by admin', 1),
+(7692, 39, 'Task:February Current Affairs created in Proj:79805 to 81823 by admin', 1),
+(7693, 61, 'Task:February Current Affairs created in Proj:79805 to 81823 by admin', 1),
+(7694, 110, 'Task:February Current Affairs created in Proj:79805 to 81823 by admin', 0),
+(7695, 2, 'Proj: 75000 to  created by admin', 0),
+(7696, 23, 'Proj: 75000 to  created by admin', 1),
+(7697, 39, 'Proj: 75000 to  created by admin', 1),
+(7698, 61, 'Proj: 75000 to  created by admin', 1),
+(7699, 2, 'Tahniat Swarna assigned in Proj:75000 to  by admin', 0),
+(7700, 23, 'Tahniat Swarna assigned in Proj:75000 to  by admin', 1),
+(7701, 39, 'Tahniat Swarna assigned in Proj:75000 to  by admin', 1),
+(7702, 61, 'Tahniat Swarna assigned in Proj:75000 to  by admin', 1),
+(7703, 110, 'You assigned in Proj:75000 to  by admin', 0),
+(7704, 23, 'Task:February Current Affairs created in Proj:75000 to  by admin', 1),
+(7705, 39, 'Task:February Current Affairs created in Proj:75000 to  by admin', 1),
+(7706, 61, 'Task:February Current Affairs created in Proj:75000 to  by admin', 1),
+(7707, 110, 'Task:February Current Affairs created in Proj:75000 to  by admin', 0),
+(7708, 2, 'Task:working on Navigation drawer  created in Proj:Sales Tracker Mobile Apps by Shamme Zeba', 0),
+(7709, 23, 'Task:working on Navigation drawer  created in Proj:Sales Tracker Mobile Apps by Shamme Zeba', 1),
+(7710, 39, 'Task:working on Navigation drawer  created in Proj:Sales Tracker Mobile Apps by Shamme Zeba', 1),
+(7711, 61, 'Task:working on Navigation drawer  created in Proj:Sales Tracker Mobile Apps by Shamme Zeba', 1),
+(7712, 1117, 'Task:working on Navigation drawer  created in Proj:Sales Tracker Mobile Apps by Shamme Zeba', 1),
+(7713, 2, 'Task:new theme created in Proj:Sales by Tahniat Swarna', 0),
+(7714, 23, 'Task:new theme created in Proj:Sales by Tahniat Swarna', 1),
+(7715, 39, 'Task:new theme created in Proj:Sales by Tahniat Swarna', 1),
+(7716, 61, 'Task:new theme created in Proj:Sales by Tahniat Swarna', 1),
+(7717, 1116, 'Task:new theme created in Proj:Sales by Tahniat Swarna', 1),
+(7718, 2, 'Task:contact with user created in Proj:Sales by Tahniat Swarna', 0),
+(7719, 23, 'Task:contact with user created in Proj:Sales by Tahniat Swarna', 1),
+(7720, 39, 'Task:contact with user created in Proj:Sales by Tahniat Swarna', 1),
+(7721, 61, 'Task:contact with user created in Proj:Sales by Tahniat Swarna', 1),
+(7722, 1116, 'Task:contact with user created in Proj:Sales by Tahniat Swarna', 1),
+(7723, 2, 'Task:call users created in Proj:Sales by Tahniat Swarna', 0),
+(7724, 23, 'Task:call users created in Proj:Sales by Tahniat Swarna', 1),
+(7725, 39, 'Task:call users created in Proj:Sales by Tahniat Swarna', 1),
+(7726, 61, 'Task:call users created in Proj:Sales by Tahniat Swarna', 1),
+(7727, 1116, 'Task:call users created in Proj:Sales by Tahniat Swarna', 1),
+(7728, 2, 'Md. Jowel assigned in Proj:Student Management App by admin', 0),
+(7729, 23, 'Md. Jowel assigned in Proj:Student Management App by admin', 1),
+(7730, 39, 'Md. Jowel assigned in Proj:Student Management App by admin', 1),
+(7731, 61, 'Md. Jowel assigned in Proj:Student Management App by admin', 1),
+(7732, 111, 'You assigned in Proj:Student Management App by admin', 0),
+(7733, 23, 'Task:Role Permission  created in Proj:Student Management App by admin', 1),
+(7734, 39, 'Task:Role Permission  created in Proj:Student Management App by admin', 1),
+(7735, 61, 'Task:Role Permission  created in Proj:Student Management App by admin', 1),
+(7736, 77, 'Task:Role Permission  created in Proj:Student Management App by admin', 1),
+(7737, 23, 'Task:Role Permission  created in Proj:Student Management App by admin', 1),
+(7738, 105, 'Task:Role Permission  created in Proj:Student Management App by admin', 1),
+(7739, 111, 'Task:Role Permission  created in Proj:Student Management App by admin', 0),
+(7740, 23, 'Task:Student Profile Emails created in Proj:Student Management App by admin', 1),
+(7741, 39, 'Task:Student Profile Emails created in Proj:Student Management App by admin', 1),
+(7742, 61, 'Task:Student Profile Emails created in Proj:Student Management App by admin', 1),
+(7743, 77, 'Task:Student Profile Emails created in Proj:Student Management App by admin', 1),
+(7744, 23, 'Task:Student Profile Emails created in Proj:Student Management App by admin', 1),
+(7745, 105, 'Task:Student Profile Emails created in Proj:Student Management App by admin', 1),
+(7746, 111, 'Task:Student Profile Emails created in Proj:Student Management App by admin', 0),
+(7747, 23, 'Task:Time Zone Setup created in Proj:Student Management App by admin', 1),
+(7748, 39, 'Task:Time Zone Setup created in Proj:Student Management App by admin', 1),
+(7749, 61, 'Task:Time Zone Setup created in Proj:Student Management App by admin', 1),
+(7750, 77, 'Task:Time Zone Setup created in Proj:Student Management App by admin', 1),
+(7751, 23, 'Task:Time Zone Setup created in Proj:Student Management App by admin', 1),
+(7752, 105, 'Task:Time Zone Setup created in Proj:Student Management App by admin', 1),
+(7753, 111, 'Task:Time Zone Setup created in Proj:Student Management App by admin', 0),
+(7754, 23, 'Task:Active Users  created in Proj:Student Management App by admin', 1),
+(7755, 39, 'Task:Active Users  created in Proj:Student Management App by admin', 1),
+(7756, 61, 'Task:Active Users  created in Proj:Student Management App by admin', 1),
+(7757, 77, 'Task:Active Users  created in Proj:Student Management App by admin', 1),
+(7758, 23, 'Task:Active Users  created in Proj:Student Management App by admin', 1),
+(7759, 105, 'Task:Active Users  created in Proj:Student Management App by admin', 1),
+(7760, 111, 'Task:Active Users  created in Proj:Student Management App by admin', 0),
+(7761, 23, 'Task:Currency Setup created in Proj:Student Management App by admin', 1),
+(7762, 39, 'Task:Currency Setup created in Proj:Student Management App by admin', 1),
+(7763, 61, 'Task:Currency Setup created in Proj:Student Management App by admin', 1),
+(7764, 77, 'Task:Currency Setup created in Proj:Student Management App by admin', 1),
+(7765, 23, 'Task:Currency Setup created in Proj:Student Management App by admin', 1),
+(7766, 105, 'Task:Currency Setup created in Proj:Student Management App by admin', 1),
+(7767, 111, 'Task:Currency Setup created in Proj:Student Management App by admin', 0),
+(7768, 2, 'Task:users query created in Proj:Sales by Tahniat Swarna', 0),
+(7769, 23, 'Task:users query created in Proj:Sales by Tahniat Swarna', 1),
+(7770, 39, 'Task:users query created in Proj:Sales by Tahniat Swarna', 1),
+(7771, 61, 'Task:users query created in Proj:Sales by Tahniat Swarna', 1),
+(7772, 1116, 'Task:users query created in Proj:Sales by Tahniat Swarna', 1),
+(7773, 2, 'Task:call to users created in Proj:Sales by Tahniat Swarna', 0),
+(7774, 23, 'Task:call to users created in Proj:Sales by Tahniat Swarna', 1),
+(7775, 39, 'Task:call to users created in Proj:Sales by Tahniat Swarna', 1),
+(7776, 61, 'Task:call to users created in Proj:Sales by Tahniat Swarna', 1),
+(7777, 1116, 'Task:call to users created in Proj:Sales by Tahniat Swarna', 1),
+(7778, 2, 'Task:working on outlet design (ui) created in Proj:Sales Tracker Mobile Apps by Shamme Zeba', 0),
+(7779, 23, 'Task:working on outlet design (ui) created in Proj:Sales Tracker Mobile Apps by Shamme Zeba', 1),
+(7780, 39, 'Task:working on outlet design (ui) created in Proj:Sales Tracker Mobile Apps by Shamme Zeba', 1),
+(7781, 61, 'Task:working on outlet design (ui) created in Proj:Sales Tracker Mobile Apps by Shamme Zeba', 1),
+(7782, 1117, 'Task:working on outlet design (ui) created in Proj:Sales Tracker Mobile Apps by Shamme Zeba', 1),
+(7783, 2, 'Task:Appointment Create(UI) created in Proj:Sales Tracker Mobile Apps by Shamme Zeba', 0),
+(7784, 23, 'Task:Appointment Create(UI) created in Proj:Sales Tracker Mobile Apps by Shamme Zeba', 1),
+(7785, 39, 'Task:Appointment Create(UI) created in Proj:Sales Tracker Mobile Apps by Shamme Zeba', 1),
+(7786, 61, 'Task:Appointment Create(UI) created in Proj:Sales Tracker Mobile Apps by Shamme Zeba', 1),
+(7787, 1117, 'Task:Appointment Create(UI) created in Proj:Sales Tracker Mobile Apps by Shamme Zeba', 1),
+(7788, 2, 'Task:Appointment List + Activity List UI created in Proj:Sales Tracker Mobile Apps by Shamme Zeba', 0),
+(7789, 23, 'Task:Appointment List + Activity List UI created in Proj:Sales Tracker Mobile Apps by Shamme Zeba', 1),
+(7790, 39, 'Task:Appointment List + Activity List UI created in Proj:Sales Tracker Mobile Apps by Shamme Zeba', 1),
+(7791, 61, 'Task:Appointment List + Activity List UI created in Proj:Sales Tracker Mobile Apps by Shamme Zeba', 1),
+(7792, 1117, 'Task:Appointment List + Activity List UI created in Proj:Sales Tracker Mobile Apps by Shamme Zeba', 1),
+(7793, 2, 'Faisal Mahmud assigned in Proj:Sales by admin', 0),
+(7794, 23, 'Faisal Mahmud assigned in Proj:Sales by admin', 1),
+(7795, 39, 'Faisal Mahmud assigned in Proj:Sales by admin', 1),
+(7796, 61, 'Faisal Mahmud assigned in Proj:Sales by admin', 1),
+(7797, 112, 'You assigned in Proj:Sales by admin', 0),
+(7798, 2, 'Faisal Mahmud assigned as a PM in Proj:Sales by admin', 0),
+(7799, 23, 'Faisal Mahmud assigned as a PM in Proj:Sales by admin', 1),
+(7800, 39, 'Faisal Mahmud assigned as a PM in Proj:Sales by admin', 1),
+(7801, 61, 'Faisal Mahmud assigned as a PM in Proj:Sales by admin', 1),
+(7802, 110, 'Faisal Mahmud assigned as a PM in Proj:Sales by admin', 1),
+(7803, 23, 'Faisal Mahmud assigned as a PM in Proj:Sales by admin', 1),
+(7804, 112, 'Faisal Mahmud assigned as a PM in Proj:Sales by admin', 0),
+(7805, 2, 'Task:Presentation of HRM created in Proj:Sales by Faisal Mahmud', 0),
+(7806, 23, 'Task:Presentation of HRM created in Proj:Sales by Faisal Mahmud', 1),
+(7807, 39, 'Task:Presentation of HRM created in Proj:Sales by Faisal Mahmud', 1),
+(7808, 61, 'Task:Presentation of HRM created in Proj:Sales by Faisal Mahmud', 1),
+(7809, 1116, 'Task:Presentation of HRM created in Proj:Sales by Faisal Mahmud', 1),
+(7810, 2, 'Task:Presentation of e-Learning created in Proj:Sales by Faisal Mahmud', 0),
+(7811, 23, 'Task:Presentation of e-Learning created in Proj:Sales by Faisal Mahmud', 1),
+(7812, 39, 'Task:Presentation of e-Learning created in Proj:Sales by Faisal Mahmud', 1),
+(7813, 61, 'Task:Presentation of e-Learning created in Proj:Sales by Faisal Mahmud', 1),
+(7814, 1116, 'Task:Presentation of e-Learning created in Proj:Sales by Faisal Mahmud', 1),
+(7815, 2, 'Task:Presentation of OMS created in Proj:Sales by Faisal Mahmud', 0),
+(7816, 23, 'Task:Presentation of OMS created in Proj:Sales by Faisal Mahmud', 1),
+(7817, 39, 'Task:Presentation of OMS created in Proj:Sales by Faisal Mahmud', 1),
+(7818, 61, 'Task:Presentation of OMS created in Proj:Sales by Faisal Mahmud', 1),
+(7819, 1116, 'Task:Presentation of OMS created in Proj:Sales by Faisal Mahmud', 1),
+(7820, 23, 'Task:Presentation of Sales Tracker created in Proj:Sales by admin', 1),
+(7821, 39, 'Task:Presentation of Sales Tracker created in Proj:Sales by admin', 1),
+(7822, 61, 'Task:Presentation of Sales Tracker created in Proj:Sales by admin', 1),
+(7823, 110, 'Task:Presentation of Sales Tracker created in Proj:Sales by admin', 1),
+(7824, 23, 'Task:Presentation of Sales Tracker created in Proj:Sales by admin', 1),
+(7825, 112, 'Task:Presentation of Sales Tracker created in Proj:Sales by admin', 0),
+(7826, 2, 'Task:Data Entry people Recruitment created in Proj:Sales by Faisal Mahmud', 0),
+(7827, 23, 'Task:Data Entry people Recruitment created in Proj:Sales by Faisal Mahmud', 1),
+(7828, 39, 'Task:Data Entry people Recruitment created in Proj:Sales by Faisal Mahmud', 1),
+(7829, 61, 'Task:Data Entry people Recruitment created in Proj:Sales by Faisal Mahmud', 1),
+(7830, 1116, 'Task:Data Entry people Recruitment created in Proj:Sales by Faisal Mahmud', 1),
+(7831, 2, 'Task:Interview for Data Entry  created in Proj:Sales by Faisal Mahmud', 0),
+(7832, 23, 'Task:Interview for Data Entry  created in Proj:Sales by Faisal Mahmud', 1),
+(7833, 39, 'Task:Interview for Data Entry  created in Proj:Sales by Faisal Mahmud', 1),
+(7834, 61, 'Task:Interview for Data Entry  created in Proj:Sales by Faisal Mahmud', 1),
+(7835, 1116, 'Task:Interview for Data Entry  created in Proj:Sales by Faisal Mahmud', 1),
+(7836, 2, 'Task:Call Center Recruitment created in Proj:Sales by Faisal Mahmud', 0),
+(7837, 23, 'Task:Call Center Recruitment created in Proj:Sales by Faisal Mahmud', 1),
+(7838, 39, 'Task:Call Center Recruitment created in Proj:Sales by Faisal Mahmud', 1),
+(7839, 61, 'Task:Call Center Recruitment created in Proj:Sales by Faisal Mahmud', 1),
+(7840, 1116, 'Task:Call Center Recruitment created in Proj:Sales by Faisal Mahmud', 1),
+(7841, 2, 'Task:Sales People Recruitment created in Proj:Sales by Faisal Mahmud', 0),
+(7842, 23, 'Task:Sales People Recruitment created in Proj:Sales by Faisal Mahmud', 1),
+(7843, 39, 'Task:Sales People Recruitment created in Proj:Sales by Faisal Mahmud', 1),
+(7844, 61, 'Task:Sales People Recruitment created in Proj:Sales by Faisal Mahmud', 1),
+(7845, 1116, 'Task:Sales People Recruitment created in Proj:Sales by Faisal Mahmud', 1),
+(7846, 2, 'Task:Brochure for e-Learning created in Proj:Sales by Faisal Mahmud', 0),
+(7847, 23, 'Task:Brochure for e-Learning created in Proj:Sales by Faisal Mahmud', 1),
+(7848, 39, 'Task:Brochure for e-Learning created in Proj:Sales by Faisal Mahmud', 1),
+(7849, 61, 'Task:Brochure for e-Learning created in Proj:Sales by Faisal Mahmud', 1),
+(7850, 1116, 'Task:Brochure for e-Learning created in Proj:Sales by Faisal Mahmud', 1),
+(7851, 2, 'Task:Meeting with Deeplaid Pharmaco created in Proj:Sales by Faisal Mahmud', 0),
+(7852, 23, 'Task:Meeting with Deeplaid Pharmaco created in Proj:Sales by Faisal Mahmud', 1),
+(7853, 39, 'Task:Meeting with Deeplaid Pharmaco created in Proj:Sales by Faisal Mahmud', 1),
+(7854, 61, 'Task:Meeting with Deeplaid Pharmaco created in Proj:Sales by Faisal Mahmud', 1),
+(7855, 1116, 'Task:Meeting with Deeplaid Pharmaco created in Proj:Sales by Faisal Mahmud', 1),
+(7856, 2, 'Task:Proposal for IFAD created in Proj:Sales by Faisal Mahmud', 0),
+(7857, 23, 'Task:Proposal for IFAD created in Proj:Sales by Faisal Mahmud', 1),
+(7858, 39, 'Task:Proposal for IFAD created in Proj:Sales by Faisal Mahmud', 1),
+(7859, 61, 'Task:Proposal for IFAD created in Proj:Sales by Faisal Mahmud', 1),
+(7860, 1116, 'Task:Proposal for IFAD created in Proj:Sales by Faisal Mahmud', 1),
+(7861, 2, 'Task:Visit titumir College created in Proj:Sales by Faisal Mahmud', 0),
+(7862, 23, 'Task:Visit titumir College created in Proj:Sales by Faisal Mahmud', 1),
+(7863, 39, 'Task:Visit titumir College created in Proj:Sales by Faisal Mahmud', 1),
+(7864, 61, 'Task:Visit titumir College created in Proj:Sales by Faisal Mahmud', 1),
+(7865, 1116, 'Task:Visit titumir College created in Proj:Sales by Faisal Mahmud', 1),
+(7866, 2, 'Task:Visit Haraganga College, Munshiganj created in Proj:Sales by Faisal Mahmud', 0),
+(7867, 23, 'Task:Visit Haraganga College, Munshiganj created in Proj:Sales by Faisal Mahmud', 1),
+(7868, 39, 'Task:Visit Haraganga College, Munshiganj created in Proj:Sales by Faisal Mahmud', 1),
+(7869, 61, 'Task:Visit Haraganga College, Munshiganj created in Proj:Sales by Faisal Mahmud', 1),
+(7870, 1116, 'Task:Visit Haraganga College, Munshiganj created in Proj:Sales by Faisal Mahmud', 1),
+(7871, 2, 'Task:Visit Tolaram College created in Proj:Sales by Faisal Mahmud', 0),
+(7872, 23, 'Task:Visit Tolaram College created in Proj:Sales by Faisal Mahmud', 1),
+(7873, 39, 'Task:Visit Tolaram College created in Proj:Sales by Faisal Mahmud', 1),
+(7874, 61, 'Task:Visit Tolaram College created in Proj:Sales by Faisal Mahmud', 1),
+(7875, 1116, 'Task:Visit Tolaram College created in Proj:Sales by Faisal Mahmud', 1),
+(7876, 2, 'Task:Visit Polytechnic College created in Proj:Sales by Faisal Mahmud', 0),
+(7877, 23, 'Task:Visit Polytechnic College created in Proj:Sales by Faisal Mahmud', 1),
+(7878, 39, 'Task:Visit Polytechnic College created in Proj:Sales by Faisal Mahmud', 1),
+(7879, 61, 'Task:Visit Polytechnic College created in Proj:Sales by Faisal Mahmud', 1),
+(7880, 1116, 'Task:Visit Polytechnic College created in Proj:Sales by Faisal Mahmud', 1),
+(7881, 2, 'Tahniat Swarna assigned in Task:Visit Polytechnic College of Proj:Sales by Faisal Mahmud', 0),
+(7882, 23, 'Tahniat Swarna assigned in Task:Visit Polytechnic College of Proj:Sales by Faisal Mahmud', 1),
+(7883, 39, 'Tahniat Swarna assigned in Task:Visit Polytechnic College of Proj:Sales by Faisal Mahmud', 1),
+(7884, 61, 'Tahniat Swarna assigned in Task:Visit Polytechnic College of Proj:Sales by Faisal Mahmud', 1),
+(7885, 110, 'Tahniat Swarna assigned in Task:Visit Polytechnic College of Proj:Sales by Faisal Mahmud', 1),
+(7886, 2, 'Faisal Mahmud assigned in Task:Visit Polytechnic College of Proj:Sales by Faisal Mahmud', 0),
+(7887, 23, 'Faisal Mahmud assigned in Task:Visit Polytechnic College of Proj:Sales by Faisal Mahmud', 1),
+(7888, 39, 'Faisal Mahmud assigned in Task:Visit Polytechnic College of Proj:Sales by Faisal Mahmud', 1),
+(7889, 61, 'Faisal Mahmud assigned in Task:Visit Polytechnic College of Proj:Sales by Faisal Mahmud', 1),
+(7890, 2, 'Task:email to Popular Pharma created in Proj:Sales by Faisal Mahmud', 0),
+(7891, 23, 'Task:email to Popular Pharma created in Proj:Sales by Faisal Mahmud', 1),
+(7892, 39, 'Task:email to Popular Pharma created in Proj:Sales by Faisal Mahmud', 1),
+(7893, 61, 'Task:email to Popular Pharma created in Proj:Sales by Faisal Mahmud', 1),
+(7894, 1116, 'Task:email to Popular Pharma created in Proj:Sales by Faisal Mahmud', 1),
+(7895, 2, 'Faisal Mahmud assigned in Task:Visit Polytechnic College of Proj:Sales by Faisal Mahmud', 0),
+(7896, 23, 'Faisal Mahmud assigned in Task:Visit Polytechnic College of Proj:Sales by Faisal Mahmud', 1),
+(7897, 39, 'Faisal Mahmud assigned in Task:Visit Polytechnic College of Proj:Sales by Faisal Mahmud', 1),
+(7898, 61, 'Faisal Mahmud assigned in Task:Visit Polytechnic College of Proj:Sales by Faisal Mahmud', 1),
+(7899, 2, 'Faisal Mahmud assigned in Task:Visit Polytechnic College of Proj:Sales by Faisal Mahmud', 0),
+(7900, 23, 'Faisal Mahmud assigned in Task:Visit Polytechnic College of Proj:Sales by Faisal Mahmud', 1),
+(7901, 39, 'Faisal Mahmud assigned in Task:Visit Polytechnic College of Proj:Sales by Faisal Mahmud', 1),
+(7902, 61, 'Faisal Mahmud assigned in Task:Visit Polytechnic College of Proj:Sales by Faisal Mahmud', 1),
+(7903, 2, 'Task:Support to Stylecraft created in Proj:ScanPack by Sabuj Maksud', 0),
+(7904, 23, 'Task:Support to Stylecraft created in Proj:ScanPack by Sabuj Maksud', 1),
+(7905, 39, 'Task:Support to Stylecraft created in Proj:ScanPack by Sabuj Maksud', 1),
+(7906, 61, 'Task:Support to Stylecraft created in Proj:ScanPack by Sabuj Maksud', 1),
+(7907, 1117, 'Task:Support to Stylecraft created in Proj:ScanPack by Sabuj Maksud', 1),
+(7908, 23, 'Task:bug fixing on non member user membership removed from Proj:Studypress B by admin', 1),
+(7909, 39, 'Task:bug fixing on non member user membership removed from Proj:Studypress B by admin', 1),
+(7910, 61, 'Task:bug fixing on non member user membership removed from Proj:Studypress B by admin', 1),
+(7911, 20, 'Task:bug fixing on non member user membership removed from Proj:Studypress B by admin', 1),
+(7912, 39, 'Task:bug fixing on non member user membership removed from Proj:Studypress B by admin', 1),
+(7913, 28, 'Task:bug fixing on non member user membership removed from Proj:Studypress B by admin', 1),
+(7914, 23, 'Task:bug fixing on non member user membership removed from Proj:Studypress B by admin', 1),
+(7915, 21, 'Task:bug fixing on non member user membership removed from Proj:Studypress B by admin', 1),
+(7916, 41, 'Task:bug fixing on non member user membership removed from Proj:Studypress B by admin', 1),
+(7917, 30, 'Task:bug fixing on non member user membership removed from Proj:Studypress B by admin', 1),
+(7918, 36, 'Task:bug fixing on non member user membership removed from Proj:Studypress B by admin', 0),
+(7919, 23, 'Task:identify some problem in Vocabulary sync api  removed from Proj:Studypress B by admin', 1),
+(7920, 39, 'Task:identify some problem in Vocabulary sync api  removed from Proj:Studypress B by admin', 1),
+(7921, 61, 'Task:identify some problem in Vocabulary sync api  removed from Proj:Studypress B by admin', 1),
+(7922, 20, 'Task:identify some problem in Vocabulary sync api  removed from Proj:Studypress B by admin', 1),
+(7923, 39, 'Task:identify some problem in Vocabulary sync api  removed from Proj:Studypress B by admin', 1),
+(7924, 28, 'Task:identify some problem in Vocabulary sync api  removed from Proj:Studypress B by admin', 1),
+(7925, 23, 'Task:identify some problem in Vocabulary sync api  removed from Proj:Studypress B by admin', 1),
+(7926, 21, 'Task:identify some problem in Vocabulary sync api  removed from Proj:Studypress B by admin', 1),
+(7927, 41, 'Task:identify some problem in Vocabulary sync api  removed from Proj:Studypress B by admin', 1),
+(7928, 30, 'Task:identify some problem in Vocabulary sync api  removed from Proj:Studypress B by admin', 1),
+(7929, 36, 'Task:identify some problem in Vocabulary sync api  removed from Proj:Studypress B by admin', 0),
+(7930, 2, 'Faisal Mahmud assigned in Proj:Studypress B by admin', 0),
+(7931, 23, 'Faisal Mahmud assigned in Proj:Studypress B by admin', 1),
+(7932, 39, 'Faisal Mahmud assigned in Proj:Studypress B by admin', 1),
+(7933, 61, 'Faisal Mahmud assigned in Proj:Studypress B by admin', 1),
+(7934, 112, 'You assigned in Proj:Studypress B by admin', 0),
+(7935, 23, 'Faisal Mahmud assigned in Task:Bank Q of Proj:Studypress B by admin', 1),
+(7936, 39, 'Faisal Mahmud assigned in Task:Bank Q of Proj:Studypress B by admin', 1),
+(7937, 61, 'Faisal Mahmud assigned in Task:Bank Q of Proj:Studypress B by admin', 1);
+INSERT INTO `notification` (`id`, `user_id`, `msg`, `status`) VALUES
+(7938, 112, 'You assigned in Task:Bank Q of Proj:Studypress B by admin', 0),
+(7939, 23, 'Task:Rupali Bank 2018 created in Proj:Studypress B by admin', 1),
+(7940, 39, 'Task:Rupali Bank 2018 created in Proj:Studypress B by admin', 1),
+(7941, 61, 'Task:Rupali Bank 2018 created in Proj:Studypress B by admin', 1),
+(7942, 20, 'Task:Rupali Bank 2018 created in Proj:Studypress B by admin', 1),
+(7943, 39, 'Task:Rupali Bank 2018 created in Proj:Studypress B by admin', 1),
+(7944, 28, 'Task:Rupali Bank 2018 created in Proj:Studypress B by admin', 1),
+(7945, 23, 'Task:Rupali Bank 2018 created in Proj:Studypress B by admin', 1),
+(7946, 21, 'Task:Rupali Bank 2018 created in Proj:Studypress B by admin', 1),
+(7947, 41, 'Task:Rupali Bank 2018 created in Proj:Studypress B by admin', 1),
+(7948, 30, 'Task:Rupali Bank 2018 created in Proj:Studypress B by admin', 1),
+(7949, 36, 'Task:Rupali Bank 2018 created in Proj:Studypress B by admin', 0),
+(7950, 112, 'Task:Rupali Bank 2018 created in Proj:Studypress B by admin', 0),
+(7951, 23, 'Task:BCS 38 created in Proj:Studypress B by admin', 1),
+(7952, 39, 'Task:BCS 38 created in Proj:Studypress B by admin', 1),
+(7953, 61, 'Task:BCS 38 created in Proj:Studypress B by admin', 1),
+(7954, 20, 'Task:BCS 38 created in Proj:Studypress B by admin', 1),
+(7955, 39, 'Task:BCS 38 created in Proj:Studypress B by admin', 1),
+(7956, 28, 'Task:BCS 38 created in Proj:Studypress B by admin', 1),
+(7957, 23, 'Task:BCS 38 created in Proj:Studypress B by admin', 1),
+(7958, 21, 'Task:BCS 38 created in Proj:Studypress B by admin', 1),
+(7959, 41, 'Task:BCS 38 created in Proj:Studypress B by admin', 1),
+(7960, 30, 'Task:BCS 38 created in Proj:Studypress B by admin', 1),
+(7961, 36, 'Task:BCS 38 created in Proj:Studypress B by admin', 0),
+(7962, 112, 'Task:BCS 38 created in Proj:Studypress B by admin', 0),
+(7963, 23, 'Task:BCS 38 created in Proj:Studypress B by admin', 1),
+(7964, 39, 'Task:BCS 38 created in Proj:Studypress B by admin', 1),
+(7965, 61, 'Task:BCS 38 created in Proj:Studypress B by admin', 1),
+(7966, 20, 'Task:BCS 38 created in Proj:Studypress B by admin', 1),
+(7967, 39, 'Task:BCS 38 created in Proj:Studypress B by admin', 1),
+(7968, 28, 'Task:BCS 38 created in Proj:Studypress B by admin', 1),
+(7969, 23, 'Task:BCS 38 created in Proj:Studypress B by admin', 1),
+(7970, 21, 'Task:BCS 38 created in Proj:Studypress B by admin', 1),
+(7971, 41, 'Task:BCS 38 created in Proj:Studypress B by admin', 1),
+(7972, 30, 'Task:BCS 38 created in Proj:Studypress B by admin', 1),
+(7973, 36, 'Task:BCS 38 created in Proj:Studypress B by admin', 0),
+(7974, 112, 'Task:BCS 38 created in Proj:Studypress B by admin', 0),
+(7975, 23, 'Task:BCS 38 removed from Proj:Studypress B by admin', 1),
+(7976, 39, 'Task:BCS 38 removed from Proj:Studypress B by admin', 1),
+(7977, 61, 'Task:BCS 38 removed from Proj:Studypress B by admin', 1),
+(7978, 20, 'Task:BCS 38 removed from Proj:Studypress B by admin', 1),
+(7979, 39, 'Task:BCS 38 removed from Proj:Studypress B by admin', 1),
+(7980, 28, 'Task:BCS 38 removed from Proj:Studypress B by admin', 1),
+(7981, 23, 'Task:BCS 38 removed from Proj:Studypress B by admin', 1),
+(7982, 21, 'Task:BCS 38 removed from Proj:Studypress B by admin', 1),
+(7983, 41, 'Task:BCS 38 removed from Proj:Studypress B by admin', 1),
+(7984, 30, 'Task:BCS 38 removed from Proj:Studypress B by admin', 1),
+(7985, 36, 'Task:BCS 38 removed from Proj:Studypress B by admin', 0),
+(7986, 112, 'Task:BCS 38 removed from Proj:Studypress B by admin', 0),
+(7987, 23, 'Task:Status Updates created in Proj:Student Management App by admin', 1),
+(7988, 39, 'Task:Status Updates created in Proj:Student Management App by admin', 1),
+(7989, 61, 'Task:Status Updates created in Proj:Student Management App by admin', 1),
+(7990, 77, 'Task:Status Updates created in Proj:Student Management App by admin', 1),
+(7991, 23, 'Task:Status Updates created in Proj:Student Management App by admin', 1),
+(7992, 105, 'Task:Status Updates created in Proj:Student Management App by admin', 1),
+(7993, 111, 'Task:Status Updates created in Proj:Student Management App by admin', 0),
+(7994, 23, 'Task:Enrollment add created in Proj:Student Management App by admin', 1),
+(7995, 39, 'Task:Enrollment add created in Proj:Student Management App by admin', 1),
+(7996, 61, 'Task:Enrollment add created in Proj:Student Management App by admin', 1),
+(7997, 77, 'Task:Enrollment add created in Proj:Student Management App by admin', 1),
+(7998, 23, 'Task:Enrollment add created in Proj:Student Management App by admin', 1),
+(7999, 105, 'Task:Enrollment add created in Proj:Student Management App by admin', 1),
+(8000, 111, 'Task:Enrollment add created in Proj:Student Management App by admin', 0),
+(8001, 2, 'Task:Presentation of e-Learning created in Proj:Sales by Faisal Mahmud', 0),
+(8002, 23, 'Task:Presentation of e-Learning created in Proj:Sales by Faisal Mahmud', 1),
+(8003, 39, 'Task:Presentation of e-Learning created in Proj:Sales by Faisal Mahmud', 1),
+(8004, 61, 'Task:Presentation of e-Learning created in Proj:Sales by Faisal Mahmud', 1),
+(8005, 1116, 'Task:Presentation of e-Learning created in Proj:Sales by Faisal Mahmud', 1),
+(8006, 23, 'Task:Bankers Selection 2018 created in Proj:Studypress B by admin', 1),
+(8007, 39, 'Task:Bankers Selection 2018 created in Proj:Studypress B by admin', 1),
+(8008, 61, 'Task:Bankers Selection 2018 created in Proj:Studypress B by admin', 1),
+(8009, 20, 'Task:Bankers Selection 2018 created in Proj:Studypress B by admin', 1),
+(8010, 39, 'Task:Bankers Selection 2018 created in Proj:Studypress B by admin', 1),
+(8011, 28, 'Task:Bankers Selection 2018 created in Proj:Studypress B by admin', 1),
+(8012, 23, 'Task:Bankers Selection 2018 created in Proj:Studypress B by admin', 1),
+(8013, 21, 'Task:Bankers Selection 2018 created in Proj:Studypress B by admin', 1),
+(8014, 41, 'Task:Bankers Selection 2018 created in Proj:Studypress B by admin', 1),
+(8015, 30, 'Task:Bankers Selection 2018 created in Proj:Studypress B by admin', 1),
+(8016, 36, 'Task:Bankers Selection 2018 created in Proj:Studypress B by admin', 0),
+(8017, 112, 'Task:Bankers Selection 2018 created in Proj:Studypress B by admin', 0),
+(8018, 2, 'Task:UI Design Accounts created in Proj:Task Management by Shamme Zeba', 0),
+(8019, 23, 'Task:UI Design Accounts created in Proj:Task Management by Shamme Zeba', 1),
+(8020, 39, 'Task:UI Design Accounts created in Proj:Task Management by Shamme Zeba', 1),
+(8021, 61, 'Task:UI Design Accounts created in Proj:Task Management by Shamme Zeba', 1),
+(8022, 17, 'Task:UI Design Accounts created in Proj:Task Management by Shamme Zeba', 1),
+(8023, 2, 'Task:Ui Design Add Revineue created in Proj:Task Management by Shamme Zeba', 0),
+(8024, 23, 'Task:Ui Design Add Revineue created in Proj:Task Management by Shamme Zeba', 1),
+(8025, 39, 'Task:Ui Design Add Revineue created in Proj:Task Management by Shamme Zeba', 1),
+(8026, 61, 'Task:Ui Design Add Revineue created in Proj:Task Management by Shamme Zeba', 1),
+(8027, 17, 'Task:Ui Design Add Revineue created in Proj:Task Management by Shamme Zeba', 1),
+(8028, 2, 'Task:UI Design Add Expense created in Proj:Task Management by Shamme Zeba', 0),
+(8029, 23, 'Task:UI Design Add Expense created in Proj:Task Management by Shamme Zeba', 1),
+(8030, 39, 'Task:UI Design Add Expense created in Proj:Task Management by Shamme Zeba', 1),
+(8031, 61, 'Task:UI Design Add Expense created in Proj:Task Management by Shamme Zeba', 1),
+(8032, 17, 'Task:UI Design Add Expense created in Proj:Task Management by Shamme Zeba', 1),
+(8033, 23, 'Task:Kakon Bibi News created in Proj:Studypress B by admin', 1),
+(8034, 39, 'Task:Kakon Bibi News created in Proj:Studypress B by admin', 1),
+(8035, 61, 'Task:Kakon Bibi News created in Proj:Studypress B by admin', 1),
+(8036, 20, 'Task:Kakon Bibi News created in Proj:Studypress B by admin', 1),
+(8037, 39, 'Task:Kakon Bibi News created in Proj:Studypress B by admin', 1),
+(8038, 28, 'Task:Kakon Bibi News created in Proj:Studypress B by admin', 1),
+(8039, 23, 'Task:Kakon Bibi News created in Proj:Studypress B by admin', 1),
+(8040, 21, 'Task:Kakon Bibi News created in Proj:Studypress B by admin', 1),
+(8041, 41, 'Task:Kakon Bibi News created in Proj:Studypress B by admin', 1),
+(8042, 30, 'Task:Kakon Bibi News created in Proj:Studypress B by admin', 1),
+(8043, 36, 'Task:Kakon Bibi News created in Proj:Studypress B by admin', 0),
+(8044, 112, 'Task:Kakon Bibi News created in Proj:Studypress B by admin', 1),
+(8045, 23, 'Task:Add question to analogy created in Proj:Studypress B by admin', 1),
+(8046, 39, 'Task:Add question to analogy created in Proj:Studypress B by admin', 1),
+(8047, 61, 'Task:Add question to analogy created in Proj:Studypress B by admin', 1),
+(8048, 20, 'Task:Add question to analogy created in Proj:Studypress B by admin', 1),
+(8049, 39, 'Task:Add question to analogy created in Proj:Studypress B by admin', 1),
+(8050, 28, 'Task:Add question to analogy created in Proj:Studypress B by admin', 1),
+(8051, 23, 'Task:Add question to analogy created in Proj:Studypress B by admin', 1),
+(8052, 21, 'Task:Add question to analogy created in Proj:Studypress B by admin', 1),
+(8053, 41, 'Task:Add question to analogy created in Proj:Studypress B by admin', 1),
+(8054, 30, 'Task:Add question to analogy created in Proj:Studypress B by admin', 1),
+(8055, 36, 'Task:Add question to analogy created in Proj:Studypress B by admin', 0),
+(8056, 112, 'Task:Add question to analogy created in Proj:Studypress B by admin', 1),
+(8057, 2, 'Task:working on file chooser created in Proj:Task Management by Shamme Zeba', 0),
+(8058, 23, 'Task:working on file chooser created in Proj:Task Management by Shamme Zeba', 1),
+(8059, 39, 'Task:working on file chooser created in Proj:Task Management by Shamme Zeba', 1),
+(8060, 61, 'Task:working on file chooser created in Proj:Task Management by Shamme Zeba', 1),
+(8061, 17, 'Task:working on file chooser created in Proj:Task Management by Shamme Zeba', 1),
+(8062, 2, 'Task:UI design Revinue Report created in Proj:Task Management by Shamme Zeba', 0),
+(8063, 23, 'Task:UI design Revinue Report created in Proj:Task Management by Shamme Zeba', 1),
+(8064, 39, 'Task:UI design Revinue Report created in Proj:Task Management by Shamme Zeba', 1),
+(8065, 61, 'Task:UI design Revinue Report created in Proj:Task Management by Shamme Zeba', 1),
+(8066, 17, 'Task:UI design Revinue Report created in Proj:Task Management by Shamme Zeba', 1),
+(8067, 2, 'Task:UI design Revinue Report created in Proj:Task Management by Shamme Zeba', 0),
+(8068, 23, 'Task:UI design Revinue Report created in Proj:Task Management by Shamme Zeba', 1),
+(8069, 39, 'Task:UI design Revinue Report created in Proj:Task Management by Shamme Zeba', 1),
+(8070, 61, 'Task:UI design Revinue Report created in Proj:Task Management by Shamme Zeba', 1),
+(8071, 17, 'Task:UI design Revinue Report created in Proj:Task Management by Shamme Zeba', 1),
+(8072, 23, 'Task:Enrolment Status created in Proj:Student Management App by admin', 1),
+(8073, 39, 'Task:Enrolment Status created in Proj:Student Management App by admin', 1),
+(8074, 61, 'Task:Enrolment Status created in Proj:Student Management App by admin', 1),
+(8075, 77, 'Task:Enrolment Status created in Proj:Student Management App by admin', 1),
+(8076, 23, 'Task:Enrolment Status created in Proj:Student Management App by admin', 1),
+(8077, 105, 'Task:Enrolment Status created in Proj:Student Management App by admin', 1),
+(8078, 111, 'Task:Enrolment Status created in Proj:Student Management App by admin', 0),
+(8079, 23, 'Task:Enrolment Task & Remarks created in Proj:Student Management App by admin', 1),
+(8080, 39, 'Task:Enrolment Task & Remarks created in Proj:Student Management App by admin', 1),
+(8081, 61, 'Task:Enrolment Task & Remarks created in Proj:Student Management App by admin', 1),
+(8082, 77, 'Task:Enrolment Task & Remarks created in Proj:Student Management App by admin', 1),
+(8083, 23, 'Task:Enrolment Task & Remarks created in Proj:Student Management App by admin', 1),
+(8084, 105, 'Task:Enrolment Task & Remarks created in Proj:Student Management App by admin', 1),
+(8085, 111, 'Task:Enrolment Task & Remarks created in Proj:Student Management App by admin', 0),
+(8086, 23, 'Task:Enrolment Status History created in Proj:Student Management App by admin', 1),
+(8087, 39, 'Task:Enrolment Status History created in Proj:Student Management App by admin', 1),
+(8088, 61, 'Task:Enrolment Status History created in Proj:Student Management App by admin', 1),
+(8089, 77, 'Task:Enrolment Status History created in Proj:Student Management App by admin', 1),
+(8090, 23, 'Task:Enrolment Status History created in Proj:Student Management App by admin', 1),
+(8091, 105, 'Task:Enrolment Status History created in Proj:Student Management App by admin', 1),
+(8092, 111, 'Task:Enrolment Status History created in Proj:Student Management App by admin', 0),
+(8093, 2, 'Task:Ui Design Expanse Report created in Proj:Task Management by Shamme Zeba', 0),
+(8094, 23, 'Task:Ui Design Expanse Report created in Proj:Task Management by Shamme Zeba', 1),
+(8095, 39, 'Task:Ui Design Expanse Report created in Proj:Task Management by Shamme Zeba', 1),
+(8096, 61, 'Task:Ui Design Expanse Report created in Proj:Task Management by Shamme Zeba', 1),
+(8097, 17, 'Task:Ui Design Expanse Report created in Proj:Task Management by Shamme Zeba', 1),
+(8098, 2, 'Proj: HRM Software created by admin', 0),
+(8099, 23, 'Proj: HRM Software created by admin', 1),
+(8100, 39, 'Proj: HRM Software created by admin', 1),
+(8101, 61, 'Proj: HRM Software created by admin', 1),
+(8102, 2, 'Anannaya Saha Chandni assigned in Proj:HRM Software by admin', 0),
+(8103, 23, 'Anannaya Saha Chandni assigned in Proj:HRM Software by admin', 1),
+(8104, 39, 'Anannaya Saha Chandni assigned in Proj:HRM Software by admin', 1),
+(8105, 61, 'Anannaya Saha Chandni assigned in Proj:HRM Software by admin', 1),
+(8106, 114, 'You assigned in Proj:HRM Software by admin', 0),
+(8107, 2, 'Task:observing HR software created in Proj:HRM Software by Anannaya Saha Chandni', 0),
+(8108, 23, 'Task:observing HR software created in Proj:HRM Software by Anannaya Saha Chandni', 1),
+(8109, 39, 'Task:observing HR software created in Proj:HRM Software by Anannaya Saha Chandni', 1),
+(8110, 61, 'Task:observing HR software created in Proj:HRM Software by Anannaya Saha Chandni', 1),
+(8111, 1117, 'Task:observing HR software created in Proj:HRM Software by Anannaya Saha Chandni', 1),
+(8112, 2, 'Md. Jowel assigned in Proj:Task Management by admin', 0),
+(8113, 23, 'Md. Jowel assigned in Proj:Task Management by admin', 1),
+(8114, 39, 'Md. Jowel assigned in Proj:Task Management by admin', 1),
+(8115, 61, 'Md. Jowel assigned in Proj:Task Management by admin', 1),
+(8116, 111, 'You assigned in Proj:Task Management by admin', 0),
+(8117, 23, 'Task:Employee Table Creation created in Proj:Task Management by admin', 1),
+(8118, 39, 'Task:Employee Table Creation created in Proj:Task Management by admin', 1),
+(8119, 61, 'Task:Employee Table Creation created in Proj:Task Management by admin', 1),
+(8120, 44, 'Task:Employee Table Creation created in Proj:Task Management by admin', 1),
+(8121, 36, 'Task:Employee Table Creation created in Proj:Task Management by admin', 1),
+(8122, 111, 'Task:Employee Table Creation created in Proj:Task Management by admin', 0),
+(8123, 23, 'Task:Verionsiong 3.1 created in Proj:Task Management by admin', 1),
+(8124, 39, 'Task:Verionsiong 3.1 created in Proj:Task Management by admin', 1),
+(8125, 61, 'Task:Verionsiong 3.1 created in Proj:Task Management by admin', 1),
+(8126, 44, 'Task:Verionsiong 3.1 created in Proj:Task Management by admin', 1),
+(8127, 36, 'Task:Verionsiong 3.1 created in Proj:Task Management by admin', 1),
+(8128, 111, 'Task:Verionsiong 3.1 created in Proj:Task Management by admin', 0),
+(8129, 23, 'Task:Employee Function created in Proj:Task Management by admin', 1),
+(8130, 39, 'Task:Employee Function created in Proj:Task Management by admin', 1),
+(8131, 61, 'Task:Employee Function created in Proj:Task Management by admin', 1),
+(8132, 44, 'Task:Employee Function created in Proj:Task Management by admin', 1),
+(8133, 36, 'Task:Employee Function created in Proj:Task Management by admin', 1),
+(8134, 111, 'Task:Employee Function created in Proj:Task Management by admin', 0),
+(8135, 23, 'Task:Employee Details created in Proj:Task Management by admin', 1),
+(8136, 39, 'Task:Employee Details created in Proj:Task Management by admin', 1),
+(8137, 61, 'Task:Employee Details created in Proj:Task Management by admin', 1),
+(8138, 44, 'Task:Employee Details created in Proj:Task Management by admin', 1),
+(8139, 36, 'Task:Employee Details created in Proj:Task Management by admin', 1),
+(8140, 111, 'Task:Employee Details created in Proj:Task Management by admin', 0),
+(8141, 23, 'Task:Accounts of Uttara created in Proj:My Task by admin', 1),
+(8142, 39, 'Task:Accounts of Uttara created in Proj:My Task by admin', 1),
+(8143, 61, 'Task:Accounts of Uttara created in Proj:My Task by admin', 1),
+(8144, 23, 'Task:Accounts of Uttara created in Proj:My Task by admin', 1),
+(8145, 23, 'Task:Accounts of revinr created in Proj:My Task by admin', 1),
+(8146, 39, 'Task:Accounts of revinr created in Proj:My Task by admin', 1),
+(8147, 61, 'Task:Accounts of revinr created in Proj:My Task by admin', 1),
+(8148, 23, 'Task:Accounts of revinr created in Proj:My Task by admin', 1),
+(8149, 23, 'Task:Manage Tax Payment created in Proj:My Task by admin', 1),
+(8150, 39, 'Task:Manage Tax Payment created in Proj:My Task by admin', 1),
+(8151, 61, 'Task:Manage Tax Payment created in Proj:My Task by admin', 1),
+(8152, 23, 'Task:Manage Tax Payment created in Proj:My Task by admin', 1),
+(8153, 23, 'Task:22nd March Current Affairs created in Proj:My Task by admin', 1),
+(8154, 39, 'Task:22nd March Current Affairs created in Proj:My Task by admin', 1),
+(8155, 61, 'Task:22nd March Current Affairs created in Proj:My Task by admin', 1),
+(8156, 23, 'Task:22nd March Current Affairs created in Proj:My Task by admin', 1),
+(8157, 2, 'Task:UI Design Invoice created in Proj:Task Management by Shamme Zeba', 0),
+(8158, 23, 'Task:UI Design Invoice created in Proj:Task Management by Shamme Zeba', 1),
+(8159, 39, 'Task:UI Design Invoice created in Proj:Task Management by Shamme Zeba', 1),
+(8160, 61, 'Task:UI Design Invoice created in Proj:Task Management by Shamme Zeba', 1),
+(8161, 17, 'Task:UI Design Invoice created in Proj:Task Management by Shamme Zeba', 1),
+(8162, 23, 'Md. Tanjim Al Akib assigned in Task:UI Design Invoice of Proj:Task Management by admin', 1),
+(8163, 39, 'Md. Tanjim Al Akib assigned in Task:UI Design Invoice of Proj:Task Management by admin', 1),
+(8164, 61, 'Md. Tanjim Al Akib assigned in Task:UI Design Invoice of Proj:Task Management by admin', 1),
+(8165, 44, 'You assigned in Task:UI Design Invoice of Proj:Task Management by admin', 1),
+(8166, 23, 'Shamme Zeba assigned in Task:UI Design Invoice of Proj:Task Management by admin', 1),
+(8167, 39, 'Shamme Zeba assigned in Task:UI Design Invoice of Proj:Task Management by admin', 1),
+(8168, 61, 'Shamme Zeba assigned in Task:UI Design Invoice of Proj:Task Management by admin', 1),
+(8169, 36, 'You assigned in Task:UI Design Invoice of Proj:Task Management by admin', 1),
+(8170, 2, 'Task:ui Design Invoice Items created in Proj:Task Management by Shamme Zeba', 0),
+(8171, 23, 'Task:ui Design Invoice Items created in Proj:Task Management by Shamme Zeba', 1),
+(8172, 39, 'Task:ui Design Invoice Items created in Proj:Task Management by Shamme Zeba', 1),
+(8173, 61, 'Task:ui Design Invoice Items created in Proj:Task Management by Shamme Zeba', 1),
+(8174, 17, 'Task:ui Design Invoice Items created in Proj:Task Management by Shamme Zeba', 1),
+(8175, 2, 'A comment added in Task:observing HR software of Proj:HRM Software by Anannaya Saha Chandni', 0),
+(8176, 23, 'A comment added in Task:observing HR software of Proj:HRM Software by Anannaya Saha Chandni', 1),
+(8177, 39, 'A comment added in Task:observing HR software of Proj:HRM Software by Anannaya Saha Chandni', 1),
+(8178, 61, 'A comment added in Task:observing HR software of Proj:HRM Software by Anannaya Saha Chandni', 1),
+(8179, 1117, 'A comment added in Task:observing HR software of Proj:HRM Software by Anannaya Saha Chandni', 1),
+(8180, 2, 'A comment added in Task:observing HR software of Proj:HRM Software by Anannaya Saha Chandni', 0),
+(8181, 23, 'A comment added in Task:observing HR software of Proj:HRM Software by Anannaya Saha Chandni', 1),
+(8182, 39, 'A comment added in Task:observing HR software of Proj:HRM Software by Anannaya Saha Chandni', 1),
+(8183, 61, 'A comment added in Task:observing HR software of Proj:HRM Software by Anannaya Saha Chandni', 1),
+(8184, 1117, 'A comment added in Task:observing HR software of Proj:HRM Software by Anannaya Saha Chandni', 1),
+(8185, 2, 'A comment added in Task:observing HR software of Proj:HRM Software by Anannaya Saha Chandni', 0),
+(8186, 23, 'A comment added in Task:observing HR software of Proj:HRM Software by Anannaya Saha Chandni', 1),
+(8187, 39, 'A comment added in Task:observing HR software of Proj:HRM Software by Anannaya Saha Chandni', 1),
+(8188, 61, 'A comment added in Task:observing HR software of Proj:HRM Software by Anannaya Saha Chandni', 1),
+(8189, 1117, 'A comment added in Task:observing HR software of Proj:HRM Software by Anannaya Saha Chandni', 1),
+(8190, 2, 'A comment added in Task:observing HR software of Proj:HRM Software by Anannaya Saha Chandni', 0),
+(8191, 23, 'A comment added in Task:observing HR software of Proj:HRM Software by Anannaya Saha Chandni', 1),
+(8192, 39, 'A comment added in Task:observing HR software of Proj:HRM Software by Anannaya Saha Chandni', 1),
+(8193, 61, 'A comment added in Task:observing HR software of Proj:HRM Software by Anannaya Saha Chandni', 1),
+(8194, 1117, 'A comment added in Task:observing HR software of Proj:HRM Software by Anannaya Saha Chandni', 1),
+(8195, 2, 'A comment added in Task:observing HR software of Proj:HRM Software by Anannaya Saha Chandni', 0),
+(8196, 23, 'A comment added in Task:observing HR software of Proj:HRM Software by Anannaya Saha Chandni', 1),
+(8197, 39, 'A comment added in Task:observing HR software of Proj:HRM Software by Anannaya Saha Chandni', 1),
+(8198, 61, 'A comment added in Task:observing HR software of Proj:HRM Software by Anannaya Saha Chandni', 1),
+(8199, 1117, 'A comment added in Task:observing HR software of Proj:HRM Software by Anannaya Saha Chandni', 1),
+(8200, 23, 'Shamme Zeba assigned in Task:ui Design Invoice Items of Proj:Task Management by admin', 1),
+(8201, 39, 'Shamme Zeba assigned in Task:ui Design Invoice Items of Proj:Task Management by admin', 1),
+(8202, 61, 'Shamme Zeba assigned in Task:ui Design Invoice Items of Proj:Task Management by admin', 1),
+(8203, 36, 'You assigned in Task:ui Design Invoice Items of Proj:Task Management by admin', 1),
+(8204, 23, 'Task:Visit Uttara  created in Proj:My Task by admin', 1),
+(8205, 39, 'Task:Visit Uttara  created in Proj:My Task by admin', 1),
+(8206, 61, 'Task:Visit Uttara  created in Proj:My Task by admin', 1),
+(8207, 23, 'Task:Visit Uttara  created in Proj:My Task by admin', 1),
+(8208, 23, 'Task:Studypress Medical Sabuj Assignment created in Proj:My Task by admin', 1),
+(8209, 39, 'Task:Studypress Medical Sabuj Assignment created in Proj:My Task by admin', 1),
+(8210, 61, 'Task:Studypress Medical Sabuj Assignment created in Proj:My Task by admin', 1),
+(8211, 23, 'Task:Studypress Medical Sabuj Assignment created in Proj:My Task by admin', 1),
+(8212, 23, 'Task:Studypress Habu Assignment BB created in Proj:My Task by admin', 1),
+(8213, 39, 'Task:Studypress Habu Assignment BB created in Proj:My Task by admin', 1),
+(8214, 61, 'Task:Studypress Habu Assignment BB created in Proj:My Task by admin', 1),
+(8215, 23, 'Task:Studypress Habu Assignment BB created in Proj:My Task by admin', 1),
+(8216, 23, 'Task:Studypress News  created in Proj:My Task by admin', 1),
+(8217, 39, 'Task:Studypress News  created in Proj:My Task by admin', 1),
+(8218, 61, 'Task:Studypress News  created in Proj:My Task by admin', 1),
+(8219, 23, 'Task:Studypress News  created in Proj:My Task by admin', 1),
+(8220, 23, 'Task:Zeba Mobile Apps Check created in Proj:My Task by admin', 1),
+(8221, 39, 'Task:Zeba Mobile Apps Check created in Proj:My Task by admin', 1),
+(8222, 61, 'Task:Zeba Mobile Apps Check created in Proj:My Task by admin', 1),
+(8223, 23, 'Task:Zeba Mobile Apps Check created in Proj:My Task by admin', 1),
+(8224, 23, 'Task:Office Management Check created in Proj:My Task by admin', 1),
+(8225, 39, 'Task:Office Management Check created in Proj:My Task by admin', 1),
+(8226, 61, 'Task:Office Management Check created in Proj:My Task by admin', 1),
+(8227, 23, 'Task:Office Management Check created in Proj:My Task by admin', 1),
+(8228, 23, 'Task:.NET Job created in Proj:My Task by admin', 1),
+(8229, 39, 'Task:.NET Job created in Proj:My Task by admin', 1),
+(8230, 61, 'Task:.NET Job created in Proj:My Task by admin', 1),
+(8231, 23, 'Task:.NET Job created in Proj:My Task by admin', 1),
+(8232, 2, 'Task:UI DESIGN Invoice report created in Proj:Task Management by Shamme Zeba', 0),
+(8233, 23, 'Task:UI DESIGN Invoice report created in Proj:Task Management by Shamme Zeba', 1),
+(8234, 39, 'Task:UI DESIGN Invoice report created in Proj:Task Management by Shamme Zeba', 1),
+(8235, 61, 'Task:UI DESIGN Invoice report created in Proj:Task Management by Shamme Zeba', 1),
+(8236, 17, 'Task:UI DESIGN Invoice report created in Proj:Task Management by Shamme Zeba', 1),
+(8237, 2, 'Task:Invoice Item calculation created in Proj:Task Management by Shamme Zeba', 0),
+(8238, 23, 'Task:Invoice Item calculation created in Proj:Task Management by Shamme Zeba', 1),
+(8239, 39, 'Task:Invoice Item calculation created in Proj:Task Management by Shamme Zeba', 1),
+(8240, 61, 'Task:Invoice Item calculation created in Proj:Task Management by Shamme Zeba', 1),
+(8241, 17, 'Task:Invoice Item calculation created in Proj:Task Management by Shamme Zeba', 1),
+(8242, 2, 'Task:Calendar Event implementation created in Proj:Task Management by Shamme Zeba', 0),
+(8243, 23, 'Task:Calendar Event implementation created in Proj:Task Management by Shamme Zeba', 1),
+(8244, 39, 'Task:Calendar Event implementation created in Proj:Task Management by Shamme Zeba', 1),
+(8245, 61, 'Task:Calendar Event implementation created in Proj:Task Management by Shamme Zeba', 1),
+(8246, 17, 'Task:Calendar Event implementation created in Proj:Task Management by Shamme Zeba', 1),
+(8247, 2, 'Task:Todo List Add created in Proj:Task Management by Shamme Zeba', 0),
+(8248, 23, 'Task:Todo List Add created in Proj:Task Management by Shamme Zeba', 1),
+(8249, 39, 'Task:Todo List Add created in Proj:Task Management by Shamme Zeba', 1),
+(8250, 61, 'Task:Todo List Add created in Proj:Task Management by Shamme Zeba', 1),
+(8251, 17, 'Task:Todo List Add created in Proj:Task Management by Shamme Zeba', 1),
+(8252, 2, 'File:document_12_04_18_04_04_21_oo.jpg added in Proj:Studypress Upgradation by Md. Jowel', 0),
+(8253, 23, 'File:document_12_04_18_04_04_21_oo.jpg added in Proj:Studypress Upgradation by Md. Jowel', 1),
+(8254, 39, 'File:document_12_04_18_04_04_21_oo.jpg added in Proj:Studypress Upgradation by Md. Jowel', 1),
+(8255, 2, 'File:document_16_04_18_07_04_35_Desert.jpg added in Proj:Studypress Upgradation by Md. Jowel', 0),
+(8256, 61, 'File:document_12_04_18_04_04_21_oo.jpg added in Proj:Studypress Upgradation by Md. Jowel', 1),
+(8257, 23, 'File:document_16_04_18_07_04_35_Desert.jpg added in Proj:Studypress Upgradation by Md. Jowel', 1),
+(8258, 111, 'File:document_12_04_18_04_04_21_oo.jpg added in Proj:Studypress Upgradation by Md. Jowel', 0),
+(8259, 39, 'File:document_16_04_18_07_04_35_Desert.jpg added in Proj:Studypress Upgradation by Md. Jowel', 1),
+(8260, 44, 'File:document_12_04_18_04_04_21_oo.jpg added in Proj:Studypress Upgradation by Md. Jowel', 1),
+(8261, 61, 'File:document_16_04_18_07_04_35_Desert.jpg added in Proj:Studypress Upgradation by Md. Jowel', 1),
+(8262, 28, 'File:document_12_04_18_04_04_21_oo.jpg added in Proj:Studypress Upgradation by Md. Jowel', 1),
+(8263, 111, 'File:document_16_04_18_07_04_35_Desert.jpg added in Proj:Studypress Upgradation by Md. Jowel', 0),
+(8264, 95, 'File:document_12_04_18_04_04_21_oo.jpg added in Proj:Studypress Upgradation by Md. Jowel', 1),
+(8265, 44, 'File:document_16_04_18_07_04_35_Desert.jpg added in Proj:Studypress Upgradation by Md. Jowel', 1),
+(8266, 28, 'File:document_16_04_18_07_04_35_Desert.jpg added in Proj:Studypress Upgradation by Md. Jowel', 1),
+(8267, 95, 'File:document_16_04_18_07_04_35_Desert.jpg added in Proj:Studypress Upgradation by Md. Jowel', 1),
+(8268, 2, 'File:document_16_04_18_07_04_35_Penguins.jpg added in Proj:Studypress Upgradation by Md. Jowel', 0),
+(8269, 23, 'File:document_16_04_18_07_04_35_Penguins.jpg added in Proj:Studypress Upgradation by Md. Jowel', 1),
+(8270, 39, 'File:document_16_04_18_07_04_35_Penguins.jpg added in Proj:Studypress Upgradation by Md. Jowel', 1),
+(8271, 61, 'File:document_16_04_18_07_04_35_Penguins.jpg added in Proj:Studypress Upgradation by Md. Jowel', 1),
+(8272, 111, 'File:document_16_04_18_07_04_35_Penguins.jpg added in Proj:Studypress Upgradation by Md. Jowel', 0),
+(8273, 44, 'File:document_16_04_18_07_04_35_Penguins.jpg added in Proj:Studypress Upgradation by Md. Jowel', 1),
+(8274, 28, 'File:document_16_04_18_07_04_35_Penguins.jpg added in Proj:Studypress Upgradation by Md. Jowel', 1),
+(8275, 95, 'File:document_16_04_18_07_04_35_Penguins.jpg added in Proj:Studypress Upgradation by Md. Jowel', 1),
+(8276, 2, 'File:document_12_04_18_04_04_21_oo.jpg removed from Proj:Studypress Upgradation by Md. Jowel', 0),
+(8277, 23, 'File:document_12_04_18_04_04_21_oo.jpg removed from Proj:Studypress Upgradation by Md. Jowel', 1),
+(8278, 39, 'File:document_12_04_18_04_04_21_oo.jpg removed from Proj:Studypress Upgradation by Md. Jowel', 1),
+(8279, 61, 'File:document_12_04_18_04_04_21_oo.jpg removed from Proj:Studypress Upgradation by Md. Jowel', 1),
+(8280, 111, 'File:document_12_04_18_04_04_21_oo.jpg removed from Proj:Studypress Upgradation by Md. Jowel', 0),
+(8281, 44, 'File:document_12_04_18_04_04_21_oo.jpg removed from Proj:Studypress Upgradation by Md. Jowel', 1),
+(8282, 28, 'File:document_12_04_18_04_04_21_oo.jpg removed from Proj:Studypress Upgradation by Md. Jowel', 1),
+(8283, 95, 'File:document_12_04_18_04_04_21_oo.jpg removed from Proj:Studypress Upgradation by Md. Jowel', 1),
+(8284, 2, 'Lutfullahil Kabir Ashik lost PM position from Proj:Student Management App by admin', 1),
+(8285, 2, 'Helal Mohammad lost PM position from Proj:Student Management App by admin', 1),
+(8286, 23, 'Lutfullahil Kabir Ashik lost PM position from Proj:Student Management App by admin', 1),
+(8287, 2, 'Md. Jowel lost PM position from Proj:Student Management App by admin', 1),
+(8288, 2, 'Hadiur Rahman assigned as a PM in Proj:Student Management App by admin', 1),
+(8289, 23, 'Helal Mohammad lost PM position from Proj:Student Management App by admin', 1),
+(8290, 23, 'Md. Jowel lost PM position from Proj:Student Management App by admin', 1),
+(8291, 39, 'Lutfullahil Kabir Ashik lost PM position from Proj:Student Management App by admin', 1),
+(8292, 23, 'Hadiur Rahman assigned as a PM in Proj:Student Management App by admin', 1),
+(8293, 39, 'Helal Mohammad lost PM position from Proj:Student Management App by admin', 1),
+(8294, 39, 'Hadiur Rahman assigned as a PM in Proj:Student Management App by admin', 1),
+(8295, 39, 'Md. Jowel lost PM position from Proj:Student Management App by admin', 1),
+(8296, 61, 'Lutfullahil Kabir Ashik lost PM position from Proj:Student Management App by admin', 1),
+(8297, 61, 'Helal Mohammad lost PM position from Proj:Student Management App by admin', 1),
+(8298, 111, 'Lutfullahil Kabir Ashik lost PM position from Proj:Student Management App by admin', 0),
+(8299, 61, 'Md. Jowel lost PM position from Proj:Student Management App by admin', 1),
+(8300, 61, 'Hadiur Rahman assigned as a PM in Proj:Student Management App by admin', 1),
+(8301, 111, 'Helal Mohammad lost PM position from Proj:Student Management App by admin', 0),
+(8302, 111, 'Hadiur Rahman assigned as a PM in Proj:Student Management App by admin', 0),
+(8303, 111, 'Md. Jowel lost PM position from Proj:Student Management App by admin', 0),
+(8304, 123, 'Lutfullahil Kabir Ashik lost PM position from Proj:Student Management App by admin', 1),
+(8305, 123, 'Helal Mohammad lost PM position from Proj:Student Management App by admin', 1),
+(8306, 123, 'Hadiur Rahman assigned as a PM in Proj:Student Management App by admin', 1),
+(8307, 123, 'Md. Jowel lost PM position from Proj:Student Management App by admin', 1),
+(8308, 77, 'Lutfullahil Kabir Ashik lost PM position from Proj:Student Management App by admin', 1),
+(8309, 77, 'Helal Mohammad lost PM position from Proj:Student Management App by admin', 1),
+(8310, 23, 'Lutfullahil Kabir Ashik lost PM position from Proj:Student Management App by admin', 1),
+(8311, 77, 'Hadiur Rahman assigned as a PM in Proj:Student Management App by admin', 1),
+(8312, 77, 'Md. Jowel lost PM position from Proj:Student Management App by admin', 1),
+(8313, 23, 'Helal Mohammad lost PM position from Proj:Student Management App by admin', 1),
+(8314, 23, 'Md. Jowel lost PM position from Proj:Student Management App by admin', 1),
+(8315, 105, 'Lutfullahil Kabir Ashik lost PM position from Proj:Student Management App by admin', 1),
+(8316, 23, 'Hadiur Rahman assigned as a PM in Proj:Student Management App by admin', 1),
+(8317, 105, 'Helal Mohammad lost PM position from Proj:Student Management App by admin', 1),
+(8318, 111, 'Lutfullahil Kabir Ashik lost PM position from Proj:Student Management App by admin', 0),
+(8319, 105, 'Hadiur Rahman assigned as a PM in Proj:Student Management App by admin', 1),
+(8320, 105, 'Md. Jowel lost PM position from Proj:Student Management App by admin', 1),
+(8321, 111, 'Helal Mohammad lost PM position from Proj:Student Management App by admin', 0),
+(8322, 111, 'Md. Jowel lost PM position from Proj:Student Management App by admin', 0),
+(8323, 111, 'Hadiur Rahman assigned as a PM in Proj:Student Management App by admin', 0),
+(8324, 2, 'A comment added in Task:Grade-A of Proj:Student Management App by Md. Jowel', 1),
+(8325, 23, 'A comment added in Task:Grade-A of Proj:Student Management App by Md. Jowel', 1),
+(8326, 39, 'A comment added in Task:Grade-A of Proj:Student Management App by Md. Jowel', 1),
+(8327, 61, 'A comment added in Task:Grade-A of Proj:Student Management App by Md. Jowel', 1),
+(8328, 123, 'A comment added in Task:Grade-A of Proj:Student Management App by Md. Jowel', 1),
+(8329, 111, 'A comment added in Task:Grade-A of Proj:Student Management App by Md. Jowel', 0),
+(8330, 1122, 'A comment added in Task:Grade-A of Proj:Student Management App by Md. Jowel', 1),
+(8331, 2, 'A comment added in Task:Grade-A of Proj:Student Management App by Md. Jowel', 1),
+(8332, 23, 'A comment added in Task:Grade-A of Proj:Student Management App by Md. Jowel', 1),
+(8333, 39, 'A comment added in Task:Grade-A of Proj:Student Management App by Md. Jowel', 1),
+(8334, 61, 'A comment added in Task:Grade-A of Proj:Student Management App by Md. Jowel', 1),
+(8335, 123, 'A comment added in Task:Grade-A of Proj:Student Management App by Md. Jowel', 1),
+(8336, 111, 'A comment added in Task:Grade-A of Proj:Student Management App by Md. Jowel', 0),
+(8337, 1122, 'A comment added in Task:Grade-A of Proj:Student Management App by Md. Jowel', 1),
+(8338, 2, 'A comment added in Task:Grade-A of Proj:Student Management App by Md. Jowel', 1),
+(8339, 23, 'A comment added in Task:Grade-A of Proj:Student Management App by Md. Jowel', 1),
+(8340, 39, 'A comment added in Task:Grade-A of Proj:Student Management App by Md. Jowel', 1),
+(8341, 61, 'A comment added in Task:Grade-A of Proj:Student Management App by Md. Jowel', 1),
+(8342, 123, 'A comment added in Task:Grade-A of Proj:Student Management App by Md. Jowel', 1),
+(8343, 111, 'A comment added in Task:Grade-A of Proj:Student Management App by Md. Jowel', 0),
+(8344, 1122, 'A comment added in Task:Grade-A of Proj:Student Management App by Md. Jowel', 1),
+(8345, 2, 'Task:Tesdfle dk glkdsklg kdlgp;fd removed from Proj:Demo Projects by Md. Jowel', 1),
+(8346, 23, 'Task:Tesdfle dk glkdsklg kdlgp;fd removed from Proj:Demo Projects by Md. Jowel', 1),
+(8347, 39, 'Task:Tesdfle dk glkdsklg kdlgp;fd removed from Proj:Demo Projects by Md. Jowel', 1),
+(8348, 61, 'Task:Tesdfle dk glkdsklg kdlgp;fd removed from Proj:Demo Projects by Md. Jowel', 1),
+(8349, 18, 'Task:Tesdfle dk glkdsklg kdlgp;fd removed from Proj:Demo Projects by Md. Jowel', 1),
+(8350, 25, 'Task:Tesdfle dk glkdsklg kdlgp;fd removed from Proj:Demo Projects by Md. Jowel', 1),
+(8351, 41, 'Task:Tesdfle dk glkdsklg kdlgp;fd removed from Proj:Demo Projects by Md. Jowel', 1),
+(8352, 2, 'Task:Grade-A removed from Proj:Student Management App by Md. Jowel', 1),
+(8353, 23, 'Task:Grade-A removed from Proj:Student Management App by Md. Jowel', 1),
+(8354, 39, 'Task:Grade-A removed from Proj:Student Management App by Md. Jowel', 1),
+(8355, 61, 'Task:Grade-A removed from Proj:Student Management App by Md. Jowel', 1),
+(8356, 77, 'Task:Grade-A removed from Proj:Student Management App by Md. Jowel', 1),
+(8357, 23, 'Task:Grade-A removed from Proj:Student Management App by Md. Jowel', 1),
+(8358, 105, 'Task:Grade-A removed from Proj:Student Management App by Md. Jowel', 1),
+(8359, 111, 'Task:Grade-A removed from Proj:Student Management App by Md. Jowel', 0),
+(8360, 2, 'revinr assigned as a PM in Proj:Design & Demo by Md. Jowel', 1),
+(8361, 23, 'revinr assigned as a PM in Proj:Design & Demo by Md. Jowel', 1),
+(8362, 39, 'revinr assigned as a PM in Proj:Design & Demo by Md. Jowel', 1),
+(8363, 61, 'revinr assigned as a PM in Proj:Design & Demo by Md. Jowel', 1),
+(8364, 111, 'revinr assigned as a PM in Proj:Design & Demo by Md. Jowel', 0),
+(8365, 28, 'revinr assigned as a PM in Proj:Design & Demo by Md. Jowel', 1),
+(8366, 30, 'revinr assigned as a PM in Proj:Design & Demo by Md. Jowel', 1),
+(8367, 17, 'revinr assigned as a PM in Proj:Design & Demo by Md. Jowel', 1);
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `password_resets`
+--
+
+CREATE TABLE `password_resets` (
+  `email` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
+  `token` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
+  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
+
+--
+-- Dumping data for table `password_resets`
+--
+
+INSERT INTO `password_resets` (`email`, `token`, `created_at`) VALUES
+('sharifcvu@gmail.com', 'a80fda7a89b2ddcb018e22cddd1acb2574132aab57cea2701690b09e7c3e836b', '2016-08-08 10:05:17'),
+('shumon.shahadat@revinr.com', 'e05cd4cee94d796a409233a861a20f37cf85bc59b0b141e08b158b2563291aca', '2016-08-25 14:28:15');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `payroll_heads`
+--
+
+CREATE TABLE `payroll_heads` (
+  `id` int(11) NOT NULL,
+  `name` varchar(255) DEFAULT NULL,
+  `status` tinyint(4) DEFAULT NULL,
+  `added_by` tinyint(4) DEFAULT NULL,
+  `updated_by` tinyint(4) DEFAULT NULL,
+  `created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
+  `updated_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
+  `deleted_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+--
+-- Dumping data for table `payroll_heads`
+--
+
+INSERT INTO `payroll_heads` (`id`, `name`, `status`, `added_by`, `updated_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
+(1, 'Basic Salary', 1, 111, 111, '2018-08-01 06:48:12', '2018-08-01 06:48:37', '2018-08-01 12:48:12'),
+(2, 'House Rent', 1, 111, NULL, '2018-08-01 06:49:04', '2018-08-01 06:49:04', '2018-08-01 12:49:04'),
+(3, 'T/A - D/A', 1, 111, NULL, '2018-08-01 06:49:35', '2018-08-01 06:49:35', '2018-08-01 12:49:35'),
+(5, 'Medical', 1, 111, NULL, '2018-08-01 06:50:16', '2018-08-01 06:50:16', '2018-08-01 12:50:16'),
+(6, 'Mobile Bill', 1, 111, NULL, '2018-08-01 06:50:31', '2018-08-01 06:50:31', '2018-08-01 12:50:31'),
+(8, 'Bonus', 1, 111, NULL, '2018-08-01 06:51:24', '2018-08-01 06:51:24', '2018-08-01 12:51:24'),
+(9, 'Provident Fund', 1, 111, NULL, '2018-08-07 03:36:00', '2018-08-07 03:36:00', '2018-08-07 09:36:00');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `payroll_history`
+--
+
+CREATE TABLE `payroll_history` (
+  `id` int(11) NOT NULL,
+  `employee_id` tinyint(4) DEFAULT NULL,
+  `date` date DEFAULT NULL,
+  `gross_amount` double DEFAULT NULL,
+  `paid_amount` double DEFAULT NULL,
+  `status` tinyint(4) DEFAULT NULL,
+  `added_by` tinyint(4) DEFAULT NULL,
+  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
+  `updated_at` timestamp NULL DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+--
+-- Dumping data for table `payroll_history`
+--
+
+INSERT INTO `payroll_history` (`id`, `employee_id`, `date`, `gross_amount`, `paid_amount`, `status`, `added_by`, `created_at`, `updated_at`) VALUES
+(15, 4, '2018-08-09', 56500, 56500, 1, 2, '2018-08-09 01:18:21', '2018-09-10 01:18:37'),
+(16, 5, '2018-08-09', 30500, NULL, 1, 2, '2018-08-09 01:18:21', '2018-08-09 01:18:21'),
+(17, 6, '2018-08-09', 23500, 23500, 1, 2, '2018-08-09 01:18:21', '2018-11-25 01:02:09'),
+(18, 4, '2018-09-10', 56500, 56500, 1, 111, '2018-09-10 01:16:03', '2018-09-10 01:19:57'),
+(19, 6, '2018-09-10', 23500, 23500, 1, 111, '2018-09-10 01:16:04', '2018-11-25 01:02:09'),
+(20, 4, '2018-09-10', 56500, 56500, 1, 111, '2018-09-10 04:09:16', '2018-09-10 04:09:57'),
+(21, 6, '2018-09-10', 23500, 23500, 1, 111, '2018-09-10 04:09:17', '2018-11-07 23:18:53'),
+(22, 6, '2018-11-07', 53000, 53000, 1, 111, '2018-11-07 06:29:40', '2018-11-07 23:18:53'),
+(23, 6, '2018-11-25', 53000, NULL, 1, 111, '2018-11-25 01:06:31', '2018-11-25 01:06:31'),
+(24, 7, '2018-11-25', 0, NULL, 1, 111, '2018-11-25 01:06:32', '2018-11-25 01:06:32'),
+(25, 8, '2018-11-25', 0, NULL, 1, 111, '2018-11-25 01:06:32', '2018-11-25 01:06:32'),
+(26, 9, '2018-11-25', 0, NULL, 1, 111, '2018-11-25 01:06:32', '2018-11-25 01:06:32'),
+(27, 6, '2018-11-25', 53000, NULL, 1, 111, '2018-11-25 01:11:34', '2018-11-25 01:11:34'),
+(28, 7, '2018-11-25', 0, NULL, 1, 111, '2018-11-25 01:11:35', '2018-11-25 01:11:35'),
+(29, 8, '2018-11-25', 0, NULL, 1, 111, '2018-11-25 01:11:35', '2018-11-25 01:11:35'),
+(30, 9, '2018-11-25', 0, NULL, 1, 111, '2018-11-25 01:11:35', '2018-11-25 01:11:35'),
+(31, 6, '2018-11-25', 53000, NULL, 1, 111, '2018-11-25 02:15:22', '2018-11-25 02:15:22'),
+(32, 7, '2018-11-25', 23500, 23500, 1, 111, '2018-11-25 02:15:22', '2018-11-25 02:15:46'),
+(33, 8, '2018-11-25', 50800, NULL, 1, 111, '2018-11-25 02:15:22', '2018-11-25 02:15:22'),
+(34, 9, '2018-11-25', 50800, NULL, 1, 111, '2018-11-25 02:15:22', '2018-11-25 02:15:22');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `payroll_history_details`
+--
+
+CREATE TABLE `payroll_history_details` (
+  `id` int(11) NOT NULL,
+  `ph_id` tinyint(4) DEFAULT NULL,
+  `head_id` tinyint(4) DEFAULT NULL,
+  `amount` double DEFAULT NULL,
+  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
+  `updated_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+--
+-- Dumping data for table `payroll_history_details`
+--
+
+INSERT INTO `payroll_history_details` (`id`, `ph_id`, `head_id`, `amount`, `created_at`, `updated_at`) VALUES
+(39, 15, 1, 30000, '2018-08-09 01:18:21', '2018-08-09 01:18:21'),
+(40, 15, 2, 4000, '2018-08-09 01:18:21', '2018-08-09 01:18:21'),
+(41, 15, 3, 2000, '2018-08-09 01:18:21', '2018-08-09 01:18:21'),
+(42, 15, 5, 3000, '2018-08-09 01:18:21', '2018-08-09 01:18:21'),
+(43, 15, 6, 1500, '2018-08-09 01:18:21', '2018-08-09 01:18:21'),
+(44, 15, 8, 12000, '2018-08-09 01:18:21', '2018-08-09 01:18:21'),
+(45, 15, 9, 4000, '2018-08-09 01:18:21', '2018-08-09 01:18:21'),
+(46, 16, 1, 17000, '2018-08-09 01:18:21', '2018-08-09 01:18:21'),
+(47, 16, 8, 6000, '2018-08-09 01:18:21', '2018-08-09 01:18:21'),
+(48, 16, 5, 2000, '2018-08-09 01:18:21', '2018-08-09 01:18:21'),
+(49, 16, 6, 1000, '2018-08-09 01:18:21', '2018-08-09 01:18:21'),
+(50, 16, 3, 1500, '2018-08-09 01:18:21', '2018-08-09 01:18:21'),
+(51, 16, 2, 3000, '2018-08-09 01:18:21', '2018-08-09 01:18:21'),
+(52, 17, 1, 14000, '2018-08-09 01:18:21', '2018-08-09 01:18:21'),
+(53, 17, 8, 4500, '2018-08-09 01:18:22', '2018-08-09 01:18:22'),
+(54, 17, 2, 2500, '2018-08-09 01:18:22', '2018-08-09 01:18:22'),
+(55, 17, 5, 1000, '2018-08-09 01:18:22', '2018-08-09 01:18:22'),
+(56, 17, 6, 500, '2018-08-09 01:18:22', '2018-08-09 01:18:22'),
+(57, 17, 3, 1000, '2018-08-09 01:18:22', '2018-08-09 01:18:22'),
+(58, 18, 1, 30000, '2018-09-10 01:16:04', '2018-09-10 01:16:04'),
+(59, 18, 2, 4000, '2018-09-10 01:16:04', '2018-09-10 01:16:04'),
+(60, 18, 3, 2000, '2018-09-10 01:16:04', '2018-09-10 01:16:04'),
+(61, 18, 5, 3000, '2018-09-10 01:16:04', '2018-09-10 01:16:04'),
+(62, 18, 6, 1500, '2018-09-10 01:16:04', '2018-09-10 01:16:04'),
+(63, 18, 8, 12000, '2018-09-10 01:16:04', '2018-09-10 01:16:04'),
+(64, 18, 9, 4000, '2018-09-10 01:16:04', '2018-09-10 01:16:04'),
+(65, 19, 1, 14000, '2018-09-10 01:16:04', '2018-09-10 01:16:04'),
+(66, 19, 8, 4500, '2018-09-10 01:16:04', '2018-09-10 01:16:04'),
+(67, 19, 2, 2500, '2018-09-10 01:16:04', '2018-09-10 01:16:04'),
+(68, 19, 5, 1000, '2018-09-10 01:16:04', '2018-09-10 01:16:04'),
+(69, 19, 6, 500, '2018-09-10 01:16:04', '2018-09-10 01:16:04'),
+(70, 19, 3, 1000, '2018-09-10 01:16:04', '2018-09-10 01:16:04'),
+(71, 20, 1, 30000, '2018-09-10 04:09:17', '2018-09-10 04:09:17'),
+(72, 20, 2, 4000, '2018-09-10 04:09:17', '2018-09-10 04:09:17'),
+(73, 20, 3, 2000, '2018-09-10 04:09:17', '2018-09-10 04:09:17'),
+(74, 20, 5, 3000, '2018-09-10 04:09:17', '2018-09-10 04:09:17'),
+(75, 20, 6, 1500, '2018-09-10 04:09:17', '2018-09-10 04:09:17'),
+(76, 20, 8, 12000, '2018-09-10 04:09:17', '2018-09-10 04:09:17'),
+(77, 20, 9, 4000, '2018-09-10 04:09:17', '2018-09-10 04:09:17'),
+(78, 21, 1, 14000, '2018-09-10 04:09:17', '2018-09-10 04:09:17'),
+(79, 21, 8, 4500, '2018-09-10 04:09:17', '2018-09-10 04:09:17'),
+(80, 21, 2, 2500, '2018-09-10 04:09:17', '2018-09-10 04:09:17'),
+(81, 21, 5, 1000, '2018-09-10 04:09:17', '2018-09-10 04:09:17'),
+(82, 21, 6, 500, '2018-09-10 04:09:17', '2018-09-10 04:09:17'),
+(83, 21, 3, 1000, '2018-09-10 04:09:18', '2018-09-10 04:09:18'),
+(84, 22, 9, 2000, '2018-11-07 06:29:40', '2018-11-07 06:29:40'),
+(85, 22, 1, 30000, '2018-11-07 06:29:40', '2018-11-07 06:29:40'),
+(86, 22, 2, 8000, '2018-11-07 06:29:40', '2018-11-07 06:29:40'),
+(87, 22, 6, 2000, '2018-11-07 06:29:40', '2018-11-07 06:29:40'),
+(88, 22, 3, 3000, '2018-11-07 06:29:40', '2018-11-07 06:29:40'),
+(89, 22, 5, 3000, '2018-11-07 06:29:40', '2018-11-07 06:29:40'),
+(90, 22, 8, 5000, '2018-11-07 06:29:40', '2018-11-07 06:29:40'),
+(91, 23, 9, 2000, '2018-11-25 01:06:31', '2018-11-25 01:06:31'),
+(92, 23, 1, 30000, '2018-11-25 01:06:31', '2018-11-25 01:06:31'),
+(93, 23, 2, 8000, '2018-11-25 01:06:31', '2018-11-25 01:06:31'),
+(94, 23, 6, 2000, '2018-11-25 01:06:31', '2018-11-25 01:06:31'),
+(95, 23, 3, 3000, '2018-11-25 01:06:31', '2018-11-25 01:06:31'),
+(96, 23, 5, 3000, '2018-11-25 01:06:31', '2018-11-25 01:06:31'),
+(97, 23, 8, 5000, '2018-11-25 01:06:31', '2018-11-25 01:06:31'),
+(98, 27, 9, 2000, '2018-11-25 01:11:34', '2018-11-25 01:11:34'),
+(99, 27, 1, 30000, '2018-11-25 01:11:34', '2018-11-25 01:11:34'),
+(100, 27, 2, 8000, '2018-11-25 01:11:34', '2018-11-25 01:11:34'),
+(101, 27, 6, 2000, '2018-11-25 01:11:35', '2018-11-25 01:11:35'),
+(102, 27, 3, 3000, '2018-11-25 01:11:35', '2018-11-25 01:11:35'),
+(103, 27, 5, 3000, '2018-11-25 01:11:35', '2018-11-25 01:11:35'),
+(104, 27, 8, 5000, '2018-11-25 01:11:35', '2018-11-25 01:11:35'),
+(105, 31, 9, 2000, '2018-11-25 02:15:22', '2018-11-25 02:15:22'),
+(106, 31, 1, 30000, '2018-11-25 02:15:22', '2018-11-25 02:15:22'),
+(107, 31, 2, 8000, '2018-11-25 02:15:22', '2018-11-25 02:15:22'),
+(108, 31, 6, 2000, '2018-11-25 02:15:22', '2018-11-25 02:15:22'),
+(109, 31, 3, 3000, '2018-11-25 02:15:22', '2018-11-25 02:15:22'),
+(110, 31, 5, 3000, '2018-11-25 02:15:22', '2018-11-25 02:15:22'),
+(111, 31, 8, 5000, '2018-11-25 02:15:22', '2018-11-25 02:15:22'),
+(112, 32, 1, 14000, '2018-11-25 02:15:22', '2018-11-25 02:15:22'),
+(113, 32, 8, 4500, '2018-11-25 02:15:22', '2018-11-25 02:15:22'),
+(114, 32, 2, 2500, '2018-11-25 02:15:22', '2018-11-25 02:15:22'),
+(115, 32, 5, 1000, '2018-11-25 02:15:22', '2018-11-25 02:15:22'),
+(116, 32, 6, 500, '2018-11-25 02:15:22', '2018-11-25 02:15:22'),
+(117, 32, 3, 1000, '2018-11-25 02:15:22', '2018-11-25 02:15:22'),
+(118, 33, 9, 2000, '2018-11-25 02:15:22', '2018-11-25 02:15:22'),
+(119, 33, 1, 30000, '2018-11-25 02:15:22', '2018-11-25 02:15:22'),
+(120, 33, 2, 8000, '2018-11-25 02:15:22', '2018-11-25 02:15:22'),
+(121, 33, 6, 2000, '2018-11-25 02:15:22', '2018-11-25 02:15:22'),
+(122, 33, 3, 3000, '2018-11-25 02:15:22', '2018-11-25 02:15:22'),
+(123, 33, 5, 800, '2018-11-25 02:15:22', '2018-11-25 02:15:22'),
+(124, 33, 8, 5000, '2018-11-25 02:15:22', '2018-11-25 02:15:22'),
+(125, 34, 9, 2000, '2018-11-25 02:15:22', '2018-11-25 02:15:22'),
+(126, 34, 1, 30000, '2018-11-25 02:15:23', '2018-11-25 02:15:23'),
+(127, 34, 2, 8000, '2018-11-25 02:15:23', '2018-11-25 02:15:23'),
+(128, 34, 6, 2000, '2018-11-25 02:15:23', '2018-11-25 02:15:23'),
+(129, 34, 3, 3000, '2018-11-25 02:15:23', '2018-11-25 02:15:23'),
+(130, 34, 5, 800, '2018-11-25 02:15:23', '2018-11-25 02:15:23'),
+(131, 34, 8, 5000, '2018-11-25 02:15:23', '2018-11-25 02:15:23');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `payroll_structures`
+--
+
+CREATE TABLE `payroll_structures` (
+  `id` int(11) NOT NULL,
+  `employee_id` tinyint(4) DEFAULT NULL,
+  `grade_id` tinyint(4) DEFAULT NULL,
+  `type` tinyint(4) DEFAULT NULL,
+  `date` date DEFAULT NULL,
+  `added_by` tinyint(4) DEFAULT NULL,
+  `updated_by` tinyint(4) DEFAULT NULL,
+  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
+  `updated_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
+  `deleted_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+--
+-- Dumping data for table `payroll_structures`
+--
+
+INSERT INTO `payroll_structures` (`id`, `employee_id`, `grade_id`, `type`, `date`, `added_by`, `updated_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
+(3, 6, 1, 1, '2018-11-07', 111, 111, '2018-08-07 07:19:29', '2018-11-08 02:31:39', '2018-08-07 13:19:29'),
+(4, 7, 5, 1, '2016-11-15', 111, NULL, '2018-11-08 02:55:26', '2018-11-08 02:55:26', '2018-11-08 08:55:26'),
+(5, 8, 1, 1, '2018-11-09', 111, NULL, '2018-11-08 04:17:58', '2018-11-08 04:17:58', '2018-11-08 10:17:58'),
+(6, 9, 1, 1, '2018-11-07', 111, NULL, '2018-11-08 04:21:40', '2018-11-08 04:21:40', '2018-11-08 10:21:40');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `payroll_structure_details`
+--
+
+CREATE TABLE `payroll_structure_details` (
+  `id` int(11) NOT NULL,
+  `structure_id` tinyint(4) DEFAULT NULL,
+  `head_id` tinyint(4) DEFAULT NULL,
+  `amount` varchar(55) DEFAULT NULL,
+  `added_by` tinyint(4) DEFAULT NULL,
+  `updated_by` tinyint(4) DEFAULT NULL,
+  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
+  `updated_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
+  `deleted_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+--
+-- Dumping data for table `payroll_structure_details`
+--
+
+INSERT INTO `payroll_structure_details` (`id`, `structure_id`, `head_id`, `amount`, `added_by`, `updated_by`, `created_at`, `updated_at`, `deleted_at`) VALUES
+(103, 3, 9, '2000', 111, NULL, '2018-11-07 03:32:12', '2018-11-07 03:32:12', '2018-11-07 09:32:12'),
+(104, 3, 1, '30000', 111, NULL, '2018-11-07 03:32:12', '2018-11-07 03:32:12', '2018-11-07 09:32:12'),
+(105, 3, 2, '8000', 111, NULL, '2018-11-07 03:32:12', '2018-11-07 03:32:12', '2018-11-07 09:32:12'),
+(106, 3, 6, '2000', 111, NULL, '2018-11-07 03:32:12', '2018-11-07 03:32:12', '2018-11-07 09:32:12'),
+(107, 3, 3, '3000', 111, NULL, '2018-11-07 03:32:12', '2018-11-07 03:32:12', '2018-11-07 09:32:12'),
+(108, 3, 5, '3000', 111, NULL, '2018-11-07 03:32:12', '2018-11-07 03:32:12', '2018-11-07 09:32:12'),
+(109, 3, 8, '5000', 111, NULL, '2018-11-07 03:32:12', '2018-11-07 03:32:12', '2018-11-07 09:32:12'),
+(110, 4, 1, '14000', 111, NULL, '2018-11-25 02:14:58', '2018-11-25 02:14:58', '2018-11-25 08:14:58'),
+(111, 4, 8, '4500', 111, NULL, '2018-11-25 02:14:58', '2018-11-25 02:14:58', '2018-11-25 08:14:58'),
+(112, 4, 2, '2500', 111, NULL, '2018-11-25 02:14:59', '2018-11-25 02:14:59', '2018-11-25 08:14:59'),
+(113, 4, 5, '1000', 111, NULL, '2018-11-25 02:14:59', '2018-11-25 02:14:59', '2018-11-25 08:14:59'),
+(114, 4, 6, '500', 111, NULL, '2018-11-25 02:14:59', '2018-11-25 02:14:59', '2018-11-25 08:14:59'),
+(115, 4, 3, '1000', 111, NULL, '2018-11-25 02:14:59', '2018-11-25 02:14:59', '2018-11-25 08:14:59'),
+(116, 5, 9, '2000', 111, NULL, '2018-11-25 02:15:05', '2018-11-25 02:15:05', '2018-11-25 08:15:05'),
+(117, 5, 1, '30000', 111, NULL, '2018-11-25 02:15:05', '2018-11-25 02:15:05', '2018-11-25 08:15:05'),
+(118, 5, 2, '8000', 111, NULL, '2018-11-25 02:15:05', '2018-11-25 02:15:05', '2018-11-25 08:15:05'),
+(119, 5, 6, '2000', 111, NULL, '2018-11-25 02:15:05', '2018-11-25 02:15:05', '2018-11-25 08:15:05'),
+(120, 5, 3, '3000', 111, NULL, '2018-11-25 02:15:05', '2018-11-25 02:15:05', '2018-11-25 08:15:05'),
+(121, 5, 5, '800', 111, NULL, '2018-11-25 02:15:05', '2018-11-25 02:15:05', '2018-11-25 08:15:05'),
+(122, 5, 8, '5000', 111, NULL, '2018-11-25 02:15:05', '2018-11-25 02:15:05', '2018-11-25 08:15:05'),
+(123, 6, 9, '2000', 111, NULL, '2018-11-25 02:15:11', '2018-11-25 02:15:11', '2018-11-25 08:15:11'),
+(124, 6, 1, '30000', 111, NULL, '2018-11-25 02:15:11', '2018-11-25 02:15:11', '2018-11-25 08:15:11'),
+(125, 6, 2, '8000', 111, NULL, '2018-11-25 02:15:11', '2018-11-25 02:15:11', '2018-11-25 08:15:11'),
+(126, 6, 6, '2000', 111, NULL, '2018-11-25 02:15:11', '2018-11-25 02:15:11', '2018-11-25 08:15:11'),
+(127, 6, 3, '3000', 111, NULL, '2018-11-25 02:15:11', '2018-11-25 02:15:11', '2018-11-25 08:15:11'),
+(128, 6, 5, '800', 111, NULL, '2018-11-25 02:15:11', '2018-11-25 02:15:11', '2018-11-25 08:15:11'),
+(129, 6, 8, '5000', 111, NULL, '2018-11-25 02:15:11', '2018-11-25 02:15:11', '2018-11-25 08:15:11');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `payroll_transection`
+--
+
+CREATE TABLE `payroll_transection` (
+  `id` int(11) NOT NULL,
+  `journal_id` int(11) DEFAULT NULL,
+  `ph_id` int(11) DEFAULT NULL,
+  `date` date DEFAULT NULL,
+  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
+  `updated_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+
+--
+-- Dumping data for table `payroll_transection`
+--
+
+INSERT INTO `payroll_transection` (`id`, `journal_id`, `ph_id`, `date`, `created_at`, `updated_at`) VALUES
+(19, 431, 15, '2018-08-09', '2018-08-09 01:18:59', '2018-08-09 01:18:59'),
+(20, 432, 18, '2018-09-10', '2018-09-10 01:18:37', '2018-09-10 01:18:37'),
+(21, 433, 15, '2018-09-10', '2018-09-10 01:18:37', '2018-09-10 01:18:37'),
+(22, 434, 18, '2018-09-10', '2018-09-10 01:19:57', '2018-09-10 01:19:57'),
+(23, 435, 19, '2018-09-10', '2018-09-10 02:16:09', '2018-09-10 02:16:09'),
+(24, 436, 17, '2018-09-10', '2018-09-10 02:16:10', '2018-09-10 02:16:10'),
+(25, 437, 20, '2018-09-10', '2018-09-10 04:09:57', '2018-09-10 04:09:57'),
+(26, 438, 22, '2018-11-08', '2018-11-07 23:18:53', '2018-11-07 23:18:53'),
+(27, 439, 21, '2018-11-08', '2018-11-07 23:18:54', '2018-11-07 23:18:54'),
+(28, 440, 19, '2018-11-08', '2018-11-07 23:18:54', '2018-11-07 23:18:54'),
+(29, 441, 17, '2018-11-08', '2018-11-07 23:18:54', '2018-11-07 23:18:54'),
+(30, 442, 19, '2018-11-25', '2018-11-25 01:02:09', '2018-11-25 01:02:09'),
+(31, 443, 17, '2018-11-25', '2018-11-25 01:02:09', '2018-11-25 01:02:09'),
+(32, 444, 32, '2018-11-25', '2018-11-25 02:15:46', '2018-11-25 02:15:46');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `permissions`
+--
+
+CREATE TABLE `permissions` (
+  `id` int(10) UNSIGNED NOT NULL,
+  `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
+  `display_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `description` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `created_at` timestamp NULL DEFAULT NULL,
+  `updated_at` timestamp NULL DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
+
+--
+-- Dumping data for table `permissions`
+--
+
+INSERT INTO `permissions` (`id`, `name`, `display_name`, `description`, `created_at`, `updated_at`) VALUES
+(1, 'user_add', 'User Add', NULL, '2018-04-17 03:30:47', '2018-04-18 01:08:47'),
+(3, 'user', 'User Management', NULL, '2018-04-17 05:38:28', '2018-04-17 05:38:28'),
+(4, 'user_edit', 'User Edit', NULL, '2018-04-18 01:03:35', '2018-04-18 01:03:35');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `permission_role`
+--
+
+CREATE TABLE `permission_role` (
+  `permission_id` int(10) UNSIGNED NOT NULL,
+  `role_id` int(10) UNSIGNED NOT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
+
+--
+-- Dumping data for table `permission_role`
+--
+
+INSERT INTO `permission_role` (`permission_id`, `role_id`) VALUES
+(1, 1),
+(3, 1),
+(4, 1),
+(1, 6),
+(3, 6);
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `project`
+--
+
+CREATE TABLE `project` (
+  `id` int(11) NOT NULL,
+  `name` varchar(150) NOT NULL,
+  `client_id` int(11) NOT NULL,
+  `is_active` tinyint(4) NOT NULL DEFAULT '1',
+  `description` text NOT NULL,
+  `type` int(11) NOT NULL,
+  `office_id` int(11) DEFAULT '1',
+  `created_by` int(11) NOT NULL,
+  `created_time` datetime NOT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=latin1;
+
+--
+-- Dumping data for table `project`
+--
+
+INSERT INTO `project` (`id`, `name`, `client_id`, `is_active`, `description`, `type`, `office_id`, `created_by`, `created_time`) VALUES
+(14, 'revinr website', 17, 0, 'revinr website completion', 0, 1, 2, '2016-08-05 15:29:46'),
+(15, 'HRM', 17, 0, 'HRM for nuvista', 0, 1, 2, '2016-08-05 15:38:07'),
+(16, 'StudyPress News', 17, 0, 'News add', 0, 1, 2, '2016-08-05 16:40:22'),
+(17, 'Robin & Razu', 24, 0, 'Finance and accounting website', 0, 1, 2, '2016-08-05 16:53:37'),
+(18, 'Inspire building', 24, 0, 'www.inspirebuilding.com.au', 0, 1, 2, '2016-08-05 17:32:59'),
+(19, 'Task Management', 17, 0, 'Task Management', 0, 1, 2, '2016-08-05 17:42:12'),
+(20, 'StudyPress Bug', 17, 0, 'studypress bugs will be noted here', 0, 1, 23, '2016-08-05 17:45:36'),
+(21, 'WordPress Theming', 17, 0, 'Everything for wedding', 0, 1, 23, '2016-08-05 17:54:32'),
+(22, 'Revinr', 17, 0, 'Sabuj Task for Management & Individual', 0, 1, 2, '2016-08-08 14:08:47'),
+(23, 'Handbl', 17, 0, 'Make a demo for hasan & brothers', 0, 1, 2, '2016-08-08 15:39:17'),
+(24, 'IT Impress', 24, 0, 'ItImpress website', 0, 1, 2, '2016-08-11 11:48:41'),
+(25, 'Ecommerce-Samsung', 24, 0, 'I need to develop a website  who selling Apple & Samsung  products & accessories .\r\nPlease use the following theme to setup the website with Apple & Samsung product categories .\r\n \r\nhttp://demos.templatemela.com/woo/WCM01/WCM010013/WP2/\r\n \r\nId : kmeera\r\npw: Westmead@@@123', 0, 1, 2, '2016-08-16 01:57:13'),
+(26, 'K7-RealEstate', 24, 0, 'I need to develop Real-estate Website\r\nI hope we developed some real estate website then the client stop in the middle by using the following theme .\r\n.\r\nPlease use the following theme: \r\nhttps://themeforest.net/item/mega-shop-woocommerce-responsive-theme/7488456\r\nId : kmeera\r\npw: Westmead@@@123\r\n ', 0, 1, 2, '2016-08-16 02:05:49'),
+(27, 'Discounts Shop', 17, 0, '', 0, 1, 2, '2016-08-16 16:50:08'),
+(28, 'Studypress Jobs', 17, 0, 'Need upgration', 0, 1, 2, '2016-08-18 10:44:23'),
+(29, 'JDPC', 17, 0, 'Showcase software', 0, 1, 2, '2016-08-18 16:46:32'),
+(30, 'HRM PADR', 32, 0, 'PADR development', 0, 1, 2, '2016-08-18 17:22:54'),
+(31, 'Android Learning', 17, 0, 'Task Assigned to Mamun', 0, 1, 2, '2016-08-19 18:10:08'),
+(32, 'Maxx Beard ', 17, 0, '', 0, 1, 2, '2016-08-26 17:11:04'),
+(33, 'Travel Design', 17, 0, 'The bottom button row: 2nd symbol should be a globe of some sort, probably aligned with the logo, and the 5th symbol should not be red as noted in the spec.\r\nThe logo at the top sits nicely on white.\r\nThe text about the POIs looks really bland in the middle of the screen, so im not sure how we\'d best balance that with the logo at the top. I\'d sacrifice the globe with headphones logo at the top if it can be cleanly placed as a the world map symbol in the bottom bar. So the white background should', 0, 1, 2, '2016-08-30 23:26:18'),
+(34, 'ITIMPRESS.COM', 24, 0, 'ITIMPRESS.COM\r\n\r\nDear Brother ,\r\nCan you please make www.itimpress.com also same design like www.itimpress.com.au   but the content is different .\r\nI here with attached the content .\r\nMany Thanks\r\n\r\nKeshavan', 0, 1, 24, '2016-09-09 15:34:19'),
+(35, 'IECC', 33, 0, '', 0, 1, 2, '2016-09-21 12:16:51'),
+(36, 'Plumber Template', 17, 0, '', 0, 1, 2, '2016-09-27 09:47:57'),
+(37, 'Bid', 17, 0, 'Bid History', 0, 1, 2, '2016-10-04 05:44:08'),
+(38, 'Secret World', 17, 0, 'https://www.victoriassecret.com\r\n\r\nboupagla.com', 0, 1, 2, '2016-10-04 18:00:38'),
+(39, 'vertilexlogistics', 17, 0, 'A one page parralex wordpress website\r\ncontent: http://vertilexlogistics.weebly.com/\r\nDesign Concept (Need to be much better from this): http://www.eliteclearing.co.za\r\n', 0, 1, 2, '2016-10-05 17:41:01'),
+(40, 'Textile Fabrics Website Theme', 34, 0, 'Make 1 theme for Fabrics Company\r\nWe will use it for nmbtexbd.com too\r\nSome example: http://www.bombayrayon.com\r\n', 0, 1, 2, '2016-10-05 17:55:40'),
+(41, 'Abhizatrik Foundation', 17, 0, 'themeforest.net\r\n id: kmeera\r\npw: Guildford@@@123\r\nCharity Html Template', 0, 1, 2, '2016-10-10 02:41:19'),
+(42, 'Business Consultant Firm Template', 17, 0, '', 0, 1, 2, '2016-10-14 18:18:54'),
+(43, 'Lashiq', 17, 0, 'Duplicate the maxxbeard site and make a site for lashiq.com\r\n\r\n2. Make the site more feminine feeling by changing the color.\r\n\r\n3. The highlight of the active menu on maxxbeard is “beard shape” we need to change it to\r\n\r\na shape of eye.\r\n\r\n4. You need to make two eye catching banner images\r\n\r\n5. Change the button of Add to cart more feminine feeling. If you can make it like shape\r\n\r\nrelated to eye, it will be better.\r\n\r\n6. Change some of the fonts or color like on the FAQ page, and blog page to make them\r\n\r\nmore feminine feeling. For example, you can use pink for the Question on FAQ page.', 0, 1, 2, '2016-10-19 15:06:33'),
+(44, 'Islamic WIlls', 24, 0, '1)\r\nThere is Payment Processing for each Category\r\n2)\r\nNeed to Have control Panel to Mange the PDF forms\r\n·         Check and authorized the PDF forms\'\r\n·         Unchecked forms\r\n3)\r\nAfter Authorization need to send the form to particular email address\r\n \r\nNote : PayPal Details & Formula for calculation will be provided ASAP\r\n', 0, 1, 2, '2016-10-21 15:05:15'),
+(45, 'Summit Communications', 17, 0, '', 0, 1, 2, '2016-10-21 15:09:48'),
+(46, 'Ifad Products', 17, 0, '', 0, 1, 2, '2016-10-21 15:10:17'),
+(47, 'StudyPress School Ten', 17, 0, 'Class IX X contents and Questions', 0, 1, 2, '2016-10-21 15:25:53'),
+(48, 'Wake Board', 17, 0, 'ANdroid Apps', 0, 1, 2, '2016-10-21 15:30:40'),
+(49, 'Design Tasks', 17, 0, 'Sabuj tasks for those project which we haven\'t started yet.', 0, 1, 2, '2016-10-24 02:39:02'),
+(50, 'Studypress', 17, 0, 'An Online Learning Platform', 0, 1, 2, '2016-10-24 09:48:44'),
+(51, 'Orion Travels Ticket Processing', 37, 0, '', 0, 1, 2, '2016-10-24 10:01:28'),
+(52, 'Eduaid', 17, 0, 'Edu bugs', 0, 1, 2, '2016-10-25 19:02:21'),
+(53, 'Baira', 17, 0, 'main website is: \r\nbaira.gov.bd\r\n\r\nhttp://99webpage.com/theme-review/html/inspired/index.html', 0, 1, 2, '2016-10-27 15:00:26'),
+(54, 'Stephen', 17, 0, 'Stephen\'s work.', 0, 1, 2, '2016-10-31 18:58:22'),
+(55, 'Demo Projects', 17, 0, 'All types of task ...', 0, 1, 2, '2016-11-03 02:17:12'),
+(56, 'Quiz', 17, 0, 'Quiz for vocabulary.', 0, 1, 39, '2016-12-01 17:22:30'),
+(57, 'Nuvista Web', 32, 0, '', 0, 1, 2, '2017-01-03 14:11:14'),
+(58, 'Sales Directory', 17, 0, 'revinr potential clients list', 0, 1, 2, '2017-01-12 11:43:08'),
+(59, 'Kamrul Project', 17, 0, 'Freelancer task', 0, 1, 2, '2017-01-21 17:02:30'),
+(60, 'Eagle Pizza', 17, 0, 'eaglepizza.com.au', 0, 1, 2, '2017-02-16 01:57:43'),
+(61, 'Admin Panel', 17, 0, 'A generic Admin Panel ', 0, 1, 2, '2017-02-23 10:49:36'),
+(62, 'StyleCraft Web', 45, 0, 'Stylecraftltd.com', 0, 1, 2, '2017-03-12 12:10:59'),
+(63, 'Hanna Hosting', 48, 0, '10 gb hosting', 0, 1, 2, '2017-03-21 17:25:35'),
+(64, 'Email accounts associated with forms and links', 49, 0, 'For the link eduaid.net/business (both desktop and mobile) please forward the emails on following accounts:\r\nbusiness@eduaid.net and haque.reazul@eduaid.net\r\n\r\nFor the link eduaid.net/migration (both desktop and mobile) please forward the emails on following accounts:\r\nimmigration@eduaid.net and haque.reazul@eduaid.net\r\n\r\nFor Online Assessment (both desktop and mobile) please forward the emails on following accounts:\r\nassessment@eduaid.net and haque.reazul@eduaid.net\r\n\r\nFor Contact Us (both desktop and mobile) please forward the emails on following accounts:\r\nimmigration@eduaid.net and haque.reazul@eduaid.net\r\n\r\n\r\n', 0, 1, 49, '2017-03-30 11:25:27'),
+(65, 'NO Thank You Page', 49, 0, 'Once submitted the query on the following links, the Thank You page is not showing as before:\r\n\r\neduaid.net/business\r\neduaid.net/migration', 0, 1, 49, '2017-03-30 11:27:17'),
+(66, 'Eduaid', 49, 1, 'Eduaid Mobile & Web Version', 0, 1, 2, '2017-04-02 17:13:16'),
+(67, 'Studypress B', 17, 1, 'studypress new project', 0, 3, 2, '2017-04-03 19:03:34'),
+(68, 'Navista Website', 32, 0, 'Website/career/mobile application', 0, 1, 2, '2017-04-04 17:21:17'),
+(69, 'Wake Sports', 17, 0, 'wake sports android application', 0, 1, 2, '2017-04-04 17:36:25'),
+(70, 'Design & Demo', 17, 1, 'All the design & Demo works', 0, 1, 2, '2017-04-04 17:56:49'),
+(71, 'DOT NET Team', 17, 0, 'dot net team work', 0, 1, 2, '2017-04-04 18:01:46'),
+(72, 'Map Routing', 17, 0, '', 0, 1, 2, '2017-05-04 11:40:50'),
+(73, 'Studypress Upgradation', 17, 1, 'StudyPress Updates', 0, 1, 2, '2017-05-04 11:51:13'),
+(74, 'Bela Agro', 17, 0, '', 0, 1, 2, '2017-05-07 10:49:26'),
+(75, 'Task Management', 17, 0, 'Task management', 0, 1, 2, '2017-05-15 11:25:48'),
+(76, 'Prottoy Medical Ltd', 59, 0, 'Website Modification', 0, 1, 2, '2017-05-15 14:12:45'),
+(77, 'Task Management', 17, 1, 'Upgrade of Task Mangement', 0, 1, 2, '2017-05-21 14:58:44'),
+(78, 'Sales Force ', 17, 0, 'Sales Force Data Dashboard', 0, 1, 2, '2017-05-22 17:00:00'),
+(79, 'Wiudu -  Nazma Tara ', 17, 0, '', 0, 1, 2, '2017-05-23 11:22:33'),
+(80, 'Vocabulary Apps', 17, 0, 'Project aligned with studypress\r\n- video \r\n- follow zynga poker', 0, 1, 2, '2017-06-14 15:15:17'),
+(81, 'Restaurant Mngt System', 17, 0, 'asd', 0, 1, 2, '2017-07-02 18:10:14'),
+(83, 'HRM', 17, 0, 'Nuvista HR', 0, 1, 2, '2017-07-04 18:13:44'),
+(84, 'Payroll Management', 60, 0, 'Payroll integrated with HRM', 0, 2, 2, '2017-07-04 18:33:34'),
+(85, 'Restaurant Order Management', 60, 0, 'Ordering Software', 0, 2, 2, '2017-07-04 18:42:51'),
+(86, 'Studypress  Reza', 43, 0, '', 0, 1, 2, '2017-07-05 10:06:00'),
+(88, 'News Update', 1, 0, 'Daily News Update', 1, 3, 1, '0000-00-00 00:00:00'),
+(91, 'Profile Ltd website', 63, 0, '', 0, 1, 2, '2017-07-18 15:59:54'),
+(92, 'Cheque Printer', 32, 0, '', 0, 1, 2, '2017-07-18 16:09:20'),
+(93, 'MBA', 1116, 0, 'MBA Materials Development', 0, 1, 2, '2017-08-12 03:05:43'),
+(94, 'CRM', 1117, 1, 'Leads\r\nPersonal Lead\r\nCampaign Lead \r\nWeb Lead[All the contacts from website will be enlisted in the web lead. This will appear in the dashboard for admin/or selected counselors. They can then deal with this lead.]\r\nWalking Client\r\n\r\nCampaign Management\r\nCampaign Type [email/conference/google ad]\r\nCampaign Duration\r\nCampaign Cost\r\nCampaign Analysis [Cost versus return]\r\nClient Management\r\nClient Information\r\nRating \r\nScore\r\nDocuments\r\nPotential Value\r\nStatus [Open/Approached/Negotiation/Converted/Closed]\r\nNotes For Individual Client\r\nTask/Follow up Individual Client\r\nActivity Logs [Call/sms/email/Chatter]\r\nSource\r\nCalendar\r\nEach user will see his call/meeting/event/task/follow up/outside visit in the calendar\r\nNewsletter\r\nThere will be two / three layouts.\r\nAdmin/counselor can write the contents.\r\nEmail will be sent to specific/all clients\r\n\r\nReport/Graph\r\n\r\nTimeline graph and Statistics for\r\nCalls Made  Total/individual\r\nEmail Sent Total/Individual\r\nCounselled Total/Individual\r\nConverted Total/Individual\r\n\r\n\r\nCampaign Report\r\nEarned Value/Potential Value\r\nOverdue Task Alarm\r\nLosing Clients List (Not followed up for more than one month)\r\n\r\nUser Dashboard\r\nCalendar\r\nLeads\r\nEduaid Notification which will be sent from Eduaid Admin\r\nLogin Time/Logout Time\r\nLeave Request\r\nContacts Searching\r\nPersonal Notes\r\nPersonal Tasks/Followups\r\n\r\nMobile Apps\r\nFollow up\r\nLeads Notification\r\nAttendance Report\r\nLeave Report\r\nVarious Graphs concerning Leads/Sales/Calls/Interactions ', 0, 1, 2, '2017-08-12 05:28:22'),
+(95, 'Training Module', 1117, 1, 'Training Apps for Sales/Marketing', 0, 1, 2, '2017-08-20 10:59:25'),
+(96, 'Sales Force Tracker', 60, 1, 'Sales Force Mobile Apps ', 0, 2, 2, '2017-08-20 17:36:36'),
+(99, 'Student Management App', 1122, 1, 'Student Management Application Development', 0, 1, 2, '2017-10-19 19:57:00'),
+(100, 'Training Apps', 60, 0, 'Training Apps for empoyees', 0, 2, 2, '2017-12-07 12:41:02'),
+(101, 'Handbl Website', 1140, 0, 'Website for handbl\r\nref: http://www.larsentoubro.com/', 0, 1, 2, '2017-12-14 16:11:48'),
+(102, 'Share Network', 1117, 1, 'Invite friends to use an app', 0, 1, 2, '2017-12-26 15:04:52'),
+(103, 'My Task', 1117, 1, 'My task schedule', 0, 1, 2, '2018-01-31 13:11:03'),
+(104, 'ScanPack', 1117, 1, 'scanpack support', 0, 1, 2, '2018-01-31 13:55:57'),
+(105, 'Sales', 1116, 1, 'Keeping Sales record', 0, 1, 2, '2018-03-05 13:49:13'),
+(106, 'Sales Tracker Mobile Apps', 1117, 1, 'Sales Tracker Mobile Application', 0, 1, 2, '2018-03-05 15:47:27'),
+(107, 'Studypress User Portal', 1117, 1, '', 0, 1, 2, '2018-03-06 15:57:10'),
+(108, '79805 to 81823', 1116, 1, 'Email Accounts', 0, 1, 2, '2018-03-08 17:28:59'),
+(109, '75000 to ', 1116, 1, 'Sendpulse\r\nuser: helaldu@gmail.com\r\npass: bangladesh123', 0, 1, 2, '2018-03-08 17:31:06'),
+(110, 'HRM Software', 1117, 1, 'HRM Software Documentation And Extension', 0, 1, 2, '2018-03-28 15:05:28');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `proj_attachment`
+--
+
+CREATE TABLE `proj_attachment` (
+  `id` int(11) NOT NULL,
+  `proj_id` int(11) NOT NULL,
+  `url` varchar(100) NOT NULL,
+  `name` varchar(250) NOT NULL,
+  `uploader_id` int(11) NOT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=latin1;
+
+--
+-- Dumping data for table `proj_attachment`
+--
+
+INSERT INTO `proj_attachment` (`id`, `proj_id`, `url`, `name`, `uploader_id`) VALUES
+(32, 0, 'proj_05_08_16_04_08_55.jpg', 'Chrysanthemum.jpg', 25),
+(34, 36, 'proj_10_08_16_01_08_26.docx', 'Needs following to be amended KESH.docx', 24),
+(38, 17, 'proj_11_08_16_12_08_09.docx', 'robin-raju.docx', 2),
+(39, 24, 'proj_16_08_16_01_08_31.docx', 'Home Page Design - 16aug.docx', 2),
+(40, 24, 'proj_16_08_16_07_08_22.jpg', 'jt_category.jpg', 2),
+(43, 24, 'proj_17_08_16_11_08_24.docx', 'Home Page Design - 17-08-2016.docx', 18),
+(44, 24, 'proj_18_08_16_09_08_17.docx', 'ITIMPRESS Updates August 18.docx', 2),
+(45, 17, 'proj_18_08_16_09_08_23.docx', 'robin_updates.docx', 2),
+(47, 30, 'proj_21_08_16_08_08_26.pdf', 'AttendanceActivityreport.pdf', 32),
+(48, 30, 'proj_21_08_16_08_08_43.pdf', '9802.pdf', 32),
+(50, 22, 'proj_22_08_16_10_08_05.psd', 'offer.psd', 2),
+(51, 31, 'proj_22_08_16_03_08_09.pdf', 'guide.pdf', 29),
+(53, 24, 'proj_31_08_16_03_08_16.docx', '31st-august.docx', 2),
+(54, 24, 'proj_07_09_16_10_09_07.docx', 'itimpress.com.au updates (1).docx', 18),
+(55, 34, 'proj_09_09_16_03_09_36.docx', 'it.com.docx', 24),
+(56, 27, 'proj_25_09_16_02_09_48.docx', 'comments.docx', 18),
+(57, 43, 'proj_24_10_16_02_10_00.docx', 'comments on the design_102116.docx', 2),
+(58, 43, 'proj_24_10_16_02_10_03.jpg', '2nd banner comments.jpg', 2),
+(59, 43, 'proj_24_10_16_02_10_04.jpg', 'first banner comments.jpg', 2),
+(60, 43, 'proj_24_10_16_02_10_04.jpg', 'the font and effects for the text on the banner images.jpg', 2),
+(61, 47, 'proj_24_10_16_04_10_13.docx', 'amar shontan.docx', 22),
+(62, 47, 'proj_24_10_16_05_10_30.docx', 'Ondho-bodhu.docx', 22),
+(63, 47, 'proj_25_10_16_04_10_18.docx', 'Jhornar-Gaan.docx', 22),
+(64, 47, 'proj_25_10_16_06_10_17.docx', 'Pran.docx', 22),
+(65, 47, 'proj_26_10_16_04_10_31.docx', 'seidin ei math.docx', 22),
+(66, 47, 'proj_27_10_16_04_10_34.docx', 'ami kono aguntok noi.docx', 22),
+(67, 47, 'proj_28_10_16_03_10_14.docx', 'Bristy.docx', 22),
+(68, 47, 'proj_28_10_16_05_10_48.docx', 'pollijononi.docx', 22),
+(69, 47, 'proj_04_11_16_03_11_25.docx', 'amar porichoy.docx', 22),
+(70, 47, 'proj_04_11_16_03_11_36.docx', 'sahoshi jonony.docx', 22),
+(71, 47, 'proj_04_11_16_04_11_41.docx', 'shadinota ei shobdoti-kivabe elo.docx', 22),
+(72, 47, 'proj_04_11_16_05_11_14.docx', 'toma k pawar jonno he shadinota.docx', 22),
+(74, 55, 'proj_14_02_17_11_02_53.docx', 'Projects.docx', 18),
+(76, 67, 'proj_29_04_17_12_04_44.docx', '27.4.17.docx', 20),
+(77, 84, 'proj_04_07_17_06_07_06.docx', 'Payroll Management System.docx', 47),
+(78, 67, 'proj_07_12_17_05_12_37.docx', 'Bank Asia management trainee 2017.docx', 41),
+(79, 67, 'proj_07_12_17_05_12_40.docx', 'Modhumoti bank pro off 2017.docx', 41),
+(80, 67, 'proj_07_12_17_05_12_06.docx', 'pubali_bank_trainee_assistant_teller 2017.docx', 41),
+(81, 67, 'proj_07_12_17_05_12_24.docx', 'Social Islami Bank Ltd 2017.docx', 41),
+(82, 99, 'proj_29_01_18_02_01_02.docx', 'IECC_New DB Management.docx', 2),
+(84, 73, 'proj_23_04_18_04_04_04.jpg', 'document_16_04_18_07_04_35_Desert.jpg', 111),
+(85, 73, 'proj_23_04_18_04_04_04.jpg', 'document_16_04_18_07_04_35_Penguins.jpg', 111);
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `remarks`
+--
+
+CREATE TABLE `remarks` (
+  `id` int(11) NOT NULL,
+  `remarks` varchar(500) NOT NULL,
+  `company_id` int(11) NOT NULL,
+  `user_id` int(11) NOT NULL,
+  `company_service_id` int(11) NOT NULL,
+  `date` datetime NOT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=latin1;
+
+--
+-- Dumping data for table `remarks`
+--
+
+INSERT INTO `remarks` (`id`, `remarks`, `company_id`, `user_id`, `company_service_id`, `date`) VALUES
+(28, 'one another\n', 3, 0, 0, '2016-10-17 04:11:00'),
+(31, 'trhereee e', 3, 0, 0, '2016-10-17 04:54:00'),
+(32, 'test remarks one one', 8, 0, 0, '2016-10-17 05:25:00'),
+(33, 'test remarks two', 8, 0, 0, '2016-10-17 05:25:00'),
+(35, 'Hello', 401, 0, 0, '2016-10-18 04:00:00'),
+(37, 'Hello how is it going?', 114, 0, 0, '2017-05-03 06:39:00'),
+(38, 'Proposal Sent \n', 1112, 0, 0, '2017-07-05 06:35:00'),
+(40, 'Support provided for installation by Sabuj.', 1113, 0, 8, '2017-07-11 03:44:00'),
+(41, 'Modified Quotation changed. Previously it was from February\nRevised one will be from August 2017', 1114, 0, 9, '2017-08-07 03:45:00'),
+(42, 'Sent quotation for Service', 57, 0, 4, '2017-08-07 04:25:00'),
+(43, 'Proposal Sent', 1121, 0, 0, '2017-09-20 05:00:00'),
+(44, 'Changed Text for database:-   nmb tex wp-config.php 23 no line real code - define(\'DB_NAME\', \'nmbtexbd_nmbtexdb\');', 1124, 0, 0, '2017-12-03 07:17:00'),
+(45, 'Line no 26 define(\'DB_USER\', \'nmbtexbd_nmbadmi\');', 1124, 0, 0, '2017-12-03 07:17:00'),
+(46, 'User: revinr\npass: bangladesh123$', 1129, 0, 0, '2017-12-14 04:00:00'),
+(47, 'http://www.friobd.org/wp-admin/theme-editor.php?file=page-home.php&theme=pawlaknitwear&scrollto=480', 1129, 0, 0, '2017-12-14 04:54:00'),
+(48, '26 Dec, 2017 Started\n', 1142, 0, 23, '2017-12-26 05:13:00'),
+(49, 'Hosting for Dyestech Resources.\nfor the year Sep 2016 to Sep 2017', 1143, 0, 26, '2017-12-27 05:45:00'),
+(50, 'Paid 50,000/= on 24th November', 1122, 0, 0, '2017-12-27 05:52:00'),
+(51, 'License Renewed for S Suhi', 1114, 0, 9, '2018-01-10 11:03:00'),
+(52, 'Sent for payment', 1114, 0, 9, '2018-01-10 11:03:00'),
+(53, 'Session Renewed for a client pc till March 30, 2018', 1127, 0, 0, '2018-01-10 12:00:00'),
+(54, 'For Maintenance Bill Mr. Mubarok, not receive phone.\nDate: 30.01.08', 1111, 0, 0, '2018-01-30 05:11:00'),
+(55, 'Support to gtl\n', 57, 0, 0, '2018-01-31 02:47:00'),
+(56, 'Email sent for service to mr. perera', 57, 0, 0, '2018-01-31 02:47:00'),
+(57, 'Submit a revised proposal and a Demon Design \nAt 28.02.2018', 1145, 0, 0, '2018-03-08 05:25:00'),
+(58, 'Using 4 pc, License will be expired 27.03.18', 1127, 0, 0, '2018-03-20 06:40:00'),
+(59, 'Good!', 56, 0, 0, '2018-08-16 04:02:00');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `roles`
+--
+
+CREATE TABLE `roles` (
+  `id` int(10) UNSIGNED NOT NULL,
+  `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
+  `display_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `description` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `created_at` timestamp NULL DEFAULT NULL,
+  `updated_at` timestamp NULL DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
+
+--
+-- Dumping data for table `roles`
+--
+
+INSERT INTO `roles` (`id`, `name`, `display_name`, `description`, `created_at`, `updated_at`) VALUES
+(1, 'admin', 'Admin', NULL, '2018-04-17 04:09:46', '2018-04-18 04:18:54'),
+(6, 'user', 'User', NULL, '2018-04-17 06:10:01', '2018-04-18 03:55:09'),
+(7, 'employee', 'Employee', NULL, '2018-04-18 03:22:46', '2018-04-18 03:22:46'),
+(8, 'client', 'Client', NULL, '2018-04-18 03:25:01', '2018-04-18 03:25:01');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `role_user`
+--
+
+CREATE TABLE `role_user` (
+  `user_id` int(10) UNSIGNED NOT NULL,
+  `role_id` int(10) UNSIGNED NOT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
+
+--
+-- Dumping data for table `role_user`
+--
+
+INSERT INTO `role_user` (`user_id`, `role_id`) VALUES
+(122, 6),
+(123, 6),
+(124, 7);
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `service_attchment`
+--
+
+CREATE TABLE `service_attchment` (
+  `id` int(11) NOT NULL,
+  `service_id` int(11) DEFAULT NULL,
+  `title` varchar(155) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `file_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `created_at` timestamp NULL DEFAULT NULL,
+  `updated_at` timestamp NULL DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
+
+--
+-- Dumping data for table `service_attchment`
+--
+
+INSERT INTO `service_attchment` (`id`, `service_id`, `title`, `file_name`, `created_at`, `updated_at`) VALUES
+(1, 4, 'CIPL_PO', '1494824037.pdf', '2017-05-15 09:53:57', '2017-05-15 09:53:57'),
+(2, 4, 'CIPL_DELIVERY', '1494824069.docx', '2017-05-15 09:54:29', '2017-05-15 09:54:29'),
+(3, 6, 'PO', '1494826984.pdf', '2017-05-15 10:43:04', '2017-05-15 10:43:04'),
+(4, 6, 'DC', '1494827045.jpg', '2017-05-15 10:44:05', '2017-05-15 10:44:05'),
+(5, 7, 'Payment', '1496144970.pdf', '2017-05-30 16:49:30', '2017-05-30 16:49:30'),
+(6, 7, 'Work-Order', '1496145025.pdf', '2017-05-30 16:50:25', '2017-05-30 16:50:25'),
+(7, 8, 'PO', '1499765990.png', '2017-07-11 14:39:50', '2017-07-11 14:39:50'),
+(8, 9, 'PO', '1502098926.pdf', '2017-08-07 14:42:06', '2017-08-07 14:42:06'),
+(9, 9, 'workorder', '1502098999.pdf', '2017-08-07 14:43:19', '2017-08-07 14:43:19'),
+(10, 26, '', '1514375078.pdf', '2017-12-27 17:44:38', '2017-12-27 17:44:38');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `service_list`
+--
+
+CREATE TABLE `service_list` (
+  `id` int(11) NOT NULL,
+  `name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `short_desc` varchar(500) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `account_id` int(11) NOT NULL,
+  `created_at` timestamp NULL DEFAULT NULL,
+  `updated_at` timestamp NULL DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
+
+--
+-- Dumping data for table `service_list`
+--
+
+INSERT INTO `service_list` (`id`, `name`, `short_desc`, `account_id`, `created_at`, `updated_at`) VALUES
+(4, 'ScanPack', NULL, 23, NULL, NULL),
+(5, 'Website Maintenance', NULL, 40, NULL, NULL),
+(6, 'EZ HR', NULL, 0, NULL, NULL),
+(7, 'Cheque Writer', NULL, 0, NULL, NULL),
+(8, 'Hosting Renewal', 'Hosting for 1 Year', 40, NULL, NULL),
+(9, 'Website Development', 'Website Development', 31, '2017-04-02 05:00:00', NULL),
+(10, 'Software Development', NULL, 31, NULL, NULL),
+(11, 'Domain Renewal', 'Domain Renewal', 40, NULL, NULL),
+(12, 'StudyPress Revenue', 'StudyPress Revenue', 21, '2017-04-11 05:00:00', '2017-04-20 05:00:00'),
+(13, 'Scanner', 'Barcode Scanner', 23, '2017-12-10 06:00:00', NULL);
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `task`
+--
+
+CREATE TABLE `task` (
+  `id` int(11) NOT NULL,
+  `name` varchar(250) CHARACTER SET utf8 COLLATE utf8_danish_ci NOT NULL,
+  `description` text CHARACTER SET utf8 COLLATE utf8_danish_ci,
+  `proj_id` int(11) NOT NULL,
+  `user_id` int(11) NOT NULL,
+  `created_by` int(11) NOT NULL,
+  `assign_by` int(11) NOT NULL,
+  `created_time` datetime NOT NULL,
+  `dead_line` datetime NOT NULL,
+  `priority` int(11) NOT NULL,
+  `assign_time` datetime NOT NULL,
+  `start_time` datetime NOT NULL,
+  `closing_time` datetime NOT NULL,
+  `estimated_time` time NOT NULL,
+  `type` int(11) DEFAULT '0',
+  `status` int(2) NOT NULL,
+  `display` int(1) NOT NULL,
+  `office_id` int(11) DEFAULT '1',
+  `task_type` int(11) NOT NULL DEFAULT '0',
+  `client_id` int(11) NOT NULL DEFAULT '0'
+) ENGINE=InnoDB DEFAULT CHARSET=latin1;
+
+--
+-- Dumping data for table `task`
+--
+
+INSERT INTO `task` (`id`, `name`, `description`, `proj_id`, `user_id`, `created_by`, `assign_by`, `created_time`, `dead_line`, `priority`, `assign_time`, `start_time`, `closing_time`, `estimated_time`, `type`, `status`, `display`, `office_id`, `task_type`, `client_id`) VALUES
+(9, 'Facebook', 'Estimated Time(In hours)', 102, 36, 111, 111, '2018-09-10 15:30:12', '1899-12-31 00:00:00', 3, '2018-09-10 15:30:12', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '00:00:00', 1, 1, 0, 1, 0, 0);
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `ticket`
+--
+
+CREATE TABLE `ticket` (
+  `id` int(11) NOT NULL,
+  `client_id` int(11) DEFAULT NULL,
+  `service_id` int(11) DEFAULT NULL,
+  `ticket_id` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `title` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `details` text COLLATE utf8_unicode_ci,
+  `priority` int(11) DEFAULT NULL,
+  `ticket_document` tinytext COLLATE utf8_unicode_ci,
+  `created_by` int(11) DEFAULT NULL,
+  `closed_by` int(11) DEFAULT NULL,
+  `status` tinyint(1) DEFAULT NULL,
+  `display_status` tinyint(4) NOT NULL DEFAULT '0',
+  `office_id` int(11) DEFAULT '1',
+  `created_at` timestamp NULL DEFAULT NULL,
+  `updated_at` timestamp NULL DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
+
+--
+-- Dumping data for table `ticket`
+--
+
+INSERT INTO `ticket` (`id`, `client_id`, `service_id`, `ticket_id`, `title`, `details`, `priority`, `ticket_document`, `created_by`, `closed_by`, `status`, `display_status`, `office_id`, `created_at`, `updated_at`) VALUES
+(3, 37, 5, NULL, 'Data Update', 'Data not updated for Novoair & Biman', 4, NULL, 2, NULL, 3, 0, 1, '2017-02-25 14:21:13', '2017-03-05 18:23:29'),
+(4, 43, 5, NULL, 'Images in the News Details', 'I upload images in the news details. But they are shown very large which is very bad for mobile users. What to do?', 4, NULL, 2, NULL, 3, 1, 1, '2017-02-25 14:28:43', '2017-10-04 17:08:57'),
+(5, 32, 6, NULL, 'Dash Board:', 'a.       Attendance summary must show the number of present employees (Only Mgt. Staffs) by location (HO/Factory) of last processed date\r\n\r\nb.      Leave Application should display the data of last month total Leave only of Mgt. Staffs.\r\n\r\nc.       Notice Bard/ Event is not functional. Data stores in DB, but does not appear in Dashboard.', 4, NULL, 2, NULL, 3, 0, 1, '2017-02-28 16:59:47', '2017-08-08 08:54:56'),
+(6, 43, 5, NULL, 'Mobile Application', 'Allow Images to show in details.\r\nAllow url ', 4, NULL, 2, NULL, 3, 1, 1, '2017-02-28 17:56:46', '2017-10-04 17:08:44'),
+(7, 43, 5, 'REV-0001', 'Question Searching', 'ফিফা-ব্যালন ডি’অর ২০১৬\r\nwhen i use single quote, double quote ', 4, NULL, 2, NULL, 0, 1, 1, '2017-03-14 11:25:16', '2017-03-14 11:25:16'),
+(8, 50, 5, 'REV-0002', 'thinkbpopro', 'http://www.thinkbpopro.com/course-registration/\r\n\r\nAfter filling the form, please show a thank you message', 3, NULL, 50, NULL, 3, 0, 1, '2017-03-30 10:51:18', '2017-05-22 16:25:11'),
+(9, 57, 5, 'REV-0003', 'Email Not working', 'Mr. Kabir called at 10 AM about the email functioning.', 4, NULL, 2, NULL, 3, 0, 1, '2017-04-30 13:09:09', '2017-04-30 13:09:44'),
+(10, 53, 4, 'REV-0004', 'SCANPACK SERIAL KEY', 'System id : 9981FBFEFBF76F5FA9E , Serial key :', 4, NULL, 53, NULL, 3, 0, 1, '2017-05-04 15:17:53', '2017-05-22 16:24:55'),
+(11, 53, 4, 'REV-0005', 'Full Assort list is not coming ', 'One of our PO have Have many assorts. But when we import the do all the Assorts are not coming . Please help ', 4, NULL, 53, NULL, 3, 0, 1, '2017-05-15 12:57:04', '2017-05-22 16:24:35'),
+(12, 42, 5, 'REV-0006', 'Change Banner', 'Pls find the attached file and replace the welcome banner.\r\n \r\nAtik', 4, NULL, 2, NULL, 3, 0, 1, '2017-07-01 15:36:26', '2017-07-01 15:36:38'),
+(13, 53, 4, 'REV-0007', 'Serial Key', 'We Have Finished OS Installation In 1 (one) Pc’s fns11  Due to Ex-OS Corrupted.\r\nSo Need To Re-enable Scanpack Software, pls provide a serial key…….\r\n1)      System id : 97BA3FB110F746FEFF1, Serial key :\r\nThanks & Regards\r\nSomen', 4, NULL, 2, NULL, 3, 0, 1, '2017-07-10 16:55:15', '2017-07-16 10:57:47'),
+(14, 62, 4, 'REV-0008', 'License  Renewal', 'For 2016 to 2017', 4, NULL, 62, NULL, 3, 0, 1, '2017-07-11 15:00:09', '2017-07-11 15:00:57'),
+(15, 53, 4, 'REV-0009', 'Os Install In Existing Pc Fns11 Due to Old Os cprrupted', 'System Id # 9C748FBBFB7E6FFFEAB', 4, NULL, 53, NULL, 3, 0, 1, '2017-07-16 10:12:56', '2017-07-16 10:59:01'),
+(16, 66, 4, 'REV-0010', 'DO is not uploaded', 'PO is upload but DO is not uploaded', 4, NULL, 66, NULL, 3, 0, 1, '2017-07-20 10:18:55', '2017-07-20 14:21:49'),
+(17, 53, 4, 'REV-0011', 'Scanpack Installation after giving OS ', 'Scanpack software needed to install in a new computer in Universal jeans ltd. a sister concern of Pacific Jeans Ltd. \r\nTeam viewer ID : 695224192\r\npassword: 9227\r\nServer IP : 192.168.0.9\r\nFor further assistance please contact 01943184601 ( Sudipto) ', 4, NULL, 53, NULL, 3, 0, 1, '2017-07-20 12:20:16', '2017-07-20 14:48:30'),
+(18, 53, 4, 'REV-0012', 'PO number is not showing when we are trying to scan (Pacific Jeans ) ', 'Dear sir , \r\nI am from Pacific Jeans Ltd.\r\nWe are facing some problem when we are going to scan . PO number is not showing when we press to scan now . PO and DO have imported properly but when going for scan there is no PO and DO . Please Help \r\nTeam Viewer ID: 695224192\r\nPassword: 7259\r\nFor emergency please contact 01943184601 ( Sudipto  ) ', 4, NULL, 53, NULL, 3, 0, 1, '2017-07-27 12:08:09', '2017-07-27 17:33:50'),
+(19, 69, 4, 'REV-0013', 'Hard Drive Crash', 'We need new installation of Scan N Pack Software', 4, NULL, 69, NULL, 3, 0, 1, '2017-08-09 17:00:22', '2017-08-09 17:01:42'),
+(20, 69, 4, 'REV-0014', 'scan pack install', 'scan pack software install again', 4, NULL, 69, NULL, 3, 1, 1, '2017-08-10 07:50:11', '2017-08-10 14:34:18'),
+(21, 53, 4, 'REV-0015', 'License Key Expired IN PJL Fns11 PC ', 'we have faced problem in One Pc License expiration pc name : fns11', 4, NULL, 53, NULL, 3, 0, 1, '2017-08-19 10:17:01', '2017-10-04 17:08:10'),
+(22, 78, 4, 'REV-0016', 'log in problem', 'log in problem ....', 4, NULL, 78, NULL, 3, 0, 1, '2017-08-23 11:26:15', '2017-08-23 11:35:36'),
+(23, 79, 9, 'REV-0017', 'News and Events and Login Panel', '1. Upload image for Microloan TVC (Image sent through mail)\r\n2. News & Events: Upload facilities video and picture (More than one) from admin panel.\r\n3. Login Panel: Lost password not work.\r\n4. Upload content facilities for employees in different folder various type of documents like: DOC, PPT, Excel, and PDF\r\n', 3, NULL, 79, NULL, 3, 0, 1, '2017-08-23 17:37:09', '2017-10-04 17:10:08'),
+(24, 404, 4, 'REV-0018', 'PO Revised', 'Total number of cartoon not right after revising the PO.', 4, NULL, 2, NULL, 3, 0, 1, '2017-08-24 18:29:58', '2017-10-04 17:07:54'),
+(25, 80, 4, 'REV-0019', 'Wrong Cartoon Number', 'We have 100 cartoons, but showing 68pcs for F118 and F119 both.', 4, NULL, 80, NULL, 3, 0, 1, '2017-08-24 18:43:22', '2017-08-24 18:46:20'),
+(26, 79, 9, 'REV-0020', 'Web Site Error Issue', '1.	Error in Nuvista logo > Not working on click\r\n2.	CSR Activity > Photo upload Option\r\n3.	Message of Chairman > More read option not working.\r\n4.	News & Events > 1 or more picture/Video for a News & Events upload option\r\n5.	News & Events > Share option news & events, Download picture Option\r\n6.	News & Events > Read more notification\r\n7.	Careers  > Not Bold when Click\r\n8.	CV upload option for Applicant\r\n9.	Product > Product Image zoom when Click on a product image\r\n10.	Search Option not Working (Include Auto Suggestions)\r\n11.	Not Work enter button on Search option\r\n12.	Login > Forget Password Not Work\r\n13.	Upload content facilities for employees in different folder various type of documents like: DOC, PPT, Excel, and PDF\r\n', 3, NULL, 79, NULL, 3, 0, 1, '2017-09-13 15:29:50', '2017-09-19 14:02:39'),
+(27, 53, 4, 'REV-0021', 'new os install ', 'we have finished os installation in FNS11 pc so need to reinstall scanpack software', 4, NULL, 53, NULL, 3, 0, 1, '2017-09-14 11:58:26', '2017-10-04 17:07:32'),
+(28, 53, 4, 'REV-0022', 'Problem in PO import ', 'I am from Universal Jeans Ltd. ( Pacific Jeans ) . We are facing lots of problem while importing new PO . 1) the assort and solid number are not same (with use the customized DO option also ) 2) We have 4 Scanpack servers but in some servers the PO is not activated. In some Servers it is activated but the quantity is not same . We are facing the problem with almost every PO . Please Help asap . Contact : Sudipta(01943184601)', 4, NULL, 53, NULL, 3, 0, 1, '2017-09-16 09:18:34', '2017-10-04 17:07:14'),
+(29, 53, 4, 'REV-0023', 'new os install', 'We have finished OS installation in 1 (one) Pc’s fns11  due to Ex-OS corrupted.\r\nSo need to re-enable scanpack software, pls provide a serial key…….\r\n', 4, NULL, 53, NULL, 3, 0, 1, '2017-09-21 14:53:30', '2017-09-21 18:11:50'),
+(30, 78, 4, 'REV-0024', 'Software support', 'Purchase order not show (Package and carton)', 4, NULL, 78, NULL, 3, 0, 1, '2017-09-24 14:38:57', '2017-09-24 14:53:44'),
+(31, 69, 4, 'REV-0025', 'out of date license ', 'license expired in 4 days ', 3, NULL, 69, NULL, 3, 0, 1, '2017-09-27 11:43:31', '2017-09-27 14:47:37'),
+(32, 80, 4, 'REV-0026', 'Software Liense Expired', 'Scan n Pack software Liense will be expired  (18days is remaining). ', 3, NULL, 80, NULL, 3, 0, 1, '2017-10-17 08:22:46', '2017-11-06 15:51:44'),
+(33, 53, 4, 'REV-0027', 'PJL Uniqlo Scanpack Scanning Problem', 'We are facing problem In PJL Uniqlo scanpack Software a new order no # 418-404606-005 (America) when start the scanning system is hanging but rest of order is smoothly running.\r\nWe are waiting from your quick response .\r\n', 4, NULL, 53, NULL, 3, 0, 1, '2017-10-19 14:16:47', '2017-11-08 10:57:32'),
+(34, 53, 4, 'REV-0028', 'Scan pack softaware activation after OS installation (Pacific Jeans Ltd.)', 'Dear sir, \r\nWe have installed new OS in one PC so the Scanpack software is needed to activate . For any kind of problem please contact with Sudipta - 01943184601 (Universal Jeans Ltd.) ', 4, NULL, 53, NULL, 3, 0, 1, '2017-11-06 13:24:09', '2017-11-06 15:50:13'),
+(35, 1123, 4, 'REV-0029', 'PO not being shown in the terminal', 'when we import and assign a terminal it is not shown.', 4, NULL, 2, NULL, 3, 0, 1, '2017-11-13 16:49:19', '2017-11-19 18:15:10'),
+(36, 81, 4, 'REV-0030', 'when we import and assign a terminal it is not shown. ', 'when we import and assign a terminal it is not shown. ', 4, NULL, 81, NULL, 3, 0, 1, '2017-11-13 17:23:07', '2017-11-13 17:25:11'),
+(49, 93, 11, 'REV-0031', 'Practice', 'Company', 4, NULL, 93, NULL, 0, 0, 1, '2017-11-26 17:06:45', '2017-11-26 17:06:45'),
+(50, 93, 11, 'REV-0032', 'Test', 'Testing....', 4, NULL, 93, NULL, 0, 0, 1, '2017-11-26 17:08:31', '2017-11-26 17:08:31'),
+(51, 93, 11, 'REV-0033', 'Test', 't', 4, NULL, 93, NULL, 0, 0, 1, '2017-11-26 17:32:31', '2017-11-26 17:32:31'),
+(52, 93, 11, 'REV-0034', 'ttt', 'tttttttesting........', 4, NULL, 93, NULL, 0, 0, 1, '2017-11-26 17:42:03', '2017-11-26 17:42:03'),
+(53, 94, 11, 'REV-0035', 'Please renew my domain', 'I cant see my website.', 4, NULL, 94, NULL, 3, 0, 1, '2017-12-03 19:31:47', '2017-12-03 20:25:40'),
+(54, 96, 4, 'REV-0036', 'Quantity Problem', 'During po uploading in scanning system we are getting some errors in system. \r\nUploaded po total qty is not matching in system qty. \r\nAnd another error Assort qty-  F & I assort qty s/b 12 but in system showing 24. \r\nFind the po for your ref, pls check and solve it asap. Thanks! \r\n\r\nSystem ID# admin \r\nPassword# 123 \r\n\r\nTeam viewer ID# 767 664 572 \r\n Team viewer Password# 7r6ec7 \r\n\r\nPls call me below during your working time. \r\nCell# 01671601645 \r\n', 4, NULL, 96, NULL, 3, 0, 1, '2017-12-07 12:35:16', '2017-12-07 14:21:26'),
+(55, 69, 4, 'REV-0037', 'License  Renewal Issues', 'Please update the license for scan N pack software.', 4, NULL, 69, NULL, 3, 0, 1, '2017-12-07 19:24:17', '2017-12-07 19:25:50'),
+(56, 69, 4, 'REV-0038', 'scanpack install', 'scan pack need install in a new computer .', 3, NULL, 69, NULL, 3, 0, 1, '2017-12-10 12:31:19', '2017-12-10 15:40:41'),
+(57, 69, 4, 'REV-0039', 'scanpack install', 'install and support of scan pack', 3, NULL, 69, NULL, 3, 0, 1, '2017-12-14 11:57:55', '2017-12-14 12:02:45'),
+(58, 80, 4, 'REV-0040', 'Scan n Pack software License Expired', 'ScanPack software License will be expired (3 days is remaining).', 4, NULL, 80, NULL, 3, 0, 1, '2017-12-21 15:16:01', '2017-12-24 18:15:44'),
+(59, 1128, 5, 'REV-0041', 'test', 'hi', 3, NULL, 2, NULL, 3, 0, 1, '2018-01-07 16:39:49', '2018-01-08 19:01:41'),
+(60, 53, 4, 'REV-0042', 'Scan pack software activation after OS installation ', 'Dear sir,\r\nI am Sudipta from Pacific Jeans Ltd.\r\nWe have install a new OS in a scan pack computer . We need you help to activate it . \r\nMy contact : 01943184601\r\nThank you \r\n', 4, NULL, 53, NULL, 3, 0, 1, '2018-01-08 10:32:21', '2018-01-08 12:54:25'),
+(61, 1128, 13, 'REV-0043', 'Test for ticket document', 'Test for ticket document', NULL, 'Dekko_GROUP_Proposal_from_revinr.pdf', 2, NULL, 3, 0, 1, '2018-01-08 11:01:35', '2018-01-08 19:02:23'),
+(62, 1128, 4, 'REV-0044', 'Test for ticket document 2', 'Test for ticket document 2', 3, 'P0518-406150-001.xls', 2, NULL, 3, 0, 1, '2018-01-08 11:14:40', '2018-01-08 19:02:02'),
+(63, 91, 4, 'REV-0045', 'License  Renewal Issues', 'Please renewal the license for scan N pack software.', 4, '', 91, NULL, 3, 0, 1, '2018-01-08 15:38:30', '2018-01-08 19:01:49'),
+(64, 102, 4, 'REV-0046', 'Counting error in Scan N Pack software', 'We are facing some trouble on Scan & pack software. During scanning, we face counting error.\r\n\r\nKindly sole the issue ASAP.', 4, '', 102, NULL, 0, 0, 1, '2018-01-09 15:25:45', '2018-01-09 15:25:45'),
+(65, 1128, 6, 'REV-0047', 'Test email', 'Test Email ticket', NULL, '', 2, NULL, 0, 0, 1, '2018-01-09 15:33:44', '2018-01-09 15:33:44'),
+(66, 1128, 6, 'REV-0048', 'Final Test for CC Mail', 'Final Test for CC Mail', 4, '', 2, NULL, 0, 0, 1, '2018-01-09 15:36:57', '2018-01-09 15:36:57'),
+(67, 69, 4, 'REV-0049', 'login problem', 'can not login to sacn pack', 4, '', 69, NULL, 3, 0, 1, '2018-01-12 18:46:34', '2018-01-18 14:48:31'),
+(68, 106, 4, 'REV-0050', 'ScanPack Software not Open also SQL Server,', 'Please Solve this Problem as soon as possible', 4, '', 106, NULL, 3, 0, 1, '2018-01-30 16:19:05', '2018-01-30 16:23:58'),
+(69, 37, 5, 'REV-0051', 'KPR Search Engine', 'Please add keywords for kpr website', 4, '', 37, NULL, 0, 0, 1, '2018-02-01 12:43:03', '2018-02-01 12:43:03'),
+(70, 53, 4, 'REV-0052', 'Scan pack softaware activation after OS installation (Pacific Jeans Ltd.)', 'Dear sir, I am Sudipta from Pacific Jeans Ltd. We have install a new OS in a scan pack computer . We need you help to activate it . My contact : 01943184601 Thank you . Team viewer id: 567 684 474 password;3475', 4, '', 53, NULL, 3, 0, 1, '2018-02-03 12:57:29', '2018-02-04 10:57:17'),
+(71, 69, 4, 'REV-0053', 'license date ', 'our scan pack software license date over by tomorrow ', 3, '', 69, NULL, 3, 0, 1, '2018-02-05 12:08:03', '2018-02-05 15:30:01'),
+(72, 108, 4, 'REV-0054', 'License  Renewal Issues', 'We’ll buy new license soon, please immediately take action and activate it for 15 to 20 days as our shipments are on hold because of this. Need your help in this please.', 4, '', 108, NULL, 3, 0, 1, '2018-02-20 12:43:17', '2018-02-20 13:04:30');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `ticket_thread`
+--
+
+CREATE TABLE `ticket_thread` (
+  `id` int(11) NOT NULL,
+  `ticket_id` int(11) DEFAULT NULL,
+  `comment_by` int(11) DEFAULT NULL,
+  `comment` varchar(500) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `display` tinyint(1) DEFAULT NULL,
+  `created_at` timestamp NULL DEFAULT NULL,
+  `updated_at` timestamp NULL DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
+
+--
+-- Dumping data for table `ticket_thread`
+--
+
+INSERT INTO `ticket_thread` (`id`, `ticket_id`, `comment_by`, `comment`, `display`, `created_at`, `updated_at`) VALUES
+(4, 3, 2, 'Done Today. There is an issue, Biman updates their data on Sundays. So we have to change them on Sunday.', 1, '2017-02-25 14:22:07', '2017-02-25 14:22:07'),
+(5, 9, 2, 'The problem was solved at 1: 00 PM \n', 1, '2017-04-30 13:09:47', '2017-04-30 13:09:47'),
+(6, 10, 2, 'Serial Key Generated\n1N44RRR3R02RQ46QNMR', 1, '2017-05-04 15:23:10', '2017-05-04 15:23:10'),
+(7, 11, 2, 'we are solving your problem asap. please send your po sheet to my email (shamim@revinr.com)', 1, '2017-05-15 13:07:37', '2017-05-15 13:07:37'),
+(8, 11, 2, 'done', 1, '2017-05-15 13:24:49', '2017-05-15 13:24:49'),
+(9, 12, 2, 'Banner changed.', 1, '2017-07-01 15:36:53', '2017-07-01 15:36:53'),
+(10, 14, 2, 'Solved', 1, '2017-07-11 15:01:05', '2017-07-11 15:01:05'),
+(11, 13, 2, 'Sovled', 1, '2017-07-16 10:57:21', '2017-07-16 10:57:21'),
+(12, 13, 2, 'Solved', 1, '2017-07-16 10:57:36', '2017-07-16 10:57:36'),
+(13, 15, 2, 'Solved', 1, '2017-07-16 10:58:55', '2017-07-16 10:58:55'),
+(14, 16, 2, 'issue solved.', 1, '2017-07-20 14:21:59', '2017-07-20 14:21:59'),
+(15, 17, 2, 'New installation completed successfully.', 1, '2017-07-20 14:48:54', '2017-07-20 14:48:54'),
+(16, 18, 2, 'Solved', 1, '2017-07-27 17:33:02', '2017-07-27 17:33:02'),
+(17, 20, 69, 'done', 1, '2017-08-10 07:54:59', '2017-08-10 07:54:59'),
+(18, 22, 2, 'We have solved the issues. Thanks', 1, '2017-08-23 11:35:29', '2017-08-23 11:35:29'),
+(19, 23, 2, '1. We have uploaded Microlon TVC image under News & events Section.\n2. We have fix the video upload facilities in admin panel.\n3. ', 1, '2017-08-24 09:23:06', '2017-08-24 09:23:06'),
+(20, 23, 2, 'No.o3 & No.04 points ---------- In process', 1, '2017-08-24 11:02:32', '2017-08-24 11:02:32'),
+(21, 25, 2, 'The PO was revised so the number was wrong. Fixed now', 1, '2017-08-24 18:46:12', '2017-08-24 18:46:12'),
+(22, 27, 2, 'Please provide us Team Viewer ID & Password', 1, '2017-09-14 12:06:16', '2017-09-14 12:06:16'),
+(23, 28, 53, 'We didn\'t get any response yet.For that reason our production was hampered.Please provide us support ASAP.', 1, '2017-09-16 16:13:49', '2017-09-16 16:13:49'),
+(24, 26, 2, 'All issues done, please check it and let us to know.', 1, '2017-09-19 14:02:30', '2017-09-19 14:02:30'),
+(25, 29, 2, 'Serial Key:9QR4RN6R62R5NR86\n\nThank You', 1, '2017-09-21 18:11:41', '2017-09-21 18:11:41'),
+(26, 30, 2, 'Solved the issues. Thank you', 1, '2017-09-24 14:53:38', '2017-09-24 14:53:38'),
+(27, 31, 2, 'Please provide us team viewer ID & Password.\nThanks', 1, '2017-09-27 13:28:58', '2017-09-27 13:28:58'),
+(28, 31, 2, 'License expired date is updated.\nThanks', 1, '2017-09-27 14:47:31', '2017-09-27 14:47:31'),
+(29, 34, 2, 'Problem solved.\nThanks', 1, '2017-11-06 15:50:06', '2017-11-06 15:50:06'),
+(30, 33, 2, 'Solved\nThanks', 1, '2017-11-08 10:56:00', '2017-11-08 10:56:00'),
+(31, 36, 2, 'We already fixed the issues. The problem was the users were using the previous version and the new client was not assigned as the old terminal Number. Now they are fixed.', 1, '2017-11-13 17:25:06', '2017-11-13 17:25:06'),
+(32, 53, 2, 'Okay I will fix it by 5th December. Please check whether you have paid or not.', 1, '2017-12-03 19:33:04', '2017-12-03 19:33:04'),
+(33, 55, 2, 'Solved the issue. Thanks', 1, '2017-12-07 19:25:44', '2017-12-07 19:25:44'),
+(34, 56, 2, 'Solved the issues. Thanks', 1, '2017-12-10 15:40:30', '2017-12-10 15:40:30'),
+(35, 57, 2, 'We have solved the issue. \nThanks', 1, '2017-12-14 12:02:36', '2017-12-14 12:02:36'),
+(36, 58, 2, 'Solved the issues.\nThanks', 1, '2017-12-24 18:15:38', '2017-12-24 18:15:38'),
+(37, 60, 2, 'Please provide us Team Viewer ID & Password.\nThanks', 1, '2018-01-08 11:48:17', '2018-01-08 11:48:17'),
+(38, 60, 2, 'Solved the issues.\nThanks', 1, '2018-01-08 12:51:15', '2018-01-08 12:51:15'),
+(39, 63, 2, 'Solved the issues.\nThanks', 1, '2018-01-08 19:01:44', '2018-01-08 19:01:44'),
+(40, 64, 102, 'The issue is still not solved, please tomorrow come to our office and resolve the issue urgently.', 1, '2018-01-09 16:31:43', '2018-01-09 16:31:43'),
+(41, 68, 2, 'Solve the issues. \nThanks', 1, '2018-01-30 16:23:51', '2018-01-30 16:23:51'),
+(42, 68, 106, 'Thanks for your nice Cooperation', 1, '2018-01-30 16:37:03', '2018-01-30 16:37:03'),
+(43, 70, 2, 'Solved the Issues.\nThanks', 1, '2018-02-04 10:57:12', '2018-02-04 10:57:12'),
+(44, 71, 2, 'Solved the issue.\nThanks', 1, '2018-02-05 15:29:53', '2018-02-05 15:29:53'),
+(45, 72, 2, 'Solved the issue.\nThanks', 1, '2018-02-20 13:04:23', '2018-02-20 13:04:23');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `users`
+--
+
+CREATE TABLE `users` (
+  `id` int(10) UNSIGNED NOT NULL,
+  `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
+  `email` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
+  `password` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
+  `mob` varchar(15) COLLATE utf8_unicode_ci NOT NULL,
+  `website` varchar(25) COLLATE utf8_unicode_ci NOT NULL,
+  `address` varchar(500) COLLATE utf8_unicode_ci NOT NULL,
+  `company` varchar(100) COLLATE utf8_unicode_ci NOT NULL,
+  `utype` int(11) NOT NULL,
+  `remember_token` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `employee_id` varchar(150) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `designation` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `joining_date` datetime DEFAULT NULL,
+  `mob2` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `fb` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `skype` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `linkedin` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `email2` varchar(150) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `emrgncy_contact` varchar(150) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `emrgncy_contact_phone` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `per_address` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `image` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
+  `created_at` timestamp NULL DEFAULT NULL,
+  `updated_at` timestamp NULL DEFAULT NULL,
+  `active` int(1) NOT NULL,
+  `office_id` int(11) DEFAULT '1'
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
+
+--
+-- Dumping data for table `users`
+--
+
+INSERT INTO `users` (`id`, `name`, `email`, `password`, `mob`, `website`, `address`, `company`, `utype`, `remember_token`, `employee_id`, `designation`, `joining_date`, `mob2`, `fb`, `skype`, `linkedin`, `email2`, `emrgncy_contact`, `emrgncy_contact_phone`, `per_address`, `image`, `created_at`, `updated_at`, `active`, `office_id`) VALUES
+(2, 'admin', 'helal@revinr.com', '$2y$10$8D71pBIhS8j/Kz1LDNmgde5pCpE7yKgIkZVHrkSHN/dtQaGFCZX4i', '', '', '', '1117', 1, '2kIBnDTNNF315b9y32jV2zxBMbNAe0KAHaOcgJNh7JIfVQcHNwphqg9olBaM', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2016-06-29 22:42:05', '2018-11-07 23:56:04', 1, 1),
+(17, 'revinr', 'info@revinr.com', '$2y$10$XkvAA2NkQYFcJBBuGmcGBu8GPINjQxCXFBb/RcyWTJ/1Ua2vr7mCu', '01715864162', 'www.revinr.com', '12/1Mohakhali', '1117', 3, 'xHWPnegaCVBugZuYN5gOU6y7CIhPcKYwWAzRpapKzO4OEcpQazKCWXntJmAi', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2016-08-05 14:29:13', '2018-09-09 23:37:37', 1, 1),
+(18, 'mostafij', 'mostafijur@revinr.com', '$2y$10$LxtK7DiMTwG8VG0BdiIKiOzTitudU5sTClYRRX/vWM69mQ/ot8K5e', '01717172271', 'www.revinr.com', 'nakhalpara', '1117', 2, 'Mab4EK1C3pmxjYcoRI8cBMG9cWNNxVFusHzV9ao7LfG5mLmogzkxzztWcROM', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2016-08-05 14:30:59', '2018-11-08 00:18:03', 0, 1),
+(19, 'Norazzuman', 'noruzzaman.revinr@gmail.com', '435', '01715864162', 'www.revinr.com', '12/1Mohakhali', '1117', 2, 'bSBqLhJJJPen0bBu4Hc7qqifEy3SxMhFaugw4jPc4nm9SOTu1ZTANzPpuWZa', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2016-08-05 14:39:02', '2018-04-16 07:14:55', 0, 1),
+(20, 'Jamil Shakil', 'jamil.shakil050@gmail.com', '$2y$10$Ma.TUctrZD5TtUj93eGQme16HQDkNbBwb82op1hU3rIUUpMZ/xyEC', '01942500140', 'www.studypress.org', 'Mirpur Dhaka', '1117', 2, 'E2ilnsVGWC60lqCE8jE7bm99Ee21LcNtQvkeu8vDnMuLDDF0Q2cpJD0iPx6V', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2016-08-05 15:41:48', '2018-04-16 07:15:05', 0, 3),
+(21, 'Arafat Rahman', 'nrrr42@gmail.com', '$2y$10$kxrsMLxGtk9bob1yuYkm8.FNZqR7fhRn9CqVQKH6JH5ScUF5qWKz2', '01914883086', 'www.studypress.org', 'Mirpur Dhaka', '1117', 2, 'CX8bBdnamxKOEGbHk7BYLQMrH9WTUSZJaWXqD7zduLnYoj9ldOxYM1exiPI9', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2016-08-05 15:42:45', '2017-06-03 16:20:52', 1, 3),
+(22, 'Shumon ', 'shumon.shahadat@revinr.com', '43534', '01686366296', '', 'Mohakhali', '1117', 2, 'J7OXhnE59XlTpr1qF0x8dzT28brv56tKT0qnzwX3GwHAXPpOY8TJUoA0ibsU', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2016-08-05 15:49:49', '2017-11-22 17:42:53', 0, 1),
+(23, 'Helal Mohammad', 'helaldu@gmail.com', '$2y$10$KDxoSOlLl6XoWcqrr19/tOWsNq/jlsn/PTilGeCjB4NmFtOzXE34u', '01715864162', 'revinr.com', 'Mohakhali', '1117', 1, 'dOSQgj3ea5UtpQ3yYv6hOF6I4V9RfaRvgYRniS8mW9ByA7Epk7MI8Wzi26Ps', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2016-08-05 15:50:50', '2018-07-31 00:32:36', 1, 1),
+(24, 'Keshavan', 'tkeshavan@gmail.com', '$2y$10$TglIt3mzLagVSjxUx4wu5O1.dFUUl1B.Y.gu0LgCJtsVx4ofYq2Wq', '032423423', 'itimpress.com.au', 'Sydney', '1131', 3, 'c0EZnz7uWMOVETubHKae2HHTShsS4w1UCc6NfgxqUKgQdYOs6AK2nWqz7K95', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2016-08-05 15:53:05', '2017-08-07 15:50:41', 1, 1),
+(25, 'Kabir Hossen', 'kabir@revinr.com', 'dfsggd', '01911673131', 'revinr.com', 'Agargaon Dhaka', '1117', 2, 'GdtG9KGcKsr7nyk70hrUFNrGEfX0qGlKjy9Yyrw2XPeICmWgIZRnKydHXA4c', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2016-08-05 15:56:11', '2017-11-22 17:42:57', 0, 1),
+(26, 'Sharifullah ', 'sharifcvu@gmail.com', '$2y$10$QjwaUB1ffqzlkkUKNE/dROZQvHk4aiW8yzAtCMQYmeiXPjCiAJeYe', '01717024626', '', 'TB Gate, Mohakhali, ', '1117', 2, 'gxFWJ6MJFN8ap7li77TLL9MYI21BhrwCUhHxlEVDfQTiRmsJRZTKoLdQoWh2', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2016-08-05 16:11:00', '2017-02-11 15:20:31', 1, 1),
+(27, 'Sakib Kh', 'sakibkh71@gmail.com', '$2y$10$MOPTTzOxRJuPD7Au3Td1OueFiTY5b92XjG2rB/aH/AZ6bmwQGcHpa', '01923524524', 'revinr.com', 'Uttara', '1117', 2, 'TSYjb2pbgWJdX2qblieju2rBGfMrtfna2Xrd28NAAdUVnX9IZFVfDWsvTxFh', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2016-08-05 16:41:03', '2017-11-22 17:43:04', 0, 1),
+(28, 'Shamim', 'shamim@revinr.com', '$2y$10$Q0MFGcl8HLDaOMULNrotW.iEbPN6fGxa4ARfbo0ZKzebG.yyFoXJe', '01719325917', 'www.revinr.com', 'Mirpur 14', '1117', 2, 'QIXbC2BxFTGQu1MK3g82AKzqbRfrJe7nmPo6MRE3wfbLN2yfyk594DHnu6U0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2016-08-05 16:46:33', '2017-05-15 12:50:48', 1, 1),
+(29, 'Mamun Hasan', 'mamun_hasan@hotmail.com', '$2y$10$Es94qPLLXCebWpXEuL3Hi.9wu..NNIt1r9P0KtLvxyZ2HDGqSPzv2', '01672843580', 'www.revinr.com', 'Banasree', '1117', 2, 'sJ4wLNQ6jzkObd53juwygSVCwRblY9sO7vWWtuUibySlfI1nnpeIv22lLaSW', NULL, NULL, '2016-07-10 15:08:00', '01753718849', 'facebook.com/mamunhazu', 'mamun-hasan', 'https://www.linkedin.com/in/mamunhazu/', 'Nai@Nai.com', 'Md. Mostafa Miah (Father)', '01817575791', 'Village, PO, District- Chandpur', 'user_29.jpg', '2016-08-05 16:53:49', '2017-08-23 16:56:18', 1, 2),
+(30, 'Sabuj Maksud', 'sabuj@revinr.com', '$2y$10$56rGfK3V95Ho/1FNOLXx9.Z.P2lbmh6FKWWTYYDbIpp3.vUgyc.cC', '01716224020', 'revinr.com', 'Mohakhali TB Gate', '1117', 2, 'ATC2eSmUYco5cALKgpFhclkvTTJMkjBYRVBtSYekbXXPz2UwEZA4vb56RWoT', NULL, NULL, '2011-08-01 14:01:00', '', 'https://www.facebook.com/sabuj.maksud', 'sabuj.maksud', 'sabuj', '', '01717093223', '01717093223', 'Mohakhali TB Gate', 'user_30.jpg', '2016-08-08 13:08:14', '2018-02-05 15:25:11', 1, 1),
+(31, 'sakibkhdemo', 'sakibkh71demo@gmail.com', '54645', '01923524524', '', 'uttara', '', 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2016-08-08 15:00:42', '2016-08-08 15:00:42', 1, 1),
+(32, 'Nuvista Pharma', 'nazmus.saquib@nuvista.com.bd1', '$2y$10$LIw2KdgwHmaUjzlczLMuZeTHCOhDyGBlAtwqDMPHMMVTSef1.oYKm', '01713068439', '', 'Uttara Mascat Plaza', '1120', 3, 'cP7RA0b1p95fXy7nhFMRpUqM6CqsGLfkyOUBhfeZJm8CxzN0LQgjByET1gt1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2016-08-18 16:22:03', '2017-07-31 14:56:42', 1, 1),
+(34, 'NMBTEX', 'info@nmbtex.com', '$2y$10$6s1caGd8b/7y06QkoZibM.4ajLzfViMoXjgBW2PBG2Y4bMg32LDKO', '01715475824', 'nmbtexbd.com', 'Eskaton', '1124', 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2016-10-05 16:53:34', '2016-10-05 16:53:34', 1, 1),
+(36, 'Shamme Zeba', 'zeba.revinr@gmail.com', '$2y$10$6A2/2YmlM01gw/fWPJQm1OHIWurjLpegpctSP9Oy6zWD03lD90A3q', '01911741984', 'revinr.de', 'Mohakhali Dhaka', '1117', 2, 'Lvb3H9nJ0ssa17SrGQ93rFuoTOoZE0k3l5KJ0hqfFDu8drKYfFJzdK6xAOE7', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2016-10-21 14:29:34', '2018-03-28 09:13:01', 1, 1),
+(37, 'Orion Travels', 'oriontravels@yahoo.com', '$2y$10$oH9sFFjLqf5LAfchU33cru.8D9vSMhaR1O5aeuoBX18kuQ4t2r1F2', '01919282', '', 'dhaka', '402', 3, '1pYrdqLllijkovB0FrwjiF3QDD6kHZYO1NZjREawju54mnioM3wJjaXFw9Iz', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2016-10-24 09:00:31', '2018-02-01 20:15:45', 1, 1),
+(38, 'Anik', 'pranxta007@hotmail.com', '435', '01884618008', 'www.revinr.com', 'Road 3, House 61, Block C, Bashundhara R/A', '1117', 2, 'LcHOBohnQWbgH6s10BjgmjvxaRb36uNFsUmWSrYLtjm2AKQMH9F4db1AxkZm', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2016-10-31 17:57:27', '2017-01-23 18:22:47', 1, 1),
+(39, 'Studypress Admin', 'payer.rahman@gmail.com', '$2y$10$v2TA3Ihij50K/OkC8e6YIeHadL11HLIBzP.i6eUGbj6G29TH2diny', '01861144042', 'www.revinr.com', '216 North Shahjahanpur, Dhaka-1217', '1117', 1, '5eXkiGRVqBWzMeRzBfVzjs8joy8MztIOLxZCNdxu5wVhyMuudEPmZ51RtS0U', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2016-12-01 17:13:17', '2018-07-31 00:26:28', 1, 3),
+(40, 'Kamrul', 'kamrul@fish.cat', '443', '01670896095', 'revinr.com', 'Dhaka', '1117', 2, '2Da2aOT0bp4ZwmlmN41LEqkAdLGh7rGwcL13NH47UkoQQZ6u1k7RPGH6jPRJ', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-01-21 17:03:59', '2017-02-17 11:43:20', 1, 1),
+(41, 'Maruf Al Bashir ', 'marufalbashir@gmail.com', '$2y$10$9UWEUwz97ca959xW7wAfZuz4QqJX0nrDpysfD9hBL8RhDrRfzeh4.', '01773587897', '', 'Road No 12 , Kallyanpur , Mirpur-Dhaka', '1117', 2, 'hdRAIGvhEqnne3iSdW5ehDxYDvNR8fHu99WSp6sC50UsvKg37AbRQIdXoOhz', NULL, NULL, '2017-02-12 00:00:00', '01794864860', 'https://www.facebook.com/maruf.al.bashir', '...', 'https://www.linkedin.com/in/maruf-al-bashir-276094127/', '', 'Nilupha Yasmin (Ma)', '01739968071', 'Bhatgram-5710 , Sadullapur , Gaibandha', 'user_41.jpg', '2017-02-13 14:13:09', '2017-12-14 20:33:21', 1, 1),
+(42, 'Otobi', 'atikur@otobi.com', '$2y$10$R7AaXhZSFMcOky9ElvTLC.HY0S/J/ZreKjp/k1ycQAcRlYQfx7ES6', '01714010991', 'otobi.com', 'Otobi Center Mohakhali Dhaka', '620', 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-02-25 14:20:35', '2017-02-25 14:20:35', 1, 1),
+(43, 'StudyPress', 'studypressbd@yahoo.com', '$2y$10$snAL74WSD7/Xat8Q0ymLHOA4IKYu9ezESHbWoi/SmfAnaO0iiadi2', '01715864162', 'www.studypress.org', '125 Mohakhali DOHS', '1116', 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-02-25 14:27:35', '2017-02-25 14:27:35', 1, 1),
+(44, 'Md. Tanjim Al Akib', 'akib@revinr.com', '$2y$10$qIk2sD7HnQzEOTdTLysRr.zVNfcV5m9g9fG2n.jU2iam4SVdlIae2', '01673582219', 'www.revinr.com', '575/2/b Nayatola Modhubag Mogbazar Dhaka 1217', '1117', 2, 'u80Xc7idnYS0DVtsyUihVdCqErno7TOjsVNnRykQpqUtZ7lq1ZuSt0NwOZcB', NULL, NULL, '2017-08-06 15:16:00', '', 'https://www.facebook.com/akib.tanjim', 'akibtanjim94', 'https://bd.linkedin.com/in/akib-tanjim-40b6b0129', 'akibtanjim@gmail.com', 'Md. Abu Musa', '01554335498', '575/2/b Nayatola Modhubag Mogbazar Dhaka 1217', 'user_44.jpg', '2017-03-01 15:37:07', '2017-12-05 12:56:09', 1, 2),
+(45, 'Alamgir Hossain Suzon', 'khmsuzon@gmail.com', '$2y$10$S7cSva29d7yPEkPhFhopp.2en9ffq2i1U9Nh73IQHzQSEJK0TP/Bq', '01733217891', 'stylecraftltd.com', 'Red Crescent Concord Tower, 17 Mohakhali CA, 14th Floor', '1127', 3, 'Y5ts4cYnQ2dVDFp1K4jKoEhvUjnAx0oeJQuboDOG5WWDTAymlnwsN596URHw', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-03-12 11:10:19', '2017-03-12 14:31:26', 1, 1),
+(46, 'Fouzia Nishat', 'fouzianishat2@gmail.com', '$2y$10$QZHvINjV3FySQNomSapc/e6o3QAbLHuhtJosZhm5o2mgCiusRkoSK', '01969274080', 'www.revinr.com', 'Khilkhet Dhaka', '1117', 2, 'TVuvdp5WhBvQxtZph8EzXxUZ4aDFrV1DjO8hT77RpiZeFLPSWUgVTIWSUoHx', NULL, NULL, '2017-05-12 09:00:00', '01711197331', 'Fouzia Nishat', 'shishir.bindu9', 'https://www.linkedin.com/in/fouzia-haque-8578b6121/', '', 'mother', '01711197331', 'kha-19/1/3.khilkhet-Dhaka', NULL, '2017-03-21 16:01:53', '2017-07-11 17:54:26', 1, 1),
+(47, 'Ifetkhar Rasul', 'iftekhar.rasul7@gmail.com', '$2y$10$Hb6pOOvecWi/EBFi0StBF.eVgM9EAl0RxL4KXvnWrT5PjL4yKVOaa', '+8801735533139', 'revinr.com', '443/4 west Shewrapara, Mirpur, Dhaka-1216', '1117', 2, 'MKvUrf20t4rO7DYn2uot0a6O3yZteWXsB7KrgVZaUeHHlqb4JHbOOljIMYsd', NULL, NULL, '2017-03-07 09:00:00', '01515602489', 'https://www.facebook.com/iftekhar.rasul.1', 'iftekhar.rasul5', 'https://www.linkedin.com/in/iftekhar-rasul7/', 'info@revinr.com', 'Father', '01918939534', 'Village:Mohammadpur, PostOffice: Chandragonj\r\nThana:Begumgonj, District:Noakhali\r\n', 'user_47.jpg', '2017-03-21 16:02:39', '2017-07-15 14:42:08', 1, 2),
+(48, 'MD Rezaul Halim', 'rezaul.halim@invent-technologies.net', '$2y$10$w6pPq9O.qspRJIvLykrxPujYjt.oIYvdVZxNaHiW92iE4UI6s9DTm', '01819241770', 'hannainst.com.bd', 'Banani', '1133', 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-03-21 16:22:39', '2017-03-21 16:22:39', 1, 1),
+(49, 'Reazul Haque', 'haque.reazul@eduaid.net', '$2y$10$2hr5r750TW2FtwYYsiZ1feakHz9p76SL8FXveNQK3bGO0tkwSMpfq', '017113350674', 'eduaid.net', 'Melbourne Australia', '1134', 3, 'aFPU0o4So8vM3YogtuRDa477LIsQ9czjkbHZ9VDSJ6CeQQphb7OAmvAlvih5', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-03-29 16:19:45', '2017-03-30 11:54:26', 1, 1),
+(50, 'Md Shamsur Rahman ', 'shams@thinkbpopro.com', '$2y$10$vPa.YSW8alRJaa7cdSr9ReInvrw5OzOi.osKfOWmBK4biptuzBpwm', '01721560197', 'thinkbpopro.com', '12/4 Ikbal Road, Mohammadpur', '1135', 3, 'ZhygNOK5zJtYPs30gCcGepoTfXC8eeknN3B2QsS2xbSArt0Lhq5QE6sOxbYk', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-03-30 10:14:42', '2017-03-30 10:52:02', 1, 1),
+(52, 'Hasan Khan', 'hasan@pawlaknitwearbd.com', '$2y$10$yCYEtlLhht0TwRWR09zTk.ZHrEaDhUKv2IsU6mYdNbwHF0.L7jaX6', '01611906900', 'www.pawlaknitwearbd.com', 'Isdair, Fatullah, Narayanganj, Bangladesh. ', '1136', 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-04-10 16:09:58', '2018-03-20 10:43:13', 1, 1),
+(53, 'Mrinal Kanti Nath', 'mrinal@pacificjeans.com', '$2y$10$mU4qOjk9VHE2yilqlvRH4eu7xGz35LMw9bFQFdhqI1FCEJeUzVrJG', '01713194200', 'https://www.pacificjeans.', 'Chittagong EPZ', '1115', 3, 'd1jPJzESLuPthcgzEKlqHrS7n429KMH1BBaEVjU8DKjA8yS1TU1tGp0Pw15t', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-04-10 16:28:17', '2017-10-19 14:17:19', 1, 1),
+(55, 'Md. Tauhid Bin Abdus Salam', 'abc@yahoo.com', '$2y$10$NM6uReDKykQkG.Ztt8NEeetibabXbaJBg6VHFgrShH21MGmMwvXre', '01715431818', 'http://rugsbd.com', '1st floor, House # 496 West, Road # 9 (Near by Anannya Shopping Complex); Baridhara DOHS, Dhaka. Bangladesh. ', '1137', 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-04-12 17:38:38', '2017-04-12 17:38:38', 1, 1),
+(56, 'Abdul Wadud', 'abc@gmail.com', '$2y$10$E1NPVOtgbpUCpfdI1BYOrunt71Ksm7rCQodYVBShlYwFk1hQzFrrS', '01730303511', 'http://www.standard-group', 'STANDARD|GROUP Civil Engineers Bhaban 69, Mohakhali C/A Dhaka 1212, Bangladesh. ', '404', 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-04-18 16:41:56', '2017-04-18 16:41:56', 1, 1),
+(57, 'Mr. Kabir', 'kabir@nmbtexbd.com', '$2y$10$9wmL1eZxAdS2cCfA9zrAg.2ZxoMmKIH96juUxc9TKWhph57tuPFsu', '019616131039', 'nmbtexbd.com', 'Eskaton Dhaka', '1124', 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-04-30 13:01:59', '2017-04-30 13:01:59', 1, 1),
+(58, 'Md. Hasibul Hasan', 'hasibulhasan2009@gmail.com', '$2y$10$wAabjngjFy0S5ZOHL5hovuhQ5Szm3W9AzvBiCz.1sI1D3nEuys84e', '01741339123', '', '89/A-1, Barapag, Mirpur-2, Dhaka', '', 2, 'pPHNJq6QccFCe5hAB1OkTL4NqVmxOnpxhNFR5rUMyEwCsk1v1jvDr4LIXhaM', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-05-04 09:21:50', '2017-05-04 10:46:56', 1, 1),
+(59, 'Minhaz', 'md@prottoymedical.com', '$2y$10$WigNdwHEwr5tB4OkG.wEK.Ck7B2F.rnEN40YeAwo0DDbXZYkE7boC', '01713033590', 'http://prottoymedical.com', 'House#01, Road #08 , Block #J, Flat #A-4 & B-4, Baridhara Residential Area, Dhaka -1212 House#01, Road #08 , Block #J, Flat #A-4 & B-4, Baridhara Residential Area, Dhaka -1212 ', '1138', 3, 'Lnyz8ZEGkYOCo3YwQxTiMXt5bYyCeTkjycUXPJEeoSD0br4YtBYI00NDEprI', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-05-15 13:08:57', '2017-05-15 13:11:21', 1, 1),
+(60, 'Team 2', 'revinrltd@hotmail.com', '$2y$10$FqtAqcHtOxSCmGvuMobsEeb/nj0EFUI8I/XMrG9IGpu1SPRXLlVNW', '01624595959', 'revinr.com', 'Store1, 118, Mohakhali, Dhaka', '1117', 3, NULL, '', 'PR', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-07-04 17:33:00', '2017-07-04 17:33:00', 1, 2),
+(61, 'Zia Evan', 'evanstat99@gmail.com', '$2y$10$rLAtDK/h1EDb6IB4vCJmAuTK6Z2RnjQv8n7xXmCuLxsp9/vjHgTjK', '01730710579', 'revinr.com', '10/10 Razia Sultana Road, Mohammadpur Dhaka', '1117', 1, NULL, '', 'Director', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-07-04 20:27:34', '2018-02-12 18:44:35', 1, 2),
+(62, 'Mr. Mamun', 'mamunit@dekkoashulia.com', '$2y$10$zelvkko6LRdC8UAVfOyU1uM18udbtr1C3Rcztaut7CDCw2A0Du3r2', '01841296818', 'http://dekkogroup.com/', 'Purbo Narashingopur, Ashulia,Savar', '1113', 3, 'rufgm05EkhWnI3r4GuMEAarYvrvMhT52rzZeF7wm7dTc0xKTSXpKKlBk3cQW', '', 'System Admin', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-07-11 14:49:41', '2017-08-09 15:20:01', 1, 1),
+(63, 'Robiul', 'profileltd.bd@gmail.com', '$2y$10$kJHWp2S1hizN8nbgVCSV8uaJbgkpQMoWvWslqrKxdT6yRMu2F56zK', '01833312395', 'http://www.profilelimited', 'Profile De Fenomen House 18, Road 6, Gulshan 1 Dhaka, Bangladesh.', '1139', 3, 'EMLfvoW3uVWs7gFPIn1CizBiajk9I725f2Dx8MURTUn9LERHTp9bAYuHVOML', '', 'IT officer', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-07-17 17:22:07', '2017-08-13 16:37:32', 1, 1),
+(64, 'Rajib Nag', 'it@prettygroupbd.com', '$2y$10$cmLkNvj5XD6nT4MfvrICeOtwApH0vBgotqk63qoTIMP21uMH4FHVG', '01985770416', 'http://prettygroupbd.com', 'House # 08, Road # 14, Block # K, Baridhara Diplomatic Zone, Dhaka – 1212, Bangladesh.', '1114', 3, 'jG6cuTb9hvqjszZNhwTWR0yEJ32NKoBJRjirm7fT1pqwon9hdeDEZaI1MrN9', '', 'IT officer', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-07-20 09:51:24', '2017-07-20 10:30:20', 0, 1),
+(66, 'Mr. Shahinur', 'shahinur@prettygroupbd.com', '$2y$10$AfAzFBLyOcz1OsPys/PYqOSzodS8ZYhK..6w5mMozyNf9kkFhEHHy', '01992055668', '', 'House # 08, Road # 14, Block # K, Baridhara Diplomatic Zone, Dhaka – 1212, Bangladesh.', '1114', 3, 'PyCILuKOWF7wrx3zEIV2AenvcseVAmeaFSAf9R7MgumAy6s4lgnZUbCymHb2', '', 'IT officer', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-07-20 10:09:42', '2017-07-20 10:22:15', 1, 1),
+(67, 'Siddik', 'SiddikA@epicbd.com', '$2y$10$Lg2CWvgMsCIvuXHO0Xyf3OH1mzjIPqaUtL/8U0.pHttOTAsRMNIOW', '01712 929290', 'http://www.EpicHK.com.com', 'PGCL, THE EPIC GROUP Email: IT.Pgcl@EpicBD.com', '57', 3, 'qVmbcToLuAYqI89LquKEeUNuFP6h0V4wtZZEXIVg8M1u5iXzmD7A0J4On6hY', '', 'IT Team', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-07-27 10:52:04', '2017-07-27 10:58:55', 1, 1),
+(69, 'Rajib Ashraful', 'rajib_ashraful@mj-group.com', '$2y$10$FW6Q.72aN6ZmJHgCnrsyl.aeztMI8fGk5tpLr.abYIdrncSamPoCO', '01709677551', 'http://www.mj-group.com', 'Red Crescent Concord Tower (8th, 12th & 13th Floors) 17, Mohakhali C/A, Dhaka 1212, Bangladesh', '1111', 3, 'R0u6eXwx75UBcwfA63Z58AJbm9vLahHuFNbl4N4zg199dK9S2a0Fbhq9Pzn2', '', 'IT Team', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-08-09 16:35:56', '2018-02-05 12:09:51', 1, 1),
+(70, 'Husnay Mobarak', 'husnay_mobarak@mj-group.com', '$2y$10$G4tg7fmna6gMDJCRsMs0u.3IQaGsQsKtblwww.K1ujcvnPL9qqvIC', '01709677403', 'http://www.mj-group.com/', '17, Mohakhali C/A, Dhaka 1212, Bangladesh\nTel: (880-2) 881-4048, 985-1179, 984-0858\nFax: (880-2) 882-3859, 883-7137\nE-mail: info@mj-group.com', '1111', 3, 'mWvghAjWnA1F8GwWV19ECE0VR7zNbOLMAhjPKg60QrE0YQqlqQIh1StklWqX', NULL, 'IT Manager', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-08-10 11:52:21', '2017-08-10 11:52:52', 1, 1),
+(74, 'Somen', 'akib3@revinr.com', '$2y$10$qL5t7N5gs2spopcSARVzCOOktuOj9h4GSuGA45ErPELxZcqmZ5RJ.', '0171254654', 'N/A', 'N/A', '1115', 3, NULL, NULL, 'IT Officer', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-08-10 17:28:07', '2017-08-10 17:28:07', 1, 1),
+(76, 'Akib', 'akib12@revinr.com', '$2y$10$JLRK1C2RBk9EjvSSzCcDCey7gmTXHpTxqTjLJ0RifbS.Q94W/30.m', '242424', 'N/A', '1782 Telfair Chase Way', '1117', 3, 'Tdq7NGN5onMt4Iyv5yWn8H6Nkg9GAesmUpFFJDtVGRChkhMOCSkFk8kTjS9F', NULL, 'IT Officer', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-08-12 11:02:59', '2017-09-11 10:21:58', 1, 1),
+(77, 'Lutfullahil Kabir Ashik', 'ashik.revinr@gmail.com', '$2y$10$0nIIj/.Y2fKGomPAjBe3KOH3AdoGKfKzcraUrDSaVYlM.ifP4ciVK', '01683292375', 'revinr.com', '109/7 B Afsaruddin Road, Purba Rayer Bazar Dhaka', '1117', 2, 'xAYTe2qNFY5bOTkJAGt5yu2zWYTNxgp81o2VqH3caQMh9T16Zw8dmtLI7zsU', NULL, 'Software Engineer', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-08-20 09:58:29', '2018-03-28 18:39:33', 1, 1),
+(78, 'Maruf', 'maruf@prettygroupbd.com', '$2y$10$2XQqOIHK8mQfH7kvk6kQsOKsrxViu5zuDQJqe8s5Sgc65DqZqswru', '01992055752', 'http://prettygroupbd.com', 'Plot # 222, Gacha, ChayadanaGazipur, Bangladesh', '1119', 3, 'zSl8XXx2TNwlt8Lj6ngswgaABpmCQ7J7lo94oZeVg2TtLGNSEBlQruppz8Xx', NULL, 'IT officer', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-08-22 16:15:47', '2017-09-24 17:03:36', 1, 1),
+(79, 'Adnan Bin Hossain', 'adnan.hossain@nuvista.com.bd1', '$2y$10$GcoMKO.UvK3fV9NTXOpKvuusd6XnzUXvH3005vvZt.YdjIcYBkFpq', '01711401343', 'http://nuvistapharma.com/', 'Mascot Plaza, 8th Floor 107/A, Sonargaon Janapath, Sector – 7, Uttara C.A Dhaka – 1230, Bangladesh. ', '1120', 3, 'neomtaY5ul8w5ixqQRefH6VLtIky2ybOfWNFnnkFL1tm6q3UI6A68mp5FrEo', NULL, 'IT officer', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-08-23 16:55:26', '2017-08-24 11:28:58', 1, 1),
+(80, 'Mahbub', 'mahbub.k@standard-group.com', '$2y$10$ZH3I8K9zWRQsesmyQzI6w.vklQNZvQTv6p/L87M9wWoYWfMLoPvta', '01733103689', 'standardk.com', 'Shofipur, Kaliakoir, Gazipur', '404', 3, 'LO29HYHTOtxzJH5jyMeHvRswJJdjvEyjAYJQzKlNFSS2Quv8VZnnvJ9b5Cjw', NULL, 'Senior System Engineer', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-08-24 18:35:01', '2017-12-21 15:17:02', 1, 1),
+(81, 'Mr. Shah Newaz', 'Shah.Newaz@kenpark-bangladesh.com', '$2y$10$HM3mbFVVxE4ZMBlC.plg9OudJw4LFxvl3cVx40cUF9C9DvolJk8qS', '01730081892', 'regencygarments.com', 'N/A', '1123', 3, 'rKExeMBFbPSJKCX5pPo1jIextGYdws2shwP21ctQTlJMWayHhqH3vhdwroWA', NULL, 'IT HEAD', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-11-13 16:41:45', '2017-11-15 15:18:01', 1, 1),
+(90, 'Mr. Mamun', 'mamun@akhfashions.com', '$2y$10$pvBKf7XFrTY9IVgAzNNimO7A56O3QsYsBMBYCrb26k5UyqhxOjI/e', '01755630830', 'akhfashions.com', 'N/A', '1125', 3, NULL, NULL, 'Merchandiser', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-11-19 18:06:50', '2017-11-19 18:06:50', 1, 1),
+(91, 'Mr. Raihan', 'raihan_afl@akhfashions.com', '$2y$10$CkyuF.M4xvFARtKVlPd2r.a3xjDK9vi08EE0rDdqeWwQTCWjwFBfO', '01712369357', 'akhfashions.com', 'N/A', '1125', 3, '1xAountDLCISO623plA84MjsXHgRIh3gUCp8U3kVhkIuKYQqR2bpTZwHOJhO', NULL, 'IT OFFICER', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-11-19 18:08:24', '2018-01-08 15:54:32', 1, 1),
+(92, 'Dr. Subir Khiyang Babu', 'dr.skbabu@yahoo.com', '$2y$10$/cK5qxM7Oy.jG8O36J3M.ep29Y9Wla7qzhfXDy.4giZ0xvSKSReyS', '01711890903', 'N/A', 'N/A', '1126', 3, NULL, NULL, 'Program Manager', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-11-22 17:09:13', '2017-11-22 17:09:13', 1, 1),
+(94, 'Amir Hamza Sohag Kaka', 'amirhamzasohag@gmail.com', '$2y$10$5CE00ndnEb3MLCmXvhUrNu/LGS2vBGVqGiGSGGnm6PGZEtBPuXrR.', '01722344845', 'friobd.org', 'Village+ Post: Tamai\nUpaziila: Belkuchi\nDistrict : Sirajganj\nPOST CODE: 6730', '1129', 3, '6b18EHaYV4fEUeVF1XSiFvfDBIRt6AO6o094cxCbXErDqJsg16QVbtfxNBVZ', NULL, 'President', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-03 19:23:46', '2017-12-03 19:32:12', 1, 1),
+(95, 'Tarikul Islam', 'tarikul@revinr.com', '$2y$10$Wd/ox8XS.qG2Gz.2ChMCAOFHdgWoR9n0d.uQC.s1nA4Ep.TdX5L2.', '01911873186', 'revinr.com', 'House 7/2, Road -5, Priyanka Housing, Mirpur-1, Dhaka 1216', '1117', 2, 'PhHz2AN5tKcPCdiWLOfXDdVrKAidsXDJtsV9GPlWlhmIC8UgVIUJn7vcmX0E', NULL, 'Software Engineer', '2017-12-05 08:43:00', '01611873186', 'fb.com/ronykader', 'rony.kader', 'ronykader', 'rony.ksr@gmail.com', 'Md.Jaman(Brother) and Md. Abdul Kader (Father)', '01617760000, 01728241383', 'House 7/2, Road -5, Priyanka Housing, Mirpur-1, Dhaka 1216', NULL, '2017-12-05 12:42:48', '2018-03-08 17:28:34', 1, 1),
+(96, 'Nripen', 'mrch2.cipl@epicbd.com', '$2y$10$O3ibkz2ji/Xx992rMHP0RehzdpTkPLUu64e5pUTCBGPF0a8DzlELG', '01671601645', 'N/A', 'FS SFB (3rd Floor), DEPZ (Extension Area) Gonak Bari, Savar', '57', 3, 'lcbLAdhlwtgvAOcRI6xusfwvxuf17RLkady1Fv9U8T1bgqJ2j79Xg13YrzNN', NULL, 'Sr. Merchandiser', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-07 12:23:21', '2017-12-07 12:37:15', 1, 1),
+(98, 'Masud Rana', 'rana_masud@mj-group.com', '$2y$10$3nRDPcOoS5DvQMtXmlDSfOgvr6jwzdk4XLSoXZcv5J3cRwVYl7rVe', '01709677401', 'http://www.mj-group.com/', '17, Mohakhali C/A, Dhaka 1212, Bangladesh\nTel: (880-2) 881-4048, 985-1179, 984-0858\nFax: (880-2) 882-3859, 883-7137\nE-mail: info@mj-group.com', '1111', 3, NULL, NULL, 'Manager Procurement', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-10 14:47:54', '2017-12-10 14:47:54', 1, 1),
+(99, 'Nurul Muhammad Haque', 'nurhaq@gmail.com', '$2y$10$9RQJFGKd2496MQUoRuq6RuirlK1HAk0K36fqHmjs8EBmr86s1hkB2', '01782442277', 'www.handbl.com', 'Bhuiyan mansion (2nd floor)\n6 Motijheel C/A, Dhaka - 1000', '1140', 3, NULL, NULL, 'Sr. Manager', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-14 16:08:41', '2017-12-14 16:15:15', 1, 1),
+(100, 'Ahnaful Hasan', 'nabil@revinr.com', '$2y$10$YmWaYTsudESvPY/Z5oq6qeTOTVnzlpMoakgiKiwtDvaUKC7CJZdNm', '01719138749', 'revinr.com', 'House 54/B, North Baridhara, Dhaka 1213', '1117', 2, 'BjEzyTbVZCRp57VKwHN0hJS2Yi4YKKvPK5M7qkmH4LKFwAZSm601GIJqUxZa', NULL, 'Software Engineer', '2017-12-18 17:29:00', '', 'fb.com/ahnafulhasan.nabil', 'ahnafulhasannabil', 'linkedin.com/ahnaf', '', 'Mr. Mahbubul Islam (Father)', '01674973971', 'House # 517, Daulatpur, Khulna', NULL, '2017-12-18 17:28:21', '2017-12-26 14:59:19', 1, 1),
+(101, 'Noruzzaman Khan', 'khan79ete79adust@gmail.com', '$2y$10$3l651Qj6/fYH0PrjmBVE7uPwu5JevrRba0cNKdSw0Eg2OnKvd1lly', '01919437239', 'revinr.com', 'revinr', '1117', 2, '1wx28OGqXVSRYvJsMhxrUhTC9KPM9idhUj0NWzWThxLUnuKHv05jxhR6yrAP', NULL, 'Software Engineer', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2017-12-19 20:15:34', '2017-12-21 16:20:58', 1, 1),
+(102, 'Makbula Manjur', 'manjur@interloop.com.bd', '$2y$10$gjR0I85q49hVDlLJo02pgO72jlhJAse.fsukBUOTdRP0cplr7UJ4C', '01938884981', 'http://www.interloop-pk.c', 'Dhaka', '1144', 3, 'WyA7J8jNyeb1bJlRX5sMqR1enBPgUX9QY5Y8xVFDd8pufgWD9nBWhjhQYbKR', NULL, 'Sr. IT Officer', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2018-01-09 15:23:37', '2018-01-09 16:41:43', 1, 1),
+(103, 'Mr. Asad', 'it@stylecraftltd.com', '$2y$10$s3PnogrsxDgK4XHG1EqEF.8IXVZNqdqF.IC6WXXu.Wb929iIAj.sC', '01721747522', 'http://stylecraftltd.com/', 'Red Crescent Concord Tower, 17. Mohakhali Commercial Area, 14th Floor, Dhaka, Bangladesh', '1127', 3, NULL, NULL, 'IT OFFICER', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2018-01-10 12:00:27', '2018-01-10 12:00:27', 1, 1),
+(105, 'Hadiur Rahman', 'hadiur.iecc@gmail.com', '$2y$10$FCkRH.nk1hE2Qy.MO4a.3eexgUu4tcO6J1FQ5tkzUevpXSaLr9Fva', '+44 788 601 534', 'www.iecc.co.uk', 'Cardiff UK', '1117', 2, 'jntBlmgqri6txljU22vxqIz2vka0gDPe8Ne3HfeTOfBeuCVkdVFc4dWF2Ew3', NULL, 'Project Manager', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2018-01-29 14:47:57', '2018-02-09 20:49:49', 1, 1),
+(106, 'Nurmohammed', 'nurmohammad@prettygroupbd.com', '$2y$10$oBPZacVYllJMsO0qY5AYb.FeBpkNmYTzJXC0WkoeMFYrk88J5yIse', '01992055826', 'prettygroupbd.com', 'House # 08, Road # 14, Block # K, Baridhara Diplomatic Zone, Dhaka – 1212, Bangladesh.\nTel : +88 02 9852056-59\nFax : 88-02-9859703\nE-mail : info@prettygroupbd.com', '1114', 3, 'Nnn3lAKLhnNAPPsD2TnewtIC2Ww9s9CUpFHwZE69V4SgTDedo43tVSAXeExv', NULL, 'IT Department', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2018-01-30 16:16:12', '2018-01-30 16:22:48', 1, 1),
+(107, 'Mr. Saquib Kabir', 'saquib.kabir@gmail.com', '$2y$10$797DRzFZ55SF34w7KAJN7Ogyqh/UhwaQNUB1BCakiF6qtNOtAMLvS', '01733332273', 'N/A', 'N/A', '402', 3, NULL, NULL, 'Director', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2018-02-01 12:11:21', '2018-02-01 12:12:10', 1, 1),
+(108, 'Mr. Azmat', 'azmat@interloop.com.bd', '$2y$10$1LzPxP6HB150p2bxOfoBfOEwKAHE9riHJ30flM8gFBweS.BZF8uhu', '01938884943', 'http://www.interloop-pk.c', 'Dhaka', '1144', 3, 'TmWiQeMkIoPyU6bGyuSqIwQEqJYBPQ55O2TcA9reTFNJJqQYxA30QoFQL1EW', NULL, 'IT Department', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2018-02-20 12:31:27', '2018-02-20 12:46:41', 1, 1),
+(109, 'Tahniat Sabrina Swarna', 'tahniatswarna25@gmail.com', '$2y$10$S4sU7liGHeohmm9C7NXU/OhwFPIVegoX32ZhPExmKT7/nZq8dtR2e', '01680379107', 'www.revinr.com', '49/KA, Sharapuri Bishwa Road, Kuril', '1117', 2, 'RUyutI8Xer8qDdUH4Mwk42jHVdHSPb2S9E0NBsEsSLzRTntlH4DhBDW2jiYq', NULL, 'Sales Executive', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2018-03-01 10:38:48', '2018-03-01 10:45:21', 1, 1),
+(110, 'Tahniat Swarna', 'mk.studypress@gmail.com', '$2y$10$BetjHFKsh8Fg3o8Y011HyOFemqCge8/859Z7irc4pLS0V22EcHuwi', '01680379107', 'studypress.org', '49/KA Sahara Kuril Bisswaroad, Dhaka 1209', '1116', 2, '2j1Y1J8hWHmp5HvUrkaBq82gyYaNMAgpf9JZjBip9KqQpOYn4Olwi1siOaA1', NULL, 'Sales Executive', '2018-03-04 09:00:00', '', 'fb.com/parisa.hossain.3', 'tahniat.swarna1', 'tahniatsabrina', 'tahniatswarna25@gmail.com', 'Mrs. Sajeda Begum (Mother)', '01912056393', 'same', 'user_110.JPG', '2018-03-05 13:48:18', '2018-03-11 17:24:45', 1, 1),
+(111, 'Md. Jowel', 'jowel.revinr@gmail.com', '$2y$10$Acr1sUne0tFfXpWkso6fb.jHjnkdEw3lYYebDwwYBAE3wRR6Z.2eC', '01790622186', 'revinr.com', 'Satmasjid Road, Dhanmondi, Dhaka', '1117', 1, 'EO5xtqEyuimKJuwzoEI7c3d9lxvBwhzUzyPtmooKT718U3AUbdRcfjHSC59w', NULL, 'Programmer', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2018-03-06 15:55:21', '2018-12-06 00:12:38', 1, 1),
+(112, 'Faisal Mahmud', 'smfmahmud.me.buet@gmail.com', '$2y$10$YoQB2bOqWSzl/4WY2agUdu0gQTVnsIm5DHSX9yINe48wTX8.fZvWC', '01755500421', 'helal@revinr.com', 'Mogbazar Wireless ', '1117', 2, NULL, NULL, 'Director Marketing', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2018-03-07 14:55:55', '2018-03-15 14:48:43', 1, 1),
+(113, 'Naimul Islam ', 'sales@prisma.net.bd', '$2y$10$DuJ5cyXLVkbSOQ0hEeNxSeCPvxOlsCZY8R8fSlm5T/nmYGKt8SVBy', '01713363914', 'http://www.prisma.net.bd/', '34,Kemal Ataturk Avenue,Awal Center, Level 3,Banani,\nDhaka-1213, Bangladesh.  ', '1145', 3, NULL, NULL, 'Officer', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2018-03-08 17:25:16', '2018-03-08 17:26:38', 1, 1),
+(114, 'Anannaya Saha Chandni', 'anannayasaha.chandni@gmail.com', '$2y$10$q0/wLZezuA1LtQdB.wvpCurzb9iOtBtNn8bvBSPnfl1ftIldx8LVW', '01912169052', 'www.revinr.com', '75 North Road, North Palace, Flat 9D Dhanmondi', '1117', 2, '12SnoMaV88qCUB4lTnUqVM9KMn4Q6Wb7763hPtq7xKiEHsUeMl8YFTseuOSb', NULL, 'Software Engineer', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2018-03-28 14:04:08', '2018-04-01 16:10:05', 1, 1),
+(122, 'user1', 'user527892@gmail.com', '$2y$10$LNvhpX.gQOE8WMuZsvmhZeXH8qnLMHHaSN6WgaeJ/nVXay.RTvCwa', '3456789333', '', 'Dhaka', 'Select A Company', 2, NULL, NULL, 'User', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2018-04-18 04:58:20', '2018-04-18 05:06:47', 1, 1),
+(123, 'Md Jowel', 'jowel@gmail.com', '$2y$10$AptsPqx6/o9CVzzJheL6nORM3b85lWTDukg1FS/8Mg2tw22sMFdI.', '01790622186', '', 'Dhaka,Rampura', '', 2, 'LmQjgY3cBmImgMFx5luMDU5BbM4AtMSz3NQjQ26tWBSO3No2oF5jsEJXbG3a', '1', NULL, NULL, NULL, '', '', '', NULL, NULL, NULL, 'Comilla', NULL, '2018-04-18 22:33:28', '2018-11-08 03:52:34', 0, 1),
+(124, 'Aimee Leach', 'waqofanep@mailinator.com', '$2y$10$3Y3ZzXL7K0/LOdA/5dGNq.aJRZH2er1NZlmUs6mND3/jfppu32cvu', '+746-51-8584337', '', 'In facilis qui ipsu', '', 2, NULL, '6', NULL, NULL, NULL, 'Incidunt', 'Cumque', 'Praesentium', NULL, NULL, NULL, 'Commodo', NULL, '2018-11-07 23:56:55', '2018-11-07 23:57:06', 1, 1),
+(125, 'revinr IT', '12@e.com', '$2y$10$NVV7ezl4yI5T4Uj9.oznZOgiiQhOZRLAoHMw8NBiCMVo4bgvToBla', '01755630830', 'N/A', '131,DIT Extension Road Rafatun Mansion (1st Floor) Fakirapool, Dhaka', '406', 3, NULL, NULL, 'Merchandiser', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2018-11-28 05:52:54', '2018-11-28 05:52:54', 1, 1),
+(127, 'Appointed', 'app@gmail.com', '$2y$10$oD.de/fPtaxlsyO6alb7su53Gmr0RgxqwGUMAoPPZvdTzHIHXm0f2', '22222222', 'N/A', '131,DIT Extension Road Rafatun Mansion (1st Floor) Fakirapool, Dhaka', '406', 3, NULL, NULL, 'Quos explicabo ', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2018-11-28 05:57:54', '2018-11-28 05:57:54', 1, 1),
+(128, 'jowel rana', 'ddd@gmail.com', '$2y$10$Dx7S34yJ1wk8aaqpvbg6iOqvOe/5v.OLZK3WlhEG8aDYOVzUBzw7O', '22222222', 'N/A', '131,DIT Extension Road Rafatun Mansion (1st Floor) Fakirapool, Dhaka', '406', 3, NULL, NULL, 'janina', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2018-11-28 06:08:18', '2018-11-28 06:08:18', 1, 1),
+(129, 'jowel rana', 'jowel52@gmail.com', '$2y$10$kurvnVZoMEU1QXpkxljtIO/82VgDkSTRNE0umqWyFObF45HYdxjQS', '22222222', 'N/A', 'N/A', '52', 3, NULL, NULL, 'janina', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2018-11-28 07:35:57', '2018-11-28 07:35:57', 1, 1);
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `vocabularies`
+--
+
+CREATE TABLE `vocabularies` (
+  `id` int(11) NOT NULL,
+  `word` varchar(255) CHARACTER SET latin1 NOT NULL,
+  `meaning` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
+  `synonyms` varchar(255) CHARACTER SET latin1 NOT NULL,
+  `antonyms` varchar(255) CHARACTER SET latin1 NOT NULL,
+  `example` text CHARACTER SET latin1 NOT NULL,
+  `display` tinyint(1) NOT NULL,
+  `updated_at` datetime DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci ROW_FORMAT=COMPACT;
+
+--
+-- Dumping data for table `vocabularies`
+--
+
+INSERT INTO `vocabularies` (`id`, `word`, `meaning`, `synonyms`, `antonyms`, `example`, `display`, `updated_at`) VALUES
+(8, 'Nice', 'সুন্দর', 'beautiful , Wondeful, Charming', 'Ugly', 'It is very nice to see you again.', 1, NULL),
+(9, 'Alleviate', 'উপশম করা, প্রশমিত করা', 'Allay, Help, Assuage, Ease, Mitigate, Soothe', 'Aggravate, exacerbate', 'A car pool alleviates some of the stress of driving the kids to and from school every day.', 1, NULL),
+(10, 'Abandon', 'পরিত্যাগ করা', 'Deliver, Give up, Iindulge, Surrender, yield', 'Keep,Retain,Support', 'That house was abandoned years ago.', 1, NULL),
+(11, 'Altruism', 'পরহিতব্রত, নি:স্বার্থভাবে অন্যের উপকার করার প্রবণতা ', 'Benevolence, Selflessness, Charity, Philanthropy', 'Meanness, Egoism', 'Should we assume that people are motivated by altruism or self-interest?', 1, NULL),
+(12, 'Amalgamate', 'একত্রিত করা', 'Mix, Mingle, Commix, Unify, Composite', 'Break down,Break up, Separate.', 'Alexander had planned to amalgamate the former rulers of the world.', 1, NULL),
+(13, 'Ascend', 'আরোহণ করা', 'Arise, Aspire, Climb,Soar', 'Decline, Descend, Dip, Drop', 'They watched their balloons slowly ascend into the sky.', 1, NULL),
+(14, 'Apex', 'চূড়া,সর্বোচ্চ চূড়া', 'Acme, Apogee, Climax, Crest, Crown,Zenith', 'Bottom, Nadir, Rock Bottom', 'She reached the apex of fame, only to find it wasn\'t what she expected.', 1, NULL),
+(15, 'Apostate', 'স্বপক্ষত্যাগী', 'Renegade, Defector, Deserter', 'Loyalist,Follower,Disciple', 'He became an apostate to liberalism after he had gotten wealthy', 1, NULL),
+(16, 'Apathy', 'অনীহা,উদাসিনতা', 'Emotionlessness, Impassiveness, insensibility, numbness', 'Emotion, Feeling, Sensibility', 'People have shown a surprising apathy toward these problems', 1, NULL),
+(17, 'Amenable', 'অনুগত', 'Willing, Docile, Obedient', 'Uncooperative, Resistant', 'Parents who have amenable children are happy.', 1, NULL),
+(18, 'Abhor', 'ঘৃণা করা', 'Loathe, Abominate, Detest', 'Admire, Covet, Esteem, Relish', 'We abhor cruelty.', 1, NULL),
+(19, 'Deliberate', 'সুচিন্তিত', 'Advised, Conscious, Scrupulous', 'Chance, Indeterminate', 'The jury deliberated for two days before reaching a verdict.', 1, NULL),
+(20, 'Abortive', 'নিষ্ফল, ব্যর্থ', 'Fruitless, Ineffective, Unavailing', 'Deadly, Effective', 'An abortive attempt to recover the  ship.\n', 1, NULL),
+(21, 'Accumulate', 'একত্রিত করা', 'Amass,Assemble,Amalgamate,Aggregate', 'Disperse,Scatter,Dissipate,Divide', 'Evidence of his guilt is accumulating.', 1, NULL),
+(22, 'Adulterated', 'দূষিত', 'Contaminate,Pollute,Spurious', 'Refine,Pure,Clarify,Filter', 'The company is accused of adulterating its products with cheap additives', 1, NULL),
+(23, 'Aggravate', 'অবনতি হওয়া', 'worsen,deteriorate', 'allay, alleviate, ease, mitigate,', 'She aggravated an old knee injury.', 1, NULL),
+(24, 'Animosity', 'শত্রুতা', 'Enmity, Antagonism, Antipathy, Grudge,Hostility', 'Amity,Harmony', 'We put aside our personal animosities so that we could work together.', 1, NULL),
+(25, 'Annoy', 'বিরক্ত করা', 'Agitate,Bore,Bother,Displease', 'Appease, Oblige, Pacify, Console, Solace, Soothe', 'Deliberately annoyed the elderly neighbor by walking across his lawn.', 1, NULL),
+(26, 'Applause', 'প্রশংসা', ' Cheer,Praise', 'Criticism,Booing, Hissing', 'The announcement was greeted with applause', 1, NULL),
+(27, 'Audacious', 'দুঃসাহসী', 'Nervy, Bold,Insolent', 'Retiring, Shy, Timid', 'They have audacious plans for the new school.', 1, NULL),
+(28, 'Baffle', 'ব্যর্থ করা', 'Upset,Puzzle,Confuse', 'Enlighten,Encourage,Promote', 'I was baffled by many of the scientific terms used in the article.', 1, NULL),
+(29, 'Beneficial', 'উপকারী', 'Advantageous, Favorable, Friendly', 'Disadvantageous, Unfavorable, Unprofitable', 'Regular exercise has many beneficial health effects.', 1, NULL),
+(30, 'Benevolent', 'দয়ালু', 'Benignant,Compassionate, Kind, Softhearted', ' Brutal,Cruel, Heartless, Inhumane.', 'He belonged to several benevolent societies and charitable organizations.', 1, NULL),
+(31, 'Boast', 'গর্ব করা', 'Show off,Brag,Pride', 'Belittle,Deprecate,Be ashamed', 'When he says he\'s the richest man in town, he\'s not just making an idle boast.', 1, NULL),
+(32, 'Bona fide', 'খাঁটি', 'Authentic,Genuine', 'Bogus, Counterfeit, Fake, False', 'She has established her position as a bona fide celebrity.', 1, NULL),
+(33, 'Boisterous', 'কোলাহলপূর্ণ', 'Clamorous,Uproarious. Noisy', 'Peaceful,Tranquil', 'A large and boisterous crowd attended the concert.', 1, NULL),
+(34, 'Bevity', 'সংক্ষিপ্ততা', 'Briefness, Conciseness, Shortness', 'Lengthiness,Prolixity', 'The book\'s major flaw is its brevity', 1, NULL),
+(35, 'Bustle', 'কর্মব্যস্ততা (move in a noisy manner)', 'Hurry,Tumult, Dash, Crowded', 'Calm, Deserted', 'She bustled around the kitchen getting ready for dinner guests.', 1, NULL),
+(36, 'Cacophony', 'শ্রুতিকটুতা', 'Noise,Harshness,Noise', 'Harmony,Quiet,Silence', 'The sounds of barking dogs and sirens added to the cacophony on the streets.', 1, NULL),
+(37, 'Candid', 'মন খোলা (Frank)', 'Sincere,Honest, Open', 'Dissembling, Uncandid, Unforthcoming', 'He was quite candid about his past.', 1, NULL),
+(38, 'Contrary', 'প্রতিকূল (opposite in nature, direction, or meaning)', 'Opposite, Contradictory, Conflicting, Incompatible', 'Cooperative, Compatible, Same ', 'The magazine has proved that the contrary is true. ', 1, NULL),
+(39, 'Impersonal', 'উদাসীন,নিরপেক্ষ', 'Neutral, Indifferent, Not existing as a person', 'Biased, Sympathetic, Friendly', 'He gradually came to believe in an impersonal God.', 1, NULL),
+(40, 'Extravagant', 'খরচে,অমিতব্যয়ী', 'Spendthrift, Wasteful, Prodigal, Lavish', 'Thrifty, Cheap, Reasonable', 'He lives an extravagant lifestyle.', 1, NULL),
+(41, 'Conventional', 'সামাজিক,গতানুগতিক', 'Traditional, Social, Orthodox', 'Radical, Bohemian', 'His revolt against conventional culture leads him to a great defeat.', 1, NULL),
+(42, 'Jealous', 'সন্দেহ, ঈর্ষান্বিত', 'Envious, Malicious, Suspicious ', 'Generous, Kind, Trusting, Careless', 'He grew jealous of her success.', 1, NULL),
+(43, 'Zest', 'প্রবল উত্সাহ', 'Enthusiasm, Interest, Excitement', 'Indifference, Insipidity, sameness', 'I hope it brings some zest to your feast.', 1, NULL),
+(44, 'Zenith', ' শীর্ষ বিন্দু', 'Summit, Pinnacle, Apex', 'Nadir', 'As the sun reached its zenith, they put their horses down a steep slope.', 1, NULL),
+(45, 'Zealous', 'উদ্দীপনাময় (having zeal)', 'Passionate, Enthusiastic, Fanatical', 'Apathetic, Lethargic', 'We strongly caution against anyone against being over zealous in these matters.', 1, NULL),
+(46, 'Yearn', 'কোন কিছু করার তীব্র আকাঙ্ক্ষা  ', 'Crave, Thirst, Hanker', 'Abjure, Hate, Despise', 'He yearns to live by the sea.', 1, NULL),
+(47, 'Wrath', 'তীব্র ক্রোধ (extreme anger)', 'Fury, Ire,Mad', 'Delight, Pleasure', 'She wasn\'t ready to face his wrath.', 1, NULL),
+(48, 'Witty', 'রসিক (showing quick and inventive verbal humor)', 'Clever, Brilliant, Amusing, Archaic, ', 'Serious, Dumb', 'That is a witty talk show. \n', 1, NULL),
+(49, 'Wholsesome', 'স্বাস্থ্যবান', 'Fit, Hale, Hearty, Robust', 'Ailing, Diseased,Ill, Sick, Unfit', 'The food is plentiful and very wholesome. We say \"wholesome attitude\", \"wholesome fun\" \"wholesome appearance\"', 1, NULL),
+(50, 'Whimsical', 'খেয়ালী, বাতিকগ্রস্ত', ' Capricious, Freakish, Impulsive', 'Boring, Normal, Regular', 'It\'s hard to make plans with such a whimsical friend.', 1, NULL),
+(51, 'Wary', 'সাবধান, সতর্ক ', 'Alert, Cautious, Circumspect, Heedful', 'Careless, Unwary, Unsafe', 'The store owner kept a wary eye on him.', 1, NULL),
+(52, 'Vulnerable', 'আক্রমণ করা যায় এমন , অরক্ষিত ', 'Endangered, Exposed, Open, Sensitive', 'Insusceptible, Invulnerable, Unexposed', 'The fort was undefended and vulnerable. Can be used as: - \na vulnerable bridge, vulnerable to bribery. ', 1, NULL),
+(53, 'Voluntary', 'স্বতঃপ্রবৃত্ত , ঐচ্ছিক', 'Freewill, Unforced, Willing', 'Compelled, Forced, Involuntary', 'Participation in the program is completely voluntary.\nCan be used as: voluntary transfer, voluntary retirement, voluntary confession, voluntary muscle.', 1, NULL),
+(54, 'Vogue', 'প্রথা , চলন', 'Buzz, Craze, Fashion, Style, Trend', 'Disfavor,Unpopularity', 'His art seems to be enjoying a vogue these days.', 1, NULL),
+(55, 'Vivid', 'উজ্জ্বল , তীব্র , পরিষ্কার , স্পষ্ট', 'Pictorial, Lively, Animated, Bright', 'Dull, Tasteless, Normal, Dark', 'The dream was very vivid. Can be used as: -having striking color; \"bright greens\", - clear images in the mind (vivid description) ', 1, NULL),
+(56, 'Vindicate', 'সত্যতা প্রতিপাদন করা, প্রমাণ করা ', 'Justify, Support, Acquit, Absolve, Defend', 'Blame, Charge, Condemn', '-clear (someone) of blame or suspicion.\n\"hospital staff were vindicated by the inquest verdict.\"\n-show or prove to be right\n\"vindicate a claim\" ', 1, NULL),
+(57, 'Augment', 'বৃদ্ধি', 'Enlarge, Supplement, Amplify', 'Decrease, Diminish', 'Many couples have to augment their income in order to pay the mortgage on a new home. \n', 1, NULL),
+(58, 'Fortitude', 'আত্মসংযম, বিপদে ধৈর্য', 'Courage, Spirit, Endurance', 'Faint-heartedness, Spinelessness', 'She endured her illness with great fortitude.', 1, NULL),
+(59, 'Insidious', 'ছলনাপূর্ণ, গুপ্তভাবে অগ্রসর', 'Cunning, Seductive', 'Frank', 'Most people with this insidious disease have no idea that they are infected.', 1, NULL),
+(60, 'Opulent', 'সমৃদ্ধিশালী,ধনী', 'Rich, Lavish, Plentiful, Abundant', 'Poverty-stricken, Wretched', 'The tour guide showed us the opulent living quarters of the royal family.', 1, NULL),
+(61, 'Tentative', 'সাময়িক, পরীক্ষামূলক', 'Provisional, Conditional, Uncertain', 'Definite, Conclusive, Confirmed', 'Negotiators have come up with a tentative agreement.', 1, NULL),
+(62, 'Inability', 'অক্ষমতা', 'Inadequacy, Incapability, Incompetence, Powerlessness', 'Ability, Adequacy, Capability', 'The inability of the government to cope with the problem is noticed.', 1, NULL),
+(63, 'Inaction ', 'আলস্য,বিশ্রাম,ঝিমুনি', 'Idleness, Inactivity', 'Action, Active, Activity', 'We must consider the consequences of continued inaction.', 1, NULL),
+(64, 'Dispel', 'দূরীভূত করা, ঘুচিয়ে দেওয়া ', 'Deploy, Dissipate, Disperse, Scatter', 'Assemble, Cluster, Collect', 'This is  precisely what the book reviewed above tries to dispel.', 1, NULL),
+(65, 'Vigorous', 'সবল, তেজস্বী, প্রাণশক্তিসম্পন্ন', 'Energetic, Dynamic, Lusty', 'Dull, Lethargic, Sluggish ', 'She gave a vigorous defense of her beliefs.', 1, NULL),
+(66, 'Vex', 'জ্বালাতন করা, উত্ত্যক্ত করা, বিক্ষুব্ধ করা ', 'Aggravate, Annoy, ', 'Comfort', 'This problem has vexed researchers for years.', 1, NULL),
+(67, 'Vigilant', 'সজাগ, অতন্দ্র, সতর্ক প্রহরারত', 'Attentive, Observant, Alert, Watchful', 'Asleep, Oblivious ', 'We remain vigilant against theft.', 1, NULL),
+(68, 'Versatile', 'বহুমুখী কর্মশক্তিসম্পন্ন, নানবিধ বিষয়ে কুশলী ', 'Talented, Adaptable, All-round, Universal', 'Limited', 'A pocketknife is a versatile tool.', 1, NULL),
+(69, 'Venerate', 'শ্রদ্ধা করা', 'Adore, Deify, Glorify, Revere, Worship', 'Scorn', 'She is venerated as a saint.', 1, NULL),
+(70, 'Repress', 'দমন করা,সংযত করা', 'Crush, Put down, Quell, Subdue, Suppress', 'Abet, Aid, Assist, Support', 'Religious groups were severely repressed.', 1, NULL),
+(71, 'Deface', 'মর্যাদাহানি করা', 'Vandalize, Trash', 'Reconstruct, Renovate, Repair, Revamp', 'He was fined for defacing public property.', 1, NULL),
+(72, 'Dauntless', 'অদম্য', 'Bold, Courageous, Fearless, Gallant', 'Coward, Spiritless', 'Dauntless men, who knew how to look death in the face.', 1, NULL),
+(73, 'Defunct', 'বিলুপ্ত', 'Expired, Vanished', 'Alive, Existent', 'She wrote for the now-defunct newspaper.', 1, NULL),
+(75, 'Insatiable', 'অতৃপ্ত', 'Inextinguishable, Quenchless', 'Appeasable, Extinguishable, Satisfiable', 'Her desire for knowledge was insatiable.', 1, NULL),
+(76, 'banal', 'তুচ্ছ, আকর্ষণহীন , গতানুগতিক', 'Insipid, Hackneyed, Wishy–washy', 'Fresh, New, Novel, Unclichéd, Unhackneyed', 'He made some banal remarks about the weather.', 1, NULL),
+(77, 'Elated', 'উল্লসিত (fill with high spirits)', 'Animated, Joyful, Cheered', 'Depressed, Down, Sad', 'He felt elated and excited.', 1, NULL),
+(78, 'Gaudy', 'দৃষ্টিকটু, অতি অলংকৃত, অতিসজ্জিত, ক্যাঁটক্যাঁটে, অতিউজ্জ্বল', 'Flashy, Jazzy, Showy, Flamboyant', 'Conservative, Quiet, Unflamboyant, Unflashy', 'The showgirls wore gaudy costumes.', 1, NULL),
+(79, 'Discordant', 'ভিন্নমত,বিরোধী, অনৈক্য', 'Cacophonous, Dissonant, Inharmonious', 'Harmonious, Harmonizing', 'She has the difficult task of bringing together a number of discordant elements.', 1, NULL),
+(80, 'Pique', 'গর্ব অনুভব করা, কারো আত্মসম্মানে আঘাত করা ', 'Aggravation, Anger,Exasperation,Offense ', 'Satisfaction; Appeasement, Delight, Gratification, Pleasure', 'After a moment of pique, the senator responded calmly to his accusers.', 1, NULL),
+(81, 'Venture', 'ঝুঁকি, আকস্মিক ঘটনা, দৈব , ঝুঁকি লত্তয়া', 'Adventure, Jeopardize, Menace, Gamble', 'Safety, Assurance', 'Can be used as: joint venture, risky venture, venture capital\nWe ventured out into the woods.', 1, NULL),
+(82, 'Vanquish', 'পরাভূত করা, হারান', 'Conquer, Quell, Subdue, Surmount', 'Lose, Release', 'They were vanquished in battle.', 1, NULL),
+(83, 'Vanity', 'অহংকার, অসার দম্ভ, আত্মগর্ব ', 'Arrogance, Pride', 'Humility, Modesty', 'She described her accomplishments without exaggeration or vanity.', 1, NULL),
+(84, 'Valor', 'সাহস, শৌর্য, পরাক্রম ', 'Boldness, Gallantry, Tenacity', 'Cowardice, Fear, Weakness', 'The soldiers received the nation\'s highest award for valor.', 1, NULL),
+(85, 'Valiant ', 'সাহসী, বীর, পরাক্রমশালী ', 'Gallant, Intrepid, Gutsy, Vigorous', 'Afraid, Timid', 'She made a valiant attempt to fix the problem.', 1, NULL),
+(86, 'Vague', 'অস্পষ্ট, অনির্দিষ্ট, অনিশ্চিত  ', 'Ambiguous, Equivocal, Fuzzy, Obscure, Nebulous', 'Apparent, Certain, Clear, Explicit', 'I think I have a vague understanding of how it works.', 1, NULL),
+(87, 'Vehement', 'প্রচন্ড উদ্দাম, ব্যগ্র, উত্কট', 'Aggressive, Passionate,Vigorous, Violent', 'Nonassertive, Nonemphatic, Unemphatic', 'She was vehement about the need for new safety measures.', 1, NULL),
+(88, 'Uproar', 'হৈ চৈ, হট্টগোল', 'Disturbance, Turmoil, Riot, Turbulence', 'Calm, Harmony, Order', 'These images have provoked uproar across the Islamic world.', 1, NULL),
+(89, 'Uphold', 'সমর্থন করা, পক্ষাবলম্বন করা, অনুমোদন করা ', 'Endorse, Support, Justify, Sustain', 'Oppose, Protest, Refute', 'He took an oath to uphold the Constitution.', 1, NULL),
+(90, 'Unveil', 'উদঘাটন করা, প্রকাশ করা ', 'Expose, Disclose, Reveal', 'Conceal, Cover', 'The company will unveil its newest product today.', 1, NULL),
+(91, 'Enthusiasm', 'প্রবল আগ্রহ', 'Spirit,Passion,Fury', 'Apathy, Indifference', 'The party supported its candidate with enthusiasm.', 1, NULL),
+(92, 'Ephemeral', 'ক্ষণস্থায়ী', 'Short-lived, Temporary, Transient, Transitory', 'Permanent, Perpetual, Lasting, Long-lived,', 'The autumnal blaze of colors is always to be treasured, all the more so because it is so ephemeral.', 1, NULL),
+(93, 'Equivocal', 'অস্পষ্ট', 'Vauge,Ambiguous', 'Precise,Clear,Vivid', 'He responded to reporters\' questions with equivocal answers.', 1, NULL),
+(94, 'Erratic', 'খেয়ালি', 'Abnormal,Irregular,Capricious', 'Organized, Regular,Consistent', 'because of your erratic attendance at practice, you\'re in danger of being cut from the team', 1, NULL),
+(95, 'Erudition', 'বিদ্যা , জ্ঞান , পাণ্ডিত্য', 'Scholarship,Learning', 'Ignorance, Illiteracy', 'Both are admired in Britain and internationally for their intellect and erudition.', 1, NULL),
+(96, 'Eulogy', 'প্রশংসাত্মক উক্তি বা লেখা , প্রশংসা', 'panegyric, salutation, tribute', 'Criticism', 'Several eulogies were given at the special assembly marking the retirement of the company\'s longtime president', 1, NULL),
+(97, 'Exaggerate', 'অতিরঞ্জিত করা', 'Hyperbolize, Magnify, Stretch', 'Understate', 'He exaggerated his movements so we could see them more clearly', 1, NULL),
+(98, 'Exemplary', 'অনুকরণীয়', 'Worthy of imitation,Model', 'Blameworthy', 'I went further to recommend his civil and exemplary approach to all convoy.', 1, NULL),
+(99, 'Extravagant', 'অপব্যয়ী', 'Prodigal, Profligate, Spendthrift, Squandering, Thriftless, Wasteful', 'Conserving, Economical, Frugal,Thrifty', 'The film is notable for its extravagant settings and special effects.', 1, NULL),
+(100, 'Fabulous', 'অবিশ্বাস্য , দারুন , অপূর্ব', 'Incredible,Marvellous,Immense', 'Actual, Existent, Existing, Real', 'The weather has been fabulous.', 1, NULL),
+(101, 'Fastidious', 'খুঁতখুঁতে , অতিসুক্ষ্ম রুচিসম্পন্ন', 'Fussy,Meticulous, Perfectionist ', 'Slopy, Easy-going', 'The child seemed fastidious about getting her fingers dirty.', 1, NULL),
+(102, 'fidelity', 'সততা ,আনুগত্য, বিশ্বস্ততা', 'devotion, faith, loyality,integrity', 'perfidy,infidelity, falsity', 'music with much higher fidelity than on cassettes', 1, NULL),
+(103, 'Flourishing', 'উন্নতি করা,সফল হওয়া,সমৃদ্ধশালী', 'Thrive, Prosper', 'Fail,Decline', ' How a career can flourish when \'fear\' becomes a four letter word.', 1, NULL),
+(104, 'Fluctuate', 'উঠানামা করা,পরিবর্তন হওয়া', 'Change, Mutate, Shift, Snap, Vary', 'Stabilize,Remain steady', 'His popularity has fluctuated during his term in office.', 1, NULL),
+(105, 'Formidable', 'ভয়ংকর , ভীতি-উদ্রেককারী , ভয়-জাগানো ', 'Alarming, Dire, Dreadful, ', 'Effortless, Facile,Enjoyable', 'The mountains were a formidable barrier.', 1, NULL),
+(106, 'Frugal', 'সাবধানী , মাপা , হালকা , হিসেবি , সুমিত , মিতব্যয়ী', 'Economical, Provident, Scrimping, sparing, thrifty', 'Prodigal, Profligate, Spendthrift', 'A frugal meal of bread and Cheese.', 1, NULL),
+(107, 'Gallant ', 'সাহসিক', 'Brave,Valiant', 'Craven,Fearful', 'he was quite a gallant, primping more than either of his sisters', 1, NULL),
+(108, 'Garrulous', 'বাচাল', 'Gabby,Talkative', ' Laconic, Reserved, Reticent, Taciturn', 'He became more garrulous after drinking a couple of beers.', 1, NULL),
+(109, 'Gloom', 'অস্পষ্টতা , বিষণ্ণতা , বিষাদ ', ' Glare, Frown, Glower, Lower ,Scowl', 'Beam, Grin, Smile', 'He continued to gloom over the fact that he had been passed over for promotion to district manager', 1, NULL),
+(110, 'Greedy ', 'প্রচণ্ড লোভী  , লিপ্সু', 'Acquisitive, Avaricious, Avid', 'Apathetic,Generous, Uneager, Unenthusiastic', 'When it comes to work and money, people are more likely to be greedy than generous', 1, NULL),
+(111, 'gregarious ', 'দলপ্রিয়,মিশুক', 'social,clubby, companionable,', ' reclusive,isolated', 'She is outgoing and gregarious.', 1, NULL),
+(112, 'Grumble ', ' রূঢ়ভাবেপ্রতিবাদ করা , গুড়গুড় করা , গজগজানি', ' Moan, Murmur, Mutter', 'Enunciate', 'Some of the customers have been grumbling about poor service.', 1, NULL),
+(113, 'gullible', 'বিশ্বাসপ্রবন', 'credulous', 'suspicious', 'I\'m not gullible enough to believe something that outrageous.', 1, NULL),
+(114, 'hackneyed', 'সাধারন', 'banal,old,worn-out', 'fresh, new, novel, original', 'Hackneyed stereotypes are used over and over again.', 1, NULL),
+(115, 'haughty ', 'গর্বিত , উদ্ধত', 'arrogant,sniffy,imperious', 'humble, lowly, modest', 'Sundberg was the haughty aristocrat', 1, NULL),
+(116, 'hideous ', ' ভীষণ ,অতি কুত্সিত ,ভয়ঙ্কর', 'abhorrent,awful, disgusting', 'innocuous, inoffensive,agreeable', 'The room was filled with hideous furniture.', 1, NULL),
+(117, 'hilarious', 'অত্যাধিক হাসিখুশি', 'antic, chucklesome, comedic', 'humorless, lame', 'Some people don\'t like his comedy, but I think he\'s hilarious.', 1, NULL),
+(118, 'homogeneous ', ' সমসত্ত্ব , সমমাত্র , সমজাতিক', 'consistent, uniform, homogenized, homogenised, solid', 'heterogenous', 'Some nations are more open to diversity, while others try to remain homogeneous.', 1, NULL),
+(119, 'hostile ', 'শত্রুপক্ষীয় , শত্রুতাপূর্ণ , প্রতিকূল', 'adversarial, adversary, antagonistic, antipathetic,', 'friendly, hospitable, nonantagonistic, nonhostile, sympathetic', 'They were entering hostile territory.', 1, NULL),
+(120, 'Illicit', 'অবৈধ , নিষিদ্ধ , বে-আইনী', 'Criminal, Felonious, ILLEAGAL ,Wrongful', 'Lawful,Licit', 'He was arrested for selling illicit copies of the software.', 1, NULL),
+(121, 'immaculate', 'বিশুদ্ধ , পবিত্র', 'Impeccable,Spotless', 'Unclean,Impure', 'She had an immaculate record of service.', 1, NULL),
+(122, 'Imprudent', 'বেপরোয়া', 'Rash,Reckless', 'Judicious,Cautious', 'He was cited for imprudent driving and log book violations', 1, NULL),
+(123, 'Inadvertent', 'অনিচ্ছাকৃত', 'Unintentional', 'Deliberate', 'Hamid has consistently called the overcharging an inadvertent error.', 1, NULL),
+(124, 'Indigenous', 'দেশীয়', 'Native', 'Foreign,Exotic', 'There are several indigenous groups that still live in the area.', 1, NULL),
+(125, 'Indignation', ' ঘৃণামিশ্রিত ক্রোধ ', 'Anger,Vexation', 'Delight', 'The decision to close the factory has aroused the indignation of the townspeople.', 1, NULL),
+(126, 'Indispensable', 'অপরিহার্য , অবর্জনীয় , অত্যাবশ্যক , জরুরী', 'Essential,Vital', 'Unneeded,Dispensable', 'He has been an indispensable member of my national security team as well.', 1, NULL),
+(127, 'indomitable', ' দুর্দান্ত , অজেয় , দুর্জেয় , অপরাজেয়,অদম্য , দুর্দম্য ,', 'invulnerable, unbeatable, unconquerable, unstoppable', 'superable, surmountable, vincible, vulnerable', 'This indomitable spirit has had an effect on those who know her.', 1, NULL),
+(129, 'inevitable', 'অনিবার্য , অবধারিত , নিশ্চিত , অবশ্যম্ভাবী , অবশ্যঘটনীয়', 'certain, ineluctable, ineludible', 'avoidable, evadable, uncertain, unsure', 'Philosophers have said forever that governmental corruption is inevitable', 1, NULL),
+(130, 'inimical', 'বিরুদ্ধ , বিরোধী , প্রতিকূল , শত্রুভাবাপন্ন , বৈরীভাবাপন্ন', 'adversary, antagonistic, antipathetic', 'friendly, hospitable', 'We should treat Pakistan as a friend when it is friendly and as a foe when it is inimical', 1, NULL),
+(131, 'indolent', 'অলস ', ' idle, lazy, shiftless, slothful', 'industrious', 'She is indolent and irresponsible.', 1, NULL),
+(132, 'indict', 'অভিযুক্ত করা', 'charge, criminate,impeach, incriminate, accuse', ' vindicate,exonerate,', 'A grand jury is expected to indict him for murder.', 1, NULL),
+(134, 'induce', 'প্রভাব খাটানো , রাজি করানো , প্ররোচিত করা ', 'bring about, persuade', 'impede, limit, restrict;', ' They will induce labor to avoid complications.', 1, NULL),
+(135, 'ineffable', ' অনির্বচনীয় , ভাষাতীত , অবর্ণনীয় , অনুচ্চার্য , অনুচ্চারণীয়', ' indescribable, unutterable', 'ommunicable, definable, expressible, speakable', 'A mystique quickly began to accrue around them and their ineffable music', 1, NULL),
+(136, 'inert', 'জড় , স্থাবর , নিশ্চল , গতিহীন , অসাড় , প্রতিরোধ-ক্ষমতাহীন', ' dormant, fallow, latent, off, unused, ', 'operative, running, working', 'nadim is physically handicapped, both her legs are inert.', 1, NULL),
+(137, 'Inexorable', 'অকরুণ , অপ্রতিরোধ্য , অনমনীয় , অটলহৃদয় ,', 'Implacable,Adamant', 'Kind,Nice,Lenient', 'The inexorable rise of a political movement', 1, NULL),
+(138, 'ingenious', 'চতুর', 'Clever, Imaginative, Creative, Innovational,', 'Uncreative, Unimaginative, Uninventive, Unoriginal', 'She was ingenious at finding ways to work more quickly.', 1, NULL),
+(140, 'Innocuous', 'নির্দোষ,  ক্ষতি করে না এমন', 'Anodyne, Benign, Hurtless, Innocent, Harmless,', 'Adverse,Pernicious, Prejudicial, Wicked', 'He told a few innocuous jokes.', 1, NULL),
+(141, 'Insipid ', 'বিরস ,নীরস ', 'Dead, Flat, Flavorless, Savorless, Tasteless, Unsavory', 'Sapid, Savory (also savoury), Tasteful', 'The soup was rather insipid.', 1, NULL),
+(142, 'Insolvent', 'ঋণ পরিশোধে অক্ষম , দেউলিয়া', 'Bankrupt', 'Solvent', '\"We would have been trading while insolvent,\" she said', 1, NULL),
+(143, 'Instigate', 'প্ররোচিত করা', 'Urge,Provoke', 'Bridle, Check, Constrain, Curb, Discourage, Hold', 'The government has instigated an investigation into the cause of the accident.', 1, NULL),
+(144, 'Integrity ', 'অখণ্ডতা , সততা , ন্যায়পরায়ণতা ', 'Morality, Probity, Rectitude', 'Iniquity, Sin, Villainy, Wickedness', 'I admire her artistic integrity.', 1, NULL),
+(145, 'Intimidate', 'ভয় দেখান ', ' Disquiet, Distress, Disturb, Perturb, Upset', 'Cheer, Comfort, Console, Reassure', 'He tries to intimidate his opponents.', 1, NULL),
+(146, 'Intrepid', 'নিরাতঙ্ক ', 'Bold, Courageous, Dauntless', 'Fearful, Cowardly', 'Three intrepid boys visited all 50 American States in 30 days.', 1, NULL),
+(147, 'Inundate', 'প্লাবিত করা , নিমজ্জিত করা', 'Overwhelm,Submerge, Submerse, Swamp', 'Drain', 'Rising rivers could inundate low-lying areas.', 1, NULL),
+(148, 'Irreproachable', 'নিষ্কলঙ্ক , অনিন্দনীয়', 'Blameless, Cleanhanded, Clear, Faultless', 'Guilty', ' His conduct as a police officer was irreproachable.', 1, NULL),
+(149, 'labyrinth', 'বিভ্রান্তিকর অবস্থা , গোলকধাঁধা , জটিল সমস্যা', 'maze, rabbit warren, warren', 'simplicity', 'The cockpit was a labyrinth of instruments and controls.', 1, NULL),
+(150, 'laconic', ' অল্পকথায় অর্থপূর্ণ , সংক্ষিপ্ত ', 'brief, capsule, compact', ' rambling, verbose, windy, wordy', 'He had a reputation for being laconic.', 1, NULL),
+(151, 'lavish', 'উদারচিত্ত , মুক্তহস্ত , অপর্যাপ্ত', 'extravagant, extreme, fancy, immoderate', ' middling, moderate, modest, reasonable, temperate', 'this lavish consumption of our natural resources simply cannot continue.', 1, NULL),
+(152, 'licentious', ' উচ্ছৃঙ্খল , লম্পট , চিরাচরিত রীতি বা প্রথা লঙ্ঘনকারী', 'immoral', 'frigid', 'His licentious lifestyle soon catches up with him.', 1, NULL),
+(153, 'Loquacious', 'বাচাল', 'blabby, chatty, conversational, gabby, garrulous', 'laconic, reserved, reticent, taciturn,', 'You\'re especially charming and loquacious, in a wild creative streak.', 1, NULL),
+(154, 'Ludicrous', ' হাস্যকর', 'comical, droll, farcical, hilarious', 'humorless, lame, unamusing', 'Ludicrous sacking of decent man Nigel Adkins shows managers need protection', 1, NULL),
+(155, 'Malicious ', ' বিদ্বেষপরায়ণ', 'nasty, spiteful, vicious, virulent', 'benevolent, benign, benignant, loving, unmalicious', 'You don\'t have to pay much to protect your computer from malicious programs.', 1, NULL),
+(156, 'Meticulous', 'অতিরিক্ত যত্নবান,নির্ভুল', 'conscientious, fussy, loving, painstaking, scrupulous', 'careless', 'He is meticulous about keeping accurate records.', 1, NULL),
+(157, 'Mirth', ' আমোদ প্রমোদ', 'amusement, joviality, joy', 'Misery', 'Martinez will add some mirth to what has been a depressing scene.', 1, NULL),
+(158, 'mitigate', ' উপশম করা , প্রশমিত করা', 'allay, alleviate, assuage, ease, help, mollify, palliate, relieve, soothe', ' aggravate, exacerbate', 'medicines used to mitigate a patient\'s suffering', 1, NULL),
+(159, 'mollify ', 'কোমল করা , প্রশমিত কারা , শান্ত করা', 'appease, assuage, conciliate, disarm, gentle, pacify, placate, propitiate', 'Enrage, incense, inflame (also enflame), infuriate, ire, madden, outrage', ' All attempts to mollify the extremists have failed.', 1, NULL),
+(160, 'munificent', 'উদার , বদান্য', 'liberal, generous, open, openhanded, unselfish, unsparing, unstinting', 'parsimonious, penurious, selfish, stingy, stinting', 'We extend a special thank you to Michael Simchik for his munificent contribution. ', 1, NULL),
+(161, 'negate', ' নাকচ করা , অগ্রাহ্য করা , প্রতিবাদ করা', 'disown, gainsay, deny, negative, refute, reject, ', 'acknowledge, admit, allow, avow, concede, confirm, own', 'The fact that she lied about her work experience negated the contract.', 1, NULL),
+(162, 'Notoriety', 'দুর্নাম , কুখ্যাতি', 'disrepute,ill fame', 'nobody, noncelebrity', 'He achieved instant fame and notoriety with the release of his film.', 1, NULL),
+(163, 'Novelty', ' অভিনব বা অস্বাভাবিক বস্তু বা ঘটনা , অভিনবত্ব , নতুনত্ব', 'freshness, newness, originality', 'old', 'Startup restaurants celebrate youthful energy and novelty', 1, NULL),
+(164, 'Nurture ', 'শিক্ষা দেওয়া', 'nourish,foster,educate', 'Neglect, Hinder', 'Members of the family helped in the nurture of the baby.', 1, NULL),
+(165, 'Obdurate ', ' অনমনীয় , অনুতাপহীন  , একগুঁয়ে ', 'ruthless,stubborn', 'charitable, compassionate, humane', 'He is known for his obdurate determination.', 1, NULL),
+(166, 'Obliterate ', 'বিলোপ করা , নিশ্চিহ্ন করা , ধ্বংস করা', 'abolish, black out, blot out', '', ' However, it is impossible to obliterate public memory of good performance.', 0, NULL),
+(167, 'Oblivion', 'ভুলে যাওয়া , বিস্মরণ , বিস্মৃতি', 'forgetfulness, nirvana, obliviousness', 'remind', 'The technology is destined for oblivion.', 1, NULL),
+(168, 'obscure', 'অন্ধকার , আবছা ', 'ambiguous, arcane, ', 'accessible, clear, nonambiguous, obvious, plain', 'The origins of the language are obscure.', 1, '2017-07-06 08:47:56'),
+(169, 'Obstinate', 'গোঁয়ার , একগুঁয়ে ,জেদি , বেয়াড়া , অবাধ্য , ট্যাঁটা', 'intransigent, mulish, obdurate', 'acquiescent, agreeable, amenable, compliant', 'My parents remain as obstinate as ever.', 1, NULL),
+(170, 'Odious', 'ঘৃণ্য, জঘন্য, নিন্দার্হ, দূষণীয়, বিরক্তিকর', 'abhorrent, abominable, appalling, awful, disgusting', 'innocuous, inoffensive', 'It was one of the most odious crimes of recent history.', 1, NULL),
+(171, 'ominous', ' শুভ বা অশুভ লক্ষণযুক্ত , ভয়-জাগানো , ভীতিজনক , আশঙ্কাজনক , অমঙ্গলসূচক', ' baleful, dire, direful, doomy, foreboding, ill, ill-boding', 'nonthreatening', 'The report says nothing about these ominous possibilities.', 1, '2017-07-06 09:53:12'),
+(172, 'Opaque', ' অস্বচ্ছ  অন্ধকারাচ্ছন্ন , ঘোলা ', 'ambiguous, arcane, cryptic, dark, deep, Delphic', 'accessible, clear, nonambiguous, obvious, plain, unambiguous, unequivocal', 'The president\'s chain of logic here is somewhat opaque.', 1, NULL),
+(173, 'optimism', ' আশাবাদ', 'bullishness, sanguinity', 'bearishness, pessimism', 'The early sales reports are cause for optimism.', 1, NULL),
+(174, 'Opulence', ' বিত্ত , বৈভব , ঐশ্বর্য , বাড়বাড়ন্ত , প্রাচুর্য', 'abundance', 'poor', 'Royalty is most often associated with opulence and excess.', 1, NULL),
+(175, 'Perilous', 'বিপজ্জনক', 'grave, grievous, hazardous, jeopardizing, menacing.', 'harmless, innocent, innocuous, nonhazardous.', 'A perilous journey across the mountains', 1, NULL),
+(176, 'Philanthropy', ' নরহিতৈষণা,বিশ্বপ্রেম, মানবপ্রীতি', ' alms, benefaction, beneficence, charity, donation, contribution', 'parsimony, pinching, selfishness, stinginess, ungenerosity', 'The family\'s philanthropy made it possible to build the public library.', 1, NULL),
+(177, 'Placid', ' স্থির , শান্ত', 'limpid, peaceful, calm, possessed, recollected, sedate', 'agitated, discomposed, disturbed, flustered, perturbed, upset', 'the placid surface of the lake', 1, NULL),
+(178, 'Pragmatic ', 'বাস্তবসম্মত', 'practical, realistic ', 'idealistic, impractical', 'His pragmatic view of public education comes from years of working in city schools.', 1, NULL),
+(179, 'Precarious', 'পরের ইচ্ছাধীন , দৈবাধীন , নিরাপত্তাহীন , অনিশ্চিত', 'perilous,risky', 'safe', 'He earned a precarious livelihood by gambling.', 1, NULL),
+(180, 'Precise', 'যথাযথ , সম্পূর্ণ নির্ভূল , বিশেষ , শব্দবাহুল্যবর্জিত', 'pinpoint, refined, rigorous', 'coarse, imprecise, inaccurate, inexact, rough', 'She is very precise in her work.', 1, NULL),
+(181, 'Predicament ', 'দুর্ভাগ্যপূর্ণ অবস্থা,বিপজ্জনক অবস্থা', 'dilemma', 'relax', 'Which got me thinking: I\'m not to blame for this predicament, so who is?', 1, NULL),
+(182, 'Prodigal', 'অপচয়ী , অপব্যয়ী , উড়নচণ্ডে , অমিতব্যয়ী , প্রচুর', ' extravagant, profligate, spendthrift, squandering, thriftless, , wasteful', 'frugal, penny-pinching, scrimping,', 'the prodigal child always spent her allowance the minute she got it', 1, NULL),
+(183, 'Prodigious', 'বিস্ময়কর , অস্বাভাবিক রকমর বিশালকায় , মস্ত বড় , দৈত্যাকার', 'Enormous,huge', 'puny,small', 'a prodigious supply of canned food kept in the basement for emergencies', 1, NULL),
+(184, 'Profuse', 'অত্যাধিক বদান্য , অমিতব্যয়ী , উচ্ছ্বসিত , প্রাচুর্যপূর্ণ', 'copious, galore, gushing, lavish, riotous', 'dribbling, trickling', 'He offered profuse apologies for being late.', 1, NULL),
+(185, 'Quench', 'তৃষ্ণা নিবারণ করা', 'extinguish', 'arouse', 'we thoroughly quenched the campfire before we headed to bed.', 1, NULL),
+(186, 'Ransack', 'আঁতিপাঁতি করে খোঁজা ', 'despoil, loot, maraud, pillage, plunder, sack', 'guard', 'The room had been ransacked.', 1, NULL),
+(187, 'Rebellious', 'বিদ্রোহকারী , বিদ্রোহী , অবাধ্য , স্পর্ধিত', 'insurgent, insurrectionary, mutinous, revolutionary', 'conformable, docile, obedient, ruly, submissive, tractable', 'Students in Kuwait are now much more rebellious than in the past.', 1, NULL),
+(188, 'Relinquish', ' ছেড়ে দেওয়া , পরিত্যাগ করা , বর্জন করা , পরিহার করা', 'deliver, give up, hand over', 'retain,seize', 'I will not relinquish my rights.', 1, NULL),
+(189, 'Reluctant', 'অনিচ্ছুক , অনাগ্রহী , প্রতিরোধ করে এমন', 'isinclined, dubious, indisposed, loath ', 'disposed, inclined', 'We were reluctant to get involved.', 1, NULL),
+(190, 'Remorse', ' তীব্র অনুশোচনা , প্রবল আক্ষেপ ', 'ontriteness, contrition, penitence, regret, guilt, remorsefulness', 'impenitence, remorselessness', 'I could forgive him for what he did if he showed some remorse.', 1, NULL),
+(191, 'Reticent', 'কম কথা বলে এমন , চাপা , মিতবাক , স্বল্পোক্তিপ্রবণ , স্বল্পভাষী', 'lose, closemouthed, dark, secretive, tight-mouthed, uncommunicative', 'communicative, open', 'Her husband is by nature a reticent person.', 1, NULL),
+(192, 'Ruthless', 'দয়ালু নয় এমন ', 'insensitive, ironhearted, merciless, obdurate.', 'tenderhearted, warm, warmhearted', 'The journalist was ruthless in his criticism.', 1, NULL),
+(193, 'Sanguine ', 'আশাবাদী', 'optimistic', 'pessimistic', 'He is sanguine about the company\'s future.', 1, NULL),
+(194, 'Scant', 'অত্যল্প , নিতান্ত অপ্রতুল', 'poor, meager, scanty', 'abundant, ample, bountiful, copious.', 'Police found scant evidence of fraud.', 1, NULL),
+(195, 'Shabby', ' বাজে,জীর্ণশীর্ণ', 'scrubby, scruffy', 'tidy', 'He wore a shabby coat.', 1, NULL),
+(196, 'Simultaneous ', 'যুগপত,এককালীন', 'coincidental, concurrent.', 'separate', 'The two gunshots were simultaneous.', 1, NULL),
+(197, 'Sordid', 'ইতর, নোংরা', 'grubby, grungy, mucky, muddy, nasty', 'cleanly, immaculate', 'He shared the sordid details of his past.', 1, NULL),
+(198, 'Spurious', 'কৃত্রিম , ভেজাল', 'queer, sham, snide, counterfeit, unauthentic', 'authentic, bona fide, genuine, real, unfaked', 'That instantly eliminates spurious car hire, injury and repair claims.', 1, NULL),
+(199, 'Squander', 'অপচয় করা', 'waste', 'conserve,save', 'Taking these steps would save valuable resources for UC, not squander them.', 1, NULL),
+(200, 'Stagnant', ' স্থির,বদ্ধ,নিশ্চল', 'Motionless', 'Flowing', 'Pricing is the most important thing to get right in a stagnant market.', 1, NULL),
+(201, 'sterilize', ' নিষ্ফল করা, জীবাণুমুক্ত করা ', 'disinfect', 'pollute', 'Make sure also to wash your hands and sterilize what you can.', 1, NULL),
+(202, 'Stubborn ', 'একগুঁয়ে ', 'adamant,mulish, obdurate, opinionated', 'complying, flexible, pliable, pliant, relenting, yielding', 'She\'s wrong, but she\'s too stubborn to admit it.', 1, NULL),
+(203, 'Suffocate', 'শ্বাসরোধ করা , শ্বাসরোধ হত্তয়া ', 'choke, stifle, strangle, smother', 'free', 'The victims were found suffocated.', 1, NULL),
+(204, 'Surreptitious', 'গুপ্ত , গুপ্তভাবে কৃত', 'covert, furtive,sly', 'open, overt, public', 'She had a surreptitious relationship with her employee.', 1, NULL),
+(205, 'Sycophant', 'চাটুকার , চামচা , মোসায়ের', 'flatterer', 'critic', 'In fact, the narcissist and the sycophant need each other.', 1, NULL),
+(206, 'Taciturn', 'স্বল্পভাষী, মিতভাষী', 'laconic, reserved, reticent, silent, ', 'gabby, garrulous, loquacious', 'For the taciturn Windsors this is akin to reading from your diary.', 1, NULL),
+(207, 'Tranquil', 'শান্ত ', 'peaceful, placid, restful, serene, still, stilly, quiet', 'clattery, deafening, loud, noisy, raucous,', ' By the end of next week, we return to a more tranquil pattern', 1, NULL),
+(208, 'Transient', 'অস্থায়ী', 'temporary, momentary, transitory', 'eternal, everlasting, immortal, lasting, long-lived', 'All adverse events were both mild to moderate, and certainly transient', 1, NULL),
+(209, 'Tribulation', 'মনঃকষ্ট', 'grief,misery hardship', 'joy, happiness', 'Her son\'s illness has been a source of great tribulation.', 1, NULL),
+(210, 'Triumph', 'বিজয়', 'Victory,success', 'failure,defeat', 'They earned a magnificent triumph over the invading army.', 1, NULL),
+(211, 'Turbulent', 'অবাধ্য', 'Violent,Noisy', 'Quiet,Peaceful', 'The sixties were a turbulent period in American history.', 1, NULL),
+(212, 'Vacillate ', ' দ্বিধাগ্রস্ত হত্তয়া', 'hesitate,scruple, shilly-shally, ', 'decide', 'She has vacillated on this issue.', 1, NULL),
+(213, 'Vague', 'অস্পষ্ট, অনির্দিষ্ট , অনিশ্চিত', 'fuzzy, indefinite, inexplicit, muzzy, unclear', 'clear, definite, explicit, specific', 'He gave only a vague answer.', 1, NULL),
+(214, 'Vengeance', 'প্রতিহিংসা', 'payback, reprisal, requital, retaliation, retribution, revenge', 'pardon', 'The fire was set as an act of vengeance.', 1, NULL),
+(215, 'Verbose ', 'বাগাড়ম্বরপূর্ণ ', 'prolix, rambling, wordy, windy', 'compact, concise, crisp, pithy, succinct, terse', 'She has a verbose writing style.', 1, NULL),
+(217, 'Virtuous', 'ধার্মিক , পবিত্র', 'decent, ethical, honest, honorable,', 'sinful, unethical, unrighteous, ', 'She felt that she had made a virtuous decision by donating the money to charity.', 1, NULL),
+(218, 'Zeal', 'গভীর অনুভূতি,গভীর ভাবাবেগ ', 'fervor,enthusiasm', 'apathy, indifference', ' Investors worldwide have shown greater zeal for stocks this year', 1, NULL),
+(219, 'Zenith', 'শীর্ষবিন্দু', 'peak, pinnacle, sum, summit', 'nadir,bottom', 'Equistone sold its stake in Zenith to Morgan Stanley in 2010.', 1, NULL),
+(220, 'Weary', 'ক্লান্ত , ক্লান্তিকর', 'drained, exhausted, fatigued', 'Refresh', 'She was wearied by her persistent cough.', 1, NULL),
+(221, 'Waive', 'পরিত্যাগ করা , ছাড়িয়া দেওয়া', 'abandon,leave', 'Hold', 'She waived her right to a lawyer.', 1, NULL),
+(222, 'Vigour', 'প্রাণশক্তি ', 'drive, dynamism, energy', 'lethargy, listlessness, sluggishness, torpidity', 'She defended her beliefs with great vigor', 1, NULL),
+(223, 'Trivial', 'তুচ্ছ , মামুলি , নগণ্য', 'incidental, inconsequential, inconsiderable, insignificant, little', 'big, consequential, eventful, important, major, material, meaningful', 'Compared to her problems, our problems seem trivial.', 1, NULL),
+(224, 'Superficial  ', 'অগভীর , উপরিগত , ভাসা - ভাসা, বহিরঙ্গ , উপর - উপর', 'skin-deep, surface', 'deep, profound', 'They had a superficial knowledge of the topic.', 1, NULL),
+(225, 'Supercilious', 'উন্নাসিক,গর্বিত', 'arrogant, superior, toplofty ', 'humble, lowly, modest, unarrogant, unpretentious', ' Mr. Ivanir\'s supercilious perfectionist is a fine foil to them', 1, NULL),
+(226, 'Substantial ', 'প্রচুর', 'much, significant, important, tectonic, weighty', 'little, minor, negligible, slight, small, trifling, trivial', 'She purchased her tickets at a substantial discount.', 1, NULL),
+(227, 'Sturdy', ' শক্ত ', 'hardened, inured, rugged, stout, strong, hardy', ' delicate, nonhardy, soft, tender, weak', 'A dog with a strong sturdy build', 1, NULL),
+(228, 'Stability', 'স্থায়িত্ব', 'firmness, soundness, strength, sturdiness', 'insecurity, instability, precariousness, shakiness, unstableness, unsteadiness', 'Test the platform for stability before using it.', 1, NULL),
+(229, 'Spacious ', ' ব্যাপক,প্রশস্ত', 'ample, capacious, commodious, roomy', 'Narrow', 'Almost all of the guests were able to fit into the spacious living room', 1, NULL),
+(230, 'Soothe', 'শান্ত করা , সান্ত্বনা দেত্তয়া', 'assure, cheer, console, reassure, solace, comfort', 'distress, torment, torture, trouble', 'Nothing can soothe their pain.', 1, NULL),
+(232, 'Snug', ' আরামপ্রদ', ' curl up, nestle, snuggle', 'Loose', ' It includes snug compartments to help ensure that each component stays in place', 1, NULL),
+(233, 'Sluggish', 'আলস্যপরায়ণ', 'slow, snaillike, snail-paced, tardy, unhurried', 'quick, racing, rapid, rocketing, running', ' The game picked up after a sluggish start.', 1, NULL),
+(234, 'Silhouette', 'ছায়ামূর্তি, পরিলেখ ', 'Contour, Figure, Outline', '', 'The buildings appeared in silhouette against the sky.', 1, NULL),
+(235, 'Magnanimous', ' মহানুভব, বিশালহৃদয়', 'Chivalrous, Elevated, Gallant', 'Ignoble, Low, Base', '\"The board has been magnanimous with Dr. Rasel\'s salary,\" he said. ', 1, NULL),
+(236, 'Gleeful', ' উল্লাস, বিজয়োল্লাস ', 'cheer, festivity, delightful.', 'sad', 'They were dancing with glee.', 1, NULL),
+(237, 'Idiocy', 'চরম বুদ্ধিহীনতা, অজ্ঞাত', 'stupidity, foolery, absurdity', 'logic', 'I\'m not sure why they do because I count on idiocy from Congress.', 1, NULL),
+(238, 'Heresy', 'প্রচলিত মতের বিরুদ্ধে বিশ্বাস', 'dissent, , heterodoxy,', 'belief', 'They were accused of heresy.', 1, '2017-07-04 12:16:27'),
+(239, 'Harsh', 'রূঢ়, ককর্শ', 'brutal, burdensome, cruel, unpleasant', 'easy, light, soft', 'He was sentenced to a harsh prison term.', 1, NULL),
+(240, 'Momentous', 'গুরুত্বপূর্ণ, আবশ্যক', 'important, significant, ', 'trivial, unimportant', 'In case you didn\'t notice, something momentous happened this week.', 1, NULL),
+(241, 'Oust', 'উচ্ছেদ করা,  হটিয়ে দেওয়া', 'extrude, kick out, banish', 'crown, enthrone, throne', 'The rebels ousted the dictator from power.', 1, NULL),
+(242, 'Overdue', 'সময় পার-হয়ে-যাওয়া, কালাতিক্রান্ত', 'tardy, late, latish', 'timely', 'The train is 10 minutes overdue.', 1, NULL),
+(243, 'Outstanding', 'বিশিষ্ট', 'notable, remarkable', 'abysmal', 'As a president, he was outstanding in many ways.', 1, NULL),
+(244, 'Portion', 'অংশ , বণ্টিত অংশ , হিস্যা', 'part, fraction', 'full', 'She divided the pie into six equal portions.', 1, NULL),
+(245, 'Petrify', 'প্রস্তরীভূত বা শিলীভূত করা, ভয়ে অসাড় করা', 'stupefy, terrify', 'soothe', 'The thought of death does not petrify me.', 1, NULL),
+(246, 'Pertinent', 'প্রাসঙ্গিক, সম্পর্কযুক্ত', 'relevant, apposite.', 'irrelevant, extraneous', 'Develops and coordinates the pertinent training for Internet enabled applications.', 1, NULL),
+(247, 'Partial', 'আংশিক, অপূর্ণ, অসম্পূর্ণ', 'part, fractional', 'complete', 'These plants prefer full sun or partial shade.', 1, NULL),
+(248, 'Radiant', 'আলোকরশ্মি-বিকিরণকারী, দীপ্যমান, উজ্জ্বল', 'beaming, bright.', 'dim, dull, unbright', 'She looked radiant at her wedding.', 1, NULL),
+(249, 'Sullen', 'চাপা ক্রোধযুক্ত, বিরূপ', 'moody, bad-tempered', 'cheerful', 'Suppressing my emotions led to melt downs and sullen moods.', 1, NULL),
+(250, 'taboo', 'নিষিদ্ধ, অলঙ্ঘনীয়', 'banned, barred, forbidden', 'allowable, permissible, permissive, sufferable ', 'In this company, dating a coworker is considered taboo.', 1, NULL),
+(251, 'Tangible', 'স্পর্শনদ্বারা বোধগম্য, বাস্তব', 'touchable, substantial', 'intangible', 'Their sense of relief was almost tangible.', 1, NULL),
+(252, 'Timid', 'ভীরু, লাজুক', 'nervous, shy', 'bold', 'He gave her a timid smile.', 1, NULL),
+(253, 'Tiny', 'অতি ক্ষুদ্র', 'microscopic, imnute', 'huge, mammoth', 'The computer chips were tiny.', 1, NULL),
+(254, 'Vivid', 'উজ্জ্বল, তীব্র, পরিষ্কার, স্পষ্ট', 'pictorial, picturesque, visual,', 'dull', 'The dream was very vivid.', 1, NULL),
+(255, 'Worthy', 'প্রশংসার যোগ্য, প্রশংসনীয়', 'deserving, good, meritorious ', 'valueless, worthless', 'She is a worthy successor to the mayor.', 1, NULL),
+(256, 'Assert', 'সোজাসুজি বলা', 'affirm,avow, declare, profess', 'deny, gainsay', 'He asserted that there were spies in the government.', 1, NULL),
+(257, 'Awful', ' ভয়াবহ , ভীতিপ্রদ , বেদনাবহ , আতঙ্কজনক', 'abhorrent, abominable, appalling, offensive,', 'fantastic', 'That\'s an awful thing to say.', 1, NULL),
+(258, 'Belittle', 'ছোটো করে দেখানো , তুচ্ছজ্ঞান করা', 'denigrate, deprecate, depreciate, derogate', 'glorify, laud, magnify, praise', ' The critic belittled the author\'s work.', 1, NULL),
+(259, 'Benign', 'অমায়িক', 'anodyne, harmless, innocuous, inoffensive, safe', 'adverse, bad, baleful, baneful', 'Beyond that, Australians show a benign disinterest in New Zealand culture.', 1, NULL),
+(260, 'Capricious', ' চঞ্চল , অনিয়মিত , অনির্ভরযোগ্য', 'fickle,volatile,irregular', 'stable, consistent', 'The court ruled that the punishment was arbitrary and capricious.', 1, NULL),
+(261, 'Cease ', 'বন্ধ করা , ক্ষান্ত হওয়া', 'halt, lapse,quit, stop, terminate', ' continue, hang on, persist', 'The factory ceased operations last year.', 1, NULL),
+(262, 'Censure', 'বিরুদ্ধ সমালোচনা করা , তিরস্কার', ' rebuke, reprimand, reproach, reproof, ', 'praise,citation, commendation, endorsement', 'The country faces international censure for its alleged involvement in the assassination.', 1, NULL),
+(263, 'Clandestine', ' গোপন , গুপ্ত , লুকোনো , চোরাগোপ্তা', 'privy, sneak, sneaking, sneaky, stealth, stealthy, surreptitious.', 'open, overt, public', 'The operations in this clandestine war must necessarily remain secret.', 1, NULL),
+(264, 'Clarity', 'নির্মলতা , স্পষ্টতা , স্বচ্ছতা', 'limpidity, translucence,transparency', 'opacity, opaqueness, turbidity', 'The essays are edited for clarity.', 1, NULL),
+(265, 'Cohere', ' জুড়ে থাকা , একত্রিত থাকা', 'coincide, comport, conform, consist, correspond', 'differ (from), disagree (with)', 'Words and meanings do not necessarily cohere', 1, NULL),
+(266, 'Commend', ' প্রশংসা করা , গুণকীর্তন করা , পছন্দসই হওয়া', 'commit, confide, consign, delegate, deliver', 'Deplorable', 'His poetry is highly commended by other writers.', 1, NULL),
+(267, 'Conceal', 'লুকোনো , গোপন করা , ঢাকা', 'bury, cache, ensconce, secrete', 'display, exhibit', 'She could barely conceal her anger.', 1, NULL),
+(268, 'Cryptic', ' গুপ্ত , রহস্যময় , দুর্বোধ্য', 'impenetrable, inscrutable, mystic, occult, uncanny', 'accessible, clear, nonambiguous, obvious, plain, unambiguous, unequivocal', 'His instructions were cryptic.', 1, NULL),
+(269, 'Curtail', 'ছোটো করে দেওয়া , হ্রাস করা , কমানো , খানিকটা অংশ কেটে বাদ দেওয়া', 'abbreviate, abridge, shorten, cut back, dock, , truncate', ' extend, lengthen, prolong, protract', 'School activities are being curtailed due to a lack of funds.', 1, NULL),
+(270, 'Debacle', ' আকস্মিক পতন , বিপর্যয় , ছত্রভঙ্গ', 'calamity, cataclysm, catastrophe, disaster ', 'blockbuster, hit, smash, success, winner', 'The financial debacle that was the stock market crash of 1929', 1, NULL),
+(271, 'Defiance', ' কোনো নীতিগত কারণে দ্বন্দ্বে আহ্বান , প্রকাশ্য অবাধ্যতা', ' disobedience,contrariness, contumacy,rebelliousness', 'compliance, obedience, submission', 'any defiance of the authoritarian regime would have dire consequences.', 1, NULL),
+(272, 'Demise', 'মৃত্যু,উইল দ্বারা সম্পত্তি হস্তান্তর করা', 'decease, die, depart, drop, end, exit,', ' breathe, live,creation', 'our much beloved, recently demised', 1, NULL),
+(273, 'Demur', 'দ্বিধা করা , সংকোচ', 'object, except, expostulate, kick, protest, remonstrate', 'Accept', 'don\'t hesitate to demur to the idea if you have any qualms', 1, NULL),
+(274, 'Desiccate', 'শুষ্ক করা', 'dehydrate, devitalize, enervate, geld', 'stimulate, vitalize, vivify,saturate', 'add a cup of desiccated coconut to the mix', 1, NULL),
+(275, 'Despot', ' স্বৈরাচারী শাসক , অত্যাচারী', 'caesar, dictator', 'humble', 'The company is run by a benevolent despot.', 1, NULL),
+(276, 'Discrete', 'স্বতন্ত্র , ধারাবাহিকতা', 'detached, disconnected, separate, free', 'attached, connected, joined, linked', 'These movements and their members have never been parallel or discrete.', 1, NULL),
+(277, 'Dissent', 'ভিন্নমত পোষণ করা , বিরোধিতা', 'differ, disagree, nonconcur', 'agree, assent, concur', 'Anyone who dissented was encouraged to speak out while they had the chance', 1, NULL),
+(278, 'Disparage', ' সম্মানহানি করা , তাচ্ছিল্য করে কথা বলা', 'denigrate, deprecate, depreciate, derogate', 'acclaim, applaud, exalt, extol', 'It\'s a mistake to disparage their achievements.', 1, NULL),
+(279, 'Dormant', ' সুপ্ত , অপ্রকট', 'dozing, napping, resting, sleeping, slumbering', 'awake, sleepless, wakeful, wide-awake', ' The seeds will remain dormant until the spring.', 1, NULL),
+(280, 'Dreary', 'নিরানন্দ', 'dismal, drear, gloomy', 'cheery, comforting, cordial, festive, friendly, gay, heartwarming, sunshiny', 'It was a gray, dreary morning.', 1, NULL),
+(281, 'Anguish', 'নিদারুণ যন্ত্রণা, মনোবেদনা , হৃদয়বেদনা', 'Affliction, Hurt, Pain, Woe', 'Bliss, Cheer, Ecstasy, Pleasure,', 'Family\'s anguish as sledge boy Liam Stafford \'critical but stable\' in hospital', 1, NULL),
+(282, 'Annex', 'পাওয়া , অধিকার করা', 'Add, Append, Tack', 'Bate, Remove, Take off', 'The United States annexed Texas in 1845.', 1, NULL),
+(283, 'Anomaly', 'অস্বাভাবিকতা , ব্যতিক্রম , বৈসাদৃশ্য , ব্যত্যয় ', 'Abnormality, Exception, Oddment, Rarity', 'Average, Normal, Par, Standard ', 'Focus on fats erodes milk powder price anomaly.', 1, '2017-07-04 08:38:20'),
+(284, 'Antagonism', ' সাপে-নেউলে, বিরোধ , বৈরিতা , প্রতিদ্বন্দ্বিতা ', 'Animus, Bad blood, Grudge, Jaundice, Rancor ', 'Amity', 'The region has a long history of ethnic antagonisms.', 1, NULL),
+(285, 'Aperture', 'ছিদ্র , রন্ধ্র ,ফুটো ', 'Hole, Opening, Perforation ', 'Agreement, Closing, Juncture', 'The photograph was taken using a fast shutter speed and a large aperture.', 1, NULL),
+(286, 'Applaud', 'প্রশংসা করা , অনুমোদন জানানো ', 'Acclaim, Cheer, Praise, Salute, Tout ', 'Knock, Pan, Slam', 'Everyone applauded the graduates as they entered the auditorium.', 1, NULL),
+(287, 'Apprehend', 'ধরা , গ্রেপ্তার করা ', 'Appreciate, Comprehend, Catch on , Seize, Tumble, Understand ', 'Miss, Free, Let go , Liberate', 'Within hours, police had apprehended the thief.', 1, NULL),
+(288, 'Arable', 'চাষোপযোগী , কর্ষণযোগ্য , আবাদী ', 'Productive', 'Barren ', 'The family is selling several acres of arable land.', 1, NULL),
+(289, 'Arduous', 'কষ্টকর , দুষ্কর , শ্রমসাধ্য', 'Hard, Challenging, Difficult, Rough, Toilsome,', 'Cheap, Facile, Mindless, Soft, Undemanding ', 'To this, later in life, he added the arduous travel required of an exciseman.', 1, NULL),
+(290, 'Arid', 'শুকনো ,অনুর্বর , রসকষহীন ', 'Boring, Dull, Monochromatic, Stupid, Uninteresting', 'Absorbing, Engaging, Gripping, Riveting', 'I wish the city would figure out this whole arid climate thing.', 1, NULL),
+(292, 'Asperse', 'মিথ্যা দুর্নাম রটানো', 'Slander, Malign, Insult', 'Compliment', 'how dare you asperse the character of our dedicated pastor!', 1, NULL),
+(293, 'Assiduous', 'পরিশ্রমী , একাগ্র , অধ্যবসায়ী , অভিনিবিষ্ট ', 'Active,  Busy, Engaged,  Hopping, Laborious', 'Idle, Unemployed', 'The project required some assiduous planning.', 1, NULL),
+(294, 'Assimilate', ' আত্তীকরণ, সমীভবন।', 'Absorb, Incorporate, Take in', 'Reject', 'The sugars in the fruit are readily assimilated by the body.', 1, NULL),
+(295, 'Astound', 'স্তম্ভিত করা ,হতভম্ব করা', 'Surprise, Astonish', 'calm', 'Go the extra mile and astound your teachers with the quality of your work.', 1, '2017-07-04 05:52:54'),
+(296, 'Astute', ' চতুর , বিচক্ষণ , ধূর্ত', 'Shrewd, Canny, Heady, Sharp, Smart ', 'Stupid, Unknowing ', 'His analysis of the battle was very astute.', 1, NULL);
+INSERT INTO `vocabularies` (`id`, `word`, `meaning`, `synonyms`, `antonyms`, `example`, `display`, `updated_at`) VALUES
+(297, 'Attrition', 'ঘর্ষণজনিত  ক্ষয় ', 'Corrosion, Erosion, Waste ', 'Buildup ', 'Novak predicts war of attrition in Australian Open final.', 1, NULL),
+(298, 'Aura', ' সুরভিতরঙ্গ ,পরিমণ্ডল ,পরিবেশ', 'Air, Atmosphere, Climate, Nimbus, Note, Smell, Temper, Vibration', '', 'South Africa will bring an aura of Africa to the carnival in the Seychelles.', 1, NULL),
+(299, 'Austerity', 'মিতব্যয়িতা , অনাড়ম্বরতা', 'Severity, Strictness', 'Gentleness', 'he problem is that there have been NO austerity cuts!', 1, NULL),
+(300, 'Avalanche', ' বরফের ধ্বস , হিমানী-সম্প্রপাত ', 'Flood, Rush, Landslide', '', 'He was buried by an avalanche.', 1, NULL),
+(301, 'Avarice', 'অর্থলালসা ,লোলুপতা', 'Greed, Lust, Cupidity', 'Generosity', 'He was driven by avarice.', 1, NULL),
+(302, 'Avaricious', 'অতিশয় লোভী , কৃপণ ', 'Acquisitive, Greedy, Grabby, Mercenary, Rapacious ', 'Generous', 'Instead, the policy benefits or enriches a few avaricious businessmen.', 1, NULL),
+(303, 'Avow', 'কবুল করা, স্বীকার করা', 'Affirm, Claim, Declare, Insist, Protest', 'Deny, Gainsay ', 'It will instead avow a Republicanism that is culturally modern, economically inclusive, and environmentally responsible.', 1, NULL),
+(304, 'Awe', 'সমীহ , সম্ভ্রম ', 'Admiration, Astonishment, Wonder', 'Disdain', 'It was a sight that filled me with awe and reverence.', 1, NULL),
+(305, 'Balk', 'বর্গা ,বাধা ,অবহেলা করা', 'Bar, Clog, Handicap, Trammel', 'advance, cultivate, encourage, forward, foster, further, nurture, promote', 'Selectmen balk at WRSDC plan for meeting on regional agreement.', 1, NULL),
+(306, 'Ballot', ' গোপন ভোটদানে ব্যবহৃত কাগজ, ভোটপত্র', 'Vote', 'Disenfranchisement ', 'They cast their votes in a secret ballot.', 1, NULL),
+(307, 'Balmy', 'স্নিগ্ধ, সুখস্পর্শ, উপশাসক।', 'Refreshing, Temperate, Moderate', 'Wintry', 'She did allow herself a little lip balm but it had to be clear.', 1, NULL),
+(308, 'Banquet', 'কাউকে ভুরিভোজে আপ্যায়িত করা , ভোজে যোগ দেওয়া,  ভোজ খাওয়া ', 'Feast, Dinner, Regale, Spread ', '', 'Safari Club holding benefit banquet in Spokane.', 1, NULL),
+(309, 'Barter', 'সরাসরি পণ্যবিনিময়ের মাধ্যমে ব্যাবসাবাণিজ্য ', 'Trade, Exchange, Switch', '', 'Unless you live in a place or situation where the barter system is used.', 1, NULL),
+(310, 'Bashful', ' লাজুক ', 'Backward, Shy, Diffident, Introverted, Modest, Self-effacing, Sheepish', 'Extroverted, Immodest, Outgoing ', 'Lonas was bashful about his heroics in a Wednesday afternoon phone interview.', 1, NULL),
+(311, 'Bask', ' আগুন বা রোদ পোহানো , উপভোগ করা', 'Rest, Loll, Relax,', 'drudge, grub, hump, hustle', 'Gasparilla, Kumquat festivals will bask in warm sunshine.', 1, NULL),
+(312, 'Baste', ' টাঁকা , প্রহার করা', 'Lash, Beat, Stitch, Seam', 'Unpick', 'If you have any remaining baste, dip them in it once while cooking them.', 1, NULL),
+(313, 'Begrudge', 'কোনো ব্যাপারে অসন্তুষ্ট হওয়া ', 'Envy, Resent ', 'Like, Admire', 'You shouldn\'t begrudge her success.', 1, NULL),
+(314, 'Beguile', 'ছলনা করা , চিত্তবিনোদন করা ', 'Allure, Charm, Fascinate, Kill,', 'Repel, Udeceive', 'He beguiled the audience with his smooth and seductive voice.', 1, NULL),
+(315, 'Belie', ' আশানুরূপ না হওয়া ', 'Misrepresent, Conceal, Disprove', 'Betray, Represent', 'Their actions belie their claim to be innocent.', 1, NULL),
+(316, 'Berate', 'তীব্র ভর্ৎসনা করা ', 'Out, Flay, Jaw, Reprimand, Score, Upbraid', 'Praise', 'He is a generally optimistic man and likes to berate me for my pessimism.', 1, NULL),
+(317, 'Bereave', 'বঞ্চিত করা ', 'Abate, Divest, Strip ', 'crown, enthrone, throne', 'This chain reaction will in turn bereave the company from any revenue opportunities for an indefinite period of time.', 1, NULL),
+(318, 'Beset', 'পরিবৃত করা ', 'Anguish, Curse, Harrow, Rack, Torment', 'abet, aid, assist, help; deliver, release, relieve,', 'A lack of money is the greatest problem besetting the city today.', 1, NULL),
+(319, 'Besiege', 'সশস্ত্র সৈন্যবাহিনী দ্বারা অবরোধ করা , ঝামেলায় ফেলা ', 'Beleaguer, Invest, Leaguer', 'Make free', 'They fought pitched battles with police when they went to \'besiege\' the Shikkha Bhaban.', 1, NULL),
+(320, 'Bestow', ' অর্পণ করা ', 'Give,  Contribute, Donate, Volunteer', 'hold, keep, pocket, retain, withhold;', 'The award is the highest honor the Governor of Indiana can bestow.', 1, NULL),
+(321, 'Bigoted', 'সংকীর্নতা বাদী', 'Narrow minded, Dogmatic', 'Open minded', 'He is a bigoted man.', 1, NULL),
+(322, 'Bizarre', 'উদ্ভট ', 'Strange, Crazy,Odd', 'Normal, Ordinary', 'I just heard the most bizarre story.', 1, NULL),
+(323, 'Bleach', 'জীবাণুনাশক রাসায়নিক ', 'Whiten, Decolorize, Fade, Wash out ', 'Darken, Embrown ', 'Bones bleached white by the sun.', 1, NULL),
+(324, 'Blemish', 'কলঙ্ক , শারীরিক ত্রুটিবিচ্যুতি ', 'Taint, Stain, Touch, Vitiate ', 'Fix, Rebuild, Repair,', 'Heffernan has top record, despite one blemish.', 1, NULL),
+(325, 'Bliss', ' পরম সুখ ', 'Above, Heaven, Kingdom come, Paradise', 'Gehenna, Hell, Perdition ', 'Tomball couple celebrate 70 years of wedded bliss.', 1, NULL),
+(326, 'Blunt', 'ভোঁতা , অল্পবুদ্ধি', 'Abrupt, Bluff, Curt, Snippy', 'Circuitous, Mealymouthed ', 'He was blunt about needing more privacy.', 1, NULL),
+(327, 'Bondage', 'দাসত্ববন্ধন , ডুরি ', 'Slavery, Enslavement, Thralldom', 'Freedom, Liberty, Free', 'A population held in bondage', 1, NULL),
+(328, 'Boon', 'অনুগ্রহ , প্রার্থনা , আশীর্বাদ ', 'Advantage, Asset, Benefit', 'Disadvantage, Hindrance, Impediment', 'Swiss franc dip on euro optimism a boon for the nation\'s exporters.', 1, NULL),
+(329, 'Brag', 'গর্ব করা ', 'Bluster, Gasconade, Rant', 'awful, execrable, lousy, pathetic,', 'Shameless car thieves take to Facebook to brag of exploits and swap tips.', 1, NULL),
+(330, 'Brawl', 'তর্জনগর্জনসহ ঝগড়া ', 'Argufy, Bicker, Dispute, Fall out, Hassle, Quarrel', 'agree, assent, concur, consent', 'Fans were brawling in the streets after the game.', 1, NULL),
+(331, 'Breach', 'লঙ্ঘন,  খেলাপ', 'Contravention, Infringement, Violation ', 'Noninfringement, Nonviolation, Observance ', 'Feds offer free credit protection to privacy breach victims.', 1, NULL),
+(332, 'Brew', ' পাতা ভিজিয়ে পানীয় বানানো ', 'Abet, Incite, Ferment, Pick, Rise, Whip', 'bridle, check, constrain', 'The restaurant also brews its own ginger ale and root beer.', 1, NULL),
+(333, 'Brim', 'কাপ, টুপির ধার', 'Borderline, Edge, End, Framemargin,rim', 'center, core, heart', 'Their products ranged from bank notes to bonnet brim reinforcements.', 1, NULL),
+(334, 'Brink', 'প্রান্ত , কিনারা , অজানিত', 'Point, Edge, Verge ', '', 'From the brink of extinction: elephant seals stage remarkable comeback.', 1, NULL),
+(335, 'Brisk', ' টাটকা , প্রাণবন্ত ', 'Active, Bouncing, Risky, Sparky, Vital,', 'Dead, Inanimate, Languorous, Vapid ', 'There is a brisk market in old movie posters.', 1, NULL),
+(336, 'Bruise', 'কালশিটে , চোট ', 'Contusion, Damage', '', 'She bruised her knee when she fell.', 1, NULL),
+(337, 'Brutal', ' বর্বরোচিত , নির্মম', 'Harsh, Cruel, Hardhanded, Tough', 'Easy, Light, Soft ', 'Sailors sometimes faced brutal punishments like whipping.', 1, NULL),
+(338, 'Budge', 'অতি সামান্য সরানো ', 'Moved, Shift, Dislodge', 'resist', 'Their horses refused to budge.', 1, NULL),
+(339, 'Burglar', 'সিঁধেল চোর', 'Thief, Robber, Intruder', '', 'Sheriff seeks help finding masked burglar in Pine Grove.', 1, NULL),
+(340, 'Canny', ' বিচক্ষণ ', 'Astute, Heady, Knowing, Savvy', 'Unknowing ', 'Leslie is canny enough to see through Parker\'s guise and wants a piece of the action.', 1, NULL),
+(341, 'Cardinal', 'মৌলিক , অপরিহার্য ', 'Essential, Basic, Fundamental', 'Secondary, Unimportant', 'The Pope appointed two new cardinals this year.', 1, NULL),
+(342, 'Yield', 'উৎপাদন ', 'Bow, Cave, Submit', 'Hold off, Resist', 'I yield the floor to the Senator from Maine.', 1, NULL),
+(343, 'Wisdom', ' বিজ্ঞতা , জ্ঞান , বিদ্যা ', 'Discernment, Perception,sagacity,', 'Imprudence, Indiscretion ', 'New study turns conventional wisdom about weight on its head.', 1, NULL),
+(344, 'Wild', 'বন্য ,অসভ্য', 'Feral, Savage, Unbroken', 'Busted, Domestic, Gentled', 'He was wild with anger.', 1, NULL),
+(345, 'Vindictive', 'প্রতিহিংসাপরায়ণ ,শাস্তিমূলক', 'Revengeful, Vengeful ', 'charitable, forgiving, merciful', 'That is because the Texan is a liar and cheat, and a vindictive one.', 1, NULL),
+(346, 'Velocity', 'বেগ ,দ্রুতি', 'Celerity, Haste, Quickness, Swiftness, Speed ', 'Slowness, Sluggishness ', 'PS Minis game Velocity isn\'t getting a sequel just yet.', 1, NULL),
+(347, 'Variable', 'পরিবর্তনশীল, পরিবর্তনীয় ', 'Adjustable, Modifiable, Flexible', 'Established, Fixed, Unadaptable,', 'The winds were light and variable.', 1, NULL),
+(348, 'Unemployment', 'বেকার, নৈষ্কর্ম্য ', 'Joblessness', 'Employ', 'My unemployment lasted about six months.', 1, NULL),
+(349, 'Unruly', 'অবাধ্য ,দুর্দান্ত, দুর্দম ', 'Balky, Defiant, Froward, Ungovernable, Wayward', 'Amenable, Compliant, Obedient', 'Police will today unveil their latest strategy to rein in unruly fans.', 1, NULL),
+(350, 'Unorganized', 'পূর্ণাঙ্গ, নির্মিত', 'Union ', '', 'But getting organized is surprisingly easy, once you make the commitment.', 0, NULL),
+(351, 'Uncertain', 'অনিশ্চিত ,অনিয়ত, অদৃঢ়, পরিবর্তনশীল', 'Capricious, Flickery, Inconstant, Unpredictable, Variable', 'Certain, Invariable, Stable, Unchanging', 'I\'m uncertain about how to respond.', 1, NULL),
+(352, 'Ubiquitous', 'সর্বব্যাপী , সর্বত্র বিদ্যমান', 'Omnipresent, Global, Universal ', 'Rare, Scarce', 'His ubiquitous influence was felt by all the family.', 1, NULL),
+(353, 'Treacherous', 'বিশ্বাসঘাতক, অধর্মী', 'Disloyal, False, Recreant, Unfaithful', 'Constant, Faithful, Loyal, Steady, True ', 'They were not prepared to hike over such treacherous terrain.', 1, NULL),
+(354, 'Transpire', 'বাষ্পাকারে নির্গত করা , প্রকাশিত হত্তয়া', 'Befall, Chance, Go on, Pass,', '', 'Trees transpire water at a rapid rate.', 1, NULL),
+(355, 'Transitory', 'নিত্য়, অল্পকালস্থায়ী', 'Brief, Flash, Passing, Temporary', 'Ceaseless, Deathless, Endless, Immortal, Timeless', 'The transitory nature of earthly pleasures', 1, NULL),
+(356, 'Thrust', 'ধাক্কা , খোঁচা,ভেদ করা, হস্তক্ষেপ করা', 'Drive, Propel, Shove, Push ', 'Decline, Drop, Fall ', 'He thrust his fist into the air.', 1, NULL),
+(357, 'Terrible', 'ভয়ানক , ভীষণ , খুব বেশী , অত্যধিক ', 'Alarming, Direful, Frightful, Horrible, Shocking,', 'Light, Moderate, Soft ', 'Sharks recover from terrible start to douse Flames in opener.', 1, NULL),
+(358, 'Termination', 'অবসান ,চরম ,পরিসমাপ্তি ', 'Bound, End, Line', 'Alpha, Birth, Genesis, Launch,', 'Termination based on social media posting doesn\'t block benefits.', 1, NULL),
+(359, 'Temporal', 'সময়গত', 'Wordly', '', 'Such change disrupted their notion of temporal influence.', 1, NULL),
+(360, 'Temerity', 'হঠকারিতা', 'Audaciousness, Brass, Cheek, Gall, Nerviness, Sauce', ' timidity,bashfulness, diffidence,', ' He was punished for his temerity.', 1, NULL),
+(361, 'Tedious', 'ক্লান্তিকর', 'Arid, Colorless, Dry, Humdrum, Jading, Stupid, Tame, Boring', 'Absorbing, Engaging, Interesting', 'He made a tedious 45-minute speech.', 1, NULL),
+(362, 'Remiss', 'অবহেলনাকারী, অমনোযোগী ', 'Careless, Lazy, Neglectful, Slack', 'Attentive, Careful', 'We\'d be remiss if we didn\'t include a cautionary note.', 1, NULL),
+(363, 'Replicate', 'চিত্রের প্রতিলিপি', 'Carbon, Double, Likeness, Picture,', 'Archetype, Original, Prototype ', 'We toured a replica of the ship.', 1, NULL),
+(364, 'Resource', 'ব্যবহারযোগ্য সম্পদ , জিনিসপত্র , কাঁচামাল, সম্বল ', 'Expedient, Recourse, Resort ', '', 'Oil is essentially their only resource.', 1, NULL),
+(365, 'Restricted', ' সীমিত, সীমার মধ্যে, বাধা', 'Cap, Hold down, Limit ', 'Exceed ', 'The new law restricts smoking in public places.', 1, NULL),
+(366, 'Revoke', 'বাতিল করা , রদ করা', 'Abandon, Call off, Drop, Rescind, Cancel', 'Continue, Keep ', 'Their privileges were revoked after they misbehaved.', 1, NULL),
+(367, 'Rummage', 'তন্নতন্ন করে খোঁজা , হাঁটকানো , ওলটপালট করা ', 'Ascertain, Detect, Discover, Find out, Hunt', 'Miss, Overlook, Pass over ', 'He rummaged through the attic for his baseball card collection.', 1, NULL),
+(368, 'Sanction', ' উপযুক্ত কর্ত্বপক্ষের অনুমোদন ', 'Authorization, Granting, Leave, Sufferance', 'Interdiction, Prohibition, Proscription ', 'The country acted without the sanction of the other nations.', 1, NULL),
+(369, 'Satisfaction', 'পরিতৃপ্তি ,তুষ্টি, সন্তোষ', 'Content, Delectation, Enjoyment, Gladness', 'Discontent, Dissatisfaction, Unhappiness ', 'He gets great satisfaction from volunteering.', 1, NULL),
+(370, 'Sequence', 'ক্রম, অনুক্রম, অনুবর্তী ', 'Aftereffect, Child, Corollary, Issue, Product', 'Antecedent, Causation, Occasion, Reason ', 'He listened to the telephone messages in sequence.', 1, NULL),
+(371, 'Shun', 'এড়াইয়া চলা , পরিহার করা ', 'Avoid, Elude, Get around, Shirk, Escape', 'accept, court, embrace, pursue', 'Swatch doubles down on diamonds, even as the Chinese shun bling.', 1, NULL),
+(372, 'Solicit', 'আমন্ত্রণ করা, অনুনয় করা, অনুরোধ করা ', 'Interview, Poll, Canvass, Survey ', 'report', 'The prostitutes were arrested for soliciting customers.', 1, NULL),
+(373, 'Solitary', 'নির্জন, একান্তবাসী , সঙ্গিহীন, একাকী', 'Alone, Singular, Only, Special, Unique ', 'Accompanied ', 'Most cats are solitary creatures.', 1, NULL),
+(374, 'Subterfuge', 'এড়ানর কৌশল', 'Artifice, Chicane, Gamesmanship, Legerdemain', 'Artlessness, Candidness, Sincerity', 'They obtained the documents by subterfuge.', 1, NULL),
+(375, 'Sumptuous', 'অতীব ব্যয়বহুল', 'Deluxe, Luxury, Palatial', 'Ascetic, Austere, Humble', 'Slick lips gorgeous with vivid, sheer shades in sumptuous satin texture.', 1, NULL),
+(376, 'Synthetic', 'কৃত্রিম , সংশ্লেষিক', 'Artificial, Man-made, Nonnatural ', 'Natural, Genuine, Real', 'The typical lifespan of a synthetic field is eight to 10 years.', 1, NULL),
+(377, 'Tacit', 'অকথিত, নীরব', 'Implied, Unexpressed, Wordless', 'Explicit, Spoken, Voiced ', 'There was a tacit agreement that he would pay off the loan.', 1, NULL),
+(378, 'Castigate', 'শাস্তি দেওয়া , কড়া সমালোচনা করা ', 'Rebuke, Admonish, Chastise, Reprove, Scold', 'Praise, Commend', 'He was castigated for not setting a good example.', 1, NULL),
+(379, 'Casualty', 'দুর্ঘটনা , ক্ষয়ক্ষতি ', 'Fatality, Loss, Prey', 'gainer, victor, winner; harmer', 'Casualty recently released a special online webisode to introduce four new characters.', 1, NULL),
+(380, 'Categorical', 'নিঃশর্ত , অনাপেক্ষিক , প্রত্যক্ষ ', 'Arrant, Blank, Pureregular', 'Doubtful, Qualified, Restricted', 'So while Miss Soubry is right, it is hardly categorical.', 1, NULL),
+(381, 'Cathedral', 'গির্জা', 'Church, Chapel', '', 'Go to the Cathedral.', 1, NULL),
+(382, 'Caustic', 'ক্ষয়কারী বস্তু ', 'Acidic, Biting, Scalding', 'Amusing, Droll, Merry', 'The chemical was so caustic that it ate through the pipes.', 1, NULL),
+(383, 'Cavern', 'সুড়ঙ্গ , গুহা ', 'Antre, Cave, Delve', '', 'Call goes out to rock pioneers as cavern club hits 50 with reunion.', 1, NULL),
+(384, 'Ceaseless', ' বন্ধ করা , ক্ষান্ত হওয়া ', 'Break up, Close, Terminate', 'Continue, Hang on, Persist ', 'The factory ceased operations last year.', 1, NULL),
+(385, 'Celestial', 'আকাশসংক্রান্ত , স্বর্গীয় ', 'Elysian, Heavenly, Supernal ', 'Hellish, Infernal, Plutonian', 'Celestial navigation has guided man around the world for several thousand years.', 1, NULL),
+(386, 'Chafe', 'গরম করবার জন্যে ঘষা , ক্রুদ্ধ হওয়া', 'Abrade, Excoriate, Fret', 'Appease, Conciliate, Mollify', 'When the strap is too tight, it chafes the baby\'s skin.', 1, NULL),
+(387, 'Charisma', 'ঈশ্বরদত্ত আধ্যাত্মিক শক্তি ', 'Allure, Charm, Duende', 'Repulsion, Repulsiveness ', 'The candidate was lacking in charisma.', 1, NULL),
+(388, 'Charitable', 'মহানুভব,উদার', 'Altruistic,Eleemosynary, Humanitarian', 'Self-centered, Self-concerned, Selfish', 'She has tried to be charitable about her sister\'s problems.', 1, NULL),
+(389, 'Chaste', 'শুদ্ধাত্মা , নির্মলচিত্ত , সংযত ', 'Clean, Decent, Modest', 'Coarse, Dirty, Impure', 'And the lack of flesh makes even these chaste glimpses almost pornographic.', 1, NULL),
+(390, 'Cherish', 'যত্নে আগলে রাখা , জিইয়ে রাখা ', 'Adore, Love, Worship ', 'Abhor, Despise, Execrate', 'That quality time is something I really cherish and value.', 1, NULL),
+(391, 'Chide', 'বকাবকি করা ', 'Admonish, Rebuke, Tick off ', 'sanction; applaud, extol', 'It humors me when people chide me about being an ambulance chaser or whatever.', 1, NULL),
+(392, 'Chirp', 'কিচিরমিচির , মনের সুখে কথা বলা ', 'Chirrup, Peep, Tweet', '', 'They would fly right up to her face, look her in the eyes and chirp at her.', 1, NULL),
+(393, 'Choke', 'শ্বাসরুদ্ধ হওয়া', 'Garrote, Strangle, Throttle ', 'Clear, Free, Unplug', 'Chew your food well so you don\'t choke.', 1, NULL),
+(394, 'Chore', 'টুকিটাকি কাজ ', 'Assignment, Duty, Job', 'Breeze, Cinch, Duck soup', 'That movie is a chore to sit through.', 1, '2017-07-03 09:40:28'),
+(395, 'Chronic', 'দীর্ঘস্থায়ী , দুরারোগ্য', 'Habitual, Confirmed, Inveterate ', 'Unaccustomed, Unused; Intermittent', 'He suffers from chronic arthritis.', 1, NULL),
+(396, 'Cipher', 'শূন্য , সামান্য ব্যক্তি', 'Dwarf, Morsel, Nothing', 'Big shot, Magnate, Personage', 'They must be cypher containing already the code for their own reading.', 1, NULL),
+(397, 'Circuitous', 'ঘোরানো , আঁকাবাঁকা ', 'Indirect, Circular, Roundabout ', 'Direct, Straight, Straightforward ', 'Green has taken a circuitous route to his religious and philosophical core.', 1, NULL),
+(398, 'Cite', 'নজির হিসাবে উল্লেখ করা ', 'Adduce, Quote, Instance', 'Forget, Ignore, Pass over', 'The article cites several experts on the subject.', 1, NULL),
+(399, 'Climax', 'সবচেয়ে আকর্ষণীয় বিষয় , পরমক্ষণ ', 'Climacteric, Turning point, Landmark', 'Bottom, Nadir, Rock bottom ', 'The movie\'s climax is a fantastic chase scene.', 1, NULL),
+(400, 'Clinch', ' একেবারে মিটিয়ে ফেলা', 'Decide, Determine, Nail', 'Confuse, Muddle, Unsticking', 'If they win tonight\'s game they\'ll clinch the pennant.', 1, '2017-07-03 09:03:46'),
+(401, 'Cling', 'আটকে থাকা , লেগে থাকা', 'Adhere, Cleave, Stick, Hew ', 'Unsticking', 'Brods cling to slim hopes of derby date at Heath beating the big freeze.', 1, NULL),
+(402, 'Clumsy', 'কদাকার , উদ্ভট , নড়বড়ে', 'Awkward, Ham-fisted, Maladroit', 'awkward,ham-fisted,maladroitdeft, dexteroushandy', 'His routes are particularly clumsy, and he isn\'t coming out of his breaks explosively.', 1, NULL),
+(403, 'Clutter', 'এলোমেলো অবস্থা , নোংরা করা', 'Agglomerate, Agglomeration, Botch', 'Calm, hush, peace', 'Try to avoid cluttering your desk with books and papers.', 1, NULL),
+(404, 'Coarse', 'মোটা , অসমৃণ , কর্কশ , নিকৃষ্ট', 'Grained, Grainy, Granular', 'Dusty, Fine, Powdery', 'He also allegedly used offensively coarse language while walking.', 1, NULL),
+(405, 'Coax', 'তোষামোদ করে ভোলানো ', 'Blandish, Cajole, Palaver', ' Bug, Harass, Nag', 'He was unable to coax her into selling him her house', 1, NULL),
+(406, 'Cohesion', 'সংসক্তি , সংলগ্নতা ', 'Unity, Solidity', 'Disarray', 'Stable Penguins hope cohesion will lead to success whenever NHL lockout ends.', 1, NULL),
+(407, 'Cohesive', 'সংসক্তিপ্রবণ , সংযোগশীল ', 'Unified, Consistent', 'Disjointed', 'Southern Poly women cruising with roster of cohesive contributors.', 1, NULL),
+(408, 'Colloquial', 'সাধারণ কথাবার্তায় ব্যবহৃত ', 'Conversational, Informal, Vernacular,', 'Bookish, Formal, Learned', 'They will explain the exhibits to visitors in a colloquial language.', 1, NULL),
+(409, 'Colossal', 'বিরাট ,অতিমাত্রার , অসামান্য ', 'Astronomical, Giant, Oceanic', 'Bantam, Minute, Pygmy', 'Influential skipper will leave NZ with colossal hole to fill.', 1, NULL),
+(410, 'Commence', 'শুরু করা , শুরু হওয়া ', 'Begin, Enter, kick off', 'Conclude, Eend, Finish', 'The court commenced criminal proceedings.', 1, NULL),
+(411, 'Commodious', 'সুপ্রশস্ত ,উপযোগী , সুবিধাজনক ', 'Ample, Capacious, Spacious', 'Incommodious ', 'A few years later, the Auburn & Rochester Railroad erected a commodious brick station near Auburn Prison.', 1, NULL),
+(412, 'Compassion', 'করুণা , পরদুঃখকাতরতা ', 'commiseration, sympathy, feeling ', 'Callousness, Coldheartedness, Heartlessness ', 'Compassion for Jodie Foster: Thoughts On Her Emotional Golden Globes Speech.', 1, NULL),
+(413, 'Compatiable', 'সংগতিপূর্ণ , সামঞ্জস্যপূর্ণ', 'Agreeable, Congenial, Frictionless', 'Disagreeable, Inharmonious, Uncongenial', 'iPhone 5 Compatible iOS 6 Untethered Jailbreak At Last.', 1, NULL),
+(414, 'Compel', 'জোর করে করানো , বাধ্য করা , দাবি করা', 'Blackjack, Coerce, Force', 'Allow, Let, Permit', 'illness compelled him to stay in bed.', 1, NULL),
+(415, 'Competent', 'যথেষ্ট যোগ্যতাসম্পন্ন , খুব সন্তোষজনক ', 'Able, Capable, Equal', 'Incompetent, Unfit, Unqualified ', 'Defendant charged with arson found not competent to stand trial.', 1, NULL),
+(416, 'Compile', 'সংকলন করা , রচনা করা', 'Anthologize, Collect ', 'Distribute', 'House and Senate staffs compile lists of faith leaders willing to do it.', 1, NULL),
+(417, 'Complement', 'পূরক , অনুপূরক , সম্পূর্ণ করা', 'correlate, supplement ', 'Clash', 'The scarf is a perfect complement to her outfit.', 1, NULL),
+(418, 'Complementary', 'পূর্নতাদায়ক', 'Correlative, Reciprocal, Supplemental, ', 'Noncomplementary, Nonreciprocal', 'She wore a new outfit with a complementary scarf.', 1, '2017-07-03 08:42:41'),
+(419, 'Comply', 'কারো অনুরোধ, আদেশ বা ইচ্ছা অনুসারে কাজ করা', 'Adhere, Conform, Follow', 'Defy, Disobey, Rebel', 'There will be penalties against individuals who fail to comply.', 1, NULL),
+(420, 'Conceit', 'অহমিকা, আত্মশ্লাঘা, দাম্ভিকতা', 'Metaphor, Figure of speech ', 'Humbleness, Humility, Modesty', 'His conceit has earned him many enemies.', 1, NULL),
+(421, 'Concoct', 'নানারকম জিনিস মিশিয়ে প্রস্তুত করা , উদ্ভাবন করা , মিথ্যা উদ্ভাবন করা ', 'Ivent, Contrive, Devise', 'Clone, Mimic, Replicate', 'She concocted a stew from the leftovers.', 1, NULL),
+(422, 'Concur', 'একসঙ্গে ঘটা , একজায়গায় মিলিত হওয়া', 'Coincide, Agree ', 'Differ, Disagree ', 'We concur that more money should be spent on education.', 1, NULL),
+(423, 'Condemn', ' দোষারোপ করা , নিন্দা করা , ধিক্কার করা', 'Anathematize, Censure, Damn', 'Bless', 'We strongly condemn this attack against our allies.', 1, NULL),
+(424, 'Condone', 'উপেক্ষা করা , ক্ষমা করা', 'Blink , Excuse, Discount,', 'Heed, Mark', 'The hiring manager was appalled and would never condone such unequal pay.', 1, NULL),
+(425, 'Confedarate', ' চুক্তি বা সন্ধিসূত্রে আবদ্ধ', 'Partner, Company, Ally', 'Rival', 'Richard Yates that a Confederate company was drilling in Murphysboro.', 1, NULL),
+(426, 'Confer', 'অর্পণ করা , প্রদান করা', 'Accord, Award, Grant, Vest', 'Retrieve', 'The lawyer and judge conferred about the ruling.', 1, NULL),
+(427, 'Confess', 'স্বীকার করা , মেনে নেওয়া , প্রকাশ করা ', 'Admit, Cop, Fess ', 'Deny ', 'I have to confess that I was afraid at first.', 1, NULL),
+(428, 'Confiscate', 'বাজেয়াপ্ত করা , জব্দ করা', 'Attach, Expropriate, Sequester', 'Cede, Deliver, Forfeit', 'They confiscate Honey Nut Cheerios signs and boxes.', 1, NULL),
+(429, 'Congenial', 'সমপ্রকৃতিবিশিষ্ট , সমমনস্ক , সমরুচিসম্পন্ন', 'Agreeable, Blessed , Darling', 'Disagreeable, Pleasureless, Unpalatable', 'He found the work to be congenial.', 1, NULL),
+(430, 'Congested', 'ঘনবসতিপূর্ণ , জনসমাকীর্ণ', 'Block, Choke, Clot', 'Clear, Free, Open', 'Rojas takes the free kick into a congested box but Sydney break away with the ball.', 1, NULL),
+(431, 'Congregate', 'সমাবিষ্ট করা , একত্রিত করা বা হওয়া', 'Accumulate, Collect, Gather', 'Disperse, Dissipate, Scatter ', 'Skiers congregated around the lodge\'s fireplace.', 1, NULL),
+(432, 'Connoisseur', 'শিল্পকলা প্রভৃতির সমঝদার , রসজ্ঞ ব্যক্তি ', 'Cognoscente, Dilettante ', 'Amateur, Inexpert, Nonexpert ', 'Is a blogger, a pub quiz connoisseur, and a spicy food athlete.', 1, NULL),
+(433, 'Conscientious', 'ধর্মবুদ্ধিচালিত , কর্তব্যবোধে চালিত', 'Conscionable, Ethical, Honest', 'Cutthroat, Dishonest, Unconscionable', 'He was conscientious about following the doctor\'s orders.', 1, NULL),
+(434, 'Conspiracy', ' ষড়যন্ত্র , চক্রান্ত ', 'Cabal, Crew, Gang', '', 'They were accused of conspiracy to commit murder.', 1, NULL),
+(435, 'Construe', 'ভাষান্তরিত করা , শব্দ ধরে ধরে অনুবাদ করা', 'clarify,demonstrate,explicate', 'Obscure ', 'The way the court construes various words has changed over time.', 1, '2017-07-03 06:16:44'),
+(436, 'Contagious', ' সংক্রামক , ছোঁয়াচে ', 'Catching, Pestilent, Transmissible', 'Noncommunicable ', 'I\'m sick, but the doctor says I\'m not contagious.', 1, NULL),
+(437, 'Contaminate', 'দূষিত করা , নোংরা করা ', 'Befoul, Defile, Foul', 'Decontaminate, Purify ', 'Make sure the white paint is not contaminated by any of the other colors.', 1, NULL),
+(438, 'Contemn', 'অবজ্ঞা করা, ঘৃনা করা', 'Disdain, Scorn', 'love', 'The country condemns the use of violence on prisoners.', 1, NULL),
+(439, 'Contour', 'বহিরবয়ব , দেহরেখা', 'Outline, Figure, Silhouette ', '', 'The map showed the contour of the coastline.', 1, NULL),
+(440, 'Contravence', 'বিরোধিতা করা , লঙ্ঘন করা ', 'Breach, Violate, Fracture', 'Comply, Follow, Mind', 'Assembly act does not contravene Federal Constitution\'.', 1, NULL),
+(441, 'Contrite', 'অনুতপ্ত ', 'Apologetic, Compunctious, Penitent', 'imPenitent, Remorseless, Unapologetic', 'So, I watched and waited for indications that the man was truly contrite.', 1, NULL),
+(442, 'Cordial', ' আন্তরিক , বন্ধুত্বপূর্ণ', 'Amicable, Chummy, Collegial', 'Antagonistic, Hostile, Unfriendly ', 'We received a cordial greeting from our hostess at the party.', 1, NULL),
+(443, 'Corpse', 'মৃতদেহ , লাশ ', 'Bones, Cadaver, Remains', '', 'When a son steals his dad\'s corpse, it is no surprise that police officers are baffled.', 1, NULL),
+(444, 'Corpulent', ' স্থূলকায় , মোটা , থলথলে', 'Blubbery, Full, Overweight', 'Lean, Skinny, Slender', 'Taft was the 27th president and the most corpulent.', 1, NULL),
+(445, 'Corroborate', 'অনুমোদন করা , সমর্থন করা', 'Argue, Certify, Substantiate', 'Disprove, Rebut, Refute ', 'There is no way to corroborate the detainee\'s statement.', 1, NULL),
+(446, 'Covetous', 'লোভী , অর্থলোলুপ ', 'Acquisitive, Coveting, Grasping', 'Unenvious ', 'Covetous glances being cast at the Swansea City dugout are nothing new.', 1, NULL),
+(447, 'Cozy', 'স্বাচ্ছন্দ্যময় , আরামদায়ক ', 'Cannyrelaxed, Snug ', 'Uncomfortable ', 'I spent a cozy evening reading in front of the fire.', 1, NULL),
+(448, 'Craft', 'কারুকর্ম , কারুশিল্প', 'Art, Handcraft, Trade ', 'Artlessness, Forthrightness, Sincerity ', 'You are walking down a craft aisle with no particular item in mind.', 1, NULL),
+(449, 'Crude', 'অশোধিত , অপরিশোধিত , অভদ্র', 'Native, Undressed, In the rough', 'Dressed, Processed, Refined', 'They built a crude shelter out of branches.', 1, NULL),
+(450, 'Cuisine', 'বিশেষ রন্ধন প্রণালী ,', 'Cooking, Cookery ', '', 'Joel Robuchon, a master of French cuisine, is known for his warm personality.', 1, '2017-07-04 10:57:04'),
+(451, 'Cynical', 'মানববিদ্বেষী , নাক-সিটকানো, সন্দেহপ্রবণ ', 'Suspicious, Pessimistic, Mocking ', 'Optimistic, Credulous', 'Most residents are cynical about efforts to clean mobsters out of their city.', 1, NULL),
+(452, 'Dangle', 'আলগাভাবে ঝোলা , প্রলুব্ধ করা ', 'Hang, Sling, Suspend', 'disinterest', 'He dangled a piece of string in front of the cat.', 1, NULL),
+(453, 'Dart', 'জোরে কোনো জিনিস ছুঁড়ে মারা ', 'Affront, Cut, Gird', 'Praise, Adulation, Flattery', 'He was hit with a poisoned dart.', 1, NULL),
+(454, 'Daze', ' হতবুদ্ধি করা , বিহ্বল করা , গুলিয়ে দেওয়া,', 'Dazedness, Fog, Muddle', 'Alertness, Levelheadedness', 'Press and industry people are waddling down the lines in a daze.', 1, '2017-07-04 10:43:14'),
+(455, 'Dazzling', 'অতি উজ্জল, চোখ ধাঁধানো', 'Beaming, Candescent, Incandescent', 'Dim, Lackluster, Unbright, ', 'What made you want to look up dazzling?', 1, '2017-07-04 10:38:05'),
+(456, 'Debtor', 'ঋণী, দেনাদার', 'Defaulter, Nonpayer', '', 'He is debtor to me.', 1, NULL),
+(457, 'Decacy', 'বাস্থ্য, বল, সৌন্দর্য', 'Break down, Corrupt, Decompose,', 'Ameliorate, Improve, Meliorate ', 'That means no outright disasters, but the steady decay of past certainties.', 1, NULL),
+(458, 'Deceit', 'প্রতারণা , মিথ্যা', 'Artifice, Cheating, Dishonesty', 'Artlessness, Forthrightness, Good faith', 'Greens MPs congratulate hoaxer whose deceit triggered sharemarket turmoil Save.', 1, NULL),
+(459, 'Deceitful', ' প্রবঞ্চক , ধাপ্পাবাজ', 'Crooked, Fraudulent, Defrauding', 'Aboveboard, Honest, Truthful ', 'So he\'s still doing the deceitful lying thing that will eventually come to a head.', 1, NULL),
+(460, 'Deceive', 'ভুল ধারণা সৃষ্টি করা , বিশ্বাসঘাতকতা করা ', 'Bamboozle, Catch, Hornswoggle', 'Undeceive', 'Her parents punished her for trying to deceive them.', 1, NULL),
+(461, 'Deferential', ' শ্রদ্ধাবনত', 'Deferent, Respectful, Regardful ', 'Disrespectful, Undutiful ', 'The court has been fairly deferential to the parliament in identifying conformity.', 1, NULL),
+(462, 'Defiant', 'বেপরোয়া ', 'Balky, Froward, Wayward', 'Amenable, Biddable, Compliant', 'He\'s taken a defiant stand on the issue.', 1, NULL),
+(463, 'Deficit', 'ঘাটতি , অভাব ', 'Crunch, Dearth, Pinch', 'Abundance, Opulence, Sufficiency', 'The team overcame a four-point deficit to win the game.', 1, NULL),
+(464, 'Defile', 'নোংরা করা , অপবিত্র করা , নষ্ট করা', 'Col, Gulf, Gorge', 'Respect, Enhance', 'A place where we throw away our detritus and defile with our wastes. ', 1, NULL),
+(465, 'Deity', 'দেবতা ', 'Divinity, God ', '', 'The deity comprises five elements: gold, silver, bronze, copper and steel.', 1, NULL),
+(466, 'Delineate', ' চিত্রিত করা , বর্ণনা করা ', 'Define, Outline, Silhouette', 'Undelineated ', 'The report clearly delineates the steps that must be taken.', 1, NULL),
+(467, 'Deplore', 'আক্ষেপ করা , পরিতাপ করা ', 'Bemoan, Lament, Grieve', 'Delight, Exult, Glory', 'They deplore the debt and the explosion in government spending.', 1, NULL),
+(468, 'Deride', 'উপহাস করা ', 'Ridicule, Gibe, Jeer', 'serious', 'In contrast, DeGruy said, a black mother might deride her academically gifted son.', 1, NULL),
+(469, 'Devour', 'জন্তুদের মতো খাঁওয়া , গোগ্রাসে গেলা , গ্রাস করা', 'Consume, Eat ', 'Renew, Replace ', 'She devoured every golf magazine she could find.', 1, NULL),
+(470, 'Devout', 'ভক্তিমান , ধার্মিক , গভীরভাবে অনুভূত', 'Constant, Dedicated, Good', 'Disloyal, Faithless, Fickle', 'It is his devout wish to help people in need.', 1, NULL),
+(471, 'Diffuse', 'সকল দিকে ছড়িয়ে দেওয়া বা ছড়িয়ে পড়া', 'Circuitous, Wordy, Pleonastic,', 'Compact, Pithy, Succinct', 'They will do it in waves to diffuse responsibility amongst themselves.', 1, NULL),
+(472, 'Dilemma', 'উভয়সংকট ', 'Double bind, Quandary ', 'relax', 'Everton FC boss David Moyes admits he faces a dilemma over Nikica Jelavic.', 1, NULL),
+(473, 'Diligent', 'অধ্যবসায় , অনলস , পরিশ্রমী', 'Active, Engaged, Hopping, ', 'Idle,Unbusy, Unoccupied ', 'Producers reminded to be diligent about dehydration.', 1, NULL),
+(474, 'Dillute', 'হালকা করা , নিস্তেজ করা , লঘু ', 'Cut, Adulterate, Extend', 'Enrich, Fortify, Richen', 'Don\'t let the knowledge society dilute research quality in Europe\'s universities.', 1, NULL),
+(475, 'Dim', 'অনুজ্জ্বল , অস্পষ্ট , নিষ্প্রভ , ঘোলাটে', 'Black, Caliginous, Darkened', 'Bright, Illuminated, Lightsome', 'I have a dim memory of your last visit.', 1, NULL),
+(476, 'Diminish', 'কমানো বা কমে যাওয়া , হ্রাসপ্রাপ্ত হওয়া ', 'Belittle, Cry down, Minimize', 'Acclaim, Exalt, Glorify', 'Nothing could diminish the importance of his contributions.', 1, NULL),
+(477, 'Disrupt', 'তছনছ করা , ব্যাহত করা ', 'Break up, Distintegrate, Fracture', 'Arrange, Dispose, Organize', 'Why crowd funding could disrupt how solar power is created.', 1, NULL),
+(478, 'Disburse', 'টাকা খরচ করা ', 'Spend, Drop, Expend', 'savings', 'The government has disbursed millions of dollars in foreign aid.', 1, NULL),
+(479, 'Dissect', 'টুকরো টুকরো করে কাটা , খুঁটিয়ে বিশ্লেষণ করা', 'Anatomize, Cut, Deconstruct', ' integrate, synthesize, unify', 'We dissected the poem in class.', 1, NULL),
+(480, 'Dissemble', 'গোপন রাখা , ভান করা', ' Affect, Bluff, Feign', 'reveal', 'Califf, not one to dissemble, says people can think what they like.', 1, NULL),
+(481, 'Diverge', 'অপসৃত হওয়া , ভিন্নমত হওয়া ', 'Detour, Sheer, Veer', 'Converge, Join ', 'They were close friends in college, but after graduation, their lives diverged.', 1, NULL),
+(482, 'Diverse', 'নানাবিধ ', 'Disparate, Different, Unalike', 'Alike, Identical, Kindred', 'Diverse group celebrates civil rights leader\'s legacy at University of Scranton.', 1, NULL),
+(483, 'Diversify', 'বৈচিত্রপূর্ণ করা , বহুমুখী করা ', 'Vary, Branch out', 'Specialize', 'The company needs to diversify.', 1, NULL),
+(484, 'Doctrine', 'তত্ত্ব , মতবাদ ', 'Canon, Dogma, Principle ', '', 'The government was founded on a doctrine of equality for all people.', 1, NULL),
+(485, 'Dodge', 'কোনো কিছুকে পাশ কাটানোর জন্য চট করে সরে যাওয়া , কায়দা , পরিকল্পনা ,ধাক্কা এড়ানো', 'Artifice, Device, Trick', 'follow, keep, obey, observe', 'It was just another dodge to get out of working.', 1, '2017-07-04 07:34:19'),
+(486, 'Dogma', 'অনুশাসন , মতামতের উদ্ধত ঘোষণা ', 'Canon, Doctrine ', '', 'These new findings challenge the current dogma in the field.', 1, NULL),
+(487, 'Dogmatic', 'প্রশ্নাতীত মতবাদ রূপে উপস্থাপিত, অন্ধবিশ্বাসী', 'Doctrinaire, Opinionated, Pontifical', 'Latitudinarian, Undoctrinaire, Undogmatic ', 'Krigel doesn\'t consider following tradition confining or dogmatic.', 1, '2017-07-04 07:25:34'),
+(488, 'Dominion', 'রাজত্ব , জমিদারি ', 'Ascendance, Dominance, Preeminence', 'Impotence, Powerlessness ', 'The countries fought for dominion of the territory.', 1, NULL),
+(489, 'Dommed', 'দণ্ডপ্রাপ্ত', 'Fated, Destined', '', 'Strongsville boys basketball team doomed by third quarter in loss to Medina.', 1, NULL),
+(490, 'Drastic', 'তীব্র , চূড়ান্ত ', 'Violent, Severe', 'Modest', 'Report indicates drastic increase in sectarian violence in 2012. ', 1, NULL),
+(491, 'Drizzle', 'ঝিরঝিরে হালকা বৃষ্টি ', 'Mist, Mizzle, Sprinkle', '', 'Yes, it\'s raining, but it\'s only a drizzle.', 1, NULL),
+(492, 'Drought', ' অনাবৃষ্টি , পিপাসা ', 'Crunch, Dearth, Famine', 'Abundance, Opulence, Plenty', 'The drought caused serious damage to crops.', 1, NULL),
+(493, 'Drowsy', 'তন্দ্রালু , তন্দ্রাগত , অলস', 'Dozy, Sleepy, Somnolent ', 'Alert, Onscious, Wakeful', 'Drowsy driving has a widespread impact on the nation\'s highways, experts say.', 1, '2017-07-04 06:57:01'),
+(494, 'Dual', ' দ্বৈত ', 'Binary, Double, Twin', 'Single ', 'SMSU wrestlers win dual with Northern State.', 1, NULL),
+(495, 'Dungeon', 'অন্ধকূপ ', 'Prison, Cell', '', 'The king threw them in the dungeon.', 1, NULL),
+(496, 'Dwindle', 'অবক্ষয়িত হওয়া , ক্ষয়প্রাত্ত হওয়া , ক্র্রমশঃ কমে যাওয়া', 'Abate, Drop, Lessen', 'Augment, Boost, Expand', 'Flu may have peaked in Massachusetts as vaccine supplies dwindle.', 1, '2017-07-04 06:45:13'),
+(497, 'Dye', 'রং , ছোপানো , রাঙিয়ে দেওয়া', 'Color, Pigment, Dyestuff,', '', 'It appears that scientist have found a way to use gold nanoparticles to dye hair brown.', 1, NULL),
+(498, 'Eccentric', 'কেন্দ্রাপসারী ,কেন্দ্রাপসারী , ভিন্নকেন্দ্রী , খামখেয়ালী', 'Bizarre, Outlandish, Strange', 'Conventional', 'Nicholls shapes his plans to fit Bay\'s eccentric contours. ', 1, '2017-07-04 06:38:57'),
+(499, 'Ecstasy', 'ভাবাবেশ , উচ্ছ্বাস', 'Cloud nine, Heaven, Rapture', 'Depression, Agony', 'Matthew Bajada 25, of Sta Venera, is accused of smuggling over 21,000 ecstasy pills into Malta.', 1, NULL),
+(500, 'Edible', 'ভক্ষণীয় , ভোজ্য ', 'Comestible, Eatable, Eating', 'Inedible, Nonedible, Uneatable ', 'All of the decorations on the gingerbread house were edible.', 1, NULL),
+(501, 'Efface', 'উপবিভাগ নষ্ট করা , নিশ্চিহ্ন করা, ঘষে তুলে ফেলা', 'Black out, Eradicate, Sweep', 'Engrave', 'Let this fact efface the salty impression left by the last sentence, above.', 1, '2017-07-04 06:27:56'),
+(502, 'Elaborate', 'শ্রমবলে উত্পাদন করা , সম্প্রসারিত করা ', 'Complex, Detailed, Fancy', 'No-frills, Simple, Unfancy', 'They made elaborate preparations for his visit.', 1, NULL),
+(503, 'Elapse', ' অতিবাহিত হওয়া , কাটিয়ে যাওয়া ', 'Close, Quit, Stop', 'Continue, Hang on, Persist ', 'An interval of at least five hours should elapse between meals for adults.', 1, NULL),
+(504, 'Elementary', 'প্রাথমিক ', 'Abecedarian, Elemental, Rudimentary', 'Advanced, ', 'The researchers made an elementary error.', 1, NULL),
+(505, 'Elevate', ' উচ্চ করা , উন্নীত করা ', 'Raise, Lift up', 'Lift down', 'But it\'s troubling when elected officials elevate chicanery over a winning message.', 1, NULL),
+(506, 'Eloquence', 'বাগ্মিতা ', 'Articulacy, Poetry, rhetoric', 'Inarticulateness ', 'The eloquence and the historic moment should not mislead, however.', 1, NULL),
+(507, 'Elucidate', 'বিশদ করা , স্পষ্ট করা ', 'Clarify, Explain', 'Obscure, Confuse', 'This will elucidate the structure and will assist in target identification.', 1, NULL),
+(508, 'Elude', 'কৌশল এড়ান , ব্যর্থ করা ', 'Avoid, Dodge, Finesse', '', 'The cause of the disease continues to elude researchers.', 1, NULL),
+(509, 'Elusive', 'পলাইতে পারে এমন ', 'Evasive, Fugitive, Slippery ', 'Definite, Tangle', 'Area College Notebook: Caltech still seeking that elusive victory.', 1, NULL),
+(510, 'Embroider', 'সূচিশিল্প দ্বারা পরিশোভিত করা , সূচী দ্বারা চিকন কাজ তোলা', 'Color, Elaborate, Hyperbolize', '', 'He is known to embroider the truth about his service in the army.', 1, '2017-07-04 05:58:16'),
+(511, 'Eminent', 'মহান , বিশিষ্ট ', 'Astral, Bright Noble', '', 'The programme will be graced by eminent persons from the literary world.', 0, NULL),
+(512, 'Emphasize', 'জোর দেওয়া ', 'Accent, Feature, Point', 'De-emphasize, Play down ', 'Stanford renames education school to emphasize its graduate research, education.', 1, NULL),
+(513, 'Emphatic', 'জোরালো ', 'Aggressive, Forceful, Muscular', 'Nonassertive, Nonemphatic, Unemphatic ', 'The sense of the contemporary was emphatic in the opening episode.', 1, NULL),
+(514, 'Empower', ' ক্ষমতা প্রদান করা , অধিকারী করা ', 'Accredit, Commission, License', 'Disqualify ', 'Japanese University deploys cloud to empower business continuity plan.', 1, NULL),
+(515, 'Emulate', 'সমকক্ষ হইতে চেষ্টা করা  বা ছাপাইয়া যাইতে চেষ্টা করা ', 'Correspond , Amount, Equal', '', 'McDermott wants to emulate cup glory of Swansea and Bradford at Reading. ', 1, '2017-07-04 05:44:46'),
+(516, 'Enchant', 'মোহিত করা , পুলকিত ', 'Allure, Beguile, Kill', 'Disenchant, Disillusion ', 'The book has enchanted children for almost a century.', 1, NULL),
+(517, 'Encompass', 'পরিবেষ্টন করা , ঘেরাও করা ', 'Circle, Encircle, Surround', 'Exclude, Leav, Omit ', 'The district encompasses most of the downtown area.', 1, NULL),
+(518, 'Encroach', 'অনধিকার প্রবেশ করা ', 'Creep, Inch, Worm ', '', 'They have declared their property, and they will not let the other encroach upon it.', 1, NULL),
+(519, 'Engulf', 'সম্পূর্ণরূপে গ্রাস করা ', 'Deluge, Overflow, Submerge', 'Drain ', 'Flames engulf the steeple of Adams United Methodist Church today.', 1, NULL),
+(520, 'Enigma', 'ধাঁধা , হেঁয়ালি , প্রহেলিকা ', 'Closed book, Mystery, Puzzle', '', 'BJ is considered more of a enigma, but he has the talent to be a All Star.', 1, NULL),
+(521, 'Enrage', 'ক্রুদ্ধ , খাপ্পা , উন্মাদী , প্রচণ্ড , কুপিত , রূষ্ট , উন্মাদিত , প্রকুপিত , জাতকোপ , প্রকোপিত', 'Anger, Incense, Madden', 'Delight, Gratify, Please ', 'QPR have also been linked to Sissoko, which will surely enrage Newcastle.', 1, '2017-07-04 05:18:57'),
+(522, 'Entrap', 'ফাঁদে আটকান ', 'Catch up, Enmesh, Mesh', 'Disentangle, Untangle ', 'We used the net to entrap a school of fish.', 1, NULL),
+(523, 'Entrepreneur', 'ব্যবসায়ে ঝুঁকিদার', 'Industrialist, Starting, New business', '', 'The millionaire entrepreneur, and star of \"Shark Tank,\" races Ferrari\'s in his free time.', 1, NULL),
+(524, 'Enumerate', 'গণনা করা , পরপর উল্লেখ করা ', 'Detail, Itemize, Recite', 'Generalize', 'Let me enumerate my reasons for doing this.', 1, '2017-07-04 05:09:00'),
+(525, 'Epoch', 'বিশেষ ঘটনা দ্বারা সূচিত করা ঘুগারম্ভ', 'Day, Age, Era', '', 'Epoch to host a talk with Benjamin Franklin.', 1, NULL),
+(526, 'Equivocate', 'একাধিক বিভিন্ন অর্থপূর্ণ , দ্বার্থক ', 'Debatable,Fishy, Queer', 'Certain, Sure, Unquestionable ', 'Five years later, though, that equation seemed decidedly more equivocal.', 1, NULL),
+(527, 'Erect', ' ঋজু ', 'Perpendicular, Standing, Raised', 'Flat, Recumbent ', 'She sat erect, listening for her name.', 1, NULL),
+(528, 'Erode', ' ক্ষয় করা বা খওয়ান ', 'Corrode, Eat, Fret', '', 'Methane leaks erode green credentials of natural gas.', 1, NULL),
+(529, 'Erroneous', 'ভ্রমাত্মক , ভ্রমপূর্ণ , ভ্রান্ত ', 'False, Inaccurate, Off', 'Accurate, Factual, Proper', 'I am here to say that, it\'s an erroneous mindset and false hope. ', 1, NULL),
+(530, 'Escort', ' সহচর , প্রহরী', 'Attendant, Companion, Guard', '', 'Everyone was surprised when she arrived at the party without an escort.', 1, NULL),
+(531, 'Esteem', 'উচ্চমূল্য দেওয়া বা উচ্চমূল্যসম্পন্ন ', 'Account, Estimation, Favor', 'Disfavor ', 'She has won esteem for her work with cancer patients.', 1, NULL),
+(532, 'Etiquette', 'শিষ্টাচার , ভদ্র আদবকায়দা ', 'Manner, Form, Proprieties ', '', 'The club will focus on business etiquette in the workplace and social situations.', 1, NULL),
+(533, 'Evacuate', 'খালি করা , রেচন করান ', 'Clear, Empty, Vacate', 'Fill, Load ', 'Man and woman evacuate St Neots house after fire.', 1, NULL),
+(534, 'Evade', 'কৌশলে এড়ান ', 'Avoid, Dodge, Elude', 'accept, court, embrace', 'Helpful colleagues, sensitive management help evade skirt chasers.', 1, NULL),
+(535, 'Evaluate', 'মূল্যনির্ধারণ করা ', 'Appraise, Guesstimate, Valuate', '', 'We need to evaluate our options.', 1, NULL),
+(536, 'Evaporate', 'বাষ্পীভুত হইয়া উরিয়া যাওয়া ', 'Dematerialize, Evanesce, Fade', 'Appear, Materialize ', 'Criticism about liberals getting elected honestly would evaporate.', 1, NULL),
+(537, 'Evasive', 'অসরল , ছলনাকারী', 'Elusive, Fugitive, Slippery', '', 'They took evasive action to avoid capture.', 1, NULL),
+(538, 'Exalt', ' উচ্চে স্থাপন করা , উন্নত বা উন্নিত করা ', 'Aggrandize, Canonize, Elevate,', 'Abase, Degrade, Humble', 'The essay exalts the simple beauty of the country.', 1, NULL),
+(539, 'Exempt', 'দায়িত্বাদি হইতে রেহাই', 'Duty-free, Tax-exempt, Untaxed', 'Taxable, Nonexempt ', 'Proposed Senate bill would exempt Michigan firearms from federal laws.', 1, NULL),
+(540, 'Exert', ' প্রয়োগ করা , জাহির করা ', 'Spply, Exercise, Ply', '', 'He exerts a lot of influence on the other members of the committee.', 1, NULL),
+(541, 'Exhale', 'নিঃশ্বাসের সহিত বাহির করিয়া দেওয়া ', 'Blow , Breathe , Expel', 'Inbreathe, Inhale, Inspire ', 'She inhaled deeply and exhaled slowly, trying to relax.', 1, NULL),
+(542, 'Exhaust', ' সম্পূর্ণ বাহির করিয়া দেওয়া', 'Break, Drain, Harass', 'Renew, Replace ', 'Three vehicles had their exhaust systems stolen over December and January.', 1, NULL),
+(543, 'Exhaustive', 'সমগ্র , সম্পূর্ণ ', 'Clean, Comprehensive, Thorough', '', 'Without the exhaustive treatments, the effects can be severe.', 1, NULL),
+(544, 'Exile', ' নির্বাসন ', 'Banishment, Deportation, Expatriation', 'Repatriate ', 'They hoped that his exile would be temporary.', 1, NULL),
+(545, 'Exotic', 'বিদেশী  , অদ্ভুত ', 'Bizarro, Glamorous, Marvelous', 'Familiar, Unexotic, Unromantic ', 'Flavor express: All aboard for exotic midwinter excursion.', 1, NULL),
+(546, 'Expedite', 'অন্তরায়শূন্য করা , ত্বরন্বিত করা, দ্রুত প্রেরণ করা', 'Speed up, Hasten', 'Impede', 'The government must expedite the process of completing these expressways.', 1, NULL),
+(547, 'Explicit', 'স্পষ্ট , বিশদ , ব্যক্ত ', 'Definite, Express, Specific', 'Ificimplicit, Ambiguous, Unspecific', 'Since that meeting, the pair shared sexually explicit messages on Facebook.', 1, NULL),
+(548, 'Exploit', ' সম্পাদিত কর্ম , কৃতিত্ব ', 'Deed, Feat, Trick ', '', 'Cyber criminals exploit Barack Obama in Twitter attacks.', 1, NULL),
+(549, 'Expound', 'ব্যাখ্যা করা বা অর্থপ্রকাশ করা ', 'Air, Express, Sound', 'Stifle, Suppress', 'The article expounds the virtues of a healthy diet.', 1, NULL),
+(550, 'Exterminate', 'নির্মূল করা , ধ্বংস করা ', 'Abolish, Black out, Rub out', 'conserve, preserve, protect', 'We made arrangements to have the termites exterminated.', 1, NULL),
+(551, 'Extinct', ' নির্বাপিত , অধুনা-লুপ্ত ', 'Bygone, Defunct, Expired', 'Alive, Existing, Living', 'Scientists worry that Bd could cause frogs to become extinct.', 1, NULL),
+(552, 'Extol', 'উচ্চপ্রশংসা করা ', 'Bless, Celebrate, Exalt', 'blame, censure, reprehend', 'Other songs extol the virtues of rushing a relationship to the next level.', 1, NULL),
+(553, 'Fabricate', 'তৈরি করা , বানিয়ে বলা , গুল দেওয়া ', 'Make,Fashion, Manufacture', 'Demount, Knock down, Tear down', 'Only the largest parts were fabricated at the factory.', 1, NULL),
+(554, 'Facet', 'মণি,কোনো কিছুর বিশেষ একটি দিক', 'Angle, Hand, Phase', '', 'The company is involved in virtually every facet of the energy industry.', 1, NULL),
+(555, 'Facetious', 'মজার , মজা-করা', 'Clever, Witty, Humorous', 'Earnest, Sincere ', 'I am being facetious, of course, but it is puzzling why Notre Dame has struggled.', 1, NULL),
+(556, 'Facile', ' সহজসাধ্য , সহজকর্মা, সহজ, সাবলীল , অনর্গল ,নমনীয় , অনায়াস , অকষ্টকল্পিত', 'Superficial, One-dimensional, Shallow', 'Deep, Profound ', 'Bonjour et bienvenue dans le journal en Français facile.', 1, '2017-07-03 12:07:41'),
+(557, 'Farce', ' প্রহসন , হাসির নাটক ', 'Caricature, Joke, Travesty', 'Homage, Tribute', 'High winds produce low farce as Kapalua schedule blown off course again and again.', 1, NULL),
+(558, 'Fascinate', 'মুগ্ধ করা , মোহিত করা , আবিষ্ট করা', 'Allure, Beguile, Captivate', 'Bore, Tire, Weary', 'Finding out will fascinate everybody and dominate at least the next week.', 1, NULL),
+(559, 'Fatuous', 'উদ্দেশ্যহীন , অর্থহীন , নির্বোধ', 'Airheaded, Birdbrained, Dumb', 'Apt, Brainy, Intelligent', 'Paulson\'s thesis that America must behave like a family is fatuous.', 1, NULL),
+(560, 'Feeble', 'দুর্বল , অশক্ত , ক্ষীণবুদ্ধি ', 'Asthenic, Debilitated, Effete', 'Mighty, Powerful, Rugged', 'He made a feeble attempt to explain his behavior.', 1, NULL),
+(561, 'Fervent', ' তপ্ত , দীপ্ত , প্রগাঢ়', 'Ardent, Blazing,Intense', 'Cold, Dispassionate, Emotionless', 'As eager as Robledo is, Colgan could be equally fervent in his quest for a state crown.', 1, NULL),
+(562, 'Fickle', 'চঞ্চল, অস্থির,পরিবর্তনশীল', 'Capricious, Flickery, Inconstant', 'Certain, Immutable, Settled', 'Are fickle Chelsea\'s Rafa protests starting to flag already?', 1, '2017-07-03 06:48:40'),
+(563, 'Fictitious', 'কল্পিত , মিথ্যা, মনগড়া', 'Fake, Imaginary, Mythical', 'Actual, Existent, Real ', 'The characters in the book are all fictitious.', 1, NULL),
+(564, 'Filthy', 'কুতসিত, সমল, অশ্লীল', 'Bawdy, Crude, Dirty', 'Clean, Decent, Nonobscene', 'Don\'t do the filthy work again.', 1, NULL),
+(565, 'Fishy', 'অনিশ্চিত, সন্দেহজনক', 'Dubitable, Equivocal, Suspect', 'Certain, Indubitable, Unquestionable', 'This is fishy work.', 1, NULL),
+(566, 'Fitful', 'ক্ষণস্থায়ী', 'Aperiodic, Casual, Erratic', 'Constant, Habitual, Regular', 'He had a few fitful hours of sleep.', 1, NULL),
+(567, 'Flatter', 'অত্যধিক প্রশংসা করা , তোষামোদ করা', 'Adulate, Belaud, Honey', 'bad-mouth, belittle, decry, depreciate', 'It flattered her to be asked to sing at their wedding.', 1, NULL),
+(568, 'Flaw', 'ফাটল , ত্রুটি', 'Fault, Defect', 'ix, mend, patch, rebuild, recondition', 'Oracle is aware of a flaw in Java software integrated with web browsers.', 1, NULL),
+(569, 'Flee', 'পালিয়ে যাওয়া , এড়িয়ে চলা', 'Dematerialize, Evaporate, Melt', 'Appear, Materialize ', 'He was forced to flee the country.', 1, NULL),
+(570, 'Flimsy', ' ভঙ্গুর , অশক্ত , নগণ্য', 'Cobwebby, Filmy, Gossamer', 'Sturdy, Substantial ', 'The women lean toward flimsy garments that fall to the floor at the slightest provocation.', 1, NULL),
+(571, 'Foe', 'শত্রু , প্রতিপক্ষ', 'Adversary, Enemy, Hostile', 'Amigo, Friend ', 'Her ability was acknowledged by friend and foe alike.', 1, '2017-07-03 05:56:32'),
+(572, 'Foresee', 'আগে হইতে দেখা, আগে হইতে জানা', 'Anticipate, Divine, Forefeel', '', 'He foresees a day when all war will cease.', 1, NULL),
+(573, 'Forge', 'কামারশালা ,কারখানা,কামারশালা', 'Make Feign, Febricate', '', 'Pharmacists must forge their own links with local commissioners.', 1, '2017-07-03 05:16:07'),
+(574, 'Forsake', 'পরিত্যাগ করা , বেরিয়ে আসা', 'Abandon, Desert, Leave', 'Reclaim, Keep', 'Sometimes we must move on and forsake the past in anticipation of the future.', 1, NULL),
+(575, 'Fortify', 'মজবুত করা , পোক্ত করা', 'Brace, Forearm, Nerve', 'Debilitate, Enervate, Weaken ', 'He took a deep breath to fortify himself before stepping onto the stage.', 1, NULL),
+(576, 'Fragile', 'ভঙ্গুর , দুর্বল , পলকা', 'Breakable, Delicate, Frail', 'Infrangible, Nonbreakable, Strong', 'Her health has always been very fragile.', 1, NULL),
+(577, 'Frail', 'ভঙ্গুর , পলকা , ক্ষণস্থায়ী', 'Breakable, Delicate, Fragile', 'Infrangible, Nonbreakable, Strong', 'In his old age his health became increasingly frail.', 1, NULL),
+(578, 'Fraudulent', 'প্রতারনাপূর্ণ, ছলনাপূর্ন', 'Deceitful, Dishonest', 'Genuine', '', 1, NULL),
+(579, 'Fret', 'চৌখিন নকশায় বিভক্ত করা', 'Annoy, Worry, Fuss', '', 'Redwood City encourages housing boom that neighboring cities fret over.', 1, NULL),
+(580, 'Futile', 'অকার্যকর,  ব্যর্থ', 'Abortive, Barren, Otiose', 'Deadly, Fruitful, Virtuous', 'And subsequent attempts to get into contact with Father Barr proved futile.', 1, NULL),
+(581, 'Fuzzy', 'আঁশ বা মিহি গুঁড়োয় ভর্তি ', 'Furry, Hairy, Rough', 'Clear, Definite, Explicit', 'The plant has fuzzy leaves.', 1, NULL),
+(582, 'Gainasy', 'অস্বীকার করা , প্রতিবাদ করা', 'Contradict, Disavow, Negate', 'Acknowledge, Concede, Own ', 'Sandra White, I am afraid, cannot gainsay that.', 1, NULL),
+(583, 'Gale', 'প্রবল বাতাস , বাত্যা', 'Agony, Blaze, Flare', '', 'The boat was damaged in a strong gale.', 1, NULL),
+(584, 'Garner', 'মজুত করা , সঞ্চিত রাখা , জমা রাখা', 'Accumulate, Collect, Gather', 'Dispel, Dissipate, Scatter ', 'The novel has garnered much praise and several awards.', 1, NULL),
+(585, 'Gasp', ' হাঁফানো ', 'Blow, Heave, Puff', '', 'She was gasping for air.', 1, NULL),
+(586, 'Gauche', 'কান্ডজ্ঞানহীন , বেআক্কেল , অপ্রস্তুত', 'Clumsy, Graceless, Stiff,', 'Graceful, Suave, Urbane ', 'The tequila bonbon and the Baileys gauche being my favourites.', 1, NULL),
+(587, 'Gauge', 'প্রমাণ মাপ , ধারণক্ষমতা , গেজ', 'Calculate, Measure', '', 'Kids invited to gauge acts that are auditioning for a county fair near you.', 1, NULL),
+(588, 'Gaze', 'স্থির দৃষ্টি', 'Blink, Gawk, Peer', '', 'He gazed out the window at the snow.', 1, NULL),
+(589, 'Genial', 'সহৃদয় , সহানুভূতিশীল , সদয় ', 'Kindly, Good nature, Good', '', 'Throughout the breakfast, Ryan was genial while being utterly inflexible. ', 1, NULL);
+INSERT INTO `vocabularies` (`id`, `word`, `meaning`, `synonyms`, `antonyms`, `example`, `display`, `updated_at`) VALUES
+(590, 'Genteel', 'ভদ্র , বিনয়ী ', 'Befitting, Correct, Decent', 'Improper, Unbecoming, Unseemly ', 'They lived in a more genteel era.', 1, NULL),
+(591, 'Germinate', 'অঙ্কুর বেরোনো , অঙ্কুরদগোম হওয়া', 'Sprout, Grow', '', 'Seeds must make contact with soil surface in order to germinate and grow. ', 1, NULL),
+(592, 'Gibe', 'ব্যঙ্গ , বিদ্রুপ , উপহাস', 'Deride, Ridicule, Laugh', 'Disagree, Discord ', 'Winston Churchill\'s gibe about the policies of the 1930\'s haunts us as well.', 1, NULL),
+(593, 'Gist', 'মোদ্দা কথা , সারংশ , সারমর্ম ', 'Bottom line, Crux, Meat', '', 'The gist goes like this: The social enterprise is about culture, management and process.', 1, NULL),
+(594, 'Gleam', 'অল্পস্থায়ী আলো , মৃদু ঝিলিক', 'Blaze, Flare,Light', '', 'He saw the gleam of a flashlight in the distance.', 1, NULL),
+(595, 'Grasp', 'দুহাতে জড়িয়ে ধরা , জাপটে ধরা ', 'Omprehend, Know, Understand ', 'Miss, Let go', 'Sainsbury\'s and Tesco grasp Christmas momentum, Kantar reveals.', 1, NULL),
+(596, 'Gravity', 'গাম্ভীর্য , গুরুত্ব , পরিস্থিতির গুরুত্ব', 'Earnest, Graveness, Solemnness', 'Facetiousness, Levity, Unseriousness ', 'Gary defies gravity for his latest comedic interview.', 1, NULL),
+(597, 'Greasy', 'তেলচিটে , পিচ্ছিল', 'Greased, Slick, Lubricated', '', 'Otherwise keep the ball greasy and take your time getting it back.', 1, NULL),
+(598, 'Grievance', 'অভিযোগ , ক্ষোভ ', 'Grudge, Resentment, Score ', '', 'She refused to do so, and raised a grievance about this, which was not accepted. ', 1, NULL),
+(599, 'Grieve', ' মনে আঘাত দেওয়া , গভীর দুঃখ দেওয়া', 'Agonize, Mourn, Suffer', 'Rejoice', 'Family, friends grieve after young cyclist dies from accident injuries.', 1, NULL),
+(600, 'Grim', 'হিংস্র , নির্মম ', 'Austere, Dour, Fierce', 'Benignant, Gentle, Mild', 'In recent days, that unhinged prophecy has acquired a grim new currency.', 1, NULL),
+(601, 'Grouchy', 'গোমড়া মুখো মানুষ', 'Choleric, Irascible, Peevish', 'Good natured', '', 1, NULL),
+(602, 'Grumpy', 'বদমেজাজি , রূঢ়', 'Choleric, Grouchy, Peevish', 'Forbearing, Patient, Tolerant,', 'I was feeling grumpy after my long flight.', 1, NULL),
+(603, 'Haggle', ' অতিশয় দর-কষাকষি করা', 'Chaffer, Deal, Negotiate', '', 'If you\'re in the market for an EV, you\'ll likely find dealers willing to haggle.', 1, NULL),
+(604, 'Hail', ' দূর হইতে আহ্বান', 'Acclaim, Applaud', 'Vilify', 'Public, officials hail Comal County Courthouse project as success', 1, NULL),
+(605, 'Hamper', 'বড় ঝুড়ি ', 'Clog, Encumber, Stymie', 'Assist, Facilitate, Help ', 'Austerity measures and debt crisis still hamper Europe\'s economy.', 1, NULL),
+(606, 'Harnless', 'অশ্বাদি , সাজসরঞ্জাম ', 'Utilize', '', 'The pilot strapped himself into his harness before takeoff.', 1, NULL),
+(607, 'Hasten', 'দ্রুত চলা, ত্বরন্বিত হত্তয়া', 'Accelerate, Hurry, Quicken', 'Brake, Decelerate, Retard', 'His death was hastened by alcohol abuse.', 1, NULL),
+(608, 'Hatch', 'উচ্চতার অর্ধেক দরজা , হাফডোর', 'Incubae, Breed', '', 'Kia conceptualizes hot hatch for Geneva.', 1, NULL),
+(609, 'Haul', 'টান, ধৃত বস্তু , প্রাপ্ত বস্তু ', 'Drag, Hale, Pull', 'Drive, Propel, Push ', 'The cattle were hauled by rail.', 1, NULL),
+(610, 'Haunt', 'যাতায়াত করা ', 'Affect, Habituate, Frequent', 'Avoid, Shun', 'Their failure to plan ahead is now coming back to haunt them.', 1, NULL),
+(611, 'Haven', 'পোতাশ্রয় , আশ্রয়স্থল ', 'Anchorage, Harborage, Port', '', 'This national park provides a safe haven for wildlife.', 1, NULL),
+(612, 'Hazard', 'বিপদ ', 'Danger, Imminence, Peril', 'Security', 'It\'s all cones and hazard lights now.', 1, '2017-07-04 08:55:48'),
+(613, 'Hearsay', 'জনশ্রুতি , জবরব ', 'Buzz, Gossip, Rumor', '', 'They\'re supposedly getting married soon, but that\'s just hearsay.', 1, NULL),
+(614, 'Heave', 'উত্তোলন করা , উত্তোলিত হওয়া ', 'Boost, Heft, Jack', 'Drop, Lower ', 'The quarterback heaved the ball down the field.', 1, NULL),
+(615, 'Hectic', 'অতি দ্রূত কর্মকাণ্ড , ব্যস্ততা , উত্তেজনা', 'Agitated, Excited, Frenzied', '', 'We both had hectic days at work.', 1, NULL),
+(616, 'Heredity', 'বংশপরম্পরাক্রমে চারিত্রিক বৈশিষ্ট্যাদির পুনরাবৃত্তি', 'Genetics, Inheritance', '', 'These are fish whose heredity dates back to when America was new, and well before that.', 1, NULL),
+(617, 'Hermit', 'নির্জনবাসী সন্ন্যাসী , নির্জনবাসী ', 'Anchorite, Eremite, Recluse', '', 'They also observed hermit crabs and other Gulf Coast marine life.', 1, NULL),
+(618, 'Hinder', 'পিছনের , সর্বশেষে অবস্থিত ', 'Cramp, Embarrass,Handcuff', 'Aid, Facilitate, Help', 'It\'s not clear whether the change will help or hinder our project.', 1, NULL),
+(619, 'Hoarse', 'কর্কশ , ফেঁসফেঁসে', 'Rough, Grating, Harsh', 'Mellow, Soft', 'She could only speak in a hoarse whisper.', 1, NULL),
+(620, 'Hoax', 'ধোঁকা , ফাঁকি ', 'Bamboozle, Hoodwink, Humbug', 'Undeceive ', 'We may finally get to the bottom of this whole Manti Te\'o girlfriend hoax mess.', 1, NULL),
+(621, 'Hoist', 'উত্তোলন করা ', 'Boost, Heft, Upheave ', 'Drop, Lower ', 'The steel girders were hoisted into place and securely welded.', 1, NULL),
+(622, 'Howl', 'গর্জন করা , আর্তনাদ করা ', 'Bay, Keen, Ululate', '', 'He seemed to have it all: the look, the title, the trademark howl.', 1, NULL),
+(623, 'Hurdle', 'গরাদওয়াল বহনযোগ্য বেড়াবিশেষ ', 'Balk, Clog, Inhibition', '', 'He won a medal in the high hurdles.', 1, NULL),
+(624, 'Hustle', 'একত্র নাড়ান', 'Bang away, Fag, Sweat', 'Crawl, Creep, Poke ', 'Surry Runnin\' Patriot girls hustle to win conference title.', 1, NULL),
+(625, 'Hygiene', 'স্বাস্থ্যবিধি, স্বাস্থ্যবিজ্ঞান ', 'Sanitation, Cleanliness', '', '\'Beam Brush\' lets you share hygiene data with dentists.', 1, NULL),
+(626, 'Hypothesis', 'প্রকল্প ', 'Theory, Proposition, Supposition', '', 'The algorithms find the patterns and the hypothesis follows from the data.', 1, NULL),
+(627, 'Identical', 'একই , অভিন্ন , অভেদ', 'Same, Selfsame, Very ', 'Another, Different, Other ', 'The boxes were identical in shape.', 1, NULL),
+(628, 'Idyllic', 'শান্তসমাহিত', 'Peaceful, Tranquil', '', '', 1, NULL),
+(629, 'Ignite', 'প্রজ্বলিত করা ', 'Enkindle, Fire, Burn', 'Douse, Extinguish, Quench', 'Three wins in a row ignited the team.', 1, NULL),
+(630, 'Ignoble', ' হীন-জাত , নীচ , ইতর ', 'Baseborn, Common, Humble', 'Aristocratic, Genteel, Highbred', 'These are all noble goals that can be used to justify ignoble laws.', 1, NULL),
+(631, 'Ignominious', 'অখ্যাতিজনক , কলঙ্কজনক , লজ্জাকর ', 'Infamous, Shoddy, Unrespectable', 'Honorable, Reputable, Respectable ', 'And it would get worse with an ignominious break to lose the match.', 1, NULL),
+(632, 'Ignorance', 'অজ্ঞতা , অজ্ঞান', 'Benightedness, Cluelessness, Incognizance', 'Acquaintance, Cognizance, Familiarity ', 'His racist attitudes were born out of ignorance.', 1, NULL),
+(633, 'Illegible', ' অস্পষ্ট, দুষ্পাঠ্য', 'Indecipherable, Undecipherable, Unreadable ', 'Clean, Decipherable, Fair', 'There was a name signed on the note, but it was mostly illegible.', 1, NULL),
+(634, 'Illegitimate', 'অবৈধ', 'Illegal, Unlawful', 'Legitimate', '', 1, NULL),
+(635, 'Illuminate', 'আলোকিত করা , জ্বালান ', 'Clarify, Light up', 'Darken, Dark', 'It should illuminate the last remaining spots of the surviving snowfall. ', 1, NULL),
+(636, 'Illustrate', ' বিশদ বা স্পষ্ট করা ', 'Demonstrate, Exemplify, Instance ', 'Obscure ', 'Barcelona footballers used to illustrate arms smuggling in Syria.', 1, NULL),
+(637, 'Imbibe', 'পান করিয়া লওয়া , আত্মভূত করা', 'Belt, Gulp, Hoist', '', 'Each of them represented our country very well and gave us something to imbibe.', 1, NULL),
+(638, 'Imitate', 'অনুকরণ করা , নকল করা ', 'Ape, Copy, Mime', 'Originate', 'Fortunately, you have examples of successful people whom you can imitate.', 1, NULL),
+(639, 'Immence', 'অপরিমেয় , বিশাল , প্রকাণ্ড ', 'Bumper, Colossal, Gigantic', 'Bantam, Lilliputian, Microminiature', 'She is an artist of immense talent.', 1, NULL),
+(640, 'Imminent', 'আসন্ন ', 'Impending, Looming, ', 'Late, Recent ', 'We are awaiting their imminent arrival.', 1, '2017-07-04 06:35:11'),
+(641, 'Immobile', 'গতিহীন', 'Stationary, Nonmoving, Standing', 'Mobile, Moving, Nonstationary ', 'The accident left her immobile.', 1, NULL),
+(642, 'Immortal', 'অমর , অবিনশ্বর ', 'Ceaseless, Deathless, Endless', 'Impermanent, Mortal, Temporary', 'If walking is good for your health, the postman would be immortal.', 1, NULL),
+(643, 'Immune', 'প্রাপ্ত , নিরাপদ , অনাক্রমা ', 'Unaffected, Protected', 'Susceptible', 'Click on the graphic below for nine ways to keep your immune system up and running.', 1, NULL),
+(644, 'Impale', 'অবরুদ্ধ করা ', 'Harpoon, Jab, Lance', '', 'It has met this deficiency by learning to impale prey on thorns and even barbed wire fences.', 1, NULL),
+(645, 'Impart', 'আমদানি করা , আমদানি করা জিনিস', 'Count, Matter, Signify', 'Export ', 'The government has hiked import duty on gold and platinum by 50%.', 1, NULL),
+(646, 'Impartial', 'পক্ষপাতশূন্য ', 'Disinterested, Equitable, Indifferent', 'Biased, Nonobjective, Partial', 'They asked Keeling how he was going to ensure that jurors had remained impartial.', 1, NULL),
+(647, 'Impatient', 'অধৈর্য , অধীর ', 'Agog Anxious, Enthused', 'Apathetic, Indifferent, Uneager', 'She was impatient to leave.', 1, NULL),
+(648, 'Impeach', 'নিন্দা করা , দোষারোপ করা ', 'Charge, Criminate, Defame', '', 'Early January, Hong Kong politicians attempted to impeach the Chief Executive.', 1, NULL),
+(649, 'Impeccable', 'নিষ্পাপ , অপাপবিদ্ধ', 'Absolute, Faultless, Indefectible', 'Amiss, Bad, Censurable', 'She has impeccable taste in music.', 1, NULL),
+(650, 'Imposing', 'জমকালো, বিস্ময়কর', 'Impressive, Striking', 'Unimpressive', '', 0, NULL),
+(651, 'Impotence', 'অক্ষমতা, ক্লীবতা', 'Powerlessness', 'Power', '', 0, NULL),
+(652, 'Imprisonment', 'কারাবাস , কারাদণ্ড', 'Custoday, Confinement', '', 'Mark\'s Law should include death penalty, not life imprisonment.', 1, NULL),
+(653, 'Impromptu', 'প্রত্যুৎপন্ন , তাৎক্ষণিক , বিনা প্রস্তুতিতে', 'Extempore, Improvised, Spontaneous', 'Prepared, Rehearsed', 'They played the song impromptu.', 1, NULL),
+(654, 'Improvise', 'আশুরচনা করা, create and perform without preparation', 'Impromptu, Unrehearsed, Unprepared', 'Prepared, Rehearsed', 'He had to improvise his opening speech when he forgot his notes.', 1, NULL),
+(655, 'Inaugurate', 'অভিষেক করা, প্রবর্তন করা', 'Begin, Constitute, Establish', 'Close, Phase out, Shut', 'They inaugurated the new headquarters with a brief ceremony.', 1, NULL),
+(656, 'Incessant', 'নিরন্তর, অবিরত', 'Ceaseless, Continual', 'Sporadic', '', 1, NULL),
+(657, 'Incite', 'উদ্দীপ্ত করা, উত্তেজিত করা', 'Abet, Brew, Ferment', 'Inhibit', 'Fahmy did incite enough of a spectacle that the captain was forced to intervene.', 1, NULL),
+(658, 'Inclined', 'ঢালু করা , গড়ানো', 'Angle, Cant, Heel', 'Disinclined', 'The road inclines at an angle of about 12 degrees.', 1, NULL),
+(659, 'Incoherent', 'অসংলগ্ন ', 'Choppy, Disconnected, Unconnected ', 'Coherent, Connected ', 'The fever made her incoherent.', 1, '2017-07-03 11:52:12'),
+(660, 'Incompatible', 'বেমানান, অসঙ্গত', 'Clashing, Disagreeing, Repugnant ', 'Accordant, Concordant, Harmonious', 'This printer is incompatible with some PCs.', 1, NULL),
+(661, 'Incompetent', 'যোগ্যতাহীন , অক্ষম , অনধিকারী ', 'Inapt, Unable, Unskillful ', 'Capable, Expert, Qualified', 'Doing so takes away the appeal argument by a defendant that he had an incompetent lawyers.', 1, NULL),
+(662, 'Inconceivable', 'অকল্পনীয় , অভাবনীয় , কল্পনাতীত', 'fantastic, Implausible, Unbelievable', 'Believable, Cogitable, Plausible', 'The fire caused an inconceivable amount of damage.', 1, NULL),
+(663, 'Incongruity', 'অবিশ্বাস্য; অশ্রদ্ধেয়', 'Implausible, Unbelievable, Unimaginable', 'Believable, Convincing, Imaginable', 'Ron Matz has more on one incredible Raven who\'s become the talk of the town.', 1, NULL),
+(664, 'Incredulity', 'সন্দিগ্ধতা, অবিশ্বাস্যতা', 'Disbelief, Nonbelief, Unbelief ', 'Belief, Credence, Credit ', 'The news of his death was met with expressions of incredulity.', 1, NULL),
+(665, 'Incur', 'পড়া , পতিত হওয়া', 'Arouse, Provoke', '', 'You are liable for the charges, as you are any debt you incur.', 0, NULL),
+(666, 'Indefatigable', 'অক্লান্ত , অদম্য , অধ্যবসায়ী', 'Tireless, Inexhaustible, Untiring,', '', 'Pence was indefatigable as the Giants surged to the World Series title.', 1, NULL),
+(667, 'Indemnity', ' ক্ষতিপূরণ , ক্ষতিপূরণস্বরূপ অর্থ , খেসারত', 'Indemnification, Compensation, Quittance', '', 'Jade Brown has been named head of professional indemnity.', 1, NULL),
+(668, 'Indifferent', 'উদাসীন, নিরপেক্ষ, উদাস', 'Apathetic, Casual, Pococurante', 'Concerned, Interested', 'Manchester City\'s shortcomings exposed by indifferent festive period form.', 1, NULL),
+(669, 'Ineligible', 'অযোগ্য , অনুপযুক্ত', 'Illegal', ' Legal ', 'District 5 Board Chair Claims Kim Murphy May be Ineligible to Hold Seat.', 1, '2017-07-03 11:13:39'),
+(670, 'Inept', 'অপ্রাসঙ্গিক , খাপছাড়া , প্রসঙ্গবিচ্যুত', 'Inapt, Unable, Unskillful', 'Capable, Expert, Skilled', 'BBC\'s Diamond Jubilee coverage \'cringingly inept\', says Michael Buerk.', 1, NULL),
+(671, 'Inertia', 'জাড্য , পদার্থের জাড্য ধর্ম ', 'Idleness, Laziness, Shiftlessness', 'Drive, Industriousness, Industry ', 'But the PR industry no longer has the luxury of diversity inertia.', 1, NULL),
+(672, 'Infallible', 'অভ্রান্ত , চির-অভ্রান্ত , আপ্ত , নির্বিকল্প', 'Unerring, Unfailing, Flawless ', 'Fallible', 'Doctors are not infallible.', 1, NULL),
+(673, 'Infamous', 'কুখ্যাত, জঘন্য', 'Discreditable, Shameful, Unrespectable ', 'Honorable, Reputable, Respectable ', '\'Idol\' in Charlotte: Audition fires, misfires, and the infamous panel crash.', 1, NULL),
+(674, 'Infer', 'সিদ্ধান্ত করা, অনুমান করা', 'Conclude, Gather, Reason', '', 'It\'s difficult to infer how these changes will affect ordinary citizens.', 1, NULL),
+(675, 'Inferior', ' নিম্নপদস্থ , অধস্তন , অধীন', 'Lower, Nether ', 'Higher, Superior, Upper ', 'He always felt inferior around his brother.', 1, NULL),
+(676, 'Inflation', 'স্ফীতি , ফাঁপ , মুদ্রাস্ফীতি ', 'Affectation, Grandiosity, Pretentiousness ', 'Deflation, Disinflation ', 'The government has been unable to control inflation.', 1, NULL),
+(677, 'Inflict', 'মারা , কষানো , বেসানো', 'Incur, Impose', '', 'Single lorry fire will inflict days of disruption on thousands of drivers.', 1, NULL),
+(678, 'Influx', 'অন্তঃপ্রবাহ ', 'Affluence, Inflow, Inpouring', 'Outflow, Outpouring ', 'The company has had a sudden influx of capital.', 1, NULL),
+(679, 'Infringe', 'অমান্য করা , অগ্রাহ্য করা , লঙ্ঘন করা', 'Break, Breach, Violate', 'Obey', 'They claim that his use of the name infringes their copyright.', 1, NULL),
+(680, 'Infuse', ' নিষিক্ত করা , অনুপ্রবেশ ঘটানো', 'Endue , Imbue, Steep', '', 'The tea should be allowed to infuse for several minutes.', 1, NULL),
+(681, 'Inhabitant', 'অধিবাসী, নিবাসী, স্থায়ী', 'Resident, Occupant', '', '', 1, NULL),
+(682, 'Inherent', 'সহজ, স্বাভাবিক, সাংসিদ্ধিক, অন্তঃস্থায়ী', 'Built-in, Immanen, Innate,', '', 'Found materials have an inherent charm that can never be replicated.', 1, NULL),
+(683, 'Innate', 'জন্মগত , সহজাত , স্বভাবগত', 'Constitutional, Hardwired, Inborn', 'Adventitious, Extraneous, Extrinsic ', 'Law and practice have developed that difference, whether innate or accidental.', 1, NULL),
+(684, 'Inordinate', 'অপরিমিত , চূড়ান্ত , অত্যন্ত , অসংযত', 'Baroque, Extreme, Fancy', 'Middling, Reasonable, Temperate ', 'There have been an inordinate number of China stock frauds.', 1, NULL),
+(685, 'Inquisitive', 'জ্ঞানলিপ্স, কৌতূহলী, জিজ্ঞাসু', 'Curious, Nosy, Snoopy ', 'Incurious, Uncurious ', 'She had an inquisitive soul and a smile that lit up a community.', 1, NULL),
+(686, 'Insane', 'উন্মাদ, বিকৃতমস্তিষ্ক, পাগল', 'Balmy, Cracked, Mental,', 'Balanced, Compos mentis, Sane', 'That we entertain imaginary places in our minds is not what makes us insane.', 1, NULL),
+(687, 'Insist', 'জিদ করা, জিদ ধরা', 'Affirm, Contend, Profess', 'Deny, Gainsay ', 'Walters will bounce back from Chelsea horror show, insist Pulis & Benitez.', 1, NULL),
+(688, 'Insolent', 'অপমানজনক , অশিষ্ট', 'Audacious, Bold, Nervy', 'Meek, Retiring, Timid ', 'They represented a new, assertive, even insolent India.', 1, NULL),
+(689, 'Instill', 'ফোঁটা ফোঁটা করে তরল পদার্থ ঢালা', 'Infuse, Inpart', '', 'It\'s definitely a trait I\'d like to instil in my little guys.', 1, NULL),
+(690, 'Instinctive', 'সহজাত', 'Inpulsive, Spontaneous', 'Conscious', '', 1, '2017-07-03 09:45:30'),
+(691, 'Insubordinate', 'অবাধ্য , রেয়াড়া ', 'Contrary, Froward, Restive', 'Biddable, Conformable, Obedient', 'He actually used the disrespectful, insubordinate language of criminals himself.', 1, NULL),
+(692, 'Insular', ' দ্বীপসংক্রান্ত', 'Narrow, Lilliputian, Provincial', 'Broad-minded, Catholic, Liberal', 'But I wasn\'t a fan of the insular process by which the MCCSC acted in this instance.', 1, '2017-07-03 09:47:19'),
+(693, 'Intelligible', 'বোধগম্য ', 'Accessible, Coherent, Understandable ', 'Incoherent, Insensible ', 'Very little of the recording was intelligible.', 1, NULL),
+(694, 'Intensify', 'প্রবল বা তীব্র করে তোলা ', 'Accentuate, Consolidate, Heighten', 'Abate, Moderate ', 'Takoradi police intensify search for boyfriend of beheaded woman.', 1, NULL),
+(695, 'Intensive', 'তীব্রতা , গাঢ়তা ', 'Almighty, Furious, Heavy', 'Light, Moderate, Soft ', 'Straw bale leaves farmer in intensive care.', 1, NULL),
+(696, 'Intercept', 'আটকানো , ধরে রাখা ', 'Block, Interdict, Pick off ', '', 'Salem man charged after police intercept pot delivery.', 1, NULL),
+(697, 'Interfere', 'হস্তক্ষেপ করা, ব্যতিচার করা', 'Interlope, Meddle, Obtrude', '', 'OSA can interfere with your best efforts to lose weight and regain your vitality.', 1, NULL),
+(698, 'Interrogate', 'প্রশ্ন করা, জিজ্ঞাসা করা', 'Catechize, Grill, Query', 'Answer, Reply, Respond', 'The NIA was allowed to interrogate Headley in Chicago in the presence of the FBI.', 1, NULL),
+(699, 'Intervene', 'মধ্যবর্তী হওয়া , বাধা সৃষ্টি করা ', 'Intercede, Interpose, Mediate ', '', 'The cab driver tried to intervene in their argument and ended up getting stabbed.', 1, NULL),
+(700, 'Intimate', 'অন্তরঙ্গ, ঘনিষ্ঠ', 'Close, Cherished', '', '', 1, NULL),
+(701, 'Intoxicate', 'মত্ত করা , মাতাল করে দেওয়া', 'Make crazy', '', 'Just one ounce can intoxicate an adult.', 1, NULL),
+(702, 'Intrinsic', 'স্বকীয়, অন্তর্নিহিত', 'Substantive, Inherent', 'Extrinsic', 'A harmless lie is an intrinsic evil, for example, but not a serious evil .', 1, NULL),
+(703, 'Intrude', 'অনধিকারপ্রবেশ করান', 'Break in, Chime in, Interpose', '', 'Ultimately the generals will sign off, but politics may intrude.', 1, NULL),
+(704, 'Intuition', 'স্বজ্ঞা, অনুভূতি , সংস্কার ', 'Instinct, Perception', '', 'Intuition comes from taking small bits of information and extrapolating.', 1, NULL),
+(705, 'Inverse', 'অবস্থা, পর্যায়', 'Reciprocal, Contrary, Opposite', '', 'But the reality is that we sought protection, not attention, and received the inverse.', 1, NULL),
+(706, 'Invocation', 'প্রার্থনা , আবাহন ', 'Charm, Glamour , Hex', '', 'They began the meeting with an invocation.', 1, NULL),
+(707, 'Invoke', 'সাহায্য বা রক্ষা করার জন্যে দৈবশক্তির কাছে প্রার্থনা', 'Beget, Catalyze, Draw on', '', 'He invoked his Fifth Amendment privileges.', 0, NULL),
+(708, 'Irreconcilable', 'পুর্নর্মিলনের অসাধ্য', 'Hostile, Inconsistent ', 'Reconcilable ', 'Hence, the two sides are locked into seemingly irreconcilable positions.', 1, NULL),
+(709, 'Irrelevant', 'অপ্রাসঙ্গিক , প্রসঙ্গবিচ্যুত , অসম্বদ্ধ ', 'Extraneous, Immaterial, Beside the point', 'Applicable, Pertinent, Relevant ', 'Hillary\'s irrelevant Benghazi testimony, WMD intel and Matt Ryan.', 1, NULL),
+(710, 'Irrepressible', 'অদম্য , দুর্দমনীয় ', 'Insuppressible, Uncontrolled', 'Orderly', 'Del Piero was peerless, irrepressible, uncontainable.', 1, NULL),
+(711, 'Irrevocable', 'অনিবার্যভাবে গত', 'Irreversible, Sealed ', 'Revocable, Revokable ', 'Employees claim they had irrevocable agreements allowing them to spike.', 1, NULL),
+(712, 'Irritable', 'খিটখিটে, উষ্ণস্বভাব ', 'Crabby, Raspy, Waspish', '', 'I came home from work feeling tired and irritable.', 1, NULL),
+(713, 'Isolate', 'পৃথক্ করিয়া রাখা, স্বতন্ত্র করিয়া রাখা', 'Cut off, Insulate, Seclude', 'Desegregate, Integrate, Reintegrate ', 'Certain patients must be isolated in a separate ward.', 1, NULL),
+(714, 'Jar', 'বিরোধী হওয়া , কর্কশ শব্দ করা', 'Altercate, Brabble, Hassle', 'Accord, Blend, Conform ', 'Someone entered the museum, and helped themselves to the money in the donation jar.', 1, NULL),
+(715, 'Jeer', 'বিদ্রুপ করা , ব্যঙ্গ করা ', 'Deride, Gibe, Ridicule', '', 'And they have a new chance to jeer Ronaldo\'s every touch of the ball.', 1, NULL),
+(716, 'Jeopardy', 'বিপদ, ঝুঁকি, ক্ষতি', 'Danger, Risk', '', '', 1, NULL),
+(717, 'Jolt', ' আসন ইত্যাদিতে ধাক্কা , ঝাঁকুনি খাইতে খাইতে চলা ', 'Agitate, Jerk, Shudder', '', 'Beets get a sweet and tangy jolt from Roasted Onions Agrodolce.', 1, NULL),
+(718, 'Jurisdiction', 'আইনগত বা বিচারের অধিকার ', 'Administration, Government, Regimen ', '', 'The court has jurisdiction over most criminal offenses.', 1, NULL),
+(719, 'Juvenile', 'তরূণ, তরূণদের সংক্রান্ত', 'Adolescent, Immature, Young', 'Adult, Grown-up, Mature', 'Authorities say the juvenile may face a charge of 1st degree Murder.', 1, NULL),
+(720, 'Ken', 'দৃষ্টির সীমা , আওতা', 'Knowledge, Ingelligence', '', 'I was due to help facilitate a leadership conference in Connecticut kesselus ken new and found myself in Chicago well after time for the opening meeting. ', 1, NULL),
+(721, 'Kindle', 'আগুন ধরা , আগুন লাগানো , আগুন জ্বালানো', 'Ignite, Inflame', 'Douse', 'Amazon is testing a new rental service for Kindle books.', 1, NULL),
+(722, 'Laborious', ' শ্রমসাধ্য , শ্রমসাপেক্ষ , শ্রমশীল', 'Active, Engaged, Occupied', 'Idle, Unbusy, Unoccupied ', 'Teaching them was a laborious process, plus there were daily revisions.', 1, NULL),
+(723, 'Lament', 'কান্নাকাটি, ক্রঁদ, বিলাপ', 'Bemoan, Deplore, Grieve', 'Delight, Exult, Glory', 'Bailiffs have powers curbed, but debt charities lament \'missed opportunity\'.', 1, NULL),
+(724, 'Languish', 'ক্ষীণ বা অবসাদগ্রস্ত হওয়া , মুখ ম্লান করে থাকা', 'decay, Fade, Weaken', '', 'ICC Test ranking: India continue to languish at no.', 1, NULL),
+(725, 'Laud', 'গুণকীর্তন করা , স্তুতি করা ', 'Acclaim, Credit, Honor', '', 'Tech groups laud R&D tax credit extension in \'fiscal cliff\' deal.', 1, NULL),
+(726, 'Lawsuit', 'মামলা, মোকদ্দমা', 'Court case, Proceedings', '', '', 1, NULL),
+(727, 'Leash', 'চর্মবন্ধন ', 'Bridle, Strap', '', 'Chadwick told the board last week that a leash law could save the county money.', 1, NULL),
+(728, 'Legacy', ' উইল করে-যাওয়া বা উইলের জোরে পাওয়া টাকাকড়ি', 'Bequest, Heritage, Inheritance', '', 'She left us a legacy of a million dollars.', 1, NULL),
+(729, 'Legalize', 'আইনসিদ্ধ বা বৈধ করা', 'Make legal, Authorize', 'Criminalize', 'Proposed bill would legalize home brewing in Alabama.', 1, NULL),
+(730, 'Legislate', 'আইন প্রণয়ন বা তৈরি করা ', 'Constitute, Lay down, Make', 'Repeal, Rescind, Revoke ', 'So tired the Republican party voting to legislate morality.', 1, NULL),
+(731, 'Lethal', 'মারাত্মক , প্রাণঘাতী ', 'Baleful, Fell, Mortal', 'Healthful, Nonfatal, Wholesome ', 'Lethal slams Rhino into the barrier a couple of times and then they go back into the ring.', 1, NULL),
+(732, 'Levy', 'কর, খাজনা ধার্য করা', 'Assessment, Duty, Imposition', '', 'I\'m writing in support of the February 12th Battle Ground school levy.', 1, NULL),
+(733, 'Liaison', 'যোগাযোগ, মৈত্রী, সংযোগ', 'Affinity, Bearing, Linkage', 'Disaffiliation, Dissociation ', 'She acts as a liaison between the police department and city schools.', 1, NULL),
+(734, 'Limpid', 'পরিষ্কার , নির্মল , স্বচ্ছ ', 'Crystal, Liquid, Transparent ', 'Cloudy, Opaque ', 'Sophisticated distillers added the aromatics before distillation to produce a gorgeous limpid fluid.', 1, NULL),
+(735, 'Lithe', 'নমনীয় দেহ, অঙ্গপ্রত্যঙ্গ ', 'Flexible, Willowy, Pliable', 'Inflexible, Rigid, Stiff', 'Long, lithe and graceful, he just looks like a ballplayer.', 1, NULL),
+(736, 'Loath', 'অনিচ্ছুক , অরাজি , নারাজ', 'Cagey, Disinclined, Hesitant', 'Disposed, Inclined ', 'Hell, most baby boomers are loath to put stickers on their laptops.', 1, NULL),
+(737, 'Lull', 'শান্ত করা , শান্ত হওয়া , ঘুম পাড়ানো', 'Becalm, Compose, Salve', 'Agitate, Disquiet, Upset', 'During a monthlong lull in treatment, the boy\'s symptoms grew more severe.', 1, NULL),
+(738, 'Lumious', 'ভাস্বর, উজ্জ্বল ', 'Beaming, Lustrous, Sheeny', 'Dim, Lackluster, Unbrilliant ', 'I saw the cat\'s luminous eyes in my car\'s headlights.', 1, NULL),
+(739, 'Lure', 'প্রলুব্ধ করা , পটান, প্রলোভন', 'Allurement, Enticement, Temptation', '', 'Ultimately, the Cubs just couldn\'t lure Kaepernick away from his first love: football.', 1, NULL),
+(740, 'Lurk', 'লুকিয়ে থাকা , গা ঢাকা দিয়ে থাকা', 'Sneak, Pussyfoot, Slink', 'Appear', 'She could tell there was someone out there lurking in the shadows.', 1, NULL),
+(741, 'Luster', 'দীপ্তি, দ্যুতি, জ্যোতি', 'Bright, Shine', 'darkness,dullness,matte', 'It\'s the former of those that seems to have lost some of its luster as of late.', 1, '2017-07-02 12:49:35'),
+(742, 'Lusty', 'সুস্থসবল , শক্তিমান', 'Dynamic, Energetic, Flush', 'Dull, Lethargic, Sluggish', 'But for a couple of lusty blows from Morne Morkel, that was it.', 1, NULL),
+(743, 'Luxariant', 'সুপ্রচুর , প্রাচুর্যময় , উচ্ছলিত', 'Green, Leafy, Overgrown', 'Barren, Leafless ', 'The Agra property is spread over 25 acres of elegantly landscaped luxuriant greenery.', 1, NULL),
+(744, 'Malady', 'মানসিক বা শারেরিক পীড়া ', 'Affection, Complication, Infirmity', 'Health, Wellness ', 'The name of that malady is emphysema, and it was caused by fine wheat dust.', 1, NULL),
+(745, 'Malevolent', 'ঈর্ষাপরায়ণতা ', 'Malicious,  Spiteful, Hateful', 'Benevolent, Loving, Unmalicious ', 'The FAST technology seeks to detect malevolent actions before they can be committed.', 1, NULL),
+(746, 'Malice', 'অপকারেচ্ছা , অহিতেচ্ছা', 'Hostility, Hatefulness, Spitefulness', 'Kindness, Benevolence', 'I bear no malice towards anybody.', 1, NULL),
+(747, 'Malleable', 'ঘাতসহ , নমনীয় ', 'Plastic, Moldable, Shapable', 'Established, Nonmalleable, Unbudgeable', 'That result speaks to the malleable nature of Kallile\'s subject and of her recipes.', 1, NULL),
+(748, 'Mandate', 'হুকুম , আদেশ, আদেশপত্র', 'Accreditation, Delegation, Empowerment ', '', 'Hudson Valley schools want special ed mandate relief to come soon.', 1, NULL),
+(749, 'Mandatory', 'কার্যভারপ্রাপ্ত ব্যক্তি, আদেশপ্রাপ্ত ব্যক্তি', 'Compulsory, Imperative, Necessary', 'Elective, Optional, Voluntary ', 'Sebi makes it mandatory for advisers to get certified and registered.', 1, NULL),
+(750, 'Maneuver', 'চাল, রণকৌশল', 'Move, Step, Tactic', '', 'To prepare for war, the army is performing maneuvers off the coast.', 1, NULL),
+(751, 'Mangle', 'খণ্ড খণ্ড করিয়া ছেদন করা , কোপ দিয়া কাটা', 'Mutilate, Smash', '', 'That\'s when he decided he wouldn\'t let TV channels mangle his ideas.', 1, NULL),
+(752, 'Manure', 'জমিতে সার দেওয়া', 'Fertilize, Dung', '', 'With periodic winter thaws, the risk for manure runoff goes up.', 1, NULL),
+(753, 'Maxim', 'সাধারণ নীতি, সাধারণ নিয়ম ', 'Adage, Epigram, Saying', '', 'Katrina Bowden stripped down to nothing but lingerie for the January/February 2013 issue of Maxim, giving fans a very cheeky cover shot.', 1, NULL),
+(754, 'Mediocre', ' মধ্যবিধ , মাঝারি ', 'Common, Fair, Passable', 'Excellent, High-grade, Superior', 'The dinner was delicious, but the dessert was mediocre.', 1, NULL),
+(755, 'Meditative', 'চিন্তাশীল, ধ্যানমগ্ন , ধ্যানরত', 'Broody, Contemplative, Melancholy', 'Unreflective ', 'Dance is supposed to be mindless, spontaneous, and meditative.', 1, NULL),
+(756, 'Meek', 'বিনম্র , বিনীত , বংশবদ ', 'Demure, Lowly, Humble,', 'Arrogant, Presumptuous, Uppish', 'The agitated, aggressive, and introspective Meek seen here was largely absent from Dreams & Nightmares.', 1, NULL),
+(757, 'Mend', 'মেরামত করা, পরিপূরণ করা', 'Doctor, Fix, Patch', '', 'Next SCF president must mend \'partnership\' between college, community.', 1, NULL),
+(758, 'Messy', 'নোংরা বা বিশৃংখল', 'Untidy, Dirty', '', 'This is a messy place.', 1, '2017-07-06 09:41:19'),
+(759, 'Metabolism', 'দেহমধ্যে সজীব উত্পাদনের রাসায়নিক পরিবর্তন , বিপাক', 'Chemical transformation of human body', '', 'Many people come into my clinic asking how to increase their metabolism.', 1, NULL),
+(760, 'Methodical', 'পদ্ধতিগত, সুশৃংখল', 'Systematic', '', '', 1, NULL),
+(761, 'Minority', 'নাবালকত্ব , সংখ্যালঘু', 'Adolescence, Nonage ', 'Majority', 'The group is becoming an influential minority in the community.', 1, NULL),
+(762, 'Misgiving', ' সংশয় , আশঙ্কা , অবিশ্বাস ', 'Distrust, Query, Reservation', 'Assurance, Certainty, Sureness', 'If there was a misgiving you allow the independent thinkers, the judiciary, to take a decision.', 1, NULL),
+(763, 'Mishap', 'দুর্দৈব , দুর্ঘটনা ', 'Casualty, Mischance, Accident ', 'Fortune, Luck, Serendipity ', 'This Day in NC History: Nuclear mishap in Wayne County field.', 1, NULL),
+(764, 'Mock', 'উপহাস', 'Burlesque, Imitate, Spoof', 'Comply , Conform, Follow', 'Hey guys I wanted to share my mock draft from earlier this week.', 1, NULL),
+(765, 'Moderate', 'প্রশমিত করা , শান্ত করা , সংযত করা', 'Temperate ', 'Immoderate, Intemperate ', 'Super cold temperatures moderate, but more snow is on the way.', 1, NULL),
+(766, 'Modulate', 'নিয়ন্ত্রিত করা, সামঁজস্যবিধান করা', 'Change, Modify', '', 'The music quickly modulates from its original key, changing the mood of the song.', 1, NULL),
+(767, 'Moist', 'ভিজা , স্যাঁতসেঁতে ', 'Damp, Dank, Wettish ', 'Dry', 'The eggs will hatch sooner in warm, moist conditions.', 1, NULL),
+(768, 'Monotonous', 'একঘেয়ে, একঘেয়েমিপূর্ণ ', 'Arid, Boring, Old', 'Absorbing, Engaging, Riveting ', 'Kolaveri di has become a little monotonous: Rashmi Desai.', 1, NULL),
+(769, 'Monster', 'বিকটাকার , বিশাল ', 'Grotesque, Monstrosity, ', 'Average, Normal, Par', 'That car is a monster.', 1, NULL),
+(770, 'Morbid', 'রোগগ্রস্ত, দোষাক্রান্ত ', 'Black, Cimmerian, Elegiac', 'Bright, Cheerful, Friendly', 'The child has a morbid fear of snakes.', 1, NULL),
+(771, 'Motif', 'শিল্পের সাহিত্যের বিশেষতঃ সংগীতের মূল উপাদান বা প্রধান প্রসঙ্গ', 'Content, Matter, Subject', '', 'Coogler said cell phones were a motif he focused on throughout the film.', 1, NULL),
+(772, 'Motivation', 'প্রণোদনা ', 'Boost, Spur, Yeast ', 'Counterincentive, Disincentive ', 'Motivation not a problem for the Syracuse Crunch this weekend.', 1, NULL),
+(773, 'Mutation', 'পরিবর্তন , পরিব্যক্তি', 'Transformation, Change', '', 'The gene mutation is similar to one found in golden retrievers.', 1, NULL),
+(774, 'Mysterious', 'রহস্যময়, নিগূঢ়, দুর্বোধ্য', 'Arcane, Impenetrable, Occult', 'Accessible, Obvious, Plain', 'Her behavior was very mysterious.', 1, NULL),
+(775, 'Navigation', 'নৌচালন, নৌচালনবিদ্যা', 'Steering, Routing', '', 'LED lights to aid in indoor navigation.', 1, '2017-07-06 08:51:22'),
+(776, 'Negligence', 'অযন্ত , অমনোযোগ', 'Carelessness, Incaution, Laxness', 'Care, Cautiousness, Heedfulness ', 'The company was charged with negligence in the manufacturing of the defective tires.', 1, NULL),
+(777, 'Nimble', 'দ্রুতগামী , ক্ষিপ্রগতি', 'Adroit, Agile, Alert', 'Stiff, Clumsy, Dull', 'The boy had a nimble mind.', 1, NULL),
+(778, 'Nonsense', 'নিরর্থক , নিরর্থআজেবাজে কথা', 'Balderdash, Bunk, fiddlesticks', 'Sense', 'Don\'t listen to him. He\'s talking nonsense.', 1, NULL),
+(779, 'Nostalgia', ' গৃহাকুলতা , স্মরণবেদনা', 'ClumsyCautiousness, Homesickness', '', 'A wave of nostalgia swept over me when I saw my childhood home.', 1, '2017-07-06 08:47:54'),
+(780, 'Notable', 'উল্লেখযোগ্য , লক্ষণীয়', 'Astral, Illustrious, Eminent,', 'Forgettable, Unmemorable, Unremarkable ', 'Some notable quotes for the week.', 1, NULL),
+(781, 'Notorious', 'কুখ্যাত , সর্বজনবিদিত', 'Discreditable, Infamous, Opprobrious', 'Honorable, Reputable, Respectable ', 'The coach is notorious for his violent outbursts.', 1, NULL),
+(782, 'Novice', 'ব্রতী, নবশিক্ষার্থী ', 'Abecedarian, Colt, Freshman', 'Old hand, Vet, Veteran ', 'He\'s a novice in cooking.', 1, NULL),
+(783, 'Null', 'বাতিল , নাকচ', 'Bad, Inoperative, Void ', 'Binding, Good, Valid ', 'As such, the court found, that decision is now void and null.', 1, NULL),
+(784, 'Numb', 'চলত্শক্তিরহিত ,জড় , নিশ্চল', 'Asleep, Benumbed, Torpid', 'Feeling, Sensible, Sensitive ', 'Her son had died and she just felt numb.', 1, NULL),
+(785, 'Numerous', ' বহুসংখ্যক , অনেক , প্রচুর', 'Beaucoup, Legion, Multifold', 'Few', 'She decided to leave for numerous reasons.', 1, NULL),
+(786, 'Oasis', 'মরুদ্বীপ , মরুদ্যান', 'Sanctuary', '', 'I remember when Oasis left the dock on her maiden voyage in 2009.', 1, NULL),
+(787, 'Obligatory', 'অবশ্যপালনীয় , অবশ্যকর্তব্য', 'Compulsory, Involuntary, Mandatory,', 'Elective, Optional, Voluntary ', 'The training is obligatory for all personnel.', 1, NULL),
+(788, 'Oblivion', 'ভুলে যাওয়া , বিস্মরণ , বিস্মৃতি ', 'Forgetfulness, Nirvana, Obliviousness ', 'Awareness', 'The little village was bulldozed into oblivion to make way for the airport.', 1, NULL),
+(789, 'Observance', 'আইন , নিয়মকানুন , রীতিনীতি', 'Abidance, Keeping, Observation ', 'Breach, Nonobservance, Trespass', 'Monday is a federal holiday in observance of Martin Luther King Jr.\'s birthday.', 1, NULL),
+(790, 'Obstacle', 'প্রতিবন্ধক , বাধা , অন্তরায় ', 'Balk, Crimp, Handicap,', '', 'Lack of experience is a major obstacle for her opponent.', 1, NULL),
+(791, 'Obstruct', ' বাধা দেওয়া , বাগড়া দেওয়া', 'Clog, Hinder, Hamper', 'Aid, Assist, Facilitate', 'She was charged with obstructing police.', 1, NULL),
+(792, 'Odor', 'গন্ধ, খ্যাতি', 'Smell, Scent, Fame', '', 'The odor is a little like balsam and terebinth, and the taste astringent.', 1, NULL),
+(793, 'Offensive', 'বিরাগজনক , বিরক্তিকর , অবমাননাকর', 'Abhorrent, Horrible, Nauseous', 'Innocuous,Inoffensive ', 'He made some offensive remarks.', 1, NULL),
+(794, 'Offhand', 'সহসা কৃত, সহসা কথিত', 'Unprepared, Impromptu', 'Prepared', 'I couldn\'t give them the figures offhand.', 1, NULL),
+(795, 'Offspring', 'সন্তানসন্ততি , বংশধর', 'Fruit, Posterity, Seed', '', 'The colt is the offspring of two racing champions.', 1, NULL),
+(796, 'Omit', 'ত্যাগ করা , বর্জন করা , উপেক্ষা করা ', 'Fail, Forget, Neglect ', 'Include ', 'Please don\'t omit any details.', 1, NULL),
+(797, 'Onset', 'সূত্রপাত, আরম্ভ ', 'Aggression, Descent, Raid', 'Close, End, Omega ', 'Good experienced people who were with the club from the onset were moved on.', 1, NULL),
+(798, 'Opera', 'গীতিনাট্য', 'Social program of songs', '', 'You chuck the doctorate to become an opera singer, of course.', 1, NULL),
+(799, 'Opposed', 'বাধা দেত্তয়া, প্রতিরোধ করা', 'Buck, Fight, Repel ', 'Bow , Capitulate, Stoop', 'These two teams opposed each other in last year\'s playoffs.', 1, NULL),
+(800, 'Optimum', 'সবচেয়ে অনুকূল ', 'Best, Most favourable', '', 'Defining the optimum amount of capital to raise.', 1, NULL),
+(801, 'Oracle', ' দৈববাণী', 'Prophesy, Vision', '', 'I met her long before she had become the oracle of pop culture.', 1, NULL),
+(802, 'Oration', 'ভাষণ , বক্তৃতা ', 'Address, Harangue, Peroration,', 'Print, Writing ', 'She made an oration on the value of art in society.', 1, NULL),
+(803, 'Orchestra', 'সমবেত বাদকদল , ঐকবাদনদল', 'Philharmonic, Symphony,', '', 'Playing in an orchestra is a selfless act by nature.', 1, NULL),
+(804, 'Organism', 'জীবসত্তা , প্রাণী', 'Life from, Creature', 'Abstract, Concept, Inanimate ', 'A human being is a complex organism.', 1, NULL),
+(805, 'Outwit', 'চালাকিতে টেক্কা দেওয়া', 'Fox, Outmaneuver, Overreach', 'Abet, Help, Lose', 'They thought they had outwitted the new teacher.', 1, NULL),
+(806, 'Overbearing', 'জোর খাটিয়ে , কর্তৃত্বের জোরে', 'Conquer, Skunk, Trim,', 'Democratic, Humble, Kind ', 'That year the football team simply overbore opponent after opponent with steamroller ruthlessness.', 1, NULL),
+(807, 'Pacify', 'শান্ত করা', 'Appease, Conciliate, Placate', 'Anger, Inflame, Madden', 'She resigned from her position to pacify her accusers.', 1, NULL),
+(808, 'Painstaking', 'যত্নশীল, পরিশ্রমী', 'Assiduous, Diligent, Strenuous', 'Careless, Negligent, Uncareful ', '', 1, NULL),
+(809, 'Palatable', 'স্বাদু , রুচিকর ', 'Agreeable, Ducky, Satisfactory', 'Disagreeable, Unsatisfactory, Unpleasant', 'Boy, Teo articles are now making Kardashian articles seem palatable.', 1, NULL),
+(810, 'Panacea', 'সর্বরোগহর ঔষধ ', 'Catholicon, Elixir, Nostrum', 'Disease, Injury, Pain ', 'They are nowhere near the panacea which some campaigners claim.', 0, NULL),
+(811, 'Parasite', 'পরজীবী , পরগাছা', 'Bloodsucker, Moocher, Sponger', 'Blessing', 'Giardiasis is a parasite and causes severe stomach cramps and diarrhoea.', 1, NULL),
+(812, 'Particle', 'অতি ক্ষুদ্র অংশ বা ভাগ , দলিলের ধারা বা শর্ত', 'Ace, Glimmer, Streak', 'Lot ', 'There is not a particle of evidence to support their claim.', 1, NULL),
+(813, 'Peninsula', 'উপদ্বীপ ', 'Arm, Headland, Ness', '', 'They built their house on a narrow peninsula.', 1, NULL),
+(814, 'Pensive', 'চিন্তানিমগ্ন , বিষণ্ণ ', 'Cogitative, Meditative, Reflective', 'Unreflective ', 'Once I grew up, if you can put it that way, my visits became a lot more pensive.', 1, NULL),
+(815, 'Penury', 'দারিদ্র', 'Destitution, Poverty', 'Plenty, Sufficiency, Wealth', 'The penury of Wladislaus II.', 1, NULL),
+(816, 'Perennial', 'বর্ষজীবী', 'Ageless, Continuing, Dateless', 'Ceasing, Ending, Halting ', 'This variety of oregano is perennial.', 1, NULL),
+(817, 'Peril', 'বিপদ', 'Hazard, Imminence, Menace', 'Safeness, Secureness, Security ', 'People are unaware of the peril these miners face each day.', 1, NULL),
+(818, 'Perpetuate', 'চিরস্থায়ী করা ', 'Bolster, Maintain, Preserve', 'Discontinue, Give up, Let go ', 'He perpetuates the myth that his house is haunted.', 1, NULL),
+(819, 'Perplex', 'কিংকর্তব্যবিমূঢ়', 'Complex, Embarrass, Sophisticate ', 'Simplify, Streamline, Assist ', 'Questions about the meaning of life have always perplexed humankind.', 1, NULL),
+(820, 'Persevere', 'অটলভাবে চালাইয়া যাওয়া , অধ্যবসায়ী হওয়া ', 'Carry on, Persist, Stand firm', 'Cease, Discontinue, Give up', 'She persevered in her studies and graduated near the top of her c', 1, NULL),
+(821, 'Pervert', 'বিপথগামী করা', 'Deviant, Weirdo,  Freak', '', 'They perverted the truth to help further their careers.', 1, NULL),
+(822, 'Phase', 'পরিকল্পনা করা', 'Angle, Facet, Hand', 'Whole', 'He\'s in the final phase of treatment now.', 1, NULL),
+(823, 'Picturesque', 'চিত্রানুগ', 'Delineated, Pictorial, Graphic', 'Dreary, Offensive, Plain ', 'Viewing the quiet picturesque scene we felt as if we had stepped back in time.', 1, NULL),
+(824, 'Pilferage', 'ছোট খাট চুরি', 'Burglary, Crime, Lift', 'Lot, ', ' West agreed to quantify the fall in pilferage levels since these cabinets have been introduced.', 1, NULL),
+(825, 'Pivot', 'পিভট, ক্ষুদ্র কীলক', 'Bottom line, Core, Kernel', 'Exteriority, Outside, Periphery ', 'How we threw away everything & gained everything in a pivot.', 1, NULL),
+(826, 'Placate', 'শান্ত করা', 'Appease, Conciliate, Disarm', 'Anger, Enrage, Incense', 'The angry customer was not placated by the clerk\'s apology.', 1, NULL),
+(827, 'Plague', 'ঈশ্বর প্রদত্ত সত্তাপ , প্লেগ রোগ , সংক্রামক মহামারী', 'Pest, Contagion, Epidemic', 'Advantage, Good fortune, Good luck', 'The country was hit by a plague of natural disasters that year.', 1, NULL),
+(828, 'Plaintiff', 'বাদী, ফরিয়াদী', 'Complainant, Suer, litigant', 'Defendant', 'The plaintiff asserted claims for breach of contract and breach of express warranty.', 1, NULL),
+(829, 'Plateau', 'মালভূমি , অধিক্যতা ', 'Altiplano, Mesa, Table', '', 'The price of gas seems to have reached a plateau.', 1, NULL),
+(830, 'Plausible', 'বিশ্বাসযোগ্য, সম্ভাবনীয় ', 'Credible, Likely, Probable ', 'Implausible, Unbelievable, Unplausible ', 'Other very plausible and serious solutions to the debt ceiling crisis.', 1, NULL),
+(831, 'Playwright', 'নাট্যকার', 'Author, Dramatist , Librettist', '', 'Turk feels an affinity with the dour playwright \'s style.', 1, NULL),
+(832, 'Plea', 'মামলা , আত্মপক্ষসমর্থনের কৈফিয়ত', 'Adjuration, Desire, Suppliance', 'Demand, Answer, Decision ', 'I cannot suffocate their plea for air with my careless indifference.', 1, NULL),
+(833, 'Pledge', 'অঙ্গীকার , প্রতিশ্রুতি', 'Gage, Pawn, Security ', 'Breach, Break ', 'He left his car as a pledge that he would return with the money.', 1, NULL),
+(834, 'Plunge', 'নিমজ্জন , ঝম্প, আকস্মিক নিক্ষেপ', 'Pitch, Dive, Sound ', 'Ascend, Mount, Rise', 'The moose population has plunged in recent years.', 1, NULL),
+(835, 'Ponderous', 'ভারী , প্রকাণ্ড , দুর্বহ', 'Arid, Colorless, Dusty', 'Absorbing, Engaging, Interesting', 'Any NCAA investigation is sure to be ponderous and often presumptive.', 1, NULL),
+(836, 'Posterity', 'পরে আগমনকারী ব্যক্তিবর্গ ', 'Fruit, Get, Seed', '', 'The truth about what happened will be known to posterity.', 1, NULL),
+(837, 'Posture', 'অঙ্গবিন্যাস , দেহভঙ্গি', 'Attitude, Carriage, Poise', '', 'Human beings have an upright posture.', 1, NULL),
+(838, 'Potent', 'ক্ষমতাবান , শক্তিশালী', 'Compelling, Dominant, Influential', 'Inactive, Soft, Weak ', 'Rush face tall Week 2 task against potent Stealth offence.', 1, NULL),
+(839, 'Precede', ' অবস্থানে সময়ে পদমর্যদায় বা গুরুত্বে', 'Antecede, Forego, Predate', 'Follow, Postdate, Succeed ', 'The meeting was preceded by a brief welcoming speech.', 1, NULL),
+(840, 'Preclude', 'প্রতিরোধ করা', 'Avert, Forestall, Head off', 'Support, Push, Include ', 'Photos of 4 insurgents distributed to preclude Hat Yai attack.', 1, NULL),
+(841, 'Predominate', 'সর্বাধিক শক্তিমান বা প্রভাবসম্পন্ন হওয়া', 'Hold sway, Dominate, Command', 'Follow, Serve, Submit ', 'So if you look ahead to, let\'s say, the 2040s, it\'s gonna predominate.', 1, NULL),
+(842, 'Preferance', 'পক্ষপাত, পছন্দে অগ্রাধিকার', 'Darling, Fave, Minion', 'Aversion, Disfavor, Hatred', 'When it comes to music, everyone has their own preferences.', 1, NULL),
+(843, 'Prelude', 'ভূমিকাস্বরূপ অংশ', 'Curtain-raiser, Preliminary, Warm-up ', 'Conclusion, Ending, Finish', 'It was the prelude to the subsequent Han Ryu phenomenon in Japan.', 1, NULL),
+(844, 'Presumption', 'অনুমানপ্রবল সম্ভাবনা', 'Audaciousness, Brass, Nerviness', 'Fact, Knowledge, Reality ', 'Of course this is all based on the presumption he is found guilty.', 1, NULL),
+(845, 'Pretend', 'জাহির করা , মিথ্যা বর্ণনা করা , ভান করা', 'Dissemble, Make out, Put on an act', 'Deny, Reveal, Tell truth ', 'It was a mistake, and to pretend otherwise would be foolish.', 1, NULL),
+(846, 'Primitive', 'আদিম , মৌলিক, প্রাচীন', 'Crude, Low, Rude', 'Advanced, Developed, Evolved', 'The technology they used was primitive and outdated.', 1, NULL),
+(847, 'Probe', 'ক্ষতপরীক্ষার অস্ত্র, শলা, শঙ্কু, ', 'Delving, Examen, Research', '', 'Court identifies Barclays staff named in Libor probe.', 1, '2017-07-06 06:07:37'),
+(848, 'Proclaim', 'জনসাধারণ্যে বা ব্যাপকভাবে প্রচার করা', 'Advertise, Blare, Sound', 'Conceal, Deny, Hide ', 'His behavior proclaimed his good upbringing.', 1, NULL),
+(849, 'Prod', 'শঙ্কু, তীক্ষ্ণ কিছু দিয়ে খোঁচানো', 'Nudge, Press, Crowd', 'Dissuade, Pull, Repress ', 'Amputations from diabetes prod man into lifestyle adjustments.', 1, NULL),
+(850, 'Profound', 'গভীর, প্রগাঢ়', 'Abstruse, Deep, Hermetic ', 'Shallow, Unimportant, Open ', 'Her books offer profound insights into the true nature of courage.', 1, NULL),
+(851, 'Proliferate', 'দ্রুত বিস্তার লাভ করা, দ্রুত বেড়ে উঠা', 'Multiply, Escalate, Generate', 'Decrease, Dwindle', 'The debate continued and articles in the media proliferated.', 1, NULL),
+(852, 'Prolong', 'প্রসারিত করা বা হওয়া', 'Draw out, Elongate, Lengthen', 'Abbreviate, Curtail, Shorten ', 'High interest rates were prolonging the recession.', 1, '2017-07-06 05:51:25'),
+(853, 'Prompt', 'সত্বর, ত্বরিত, ক্ষিপ্র', 'Quick, Hasty', 'Slow', '', 1, NULL),
+(854, 'Prop', 'প্রতিপালক', 'Assistance, Brace, Mainstay', 'Hindrance, Injury', 'Over the past two decades, Prop.', 1, '2017-07-06 05:54:36'),
+(855, 'Propel', 'সন্মুখে চালান ', 'Drive, Push, Shove', 'Dissuade, Pull, Repress', 'The train is propelled by steam.', 1, NULL),
+(856, 'Proscribe', 'নির্বাসিত করা', 'Bar, Enjoin, Interdict', 'Allow, Let, Permit', 'Currently, health plans can proscribe the number of visits to mental health care providers.', 1, NULL),
+(857, 'Prospect', 'অনুসন্ধান করা।', 'Command, Lookout, Outlook', 'Noncandidate, Impossibility, Unlikelihood', 'Bankruptcy is an unlikely prospect for the company.', 1, NULL),
+(858, 'Prosperous', 'উন্নতিশীল , সাফল্যপূর্ণ', 'Booming, Golden, Halcyon', 'Depressed, Unprosperous, Unsuccessful ', 'The company had a prosperous year.', 1, NULL),
+(859, 'Protract', 'দীর্ঘকাল স্থায়ী করা , সময় লাগান', 'Draw out, Elongate, Lengthen', 'Abridge, Curtail, Shorten', 'The EPA also can painfully protract the process when their care might be employed better at behemoth rare earth sites like Baotou in China\'s province of Inner Mongolia.', 1, NULL),
+(860, 'Provident', 'মিতব্যয়ী, বিচক্ষণ', 'Economical, Frugal, Scrimping', 'Prodigal, Spendthrift, Wasteful ', '5,054 and were not entitled to benefits such as provident fund or employee state insurance.', 1, NULL),
+(861, 'Provoke', 'ঘটান, জ্বালাতন করা', 'Arouse, Encourage, Move', 'Appease, Calm, Delight ', 'His remarks provoked both tears and laughter.', 1, NULL),
+(862, 'Proxy', 'প্রতিনিধি', 'Assignee, Delegate, Minister', '', 'Which is the point at which Mattis\'s proxy strategy would take over.', 1, NULL),
+(863, 'Prudent', 'বিচক্ষণ , দূরদর্শি ', 'Intelligent, Judgmatic, Discreet', 'Imprudent, Indiscreet, Injudicious ', 'He always listened to her prudent advice.', 1, NULL),
+(864, 'Ransom', 'মুক্তিপণ', 'Payment, Redemption', '', 'The kidnappers demanded a ransom of one million dollars.', 1, NULL),
+(865, 'Rapacious', 'অত্যধিক লোলুপ , লোভাতুর', 'Covetous, Greedy, Marauding', 'Satisfied, Generous', 'The jury found it easier to see her as the rapacious sinner than as the beautiful blue-eyed saint.', 1, NULL),
+(866, 'Rapture', 'প্রবল আনন্দ , পরমানন্দ ', 'Elatedness, Heaven, Paradise', 'Depression', 'We listened with rapture as the orchestra played.', 1, NULL),
+(867, 'Ratify', 'সমর্থন করা, অনুমোদন করা', 'Approve, Confirm, Endorse', 'Deny, Refuse,  Renounce ', 'A number of countries have refused to ratify the treaty.', 1, NULL),
+(868, 'Ravage', 'বিধ্বস্ত করা , ছারখার করা', 'Consume,  Overrun, Sweep away', 'Assist, Improve, Repair ', 'Many apparently see it as mobile ceasing to ravage the CPC numbers.', 1, NULL),
+(869, 'Ravenous', 'অত্যন্ত ক্ষুধার্ত', 'Starved, Famished; Voracious', 'Full', 'I had been out all day and was ravenous.', 1, NULL),
+(870, 'Readily', ' নির্দ্ধিধায়, ইচ্ছাপূর্বক', 'Cheerfully, Easily, Promptly', 'Difficultly, Grudgingly, Unwillingly', 'Cedar Grove\'s Scuorzo readily relocates after visit to Great Notch.', 1, NULL),
+(871, 'Rebate', 'দেয় কর , ছাড়', 'Abatement, Bonus,  Repayment', 'Increase, Rise ', 'Dayton would tax clothes, upper incomes but rebate property tax.', 1, NULL),
+(872, 'Rebel', 'বিদ্রোহী, অবাধ্য', 'Contrary. Froward, Recusant', 'Amenable, Docile, Submissive', 'Eight members of Syria\'s intelligence killed by rebel car bomb.', 1, NULL),
+(873, 'Rebuke', 'তাড়ন , তীব্র তিরস্কার ', 'Admonish, Chide, Reprimand', 'Cite, Commend, Endorse', 'Toronto mayor wins fight to keep his job, but not without rebuke from court.', 1, NULL),
+(874, 'Reciprocal', 'পারস্পরিক, পূরক', 'Correlative, Supplemental, Supplementary', 'Noncomplementary, Nonreciprocal', 'This is really a mutual, reciprocal kind of mission.', 1, NULL),
+(875, 'Reckless', 'ফলাফল সম্পর্কে চিন্তাভাবনাহীন , অপরিণামদর্শী', 'Daredevil, Irresponsible, Kamikaze', 'Responsible', 'He is a wild and reckless young man.', 1, NULL),
+(876, 'Recluse', 'তীব্রতার অর্থে , সঙ্গবিমুখ', 'Hermit, Eremite', 'Extrovert ', 'She became an eccentric recluse, but she never gave up her painting. ', 1, NULL),
+(877, 'Recoil', 'সরে আসা , লাফিয়ে পিছিয়ে আসা', 'Blench, Cringe, Quail', 'Steady, Face', 'We recoiled in horror at the sight of his wounded arm.', 1, NULL),
+(878, 'Recreation', 'আমোদপ্রমোদ , মনোরঞ্জন', 'Dalliance, Frolic, Relaxation', 'Bore, Downer, Drag', 'Portland Parks & Recreation offers documentary class for teenagers.', 1, '2017-06-14 11:05:55');
+
+-- --------------------------------------------------------
+
+--
+-- Table structure for table `vocabulary_questions`
+--
+
+CREATE TABLE `vocabulary_questions` (
+  `vocabulary_question_id` int(11) NOT NULL,
+  `question` varchar(255) CHARACTER SET utf8 NOT NULL,
+  `options` varchar(255) CHARACTER SET utf8 NOT NULL,
+  `level` tinyint(4) NOT NULL,
+  `word_id` int(11) NOT NULL,
+  `display` tinyint(2) DEFAULT '0',
+  `created_at` datetime DEFAULT NULL,
+  `updated_at` datetime DEFAULT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT;
+
+--
+-- Dumping data for table `vocabulary_questions`
+--
+
+INSERT INTO `vocabulary_questions` (`vocabulary_question_id`, `question`, `options`, `level`, `word_id`, `display`, `created_at`, `updated_at`) VALUES
+(4, 'What is the meaning  of Recreation?', 'বিদ্রোহী///প্রবল আনন্দ///@@মনোরঞ্জন///সরে আসা\r\n', 1, 878, 1, '2017-05-29 15:43:04', NULL),
+(5, 'What is the Synonym of Recreation?', 'Froward///Famished///Frugal///@@Frolic\r\n', 2, 878, 1, '2017-05-29 15:43:04', NULL),
+(6, 'What is the Antonym of Recreation?', '@@Drag///Calm///Spendthrift///Depressed\r\n', 3, 878, 1, '2017-05-29 15:43:04', NULL),
+(7, 'What is the meaning  of Recoil?', 'বিপথগামী করা///@@সরে আসা///পরজীবী///বাধা দেওয়া\r\n', 1, 877, 1, '2017-05-29 15:51:30', '2017-05-30 12:49:08'),
+(8, 'What is the Synonym of Recoil?', 'Elixir///Preserve///Deviant///@@Quail\r\n', 2, 877, 1, '2017-05-29 15:51:30', '2017-05-30 12:49:08'),
+(9, 'What is the Antonym of Recoil?', 'Discontinue///Abet///@@Face///End\r\n', 3, 877, 1, '2017-05-29 15:51:30', '2017-05-30 12:49:08'),
+(10, 'What is the meaning of Recluse?', '@@তীব্রতার অর্থে///পারস্পরিক///তাড়ন///বিধ্বস্ত করা\r\n', 1, 876, 1, '2017-06-01 13:01:47', NULL),
+(11, 'What is the Synonym of Recluse?', 'Starved///Overrun///Covetous///@@Hermit\r\n', 2, 876, 1, '2017-06-01 13:01:47', NULL),
+(12, 'What is the Antonym of Recluse?', '@@Extrovert///Introvert///Contrary///Admonish\r\n', 3, 876, 1, '2017-06-01 13:01:47', NULL),
+(13, 'What is the meaning of Reckless?', '@@অপরিণামদর্শী///পূরক///তীব্র তিরস্কার///অবাধ্য\r\n', 1, 875, 1, '2017-06-11 14:08:31', NULL),
+(14, 'What is the Synonym of Reckless?', 'Recusant///Chide///Supplemental///@@Irresponsible\r\n', 2, 875, 1, '2017-06-11 14:08:32', NULL),
+(15, 'What is the Antonym of Reckless?', 'Noncomplementary///@@Responsible///Endorse///Submissive\r\n', 3, 875, 1, '2017-06-11 14:08:32', NULL),
+(16, 'What is the meaning of Reciprocal?', 'অপরিণামদর্শী///@@পূরক///তীব্র তিরস্কার///অবাধ্য\r\n', 1, 874, 1, '2017-06-11 14:08:34', NULL),
+(17, 'What is the Synonym of Reciprocal?', 'Recusant///Chide///@@Supplemental///Irresponsible\r\n', 2, 874, 1, '2017-06-11 14:08:34', NULL),
+(18, 'What is the Antonym of Reciprocal?', '@@Noncomplementary///Responsible///Endorse///Submissive\r\n', 3, 874, 1, '2017-06-11 14:08:34', NULL),
+(19, 'What is the meaning of Rebuke?', 'অপরিণামদর্শী///পূরক///@@তীব্র তিরস্কার///অবাধ্য\r\n', 1, 873, 1, '2017-06-11 14:08:36', NULL),
+(20, 'What is the Synonym of Rebuke?', 'Recusant///@@Chide///Supplemental///Irresponsible\r\n', 2, 873, 1, '2017-06-11 14:08:36', NULL),
+(21, 'What is the Antonym of Rebuke?', 'Noncomplementary///Responsible///@@Endorse///Submissive\r\n', 3, 873, 1, '2017-06-11 14:08:36', NULL),
+(22, 'What is the meaning of Rebel?', 'অপরিণামদর্শী///পূরক///তীব্র তিরস্কার///@@অবাধ্য\r\n', 1, 872, 1, '2017-06-11 14:08:40', NULL),
+(23, 'What is the Synonym of Rebel?', '@@Recusant///Chide///Supplemental///Irresponsible\r\n', 2, 872, 1, '2017-06-11 14:08:40', NULL),
+(24, 'What is the Antonym of Rebel?', 'Noncomplementary///Responsible///Endorse///@@Submissive\r\n', 3, 872, 1, '2017-06-11 14:08:40', NULL),
+(25, 'What is the meaning of Rebate?', '@@ছাড়///&nbsp;নির্দ্ধিধায়///ক্ষুধার্ত///বিধ্বস্ত করা\r\n', 1, 871, 1, '2017-06-11 14:35:32', NULL),
+(26, 'What is the Synonym of Rebate?', 'Voracious///@@Abatement///Promptly///Consume\r\n', 2, 871, 1, '2017-06-11 14:35:32', NULL),
+(27, 'What is the Antonym of Rebate?', 'Repair///Full///Unwillingly///@@Rise\r\n', 3, 871, 1, '2017-06-11 14:35:32', NULL),
+(28, 'What is the meaning of Readily?', 'ছাড়///@@নির্দ্ধিধায়///ক্ষুধার্ত///বিধ্বস্ত করা\r\n', 1, 870, 1, '2017-06-11 14:35:37', NULL),
+(29, 'What is the Synonym of Readily?', 'Voracious///Abatement///@@Promptly///Consume\r\n', 2, 870, 1, '2017-06-11 14:35:37', NULL),
+(30, 'What is the Antonym of Readily?', 'Repair///Full///@@Unwillingly///Rise\r\n', 3, 870, 1, '2017-06-11 14:35:37', NULL),
+(31, 'What is the meaning of Ravage?', 'ছাড়///&nbsp;নির্দ্ধিধায়///ক্ষুধার্ত///@@বিধ্বস্ত করা\r\n', 1, 868, 1, '2017-06-11 14:39:38', NULL),
+(32, 'What is the Synonym of Ravage?', 'Voracious///Abatement///Promptly///@@Consume\r\n', 2, 868, 1, '2017-06-11 14:39:38', NULL),
+(33, 'What is the Antonym of Ravage?', '@@Repair///Full///Unwillingly///Rise\r\n', 3, 868, 1, '2017-06-11 14:39:38', NULL),
+(34, 'What is the meaning of Ravenous?', 'ছাড়///&nbsp;নির্দ্ধিধায়///@@ক্ষুধার্ত///বিধ্বস্ত করা\r\n', 1, 869, 1, '2017-06-11 14:39:40', NULL),
+(35, 'What is the Synonym of Ravenous?', '@@Voracious///Abatement///Promptly///Consume\r\n', 2, 869, 1, '2017-06-11 14:39:40', NULL),
+(36, 'What is the Antonym of Ravenous?', 'Repair///@@Full///Unwillingly///Rise\r\n', 3, 869, 1, '2017-06-11 14:39:40', NULL),
+(37, 'What is the meaning of Ratify?', 'মুক্তিপণ///পরমানন্দ///লোভাতুর///@@অনুমোদন করা\r\n', 1, 867, 1, '2017-06-11 14:52:47', NULL),
+(38, 'What is the Synonym of Ratify?', '@@Approve///Greedy///Heaven///Redemption\r\n', 2, 867, 1, '2017-06-11 14:52:47', NULL),
+(39, 'What is the Antonym of Ratify?', 'Depression///Generous///@@Renounce///Heaven\r\n', 3, 867, 1, '2017-06-11 14:52:47', NULL),
+(40, 'What is the meaning of Rapture?', 'মুক্তিপণ///@@পরমানন্দ///লোভাতুর///অনুমোদন করা\r\n', 1, 866, 1, '2017-06-11 14:55:56', NULL),
+(41, 'What is the Synonym of Rapture?', 'Approve///Greedy///@@Heaven///Redemption\r\n', 2, 866, 1, '2017-06-11 14:55:56', NULL),
+(42, 'What is the Antonym of Rapture?', '@@Depression///Generous///Renounce///Heaven\r\n', 3, 866, 1, '2017-06-11 14:55:56', NULL),
+(43, 'What is the meaning of Rapacious?', 'মুক্তিপণ///পরমানন্দ///@@লোভাতুর///অনুমোদন করা\r\n', 1, 865, 1, '2017-06-11 14:56:17', NULL),
+(44, 'What is the Synonym of Rapacious?', 'Approve///@@Greedy///Heaven///Redemption\r\n', 2, 865, 1, '2017-06-11 14:56:17', NULL),
+(45, 'What is the Antonym of Rapacious?', 'Depression///@@Generous///Renounce///Heaven\r\n', 3, 865, 1, '2017-06-11 14:56:17', NULL),
+(46, 'What is the meaning of Ransom?', '@@মুক্তিপণ///পরমানন্দ///লোভাতুর///অনুমোদন করা\r\n', 1, 864, 1, '2017-06-11 14:57:11', NULL),
+(47, 'What is the Synonym of Ransom?', 'Approve///Greedy///Heaven///@@Redemption\r\n', 2, 864, 1, '2017-06-11 14:57:11', NULL),
+(48, 'What is the Antonym of Ransom?', 'Depression///Generous///Renounce///@@None\r\n', 3, 864, 1, '2017-06-11 14:57:11', NULL),
+(61, 'What is the meaning  of Recreation?', 'বিদ্রোহী///প্রবল আনন্দ///@@মনোরঞ্জন///সরে আসা', 1, 878, 1, '2017-06-14 11:05:44', '2017-06-14 11:05:44'),
+(62, 'What is the Synonym of Recreation?', 'Froward///Famished///Frugal///@@Frolic', 2, 878, 1, '2017-06-14 11:05:44', '2017-06-14 11:05:44'),
+(63, 'What is the Antonym of Recreation?', '@@Drag///Calm///Spendthrift///Depressed', 3, 878, 1, '2017-06-14 11:05:44', '2017-06-14 11:05:44'),
+(64, 'What is the meaning  of Recreation?', 'বিদ্রোহী///প্রবল আনন্দ///@@মনোরঞ্জন///সরে আসা', 1, 878, 1, '2017-06-14 11:05:55', '2017-06-14 11:05:55'),
+(65, 'What is the Synonym of Recreation?', 'Froward///Famished///Frugal///@@Frolic', 2, 878, 1, '2017-06-14 11:05:55', '2017-06-14 11:05:55'),
+(66, 'What is the Antonym of Recreation?', '@@Drag///Calm///Spendthrift///Depressed', 3, 878, 1, '2017-06-14 11:05:55', '2017-06-14 11:05:55'),
+(67, 'What is The Meaning of- Gist?', 'গোপন কথা///অন্যকথা///@@মোদ্দা কথা///একটিও না', 1, 593, 1, '2017-07-02 12:24:44', '2017-07-02 12:24:44'),
+(68, 'What is The Synonyms of- Gist?', 'Read///@@Meat///Cutter///Balance', 2, 593, 1, '2017-07-02 12:24:44', '2017-07-02 12:24:44'),
+(69, '', '', 3, 593, 1, '2017-07-02 12:24:44', '2017-07-02 12:24:44'),
+(70, 'What is the meaning of -  Luxuriant ?', 'স্বল্পতা///@@প্রাচুর্যময়///অভাব///বিলাসিতা&nbsp;', 1, 743, 1, '2017-07-02 12:25:55', '2017-07-02 12:25:55'),
+(71, 'What is the synonym of -  Luxuriant ?', 'havoc///@@Overgrown///hectic///poor', 2, 743, 1, '2017-07-02 12:25:55', '2017-07-02 12:25:55'),
+(72, 'What is the antonym of -  Luxuriant ?', 'Green///Leafy///Overgrown///@@Leafless&nbsp;', 3, 743, 1, '2017-07-02 12:25:55', '2017-07-02 12:25:55'),
+(73, 'What is the meaning of the word {Monotonous}?', 'fdgfdg', 1, 768, 1, '2017-07-02 12:29:26', '2017-07-02 12:29:26'),
+(74, 'fdgfd', 'dfgfd', 2, 768, 1, '2017-07-02 12:29:26', '2017-07-02 12:29:26'),
+(75, '', 'fdgfd', 3, 768, 1, '2017-07-02 12:29:26', '2017-07-02 12:29:26'),
+(76, 'What is the meaning of the word {Germinate}?', 'অংকুর///চারাগাছ///বড়গাছ///@@অঙ্কুরদগোম হওয়া', 1, 591, 1, '2017-07-02 12:29:57', '2017-07-02 12:29:57'),
+(77, 'What is The Synonyms of- Germinate', '@@Grow///Allow///New///Burn', 2, 591, 1, '2017-07-02 12:29:57', '2017-07-02 12:29:57'),
+(78, '', '', 3, 591, 1, '2017-07-02 12:29:57', '2017-07-02 12:29:57'),
+(79, 'What is the meaning of the word Genteel?', '@@বিনয়ী/// সহৃদয়///সহানুভূতিশীল///সদয়', 1, 590, 1, '2017-07-02 12:35:13', '2017-07-02 12:35:13'),
+(80, 'What is the synonym of the word Genteel?', 'Wish///Host  ///Prompt ///@@Improper', 2, 590, 1, '2017-07-02 12:35:13', '2017-07-02 12:35:13'),
+(81, 'What is the antonym of the word Genteel?', '', 3, 590, 1, '2017-07-02 12:35:13', '2017-07-02 12:35:13'),
+(82, 'What is the meaning of the word Corpse?', '@@লাশ///বন্ধুত্বপূর্ণ///অনুতপ্ত///লঙ্ঘন করা', 1, 443, 1, '2017-07-02 12:35:54', '2017-07-02 12:35:54'),
+(83, 'What is the synonym of the word Corpse?', 'Fracture///@@Bones///Collegial///Penitent', 2, 443, 1, '2017-07-02 12:35:54', '2017-07-02 12:35:54'),
+(84, 'What is the antonym of the word Corpse?', '', 3, 443, 1, '2017-07-02 12:35:54', '2017-07-02 12:35:54'),
+(85, 'What is the meaning of the word Cordial?', 'লাশ///@@বন্ধুত্বপূর্ণ///অনুতপ্ত///লঙ্ঘন করা', 1, 442, 1, '2017-07-02 12:35:58', '2017-07-02 12:35:58'),
+(86, 'What is the synonym of the word Cordial?', 'Fracture///Bones///@@Collegial///Penitent', 2, 442, 1, '2017-07-02 12:35:58', '2017-07-02 12:35:58'),
+(87, 'What is the antonym of the word Cordial?', '@@Unfriendly///Collegial///Remorseless///Mind', 3, 442, 1, '2017-07-02 12:35:58', '2017-07-02 12:35:58'),
+(88, 'What is the meaning of the word Contrite?', 'লাশ///বন্ধুত্বপূর্ণ///@@অনুতপ্ত///লঙ্ঘন করা', 1, 441, 1, '2017-07-02 12:36:05', '2017-07-02 12:36:05'),
+(89, 'What is the synonym of the word Contrite?', 'Fracture///Bones///Collegial///@@Penitent', 2, 441, 1, '2017-07-02 12:36:05', '2017-07-02 12:36:05'),
+(90, 'What is the antonym of the word Contrite?', 'Unfriendly///Collegial///@@Remorseless///Mind', 3, 441, 1, '2017-07-02 12:36:05', '2017-07-02 12:36:05'),
+(91, 'What is the meaning of the word Contravence?', 'লাশ///বন্ধুত্বপূর্ণ///অনুতপ্ত///@@লঙ্ঘন করা', 1, 440, 1, '2017-07-02 12:36:11', '2017-07-02 12:36:11'),
+(92, 'What is the synonym of the word Contravence?', '@@Fracture///Bones///Collegial///Penitent', 2, 440, 1, '2017-07-02 12:36:11', '2017-07-02 12:36:11'),
+(93, 'What is the antonym of the word Contravence?', 'Unfriendly///Collegial///Remorseless///@@Mind', 3, 440, 1, '2017-07-02 12:36:11', '2017-07-02 12:36:11'),
+(94, 'What is the meaning of the word Genial?', 'সম্পদশালী ///খঁয়ের খা ///@@সদয়/// চটপটে', 1, 589, 1, '2017-07-02 12:37:24', '2017-07-02 12:37:24'),
+(95, 'What is the synonym of the word Genial?', '', 2, 589, 1, '2017-07-02 12:37:24', '2017-07-02 12:37:24'),
+(96, 'What is the antonym of the word Genial?', '', 3, 589, 1, '2017-07-02 12:37:24', '2017-07-02 12:37:24'),
+(97, 'What is the meaning of the word Gaze?', '@@স্থির দৃষ্টি///বিনয়ী/// আঁখিদুটি /// নয়ন', 1, 588, 1, '2017-07-02 12:45:08', '2017-07-02 12:45:08'),
+(98, 'What is the synonym of the word Gaze?', 'Abstract ///Find ///@@Blink///Ballot', 2, 588, 1, '2017-07-02 12:45:08', '2017-07-02 12:45:08'),
+(99, 'What is the antonym of the word Gaze?', '', 3, 588, 1, '2017-07-02 12:45:09', '2017-07-02 12:45:09'),
+(100, 'What is the meaning of the word Gauge?', 'গুরুত্বপূর্ণ ///@@প্রমাণ মাপ///বিশৃঙ্খলা///আগ্রহ', 1, 587, 1, '2017-07-02 12:48:14', '2017-07-02 12:48:14'),
+(101, 'What is the synonym of the word Gauge?', 'Disaster///Disagreeable ///Collapse///@@Calculate', 2, 587, 1, '2017-07-02 12:48:14', '2017-07-02 12:48:14'),
+(102, 'What is the antonym of the word Gauge?', '', 3, 587, 1, '2017-07-02 12:48:14', '2017-07-02 12:48:14'),
+(103, 'What is the meaning of the word Lure?', '&nbsp;প্রলোভন///লুকিয়ে থাকা///জ্যোতি///শক্তিমান', 1, 739, 1, '2017-07-02 12:49:21', '2017-07-02 12:49:21'),
+(104, 'What is the synonym of the word Lure?', 'Sneak///@@Enticement///Shine/// Flush', 2, 739, 1, '2017-07-02 12:49:21', '2017-07-02 12:49:21'),
+(105, 'What is the antonym of the word Lure?', 'Sluggish///Lumious///matte///@@Temptation', 3, 739, 1, '2017-07-02 12:49:21', '2017-07-02 12:49:21'),
+(106, 'What is the meaning of the word Luster?', '&nbsp;প্রলোভন///লুকিয়ে থাকা///জ্যোতি///শক্তিমান', 1, 741, 1, '2017-07-02 12:49:35', '2017-07-02 12:49:35'),
+(107, 'What is the synonym of the word Luster?', 'Sneak///Enticement///@@Shine///&nbsp;Flush', 2, 741, 1, '2017-07-02 12:49:35', '2017-07-02 12:49:35'),
+(108, 'What is the antonym of the word Luster?', 'Sluggish///Lumious///@@matte///Temptation', 3, 741, 1, '2017-07-02 12:49:35', '2017-07-02 12:49:35'),
+(109, 'What is the meaning of the word Lusty?', 'প্রলোভন///লুকিয়ে থাকা///জ্যোতি///শক্তিমান', 1, 742, 1, '2017-07-02 12:50:19', '2017-07-02 12:50:19'),
+(110, 'What is the synonym of the word Lusty?', 'Sneak///Enticement///Shine///@@Flush', 2, 742, 1, '2017-07-02 12:50:19', '2017-07-02 12:50:19'),
+(111, 'What is the antonym of the word Lusty?', 'Sneak///Enticement///Shine///@@Sluggish', 3, 742, 1, '2017-07-02 12:50:19', '2017-07-02 12:50:19'),
+(112, 'What is the meaning of the word Gauche?', '@@বেআক্কেল///নৃশংসতা///উৎকর্ষ///প্রচেষ্টা', 1, 586, 1, '2017-07-03 04:03:11', '2017-07-03 04:03:11'),
+(113, 'What is the synonym of the word Gauche?', 'Trigger///Allows///@@Clumsy///Process', 2, 586, 1, '2017-07-03 04:03:11', '2017-07-03 04:03:11'),
+(114, 'What is the antonym of the word Gauche?', 'Comely///@@Graceful///Balleticstar///Nimble', 3, 586, 1, '2017-07-03 04:03:11', '2017-07-03 04:03:11'),
+(115, 'What is the meaning of the word Gasp?', '@@হাঁফানো///উত্থান///নিরাপত্তা///নিহত', 1, 585, 1, '2017-07-03 04:14:57', '2017-07-03 04:14:57'),
+(116, 'What is the synonym of the word Gasp?', 'Expirer///@@Blow///Snuffle///Exhale', 2, 585, 1, '2017-07-03 04:14:57', '2017-07-03 04:14:57'),
+(117, 'What is the antonym of the word Gasp?', '', 3, 585, 1, '2017-07-03 04:14:57', '2017-07-03 04:14:57'),
+(118, 'What is the meaning of the word Garner?', 'গোছানো///জমা///@@মজুত করা///মজুত', 1, 584, 1, '2017-07-03 04:27:57', '2017-07-03 04:27:57'),
+(119, 'What is the synonym of the word Garner?', 'Dispel///Dissipate///Scatter///@@Collect', 2, 584, 1, '2017-07-03 04:27:57', '2017-07-03 04:27:57'),
+(120, 'What is the antonym of the word Garner?', 'Collect///@@Dispel///Gather///None Of Them', 3, 584, 1, '2017-07-03 04:27:57', '2017-07-03 04:27:57'),
+(121, 'What is the meaning of the word Gale?', '@@প্রবল বাতাস///প্রবল///হাওয়া///হালকা হাওয়া', 1, 583, 1, '2017-07-03 04:40:27', '2017-07-03 04:40:27'),
+(122, 'What is the synonym of the word Gale?', 'Beaufort///Force///@@Agony///Flurry', 2, 583, 1, '2017-07-03 04:40:27', '2017-07-03 04:40:27'),
+(123, 'What is the antonym of the word Gale?', '', 3, 583, 1, '2017-07-03 04:40:27', '2017-07-03 04:40:27'),
+(124, 'What is the meaning of the word Gainasy?', '@@প্রতিবাদ করা///প্রতিবাদ///অস্বীকার///অবাধ্য', 1, 582, 1, '2017-07-03 04:42:45', '2017-07-03 04:42:45'),
+(125, 'What is the synonym of the word Gainasy?', '@@Contradict///Acknowledge///Concede///Own', 2, 582, 1, '2017-07-03 04:42:45', '2017-07-03 04:42:45'),
+(126, 'What is the antonym of the word Gainasy?', 'Contradict///@@Acknowledge///Disavow///Negate', 3, 582, 1, '2017-07-03 04:42:45', '2017-07-03 04:42:45'),
+(127, 'What is the meaning of the word Fuzzy?', 'তীব্রতার অর্থে///@@আঁশ বা মিহি গুঁড়োয় ভর্তি///চৌখিন নকশায় বিভক্ত করা///অত্যন্ত ক্ষুধার্ত', 1, 581, 1, '2017-07-03 04:45:50', '2017-07-03 04:45:50'),
+(128, 'What is the synonym of the word Fuzzy?', 'Clear///Definite///Explicit///@@Furry', 2, 581, 1, '2017-07-03 04:45:50', '2017-07-03 04:45:50'),
+(129, 'What is the antonym of the word Fuzzy?', 'Furry///@@Clear///Hairy///Rough', 3, 581, 1, '2017-07-03 04:45:50', '2017-07-03 04:45:50'),
+(130, 'What is the meaning of the word Fraudulent?', '@@ছলনাপূর্ন///বিচক্ষণ///দূরদর্শি///ছলনা', 1, 578, 1, '2017-07-03 04:48:48', '2017-07-03 04:48:48'),
+(131, 'What is the synonym of the word Fraudulent?', 'Genuine///@@Deceitful///Honest///None Of Those', 2, 578, 1, '2017-07-03 04:48:48', '2017-07-03 04:48:48'),
+(132, 'What is the antonym of the word Fraudulent?', 'Deceitful///Dishonest///@@Genuine///None Of Those', 3, 578, 1, '2017-07-03 04:48:48', '2017-07-03 04:48:48'),
+(133, 'What is the meaning of the word Frail?', 'স্থায়ী///@@ভঙ্গুর///তীক্ষ্ণ///প্রসারিত', 1, 577, 1, '2017-07-03 04:51:44', '2017-07-03 04:51:44'),
+(134, 'What is the synonym of the word Frail?', '@@Delicate///Infrangible///Nonbreakable///Strong', 2, 577, 1, '2017-07-03 04:51:44', '2017-07-03 04:51:44'),
+(135, 'What is the antonym of the word Frail?', 'Breakable///Delicate///Fragile///Infrangible', 3, 577, 1, '2017-07-03 04:51:44', '2017-07-03 04:51:44'),
+(136, 'What is the meaning of the word Fragile?', '@@পলকা///বিধ্বস্ত///শঙ্কু///প্রবল', 1, 576, 1, '2017-07-03 04:54:45', '2017-07-03 04:54:45'),
+(137, 'What is the synonym of the word Fragile?', '@@Breakable///Infrangible///Nonbreakable///Strong', 2, 576, 1, '2017-07-03 04:54:45', '2017-07-03 04:54:45'),
+(138, 'What is the antonym of the word Fragile?', 'Breakable///Delicate///Frail///@@Strong', 3, 576, 1, '2017-07-03 04:54:45', '2017-07-03 04:54:45'),
+(139, 'What is the meaning of the word Fortify?', 'তীক্ষ্ণ করা///মজবুত///@@মজবুত করা ///পোক্ত', 1, 575, 1, '2017-07-03 04:57:10', '2017-07-03 04:57:10'),
+(140, 'What is the synonym of the word Fortify?', 'Debilitate///@@Brace///Enervate///Weaken', 2, 575, 1, '2017-07-03 04:57:10', '2017-07-03 04:57:10'),
+(141, 'What is the antonym of the word Fortify?', 'Brace///Forearm///Nerve///@@Weaken', 3, 575, 1, '2017-07-03 04:57:10', '2017-07-03 04:57:10'),
+(142, 'What is the meaning of the word Forsake?', 'প্রসারিত হওয়া ///ক্ষিপ্র///পরিত্যাগ///@@পরিত্যাগ করা', 1, 574, 1, '2017-07-03 05:02:28', '2017-07-03 05:02:28'),
+(143, 'What is the synonym of the word Forsake?', 'Reclaim///Keep///@@Abandon///Prolong', 2, 574, 1, '2017-07-03 05:02:28', '2017-07-03 05:02:28'),
+(144, 'What is the antonym of the word Forsake?', '@@Keep///Abandon///Desert///Leave', 3, 574, 1, '2017-07-03 05:02:28', '2017-07-03 05:02:28'),
+(145, 'What is the meaning of the word Forge?', '@@কামারশালা///মিতব্যয়ী///বিচক্ষণ///প্ৰতিপালক', 1, 573, 1, '2017-07-03 05:16:07', '2017-07-03 05:16:07'),
+(146, 'What is the synonym of the word Forge?', 'Propel///@@Febricate///Provident/// Ransom', 2, 573, 1, '2017-07-03 05:16:07', '2017-07-03 05:16:07'),
+(147, 'What is the antonym of the word Forge?', '', 3, 573, 1, '2017-07-03 05:16:07', '2017-07-03 05:16:07'),
+(148, 'What is the meaning of the word Foresee?', '@@আগে হইতে দেখা///জানা///দেয় কর///ছাড়', 1, 572, 1, '2017-07-03 05:51:34', '2017-07-03 05:51:34'),
+(149, 'What is the synonym of the word Foresee?', '@@Forefeel///Ravage///Ratify///Rapacious', 2, 572, 1, '2017-07-03 05:51:34', '2017-07-03 05:51:34'),
+(150, 'What is the antonym of the word Foresee?', '', 3, 572, 1, '2017-07-03 05:51:34', '2017-07-03 05:51:34'),
+(151, 'What is the meaning of the word Foe?', 'বন্ধু///মিত্র///@@প্রতিপক্ষ///শুভাকাঙ্খী', 1, 571, 1, '2017-07-03 05:56:32', '2017-07-03 05:56:32'),
+(152, 'What is the synonym of the word Foe?', '@@Hostile///Amigo///Friend///Animosity', 2, 571, 1, '2017-07-03 05:56:33', '2017-07-03 05:56:33'),
+(153, 'What is the antonym of the word Foe?', 'Adversary///Enemy///Hostile///@@Friend', 3, 571, 1, '2017-07-03 05:56:33', '2017-07-03 05:56:33'),
+(154, 'What is the meaning of the word Flimsy?', '@@নগণ্য///তীব্র///অত্যন্ত///পূরক', 1, 570, 1, '2017-07-03 05:59:34', '2017-07-03 05:59:34'),
+(155, 'What is the synonym of the word Flimsy?', 'Ravage///Sturdy///Substantial///@@Filmy', 2, 570, 1, '2017-07-03 05:59:34', '2017-07-03 05:59:34'),
+(156, 'What is the antonym of the word Flimsy?', 'Cobwebby///@@Sturdy///Filmy///Gossamer', 3, 570, 1, '2017-07-03 05:59:34', '2017-07-03 05:59:34'),
+(157, 'What is the meaning of the word Flee?', '@@পালিয়ে যাওয়া///পালানো///অবাধ্য///সরে আসা', 1, 569, 1, '2017-07-03 06:02:39', '2017-07-03 06:02:39'),
+(158, 'What is the synonym of the word Flee?', 'Appear///Materialize///@@Dematerialize///Rebel', 2, 569, 1, '2017-07-03 06:02:39', '2017-07-03 06:02:39'),
+(159, 'What is the antonym of the word Flee?', 'Dematerialize///@@Appear///Evaporate///Melt', 3, 569, 1, '2017-07-03 06:02:39', '2017-07-03 06:02:39'),
+(160, 'What is the meaning of the word Flaw?', 'ফাটা///ফুটা///@@ফাটল///ফাটানো', 1, 568, 1, '2017-07-03 06:05:29', '2017-07-03 06:05:29'),
+(161, 'What is the synonym of the word Flaw?', '@@Defect///Patch///Rebuild///Recondition', 2, 568, 1, '2017-07-03 06:05:29', '2017-07-03 06:05:29'),
+(162, 'What is the antonym of the word Flaw?', 'Fault///Defect///@@Mend/// Fitful', 3, 568, 1, '2017-07-03 06:05:29', '2017-07-03 06:05:29'),
+(163, 'What is the meaning of the word Contour?', '@@দেহরেখা///ঘৃনা করা///নোংরা করা///ছোঁয়াচে', 1, 439, 1, '2017-07-03 06:07:12', '2017-07-03 06:07:12'),
+(164, 'What is the synonym of the word Contour?', '@@Outline///Scorn///Foul///Transmissible', 2, 439, 1, '2017-07-03 06:07:12', '2017-07-03 06:07:12'),
+(165, 'What is the antonym of the word Contour?', '', 3, 439, 1, '2017-07-03 06:07:12', '2017-07-03 06:07:12'),
+(166, 'What is the meaning of the word Contemn?', 'দেহরেখা///@@ঘৃনা করা///নোংরা করা///ছোঁয়াচে', 1, 438, 1, '2017-07-03 06:07:15', '2017-07-03 06:07:15'),
+(167, 'What is the synonym of the word Contemn?', 'Outline///@@Scorn///Foul///Transmissible', 2, 438, 1, '2017-07-03 06:07:15', '2017-07-03 06:07:15'),
+(168, 'What is the antonym of the word Contemn?', 'Disdain///@@love///Purify///Noncommunicable', 3, 438, 1, '2017-07-03 06:07:15', '2017-07-03 06:07:15'),
+(169, 'What is the meaning of the word Contaminate?', 'দেহরেখা///ঘৃনা করা///@@নোংরা করা///ছোঁয়াচে', 1, 437, 1, '2017-07-03 06:07:18', '2017-07-03 06:07:18'),
+(170, 'What is the synonym of the word Contaminate?', 'Outline///Scorn///@@Foul///Transmissible', 2, 437, 1, '2017-07-03 06:07:18', '2017-07-03 06:07:18'),
+(171, 'What is the antonym of the word Contaminate?', 'Disdain///love///@@Purify///Noncommunicable', 3, 437, 1, '2017-07-03 06:07:18', '2017-07-03 06:07:18'),
+(172, 'What is the meaning of the word Contagious?', 'দেহরেখা///ঘৃনা করা///নোংরা করা///@@ছোঁয়াচে', 1, 436, 1, '2017-07-03 06:07:23', '2017-07-03 06:07:23'),
+(173, 'What is the synonym of the word Contagious?', 'Outline///Scorn///Foul///@@Transmissible', 2, 436, 1, '2017-07-03 06:07:23', '2017-07-03 06:07:23'),
+(174, 'What is the antonym of the word Contagious?', 'Disdain///love///Purify///@@Noncommunicable', 3, 436, 1, '2017-07-03 06:07:23', '2017-07-03 06:07:23'),
+(175, 'What is the meaning of the word Flatter?', 'আগে হইতে জানা ///@@অত্যধিক প্রশংসা করা/// আগে হইতে দেখা///এড়িয়ে চলা', 1, 567, 1, '2017-07-03 06:07:41', '2017-07-03 06:07:41'),
+(176, 'What is the synonym of the word Flatter?', '@@Belaud///Bad-mouth///Belittle///Decry', 2, 567, 1, '2017-07-03 06:07:41', '2017-07-03 06:07:41'),
+(177, 'What is the antonym of the word Flatter?', '', 3, 567, 1, '2017-07-03 06:07:41', '2017-07-03 06:07:41'),
+(178, 'What is the meaning of the word Fitful?', '@@ক্ষণস্থায়ী///ভঙ্গুর///দুর্বল///পলকা', 1, 566, 1, '2017-07-03 06:10:12', '2017-07-03 06:10:12'),
+(179, 'What is the synonym of the word Fitful?', 'Constant///Habitual///Regular///@@Aperiodic', 2, 566, 1, '2017-07-03 06:10:12', '2017-07-03 06:10:12'),
+(180, 'What is the antonym of the word Fitful?', 'Aperiodic///@@Habitual///Casual///Erratic', 3, 566, 1, '2017-07-03 06:10:12', '2017-07-03 06:10:12'),
+(181, 'What is the meaning of the word Fishy?', '@@অনিশ্চিত///প্রতিপক্ষ///প্রতারনা///ছলনা', 1, 565, 1, '2017-07-03 06:12:27', '2017-07-03 06:12:27'),
+(182, 'What is the synonym of the word Fishy?', 'Certain///@@Suspect///Indubitable///Unquestionable', 2, 565, 1, '2017-07-03 06:12:27', '2017-07-03 06:12:27'),
+(183, 'What is the antonym of the word Fishy?', 'Dubitable///Equivocal///Suspect///@@Certain', 3, 565, 1, '2017-07-03 06:12:27', '2017-07-03 06:12:27'),
+(184, 'What is the meaning of the word Filthy?', 'অস্থির///@@অশ্লীল///প্রগাঢ়///নির্বোধ', 1, 564, 1, '2017-07-03 06:15:11', '2017-07-03 06:15:11'),
+(185, 'What is the synonym of the word Filthy?', 'Clean///Decent///@@Dirty///Nonobscene', 2, 564, 1, '2017-07-03 06:15:11', '2017-07-03 06:15:11'),
+(186, 'What is the antonym of the word Filthy?', 'Bawdy///Crude///Dirty///@@Clean', 3, 564, 1, '2017-07-03 06:15:11', '2017-07-03 06:15:11'),
+(187, 'What is the meaning of the word Construe?', '@@শব্দ ধরে ধরে অনুবাদ করা///চক্রান্ত///কর্তব্যবোধে চালিত///রসজ্ঞ ব্যক্তি', 1, 435, 1, '2017-07-03 06:16:44', '2017-07-03 06:16:44'),
+(188, 'What is the synonym of the word Construe?', '@@clarify///Cabal///Ethical///Dilettante', 2, 435, 1, '2017-07-03 06:16:44', '2017-07-03 06:16:44'),
+(189, 'What is the antonym of the word Construe?', '@@Obscure///explicate///Unconscionable///Nonexpert', 3, 435, 1, '2017-07-03 06:16:44', '2017-07-03 06:16:44'),
+(190, 'What is the meaning of the word Conspiracy?', 'শব্দ ধরে ধরে অনুবাদ করা///@@চক্রান্ত///কর্তব্যবোধে চালিত///রসজ্ঞ ব্যক্তি', 1, 434, 1, '2017-07-03 06:16:48', '2017-07-03 06:16:48'),
+(191, 'What is the synonym of the word Conspiracy?', 'clarify///@@Cabal///Ethical///Dilettante', 2, 434, 1, '2017-07-03 06:16:48', '2017-07-03 06:16:48'),
+(192, 'What is the antonym of the word Conspiracy?', '', 3, 434, 1, '2017-07-03 06:16:48', '2017-07-03 06:16:48'),
+(193, 'What is the meaning of the word Conscientious?', 'শব্দ ধরে ধরে অনুবাদ করা///চক্রান্ত///@@কর্তব্যবোধে চালিত///রসজ্ঞ ব্যক্তি', 1, 433, 1, '2017-07-03 06:16:52', '2017-07-03 06:16:52'),
+(194, 'What is the synonym of the word Conscientious?', 'clarify///Cabal///@@Ethical///Dilettante', 2, 433, 1, '2017-07-03 06:16:52', '2017-07-03 06:16:52'),
+(195, 'What is the antonym of the word Conscientious?', 'Obscure///explicate///@@Unconscionable///Nonexpert', 3, 433, 1, '2017-07-03 06:16:52', '2017-07-03 06:16:52'),
+(196, 'What is the meaning of the word Connoisseur?', 'শব্দ ধরে ধরে অনুবাদ করা///চক্রান্ত///কর্তব্যবোধে চালিত///@@রসজ্ঞ ব্যক্তি', 1, 432, 1, '2017-07-03 06:16:59', '2017-07-03 06:16:59'),
+(197, 'What is the synonym of the word Connoisseur?', 'clarify///Cabal///Ethical///@@Dilettante', 2, 432, 1, '2017-07-03 06:16:59', '2017-07-03 06:16:59'),
+(198, 'What is the antonym of the word Connoisseur?', 'Obscure///explicate///Unconscionable///@@Nonexpert', 3, 432, 1, '2017-07-03 06:16:59', '2017-07-03 06:16:59'),
+(199, 'What is the meaning of the word Congregate?', '@@সমাবিষ্ট করা///জনসমাকীর্ণ///সমরুচিসম্পন্ন///জব্দ করা', 1, 431, 1, '2017-07-03 06:23:09', '2017-07-03 06:23:09'),
+(200, 'What is the synonym of the word Congregate?', '@@Gather///Clot///Darling///Sequester', 2, 431, 1, '2017-07-03 06:23:09', '2017-07-03 06:23:09'),
+(201, 'What is the antonym of the word Congregate?', '@@Scatter///Open///Unpalatable///Forfeit', 3, 431, 1, '2017-07-03 06:23:09', '2017-07-03 06:23:09'),
+(202, 'What is the meaning of the word Congested?', 'সমাবিষ্ট করা///@@জনসমাকীর্ণ///সমরুচিসম্পন্ন///জব্দ করা', 1, 430, 1, '2017-07-03 06:23:12', '2017-07-03 06:23:12'),
+(203, 'What is the synonym of the word Congested?', 'Gather///@@Clot///Darling///Sequester', 2, 430, 1, '2017-07-03 06:23:12', '2017-07-03 06:23:12'),
+(204, 'What is the antonym of the word Congested?', 'Scatter///@@Open///Unpalatable///Forfeit', 3, 430, 1, '2017-07-03 06:23:12', '2017-07-03 06:23:12'),
+(205, 'What is the meaning of the word Congenial?', 'সমাবিষ্ট করা///জনসমাকীর্ণ///@@সমরুচিসম্পন্ন///জব্দ করা', 1, 429, 1, '2017-07-03 06:23:16', '2017-07-03 06:23:16'),
+(206, 'What is the synonym of the word Congenial?', 'Gather///Clot///@@Darling///Sequester', 2, 429, 1, '2017-07-03 06:23:16', '2017-07-03 06:23:16'),
+(207, 'What is the antonym of the word Congenial?', 'Scatter///Open///@@Unpalatable///Forfeit', 3, 429, 1, '2017-07-03 06:23:16', '2017-07-03 06:23:16'),
+(208, 'What is the meaning of the word Confiscate?', 'সমাবিষ্ট করা///জনসমাকীর্ণ///সমরুচিসম্পন্ন///@@জব্দ করা', 1, 428, 1, '2017-07-03 06:23:19', '2017-07-03 06:23:19'),
+(209, 'What is the synonym of the word Confiscate?', 'Gather///Clot///Darling///@@Sequester', 2, 428, 1, '2017-07-03 06:23:19', '2017-07-03 06:23:19'),
+(210, 'What is the antonym of the word Confiscate?', 'Scatter///Open///Unpalatable///@@Forfeit', 3, 428, 1, '2017-07-03 06:23:19', '2017-07-03 06:23:19'),
+(211, 'What is the meaning of the word Fictitious?', '@@কল্পিত/// মুগ্ধ করা///মোহিত করা///আবিষ্ট করা', 1, 563, 1, '2017-07-03 06:43:03', '2017-07-03 06:43:03'),
+(212, 'What is the synonym of the word Fictitious?', 'Actual///Existent///Real///Fake', 2, 563, 1, '2017-07-03 06:43:03', '2017-07-03 06:43:03'),
+(213, 'What is the antonym of the word Fictitious?', 'Fake///@@Existent///Imaginary///Mythical', 3, 563, 1, '2017-07-03 06:43:03', '2017-07-03 06:43:03'),
+(214, 'What is the meaning of the word Fickle?', '@@পরিবর্তনশীল///দুর্বল///অশক্ত///ক্ষীণবুদ্ধি', 1, 562, 1, '2017-07-03 06:48:40', '2017-07-03 06:48:40'),
+(215, 'What is the synonym of the word Fickle?', 'Certain///Immutable///Settled///@@Inconstant', 2, 562, 1, '2017-07-03 06:48:40', '2017-07-03 06:48:40'),
+(216, 'What is the antonym of the word Fickle?', '@@Certain///Capricious///Flickery///Inconstant', 3, 562, 1, '2017-07-03 06:48:40', '2017-07-03 06:48:40'),
+(217, 'What is the meaning of the word Legacy?', 'স্তুতি করা///মোকদ্দমা///চর্মবন্ধন/// @@উইল করে-যাওয়া বা উইলের জোরে পাওয়া টাকাকড়ি', 1, 728, 1, '2017-07-03 07:10:03', '2017-07-03 07:10:03'),
+(218, 'What is the synonym of the word Legacy?', '@@Heritage///Credit///Bridle///Proceedings', 2, 728, 1, '2017-07-03 07:10:03', '2017-07-03 07:10:03'),
+(219, 'What is the antonym of the word Legacy?', '', 3, 728, 1, '2017-07-03 07:10:03', '2017-07-03 07:10:03'),
+(220, 'What is the meaning of the word Leash?', 'স্তুতি করা///মোকদ্দমা///@@চর্মবন্ধন/// উইল করে-যাওয়া বা উইলের জোরে পাওয়া টাকাকড়ি', 1, 727, 1, '2017-07-03 07:10:06', '2017-07-03 07:10:06'),
+(221, 'What is the synonym of the word Leash?', 'Heritage///Credit///@@Bridle///Proceedings', 2, 727, 1, '2017-07-03 07:10:06', '2017-07-03 07:10:06'),
+(222, 'What is the antonym of the word Leash?', '', 3, 727, 1, '2017-07-03 07:10:06', '2017-07-03 07:10:06'),
+(223, 'What is the meaning of the word Lawsuit?', 'স্তুতি করা///@@মোকদ্দমা///চর্মবন্ধন/// উইল করে-যাওয়া বা উইলের জোরে পাওয়া টাকাকড়ি', 1, 726, 1, '2017-07-03 07:10:09', '2017-07-03 07:10:09'),
+(224, 'What is the synonym of the word Lawsuit?', 'Heritage///Credit///Bridle///@@Proceedings', 2, 726, 1, '2017-07-03 07:10:09', '2017-07-03 07:10:09'),
+(225, 'What is the antonym of the word Lawsuit?', '', 3, 726, 1, '2017-07-03 07:10:09', '2017-07-03 07:10:09'),
+(226, 'What is the meaning of the word Laud?', '@@স্তুতি করা///মোকদ্দমা///চর্মবন্ধন/// উইল করে-যাওয়া বা উইলের জোরে পাওয়া টাকাকড়ি', 1, 725, 1, '2017-07-03 07:10:13', '2017-07-03 07:10:13'),
+(227, 'What is the synonym of the word Laud?', 'Heritage///@@Credit///Bridle///Proceedings', 2, 725, 1, '2017-07-03 07:10:13', '2017-07-03 07:10:13'),
+(228, 'What is the antonym of the word Laud?', '', 3, 725, 1, '2017-07-03 07:10:13', '2017-07-03 07:10:13'),
+(229, 'What is the meaning of the word Laborious?', 'কান্নাকাটি/// মুখ ম্লান করে থাকা///@@শ্রমসাধ্য///আগুন লাগানো', 1, 722, 1, '2017-07-03 08:02:40', '2017-07-03 08:02:40'),
+(230, 'What is the meaning of the word Kindle?', 'কান্নাকাটি/// মুখ ম্লান করে থাকা/// শ্রমসাধ্য///@@আগুন লাগানো', 1, 721, 1, '2017-07-03 08:02:40', '2017-07-03 08:02:40'),
+(231, 'What is the synonym of the word Kindle?', '@@Inflame///Engaged///Fade///Grieve', 2, 721, 1, '2017-07-03 08:02:40', '2017-07-03 08:02:40'),
+(232, 'What is the antonym of the word Kindle?', 'Unoccupied///@@Douse///Delight///Languish', 3, 721, 1, '2017-07-03 08:02:40', '2017-07-03 08:02:40'),
+(233, 'What is the synonym of the word Laborious?', 'Inflame///@@Engaged///Fade///Grieve', 2, 722, 1, '2017-07-03 08:02:40', '2017-07-03 08:02:40'),
+(234, 'What is the antonym of the word Laborious?', '@@Unoccupied///Douse///Delight///Languish', 3, 722, 1, '2017-07-03 08:02:40', '2017-07-03 08:02:40'),
+(235, 'What is the meaning of the word Lament?', '@@কান্নাকাটি///&nbsp;মুখ ম্লান করে থাকা///&nbsp;শ্রমসাধ্য///আগুন লাগানো', 1, 723, 1, '2017-07-03 08:02:42', '2017-07-03 08:02:42'),
+(236, 'What is the synonym of the word Lament?', 'Inflame///Engaged///Fade///@@Grieve', 2, 723, 1, '2017-07-03 08:02:42', '2017-07-03 08:02:42'),
+(237, 'What is the antonym of the word Lament?', 'Unoccupied///Douse///@@Delight///Languish', 3, 723, 1, '2017-07-03 08:02:42', '2017-07-03 08:02:42'),
+(238, 'What is the meaning of the word Languish?', 'কান্নাকাটি///@@মুখ ম্লান করে থাকা/// শ্রমসাধ্য///আগুন লাগানো', 1, 724, 1, '2017-07-03 08:02:42', '2017-07-03 08:02:42'),
+(239, 'What is the synonym of the word Languish?', 'Inflame///Engaged///@@Fade///Grieve', 2, 724, 1, '2017-07-03 08:02:42', '2017-07-03 08:02:42'),
+(240, 'What is the antonym of the word Languish?', '', 3, 724, 1, '2017-07-03 08:02:42', '2017-07-03 08:02:42'),
+(241, 'What is the meaning of the word Jolt?', '@@ঝাঁকুনি খাইতে খাইতে চলা///আইনগত বা বিচারের অধিকার///তরূণ///আওতা', 1, 717, 1, '2017-07-03 08:11:44', '2017-07-03 08:11:44'),
+(242, 'What is the synonym of the word Jolt?', 'Intelligence///Adolescent/// Regimen///@@Shudder', 2, 717, 1, '2017-07-03 08:11:44', '2017-07-03 08:11:44'),
+(243, 'What is the antonym of the word Jolt?', '', 3, 717, 1, '2017-07-03 08:11:44', '2017-07-03 08:11:44'),
+(244, 'What is the meaning of the word Jurisdiction?', '&nbsp;ঝাঁকুনি খাইতে খাইতে চলা///@@আইনগত বা বিচারের অধিকার///তরূণ///আওতা', 1, 718, 1, '2017-07-03 08:11:49', '2017-07-03 08:11:49'),
+(245, 'What is the synonym of the word Jurisdiction?', 'Intelligence///Adolescent///@@Regimen///Shudder', 2, 718, 1, '2017-07-03 08:11:49', '2017-07-03 08:11:49'),
+(246, 'What is the antonym of the word Jurisdiction?', '', 3, 718, 1, '2017-07-03 08:11:49', '2017-07-03 08:11:49'),
+(247, 'What is the meaning of the word Juvenile?', 'ঝাঁকুনি খাইতে খাইতে চলা///আইনগত বা বিচারের অধিকার///@@তরূণ///আওতা', 1, 719, 1, '2017-07-03 08:12:30', '2017-07-03 08:12:30'),
+(248, 'What is the synonym of the word Juvenile?', 'Intelligence///@@Adolescent/// Regimen///Shudder', 2, 719, 1, '2017-07-03 08:12:30', '2017-07-03 08:12:30'),
+(249, 'What is the antonym of the word Juvenile?', 'Adolescent///Immature///Young///Mature', 3, 719, 1, '2017-07-03 08:12:30', '2017-07-03 08:12:30'),
+(250, 'What is the meaning of the word Ken?', 'ঝাঁকুনি খাইতে খাইতে চলা///আইনগত বা বিচারের অধিকার///তরূণ///@@আওতা', 1, 720, 1, '2017-07-03 08:12:36', '2017-07-03 08:12:36'),
+(251, 'What is the synonym of the word Ken?', '@@Intelligence///Adolescent///&nbsp;Regimen///Shudder', 2, 720, 1, '2017-07-03 08:12:36', '2017-07-03 08:12:36'),
+(252, 'What is the antonym of the word Ken?', '', 3, 720, 1, '2017-07-03 08:12:36', '2017-07-03 08:12:36'),
+(253, 'What is the meaning of the word Condone?', 'প্রকাশ করা///প্রদান করা///চুক্তি বা সন্ধিসূত্রে আবদ্ধ///@@ক্ষমা করা', 1, 424, 1, '2017-07-03 08:23:58', '2017-07-03 08:23:58'),
+(254, 'What is the synonym of the word Condone?', 'Fess///Grant///Ally///@@Discount', 2, 424, 1, '2017-07-03 08:23:58', '2017-07-03 08:23:58'),
+(255, 'What is the antonym of the word Condone?', 'Deny///Retrieve///Rival///@@Mark', 3, 424, 1, '2017-07-03 08:23:58', '2017-07-03 08:23:58'),
+(256, 'What is the meaning of the word Confedarate?', 'প্রকাশ করা///প্রদান করা///@@চুক্তি বা সন্ধিসূত্রে আবদ্ধ///ক্ষমা করা', 1, 425, 1, '2017-07-03 08:23:59', '2017-07-03 08:23:59'),
+(257, 'What is the synonym of the word Confedarate?', 'Fess///Grant///@@Ally///Discount', 2, 425, 1, '2017-07-03 08:23:59', '2017-07-03 08:23:59'),
+(258, 'What is the antonym of the word Confedarate?', 'Deny///Retrieve///@@Rival///Mark', 3, 425, 1, '2017-07-03 08:23:59', '2017-07-03 08:23:59'),
+(259, 'What is the meaning of the word Confer?', 'প্রকাশ করা///@@প্রদান করা///চুক্তি বা সন্ধিসূত্রে আবদ্ধ///ক্ষমা করা', 1, 426, 1, '2017-07-03 08:24:06', '2017-07-03 08:24:06'),
+(260, 'What is the synonym of the word Confer?', 'Fess///@@Grant///Ally///Discount', 2, 426, 1, '2017-07-03 08:24:06', '2017-07-03 08:24:06'),
+(261, 'What is the antonym of the word Confer?', 'Deny///@@Retrieve///Rival///Mark', 3, 426, 1, '2017-07-03 08:24:06', '2017-07-03 08:24:06'),
+(262, 'What is the meaning of the word Confess?', '@@প্রকাশ করা///প্রদান করা///চুক্তি বা সন্ধিসূত্রে আবদ্ধ///ক্ষমা করা', 1, 427, 1, '2017-07-03 08:24:07', '2017-07-03 08:24:07'),
+(263, 'What is the synonym of the word Confess?', '@@Fess///Grant///Ally///Discount', 2, 427, 1, '2017-07-03 08:24:07', '2017-07-03 08:24:07'),
+(264, 'What is the antonym of the word Confess?', '@@Deny///Retrieve///Rival///Mark', 3, 427, 1, '2017-07-03 08:24:07', '2017-07-03 08:24:07'),
+(265, 'What is the meaning of the word Isolate?', 'বিদ্রুপ করা/// কর্কশ শব্দ করা///@@স্বতন্ত্র করিয়া রাখা///ক্ষতি', 1, 713, 1, '2017-07-03 08:28:27', '2017-07-03 08:28:27'),
+(266, 'What is the synonym of the word Isolate?', '@@Seclude///Hassle///&nbsp;Risk///&nbsp;Ridicule', 2, 713, 1, '2017-07-03 08:28:29', '2017-07-03 08:28:29'),
+(267, 'What is the antonym of the word Isolate?', 'Brabble///Blend///@@Integrate///Intuition', 3, 713, 1, '2017-07-03 08:28:29', '2017-07-03 08:28:29'),
+(268, 'What is the meaning of the word Jar?', 'বিদ্রুপ করা///@@কর্কশ শব্দ করা/// স্বতন্ত্র করিয়া রাখা///ক্ষতি', 1, 714, 1, '2017-07-03 08:28:31', '2017-07-03 08:28:31'),
+(269, 'What is the synonym of the word Jar?', 'Seclude///@@Hassle/// Risk/// Ridicule', 2, 714, 1, '2017-07-03 08:28:31', '2017-07-03 08:28:31'),
+(270, 'What is the antonym of the word Jar?', '@@Brabble///Blend///&nbsp;Integrate///Intuition', 3, 714, 1, '2017-07-03 08:28:31', '2017-07-03 08:28:31'),
+(271, 'What is the meaning of the word Jeer?', '@@বিদ্রুপ করা///&nbsp;কর্কশ শব্দ করা///&nbsp;স্বতন্ত্র করিয়া রাখা///ক্ষতি', 1, 715, 1, '2017-07-03 08:28:34', '2017-07-03 08:28:34'),
+(272, 'What is the synonym of the word Jeer?', 'Seclude///Hassle/// Risk///@@Ridicule', 2, 715, 1, '2017-07-03 08:28:34', '2017-07-03 08:28:34'),
+(273, 'What is the antonym of the word Jeer?', '', 3, 715, 1, '2017-07-03 08:28:34', '2017-07-03 08:28:34'),
+(274, 'What is the meaning of the word Jeer?', '@@বিদ্রুপ করা///&nbsp;কর্কশ শব্দ করা///&nbsp;স্বতন্ত্র করিয়া রাখা///ক্ষতি', 1, 715, 1, '2017-07-03 08:28:35', '2017-07-03 08:28:35'),
+(275, 'What is the synonym of the word Jeer?', 'Seclude///Hassle/// Risk///@@Ridicule', 2, 715, 1, '2017-07-03 08:28:35', '2017-07-03 08:28:35'),
+(276, 'What is the antonym of the word Jeer?', '', 3, 715, 1, '2017-07-03 08:28:35', '2017-07-03 08:28:35'),
+(277, 'What is the meaning of the word Jeopardy?', 'বিদ্রুপ করা/// কর্কশ শব্দ করা/// স্বতন্ত্র করিয়া রাখা///@@ক্ষতি', 1, 716, 1, '2017-07-03 08:28:38', '2017-07-03 08:28:38'),
+(278, 'What is the synonym of the word Jeopardy?', 'Seclude///Hassle///@@Risk/// Ridicule', 2, 716, 1, '2017-07-03 08:28:38', '2017-07-03 08:28:38'),
+(279, 'What is the antonym of the word Jeopardy?', '', 3, 716, 1, '2017-07-03 08:28:38', '2017-07-03 08:28:38'),
+(280, 'What is the meaning of the word Condemn?', '@@ধিক্কার করা///একজায়গায় মিলিত হওয়া///মিথ্যা উদ্ভাবন করা///দাম্ভিকতা', 1, 423, 1, '2017-07-03 08:32:55', '2017-07-03 08:32:55'),
+(281, 'What is the synonym of the word Condemn?', '@@Damn///Agree///Devise///Metaphor', 2, 423, 1, '2017-07-03 08:32:55', '2017-07-03 08:32:55'),
+(282, 'What is the antonym of the word Condemn?', '@@Bless///Disagree///Replicate///Modesty', 3, 423, 1, '2017-07-03 08:32:55', '2017-07-03 08:32:55'),
+(283, 'What is the meaning of the word Concur?', 'ধিক্কার করা///@@একজায়গায় মিলিত হওয়া///মিথ্যা উদ্ভাবন করা///দাম্ভিকতা', 1, 422, 1, '2017-07-03 08:32:57', '2017-07-03 08:32:57'),
+(284, 'What is the synonym of the word Concur?', 'Damn///@@Agree///Devise///Metaphor', 2, 422, 1, '2017-07-03 08:32:58', '2017-07-03 08:32:58'),
+(285, 'What is the antonym of the word Concur?', 'Bless///@@Disagree///Replicate///Modesty', 3, 422, 1, '2017-07-03 08:32:58', '2017-07-03 08:32:58'),
+(286, 'What is the meaning of the word Concoct?', 'ধিক্কার করা///একজায়গায় মিলিত হওয়া///@@মিথ্যা উদ্ভাবন করা///দাম্ভিকতা', 1, 421, 1, '2017-07-03 08:33:00', '2017-07-03 08:33:00'),
+(287, 'What is the synonym of the word Concoct?', 'Damn///Agree///@@Devise///Metaphor', 2, 421, 1, '2017-07-03 08:33:00', '2017-07-03 08:33:00'),
+(288, 'What is the antonym of the word Concoct?', 'Bless///Disagree///@@Replicate///Modesty', 3, 421, 1, '2017-07-03 08:33:00', '2017-07-03 08:33:00'),
+(289, 'What is the meaning of the word Conceit?', 'ধিক্কার করা///একজায়গায় মিলিত হওয়া///মিথ্যা উদ্ভাবন করা///@@দাম্ভিকতা', 1, 420, 1, '2017-07-03 08:33:02', '2017-07-03 08:33:02'),
+(290, 'What is the synonym of the word Conceit?', 'Damn///Agree///Devise///@@Metaphor', 2, 420, 1, '2017-07-03 08:33:02', '2017-07-03 08:33:02'),
+(291, 'What is the antonym of the word Conceit?', 'Bless///Disagree///Replicate///@@Modesty', 3, 420, 1, '2017-07-03 08:33:02', '2017-07-03 08:33:02'),
+(292, 'What is the meaning of the word Comply?', '@@কারো অনুরোধ, আদেশ বা ইচ্ছা অনুসারে কাজ করা///পূর্নতাদায়ক///অনুপূরক///রচনা করা', 1, 419, 1, '2017-07-03 08:42:41', '2017-07-03 08:42:41'),
+(293, 'What is the synonym of the word Comply?', '@@Follow///Supplemental///supplement///Collect', 2, 419, 1, '2017-07-03 08:42:41', '2017-07-03 08:42:41'),
+(294, 'What is the antonym of the word Comply?', '@@Rebel///Nonreciprocal///Clash///Distribute', 3, 419, 1, '2017-07-03 08:42:41', '2017-07-03 08:42:41'),
+(295, 'What is the meaning of the word Complementary?', 'কারো অনুরোধ, আদেশ বা ইচ্ছা অনুসারে কাজ করা///@@পূর্নতাদায়ক///অনুপূরক///রচনা করা', 1, 418, 1, '2017-07-03 08:42:41', '2017-07-03 08:42:41'),
+(296, 'What is the synonym of the word Complementary?', 'Follow///@@Supplemental///supplement///Collect', 2, 418, 1, '2017-07-03 08:42:41', '2017-07-03 08:42:41'),
+(297, 'What is the antonym of the word Complementary?', 'Rebel///@@Nonreciprocal///Clash///Distribute', 3, 418, 1, '2017-07-03 08:42:41', '2017-07-03 08:42:41'),
+(298, 'What is the meaning of the word Complement?', 'কারো অনুরোধ, আদেশ বা ইচ্ছা অনুসারে কাজ করা///পূর্নতাদায়ক///@@অনুপূরক///রচনা করা', 1, 417, 1, '2017-07-03 08:42:47', '2017-07-03 08:42:47'),
+(299, 'What is the synonym of the word Complement?', 'Follow///Supplemental///@@supplement///Collect', 2, 417, 1, '2017-07-03 08:42:47', '2017-07-03 08:42:47'),
+(300, 'What is the antonym of the word Complement?', 'Rebel///Nonreciprocal///@@Clash///Distribute', 3, 417, 1, '2017-07-03 08:42:47', '2017-07-03 08:42:47'),
+(301, 'What is the meaning of the word Compile?', 'কারো অনুরোধ, আদেশ বা ইচ্ছা অনুসারে কাজ করা///পূর্নতাদায়ক///অনুপূরক///@@রচনা করা', 1, 416, 1, '2017-07-03 08:42:51', '2017-07-03 08:42:51'),
+(302, 'What is the synonym of the word Compile?', 'Follow///Supplemental///supplement///@@Collect', 2, 416, 1, '2017-07-03 08:42:51', '2017-07-03 08:42:51'),
+(303, 'What is the antonym of the word Compile?', 'Rebel///Nonreciprocal///Clash///@@Distribute', 3, 416, 1, '2017-07-03 08:42:51', '2017-07-03 08:42:51'),
+(304, 'What is the meaning of the word Irrelevant?', 'অনিবার্যভাবে গত///দুর্দমনীয়///@@অপ্রাসঙ্গিক/// উষ্ণস্বভাব', 1, 709, 1, '2017-07-03 08:48:11', '2017-07-03 08:48:11'),
+(305, 'What is the synonym of the word Irrelevant?', 'Irreversible///Uncontrolled///@@Extraneous///Waspish', 2, 709, 1, '2017-07-03 08:48:11', '2017-07-03 08:48:11'),
+(306, 'What is the antonym of the word Irrelevant?', '@@Relevant///Orderly///&nbsp;Revokable///Waspish', 3, 709, 1, '2017-07-03 08:48:11', '2017-07-03 08:48:11'),
+(307, 'What is the meaning of the word Compassion?', 'খুব সন্তোষজনক///দাবি করা///সামঞ্জস্যপূর্ণ///@@পরদুঃখকাতরতা', 1, 412, 1, '2017-07-03 08:48:16', '2017-07-03 08:48:16'),
+(308, 'What is the synonym of the word Compassion?', 'Equal///Force///Frictionless///@@feeling', 2, 412, 1, '2017-07-03 08:48:16', '2017-07-03 08:48:16'),
+(309, 'What is the antonym of the word Compassion?', 'Unqualified///Permit///Uncongenial///@@Heartlessness', 3, 412, 1, '2017-07-03 08:48:16', '2017-07-03 08:48:16'),
+(310, 'What is the meaning of the word Compatiable?', 'খুব সন্তোষজনক///দাবি করা///@@সামঞ্জস্যপূর্ণ///পরদুঃখকাতরতা', 1, 413, 1, '2017-07-03 08:48:18', '2017-07-03 08:48:18'),
+(311, 'What is the synonym of the word Compatiable?', 'Equal///Force///@@Frictionless///feeling', 2, 413, 1, '2017-07-03 08:48:18', '2017-07-03 08:48:18'),
+(312, 'What is the antonym of the word Compatiable?', 'Unqualified///Permit///@@Uncongenial///Heartlessness', 3, 413, 1, '2017-07-03 08:48:18', '2017-07-03 08:48:18'),
+(313, 'What is the meaning of the word Compel?', 'খুব সন্তোষজনক///@@দাবি করা///সামঞ্জস্যপূর্ণ///পরদুঃখকাতরতা', 1, 414, 1, '2017-07-03 08:48:19', '2017-07-03 08:48:19'),
+(314, 'What is the synonym of the word Compel?', 'Equal///@@Force///Frictionless///feeling', 2, 414, 1, '2017-07-03 08:48:19', '2017-07-03 08:48:19'),
+(315, 'What is the antonym of the word Compel?', 'Unqualified///@@Permit///Uncongenial///Heartlessness', 3, 414, 1, '2017-07-03 08:48:19', '2017-07-03 08:48:19'),
+(316, 'What is the meaning of the word Competent?', 'খুব সন্তোষজনক///দাবি করা///সামঞ্জস্যপূর্ণ///পরদুঃখকাতরতা', 1, 415, 1, '2017-07-03 08:48:23', '2017-07-03 08:48:23'),
+(317, 'What is the synonym of the word Competent?', '@@Equal///Force///Frictionless///feeling', 2, 415, 1, '2017-07-03 08:48:23', '2017-07-03 08:48:23'),
+(318, 'What is the antonym of the word Competent?', '@@Unqualified///Permit///Uncongenial///Heartlessness', 3, 415, 1, '2017-07-03 08:48:23', '2017-07-03 08:48:23'),
+(319, 'What is the meaning of the word Irrepressible?', 'অনিবার্যভাবে গত///@@দুর্দমনীয়///অপ্রাসঙ্গিক/// উষ্ণস্বভাব', 1, 710, 1, '2017-07-03 08:48:29', '2017-07-03 08:48:29'),
+(320, 'What is the synonym of the word Irrepressible?', 'Irreversible///@@Uncontrolled///Extraneous///Waspish', 2, 710, 1, '2017-07-03 08:48:29', '2017-07-03 08:48:29'),
+(321, 'What is the antonym of the word Irrepressible?', 'Relevant///@@Orderly/// Revokable///Waspish', 3, 710, 1, '2017-07-03 08:48:29', '2017-07-03 08:48:29'),
+(322, 'What is the meaning of the word Irrevocable?', '@@অনিবার্যভাবে গত///দুর্দমনীয়///অপ্রাসঙ্গিক///&nbsp;উষ্ণস্বভাব&nbsp;', 1, 711, 1, '2017-07-03 08:48:44', '2017-07-03 08:48:44'),
+(323, 'What is the synonym of the word Irrevocable?', '@@Irreversible///Uncontrolled///Extraneous///Waspish', 2, 711, 1, '2017-07-03 08:48:44', '2017-07-03 08:48:44'),
+(324, 'What is the antonym of the word Irrevocable?', 'Relevant///Orderly///@@Revokable///Waspish', 3, 711, 1, '2017-07-03 08:48:44', '2017-07-03 08:48:44'),
+(325, 'What is the meaning of the word Irritable?', 'অনিবার্যভাবে গত///দুর্দমনীয়///অপ্রাসঙ্গিক/// উষ্ণস্বভাব', 1, 712, 1, '2017-07-03 08:49:01', '2017-07-03 08:49:01'),
+(326, 'What is the synonym of the word Irritable?', 'Irreversible///Uncontrolled///Extraneous///@@Waspish', 2, 712, 1, '2017-07-03 08:49:01', '2017-07-03 08:49:01'),
+(327, 'What is the antonym of the word Irritable?', '', 3, 712, 1, '2017-07-03 08:49:01', '2017-07-03 08:49:01'),
+(328, 'What is the meaning of the word Colloquial?', 'সুবিধাজনক///শুরু হওয়া///অসামান্য///@@সাধারণ কথাবার্তায় ব্যবহৃত', 1, 408, 1, '2017-07-03 08:51:32', '2017-07-03 08:51:32'),
+(329, 'What is the synonym of the word Colloquial?', 'Spacious///Enter///Oceanic///@@Vernacular', 2, 408, 1, '2017-07-03 08:51:33', '2017-07-03 08:51:33'),
+(330, 'What is the antonym of the word Colloquial?', 'Incommodious///Finish///Pygmy///@@Learned', 3, 408, 1, '2017-07-03 08:51:33', '2017-07-03 08:51:33'),
+(331, 'What is the meaning of the word Colossal?', 'সুবিধাজনক///শুরু হওয়া///@@অসামান্য///সাধারণ কথাবার্তায় ব্যবহৃত', 1, 409, 1, '2017-07-03 08:51:33', '2017-07-03 08:51:33'),
+(332, 'What is the synonym of the word Colossal?', 'Spacious///Enter///@@Oceanic///Vernacular', 2, 409, 1, '2017-07-03 08:51:33', '2017-07-03 08:51:33'),
+(333, 'What is the antonym of the word Colossal?', 'Incommodious///Finish///@@Pygmy///Learned', 3, 409, 1, '2017-07-03 08:51:33', '2017-07-03 08:51:33'),
+(334, 'What is the meaning of the word Commence?', 'সুবিধাজনক///@@শুরু হওয়া///অসামান্য///সাধারণ কথাবার্তায় ব্যবহৃত', 1, 410, 1, '2017-07-03 08:51:36', '2017-07-03 08:51:36'),
+(335, 'What is the synonym of the word Commence?', 'Spacious///@@Enter///Oceanic///Vernacular', 2, 410, 1, '2017-07-03 08:51:36', '2017-07-03 08:51:36'),
+(336, 'What is the antonym of the word Commence?', 'Incommodious///@@Finish///Pygmy///Learned', 3, 410, 1, '2017-07-03 08:51:36', '2017-07-03 08:51:36'),
+(337, 'What is the meaning of the word Commodious?', '@@সুবিধাজনক///শুরু হওয়া///অসামান্য///সাধারণ কথাবার্তায় ব্যবহৃত', 1, 411, 1, '2017-07-03 08:51:38', '2017-07-03 08:51:38'),
+(338, 'What is the synonym of the word Commodious?', '@@Spacious///Enter///Oceanic///Vernacular', 2, 411, 1, '2017-07-03 08:51:38', '2017-07-03 08:51:38'),
+(339, 'What is the antonym of the word Commodious?', '@@Incommodious///Finish///Pygmy///Learned', 3, 411, 1, '2017-07-03 08:51:38', '2017-07-03 08:51:38'),
+(340, 'What is the meaning of the word Coarse?', 'সংযোগশীল///সংলগ্নতা///তোষামোদ করে ভোলানো///@@নিকৃষ্ট', 1, 404, 1, '2017-07-03 08:54:44', '2017-07-03 08:54:44'),
+(341, 'What is the synonym of the word Coarse?', 'Consistent///Solidity///Palaver///@@Granular', 2, 404, 1, '2017-07-03 08:54:44', '2017-07-03 08:54:44'),
+(342, 'What is the antonym of the word Coarse?', 'Disjointed///Disarray///Nag///@@Powdery', 3, 404, 1, '2017-07-03 08:54:44', '2017-07-03 08:54:44'),
+(343, 'What is the meaning of the word Coax?', 'সংযোগশীল///সংলগ্নতা///@@তোষামোদ করে ভোলানো///নিকৃষ্ট', 1, 405, 1, '2017-07-03 08:54:48', '2017-07-03 08:54:48'),
+(344, 'What is the synonym of the word Coax?', 'Consistent///Solidity///@@Palaver///Granular', 2, 405, 1, '2017-07-03 08:54:48', '2017-07-03 08:54:48'),
+(345, 'What is the antonym of the word Coax?', 'Disjointed///Disarray///@@Nag///Powdery', 3, 405, 1, '2017-07-03 08:54:48', '2017-07-03 08:54:48'),
+(346, 'What is the meaning of the word Cohesion?', 'সংযোগশীল///@@সংলগ্নতা///তোষামোদ করে ভোলানো///নিকৃষ্ট', 1, 406, 1, '2017-07-03 08:54:53', '2017-07-03 08:54:53'),
+(347, 'What is the synonym of the word Cohesion?', 'Consistent///@@Solidity///Palaver///Granular', 2, 406, 1, '2017-07-03 08:54:53', '2017-07-03 08:54:53'),
+(348, 'What is the antonym of the word Cohesion?', 'Disjointed///@@Disarray///Nag///Powdery', 3, 406, 1, '2017-07-03 08:54:54', '2017-07-03 08:54:54'),
+(349, 'What is the meaning of the word Cohesive?', '@@সংযোগশীল///সংলগ্নতা///তোষামোদ করে ভোলানো///নিকৃষ্ট', 1, 407, 1, '2017-07-03 08:54:56', '2017-07-03 08:54:56'),
+(350, 'What is the synonym of the word Cohesive?', '@@Consistent///Solidity///Palaver///Granular', 2, 407, 1, '2017-07-03 08:54:56', '2017-07-03 08:54:56');
+INSERT INTO `vocabulary_questions` (`vocabulary_question_id`, `question`, `options`, `level`, `word_id`, `display`, `created_at`, `updated_at`) VALUES
+(351, 'What is the antonym of the word Cohesive?', '@@Disjointed///Disarray///Nag///Powdery', 3, 407, 1, '2017-07-03 08:54:56', '2017-07-03 08:54:56'),
+(352, 'What is the meaning of the word Irreconcilable?', '@@পুর্নর্মিলনের অসাধ্য///আবাহন///সাহায্য বা রক্ষা করার জন্যে দৈবশক্তির কাছে প্রার্থনা///পর্যায়', 1, 708, 1, '2017-07-03 09:01:09', '2017-07-03 09:01:09'),
+(353, 'What is the synonym of the word Irreconcilable?', '&nbsp;@@Inconsistent///&nbsp;Draw on///&nbsp;Glamour///Opposite', 2, 708, 1, '2017-07-03 09:01:09', '2017-07-03 09:01:09'),
+(354, 'What is the antonym of the word Irreconcilable?', 'Reciprocal///Contrary///@@Reconcilable///Opposite', 3, 708, 1, '2017-07-03 09:01:09', '2017-07-03 09:01:09'),
+(355, 'What is the meaning of the word Invoke?', 'পুর্নর্মিলনের অসাধ্য///আবাহন///@@সাহায্য বা রক্ষা করার জন্যে দৈবশক্তির কাছে প্রার্থনা///পর্যায়', 1, 707, 1, '2017-07-03 09:01:11', '2017-07-03 09:01:11'),
+(356, 'What is the synonym of the word Invoke?', 'Inconsistent///@@Draw on/// Glamour///Opposite', 2, 707, 1, '2017-07-03 09:01:11', '2017-07-03 09:01:11'),
+(357, 'What is the antonym of the word Invoke?', '', 3, 707, 1, '2017-07-03 09:01:11', '2017-07-03 09:01:11'),
+(358, 'What is the meaning of the word Invocation?', 'পুর্নর্মিলনের অসাধ্য///আবাহন///সাহায্য বা রক্ষা করার জন্যে দৈবশক্তির কাছে প্রার্থনা///পর্যায়', 1, 706, 1, '2017-07-03 09:01:13', '2017-07-03 09:01:13'),
+(359, 'What is the synonym of the word Invocation?', 'Inconsistent/// Draw on///@@Glamour///Opposite', 2, 706, 1, '2017-07-03 09:01:13', '2017-07-03 09:01:13'),
+(360, 'What is the antonym of the word Invocation?', '', 3, 706, 1, '2017-07-03 09:01:13', '2017-07-03 09:01:13'),
+(361, 'What is the meaning of the word Inverse?', 'পুর্নর্মিলনের অসাধ্য///আবাহন///সাহায্য বা রক্ষা করার জন্যে দৈবশক্তির কাছে প্রার্থনা///@@পর্যায়', 1, 705, 1, '2017-07-03 09:01:18', '2017-07-03 09:01:18'),
+(362, 'What is the synonym of the word Inverse?', 'Inconsistent/// Draw on/// Glamour///@@Opposite', 2, 705, 1, '2017-07-03 09:01:18', '2017-07-03 09:01:18'),
+(363, 'What is the antonym of the word Inverse?', '', 3, 705, 1, '2017-07-03 09:01:18', '2017-07-03 09:01:18'),
+(364, 'What is the meaning of the word Clutter?', '@@নোংরা করা///নড়বড়ে///লেগে থাকা///একেবারে মিটিয়ে ফেলা', 1, 403, 1, '2017-07-03 09:03:40', '2017-07-03 09:03:40'),
+(365, 'What is the synonym of the word Clutter?', '@@Botch///Maladroit///Hew///Determine', 2, 403, 1, '2017-07-03 09:03:40', '2017-07-03 09:03:40'),
+(366, 'What is the antonym of the word Clutter?', '@@peace///dexteroushandy///Unsticking///Unsticking', 3, 403, 1, '2017-07-03 09:03:40', '2017-07-03 09:03:40'),
+(367, 'What is the meaning of the word Clumsy?', 'নোংরা করা///@@নড়বড়ে///লেগে থাকা///একেবারে মিটিয়ে ফেলা', 1, 402, 1, '2017-07-03 09:03:42', '2017-07-03 09:03:42'),
+(368, 'What is the synonym of the word Clumsy?', 'Botch///@@Maladroit///Hew///Determine', 2, 402, 1, '2017-07-03 09:03:42', '2017-07-03 09:03:42'),
+(369, 'What is the antonym of the word Clumsy?', 'peace///@@dexteroushandy///Unsticking///Unsticking', 3, 402, 1, '2017-07-03 09:03:42', '2017-07-03 09:03:42'),
+(370, 'What is the meaning of the word Cling?', 'নোংরা করা///নড়বড়ে///@@লেগে থাকা///একেবারে মিটিয়ে ফেলা', 1, 401, 1, '2017-07-03 09:03:44', '2017-07-03 09:03:44'),
+(371, 'What is the synonym of the word Cling?', 'Botch///Maladroit///@@Hew///Determine', 2, 401, 1, '2017-07-03 09:03:44', '2017-07-03 09:03:44'),
+(372, 'What is the antonym of the word Cling?', 'peace///dexteroushandy///@@Unsticking///Unsticking', 3, 401, 1, '2017-07-03 09:03:44', '2017-07-03 09:03:44'),
+(373, 'What is the meaning of the word Clinch?', 'নোংরা করা///নড়বড়ে///লেগে থাকা///@@একেবারে মিটিয়ে ফেলা', 1, 400, 1, '2017-07-03 09:03:46', '2017-07-03 09:03:46'),
+(374, 'What is the synonym of the word Clinch?', 'Botch///Maladroit///Hew///@@Determine', 2, 400, 1, '2017-07-03 09:03:46', '2017-07-03 09:03:46'),
+(375, 'What is the antonym of the word Clinch?', 'peace///dexteroushandy///Unsticking///@@Unsticking', 3, 400, 1, '2017-07-03 09:03:46', '2017-07-03 09:03:46'),
+(376, 'What is the meaning of the word Intuition?', 'অনধিকারপ্রবেশ করান/// অন্তর্নিহিত///মাতাল করে দেওয়া///@@অনুভূতি', 1, 704, 1, '2017-07-03 09:07:54', '2017-07-03 09:07:54'),
+(377, 'What is the synonym of the word Intuition?', 'nherent/// Interpose///Make crazy///@@Perception', 2, 704, 1, '2017-07-03 09:07:54', '2017-07-03 09:07:54'),
+(378, 'What is the antonym of the word Intuition?', '', 3, 704, 1, '2017-07-03 09:07:54', '2017-07-03 09:07:54'),
+(379, 'What is the meaning of the word Intrude?', '@@অনধিকারপ্রবেশ করান///&nbsp;অন্তর্নিহিত///মাতাল করে দেওয়া///অনুভূতি', 1, 703, 1, '2017-07-03 09:07:57', '2017-07-03 09:07:57'),
+(380, 'What is the synonym of the word Intrude?', 'Inherent///@@ Interpose///Make crazy/// Perception', 2, 703, 1, '2017-07-03 09:07:57', '2017-07-03 09:07:57'),
+(381, 'What is the antonym of the word Intrude?', '', 3, 703, 1, '2017-07-03 09:07:57', '2017-07-03 09:07:57'),
+(382, 'What is the meaning of the word Intrinsic?', 'অনধিকারপ্রবেশ করান/// @@অন্তর্নিহিত///মাতাল করে দেওয়া///অনুভূতি', 1, 702, 1, '2017-07-03 09:08:05', '2017-07-03 09:08:05'),
+(383, 'What is the synonym of the word Intrinsic?', '@@Inherent///&nbsp;Interpose///Make crazy///&nbsp;Perception', 2, 702, 1, '2017-07-03 09:08:05', '2017-07-03 09:08:05'),
+(384, 'What is the antonym of the word Intrinsic?', '@@Extrinsic///Break in///Chime in///Interpose', 3, 702, 1, '2017-07-03 09:08:05', '2017-07-03 09:08:05'),
+(385, 'What is the meaning of the word Intoxicate?', 'অনধিকারপ্রবেশ করান/// অন্তর্নিহিত///@@মাতাল করে দেওয়া///অনুভূতি', 1, 701, 1, '2017-07-03 09:08:09', '2017-07-03 09:08:09'),
+(386, 'What is the synonym of the word Intoxicate?', 'Inherent/// Interpose///@@Make crazy/// Perception', 2, 701, 1, '2017-07-03 09:08:09', '2017-07-03 09:08:09'),
+(387, 'What is the antonym of the word Intoxicate?', '', 3, 701, 1, '2017-07-03 09:08:09', '2017-07-03 09:08:09'),
+(388, 'What is the meaning of the word Interfere?', 'বাধা সৃষ্টি করা///জিজ্ঞাসা করা///@@হস্তক্ষেপ করা/// ঘনিষ্ঠ', 1, 697, 1, '2017-07-03 09:18:18', '2017-07-03 09:18:18'),
+(389, 'What is the synonym of the word Interfere?', 'Mediate///Catechize///@@Obtrude///Cherished', 2, 697, 1, '2017-07-03 09:18:18', '2017-07-03 09:18:18'),
+(390, 'What is the antonym of the word Interfere?', '', 3, 697, 1, '2017-07-03 09:18:18', '2017-07-03 09:18:18'),
+(391, 'What is the meaning of the word Interrogate?', 'বাধা সৃষ্টি করা///@@জিজ্ঞাসা করা///হস্তক্ষেপ করা/// ঘনিষ্ঠ', 1, 698, 1, '2017-07-03 09:20:53', '2017-07-03 09:20:53'),
+(392, 'What is the synonym of the word Interrogate?', 'Mediate///@@Catechize///Obtrude///Cherished', 2, 698, 1, '2017-07-03 09:20:53', '2017-07-03 09:20:53'),
+(393, 'What is the antonym of the word Interrogate?', '@@Catechize///Grill///Query///@@Respond', 3, 698, 1, '2017-07-03 09:20:53', '2017-07-03 09:20:53'),
+(394, 'What is the meaning of the word Intervene?', '@@বাধা সৃষ্টি করা///জিজ্ঞাসা করা///হস্তক্ষেপ করা///&nbsp;ঘনিষ্ঠ', 1, 699, 1, '2017-07-03 09:21:31', '2017-07-03 09:21:31'),
+(395, 'What is the synonym of the word Intervene?', '@@Mediate///Catechize///Obtrude///Cherished', 2, 699, 1, '2017-07-03 09:21:31', '2017-07-03 09:21:31'),
+(396, 'What is the antonym of the word Intervene?', '', 3, 699, 1, '2017-07-03 09:21:31', '2017-07-03 09:21:31'),
+(397, 'What is the meaning of the word Intimate?', 'বাধা সৃষ্টি করা///জিজ্ঞাসা করা///হস্তক্ষেপ করা/// ঘনিষ্ঠ', 1, 700, 1, '2017-07-03 09:21:35', '2017-07-03 09:21:35'),
+(398, 'What is the synonym of the word Intimate?', 'Mediate///Catechize///Obtrude///@@Cherished', 2, 700, 1, '2017-07-03 09:21:35', '2017-07-03 09:21:35'),
+(399, 'What is the antonym of the word Intimate?', '', 3, 700, 1, '2017-07-03 09:21:35', '2017-07-03 09:21:35'),
+(400, 'What is the meaning of the word Intercept?', 'বোধগম্য///প্রবল বা তীব্র করে তোলা///@@ধরে রাখা ///গাঢ়তা', 1, 696, 1, '2017-07-03 09:32:52', '2017-07-03 09:32:52'),
+(401, 'What is the synonym of the word Intercept?', 'Understandable///@@Pick off///Heavy///&nbsp;Heighten', 2, 696, 1, '2017-07-03 09:32:52', '2017-07-03 09:32:52'),
+(402, 'What is the antonym of the word Intercept?', '', 3, 696, 1, '2017-07-03 09:32:52', '2017-07-03 09:32:52'),
+(403, 'What is the meaning of the word Climax?', '@@পরমক্ষণ///নজির হিসাবে উল্লেখ করা ///আঁকাবাঁকা///সামান্য ব্যক্তি', 1, 399, 1, '2017-07-03 09:32:54', '2017-07-03 09:32:54'),
+(404, 'What is the synonym of the word Climax?', '@@Landmark///Instance///Roundabout///Nothing', 2, 399, 1, '2017-07-03 09:32:54', '2017-07-03 09:32:54'),
+(405, 'What is the antonym of the word Climax?', '@@Nadir///Ignore///Straightforward///Personage', 3, 399, 1, '2017-07-03 09:32:54', '2017-07-03 09:32:54'),
+(406, 'What is the meaning of the word Cite?', 'পরমক্ষণ///@@নজির হিসাবে উল্লেখ করা ///আঁকাবাঁকা///সামান্য ব্যক্তি', 1, 398, 1, '2017-07-03 09:32:57', '2017-07-03 09:32:57'),
+(407, 'What is the synonym of the word Cite?', 'Landmark///@@Instance///Roundabout///Nothing', 2, 398, 1, '2017-07-03 09:32:57', '2017-07-03 09:32:57'),
+(408, 'What is the antonym of the word Cite?', 'Nadir///@@Ignore///Straightforward///Personage', 3, 398, 1, '2017-07-03 09:32:57', '2017-07-03 09:32:57'),
+(409, 'What is the meaning of the word Circuitous?', 'পরমক্ষণ///নজির হিসাবে উল্লেখ করা ///@@আঁকাবাঁকা///সামান্য ব্যক্তি', 1, 397, 1, '2017-07-03 09:33:01', '2017-07-03 09:33:01'),
+(410, 'What is the synonym of the word Circuitous?', 'Landmark///Instance///@@Roundabout///Nothing', 2, 397, 1, '2017-07-03 09:33:01', '2017-07-03 09:33:01'),
+(411, 'What is the antonym of the word Circuitous?', 'Nadir///Ignore///@@Straightforward///Personage', 3, 397, 1, '2017-07-03 09:33:01', '2017-07-03 09:33:01'),
+(412, 'What is the meaning of the word Cipher?', 'পরমক্ষণ///নজির হিসাবে উল্লেখ করা ///আঁকাবাঁকা///@@সামান্য ব্যক্তি', 1, 396, 1, '2017-07-03 09:33:05', '2017-07-03 09:33:05'),
+(413, 'What is the synonym of the word Cipher?', 'Landmark///Instance///Roundabout///@@Nothing', 2, 396, 1, '2017-07-03 09:33:05', '2017-07-03 09:33:05'),
+(414, 'What is the antonym of the word Cipher?', 'Nadir///Ignore///Straightforward///@@Personage', 3, 396, 1, '2017-07-03 09:33:05', '2017-07-03 09:33:05'),
+(415, 'What is the meaning of the word Intensive?', 'বোধগম্য///প্রবল বা তীব্র করে তোলা///ধরে রাখা ///@@গাঢ়তা', 1, 695, 1, '2017-07-03 09:33:16', '2017-07-03 09:33:16'),
+(416, 'What is the synonym of the word Intensive?', 'Understandable///Pick off///@@Heavy/// Heighten', 2, 695, 1, '2017-07-03 09:33:16', '2017-07-03 09:33:16'),
+(417, 'What is the antonym of the word Intensive?', 'Insensible///Moderate ///@@Soft/// Heighten', 3, 695, 1, '2017-07-03 09:33:16', '2017-07-03 09:33:16'),
+(418, 'What is the meaning of the word Intensify?', 'বোধগম্য///@@প্রবল বা তীব্র করে তোলা///ধরে রাখা ///গাঢ়তা&nbsp;', 1, 694, 1, '2017-07-03 09:33:36', '2017-07-03 09:33:36'),
+(419, 'What is the synonym of the word Intensify?', 'Understandable///Pick off///Heavy///@@Heighten', 2, 694, 1, '2017-07-03 09:33:36', '2017-07-03 09:33:36'),
+(420, 'What is the antonym of the word Intensify?', 'Insensible///@@Moderate ///Soft///&nbsp;Heighten', 3, 694, 1, '2017-07-03 09:33:36', '2017-07-03 09:33:36'),
+(421, 'What is the meaning of the word Intelligible?', '@@বোধগম্য///প্রবল বা তীব্র করে তোলা///ধরে রাখা ///গাঢ়তা', 1, 693, 1, '2017-07-03 09:34:06', '2017-07-03 09:34:06'),
+(422, 'What is the synonym of the word Intelligible?', '@@Understandable///Pick off///Heavy/// Heighten', 2, 693, 1, '2017-07-03 09:34:06', '2017-07-03 09:34:06'),
+(423, 'What is the antonym of the word Intelligible?', '@@Insensible///Moderate ///Soft/// Heighten', 3, 693, 1, '2017-07-03 09:34:06', '2017-07-03 09:34:06'),
+(424, 'What is the meaning of the word Chronic?', '@@দুরারোগ্য///টুকিটাকি কাজ///শ্বাসরুদ্ধ হওয়া///কিচিরমিচির', 1, 395, 1, '2017-07-03 09:39:24', '2017-07-03 09:39:24'),
+(425, 'What is the synonym of the word Chronic?', '@@Inveterate///Job///Throttle///Tweet', 2, 395, 1, '2017-07-03 09:39:24', '2017-07-03 09:39:24'),
+(426, 'What is the antonym of the word Chronic?', '@@Intermittent///Cinch///Unplug///Peep', 3, 395, 1, '2017-07-03 09:39:24', '2017-07-03 09:39:24'),
+(427, 'What is the meaning of the word Chore?', 'দুরারোগ্য///@@টুকিটাকি কাজ///শ্বাসরুদ্ধ হওয়া///কিচিরমিচির', 1, 394, 1, '2017-07-03 09:40:28', '2017-07-03 09:40:28'),
+(428, 'What is the synonym of the word Chore?', 'Inveterate///@@Job///Throttle///Tweet', 2, 394, 1, '2017-07-03 09:40:28', '2017-07-03 09:40:28'),
+(429, 'What is the antonym of the word Chore?', 'Intermittent///@@Cinch///Unplug///Peep', 3, 394, 1, '2017-07-03 09:40:28', '2017-07-03 09:40:28'),
+(430, 'What is the meaning of the word Choke?', 'দুরারোগ্য///টুকিটাকি কাজ///@@শ্বাসরুদ্ধ হওয়া///কিচিরমিচির', 1, 393, 1, '2017-07-03 09:40:38', '2017-07-03 09:40:38'),
+(431, 'What is the synonym of the word Choke?', 'Inveterate///Job///@@Throttle///Tweet', 2, 393, 1, '2017-07-03 09:40:38', '2017-07-03 09:40:38'),
+(432, 'What is the antonym of the word Choke?', 'Intermittent///Cinch///@@Unplug///Peep', 3, 393, 1, '2017-07-03 09:40:39', '2017-07-03 09:40:39'),
+(433, 'What is the meaning of the word Chirp?', 'দুরারোগ্য///টুকিটাকি কাজ///শ্বাসরুদ্ধ হওয়া///@@কিচিরমিচির', 1, 392, 1, '2017-07-03 09:40:50', '2017-07-03 09:40:50'),
+(434, 'What is the synonym of the word Chirp?', 'Inveterate///Job///Throttle///@@Tweet', 2, 392, 1, '2017-07-03 09:40:50', '2017-07-03 09:40:50'),
+(435, 'What is the antonym of the word Chirp?', '', 3, 392, 1, '2017-07-03 09:40:50', '2017-07-03 09:40:50'),
+(436, 'What is the meaning of the word Instill?', 'রেয়াড়া///@@ফোঁটা ফোঁটা করে তরল পদার্থ ঢালা///সহজাত/// দ্বীপসংক্রান্ত', 1, 689, 1, '2017-07-03 09:43:42', '2017-07-03 09:43:42'),
+(437, 'What is the synonym of the word Instill?', '@@Inpart///Spontaneous///Contrary///&nbsp;Provincial', 2, 689, 1, '2017-07-03 09:43:42', '2017-07-03 09:43:42'),
+(438, 'What is the antonym of the word Instill?', '', 3, 689, 1, '2017-07-03 09:43:42', '2017-07-03 09:43:42'),
+(439, 'What is the meaning of the word Instinctive?', 'রেয়াড়া///ফোঁটা ফোঁটা করে তরল পদার্থ ঢালা///@@সহজাত/// দ্বীপসংক্রান্ত', 1, 690, 1, '2017-07-03 09:45:30', '2017-07-03 09:45:30'),
+(440, 'What is the synonym of the word Instinctive?', 'Inpart///@@Spontaneous///Contrary/// Provincial', 2, 690, 1, '2017-07-03 09:45:30', '2017-07-03 09:45:30'),
+(441, 'What is the antonym of the word Instinctive?', '@@Conscious//Contrary///Obedient///Inpart', 3, 690, 1, '2017-07-03 09:45:30', '2017-07-03 09:45:30'),
+(442, 'What is the meaning of the word Insubordinate?', '@@বেয়াড়া///ফোঁটা ফোঁটা করে তরল পদার্থ ঢালা///সহজাত///&nbsp;দ্বীপসংক্রান্ত&nbsp;', 1, 691, 1, '2017-07-03 09:46:13', '2017-07-03 09:46:13'),
+(443, 'What is the synonym of the word Insubordinate?', 'Inpart///Spontaneous///@@Contrary/// Provincial', 2, 691, 1, '2017-07-03 09:46:13', '2017-07-03 09:46:13'),
+(444, 'What is the antonym of the word Insubordinate?', 'Contrary///Froward///Restive///@@Obedient', 3, 691, 1, '2017-07-03 09:46:13', '2017-07-03 09:46:13'),
+(445, 'What is the meaning of the word Insular?', 'রেয়াড়া///ফোঁটা ফোঁটা করে তরল পদার্থ ঢালা///সহজাত///@@দ্বীপসংক্রান্ত', 1, 692, 1, '2017-07-03 09:47:19', '2017-07-03 09:47:19'),
+(446, 'What is the synonym of the word Insular?', 'Inpart///Spontaneous///Contrary///@@Provincial', 2, 692, 1, '2017-07-03 09:47:19', '2017-07-03 09:47:19'),
+(447, 'What is the antonym of the word Insular?', 'Inpart///Spontaneous///Contrary///@@Liberal', 3, 692, 1, '2017-07-03 09:47:19', '2017-07-03 09:47:19'),
+(448, 'What is the meaning of the word Inquisitive?', 'অশিষ্ট///জিদ ধরা///@@জিজ্ঞাসু///উন্মাদ', 1, 685, 1, '2017-07-03 10:16:10', '2017-07-03 10:16:10'),
+(449, 'What is the synonym of the word Inquisitive?', 'Nervy///Mental///Affirm///@@Snoopy&nbsp;', 2, 685, 1, '2017-07-03 10:16:10', '2017-07-03 10:16:10'),
+(450, 'What is the antonym of the word Inquisitive?', 'Nervy///Mental///Affirm///@@Uncurious&nbsp;', 3, 685, 1, '2017-07-03 10:16:10', '2017-07-03 10:16:10'),
+(451, 'What is the meaning of the word Inordinate?', '&nbsp;অশিষ্ট///জিদ ধরা///উন্মাদ///@@অসংযত', 1, 684, 1, '2017-07-03 10:20:48', '2017-07-03 10:20:48'),
+(452, 'What is the synonym of the word Inordinate?', 'Nervy///Mental///Affirm///@@fancy', 2, 684, 1, '2017-07-03 10:20:48', '2017-07-03 10:20:48'),
+(453, 'What is the antonym of the word Inordinate?', 'Mental///Affirm///@@Temperate///Baroque', 3, 684, 1, '2017-07-03 10:20:48', '2017-07-03 10:20:48'),
+(454, 'What is the meaning of the word Insolent?', 'অশিষ্ট///জিদ ধরা///উন্মাদ/// অসংযত', 1, 688, 1, '2017-07-03 10:22:51', '2017-07-03 10:22:51'),
+(455, 'What is the synonym of the word Insolent?', 'Meek///Retiring///Timid///@@&nbsp;Nervy', 2, 688, 1, '2017-07-03 10:22:51', '2017-07-03 10:22:51'),
+(456, 'What is the antonym of the word Insolent?', 'Audacious///@@Meek///Bold///Nervy', 3, 688, 1, '2017-07-03 10:22:51', '2017-07-03 10:22:51'),
+(457, 'What is the meaning of the word Insist?', 'অশিষ্ট///জিদ ধরা///উন্মাদ/// অসংযত', 1, 687, 1, '2017-07-03 10:23:55', '2017-07-03 10:23:55'),
+(458, 'What is the synonym of the word Insist?', 'Snoopy///Nervy///Mental///@@Affirm', 2, 687, 1, '2017-07-03 10:23:55', '2017-07-03 10:23:55'),
+(459, 'What is the antonym of the word Insist?', 'Affirm///Contend///Profess///@@Gainsay&nbsp;', 3, 687, 1, '2017-07-03 10:23:55', '2017-07-03 10:23:55'),
+(460, 'What is the meaning of the word Insane?', 'অশিষ্ট///জিদ ধরা///উন্মাদ/// অসংযত', 1, 686, 1, '2017-07-03 10:25:01', '2017-07-03 10:25:01'),
+(461, 'What is the synonym of the word Insane?', 'Nervy///@@Mental///Affirm///Fancy', 2, 686, 1, '2017-07-03 10:25:01', '2017-07-03 10:25:01'),
+(462, 'What is the antonym of the word Insane?', '@@Sane///Balmy///Cracked///Mental', 3, 686, 1, '2017-07-03 10:25:01', '2017-07-03 10:25:01'),
+(463, 'What is the meaning of the word Innate?', 'জন্মগত///অন্তঃস্থায়ী/// @@স্বভাবগত///স্থায়ী', 1, 683, 1, '2017-07-03 10:34:13', '2017-07-03 10:34:13'),
+(464, 'What is the synonym of the word Innate?', 'Innate/// Imbue///Occupant///@@Constitutional', 2, 683, 1, '2017-07-03 10:34:13', '2017-07-03 10:34:13'),
+(465, 'What is the antonym of the word Innate?', 'Constitutional///@@Extraneous///Hardwired///Inborn', 3, 683, 1, '2017-07-03 10:34:13', '2017-07-03 10:34:13'),
+(466, 'What is the meaning of the word Inhabitant?', 'জন্মগত///অন্তঃস্থায়ী/// স্বভাবগত///@@স্থায়ী', 1, 681, 1, '2017-07-03 10:34:19', '2017-07-03 10:34:19'),
+(467, 'What is the synonym of the word Inhabitant?', 'Innate/// Imbue///@@Occupant///Constitutional', 2, 681, 1, '2017-07-03 10:34:19', '2017-07-03 10:34:19'),
+(468, 'What is the antonym of the word Inhabitant?', '', 3, 681, 1, '2017-07-03 10:34:19', '2017-07-03 10:34:19'),
+(469, 'What is the meaning of the word Infuse?', '@@জন্মগত///অন্তঃস্থায়ী/// স্বভাবগত///স্থায়ী', 1, 680, 1, '2017-07-03 10:34:28', '2017-07-03 10:34:28'),
+(470, 'What is the synonym of the word Infuse?', 'Innate///@@Imbue///Occupant///Constitutional', 2, 680, 1, '2017-07-03 10:34:28', '2017-07-03 10:34:28'),
+(471, 'What is the antonym of the word Infuse?', '', 3, 680, 1, '2017-07-03 10:34:28', '2017-07-03 10:34:28'),
+(472, 'What is the meaning of the word Inherent?', 'জন্মগত///@@অন্তঃস্থায়ী/// স্বভাবগত///স্থায়ী', 1, 682, 1, '2017-07-03 10:34:32', '2017-07-03 10:34:32'),
+(473, 'What is the synonym of the word Inherent?', '@@Innate/// Imbue///Occupant///Constitutional', 2, 682, 1, '2017-07-03 10:34:32', '2017-07-03 10:34:32'),
+(474, 'What is the antonym of the word Inherent?', '', 3, 682, 1, '2017-07-03 10:34:32', '2017-07-03 10:34:32'),
+(475, 'What is the meaning of the word Inflict?', 'মুদ্রাস্ফীতি/// লঙ্ঘন করা///অন্তঃপ্রবাহ ///@@বেসানো', 1, 677, 1, '2017-07-03 10:42:49', '2017-07-03 10:42:49'),
+(476, 'What is the synonym of the word Inflict?', 'Violate///Pretentiousness///@@Incur///Inpouring', 2, 677, 1, '2017-07-03 10:42:49', '2017-07-03 10:42:49'),
+(477, 'What is the antonym of the word Inflict?', '', 3, 677, 1, '2017-07-03 10:42:49', '2017-07-03 10:42:49'),
+(478, 'What is the meaning of the word Infringe?', 'মুদ্রাস্ফীতি///@@লঙ্ঘন করা///অন্তঃপ্রবাহ /// বেসানো', 1, 679, 1, '2017-07-03 10:42:51', '2017-07-03 10:42:51'),
+(479, 'What is the synonym of the word Infringe?', 'Violate///Pretentiousness///Incur///Inpouring', 2, 679, 1, '2017-07-03 10:42:51', '2017-07-03 10:42:51'),
+(480, 'What is the antonym of the word Infringe?', '@@Obey///Disinflation///Outpouring///Violate', 3, 679, 1, '2017-07-03 10:42:51', '2017-07-03 10:42:51'),
+(481, 'What is the meaning of the word Inflation?', '@@মুদ্রাস্ফীতি/// লঙ্ঘন করা///অন্তঃপ্রবাহ /// বেসানো', 1, 676, 1, '2017-07-03 10:42:52', '2017-07-03 10:42:52'),
+(482, 'What is the synonym of the word Inflation?', 'Violate///@@Pretentiousness///Incur///Inpouring', 2, 676, 1, '2017-07-03 10:42:52', '2017-07-03 10:42:52'),
+(483, 'What is the antonym of the word Inflation?', 'Obey///@@Disinflation///Outpouring///Violate', 3, 676, 1, '2017-07-03 10:42:52', '2017-07-03 10:42:52'),
+(484, 'What is the meaning of the word Influx?', 'মুদ্রাস্ফীতি/// লঙ্ঘন করা///@@অন্তঃপ্রবাহ /// বেসানো', 1, 678, 1, '2017-07-03 10:42:54', '2017-07-03 10:42:54'),
+(485, 'What is the synonym of the word Influx?', 'Violate///Pretentiousness///Incur///@@Inpouring', 2, 678, 1, '2017-07-03 10:42:54', '2017-07-03 10:42:54'),
+(486, 'What is the antonym of the word Influx?', 'Obey///Disinflation///@@Outpouring///Violate', 3, 678, 1, '2017-07-03 10:42:54', '2017-07-03 10:42:54'),
+(487, 'What is the meaning of the word Chide?', '@@বকাবকি করা///জিইয়ে রাখা///সংযত///উদার', 1, 391, 1, '2017-07-03 10:43:21', '2017-07-03 10:43:21'),
+(488, 'What is the synonym of the word Chide?', '@@Rebuke///Worship///Modest///Humanitarian', 2, 391, 1, '2017-07-03 10:43:21', '2017-07-03 10:43:21'),
+(489, 'What is the antonym of the word Chide?', '@@extol///Execrate///Impure///Selfish', 3, 391, 1, '2017-07-03 10:43:21', '2017-07-03 10:43:21'),
+(490, 'What is the meaning of the word Cherish?', 'বকাবকি করা///@@জিইয়ে রাখা///সংযত///উদার', 1, 390, 1, '2017-07-03 10:43:24', '2017-07-03 10:43:24'),
+(491, 'What is the synonym of the word Cherish?', 'Rebuke///@@Worship///Modest///Humanitarian', 2, 390, 1, '2017-07-03 10:43:24', '2017-07-03 10:43:24'),
+(492, 'What is the antonym of the word Cherish?', 'extol///@@Execrate///Impure///Selfish', 3, 390, 1, '2017-07-03 10:43:24', '2017-07-03 10:43:24'),
+(493, 'What is the meaning of the word Chaste?', 'বকাবকি করা///জিইয়ে রাখা///@@সংযত///উদার', 1, 389, 1, '2017-07-03 10:43:33', '2017-07-03 10:43:33'),
+(494, 'What is the synonym of the word Chaste?', 'Rebuke///Worship///@@Modest///Humanitarian', 2, 389, 1, '2017-07-03 10:43:33', '2017-07-03 10:43:33'),
+(495, 'What is the antonym of the word Chaste?', 'extol///Execrate///@@Impure///Selfish', 3, 389, 1, '2017-07-03 10:43:33', '2017-07-03 10:43:33'),
+(496, 'What is the meaning of the word Charitable?', 'বকাবকি করা///জিইয়ে রাখা///সংযত///@@উদার', 1, 388, 1, '2017-07-03 10:43:37', '2017-07-03 10:43:37'),
+(497, 'What is the synonym of the word Charitable?', 'Rebuke///Worship///Modest///@@Humanitarian', 2, 388, 1, '2017-07-03 10:43:37', '2017-07-03 10:43:37'),
+(498, 'What is the antonym of the word Charitable?', 'extol///Execrate///Impure///@@Selfish', 3, 388, 1, '2017-07-03 10:43:37', '2017-07-03 10:43:37'),
+(499, 'What is the meaning of the word Ceaseless?', 'ঈশ্বরদত্ত আধ্যাত্মিক শক্তি///ক্রুদ্ধ হওয়া///স্বর্গীয়///@@ক্ষান্ত হওয়া', 1, 384, 1, '2017-07-03 10:47:11', '2017-07-03 10:47:11'),
+(500, 'What is the synonym of the word Ceaseless?', 'Duende///Fret///Supernal///@@Terminate', 2, 384, 1, '2017-07-03 10:47:11', '2017-07-03 10:47:11'),
+(501, 'What is the antonym of the word Ceaseless?', 'Repulsiveness///Mollify///Plutonian///@@Persist', 3, 384, 1, '2017-07-03 10:47:11', '2017-07-03 10:47:11'),
+(502, 'What is the meaning of the word Celestial?', 'ঈশ্বরদত্ত আধ্যাত্মিক শক্তি///ক্রুদ্ধ হওয়া///@@স্বর্গীয়///ক্ষান্ত হওয়া', 1, 385, 1, '2017-07-03 10:47:16', '2017-07-03 10:47:16'),
+(503, 'What is the synonym of the word Celestial?', 'Duende///Fret///@@Supernal///Terminate', 2, 385, 1, '2017-07-03 10:47:16', '2017-07-03 10:47:16'),
+(504, 'What is the antonym of the word Celestial?', 'Repulsiveness///Mollify///@@Plutonian///Persist', 3, 385, 1, '2017-07-03 10:47:16', '2017-07-03 10:47:16'),
+(505, 'What is the meaning of the word Chafe?', 'ঈশ্বরদত্ত আধ্যাত্মিক শক্তি///@@ক্রুদ্ধ হওয়া///স্বর্গীয়///ক্ষান্ত হওয়া', 1, 386, 1, '2017-07-03 10:47:21', '2017-07-03 10:47:21'),
+(506, 'What is the synonym of the word Chafe?', 'Duende///@@Fret///Supernal///Terminate', 2, 386, 1, '2017-07-03 10:47:21', '2017-07-03 10:47:21'),
+(507, 'What is the antonym of the word Chafe?', 'Repulsiveness///@@Mollify///Plutonian///Persist', 3, 386, 1, '2017-07-03 10:47:21', '2017-07-03 10:47:21'),
+(508, 'What is the meaning of the word Charisma?', '@@ঈশ্বরদত্ত আধ্যাত্মিক শক্তি///ক্রুদ্ধ হওয়া///স্বর্গীয়///ক্ষান্ত হওয়া', 1, 387, 1, '2017-07-03 10:47:25', '2017-07-03 10:47:25'),
+(509, 'What is the synonym of the word Charisma?', '@@Duende///Fret///Supernal///Terminate', 2, 387, 1, '2017-07-03 10:47:25', '2017-07-03 10:47:25'),
+(510, 'What is the antonym of the word Charisma?', '@@Repulsiveness///Mollify///Plutonian///Persist', 3, 387, 1, '2017-07-03 10:47:25', '2017-07-03 10:47:25'),
+(511, 'What is the meaning of the word Categorical?', 'গুহা///ক্ষয়কারী বস্তু///গির্জা///@@প্রত্যক্ষ', 1, 380, 1, '2017-07-03 10:51:39', '2017-07-03 10:51:39'),
+(512, 'What is the synonym of the word Categorical?', 'Delve///Scalding///Chapel///@@Pureregular', 2, 380, 1, '2017-07-03 10:51:39', '2017-07-03 10:51:39'),
+(513, 'What is the antonym of the word Categorical?', 'Scalding///Merry///Chapel///@@Restricted', 3, 380, 1, '2017-07-03 10:51:39', '2017-07-03 10:51:39'),
+(514, 'What is the meaning of the word Cathedral?', 'গুহা///ক্ষয়কারী বস্তু///@@গির্জা///প্রত্যক্ষ', 1, 381, 1, '2017-07-03 10:51:43', '2017-07-03 10:51:43'),
+(515, 'What is the synonym of the word Cathedral?', 'Delve///Scalding///@@Chapel///Pureregular', 2, 381, 1, '2017-07-03 10:51:43', '2017-07-03 10:51:43'),
+(516, 'What is the antonym of the word Cathedral?', '', 3, 381, 1, '2017-07-03 10:51:43', '2017-07-03 10:51:43'),
+(517, 'What is the meaning of the word Caustic?', 'গুহা///@@ক্ষয়কারী বস্তু///গির্জা///প্রত্যক্ষ', 1, 382, 1, '2017-07-03 10:51:46', '2017-07-03 10:51:46'),
+(518, 'What is the synonym of the word Caustic?', 'Delve///@@Scalding///Chapel///Pureregular', 2, 382, 1, '2017-07-03 10:51:46', '2017-07-03 10:51:46'),
+(519, 'What is the antonym of the word Caustic?', 'Scalding///@@Merry///Chapel///Restricted', 3, 382, 1, '2017-07-03 10:51:46', '2017-07-03 10:51:46'),
+(520, 'What is the meaning of the word Cavern?', '@@গুহা///ক্ষয়কারী বস্তু///গির্জা///প্রত্যক্ষ', 1, 383, 1, '2017-07-03 10:51:51', '2017-07-03 10:51:51'),
+(521, 'What is the synonym of the word Cavern?', '@@Delve///Scalding///Chapel///Pureregular', 2, 383, 1, '2017-07-03 10:51:51', '2017-07-03 10:51:51'),
+(522, 'What is the antonym of the word Cavern?', '', 3, 383, 1, '2017-07-03 10:51:51', '2017-07-03 10:51:51'),
+(523, 'What is the meaning of the word Inferior?', 'অনুমান করা///@@অধীন///চির-অভ্রান্ত///জঘন্য', 1, 675, 1, '2017-07-03 10:53:46', '2017-07-03 10:53:46'),
+(524, 'What is the synonym of the word Inferior?', 'Unrespectable///@@Nether///Unerring///Reason', 2, 675, 1, '2017-07-03 10:53:46', '2017-07-03 10:53:46'),
+(525, 'What is the antonym of the word Inferior?', '@@Upper///Honorable///Fallible///Infer', 3, 675, 1, '2017-07-03 10:53:46', '2017-07-03 10:53:46'),
+(526, 'What is the meaning of the word Infamous?', 'অনুমান করা///অধীন///চির-অভ্রান্ত///@@জঘন্য', 1, 673, 1, '2017-07-03 10:53:48', '2017-07-03 10:53:48'),
+(527, 'What is the synonym of the word Infamous?', '@@Unrespectable/// Nether///Unerring///Reason', 2, 673, 1, '2017-07-03 10:53:48', '2017-07-03 10:53:48'),
+(528, 'What is the antonym of the word Infamous?', 'Upper///@@Honorable///Fallible///Infer', 3, 673, 1, '2017-07-03 10:53:48', '2017-07-03 10:53:48'),
+(529, 'What is the meaning of the word Infallible?', 'অনুমান করা///অধীন///@@চির-অভ্রান্ত///জঘন্য', 1, 672, 1, '2017-07-03 10:53:50', '2017-07-03 10:53:50'),
+(530, 'What is the synonym of the word Infallible?', 'Unrespectable/// Nether///@@Unerring///Reason', 2, 672, 1, '2017-07-03 10:53:50', '2017-07-03 10:53:50'),
+(531, 'What is the antonym of the word Infallible?', 'Upper///Honorable///@@Fallible///Infer', 3, 672, 1, '2017-07-03 10:53:50', '2017-07-03 10:53:50'),
+(532, 'What is the meaning of the word Infer?', '@@অনুমান করা///অধীন///চির-অভ্রান্ত///জঘন্য', 1, 674, 1, '2017-07-03 10:53:53', '2017-07-03 10:53:53'),
+(533, 'What is the synonym of the word Infer?', 'Unrespectable/// Nether///Unerring///@@Reason', 2, 674, 1, '2017-07-03 10:53:53', '2017-07-03 10:53:53'),
+(534, 'What is the antonym of the word Infer?', '', 3, 674, 1, '2017-07-03 10:53:53', '2017-07-03 10:53:53'),
+(535, 'What is the meaning of the word Casualty?', '@@ক্ষয়ক্ষতি///কড়া সমালোচনা করা///নীরব///সংশ্লেষিক', 1, 379, 1, '2017-07-03 10:56:25', '2017-07-03 10:56:25'),
+(536, 'What is the synonym of the word Casualty?', '@@Prey///Reprove///Wordless///Nonnatural', 2, 379, 1, '2017-07-03 10:56:25', '2017-07-03 10:56:25'),
+(537, 'What is the antonym of the word Casualty?', '@@harmer///Commend///Voiced///Real', 3, 379, 1, '2017-07-03 10:56:25', '2017-07-03 10:56:25'),
+(538, 'What is the meaning of the word Castigate?', 'ক্ষয়ক্ষতি///@@কড়া সমালোচনা করা///নীরব///সংশ্লেষিক', 1, 378, 1, '2017-07-03 10:56:28', '2017-07-03 10:56:28'),
+(539, 'What is the synonym of the word Castigate?', 'Prey///@@Reprove///Wordless///Nonnatural', 2, 378, 1, '2017-07-03 10:56:28', '2017-07-03 10:56:28'),
+(540, 'What is the antonym of the word Castigate?', 'harmer///@@Commend///Voiced///Real', 3, 378, 1, '2017-07-03 10:56:28', '2017-07-03 10:56:28'),
+(541, 'What is the meaning of the word Tacit?', 'ক্ষয়ক্ষতি///কড়া সমালোচনা করা///@@নীরব///সংশ্লেষিক', 1, 377, 1, '2017-07-03 10:56:30', '2017-07-03 10:56:30'),
+(542, 'What is the synonym of the word Tacit?', 'Prey///Reprove///@@Wordless///Nonnatural', 2, 377, 1, '2017-07-03 10:56:30', '2017-07-03 10:56:30'),
+(543, 'What is the antonym of the word Tacit?', 'harmer///Commend///@@Voiced///Real', 3, 377, 1, '2017-07-03 10:56:30', '2017-07-03 10:56:30'),
+(544, 'What is the meaning of the word Synthetic?', 'ক্ষয়ক্ষতি///কড়া সমালোচনা করা///নীরব///@@সংশ্লেষিক', 1, 376, 1, '2017-07-03 10:56:33', '2017-07-03 10:56:33'),
+(545, 'What is the synonym of the word Synthetic?', 'Prey///Reprove///Wordless///@@Nonnatural', 2, 376, 1, '2017-07-03 10:56:33', '2017-07-03 10:56:33'),
+(546, 'What is the antonym of the word Synthetic?', 'harmer///Commend///Voiced///@@Real', 3, 376, 1, '2017-07-03 10:56:33', '2017-07-03 10:56:33'),
+(547, 'What is the meaning of the word Sumptuous?', '@@অতীব ব্যয়বহুল///এড়ানর কৌশল///একাকী///অনুরোধ করা', 1, 375, 1, '2017-07-03 11:04:02', '2017-07-03 11:04:02'),
+(548, 'What is the synonym of the word Sumptuous?', '@@Palatial///Legerdemain///Unique///Survey', 2, 375, 1, '2017-07-03 11:04:02', '2017-07-03 11:04:02'),
+(549, 'What is the antonym of the word Sumptuous?', '@@Humble///Sincerity///Accompanied///report', 3, 375, 1, '2017-07-03 11:04:02', '2017-07-03 11:04:02'),
+(550, 'What is the meaning of the word Subterfuge?', 'অতীব ব্যয়বহুল///@@এড়ানর কৌশল///একাকী///অনুরোধ করা', 1, 374, 1, '2017-07-03 11:04:02', '2017-07-03 11:04:02'),
+(551, 'What is the synonym of the word Subterfuge?', 'Palatial///@@Legerdemain///Unique///Survey', 2, 374, 1, '2017-07-03 11:04:02', '2017-07-03 11:04:02'),
+(552, 'What is the antonym of the word Subterfuge?', 'Humble///@@Sincerity///Accompanied///report', 3, 374, 1, '2017-07-03 11:04:02', '2017-07-03 11:04:02'),
+(553, 'What is the meaning of the word Solitary?', 'অতীব ব্যয়বহুল///এড়ানর কৌশল///@@একাকী///অনুরোধ করা', 1, 373, 1, '2017-07-03 11:04:07', '2017-07-03 11:04:07'),
+(554, 'What is the synonym of the word Solitary?', 'Palatial///Legerdemain///@@Unique///Survey', 2, 373, 1, '2017-07-03 11:04:07', '2017-07-03 11:04:07'),
+(555, 'What is the antonym of the word Solitary?', 'Humble///Sincerity///@@Accompanied///report', 3, 373, 1, '2017-07-03 11:04:07', '2017-07-03 11:04:07'),
+(556, 'What is the meaning of the word Solicit?', 'অতীব ব্যয়বহুল///এড়ানর কৌশল///একাকী///@@অনুরোধ করা', 1, 372, 1, '2017-07-03 11:04:11', '2017-07-03 11:04:11'),
+(557, 'What is the synonym of the word Solicit?', 'Palatial///Legerdemain///Unique///@@Survey', 2, 372, 1, '2017-07-03 11:04:11', '2017-07-03 11:04:11'),
+(558, 'What is the antonym of the word Solicit?', 'Humble///Sincerity///Accompanied///@@report', 3, 372, 1, '2017-07-03 11:04:11', '2017-07-03 11:04:11'),
+(559, 'What is the meaning of the word Inertia?', 'অনুপযুক্ত///@@পদার্থের জাড্য ধর্ম///অপ্রাসঙ্গিক///উদাস', 1, 671, 1, '2017-07-03 11:13:33', '2017-07-03 11:13:33'),
+(560, 'What is the synonym of the word Inertia?', 'Unskillful///@@Idleness///Casual///Illegal', 2, 671, 1, '2017-07-03 11:13:33', '2017-07-03 11:13:33'),
+(561, 'What is the antonym of the word Inertia?', '@@Industry/// Skilled///Interested///Legal', 3, 671, 1, '2017-07-03 11:13:33', '2017-07-03 11:13:33'),
+(562, 'What is the meaning of the word Inept?', 'অনুপযুক্ত///পদার্থের জাড্য ধর্ম///@@অপ্রাসঙ্গিক///উদাস', 1, 670, 1, '2017-07-03 11:13:35', '2017-07-03 11:13:35'),
+(563, 'What is the synonym of the word Inept?', '@@Unskillful///Idleness///Casual///Illegal', 2, 670, 1, '2017-07-03 11:13:35', '2017-07-03 11:13:35'),
+(564, 'What is the antonym of the word Inept?', 'Industry///@@Skilled///Interested///Legal', 3, 670, 1, '2017-07-03 11:13:35', '2017-07-03 11:13:35'),
+(565, 'What is the meaning of the word Indifferent?', 'অনুপযুক্ত///পদার্থের জাড্য ধর্ম///অপ্রাসঙ্গিক///@@উদাস', 1, 668, 1, '2017-07-03 11:13:36', '2017-07-03 11:13:36'),
+(566, 'What is the synonym of the word Indifferent?', 'Unskillful///Idleness///@@Casual///Illegal', 2, 668, 1, '2017-07-03 11:13:36', '2017-07-03 11:13:36'),
+(567, 'What is the antonym of the word Indifferent?', 'Industry/// Skilled///@@Interested///Legal', 3, 668, 1, '2017-07-03 11:13:36', '2017-07-03 11:13:36'),
+(568, 'What is the meaning of the word Ineligible?', '@@অনুপযুক্ত///পদার্থের জাড্য ধর্ম///অপ্রাসঙ্গিক///উদাস', 1, 669, 1, '2017-07-03 11:13:39', '2017-07-03 11:13:39'),
+(569, 'What is the synonym of the word Ineligible?', 'Unskillful///Idleness///Casual///@@Illegal', 2, 669, 1, '2017-07-03 11:13:39', '2017-07-03 11:13:39'),
+(570, 'What is the antonym of the word Ineligible?', 'Industry/// Skilled///Interested///@@Legal&nbsp;', 3, 669, 1, '2017-07-03 11:13:39', '2017-07-03 11:13:39'),
+(571, 'What is the meaning of the word Incredulity?', 'অধ্যবসায়ী///পতিত হওয়া///@@সন্দিগ্ধতা///ক্ষতিপূরণ', 1, 664, 1, '2017-07-03 11:28:31', '2017-07-03 11:28:31'),
+(572, 'What is the synonym of the word Incredulity?', 'Provoke/// Inexhaustible/// Quittance///@@Unbelief&nbsp;', 2, 664, 1, '2017-07-03 11:28:31', '2017-07-03 11:28:31'),
+(573, 'What is the antonym of the word Incredulity?', 'Provoke/// Inexhaustible/// Quittance///@@Credit&nbsp;', 3, 664, 1, '2017-07-03 11:28:31', '2017-07-03 11:28:31'),
+(574, 'What is the meaning of the word Indemnity?', 'অধ্যবসায়ী///পতিত হওয়া///সন্দিগ্ধতা///@@ক্ষতিপূরণ', 1, 667, 1, '2017-07-03 11:28:35', '2017-07-03 11:28:35'),
+(575, 'What is the synonym of the word Indemnity?', 'Provoke/// Inexhaustible///@@Quittance/// Unbelief', 2, 667, 1, '2017-07-03 11:28:35', '2017-07-03 11:28:35'),
+(576, 'What is the antonym of the word Indemnity?', '', 3, 667, 1, '2017-07-03 11:28:35', '2017-07-03 11:28:35'),
+(577, 'What is the meaning of the word Incur?', 'অধ্যবসায়ী///@@পতিত হওয়া///সন্দিগ্ধতা///ক্ষতিপূরণ', 1, 665, 1, '2017-07-03 11:28:37', '2017-07-03 11:28:37'),
+(578, 'What is the synonym of the word Incur?', '@@Provoke/// Inexhaustible/// Quittance/// Unbelief', 2, 665, 1, '2017-07-03 11:28:37', '2017-07-03 11:28:37'),
+(579, 'What is the antonym of the word Incur?', '', 3, 665, 1, '2017-07-03 11:28:37', '2017-07-03 11:28:37'),
+(580, 'What is the meaning of the word Indefatigable?', '@@অধ্যবসায়ী///পতিত হওয়া///সন্দিগ্ধতা///ক্ষতিপূরণ', 1, 666, 1, '2017-07-03 11:28:40', '2017-07-03 11:28:40'),
+(581, 'What is the synonym of the word Indefatigable?', 'Provoke///@@Inexhaustible/// Quittance/// Unbelief', 2, 666, 1, '2017-07-03 11:28:40', '2017-07-03 11:28:40'),
+(582, 'What is the antonym of the word Indefatigable?', '', 3, 666, 1, '2017-07-03 11:28:40', '2017-07-03 11:28:40'),
+(583, 'What is the meaning of the word Shun?', '@@পরিহার করা///অনুবর্তী///সন্তোষ///উপযুক্ত কর্ত্বপক্ষের অনুমোদন', 1, 371, 1, '2017-07-03 11:33:05', '2017-07-03 11:33:05'),
+(584, 'What is the synonym of the word Shun?', '@@Escape///Product///Gladness///Sufferance', 2, 371, 1, '2017-07-03 11:33:05', '2017-07-03 11:33:05'),
+(585, 'What is the antonym of the word Shun?', '', 3, 371, 1, '2017-07-03 11:33:05', '2017-07-03 11:33:05'),
+(586, 'What is the meaning of the word Sequence?', 'পরিহার করা///@@অনুবর্তী///সন্তোষ///উপযুক্ত কর্ত্বপক্ষের অনুমোদন', 1, 370, 1, '2017-07-03 11:33:08', '2017-07-03 11:33:08'),
+(587, 'What is the synonym of the word Sequence?', 'Escape///@@Product///Gladness///Sufferance', 2, 370, 1, '2017-07-03 11:33:08', '2017-07-03 11:33:08'),
+(588, 'What is the antonym of the word Sequence?', '', 3, 370, 1, '2017-07-03 11:33:08', '2017-07-03 11:33:08'),
+(589, 'What is the meaning of the word Satisfaction?', 'পরিহার করা///অনুবর্তী///@@সন্তোষ///উপযুক্ত কর্ত্বপক্ষের অনুমোদন', 1, 369, 1, '2017-07-03 11:33:37', '2017-07-03 11:33:37'),
+(590, 'What is the synonym of the word Satisfaction?', 'Escape///Product///@@Gladness///Sufferance', 2, 369, 1, '2017-07-03 11:33:37', '2017-07-03 11:33:37'),
+(591, 'What is the antonym of the word Satisfaction?', '', 3, 369, 1, '2017-07-03 11:33:37', '2017-07-03 11:33:37'),
+(592, 'What is the meaning of the word Sanction?', 'পরিহার করা///অনুবর্তী///সন্তোষ///@@উপযুক্ত কর্ত্বপক্ষের অনুমোদন', 1, 368, 1, '2017-07-03 11:33:40', '2017-07-03 11:33:40'),
+(593, 'What is the synonym of the word Sanction?', 'Escape///Product///Gladness///@@Sufferance', 2, 368, 1, '2017-07-03 11:33:40', '2017-07-03 11:33:40'),
+(594, 'What is the antonym of the word Sanction?', '', 3, 368, 1, '2017-07-03 11:33:40', '2017-07-03 11:33:40'),
+(595, 'What is the meaning of the word Remiss?', '@@অমনোযোগী///ক্লান্তিকর///হঠকারিতা///চিত্রের প্রতিলিপি', 1, 362, 1, '2017-07-03 11:39:08', '2017-07-03 11:39:08'),
+(596, 'What is the synonym of the word Remiss?', '@@Slack///Boring///Sauce///Picture', 2, 362, 1, '2017-07-03 11:39:08', '2017-07-03 11:39:08'),
+(597, 'What is the antonym of the word Remiss?', '@@Careful///Interesting///diffidence///Prototype', 3, 362, 1, '2017-07-03 11:39:08', '2017-07-03 11:39:08'),
+(598, 'What is the meaning of the word Tedious?', 'অমনোযোগী///@@ক্লান্তিকর///হঠকারিতা///চিত্রের প্রতিলিপি', 1, 361, 1, '2017-07-03 11:39:11', '2017-07-03 11:39:11'),
+(599, 'What is the synonym of the word Tedious?', 'Slack///@@Boring///Sauce///Picture', 2, 361, 1, '2017-07-03 11:39:11', '2017-07-03 11:39:11'),
+(600, 'What is the antonym of the word Tedious?', 'Careful///@@Interesting///diffidence///Prototype', 3, 361, 1, '2017-07-03 11:39:11', '2017-07-03 11:39:11'),
+(601, 'What is the meaning of the word Temerity?', 'অমনোযোগী///ক্লান্তিকর///@@হঠকারিতা///চিত্রের প্রতিলিপি', 1, 360, 1, '2017-07-03 11:39:13', '2017-07-03 11:39:13'),
+(602, 'What is the synonym of the word Temerity?', 'Slack///Boring///@@Sauce///Picture', 2, 360, 1, '2017-07-03 11:39:13', '2017-07-03 11:39:13'),
+(603, 'What is the antonym of the word Temerity?', 'Careful///Interesting///@@diffidence///Prototype', 3, 360, 1, '2017-07-03 11:39:13', '2017-07-03 11:39:13'),
+(604, 'What is the meaning of the word Replicate?', 'অমনোযোগী///ক্লান্তিকর///হঠকারিতা///@@চিত্রের প্রতিলিপি', 1, 363, 1, '2017-07-03 11:39:18', '2017-07-03 11:39:18'),
+(605, 'What is the synonym of the word Replicate?', 'Slack///Boring///Sauce///@@Picture', 2, 363, 1, '2017-07-03 11:39:18', '2017-07-03 11:39:18'),
+(606, 'What is the antonym of the word Replicate?', 'Careful///Interesting///diffidence///@@Prototype', 3, 363, 1, '2017-07-03 11:39:18', '2017-07-03 11:39:18'),
+(607, 'What is the meaning of the word Inconceivable?', 'অসঙ্গত///@@অভাবনীয় ///যোগ্যতাহীন///অবিশ্বাস্য', 1, 662, 1, '2017-07-03 11:43:32', '2017-07-03 11:43:32'),
+(608, 'What is the synonym of the word Inconceivable?', '@@Unbelievable///Disagreeing///Implausible///Unskillful', 2, 662, 1, '2017-07-03 11:43:32', '2017-07-03 11:43:32'),
+(609, 'What is the antonym of the word Inconceivable?', 'Harmonious///Convincing/// Qualified///@@Believable', 3, 662, 1, '2017-07-03 11:43:32', '2017-07-03 11:43:32'),
+(610, 'What is the meaning of the word Incompetent?', 'অসঙ্গত/// অভাবনীয় ///@@যোগ্যতাহীন///অবিশ্বাস্য', 1, 661, 1, '2017-07-03 11:43:34', '2017-07-03 11:43:34'),
+(611, 'What is the synonym of the word Incompetent?', 'Unbelievable///Disagreeing///Implausible///@@Unskillful&nbsp;', 2, 661, 1, '2017-07-03 11:43:34', '2017-07-03 11:43:34'),
+(612, 'What is the antonym of the word Incompetent?', 'Harmonious///Convincing///@@Qualified///Believable', 3, 661, 1, '2017-07-03 11:43:34', '2017-07-03 11:43:34'),
+(613, 'What is the meaning of the word Incongruity?', 'অসঙ্গত/// অভাবনীয় ///যোগ্যতাহীন///@@অবিশ্বাস্য', 1, 663, 1, '2017-07-03 11:43:38', '2017-07-03 11:43:38'),
+(614, 'What is the synonym of the word Incongruity?', 'Unbelievable///Disagreeing///@@Implausible///Unskillful', 2, 663, 1, '2017-07-03 11:43:38', '2017-07-03 11:43:38'),
+(615, 'What is the antonym of the word Incongruity?', 'Harmonious///@@Convincing/// Qualified///Believable', 3, 663, 1, '2017-07-03 11:43:38', '2017-07-03 11:43:38'),
+(616, 'What is the meaning of the word Incompatible?', '@@অসঙ্গত/// অভাবনীয় ///যোগ্যতাহীন///অবিশ্বাস্য', 1, 660, 1, '2017-07-03 11:43:40', '2017-07-03 11:43:40'),
+(617, 'What is the synonym of the word Incompatible?', 'Unbelievable///@@Disagreeing///Implausible///Unskillful', 2, 660, 1, '2017-07-03 11:43:40', '2017-07-03 11:43:40'),
+(618, 'What is the antonym of the word Incompatible?', '@@Harmonious///Convincing/// Qualified///Believable', 3, 660, 1, '2017-07-03 11:43:40', '2017-07-03 11:43:40'),
+(619, 'What is the meaning of the word Feeble?', '@@দুর্বল///সবল///বিদ্রোহী///অবাধ্য', 1, 560, 1, '2017-07-03 11:48:31', '2017-07-03 11:48:31'),
+(620, 'What is the synonym of the word Feeble?', 'Mighty///Powerful///Rugged///@@Effete', 2, 560, 1, '2017-07-03 11:48:31', '2017-07-03 11:48:31'),
+(621, 'What is the antonym of the word Feeble?', 'Asthenic///Powerful///Debilitated///Effete', 3, 560, 1, '2017-07-03 11:48:31', '2017-07-03 11:48:31'),
+(622, 'What is the meaning of the word Fatuous?', 'পরমানন্দ ///ইচ্ছাপূর্বক///@@উদ্দেশ্যহীন///প্রবল আনন্দ', 1, 559, 1, '2017-07-03 11:51:55', '2017-07-03 11:51:55'),
+(623, 'What is the synonym of the word Fatuous?', 'Apt///@@Airheaded///Brainy///Intelligent', 2, 559, 1, '2017-07-03 11:51:55', '2017-07-03 11:51:55'),
+(624, 'What is the antonym of the word Fatuous?', '@@Brainy///Airheaded///Birdbrained//Dumb', 3, 559, 1, '2017-07-03 11:51:55', '2017-07-03 11:51:55'),
+(625, 'What is the meaning of the word Inclined?', 'অসংলগ্ন///@@ঢালু করা///অবিরত///উত্তেজিত করা', 1, 658, 1, '2017-07-03 11:52:06', '2017-07-03 11:52:06'),
+(626, 'What is the synonym of the word Inclined?', '@@Heel///Disconnected/// Ferment///Continual', 2, 658, 1, '2017-07-03 11:52:06', '2017-07-03 11:52:06'),
+(627, 'What is the antonym of the word Inclined?', 'Sporadic///Inhibit/// Connected///@@Disinclined', 3, 658, 1, '2017-07-03 11:52:06', '2017-07-03 11:52:06'),
+(628, 'What is the meaning of the word Incoherent?', '@@অসংলগ্ন///ঢালু করা///অবিরত///উত্তেজিত করা', 1, 659, 1, '2017-07-03 11:52:12', '2017-07-03 11:52:12'),
+(629, 'What is the synonym of the word Incoherent?', 'Heel///@@Disconnected/// Ferment///Continual', 2, 659, 1, '2017-07-03 11:52:12', '2017-07-03 11:52:12'),
+(630, 'What is the antonym of the word Incoherent?', 'Sporadic///Inhibit///@@Connected///Disinclined', 3, 659, 1, '2017-07-03 11:52:12', '2017-07-03 11:52:12'),
+(631, 'What is the meaning of the word Incite?', 'অসংলগ্ন///ঢালু করা///অবিরত///@@উত্তেজিত করা', 1, 657, 1, '2017-07-03 11:52:15', '2017-07-03 11:52:15'),
+(632, 'What is the synonym of the word Incite?', 'Heel///@@Disconnected/// Ferment///Continual', 2, 657, 1, '2017-07-03 11:52:15', '2017-07-03 11:52:15'),
+(633, 'What is the antonym of the word Incite?', 'Sporadic///@@Inhibit/// Connected///Disinclined', 3, 657, 1, '2017-07-03 11:52:15', '2017-07-03 11:52:15'),
+(634, 'What is the meaning of the word Incessant?', 'অসংলগ্ন///ঢালু করা///@@অবিরত///উত্তেজিত করা', 1, 656, 1, '2017-07-03 11:52:16', '2017-07-03 11:52:16'),
+(635, 'What is the synonym of the word Incessant?', 'Heel///Disconnected/// Ferment///@@Continual', 2, 656, 1, '2017-07-03 11:52:16', '2017-07-03 11:52:16'),
+(636, 'What is the antonym of the word Incessant?', '@@Sporadic///Inhibit/// Connected///Disinclined', 3, 656, 1, '2017-07-03 11:52:16', '2017-07-03 11:52:16'),
+(637, 'What is the meaning of the word Fascinate?', '@@মুগ্ধ করা///জাহির করা///মিথ্যা বর্ণনা করা///ভান করা&nbsp;', 1, 558, 1, '2017-07-03 11:57:50', '2017-07-03 11:57:50'),
+(638, 'What is the synonym of the word Fascinate?', 'Bore///Tire///Weary///@@Allure', 2, 558, 1, '2017-07-03 11:57:50', '2017-07-03 11:57:50'),
+(639, 'What is the antonym of the word Fascinate?', '@@Bore///Allure///Beguile///Captivate', 3, 558, 1, '2017-07-03 11:57:50', '2017-07-03 11:57:50'),
+(640, 'What is the meaning of the word Farce?', '@@প্রহসন///লোভাতুর///বিধ্বস্ত করা///ছারখার করা', 1, 557, 1, '2017-07-03 12:02:10', '2017-07-03 12:02:10'),
+(641, 'What is the synonym of the word Farce?', 'Homage///Tribute///@@Caricature///Joker', 2, 557, 1, '2017-07-03 12:02:10', '2017-07-03 12:02:10'),
+(642, 'What is the antonym of the word Farce?', 'Tribute///Caricature///Joke///Travesty', 3, 557, 1, '2017-07-03 12:02:10', '2017-07-03 12:02:10'),
+(643, 'What is the meaning of the word Termination?', 'অত্যধিক///খোঁচা///সময়গত///@@পরিসমাপ্তি', 1, 358, 1, '2017-07-03 12:04:53', '2017-07-03 12:04:53'),
+(644, 'What is the synonym of the word Termination?', 'Shocking///Push///Wordly///@@Line', 2, 358, 1, '2017-07-03 12:04:53', '2017-07-03 12:04:53'),
+(645, 'What is the antonym of the word Termination?', 'Soft///Fall///Wordly///@@Launch', 3, 358, 1, '2017-07-03 12:04:53', '2017-07-03 12:04:53'),
+(646, 'What is the meaning of the word Temporal?', 'অত্যধিক///খোঁচা///@@সময়গত///পরিসমাপ্তি', 1, 359, 1, '2017-07-03 12:04:57', '2017-07-03 12:04:57'),
+(647, 'What is the synonym of the word Temporal?', 'Shocking///Push///@@Wordly///Line', 2, 359, 1, '2017-07-03 12:04:57', '2017-07-03 12:04:57'),
+(648, 'What is the antonym of the word Temporal?', 'Soft///Fall///@@Wordly///Launch', 3, 359, 1, '2017-07-03 12:04:57', '2017-07-03 12:04:57'),
+(649, 'What is the meaning of the word Thrust?', 'অত্যধিক///@@খোঁচা///সময়গত///পরিসমাপ্তি', 1, 356, 1, '2017-07-03 12:05:00', '2017-07-03 12:05:00'),
+(650, 'What is the synonym of the word Thrust?', 'Shocking///@@Push///Wordly///Line', 2, 356, 1, '2017-07-03 12:05:00', '2017-07-03 12:05:00'),
+(651, 'What is the antonym of the word Thrust?', 'Soft///@@Fall///Wordly///Launch', 3, 356, 1, '2017-07-03 12:05:00', '2017-07-03 12:05:00'),
+(652, 'What is the meaning of the word Terrible?', '@@অত্যধিক///খোঁচা///সময়গত///পরিসমাপ্তি', 1, 357, 1, '2017-07-03 12:05:04', '2017-07-03 12:05:04'),
+(653, 'What is the synonym of the word Terrible?', '@@Shocking///Push///Wordly///Line', 2, 357, 1, '2017-07-03 12:05:04', '2017-07-03 12:05:04'),
+(654, 'What is the antonym of the word Terrible?', '@@Soft///Fall///Wordly///Launch', 3, 357, 1, '2017-07-03 12:05:04', '2017-07-03 12:05:04'),
+(655, 'What is the meaning of the word Facile?', '@@সহজসাধ্য///নির্দ্ধিধায়///ইচ্ছাপূর্বক///পারস্পরিক', 1, 556, 1, '2017-07-03 12:07:41', '2017-07-03 12:07:41'),
+(656, 'What is the synonym of the word Facile?', 'Deep///Profound///@@Superficial///Ransom', 2, 556, 1, '2017-07-03 12:07:41', '2017-07-03 12:07:41'),
+(657, 'What is the antonym of the word Facile?', 'Profound///Superficial///One-dimensional///Shallow', 3, 556, 1, '2017-07-03 12:07:41', '2017-07-03 12:07:41'),
+(658, 'What is the meaning of the word Facetious?', '@@মজার///প্রহসন///হাসির নাটক///পূরক', 1, 555, 1, '2017-07-03 12:10:17', '2017-07-03 12:10:17'),
+(659, 'What is the synonym of the word Facetious?', 'Earnest///Sincere///@@Clever///Rebel', 2, 555, 1, '2017-07-03 12:10:17', '2017-07-03 12:10:17'),
+(660, 'What is the antonym of the word Facetious?', 'Clever, Witty, Humorous', 3, 555, 1, '2017-07-03 12:10:17', '2017-07-03 12:10:17'),
+(661, 'What is the meaning of the word Transitory?', '@@অল্পকালস্থায়ী///প্রকাশিত হত্তয়া///অধর্মী///সর্বব্যাপী', 1, 355, 1, '2017-07-03 12:10:28', '2017-07-03 12:10:28'),
+(662, 'What is the synonym of the word Transitory?', '@@Temporary///Pass///Unfaithful///Universal', 2, 355, 1, '2017-07-03 12:10:28', '2017-07-03 12:10:28'),
+(663, 'What is the antonym of the word Transitory?', '@@Timeless///Pass///True///Scarce', 3, 355, 1, '2017-07-03 12:10:28', '2017-07-03 12:10:28'),
+(664, 'What is the meaning of the word Transpire?', 'অল্পকালস্থায়ী///@@প্রকাশিত হত্তয়া///অধর্মী///সর্বব্যাপী', 1, 354, 1, '2017-07-03 12:10:31', '2017-07-03 12:10:31'),
+(665, 'What is the synonym of the word Transpire?', 'Temporary///@@Pass///Unfaithful///Universal', 2, 354, 1, '2017-07-03 12:10:31', '2017-07-03 12:10:31'),
+(666, 'What is the antonym of the word Transpire?', '', 3, 354, 1, '2017-07-03 12:10:31', '2017-07-03 12:10:31'),
+(667, 'What is the meaning of the word Treacherous?', 'অল্পকালস্থায়ী///প্রকাশিত হত্তয়া///@@অধর্মী///সর্বব্যাপী', 1, 353, 1, '2017-07-03 12:10:34', '2017-07-03 12:10:34'),
+(668, 'What is the synonym of the word Treacherous?', 'Temporary///Pass///@@Unfaithful///Universal', 2, 353, 1, '2017-07-03 12:10:34', '2017-07-03 12:10:34'),
+(669, 'What is the antonym of the word Treacherous?', 'Timeless///Pass///@@True///Scarce', 3, 353, 1, '2017-07-03 12:10:34', '2017-07-03 12:10:34'),
+(670, 'What is the meaning of the word Ubiquitous?', 'অল্পকালস্থায়ী///প্রকাশিত হত্তয়া///অধর্মী///@@সর্বব্যাপী', 1, 352, 1, '2017-07-03 12:10:38', '2017-07-03 12:10:38'),
+(671, 'What is the synonym of the word Ubiquitous?', 'Temporary///Pass///Unfaithful///@@Universal', 2, 352, 1, '2017-07-03 12:10:38', '2017-07-03 12:10:38'),
+(672, 'What is the antonym of the word Ubiquitous?', 'Timeless///Pass///True///@@Scarce', 3, 352, 1, '2017-07-03 12:10:38', '2017-07-03 12:10:38'),
+(673, 'What is the meaning of the word Facet?', '@@মণি///ভারী///প্রকাণ্ড///দুর্বহ', 1, 554, 1, '2017-07-03 12:12:57', '2017-07-03 12:12:57'),
+(674, 'What is the synonym of the word Facet?', 'Preclude///Overbearing///Pacify///@@Angle', 2, 554, 1, '2017-07-03 12:12:57', '2017-07-03 12:12:57');
+INSERT INTO `vocabulary_questions` (`vocabulary_question_id`, `question`, `options`, `level`, `word_id`, `display`, `created_at`, `updated_at`) VALUES
+(675, 'What is the antonym of the word Facet?', '', 3, 554, 1, '2017-07-03 12:12:57', '2017-07-03 12:12:57'),
+(676, 'What is the meaning of the word Unruly?', 'পরিবর্তনশীল///নির্মিত///@@দুর্দম///নৈষ্কর্ম্য', 1, 349, 1, '2017-07-03 12:13:34', '2017-07-03 12:13:34'),
+(677, 'What is the synonym of the word Unruly?', 'Variable///Union///@@Wayward///Joblessness', 2, 349, 1, '2017-07-03 12:13:34', '2017-07-03 12:13:34'),
+(678, 'What is the antonym of the word Unruly?', 'Unchanging///Capricious///@@Obedient///Employ', 3, 349, 1, '2017-07-03 12:13:34', '2017-07-03 12:13:34'),
+(679, 'What is the meaning of the word Unemployment?', 'পরিবর্তনশীল///নির্মিত///দুর্দম///@@নৈষ্কর্ম্য', 1, 348, 1, '2017-07-03 12:13:37', '2017-07-03 12:13:37'),
+(680, 'What is the synonym of the word Unemployment?', 'Variable///Union///Wayward///@@Joblessness', 2, 348, 1, '2017-07-03 12:13:37', '2017-07-03 12:13:37'),
+(681, 'What is the antonym of the word Unemployment?', 'Unchanging///Capricious///Obedient///@@Employ', 3, 348, 1, '2017-07-03 12:13:37', '2017-07-03 12:13:37'),
+(682, 'What is the meaning of the word Unorganized?', 'পরিবর্তনশীল///@@নির্মিত///দুর্দম///নৈষ্কর্ম্য', 1, 350, 1, '2017-07-03 12:13:40', '2017-07-03 12:13:40'),
+(683, 'What is the synonym of the word Unorganized?', 'Variable///@@Union///Wayward///Joblessness', 2, 350, 1, '2017-07-03 12:13:40', '2017-07-03 12:13:40'),
+(684, 'What is the antonym of the word Unorganized?', '', 3, 350, 1, '2017-07-03 12:13:40', '2017-07-03 12:13:40'),
+(685, 'What is the meaning of the word Uncertain?', '@@পরিবর্তনশীল///নির্মিত///দুর্দম///নৈষ্কর্ম্য', 1, 351, 1, '2017-07-03 12:13:43', '2017-07-03 12:13:43'),
+(686, 'What is the synonym of the word Uncertain?', '@@Variable///Union///Wayward///Joblessness', 2, 351, 1, '2017-07-03 12:13:43', '2017-07-03 12:13:43'),
+(687, 'What is the antonym of the word Uncertain?', '@@Unchanging///Capricious///Obedient///Employ', 3, 351, 1, '2017-07-03 12:13:43', '2017-07-03 12:13:43'),
+(688, 'What is the meaning of the word Fabricate?', '@@তৈরি করা///বাতিল///নাকচ///নিশ্চল', 1, 553, 1, '2017-07-03 12:15:04', '2017-07-03 12:15:04'),
+(689, 'What is the synonym of the word Fabricate?', 'Demount///Knock down///Tear down///@@Manufacture', 2, 553, 1, '2017-07-03 12:15:04', '2017-07-03 12:15:04'),
+(690, 'What is the antonym of the word Fabricate?', 'Make///Fashion///Manufacture///@@Demount', 3, 553, 1, '2017-07-03 12:15:05', '2017-07-03 12:15:05'),
+(691, 'What is the meaning of the word Velocity?', '@@দ্রুতি///শাস্তিমূলক///অসভ্য///পরিবর্তনীয়', 1, 346, 1, '2017-07-03 12:16:38', '2017-07-03 12:16:38'),
+(692, 'What is the synonym of the word Velocity?', '@@Speed///Vengeful///Unbroken///Flexible', 2, 346, 1, '2017-07-03 12:16:38', '2017-07-03 12:16:38'),
+(693, 'What is the antonym of the word Velocity?', '@@Sluggishness///merciful///Gentled///Unadaptable', 3, 346, 1, '2017-07-03 12:16:38', '2017-07-03 12:16:38'),
+(694, 'What is the meaning of the word Vindictive?', 'দ্রুতি///@@শাস্তিমূলক///অসভ্য///পরিবর্তনীয়', 1, 345, 1, '2017-07-03 12:16:41', '2017-07-03 12:16:41'),
+(695, 'What is the synonym of the word Vindictive?', 'Speed///@@Vengeful///Unbroken///Flexible', 2, 345, 1, '2017-07-03 12:16:41', '2017-07-03 12:16:41'),
+(696, 'What is the antonym of the word Vindictive?', 'Sluggishness///@@merciful///Gentled///Unadaptable', 3, 345, 1, '2017-07-03 12:16:41', '2017-07-03 12:16:41'),
+(697, 'What is the meaning of the word Wild?', 'দ্রুতি///শাস্তিমূলক///@@অসভ্য///পরিবর্তনীয়', 1, 344, 1, '2017-07-03 12:16:44', '2017-07-03 12:16:44'),
+(698, 'What is the synonym of the word Wild?', 'Speed///Vengeful///@@Unbroken///Flexible', 2, 344, 1, '2017-07-03 12:16:44', '2017-07-03 12:16:44'),
+(699, 'What is the antonym of the word Wild?', 'Sluggishness///merciful///@@Gentled///Unadaptable', 3, 344, 1, '2017-07-03 12:16:44', '2017-07-03 12:16:44'),
+(700, 'What is the meaning of the word Variable?', 'দ্রুতি///শাস্তিমূলক///অসভ্য///@@পরিবর্তনীয়', 1, 347, 1, '2017-07-03 12:16:46', '2017-07-03 12:16:46'),
+(701, 'What is the synonym of the word Variable?', 'Speed///Vengeful///Unbroken///@@Flexible', 2, 347, 1, '2017-07-03 12:16:46', '2017-07-03 12:16:46'),
+(702, 'What is the antonym of the word Variable?', 'Sluggishness///merciful///Gentled///@@Unadaptable', 3, 347, 1, '2017-07-03 12:16:46', '2017-07-03 12:16:46'),
+(703, 'What is the meaning of the word Extol?', '@@উচ্চপ্রশংসা করা///অবশ্যপালনীয়///দ্রুতগামী///ক্ষিপ্রগতি', 1, 552, 1, '2017-07-03 12:17:27', '2017-07-03 12:17:27'),
+(704, 'What is the synonym of the word Extol?', 'blame///censure///reprehend///@@Bless', 2, 552, 1, '2017-07-03 12:17:27', '2017-07-03 12:17:27'),
+(705, 'What is the antonym of the word Extol?', '@@blame///Bless///Celebrate///Exalt', 3, 552, 1, '2017-07-03 12:17:27', '2017-07-03 12:17:27'),
+(706, 'What is the meaning of the word Canny?', 'বিদ্যা///উৎপাদন///অপরিহার্য///@@বিচক্ষণ', 1, 340, 1, '2017-07-03 12:19:47', '2017-07-03 12:19:47'),
+(707, 'What is the synonym of the word Canny?', 'sagacity///Submit///Fundamental///@@Savvy', 2, 340, 1, '2017-07-03 12:19:47', '2017-07-03 12:19:47'),
+(708, 'What is the antonym of the word Canny?', 'Indiscretion///Resist///Unimportant///@@Unknowing', 3, 340, 1, '2017-07-03 12:19:48', '2017-07-03 12:19:48'),
+(709, 'What is the meaning of the word Cardinal?', 'বিদ্যা///উৎপাদন///@@অপরিহার্য///বিচক্ষণ', 1, 341, 1, '2017-07-03 12:19:50', '2017-07-03 12:19:50'),
+(710, 'What is the synonym of the word Cardinal?', 'sagacity///Submit///@@Fundamental///Savvy', 2, 341, 1, '2017-07-03 12:19:50', '2017-07-03 12:19:50'),
+(711, 'What is the antonym of the word Cardinal?', 'Indiscretion///Resist///@@Unimportant///Unknowing', 3, 341, 1, '2017-07-03 12:19:50', '2017-07-03 12:19:50'),
+(712, 'What is the meaning of the word Yield?', 'বিদ্যা///@@উৎপাদন///অপরিহার্য///বিচক্ষণ', 1, 342, 1, '2017-07-03 12:19:51', '2017-07-03 12:19:51'),
+(713, 'What is the synonym of the word Yield?', 'sagacity///@@Submit///Fundamental///Savvy', 2, 342, 1, '2017-07-03 12:19:51', '2017-07-03 12:19:51'),
+(714, 'What is the antonym of the word Yield?', 'Indiscretion///@@Resist///Unimportant///Unknowing', 3, 342, 1, '2017-07-03 12:19:52', '2017-07-03 12:19:52'),
+(715, 'What is the meaning of the word Wisdom?', '@@বিদ্যা///উৎপাদন///অপরিহার্য///বিচক্ষণ', 1, 343, 1, '2017-07-03 12:19:54', '2017-07-03 12:19:54'),
+(716, 'What is the synonym of the word Wisdom?', '@@sagacity///Submit///Fundamental///Savvy', 2, 343, 1, '2017-07-03 12:19:54', '2017-07-03 12:19:54'),
+(717, 'What is the antonym of the word Wisdom?', '@@Indiscretion///Resist///Unimportant///Unknowing', 3, 343, 1, '2017-07-03 12:19:54', '2017-07-03 12:19:54'),
+(718, 'What is the meaning of the word Extinct?', 'সংশয়///@@নির্বাপিত/// উপহাস///', 1, 551, 1, '2017-07-03 12:20:43', '2017-07-03 12:20:43'),
+(719, 'What is the synonym of the word Extinct?', 'Alive///Existing///Living///@@Bygone', 2, 551, 1, '2017-07-03 12:20:43', '2017-07-03 12:20:43'),
+(720, 'What is the antonym of the word Extinct?', '@@Alive///Bygone///Defunct///Expired', 3, 551, 1, '2017-07-03 12:20:43', '2017-07-03 12:20:43'),
+(721, 'What is the meaning of the word Burglar?', '@@সিঁধেল চোর///অতি সামান্য সরানো///নির্মম///চোট', 1, 339, 1, '2017-07-03 12:21:53', '2017-07-03 12:21:53'),
+(722, 'What is the synonym of the word Burglar?', '@@Intruder///Dislodge///Hardhanded///Damage', 2, 339, 1, '2017-07-03 12:21:53', '2017-07-03 12:21:53'),
+(723, 'What is the antonym of the word Burglar?', '', 3, 339, 1, '2017-07-03 12:21:53', '2017-07-03 12:21:53'),
+(724, 'What is the meaning of the word Bruise?', 'সিঁধেল চোর///অতি সামান্য সরানো///নির্মম///@@চোট', 1, 336, 1, '2017-07-03 12:23:15', '2017-07-03 12:23:15'),
+(725, 'What is the synonym of the word Bruise?', 'Intruder///Dislodge///Hardhanded///@@Damage', 2, 336, 1, '2017-07-03 12:23:15', '2017-07-03 12:23:15'),
+(726, 'What is the antonym of the word Bruise?', '', 3, 336, 1, '2017-07-03 12:23:15', '2017-07-03 12:23:15'),
+(727, 'What is the meaning of the word Brutal?', 'সিঁধেল চোর///অতি সামান্য সরানো///@@নির্মম///চোট', 1, 337, 1, '2017-07-03 12:23:17', '2017-07-03 12:23:17'),
+(728, 'What is the synonym of the word Brutal?', 'Intruder///Dislodge///@@Hardhanded///Damage', 2, 337, 1, '2017-07-03 12:23:17', '2017-07-03 12:23:17'),
+(729, 'What is the antonym of the word Brutal?', 'Dislodge///resist///@@Soft///Tough', 3, 337, 1, '2017-07-03 12:23:17', '2017-07-03 12:23:17'),
+(730, 'What is the meaning of the word Budge?', 'সিঁধেল চোর///@@অতি সামান্য সরানো///নির্মম///চোট', 1, 338, 1, '2017-07-03 12:23:19', '2017-07-03 12:23:19'),
+(731, 'What is the synonym of the word Budge?', 'Intruder///@@Dislodge///Hardhanded///Damage', 2, 338, 1, '2017-07-03 12:23:19', '2017-07-03 12:23:19'),
+(732, 'What is the antonym of the word Budge?', 'Dislodge///@@resist///Soft///Tough', 3, 338, 1, '2017-07-03 12:23:19', '2017-07-03 12:23:19'),
+(733, 'What is the meaning of the word Exterminate?', 'নাবালকত্ব///সংখ্যালঘু ///@@নির্মূল করা///সুশৃংখল', 1, 550, 1, '2017-07-03 12:23:39', '2017-07-03 12:23:39'),
+(734, 'What is the synonym of the word Exterminate?', 'Conserve///Preserve///Protect///@@Abolish', 2, 550, 1, '2017-07-03 12:23:39', '2017-07-03 12:23:39'),
+(735, 'What is the antonym of the word Exterminate?', 'Abolish///Black out///Rub out///@@Conserve', 3, 550, 1, '2017-07-03 12:23:39', '2017-07-03 12:23:39'),
+(736, 'What is the meaning of the word Brink?', 'প্রাণবন্ত///@@অজানিত///কাপ///পাতা ভিজিয়ে পানীয় বানানো', 1, 334, 1, '2017-07-03 12:25:17', '2017-07-03 12:25:17'),
+(737, 'What is the synonym of the word Brink?', 'Vital///@@Verge///Framemargin///Whip', 2, 334, 1, '2017-07-03 12:25:17', '2017-07-03 12:25:17'),
+(738, 'What is the antonym of the word Brink?', '', 3, 334, 1, '2017-07-03 12:25:17', '2017-07-03 12:25:17'),
+(739, 'What is the meaning of the word Brisk?', '@@প্রাণবন্ত///অজানিত///কাপ///পাতা ভিজিয়ে পানীয় বানানো', 1, 335, 1, '2017-07-03 12:26:46', '2017-07-03 12:26:46'),
+(740, 'What is the synonym of the word Brisk?', '@@Vital///Verge///Framemargin///Whip', 2, 335, 1, '2017-07-03 12:26:46', '2017-07-03 12:26:46'),
+(741, 'What is the antonym of the word Brisk?', '@@Dead///Edge///heart///constrain', 3, 335, 1, '2017-07-03 12:26:46', '2017-07-03 12:26:46'),
+(742, 'What is the meaning of the word Brim?', 'প্রাণবন্ত///অজানিত///@@কাপ///পাতা ভিজিয়ে পানীয় বানানো', 1, 333, 1, '2017-07-03 12:26:48', '2017-07-03 12:26:48'),
+(743, 'What is the synonym of the word Brim?', 'Vital///Verge///@@Framemargin///Whip', 2, 333, 1, '2017-07-03 12:26:48', '2017-07-03 12:26:48'),
+(744, 'What is the antonym of the word Brim?', 'Dead///Edge///@@heart///constrain', 3, 333, 1, '2017-07-03 12:26:48', '2017-07-03 12:26:48'),
+(745, 'What is the meaning of the word Brew?', 'প্রাণবন্ত///অজানিত///কাপ///@@পাতা ভিজিয়ে পানীয় বানানো', 1, 332, 1, '2017-07-03 12:26:50', '2017-07-03 12:26:50'),
+(746, 'What is the synonym of the word Brew?', 'Vital///Verge///Framemargin///@@Whip', 2, 332, 1, '2017-07-03 12:26:50', '2017-07-03 12:26:50'),
+(747, 'What is the antonym of the word Brew?', 'Dead///Edge///heart///@@constrain', 3, 332, 1, '2017-07-03 12:26:50', '2017-07-03 12:26:50'),
+(748, 'What is the meaning of the word Brawl?', 'খেলাপ///@@তর্জনগর্জনসহ ঝগড়া///গর্ব করা///আশীর্বাদ', 1, 330, 1, '2017-07-03 12:33:39', '2017-07-03 12:33:39'),
+(749, 'What is the synonym of the word Brawl?', 'Violation///@@Quarrel///Rant///Benefit', 2, 330, 1, '2017-07-03 12:33:39', '2017-07-03 12:33:39'),
+(750, 'What is the antonym of the word Brawl?', 'Observance///@@consent///pathetic///Impediment', 3, 330, 1, '2017-07-03 12:33:39', '2017-07-03 12:33:39'),
+(751, 'What is the meaning of the word Breach?', '@@খেলাপ///তর্জনগর্জনসহ ঝগড়া///গর্ব করা///আশীর্বাদ', 1, 331, 1, '2017-07-03 12:33:39', '2017-07-03 12:33:39'),
+(752, 'What is the synonym of the word Breach?', '@@Violation///Quarrel///Rant///Benefit', 2, 331, 1, '2017-07-03 12:33:39', '2017-07-03 12:33:39'),
+(753, 'What is the antonym of the word Breach?', '@@Observance///consent///pathetic///Impediment', 3, 331, 1, '2017-07-03 12:33:39', '2017-07-03 12:33:39'),
+(754, 'What is the meaning of the word Brag?', 'খেলাপ///তর্জনগর্জনসহ ঝগড়া///@@গর্ব করা///আশীর্বাদ', 1, 329, 1, '2017-07-03 12:33:41', '2017-07-03 12:33:41'),
+(755, 'What is the synonym of the word Brag?', 'Violation///Quarrel///@@Rant///Benefit', 2, 329, 1, '2017-07-03 12:33:41', '2017-07-03 12:33:41'),
+(756, 'What is the antonym of the word Brag?', 'Observance///consent///@@pathetic///Impediment', 3, 329, 1, '2017-07-03 12:33:41', '2017-07-03 12:33:41'),
+(757, 'What is the meaning of the word Boon?', 'খেলাপ///তর্জনগর্জনসহ ঝগড়া///গর্ব করা///@@আশীর্বাদ', 1, 328, 1, '2017-07-03 12:33:43', '2017-07-03 12:33:43'),
+(758, 'What is the synonym of the word Boon?', 'Violation///Quarrel///Rant///@@Benefit', 2, 328, 1, '2017-07-03 12:33:43', '2017-07-03 12:33:43'),
+(759, 'What is the antonym of the word Boon?', 'Observance///consent///pathetic///@@Impediment', 3, 328, 1, '2017-07-03 12:33:43', '2017-07-03 12:33:43'),
+(760, 'What is the meaning of the word Expound?', '@@অর্থপ্রকাশ করা///প্রশমিত করা///শান্ত করা///সংযত করা', 1, 549, 1, '2017-07-03 12:37:02', '2017-07-03 12:37:02'),
+(761, 'What is the synonym of the word Expound?', 'Stifle///Suppress///Moist///@@Express', 2, 549, 1, '2017-07-03 12:37:02', '2017-07-03 12:37:02'),
+(762, 'What is the antonym of the word Expound?', '@@Suppress///Air///Express///Sound///', 3, 549, 1, '2017-07-03 12:37:02', '2017-07-03 12:37:02'),
+(763, 'What is the meaning of the word Bondage?', '@@ডুরি///অল্পবুদ্ধি///পরম সুখ///কলঙ্ক', 1, 327, 1, '2017-07-03 12:37:18', '2017-07-03 12:37:18'),
+(764, 'What is the synonym of the word Bondage?', '@@Thralldom///Snippy///Paradise///Vitiate', 2, 327, 1, '2017-07-03 12:37:18', '2017-07-03 12:37:18'),
+(765, 'What is the antonym of the word Bondage?', '@@Free///Mealymouthed///Perdition///Repair', 3, 327, 1, '2017-07-03 12:37:18', '2017-07-03 12:37:18'),
+(766, 'What is the meaning of the word Blunt?', 'ডুরি///@@অল্পবুদ্ধি///পরম সুখ///কলঙ্ক', 1, 326, 1, '2017-07-03 12:37:21', '2017-07-03 12:37:21'),
+(767, 'What is the synonym of the word Blunt?', 'Thralldom///@@Snippy///Paradise///Vitiate', 2, 326, 1, '2017-07-03 12:37:21', '2017-07-03 12:37:21'),
+(768, 'What is the antonym of the word Blunt?', 'Free///@@Mealymouthed///Perdition///Repair', 3, 326, 1, '2017-07-03 12:37:21', '2017-07-03 12:37:21'),
+(769, 'What is the meaning of the word Bliss?', 'ডুরি///অল্পবুদ্ধি//@@/পরম সুখ///কলঙ্ক', 1, 325, 1, '2017-07-03 12:37:23', '2017-07-03 12:37:23'),
+(770, 'What is the synonym of the word Bliss?', 'Thralldom///Snippy///@@Paradise///Vitiate', 2, 325, 1, '2017-07-03 12:37:23', '2017-07-03 12:37:23'),
+(771, 'What is the antonym of the word Bliss?', 'Free///Mealymouthed///@@Perdition///Repair', 3, 325, 1, '2017-07-03 12:37:23', '2017-07-03 12:37:23'),
+(772, 'What is the meaning of the word Blemish?', 'ডুরি///অল্পবুদ্ধি///পরম সুখ///@@কলঙ্ক', 1, 324, 1, '2017-07-03 12:37:25', '2017-07-03 12:37:25'),
+(773, 'What is the synonym of the word Blemish?', 'Thralldom///Snippy///Paradise///@@Vitiate', 2, 324, 1, '2017-07-03 12:37:25', '2017-07-03 12:37:25'),
+(774, 'What is the antonym of the word Blemish?', 'Free///Mealymouthed///Perdition///@@Repair', 3, 324, 1, '2017-07-03 12:37:25', '2017-07-03 12:37:25'),
+(775, 'What is the meaning of the word Exploit?', '@@কৃতিত্ব///নির্বাসন///অসরল///ছলনাকারী', 1, 548, 1, '2017-07-04 03:48:59', '2017-07-04 03:48:59'),
+(776, 'What is the synonym of the word Exploit?', 'Forge ///Evasive///@@Deed///Hasten', 2, 548, 1, '2017-07-04 03:48:59', '2017-07-04 03:48:59'),
+(777, 'What is the antonym of the word Exploit?', '', 3, 548, 1, '2017-07-04 03:48:59', '2017-07-04 03:48:59'),
+(778, 'What is the meaning of the word Explicit?', 'বিধ্বস্ত করা///ছারখার করা///মুক্তিপণ///@@স্পষ্ট', 1, 547, 1, '2017-07-04 03:51:23', '2017-07-04 03:51:23'),
+(779, 'What is the synonym of the word Explicit?', '@@Definite///Ificimplicit///Ambiguous///Unspecific', 2, 547, 1, '2017-07-04 03:51:23', '2017-07-04 03:51:23'),
+(780, 'What is the antonym of the word Explicit?', 'Definite///Express///Specific///@@Ificimplicit', 3, 547, 1, '2017-07-04 03:51:23', '2017-07-04 03:51:23'),
+(781, 'What is the meaning of the word Expedite?', '@@অন্তরায়শূন্য করা///গোমড়া মুখো মানুষ///মনে আঘাত দেওয়া///অভিযোগ', 1, 546, 1, '2017-07-04 03:55:04', '2017-07-04 03:55:04'),
+(782, 'What is the synonym of the word Expedite?', 'Haggle///Grasp///@@Impede///Grievance', 2, 546, 1, '2017-07-04 03:55:04', '2017-07-04 03:55:04'),
+(783, 'What is the antonym of the word Expedite?', 'Speed up///Hasten///@@Impede///Grim', 3, 546, 1, '2017-07-04 03:55:04', '2017-07-04 03:55:04'),
+(784, 'What is the meaning of the word Exotic?', '@@বিদেশী///গীতিনাট্য///বাধা দেওয়া///বাগড়া দেওয়া', 1, 545, 1, '2017-07-04 03:58:24', '2017-07-04 03:58:24'),
+(785, 'What is the synonym of the word Exotic?', 'Familiar///@@Bizarro///Unexotic///Unromantic', 2, 545, 1, '2017-07-04 03:58:24', '2017-07-04 03:58:24'),
+(786, 'What is the antonym of the word Exotic?', 'Bizarro///Glamorous///Marvelous///@@Familiar', 3, 545, 1, '2017-07-04 03:58:24', '2017-07-04 03:58:24'),
+(787, 'What is the meaning of the word Bleach?', '@@জীবাণুনাশক রাসায়নিক///উদ্ভট///সংকীর্নতা বাদী///অর্পণ করা', 1, 323, 1, '2017-07-04 03:58:48', '2017-07-04 03:58:48'),
+(788, 'What is the synonym of the word Bleach?', '@@Fade///Crazy///Dogmatic///Volunteer', 2, 323, 1, '2017-07-04 03:58:48', '2017-07-04 03:58:48'),
+(789, 'What is the antonym of the word Bleach?', '@@Embrown///Ordinary///Open minded///withhold', 3, 323, 1, '2017-07-04 03:58:48', '2017-07-04 03:58:48'),
+(790, 'What is the meaning of the word Bizarre?', 'জীবাণুনাশক রাসায়নিক///@@উদ্ভট///সংকীর্নতা বাদী///অর্পণ করা', 1, 322, 1, '2017-07-04 03:58:52', '2017-07-04 03:58:52'),
+(791, 'What is the synonym of the word Bizarre?', 'Fade///@@Crazy///Dogmatic///Volunteer', 2, 322, 1, '2017-07-04 03:58:52', '2017-07-04 03:58:52'),
+(792, 'What is the antonym of the word Bizarre?', 'Embrown///@@Ordinary///Open minded///withhold', 3, 322, 1, '2017-07-04 03:58:52', '2017-07-04 03:58:52'),
+(793, 'What is the meaning of the word Bigoted?', 'জীবাণুনাশক রাসায়নিক///উদ্ভট///@@সংকীর্নতা বাদী///অর্পণ করা', 1, 321, 1, '2017-07-04 03:58:55', '2017-07-04 03:58:55'),
+(794, 'What is the synonym of the word Bigoted?', 'Fade///Crazy///@@Dogmatic///Volunteer', 2, 321, 1, '2017-07-04 03:58:55', '2017-07-04 03:58:55'),
+(795, 'What is the antonym of the word Bigoted?', 'Embrown///Ordinary///@@Open minded///withhold', 3, 321, 1, '2017-07-04 03:58:55', '2017-07-04 03:58:55'),
+(796, 'What is the meaning of the word Bestow?', 'জীবাণুনাশক রাসায়নিক///উদ্ভট///সংকীর্নতা বাদী///@@অর্পণ করা', 1, 320, 1, '2017-07-04 03:58:58', '2017-07-04 03:58:58'),
+(797, 'What is the synonym of the word Bestow?', 'Fade///Crazy///Dogmatic///@@Volunteer', 2, 320, 1, '2017-07-04 03:58:58', '2017-07-04 03:58:58'),
+(798, 'What is the antonym of the word Bestow?', 'Embrown///Ordinary///Open minded///@@withhold', 3, 320, 1, '2017-07-04 03:58:58', '2017-07-04 03:58:58'),
+(799, 'What is the meaning of the word Exile?', 'বক্তৃতা///@@নির্বাসন///গন্ধ///খ্যাতি', 1, 544, 1, '2017-07-04 04:01:17', '2017-07-04 04:01:17'),
+(800, 'What is the synonym of the word Exile?', 'Repatriate///Omit///@@Banishment///Pivot', 2, 544, 1, '2017-07-04 04:01:17', '2017-07-04 04:01:17'),
+(801, 'What is the antonym of the word Exile?', 'Banishment///@@Repatriate///Deportation///Expatriation', 3, 544, 1, '2017-07-04 04:01:17', '2017-07-04 04:01:17'),
+(802, 'What is the meaning of the word Exhaustive?', '@@সমগ্র///হিংস্র///স্পষ্ট///ব্যক্ত', 1, 543, 1, '2017-07-04 04:03:38', '2017-07-04 04:03:38'),
+(803, 'What is the synonym of the word Exhaustive?', 'Haggle///Grumpy///@@Clean///Abandon', 2, 543, 1, '2017-07-04 04:03:38', '2017-07-04 04:03:38'),
+(804, 'What is the antonym of the word Exhaustive?', '', 3, 543, 1, '2017-07-04 04:03:38', '2017-07-04 04:03:38'),
+(805, 'What is the meaning of the word Exhaust?', '&nbsp;@@সম্পূর্ণ বাহির করিয়া দেওয়া///পরিত্যাগ করা///নি:স্বার্থভাবে অন্যের উপকার করার প্রবণতা///আরোহণ করা', 1, 542, 1, '2017-07-04 04:06:52', '2017-07-04 04:06:52'),
+(806, 'What is the synonym of the word Exhaust?', 'Renew///Replace///@@Break///Amalgamate', 2, 542, 1, '2017-07-04 04:06:52', '2017-07-04 04:06:52'),
+(807, 'What is the antonym of the word Exhaust?', 'Break///Drain///Harass///@@Renew', 3, 542, 1, '2017-07-04 04:06:52', '2017-07-04 04:06:52'),
+(808, 'What is the meaning of the word Exhale?', 'অবনতি হওয়া///@@নিঃশ্বাসের সহিত বাহির করিয়া দেওয়া///একত্রিত করা///বিরক্ত করা', 1, 541, 1, '2017-07-04 04:09:32', '2017-07-04 04:09:32'),
+(809, 'What is the synonym of the word Exhale?', 'Inbreathe///Inhale///Inspire///@@Expel', 2, 541, 1, '2017-07-04 04:09:32', '2017-07-04 04:09:32'),
+(810, 'What is the antonym of the word Exhale?', 'Blow///Breathe///@@Inbreathe///Expel', 3, 541, 1, '2017-07-04 04:09:32', '2017-07-04 04:09:32'),
+(811, 'What is the meaning of the word Exert?', 'পরিকল্পনা করা///@@প্রয়োগ করা///কৌশলে এড়ান///বিপথগামী করা', 1, 540, 1, '2017-07-04 04:14:28', '2017-07-04 04:14:28'),
+(812, 'What is the synonym of the word Exert?', 'Novice///Pervert///@@Spply///Mysterious', 2, 540, 1, '2017-07-04 04:14:28', '2017-07-04 04:14:28'),
+(813, 'What is the antonym of the word Exert?', '', 3, 540, 1, '2017-07-04 04:14:28', '2017-07-04 04:14:28'),
+(814, 'What is the meaning of the word Berate?', 'ঝামেলায় ফেলা///পরিবৃত করা///বঞ্চিত করা///@@তীব্র ভর্ৎসনা করা', 1, 316, 1, '2017-07-04 04:16:32', '2017-07-04 04:16:32'),
+(815, 'What is the synonym of the word Berate?', 'Leaguer///Torment///Strip///@@Upbraid', 2, 316, 1, '2017-07-04 04:16:32', '2017-07-04 04:16:32'),
+(816, 'What is the antonym of the word Berate?', 'Make free///relieve///throne///@@Praise', 3, 316, 1, '2017-07-04 04:16:32', '2017-07-04 04:16:32'),
+(817, 'What is the meaning of the word Bereave?', 'ঝামেলায় ফেলা///পরিবৃত করা///@@বঞ্চিত করা///তীব্র ভর্ৎসনা করা', 1, 317, 1, '2017-07-04 04:16:34', '2017-07-04 04:16:34'),
+(818, 'What is the synonym of the word Bereave?', 'Leaguer///Torment///@@Strip///Upbraid', 2, 317, 1, '2017-07-04 04:16:34', '2017-07-04 04:16:34'),
+(819, 'What is the antonym of the word Bereave?', 'Make free///relieve///@@throne///Praise', 3, 317, 1, '2017-07-04 04:16:34', '2017-07-04 04:16:34'),
+(820, 'What is the meaning of the word Beset?', 'ঝামেলায় ফেলা///@@পরিবৃত করা///বঞ্চিত করা///তীব্র ভর্ৎসনা করা', 1, 318, 1, '2017-07-04 04:16:37', '2017-07-04 04:16:37'),
+(821, 'What is the synonym of the word Beset?', 'Leaguer///@@Torment///Strip///Upbraid', 2, 318, 1, '2017-07-04 04:16:37', '2017-07-04 04:16:37'),
+(822, 'What is the antonym of the word Beset?', 'Make free///@@relieve///throne///Praise', 3, 318, 1, '2017-07-04 04:16:37', '2017-07-04 04:16:37'),
+(823, 'What is the meaning of the word Besiege?', '@@ঝামেলায় ফেলা///পরিবৃত করা///বঞ্চিত করা///তীব্র ভর্ৎসনা করা', 1, 319, 1, '2017-07-04 04:16:39', '2017-07-04 04:16:39'),
+(824, 'What is the synonym of the word Besiege?', '@@Leaguer///Torment///Strip///Upbraid', 2, 319, 1, '2017-07-04 04:16:39', '2017-07-04 04:16:39'),
+(825, 'What is the antonym of the word Besiege?', '@@Make free///relieve///throne///Praise', 3, 319, 1, '2017-07-04 04:16:39', '2017-07-04 04:16:39'),
+(826, 'What is the meaning of the word Exempt?', '@@দায়িত্বাদি হইতে রেহাই///সমর্থন করা///ফলাফল সম্পর্কে চিন্তাভাবনাহীন///লাফিয়ে পিছিয়ে আসা', 1, 539, 1, '2017-07-04 04:18:23', '2017-07-04 04:18:23'),
+(827, 'What is the synonym of the word Exempt?', 'Taxable///Nonexempt///@@Duty-free///Boast', 2, 539, 1, '2017-07-04 04:18:23', '2017-07-04 04:18:23'),
+(828, 'What is the antonym of the word Exempt?', 'Duty-free///Tax-exempt///Untaxed///@@Taxable', 3, 539, 1, '2017-07-04 04:18:23', '2017-07-04 04:18:23'),
+(829, 'What is the meaning of the word Exalt?', '@@উচ্চে স্থাপন করা///ঘৃণা করা///একত্রিত করা///অবনতি হওয়া', 1, 538, 1, '2017-07-04 04:20:59', '2017-07-04 04:20:59'),
+(830, 'What is the synonym of the word Exalt?', 'Abase///Degrade///Humble///@@Elevate', 2, 538, 1, '2017-07-04 04:20:59', '2017-07-04 04:20:59'),
+(831, 'What is the antonym of the word Exalt?', 'Aggrandize///@@Abase///Canonize///Elevate,', 3, 538, 1, '2017-07-04 04:20:59', '2017-07-04 04:20:59'),
+(832, 'What is the meaning of the word Evasive?', 'গৃহাকুলতা///@@ছলনাকারী///স্মরণবেদনা///দ্রুতগামী', 1, 537, 1, '2017-07-04 04:23:39', '2017-07-04 04:23:39'),
+(833, 'What is the synonym of the word Evasive?', '@@Fugitive///Navigation///Oblivion///Oasis', 2, 537, 1, '2017-07-04 04:23:39', '2017-07-04 04:23:39'),
+(834, 'What is the antonym of the word Evasive?', '', 3, 537, 1, '2017-07-04 04:23:39', '2017-07-04 04:23:39'),
+(835, 'What is the meaning of the word Baste?', 'আশানুরূপ না হওয়া///ছলনা করা///কোনো ব্যাপারে অসন্তুষ্ট হওয়া///@@প্রহার করা', 1, 312, 1, '2017-07-04 04:24:48', '2017-07-04 04:24:48'),
+(836, 'What is the synonym of the word Baste?', 'Disprove///Fascinate///Resent///@@Beat', 2, 312, 1, '2017-07-04 04:24:48', '2017-07-04 04:24:48'),
+(837, 'What is the antonym of the word Baste?', 'Represent///Udeceive///Admire///@@Unpick', 3, 312, 1, '2017-07-04 04:24:48', '2017-07-04 04:24:48'),
+(838, 'What is the meaning of the word Begrudge?', 'আশানুরূপ না হওয়া///ছলনা করা///@@কোনো ব্যাপারে অসন্তুষ্ট হওয়া///প্রহার করা', 1, 313, 1, '2017-07-04 04:24:50', '2017-07-04 04:24:50'),
+(839, 'What is the synonym of the word Begrudge?', 'Disprove///Fascinate///@@Resent///Beat', 2, 313, 1, '2017-07-04 04:24:50', '2017-07-04 04:24:50'),
+(840, 'What is the antonym of the word Begrudge?', 'Represent///Udeceive///@@Admire///Unpick', 3, 313, 1, '2017-07-04 04:24:50', '2017-07-04 04:24:50'),
+(841, 'What is the meaning of the word Beguile?', 'আশানুরূপ না হওয়া///@@ছলনা করা///কোনো ব্যাপারে অসন্তুষ্ট হওয়া///প্রহার করা', 1, 314, 1, '2017-07-04 04:24:52', '2017-07-04 04:24:52'),
+(842, 'What is the synonym of the word Beguile?', 'Disprove///@@Fascinate///Resent///Beat', 2, 314, 1, '2017-07-04 04:24:52', '2017-07-04 04:24:52'),
+(843, 'What is the antonym of the word Beguile?', 'Represent///@@Udeceive///Admire///Unpick', 3, 314, 1, '2017-07-04 04:24:52', '2017-07-04 04:24:52'),
+(844, 'What is the meaning of the word Belie?', '@@আশানুরূপ না হওয়া///ছলনা করা///কোনো ব্যাপারে অসন্তুষ্ট হওয়া///প্রহার করা', 1, 315, 1, '2017-07-04 04:24:55', '2017-07-04 04:24:55'),
+(845, 'What is the synonym of the word Belie?', '@@Disprove///Fascinate///Resent///Beat', 2, 315, 1, '2017-07-04 04:24:55', '2017-07-04 04:24:55'),
+(846, 'What is the antonym of the word Belie?', '@@Represent///Udeceive///Admire///Unpick', 3, 315, 1, '2017-07-04 04:24:55', '2017-07-04 04:24:55'),
+(847, 'What is the meaning of the word Evaporate?', '@@বাষ্পীভুত হইয়া উরিয়া যাওয়া///নিরর্থআজেবাজে কথা///চলত্শক্তিরহিত///ভুলে যাওয়া', 1, 536, 1, '2017-07-04 04:26:38', '2017-07-04 04:26:38'),
+(848, 'What is the synonym of the word Evaporate?', 'Appear///Materialize///@@Dematerialize///Oblivion', 2, 536, 1, '2017-07-04 04:26:38', '2017-07-04 04:26:38'),
+(849, 'What is the antonym of the word Evaporate?', 'Dematerialize///@@Appear///Evanesce///Fade', 3, 536, 1, '2017-07-04 04:26:38', '2017-07-04 04:26:38'),
+(850, 'What is the meaning of the word Evaluate?', '@@মূল্যনির্ধারণ করা///রহস্যময়///বহুসংখ্যক///ঈর্ষাপরায়ণতা', 1, 535, 1, '2017-07-04 04:29:31', '2017-07-04 04:29:31'),
+(851, 'What is the synonym of the word Evaluate?', 'Loath///Malevolent///@@Appraise///Lusty', 2, 535, 1, '2017-07-04 04:29:31', '2017-07-04 04:29:31'),
+(852, 'What is the antonym of the word Evaluate?', '', 3, 535, 1, '2017-07-04 04:29:31', '2017-07-04 04:29:31'),
+(853, 'What is the meaning of the word Evade?', 'আইনসিদ্ধ///@@কৌশলে এড়ান///শান্ত করা///লুকিয়ে থাকা', 1, 534, 1, '2017-07-04 04:32:44', '2017-07-04 04:32:44'),
+(854, 'What is the synonym of the word Evade?', 'Accept///Court///Embrace///@@Elude', 2, 534, 1, '2017-07-04 04:32:45', '2017-07-04 04:32:45'),
+(855, 'What is the antonym of the word Evade?', 'Avoid///Dodge///@@Accept///Elude', 3, 534, 1, '2017-07-04 04:32:45', '2017-07-04 04:32:45'),
+(856, 'What is the meaning of the word Evacuate?', '@@খালি করা///মরুদ্বীপ///বহুসংখ্যক///সর্বজনবিদিত', 1, 533, 1, '2017-07-04 04:39:14', '2017-07-04 04:39:14'),
+(857, 'What is the synonym of the word Evacuate?', 'Fill///Load///@@Vacate///Oasis', 2, 533, 1, '2017-07-04 04:39:14', '2017-07-04 04:39:14'),
+(858, 'What is the antonym of the word Evacuate?', 'Clear///Empty///Vacate///@@Load', 3, 533, 1, '2017-07-04 04:39:14', '2017-07-04 04:39:14'),
+(859, 'What is the meaning of the word Etiquette?', '@@ভদ্র আদবকায়দা///অমনোযোগ///অবশ্যকর্তব্য///নবশিক্ষার্থী', 1, 532, 1, '2017-07-04 04:43:51', '2017-07-04 04:43:51'),
+(860, 'What is the synonym of the word Etiquette?', 'Negligence///@@Proprieties///Mysterious///Abandon', 2, 532, 1, '2017-07-04 04:43:51', '2017-07-04 04:43:51'),
+(861, 'What is the antonym of the word Etiquette?', '', 3, 532, 1, '2017-07-04 04:43:51', '2017-07-04 04:43:51'),
+(862, 'What is the meaning of the word Esteem?', 'পরিত্যাগ করা///নি:স্বার্থভাবে অন্যের উপকার করা ///@@উচ্চমূল্য দেওয়া///ঘৃণা করা', 1, 531, 1, '2017-07-04 04:50:40', '2017-07-04 04:50:40'),
+(863, 'What is the synonym of the word Esteem?', 'Disfavor///@@Account///Ascend///Zest', 2, 531, 1, '2017-07-04 04:50:40', '2017-07-04 04:50:40'),
+(864, 'What is the antonym of the word Esteem?', 'Account///Estimation///Favor///@@Disfavor', 3, 531, 1, '2017-07-04 04:50:40', '2017-07-04 04:50:40'),
+(865, 'What is the meaning of the word Banquet?', 'উপভোগ করা///লাজুক///সরাসরি পণ্যবিনিময়ের মাধ্যমে ব্যাবসাবাণিজ্য///@@ভোজ খাওয়া', 1, 308, 1, '2017-07-04 04:51:57', '2017-07-04 04:51:57'),
+(866, 'What is the synonym of the word Banquet?', 'Relax///Introverted///Switch///@@Spread', 2, 308, 1, '2017-07-04 04:51:57', '2017-07-04 04:51:57'),
+(867, 'What is the antonym of the word Banquet?', '', 3, 308, 1, '2017-07-04 04:51:57', '2017-07-04 04:51:57'),
+(868, 'What is the meaning of the word Barter?', 'উপভোগ করা///লাজুক///@@সরাসরি পণ্যবিনিময়ের মাধ্যমে ব্যাবসাবাণিজ্য///ভোজ খাওয়া', 1, 309, 1, '2017-07-04 04:51:59', '2017-07-04 04:51:59'),
+(869, 'What is the synonym of the word Barter?', 'Relax///Introverted///@@Switch///Spread', 2, 309, 1, '2017-07-04 04:51:59', '2017-07-04 04:51:59'),
+(870, 'What is the antonym of the word Barter?', '', 3, 309, 1, '2017-07-04 04:51:59', '2017-07-04 04:51:59'),
+(871, 'What is the meaning of the word Bashful?', 'উপভোগ করা///@@লাজুক///সরাসরি পণ্যবিনিময়ের মাধ্যমে ব্যাবসাবাণিজ্য///ভোজ খাওয়া', 1, 310, 1, '2017-07-04 04:52:02', '2017-07-04 04:52:02'),
+(872, 'What is the synonym of the word Bashful?', 'Relax///@@Introverted///Switch///Spread', 2, 310, 1, '2017-07-04 04:52:02', '2017-07-04 04:52:02'),
+(873, 'What is the antonym of the word Bashful?', 'hustle///@@Outgoing///Spread///Introverted', 3, 310, 1, '2017-07-04 04:52:02', '2017-07-04 04:52:02'),
+(874, 'What is the meaning of the word Bask?', '@@উপভোগ করা///লাজুক///সরাসরি পণ্যবিনিময়ের মাধ্যমে ব্যাবসাবাণিজ্য///ভোজ খাওয়া', 1, 311, 1, '2017-07-04 04:52:05', '2017-07-04 04:52:05'),
+(875, 'What is the synonym of the word Bask?', '@@Relax///Introverted///Switch///Spread', 2, 311, 1, '2017-07-04 04:52:05', '2017-07-04 04:52:05'),
+(876, 'What is the antonym of the word Bask?', '@@hustle///Outgoing///Spread///Introverted', 3, 311, 1, '2017-07-04 04:52:05', '2017-07-04 04:52:05'),
+(877, 'What is the meaning of the word Escort?', 'নির্দ্ধিধায়///@@সহচর///পারস্পরিক///মুক্তিপণ', 1, 530, 1, '2017-07-04 04:52:46', '2017-07-04 04:52:46'),
+(878, 'What is the synonym of the word Escort?', '@@Attendant///Ratify///Moist///Mutation', 2, 530, 1, '2017-07-04 04:52:46', '2017-07-04 04:52:46'),
+(879, 'What is the antonym of the word Escort?', '', 3, 530, 1, '2017-07-04 04:52:46', '2017-07-04 04:52:46'),
+(880, 'What is the meaning of the word Erroneous?', '@@ভ্রমাত্মক///কোলাহলপূর্ণ///সংক্ষিপ্ততা///গতানুগতিক', 1, 529, 1, '2017-07-04 04:55:15', '2017-07-04 04:55:15'),
+(881, 'What is the synonym of the word Erroneous?', 'Accurate///Factual///Proper///@@False', 2, 529, 1, '2017-07-04 04:55:15', '2017-07-04 04:55:15'),
+(882, 'What is the antonym of the word Erroneous?', '@@Accurate//False///Inaccurate///Off', 3, 529, 1, '2017-07-04 04:55:15', '2017-07-04 04:55:15'),
+(883, 'What is the meaning of the word Awe?', 'উপশাসক///ভোটপত্র///বাধা///@@সম্ভ্রম', 1, 304, 1, '2017-07-04 04:55:41', '2017-07-04 04:55:41'),
+(884, 'What is the synonym of the word Awe?', 'Moderate///Vote///Trammel///@@Astonishment', 2, 304, 1, '2017-07-04 04:55:41', '2017-07-04 04:55:41'),
+(885, 'What is the antonym of the word Awe?', 'Wintry///Disenfranchisement///encourage///@@Disdain', 3, 304, 1, '2017-07-04 04:55:41', '2017-07-04 04:55:41'),
+(886, 'What is the meaning of the word Balk?', 'উপশাসক///ভোটপত্র///@@বাধা///সম্ভ্রম', 1, 305, 1, '2017-07-04 04:55:43', '2017-07-04 04:55:43'),
+(887, 'What is the synonym of the word Balk?', 'Moderate///Vote///@@Trammel///Astonishment', 2, 305, 1, '2017-07-04 04:55:43', '2017-07-04 04:55:43'),
+(888, 'What is the antonym of the word Balk?', 'Wintry///Disenfranchisement///@@encourage///Disdain', 3, 305, 1, '2017-07-04 04:55:43', '2017-07-04 04:55:43'),
+(889, 'What is the meaning of the word Ballot?', 'উপশাসক///@@ভোটপত্র///বাধা///সম্ভ্রম', 1, 306, 1, '2017-07-04 04:55:46', '2017-07-04 04:55:46'),
+(890, 'What is the synonym of the word Ballot?', 'Moderate///@@Vote///Trammel///Astonishment', 2, 306, 1, '2017-07-04 04:55:46', '2017-07-04 04:55:46'),
+(891, 'What is the antonym of the word Ballot?', 'Wintry///@@Disenfranchisement///encourage///Disdain', 3, 306, 1, '2017-07-04 04:55:46', '2017-07-04 04:55:46'),
+(892, 'What is the meaning of the word Balmy?', '@@উপশাসক///ভোটপত্র///বাধা///সম্ভ্রম', 1, 307, 1, '2017-07-04 04:55:48', '2017-07-04 04:55:48'),
+(893, 'What is the synonym of the word Balmy?', '@@Moderate///Vote///Trammel///Astonishment', 2, 307, 1, '2017-07-04 04:55:48', '2017-07-04 04:55:48'),
+(894, 'What is the antonym of the word Balmy?', '@@Wintry///Disenfranchisement///encourage///Disdain', 3, 307, 1, '2017-07-04 04:55:48', '2017-07-04 04:55:48'),
+(895, 'What is the meaning of the word Erode?', 'নিরপেক্ষ ///@@&nbsp;ক্ষয় করা ///উদাসীন///শীর্ষ বিন্দু', 1, 528, 1, '2017-07-04 04:57:41', '2017-07-04 04:57:41'),
+(896, 'What is the synonym of the word Erode?', 'Boisterous ///Candid///@@Corrode/// Contrary', 2, 528, 1, '2017-07-04 04:57:41', '2017-07-04 04:57:41'),
+(897, 'What is the antonym of the word Erode?', '', 3, 528, 1, '2017-07-04 04:57:41', '2017-07-04 04:57:41'),
+(898, 'What is the meaning of the word Avalanche?', 'স্বীকার করা///কৃপণ///লোলুপতা///@@বরফের ধ্বস', 1, 300, 1, '2017-07-04 05:00:13', '2017-07-04 05:00:13'),
+(899, 'What is the synonym of the word Avalanche?', 'Claim///Rapacious///Cupidity///@@Landslide', 2, 300, 1, '2017-07-04 05:00:13', '2017-07-04 05:00:13'),
+(900, 'What is the antonym of the word Avalanche?', '', 3, 300, 1, '2017-07-04 05:00:13', '2017-07-04 05:00:13'),
+(901, 'What is the meaning of the word Avarice?', 'স্বীকার করা///কৃপণ///@@লোলুপতা///বরফের ধ্বস', 1, 301, 1, '2017-07-04 05:00:16', '2017-07-04 05:00:16'),
+(902, 'What is the synonym of the word Avarice?', 'Claim///Rapacious///@@Cupidity///Landslide', 2, 301, 1, '2017-07-04 05:00:16', '2017-07-04 05:00:16'),
+(903, 'What is the antonym of the word Avarice?', 'Gainsay///Generous///@@Generosity///Rush', 3, 301, 1, '2017-07-04 05:00:16', '2017-07-04 05:00:16'),
+(904, 'What is the meaning of the word Erect?', '@@ঋজু///শ্রুতিকটুতা///খাঁটি///ঈর্ষান্বিত', 1, 527, 1, '2017-07-04 05:00:17', '2017-07-04 05:00:17'),
+(905, 'What is the synonym of the word Erect?', 'Flat///Recumbent///@@Perpendicular///Extravagant', 2, 527, 1, '2017-07-04 05:00:17', '2017-07-04 05:00:17'),
+(906, 'What is the antonym of the word Erect?', 'Perpendicular///Standing///Raised///@@Flat', 3, 527, 1, '2017-07-04 05:00:17', '2017-07-04 05:00:17'),
+(907, 'What is the meaning of the word Avaricious?', 'স্বীকার করা///@@কৃপণ///লোলুপতা///বরফের ধ্বস', 1, 302, 1, '2017-07-04 05:00:17', '2017-07-04 05:00:17'),
+(908, 'What is the synonym of the word Avaricious?', 'Claim///@@Rapacious///Cupidity///Landslide', 2, 302, 1, '2017-07-04 05:00:17', '2017-07-04 05:00:17'),
+(909, 'What is the antonym of the word Avaricious?', 'Gainsay///@@Generous///Generosity///Rush', 3, 302, 1, '2017-07-04 05:00:17', '2017-07-04 05:00:17'),
+(910, 'What is the meaning of the word Avow?', '@@স্বীকার করা///কৃপণ///লোলুপতা///বরফের ধ্বস', 1, 303, 1, '2017-07-04 05:00:19', '2017-07-04 05:00:19'),
+(911, 'What is the synonym of the word Avow?', '@@Claim///Rapacious///Cupidity///Landslide', 2, 303, 1, '2017-07-04 05:00:19', '2017-07-04 05:00:19'),
+(912, 'What is the antonym of the word Avow?', '@@Gainsay///Generous///Generosity///Rush', 3, 303, 1, '2017-07-04 05:00:19', '2017-07-04 05:00:19'),
+(913, 'What is the meaning of the word Equivocate?', 'সংক্ষিপ্ততা///গতানুগতিক///@@দ্বার্থক///প্রবল উত্সাহ', 1, 526, 1, '2017-07-04 05:03:28', '2017-07-04 05:03:28'),
+(914, 'What is the synonym of the word Equivocate?', 'Certain///Sure///Unquestionable///@@Debatable', 2, 526, 1, '2017-07-04 05:03:28', '2017-07-04 05:03:28'),
+(915, 'What is the antonym of the word Equivocate?', '@@Certain///Debatable///Fishy///Queer', 3, 526, 1, '2017-07-04 05:03:28', '2017-07-04 05:03:28'),
+(916, 'What is the meaning of the word Epoch?', '@@বিশেষ ঘটনা দ্বারা সূচিত করা ঘুগারম্ভ/// কোন কিছু করার তীব্র আকাঙ্ক্ষা /// উদ্দীপনাময়', 1, 525, 1, '2017-07-04 05:05:50', '2017-07-04 05:05:50'),
+(917, 'What is the synonym of the word Epoch?', 'Extravagant ///@@Day///Contrary/// Boisterous', 2, 525, 1, '2017-07-04 05:05:50', '2017-07-04 05:05:50'),
+(918, 'What is the antonym of the word Epoch?', '', 3, 525, 1, '2017-07-04 05:05:50', '2017-07-04 05:05:50'),
+(919, 'What is the meaning of the word Enumerate?', '@@গণনা করা/// প্রবল উত্সাহ /// গতানুগতিক /// মন খোলা', 1, 524, 1, '2017-07-04 05:09:00', '2017-07-04 05:09:00'),
+(920, 'What is the synonym of the word Enumerate?', 'Contrary ///@@generalize/// Zealous /// Vogue', 2, 524, 1, '2017-07-04 05:09:00', '2017-07-04 05:09:00'),
+(921, 'What is the antonym of the word Enumerate?', 'Detail///Itemize///Recite///@@Generalize', 3, 524, 1, '2017-07-04 05:09:00', '2017-07-04 05:09:00'),
+(922, 'What is the meaning of the word Austerity?', '@@অনাড়ম্বরতা///পরিবেশ///ঘর্ষণজনিত&nbsp; ক্ষয়///ধূর্ত', 1, 299, 1, '2017-07-04 05:09:59', '2017-07-04 05:09:59'),
+(923, 'What is the synonym of the word Austerity?', '@@Strictness///Air///Waste///Smart', 2, 299, 1, '2017-07-04 05:09:59', '2017-07-04 05:09:59'),
+(924, 'What is the antonym of the word Austerity?', '@@Gentleness///Severity///Buildup///Unknowing', 3, 299, 1, '2017-07-04 05:09:59', '2017-07-04 05:09:59'),
+(925, 'What is the meaning of the word Aura?', 'অনাড়ম্বরতা///@@পরিবেশ///ঘর্ষণজনিত&nbsp; ক্ষয়///ধূর্ত', 1, 298, 1, '2017-07-04 05:10:02', '2017-07-04 05:10:02'),
+(926, 'What is the synonym of the word Aura?', 'Strictness///@@Air///Waste///Smart', 2, 298, 1, '2017-07-04 05:10:02', '2017-07-04 05:10:02'),
+(927, 'What is the antonym of the word Aura?', '', 3, 298, 1, '2017-07-04 05:10:02', '2017-07-04 05:10:02'),
+(928, 'What is the meaning of the word Attrition?', 'অনাড়ম্বরতা///পরিবেশ///@@ঘর্ষণজনিত&nbsp; ক্ষয়///ধূর্ত', 1, 297, 1, '2017-07-04 05:10:05', '2017-07-04 05:10:05'),
+(929, 'What is the synonym of the word Attrition?', 'Strictness///Air///@@Waste///Smart', 2, 297, 1, '2017-07-04 05:10:05', '2017-07-04 05:10:05'),
+(930, 'What is the antonym of the word Attrition?', 'Gentleness///Severity///@@Buildup///Unknowing', 3, 297, 1, '2017-07-04 05:10:05', '2017-07-04 05:10:05'),
+(931, 'What is the meaning of the word Astute?', 'অনাড়ম্বরতা///পরিবেশ///ঘর্ষণজনিত&nbsp; ক্ষয়///@@ধূর্ত', 1, 296, 1, '2017-07-04 05:10:09', '2017-07-04 05:10:09'),
+(932, 'What is the synonym of the word Astute?', 'Strictness///Air///Waste///@@Smart', 2, 296, 1, '2017-07-04 05:10:09', '2017-07-04 05:10:09'),
+(933, 'What is the antonym of the word Astute?', 'Gentleness///Severity///Buildup///@@Unknowing', 3, 296, 1, '2017-07-04 05:10:09', '2017-07-04 05:10:09'),
+(934, 'What is the meaning of the word Entrepreneur?', 'প্রমাণ করা///অরক্ষিত///@@ব্যবসায়ে ঝুঁকিদার///সমৃদ্ধিশালী', 1, 523, 1, '2017-07-04 05:11:33', '2017-07-04 05:11:33'),
+(935, 'What is the synonym of the word Entrepreneur?', '@@Industrialist/// Vulnerable /// Opulent /// Tentative', 2, 523, 1, '2017-07-04 05:11:33', '2017-07-04 05:11:33'),
+(936, 'What is the antonym of the word Entrepreneur?', '', 3, 523, 1, '2017-07-04 05:11:33', '2017-07-04 05:11:33'),
+(937, 'What is the meaning of the word Entrap?', '@@ফাঁদে আটকান/// আত্মসংযম /// সাবধান /// বাতিকগ্রস্ত', 1, 522, 1, '2017-07-04 05:13:44', '2017-07-04 05:13:44'),
+(938, 'What is the synonym of the word Entrap?', 'Disentangle///Untangle ///@@Enmesh', 2, 522, 1, '2017-07-04 05:13:44', '2017-07-04 05:13:44'),
+(939, 'What is the antonym of the word Entrap?', '@@Disentangle///Catch up///Enmesh///Mesh', 3, 522, 1, '2017-07-04 05:13:44', '2017-07-04 05:13:44'),
+(940, 'What is the meaning of the word Enrage?', '@@ক্রুদ্ধ/// বৃদ্ধি /// খেয়ালী/// তীব্র', 1, 521, 1, '2017-07-04 05:18:57', '2017-07-04 05:18:57'),
+(941, 'What is the synonym of the word Enrage?', 'Delight///Gratify///Please///@@Anger', 2, 521, 1, '2017-07-04 05:18:57', '2017-07-04 05:18:57'),
+(942, 'What is the antonym of the word Enrage?', 'Anger///Incense///Madden///@@Delight', 3, 521, 1, '2017-07-04 05:18:57', '2017-07-04 05:18:57'),
+(943, 'What is the meaning of the word Enigma?', '@@ধাঁধা///খেয়ালী///বাতিকগ্রস্ত /// সতর্ক', 1, 520, 1, '2017-07-04 05:21:30', '2017-07-04 05:21:30'),
+(944, 'What is the synonym of the word Enigma?', 'Wary///@@Puzzle///Vulnerable///Insidious', 2, 520, 1, '2017-07-04 05:21:30', '2017-07-04 05:21:30'),
+(945, 'What is the antonym of the word Enigma?', '', 3, 520, 1, '2017-07-04 05:21:30', '2017-07-04 05:21:30'),
+(946, 'What is the meaning of the word Engulf?', 'উন্নতিশীল///আত্মসংযম ///@@সম্পূর্ণরূপে গ্রাস করা/// প্রসারিত করা', 1, 519, 1, '2017-07-04 05:23:59', '2017-07-04 05:23:59'),
+(947, 'What is the synonym of the word Engulf?', 'Drain ///@@Deluge/// Propel /// Outwit', 2, 519, 1, '2017-07-04 05:23:59', '2017-07-04 05:23:59'),
+(948, 'What is the antonym of the word Engulf?', '@@Drain ///Deluge///Overflow///Submerge', 3, 519, 1, '2017-07-04 05:23:59', '2017-07-04 05:23:59'),
+(949, 'What is the meaning of the word Encroach?', '@@অনধিকার প্রবেশ করা /// তীব্র তিরস্কার /// অত্যধিক লোলুপ /// অনুমোদন করা', 1, 518, 1, '2017-07-04 05:35:52', '2017-07-04 05:35:52'),
+(950, 'What is the synonym of the word Encroach?', 'Ravage /// Outwit ///Rapture ///@@Creep', 2, 518, 1, '2017-07-04 05:35:52', '2017-07-04 05:35:52'),
+(951, 'What is the antonym of the word Encroach?', '', 3, 518, 1, '2017-07-04 05:35:52', '2017-07-04 05:35:52'),
+(952, 'What is the meaning of the word Inaugurate?', 'আশুরচনা করা///@@প্রবর্তন করা///কারাদণ্ড//বিনা প্রস্তুতিতে', 1, 655, 1, '2017-07-04 05:37:27', '2017-07-04 05:37:27'),
+(953, 'What is the synonym of the word Inaugurate?', 'Confinement///Unprepared///Extempore///@@Establish', 2, 655, 1, '2017-07-04 05:37:27', '2017-07-04 05:37:27'),
+(954, 'What is the antonym of the word Inaugurate?', '@@Shut///Confinement/// Rehearsed///none of this', 3, 655, 1, '2017-07-04 05:37:27', '2017-07-04 05:37:27'),
+(955, 'What is the meaning of the word Imprisonment?', 'আশুরচনা করা///প্রবর্তন করা///@@কারাদণ্ড///বিনা প্রস্তুতিতে', 1, 652, 1, '2017-07-04 05:37:30', '2017-07-04 05:37:30'),
+(956, 'What is the synonym of the word Imprisonment?', '@@Confinement///Unprepared///Extempore///Establish', 2, 652, 1, '2017-07-04 05:37:30', '2017-07-04 05:37:30'),
+(957, 'What is the antonym of the word Imprisonment?', '', 3, 652, 1, '2017-07-04 05:37:30', '2017-07-04 05:37:30'),
+(958, 'What is the meaning of the word Improvise?', '@@আশুরচনা করা///প্রবর্তন করা///কারাদণ্ড///বিনা প্রস্তুতিতে', 1, 654, 1, '2017-07-04 05:37:32', '2017-07-04 05:37:32'),
+(959, 'What is the synonym of the word Improvise?', 'Confinement///@@Unprepared///Extempore///Establish', 2, 654, 1, '2017-07-04 05:37:32', '2017-07-04 05:37:32'),
+(960, 'What is the antonym of the word Improvise?', 'Shut///Confinement///@@Rehearsed///none of this', 3, 654, 1, '2017-07-04 05:37:32', '2017-07-04 05:37:32'),
+(961, 'What is the meaning of the word Impromptu?', 'আশুরচনা করা///প্রবর্তন করা///কারাদণ্ড///@@বিনা প্রস্তুতিতে', 1, 653, 1, '2017-07-04 05:37:34', '2017-07-04 05:37:34'),
+(962, 'What is the synonym of the word Impromptu?', 'Confinement///Unprepared///@@Extempore///Establish', 2, 653, 1, '2017-07-04 05:37:34', '2017-07-04 05:37:34'),
+(963, 'What is the antonym of the word Impromptu?', 'Shut///Confinement///@@Rehearsed///none of this', 3, 653, 1, '2017-07-04 05:37:34', '2017-07-04 05:37:34'),
+(964, 'What is the meaning of the word Encompass?', '@@পরিবেষ্টন করা/// চালাকিতে টেক্কা দেওয়া /// কর্তৃত্বের জোরে /// দলিলের ধারা বা শর্ত', 1, 517, 1, '2017-07-04 05:37:59', '2017-07-04 05:37:59'),
+(965, 'What is the synonym of the word Encompass?', 'Exclude///Leav///Omit///@@Circle', 2, 517, 1, '2017-07-04 05:37:59', '2017-07-04 05:37:59'),
+(966, 'What is the antonym of the word Encompass?', '@@Exclude///Circle///Encircle///Surround', 3, 517, 1, '2017-07-04 05:37:59', '2017-07-04 05:37:59'),
+(967, 'What is the meaning of the word Emulate?', '@@সমকক্ষ হইতে চেষ্টা করা /// সরে আসা /// ফলাফল সম্পর্কে চিন্তাভাবনাহীন /// অনুমোদন করা', 1, 515, 1, '2017-07-04 05:44:46', '2017-07-04 05:44:46'),
+(968, 'What is the synonym of the word Emulate?', 'Readily /// Recoil /// Odor ///@@Equal', 2, 515, 1, '2017-07-04 05:44:46', '2017-07-04 05:44:46'),
+(969, 'What is the antonym of the word Emulate?', '', 3, 515, 1, '2017-07-04 05:44:46', '2017-07-04 05:44:46'),
+(970, 'What is the meaning of the word Empower?', 'প্রতিবন্ধক ///@@অধিকারী করা /// সহসা কৃত /// প্রতিরোধ করা', 1, 514, 1, '2017-07-04 05:47:12', '2017-07-04 05:47:12'),
+(971, 'What is the synonym of the word Empower?', 'Disqualify ///@@Accredit/// Messy /// Malady', 2, 514, 1, '2017-07-04 05:47:12', '2017-07-04 05:47:12'),
+(972, 'What is the antonym of the word Empower?', 'Accredit///Commission///License///@@Disqualify', 3, 514, 1, '2017-07-04 05:47:12', '2017-07-04 05:47:12'),
+(973, 'What is the meaning of the word Emphatic?', 'ছেদন করা ///কোপ দিয়া কাটা///@@জোরালো /// বিশৃংখল', 1, 513, 1, '2017-07-04 05:49:33', '2017-07-04 05:49:33'),
+(974, 'What is the synonym of the word Emphatic?', 'Nonassertive///Nonemphatic///Unemphatic ///@@Aggressive', 2, 513, 1, '2017-07-04 05:49:33', '2017-07-04 05:49:33'),
+(975, 'What is the antonym of the word Emphatic?', 'Aggressive///@@Nonassertive///Forceful///Muscular', 3, 513, 1, '2017-07-04 05:49:33', '2017-07-04 05:49:33'),
+(976, 'What is the meaning of the word Assiduous?', '@@অভিনিবিষ্ট///মিথ্যা দুর্নাম রটানো///হতভম্ব করা///সমীভবন', 1, 293, 1, '2017-07-04 05:51:11', '2017-07-04 05:51:11'),
+(977, 'What is the synonym of the word Assiduous?', '@@Laborious///Insult///Astonish///Incorporate', 2, 293, 1, '2017-07-04 05:51:11', '2017-07-04 05:51:11'),
+(978, 'What is the antonym of the word Assiduous?', '@@Unemployed///Compliment///calm///Reject', 3, 293, 1, '2017-07-04 05:51:11', '2017-07-04 05:51:11'),
+(979, 'What is the meaning of the word Emphasize?', 'আদেশপত্র ///@@জোর দেওয়া /// অহিতেচ্ছা ///মেরামত করা', 1, 512, 1, '2017-07-04 05:52:29', '2017-07-04 05:52:29'),
+(980, 'What is the synonym of the word Emphasize?', 'De-emphasize///Play down ///@@Accent/// Loath', 2, 512, 1, '2017-07-04 05:52:29', '2017-07-04 05:52:29'),
+(981, 'What is the antonym of the word Emphasize?', 'Accent///Feature///Point///@@De-emphasize', 3, 512, 1, '2017-07-04 05:52:29', '2017-07-04 05:52:29'),
+(982, 'What is the meaning of the word Asperse?', 'অভিনিবিষ্ট///@@মিথ্যা দুর্নাম রটানো///হতভম্ব করা///সমীভবন', 1, 292, 1, '2017-07-04 05:52:51', '2017-07-04 05:52:51'),
+(983, 'What is the synonym of the word Asperse?', 'Laborious///@@Insult///Astonish///Incorporate', 2, 292, 1, '2017-07-04 05:52:51', '2017-07-04 05:52:51'),
+(984, 'What is the antonym of the word Asperse?', 'Unemployed///@@Compliment///calm///Reject', 3, 292, 1, '2017-07-04 05:52:51', '2017-07-04 05:52:51'),
+(985, 'What is the meaning of the word Astound?', 'অভিনিবিষ্ট///মিথ্যা দুর্নাম রটানো///@@হতভম্ব করা///সমীভবন', 1, 295, 1, '2017-07-04 05:52:54', '2017-07-04 05:52:54'),
+(986, 'What is the synonym of the word Astound?', 'Laborious///Insult///@@Astonish///Incorporate', 2, 295, 1, '2017-07-04 05:52:54', '2017-07-04 05:52:54'),
+(987, 'What is the antonym of the word Astound?', 'Unemployed///Compliment///@@calm///Reject', 3, 295, 1, '2017-07-04 05:52:54', '2017-07-04 05:52:54'),
+(988, 'What is the meaning of the word Eminent?', 'বিলাপ ///@@মহান /// শ্রমশীল /// কর্কশ', 1, 511, 1, '2017-07-04 05:54:36', '2017-07-04 05:54:36'),
+(989, 'What is the synonym of the word Eminent?', '@@Bright Noble/// Jeopardy /// Kindle /// Leash', 2, 511, 1, '2017-07-04 05:54:36', '2017-07-04 05:54:36'),
+(990, 'What is the antonym of the word Eminent?', '', 3, 511, 1, '2017-07-04 05:54:36', '2017-07-04 05:54:36'),
+(991, 'What is the meaning of the word Impeach?', '@@নিন্দা করা///নিষ্পাপ///বিস্ময়কর///অক্ষমতা', 1, 648, 1, '2017-07-04 05:54:53', '2017-07-04 05:54:53'),
+(992, 'What is the synonym of the word Impeach?', 'Indefectible///@@Defame///Powerlessness///Striking', 2, 648, 1, '2017-07-04 05:54:53', '2017-07-04 05:54:53'),
+(993, 'What is the antonym of the word Impeach?', '', 3, 648, 1, '2017-07-04 05:54:53', '2017-07-04 05:54:53'),
+(994, 'What is the meaning of the word Impeccable?', 'নিন্দা করা///@@নিষ্পাপ///বিস্ময়কর///অক্ষমতা', 1, 649, 1, '2017-07-04 05:54:56', '2017-07-04 05:54:56'),
+(995, 'What is the synonym of the word Impeccable?', '@@Indefectible///Defame///Powerlessness///Striking', 2, 649, 1, '2017-07-04 05:54:56', '2017-07-04 05:54:56'),
+(996, 'What is the antonym of the word Impeccable?', 'Impeach///@@Amiss///Power///Unimpressive', 3, 649, 1, '2017-07-04 05:54:56', '2017-07-04 05:54:56'),
+(997, 'What is the meaning of the word Impotence?', 'নিন্দা করা///নিষ্পাপ///বিস্ময়কর///@@অক্ষমতা', 1, 651, 1, '2017-07-04 05:54:59', '2017-07-04 05:54:59'),
+(998, 'What is the synonym of the word Impotence?', 'Indefectible///Defame///@@Powerlessness///Striking', 2, 651, 1, '2017-07-04 05:54:59', '2017-07-04 05:54:59'),
+(999, 'What is the antonym of the word Impotence?', 'Impeach///Amiss///@@Power///Unimpressive', 3, 651, 1, '2017-07-04 05:54:59', '2017-07-04 05:54:59'),
+(1000, 'What is the meaning of the word Imposing?', 'নিন্দা করা///নিষ্পাপ///@@বিস্ময়কর///অক্ষমতা', 1, 650, 1, '2017-07-04 05:55:03', '2017-07-04 05:55:03'),
+(1001, 'What is the synonym of the word Imposing?', 'Indefectible///Defame///Powerlessness///@@Striking', 2, 650, 1, '2017-07-04 05:55:03', '2017-07-04 05:55:03'),
+(1002, 'What is the antonym of the word Imposing?', 'Impeach///Amiss///Power///@@Unimpressive', 3, 650, 1, '2017-07-04 05:55:03', '2017-07-04 05:55:03');
+INSERT INTO `vocabulary_questions` (`vocabulary_question_id`, `question`, `options`, `level`, `word_id`, `display`, `created_at`, `updated_at`) VALUES
+(1003, 'What is the meaning of the word Assimilate?', 'অভিনিবিষ্ট///মিথ্যা দুর্নাম রটানো///হতভম্ব করা///@@সমীভবন', 1, 294, 1, '2017-07-04 05:56:45', '2017-07-04 05:56:45'),
+(1004, 'What is the synonym of the word Assimilate?', 'Laborious///Insult///Astonish///@@Incorporate', 2, 294, 1, '2017-07-04 05:56:45', '2017-07-04 05:56:45'),
+(1005, 'What is the antonym of the word Assimilate?', 'Unemployed///Compliment///calm///@@Reject', 3, 294, 1, '2017-07-04 05:56:45', '2017-07-04 05:56:45'),
+(1006, 'What is the meaning of the word Embroider?', 'অতি ক্ষুদ্র অংশ বা ভাগ///@@সূচিশিল্প দ্বারা পরিশোভিত করা/// লাফিয়ে পিছিয়ে আসা /// অত্যধিক লোলুপ', 1, 510, 1, '2017-07-04 05:58:16', '2017-07-04 05:58:16'),
+(1007, 'What is the synonym of the word Embroider?', '@@Elaborate/// Panacea /// Notable /// Oasis', 2, 510, 1, '2017-07-04 05:58:16', '2017-07-04 05:58:16'),
+(1008, 'What is the antonym of the word Embroider?', '', 3, 510, 1, '2017-07-04 05:58:16', '2017-07-04 05:58:16'),
+(1009, 'What is the meaning of the word Elusive?', '@@পলাইতে পারে এমন/// আগুন জ্বালানো&nbsp; /// ক্ষীণ বা অবসাদগ্রস্ত হওয়া /// শ্রমসাপেক্ষ', 1, 509, 1, '2017-07-04 06:00:47', '2017-07-04 06:00:47'),
+(1010, 'What is the synonym of the word Elusive?', 'Definite///@@Evasive///Tangle/// Jeer', 2, 509, 1, '2017-07-04 06:00:47', '2017-07-04 06:00:47'),
+(1011, 'What is the antonym of the word Elusive?', '@@Definite///Evasive///Fugitive///Slippery', 3, 509, 1, '2017-07-04 06:00:47', '2017-07-04 06:00:47'),
+(1012, 'What is the meaning of the word Elude?', 'বিচারের অধিকার///@@কৌশল এড়ান/// বিদ্রুপ করা///গুণকীর্তন করা', 1, 508, 1, '2017-07-04 06:03:26', '2017-07-04 06:03:26'),
+(1013, 'What is the synonym of the word Elude?', '@@Finesse/// Kindle /// Isolate /// Intimate', 2, 508, 1, '2017-07-04 06:03:26', '2017-07-04 06:03:26'),
+(1014, 'What is the antonym of the word Elude?', '', 3, 508, 1, '2017-07-04 06:03:26', '2017-07-04 06:03:26'),
+(1015, 'What is the meaning of the word Elucidate?', 'অন্তর্নিহিত /// অনুভূতি /// আবাহন ///@@স্পষ্ট করা', 1, 507, 1, '2017-07-04 06:06:35', '2017-07-04 06:06:35'),
+(1016, 'What is the synonym of the word Elucidate?', '@@Explain///Obscure///Confuse/// Intuition', 2, 507, 1, '2017-07-04 06:06:35', '2017-07-04 06:06:35'),
+(1017, 'What is the antonym of the word Elucidate?', 'Clarify/// Hurdle ///Explain///@@Obscure', 3, 507, 1, '2017-07-04 06:06:35', '2017-07-04 06:06:35'),
+(1018, 'What is the meaning of the word Eloquence?', '@@বাগ্মিতা /// ক্ষুধার্ত /// লোভাতুর /// মুক্তিপণ', 1, 506, 1, '2017-07-04 06:09:01', '2017-07-04 06:09:01'),
+(1019, 'What is the synonym of the word Eloquence?', 'Inarticulateness///@@Articulacy/// Rebate/// Prod', 2, 506, 1, '2017-07-04 06:09:01', '2017-07-04 06:09:01'),
+(1020, 'What is the antonym of the word Eloquence?', '@@Inarticulateness /// Outwit ///Poetry///Rhetoric', 3, 506, 1, '2017-07-04 06:09:01', '2017-07-04 06:09:01'),
+(1021, 'What is the meaning of the word Elevate?', '@@উন্নীত করা/// চিরস্থায়ী করা /// চিন্তানিমগ্ন /// রুচিকর', 1, 505, 1, '2017-07-04 06:13:51', '2017-07-04 06:13:51'),
+(1022, 'What is the synonym of the word Elevate?', 'Methodical///@@Lift up/// Moist /// Legalize', 2, 505, 1, '2017-07-04 06:13:51', '2017-07-04 06:13:51'),
+(1023, 'What is the antonym of the word Elevate?', '@@Lift down/// Levy/// Lurk /// Jeer', 3, 505, 1, '2017-07-04 06:13:51', '2017-07-04 06:13:51'),
+(1024, 'What is the meaning of the word Impale?', 'পক্ষপাতশূন্য/// অধীর///@@অবরুদ্ধ করা///আমদানি করা', 1, 644, 1, '2017-07-04 06:15:59', '2017-07-04 06:15:59'),
+(1025, 'What is the synonym of the word Impale?', 'Enthused///Indifferent///Signify///@@Lance', 2, 644, 1, '2017-07-04 06:15:59', '2017-07-04 06:15:59'),
+(1026, 'What is the antonym of the word Impale?', 'Apathetic/// Partial///Export///@@Impale', 3, 644, 1, '2017-07-04 06:15:59', '2017-07-04 06:15:59'),
+(1027, 'What is the meaning of the word Impart?', 'পক্ষপাতশূন্য/// অধীর///অবরুদ্ধ করা///@@আমদানি করা', 1, 645, 1, '2017-07-04 06:16:03', '2017-07-04 06:16:03'),
+(1028, 'What is the synonym of the word Impart?', 'Enthused///Indifferent///@@Signify///Lance', 2, 645, 1, '2017-07-04 06:16:03', '2017-07-04 06:16:03'),
+(1029, 'What is the antonym of the word Impart?', 'Apathetic/// Partial///@@Export///Impale', 3, 645, 1, '2017-07-04 06:16:03', '2017-07-04 06:16:03'),
+(1030, 'What is the meaning of the word Impartial?', '@@পক্ষপাতশূন্য///&nbsp;অধীর///অবরুদ্ধ করা///আমদানি করা', 1, 646, 1, '2017-07-04 06:16:06', '2017-07-04 06:16:06'),
+(1031, 'What is the synonym of the word Impartial?', 'Enthused///@@Indifferent///Signify///Lance', 2, 646, 1, '2017-07-04 06:16:06', '2017-07-04 06:16:06'),
+(1032, 'What is the antonym of the word Impartial?', 'Apathetic///@@Partial///Export///Impale', 3, 646, 1, '2017-07-04 06:16:06', '2017-07-04 06:16:06'),
+(1033, 'What is the meaning of the word Impatient?', 'পক্ষপাতশূন্য///@@অধীর///অবরুদ্ধ করা///আমদানি করা', 1, 647, 1, '2017-07-04 06:16:09', '2017-07-04 06:16:09'),
+(1034, 'What is the synonym of the word Impatient?', 'Enthused///Indifferent///Signify///Lance', 2, 647, 1, '2017-07-04 06:16:09', '2017-07-04 06:16:09'),
+(1035, 'What is the antonym of the word Impatient?', '@@Apathetic///&nbsp;Partial///Export///Impale', 3, 647, 1, '2017-07-04 06:16:09', '2017-07-04 06:16:09'),
+(1036, 'What is the meaning of the word Elementary?', 'চর্মবন্ধন///@@প্রাথমিক/// ব্যঙ্গ করা/// আওতা', 1, 504, 1, '2017-07-04 06:16:15', '2017-07-04 06:16:15'),
+(1037, 'What is the synonym of the word Elementary?', '@@Abecedarian///Advanced/// Lament /// Inaugurate', 2, 504, 1, '2017-07-04 06:16:15', '2017-07-04 06:16:15'),
+(1038, 'What is the antonym of the word Elementary?', 'Abecedarian///Elemental///Rudimentary///@@Advanced', 3, 504, 1, '2017-07-04 06:16:15', '2017-07-04 06:16:15'),
+(1039, 'What is the meaning of the word Elapse?', '@@&nbsp;অতিবাহিত হওয়া/// প্রবর্তন করা/// উত্তেজিত করা/// অধ্যবসায়ী', 1, 503, 1, '2017-07-04 06:20:38', '2017-07-04 06:20:38'),
+(1040, 'What is the synonym of the word Elapse?', '@@Close///Continue///Hang on///Persist', 2, 503, 1, '2017-07-04 06:20:38', '2017-07-04 06:20:38'),
+(1041, 'What is the antonym of the word Elapse?', 'Close///Quit///Stop///@@Persist', 3, 503, 1, '2017-07-04 06:20:38', '2017-07-04 06:20:38'),
+(1042, 'What is the meaning of the word Elaborate?', 'কল্পনাতীত///@@সম্প্রসারিত করা///উদ্দীপ্ত করা///পতিত হওয়া', 1, 502, 1, '2017-07-04 06:22:55', '2017-07-04 06:22:55'),
+(1043, 'What is the synonym of the word Elaborate?', 'No-frills///Simple///Unfancy///@@Fancy', 2, 502, 1, '2017-07-04 06:22:55', '2017-07-04 06:22:55'),
+(1044, 'What is the antonym of the word Elaborate?', 'Complex///Detailed///@@Unfancy///Fancy', 3, 502, 1, '2017-07-04 06:22:55', '2017-07-04 06:22:55'),
+(1045, 'What is the meaning of the word Efface?', 'বিনা প্রস্তুতিতে///@@নিশ্চিহ্ন করা///আমদানি করা///অবরুদ্ধ করা', 1, 501, 1, '2017-07-04 06:27:56', '2017-07-04 06:27:56'),
+(1046, 'What is the synonym of the word Efface?', '@@Black out///Engrave///Break/// Immobile', 2, 501, 1, '2017-07-04 06:27:56', '2017-07-04 06:27:56'),
+(1047, 'What is the antonym of the word Efface?', 'Hygiene///@@Engrave///Haven', 3, 501, 1, '2017-07-04 06:27:56', '2017-07-04 06:27:56'),
+(1048, 'What is the meaning of the word Edible?', 'উত্তোলন///ধোঁকা///@@ভক্ষণীয়///কর্কশ', 1, 500, 1, '2017-07-04 06:30:26', '2017-07-04 06:30:26'),
+(1049, 'What is the synonym of the word Edible?', 'Inedible///Nonedible///Uneatable///@@Comestible', 2, 500, 1, '2017-07-04 06:30:26', '2017-07-04 06:30:26'),
+(1050, 'What is the antonym of the word Edible?', 'Comestible///Eatable///Eating///@@Nonedible', 3, 500, 1, '2017-07-04 06:30:26', '2017-07-04 06:30:26'),
+(1051, 'What is the meaning of the word Ecstasy?', 'অবাধ্য///@@ভাবাবেশ///নির্জনবাসী///ফাঁকি', 1, 499, 1, '2017-07-04 06:34:38', '2017-07-04 06:34:38'),
+(1052, 'What is the synonym of the word Ecstasy?', 'Pression///Agony///@@Cloud nine///Haul', 2, 499, 1, '2017-07-04 06:34:38', '2017-07-04 06:34:38'),
+(1053, 'What is the antonym of the word Ecstasy?', 'Cloud nine///Heaven///Rapture///@@Depression', 3, 499, 1, '2017-07-04 06:34:38', '2017-07-04 06:34:38'),
+(1054, 'What is the meaning of the word Immortal?', 'গতিহীন///@@অবিনশ্বর///আসন্ন///প্রাপ্ত', 1, 642, 1, '2017-07-04 06:35:08', '2017-07-04 06:35:08'),
+(1055, 'What is the synonym of the word Immortal?', 'Impending///@@Endless///Stationary/// Protected', 2, 642, 1, '2017-07-04 06:35:08', '2017-07-04 06:35:08'),
+(1056, 'What is the antonym of the word Immortal?', '@@Impermanent///Recent///Susceptible///Mobile', 3, 642, 1, '2017-07-04 06:35:08', '2017-07-04 06:35:08'),
+(1057, 'What is the meaning of the word Imminent?', 'গতিহীন///অবিনশ্বর///@@আসন্ন///প্রাপ্ত', 1, 640, 1, '2017-07-04 06:35:11', '2017-07-04 06:35:11'),
+(1058, 'What is the synonym of the word Imminent?', '@@Impending///&nbsp;Endless///Stationary///&nbsp;Protected', 2, 640, 1, '2017-07-04 06:35:11', '2017-07-04 06:35:11'),
+(1059, 'What is the antonym of the word Imminent?', 'Impermanent///@@Recent///Susceptible///Mobile', 3, 640, 1, '2017-07-04 06:35:11', '2017-07-04 06:35:11'),
+(1060, 'What is the meaning of the word Immune?', 'গতিহীন///অবিনশ্বর///আসন্ন///@@প্রাপ্ত', 1, 643, 1, '2017-07-04 06:35:12', '2017-07-04 06:35:12'),
+(1061, 'What is the synonym of the word Immune?', 'Impending/// Endless///Stationary///@@Protected', 2, 643, 1, '2017-07-04 06:35:12', '2017-07-04 06:35:12'),
+(1062, 'What is the antonym of the word Immune?', 'Impermanent///Recent///@@Susceptible///Mobile', 3, 643, 1, '2017-07-04 06:35:12', '2017-07-04 06:35:12'),
+(1063, 'What is the meaning of the word Immobile?', '@@গতিহীন///অবিনশ্বর///আসন্ন///প্রাপ্ত&nbsp;', 1, 641, 1, '2017-07-04 06:35:14', '2017-07-04 06:35:14'),
+(1064, 'What is the synonym of the word Immobile?', 'Impending/// Endless///@@Stationary/// Protected', 2, 641, 1, '2017-07-04 06:35:14', '2017-07-04 06:35:14'),
+(1065, 'What is the antonym of the word Immobile?', 'Impermanent///Recent///Susceptible///@@Mobile', 3, 641, 1, '2017-07-04 06:35:14', '2017-07-04 06:35:14'),
+(1066, 'What is the meaning of the word Eccentric?', '@@খামখেয়ালী///ফেঁসফেঁসে///ব্যস্ততা///উত্তেজনা', 1, 498, 1, '2017-07-04 06:38:57', '2017-07-04 06:38:57'),
+(1067, 'What is the synonym of the word Eccentric?', 'Conventional///@@Bizarre///Hoarse///Grieve', 2, 498, 1, '2017-07-04 06:38:57', '2017-07-04 06:38:57'),
+(1068, 'What is the antonym of the word Eccentric?', 'Bizarre///Outlandish///Strange///@@Conventional', 3, 498, 1, '2017-07-04 06:38:57', '2017-07-04 06:38:57'),
+(1069, 'What is the meaning of the word Dye?', '@@রাঙিয়ে দেওয়া///দুহাতে জড়িয়ে ধরা///ত্বরন্বিত হত্তয়া ///মনে আঘাত দেওয়া', 1, 497, 1, '2017-07-04 06:41:46', '2017-07-04 06:41:46'),
+(1070, 'What is the synonym of the word Dye?', '@@Dyestuff///Grasp///Fret///Proliferate', 2, 497, 1, '2017-07-04 06:41:46', '2017-07-04 06:41:46'),
+(1071, 'What is the antonym of the word Dye?', '', 3, 497, 1, '2017-07-04 06:41:47', '2017-07-04 06:41:47'),
+(1072, 'What is the meaning of the word Dwindle?', '@@অবক্ষয়িত হওয়া///প্রসারিত হওয়া///বিচক্ষণ///সন্মুখে চালান', 1, 496, 1, '2017-07-04 06:45:13', '2017-07-04 06:45:13'),
+(1073, 'What is the synonym of the word Dwindle?', 'Augment///Boost///Expand///@@Abate', 2, 496, 1, '2017-07-04 06:45:13', '2017-07-04 06:45:13'),
+(1074, 'What is the antonym of the word Dwindle?', '@@Augment///Abate///Drop///Lessen', 3, 496, 1, '2017-07-04 06:45:13', '2017-07-04 06:45:13'),
+(1075, 'What is the meaning of the word Imbibe?', 'অপরিমেয়/// নকল করা///@@আত্মভূত করা/// বিশদ বা স্পষ্ট করা', 1, 637, 1, '2017-07-04 06:45:37', '2017-07-04 06:45:37'),
+(1076, 'What is the synonym of the word Imbibe?', 'Mime///Gigantic/// Instance///@@Hoist', 2, 637, 1, '2017-07-04 06:45:37', '2017-07-04 06:45:37'),
+(1077, 'What is the antonym of the word Imbibe?', '', 3, 637, 1, '2017-07-04 06:45:37', '2017-07-04 06:45:37'),
+(1078, 'What is the meaning of the word Imitate?', 'অপরিমেয়///@@নকল করা///আত্মভূত করা/// বিশদ বা স্পষ্ট করা', 1, 638, 1, '2017-07-04 06:45:39', '2017-07-04 06:45:39'),
+(1079, 'What is the synonym of the word Imitate?', '@@Mime///Gigantic///&nbsp;Instance///Hoist', 2, 638, 1, '2017-07-04 06:45:39', '2017-07-04 06:45:39'),
+(1080, 'What is the antonym of the word Imitate?', 'Bantam///Obscure///@@Originate///Imbibe', 3, 638, 1, '2017-07-04 06:45:39', '2017-07-04 06:45:39'),
+(1081, 'What is the meaning of the word Illustrate?', 'অপরিমেয়/// নকল করা///আত্মভূত করা///@@বিশদ বা স্পষ্ট করা', 1, 636, 1, '2017-07-04 06:45:41', '2017-07-04 06:45:41'),
+(1082, 'What is the synonym of the word Illustrate?', 'Mime///Gigantic///@@ Instance///Hoist', 2, 636, 1, '2017-07-04 06:45:41', '2017-07-04 06:45:41'),
+(1083, 'What is the antonym of the word Illustrate?', 'Bantam///@@Obscure///Originate///Imbibe', 3, 636, 1, '2017-07-04 06:45:41', '2017-07-04 06:45:41'),
+(1084, 'What is the meaning of the word Immence?', '@@অপরিমেয়///&nbsp;নকল করা///আত্মভূত করা///&nbsp;বিশদ বা স্পষ্ট করা&nbsp;', 1, 639, 1, '2017-07-04 06:45:44', '2017-07-04 06:45:44'),
+(1085, 'What is the synonym of the word Immence?', 'Mime///@@Gigantic/// Instance///Hoist', 2, 639, 1, '2017-07-04 06:45:44', '2017-07-04 06:45:44'),
+(1086, 'What is the antonym of the word Immence?', '@@Bantam///Obscure///Originate///Imbibe', 3, 639, 1, '2017-07-04 06:45:44', '2017-07-04 06:45:44'),
+(1087, 'What is the meaning of the word Dungeon?', 'গভীর///প্রগাঢ়///@@অন্ধকূপ///তীক্ষ্ণ', 1, 495, 1, '2017-07-04 06:47:19', '2017-07-04 06:47:19'),
+(1088, 'What is the synonym of the word Dungeon?', '@@Prison///Prod///Prolong///Prop', 2, 495, 1, '2017-07-04 06:47:19', '2017-07-04 06:47:19'),
+(1089, 'What is the antonym of the word Dungeon?', '', 3, 495, 1, '2017-07-04 06:47:19', '2017-07-04 06:47:19'),
+(1090, 'What is the meaning of the word Dual?', '@@&nbsp;দ্বৈত///মধ্যে///ভারী///শক্তিশালী', 1, 494, 1, '2017-07-04 06:51:16', '2017-07-04 06:51:16'),
+(1091, 'What is the synonym of the word Dual?', '@@Binary///Hexa///De///None Of Those', 2, 494, 1, '2017-07-04 06:51:16', '2017-07-04 06:51:16'),
+(1092, 'What is the antonym of the word Dual?', '@@Single///Two', 3, 494, 1, '2017-07-04 06:51:16', '2017-07-04 06:51:16'),
+(1093, 'What is the meaning of the word Drowsy?', 'শক্তিশালী ///@@তন্দ্রালু///আদিম///প্রতিরোধ', 1, 493, 1, '2017-07-04 06:57:01', '2017-07-04 06:57:01'),
+(1094, 'What is the synonym of the word Drowsy?', '@@Sleepy///Alert///Onscious///Wakeful', 2, 493, 1, '2017-07-04 06:57:01', '2017-07-04 06:57:01'),
+(1095, 'What is the antonym of the word Drowsy?', 'Drogue///Droit///Droll///@@Wakeful', 3, 493, 1, '2017-07-04 06:57:01', '2017-07-04 06:57:01'),
+(1096, 'What is the meaning of the word Drought?', '@@অনাবৃষ্টি///নিমজ্জন///ঝম্প/// মৌলিক', 1, 492, 1, '2017-07-04 07:01:31', '2017-07-04 07:01:31'),
+(1097, 'What is the synonym of the word Drought?', 'Plenty///@@Crunch///Abundance///Opulence', 2, 492, 1, '2017-07-04 07:01:31', '2017-07-04 07:01:31'),
+(1098, 'What is the antonym of the word Drought?', 'Crunch///Dearth///Famine///@@Plenty', 3, 492, 1, '2017-07-04 07:01:31', '2017-07-04 07:01:31'),
+(1099, 'What is the meaning of the word Drizzle?', 'নিমজ্জন///@@ঝিরঝিরে হালকা বৃষ্টি/// সংক্রামক মহামারী///নৌচালনবিদ্যা', 1, 491, 1, '2017-07-04 07:06:29', '2017-07-04 07:06:29'),
+(1100, 'What is the synonym of the word Drizzle?', 'Mysterious///@@Mist///Nonsense///Oasis', 2, 491, 1, '2017-07-04 07:06:29', '2017-07-04 07:06:29'),
+(1101, 'What is the antonym of the word Drizzle?', '', 3, 491, 1, '2017-07-04 07:06:29', '2017-07-04 07:06:29'),
+(1102, 'What is the meaning of the word Drastic?', 'অযন্ত///@@তীব্র///কুখ্যাত///অনেক', 1, 490, 1, '2017-07-04 07:09:03', '2017-07-04 07:09:03'),
+(1103, 'What is the synonym of the word Drastic?', 'Modest/// Nimble ///@@Violent///Numb', 2, 490, 1, '2017-07-04 07:09:03', '2017-07-04 07:09:03'),
+(1104, 'What is the antonym of the word Drastic?', 'Violent///@@Modest///Severe/// Moist', 3, 490, 1, '2017-07-04 07:09:03', '2017-07-04 07:09:03'),
+(1105, 'What is the meaning of the word Dommed?', '@@দণ্ডপ্রাপ্ত///একঘেয়ে///দোষাক্রান্ত///প্রণোদনা', 1, 489, 1, '2017-07-04 07:10:50', '2017-07-04 07:10:50'),
+(1106, 'What is the synonym of the word Dommed?', 'Malice///Metabolism///@@Destined/// Maxim', 2, 489, 1, '2017-07-04 07:10:50', '2017-07-04 07:10:50'),
+(1107, 'What is the antonym of the word Dommed?', '', 3, 489, 1, '2017-07-04 07:10:50', '2017-07-04 07:10:50'),
+(1108, 'What is the meaning of the word Dominion?', 'উন্নতিশীল///@@রাজত্ব///ত্বরিত///গভীর', 1, 488, 1, '2017-07-04 07:19:15', '2017-07-04 07:19:15'),
+(1109, 'What is the synonym of the word Dominion?', 'Impotence///Powerlessness///@@Ascendance///Profound', 2, 488, 1, '2017-07-04 07:19:15', '2017-07-04 07:19:15'),
+(1110, 'What is the antonym of the word Dominion?', '@@Impotence///Ascendance///Dominance///Preeminence', 3, 488, 1, '2017-07-04 07:19:15', '2017-07-04 07:19:15'),
+(1111, 'What is the meaning of the word Dogmatic?', 'অনুসন্ধান///ক্ষিপ্র///@@অন্ধবিশ্বাসী///গভীর', 1, 487, 1, '2017-07-04 07:25:34', '2017-07-04 07:25:34'),
+(1112, 'What is the synonym of the word Dogmatic?', 'Prolong///@@Doctrinaire///Outwit///Undoctrinaire', 2, 487, 1, '2017-07-04 07:25:34', '2017-07-04 07:25:34'),
+(1113, 'What is the antonym of the word Dogmatic?', 'Undogmatic///@@Latitudinarian///Opinionated///Pontifical', 3, 487, 1, '2017-07-04 07:25:34', '2017-07-04 07:25:34'),
+(1114, 'What is the meaning of the word Dogma?', '@@অনুশাসন///পারস্পরিক///নির্দ্ধিধায়///বিধ্বস্ত', 1, 486, 1, '2017-07-04 07:29:39', '2017-07-04 07:29:39'),
+(1115, 'What is the synonym of the word Dogma?', 'Rapacious///Unvexed///Unfancy///@@Canon', 2, 486, 1, '2017-07-04 07:29:39', '2017-07-04 07:29:39'),
+(1116, 'What is the antonym of the word Dogma?', '', 3, 486, 1, '2017-07-04 07:29:39', '2017-07-04 07:29:39'),
+(1117, 'What is the meaning of the word Dodge?', 'বিধ্বস্ত করা///ছারখার করা///@@ধাক্কা এড়ানো///তীব্র তিরস্কার', 1, 485, 1, '2017-07-04 07:34:19', '2017-07-04 07:34:19'),
+(1118, 'What is the synonym of the word Dodge?', 'Follow///Keep///Obey///@@Trick', 2, 485, 1, '2017-07-04 07:34:19', '2017-07-04 07:34:19'),
+(1119, 'What is the antonym of the word Dodge?', '@@Observe///Artifice///Device///Trick', 3, 485, 1, '2017-07-04 07:34:19', '2017-07-04 07:34:19'),
+(1120, 'What is the meaning of the word Illuminate?', 'অজ্ঞতা///অবৈধ///@@জ্বালান///দুষ্পাঠ্য', 1, 635, 1, '2017-07-04 07:37:56', '2017-07-04 07:37:56'),
+(1121, 'What is the synonym of the word Illuminate?', 'Unlawful/// Incognizance///Unreadable ///@@Light up', 2, 635, 1, '2017-07-04 07:37:56', '2017-07-04 07:37:56'),
+(1122, 'What is the antonym of the word Illuminate?', 'Familiarity///Fair///Legitimate///@@Dark', 3, 635, 1, '2017-07-04 07:37:56', '2017-07-04 07:37:56'),
+(1123, 'What is the meaning of the word Illegitimate?', 'অজ্ঞতা///@@অবৈধ/// জ্বালান///দুষ্পাঠ্য', 1, 634, 1, '2017-07-04 07:37:58', '2017-07-04 07:37:58'),
+(1124, 'What is the synonym of the word Illegitimate?', '@@Unlawful///Incognizance///Unreadable ///Light up', 2, 634, 1, '2017-07-04 07:37:58', '2017-07-04 07:37:58'),
+(1125, 'What is the antonym of the word Illegitimate?', 'Familiarity///Fair///@@Legitimate///Dark', 3, 634, 1, '2017-07-04 07:37:58', '2017-07-04 07:37:58'),
+(1126, 'What is the meaning of the word Illegible?', 'অজ্ঞতা///অবৈধ/// জ্বালান///দুষ্পাঠ্য', 1, 633, 1, '2017-07-04 07:38:01', '2017-07-04 07:38:01'),
+(1127, 'What is the synonym of the word Illegible?', 'Unlawful/// Incognizance///@@Unreadable ///Light up', 2, 633, 1, '2017-07-04 07:38:01', '2017-07-04 07:38:01'),
+(1128, 'What is the antonym of the word Illegible?', 'Familiarity///@@Fair///Legitimate///Dark', 3, 633, 1, '2017-07-04 07:38:01', '2017-07-04 07:38:01'),
+(1129, 'What is the meaning of the word Ignorance?', '@@অজ্ঞতা///অবৈধ///&nbsp;জ্বালান///দুষ্পাঠ্য', 1, 632, 1, '2017-07-04 07:38:03', '2017-07-04 07:38:03'),
+(1130, 'What is the synonym of the word Ignorance?', 'Unlawful///@@Incognizance///Unreadable ///Light up', 2, 632, 1, '2017-07-04 07:38:03', '2017-07-04 07:38:03'),
+(1131, 'What is the antonym of the word Ignorance?', '@@Familiarity///Fair///Legitimate///Dark', 3, 632, 1, '2017-07-04 07:38:03', '2017-07-04 07:38:03'),
+(1132, 'What is the meaning of the word Doctrine?', '@@তত্ত্ব///মুক্তিপণ///ছাড়///বিদ্রোহী', 1, 484, 1, '2017-07-04 07:38:05', '2017-07-04 07:38:05'),
+(1133, 'What is the synonym of the word Doctrine?', '@@Canon/// Ravenous /// Rebel /// Ransom', 2, 484, 1, '2017-07-04 07:38:05', '2017-07-04 07:38:05'),
+(1134, 'What is the antonym of the word Doctrine?', '', 3, 484, 1, '2017-07-04 07:38:05', '2017-07-04 07:38:05'),
+(1135, 'What is the meaning of the word Ignite?', 'নীচ/// লজ্জাকর///শান্তসমাহিত///@@প্রজ্বলিত করা', 1, 629, 1, '2017-07-04 07:56:54', '2017-07-04 07:56:54'),
+(1136, 'What is the synonym of the word Ignite?', 'Infamous///Common/// Tranquil///@@Burn', 2, 629, 1, '2017-07-04 07:56:54', '2017-07-04 07:56:54'),
+(1137, 'What is the antonym of the word Ignite?', '@@Quench///Peaceful///Aristocratic///Respectable', 3, 629, 1, '2017-07-04 07:56:54', '2017-07-04 07:56:54'),
+(1138, 'What is the meaning of the word Idyllic?', 'নীচ/// লজ্জাকর///@@শান্তসমাহিত///প্রজ্বলিত করা', 1, 628, 1, '2017-07-04 07:56:56', '2017-07-04 07:56:56'),
+(1139, 'What is the synonym of the word Idyllic?', 'Infamous///Common///@@Tranquil/// Burn', 2, 628, 1, '2017-07-04 07:56:56', '2017-07-04 07:56:56'),
+(1140, 'What is the antonym of the word Idyllic?', '', 3, 628, 1, '2017-07-04 07:56:56', '2017-07-04 07:56:56'),
+(1141, 'What is the meaning of the word Ignoble?', '@@নীচ///&nbsp;লজ্জাকর///শান্তসমাহিত///প্রজ্বলিত করা&nbsp;', 1, 630, 1, '2017-07-04 07:57:01', '2017-07-04 07:57:01'),
+(1142, 'What is the synonym of the word Ignoble?', 'Infamous///@@Common/// Tranquil/// Burn', 2, 630, 1, '2017-07-04 07:57:01', '2017-07-04 07:57:01'),
+(1143, 'What is the antonym of the word Ignoble?', 'Quench///Peaceful///@@Aristocratic///Respectable', 3, 630, 1, '2017-07-04 07:57:01', '2017-07-04 07:57:01'),
+(1144, 'What is the meaning of the word Ignoble?', '@@নীচ///&nbsp;লজ্জাকর///শান্তসমাহিত///প্রজ্বলিত করা&nbsp;', 1, 630, 1, '2017-07-04 07:57:04', '2017-07-04 07:57:04'),
+(1145, 'What is the synonym of the word Ignoble?', 'Infamous///@@Common/// Tranquil/// Burn', 2, 630, 1, '2017-07-04 07:57:04', '2017-07-04 07:57:04'),
+(1146, 'What is the antonym of the word Ignoble?', 'Quench///Peaceful///@@Aristocratic///Respectable', 3, 630, 1, '2017-07-04 07:57:04', '2017-07-04 07:57:04'),
+(1147, 'What is the meaning of the word Ignominious?', 'নীচ///@@লজ্জাকর///অজ্ঞতা///প্রজ্বলিত করা', 1, 631, 1, '2017-07-04 07:57:06', '2017-07-04 07:57:06'),
+(1148, 'What is the synonym of the word Ignominious?', '@@Infamous///Common///&nbsp;Tranquil///&nbsp;Burn', 2, 631, 1, '2017-07-04 07:57:06', '2017-07-04 07:57:06'),
+(1149, 'What is the antonym of the word Ignominious?', 'Quench///Peaceful///Aristocratic///@@Respectable', 3, 631, 1, '2017-07-04 07:57:06', '2017-07-04 07:57:06'),
+(1150, 'What is the meaning of the word Hygiene?', 'প্রকল্প///অভিন্ন///একত্র নাড়ান///@@স্বাস্থ্যবিজ্ঞান', 1, 625, 1, '2017-07-04 08:09:54', '2017-07-04 08:09:54'),
+(1151, 'What is the synonym of the word Hygiene?', 'Selfsame///Supposition///@@Sanitation///Sweat', 2, 625, 1, '2017-07-04 08:09:54', '2017-07-04 08:09:54'),
+(1152, 'What is the antonym of the word Hygiene?', '', 3, 625, 1, '2017-07-04 08:09:54', '2017-07-04 08:09:54'),
+(1153, 'What is the meaning of the word Hustle?', 'প্রকল্প///অভিন্ন///@@একত্র নাড়ান///স্বাস্থ্যবিজ্ঞান', 1, 624, 1, '2017-07-04 08:09:58', '2017-07-04 08:09:58'),
+(1154, 'What is the synonym of the word Hustle?', 'Selfsame///Supposition///Sanitation///@@Sweat', 2, 624, 1, '2017-07-04 08:09:58', '2017-07-04 08:09:58'),
+(1155, 'What is the antonym of the word Hustle?', 'Different///@@Poke///Hygiene///Sweat', 3, 624, 1, '2017-07-04 08:09:58', '2017-07-04 08:09:58'),
+(1156, 'What is the meaning of the word Identical?', 'প্রকল্প///@@অভিন্ন///একত্র নাড়ান///স্বাস্থ্যবিজ্ঞান', 1, 627, 1, '2017-07-04 08:09:59', '2017-07-04 08:09:59'),
+(1157, 'What is the synonym of the word Identical?', '@@Selfsame///Supposition///Sanitation///Sweat', 2, 627, 1, '2017-07-04 08:09:59', '2017-07-04 08:09:59'),
+(1158, 'What is the antonym of the word Identical?', '@@Different///Poke///Hygiene///Sweat', 3, 627, 1, '2017-07-04 08:09:59', '2017-07-04 08:09:59'),
+(1159, 'What is the meaning of the word Hypothesis?', '@@প্রকল্প///অভিন্ন///একত্র নাড়ান///স্বাস্থ্যবিজ্ঞান&nbsp;', 1, 626, 1, '2017-07-04 08:10:05', '2017-07-04 08:10:05'),
+(1160, 'What is the synonym of the word Hypothesis?', 'Selfsame///@@Supposition///Sanitation///Sweat', 2, 626, 1, '2017-07-04 08:10:05', '2017-07-04 08:10:05'),
+(1161, 'What is the antonym of the word Hypothesis?', '', 3, 626, 1, '2017-07-04 08:10:05', '2017-07-04 08:10:05'),
+(1162, 'What is the meaning of the word Diversify?', '@@বৈচিত্রপূর্ণ করা ///অনুমোদন করা///ছারখার করা///লাফিয়ে পিছিয়ে আসা', 1, 483, 1, '2017-07-04 08:11:45', '2017-07-04 08:11:45'),
+(1163, 'What is the synonym of the word Diversify?', 'Instill///Specialize///@@Branch out///Influx', 2, 483, 1, '2017-07-04 08:11:45', '2017-07-04 08:11:45'),
+(1164, 'What is the antonym of the word Diversify?', '@@Specialize///Modulate///Lament/// Leash', 3, 483, 1, '2017-07-04 08:11:45', '2017-07-04 08:11:45'),
+(1165, 'What is the meaning of the word Diverse?', 'Inclined ///Inertia///@@নানাবিধ///Hygiene', 1, 482, 1, '2017-07-04 08:15:14', '2017-07-04 08:15:14'),
+(1166, 'What is the synonym of the word Diverse?', 'Alike///@@Disparate///Identical///Kindred', 2, 482, 1, '2017-07-04 08:15:14', '2017-07-04 08:15:14'),
+(1167, 'What is the antonym of the word Diverse?', 'Disparate///Different///@@Alike///Unalike', 3, 482, 1, '2017-07-04 08:15:14', '2017-07-04 08:15:14'),
+(1168, 'What is the meaning of the word Diverge?', 'নিষ্প্রভ///ঘোলাটে///@@ভিন্নমত হওয়া ///নিস্তেজ করা', 1, 481, 1, '2017-07-04 08:19:54', '2017-07-04 08:19:54'),
+(1169, 'What is the synonym of the word Diverge?', 'Converge///Join///@@Sheer///Dillute', 2, 481, 1, '2017-07-04 08:19:54', '2017-07-04 08:19:54'),
+(1170, 'What is the antonym of the word Diverge?', '@@Converge///Doctrine///Dogmatic///Diverse', 3, 481, 1, '2017-07-04 08:19:54', '2017-07-04 08:19:54'),
+(1171, 'What is the meaning of the word Howl?', '@@আর্তনাদ করা///গরাদওয়াল বহনযোগ্য বেড়াবিশেষ///উত্তোলন করা///ধোঁকা', 1, 622, 1, '2017-07-04 08:20:50', '2017-07-04 08:20:50'),
+(1172, 'What is the synonym of the word Howl?', 'Inhibition///Hoodwink/// Upheave///@@Keen', 2, 622, 1, '2017-07-04 08:20:50', '2017-07-04 08:20:50'),
+(1173, 'What is the antonym of the word Howl?', '', 3, 622, 1, '2017-07-04 08:20:50', '2017-07-04 08:20:50'),
+(1174, 'What is the meaning of the word Hoist?', 'আর্তনাদ করা///গরাদওয়াল বহনযোগ্য বেড়াবিশেষ///@@উত্তোলন করা///ধোঁকা', 1, 621, 1, '2017-07-04 08:21:33', '2017-07-04 08:21:33'),
+(1175, 'What is the synonym of the word Hoist?', 'Inhibition///Hoodwink///@@Upheave///Keen', 2, 621, 1, '2017-07-04 08:21:33', '2017-07-04 08:21:33'),
+(1176, 'What is the antonym of the word Hoist?', 'Hoodwink///Humbug///Undeceive///@@Lower', 3, 621, 1, '2017-07-04 08:21:33', '2017-07-04 08:21:33'),
+(1177, 'What is the meaning of the word Hoax?', 'আর্তনাদ করা///গরাদওয়াল বহনযোগ্য বেড়াবিশেষ///উত্তোলন করা///@@ধোঁকা', 1, 620, 1, '2017-07-04 08:21:38', '2017-07-04 08:21:38'),
+(1178, 'What is the synonym of the word Hoax?', 'Inhibition///@@Hoodwink/// Upheave///Keen', 2, 620, 1, '2017-07-04 08:21:38', '2017-07-04 08:21:38'),
+(1179, 'What is the antonym of the word Hoax?', '&nbsp;Hoodwink///Humbug///@@Undeceive///&nbsp;Lower&nbsp;', 3, 620, 1, '2017-07-04 08:21:38', '2017-07-04 08:21:38'),
+(1180, 'What is the meaning of the word Hurdle?', 'আর্তনাদ করা///@@গরাদওয়াল বহনযোগ্য বেড়াবিশেষ///উত্তোলন করা///ধোঁকা', 1, 623, 1, '2017-07-04 08:21:40', '2017-07-04 08:21:40'),
+(1181, 'What is the synonym of the word Hurdle?', '@@Inhibition///Hoodwink///&nbsp;Upheave///Keen', 2, 623, 1, '2017-07-04 08:21:40', '2017-07-04 08:21:40'),
+(1182, 'What is the antonym of the word Hurdle?', '', 3, 623, 1, '2017-07-04 08:21:40', '2017-07-04 08:21:40'),
+(1183, 'What is the meaning of the word Dissemble?', '@@গোপন রাখা/// ধাক্কা এড়ানো///বহুমুখী করা///হালকা করা', 1, 480, 1, '2017-07-04 08:24:35', '2017-07-04 08:24:35'),
+(1184, 'What is the synonym of the word Dissemble?', 'Diverge///@@Affect///Dodge///Dillute', 2, 480, 1, '2017-07-04 08:24:35', '2017-07-04 08:24:35'),
+(1185, 'What is the antonym of the word Dissemble?', '@@Reveal///Dominion///Dilemma///Corpse', 3, 480, 1, '2017-07-04 08:24:35', '2017-07-04 08:24:35'),
+(1186, 'What is the meaning of the word Dissect?', 'বিরোধিতা করা///@@খুঁটিয়ে বিশ্লেষণ করা///ভাষান্তরিত করা /// সমাবিষ্ট করা', 1, 479, 1, '2017-07-04 08:27:19', '2017-07-04 08:27:19'),
+(1187, 'What is the synonym of the word Dissect?', '&nbsp;Integrate///Synthesize///Unify///@@Anatomize', 2, 479, 1, '2017-07-04 08:27:19', '2017-07-04 08:27:19'),
+(1188, 'What is the antonym of the word Dissect?', '@@&nbsp;Integrate///Anatomize///Cut///Deconstruct', 3, 479, 1, '2017-07-04 08:27:19', '2017-07-04 08:27:19'),
+(1189, 'What is the meaning of the word Apprehend?', 'রসকষহীন///শ্রমসাধ্য///আবাদী///@@ধরা', 1, 287, 1, '2017-07-04 08:28:51', '2017-07-04 08:28:51'),
+(1190, 'What is the synonym of the word Apprehend?', 'Uninteresting///Toilsome///Productive///@@Understand', 2, 287, 1, '2017-07-04 08:28:51', '2017-07-04 08:28:51'),
+(1191, 'What is the antonym of the word Apprehend?', 'Gripping///Undemanding///Barren///@@Liberate', 3, 287, 1, '2017-07-04 08:28:51', '2017-07-04 08:28:51'),
+(1192, 'What is the meaning of the word Arable?', 'রসকষহীন///শ্রমসাধ্য///@@আবাদী///ধরা', 1, 288, 1, '2017-07-04 08:28:53', '2017-07-04 08:28:53'),
+(1193, 'What is the synonym of the word Arable?', 'Uninteresting///Toilsome///@@Productive///Understand', 2, 288, 1, '2017-07-04 08:28:53', '2017-07-04 08:28:53'),
+(1194, 'What is the antonym of the word Arable?', 'Gripping///Undemanding///@@Barren///Liberate', 3, 288, 1, '2017-07-04 08:28:53', '2017-07-04 08:28:53'),
+(1195, 'What is the meaning of the word Arduous?', 'রসকষহীন///@@শ্রমসাধ্য///আবাদী///ধরা', 1, 289, 1, '2017-07-04 08:28:57', '2017-07-04 08:28:57'),
+(1196, 'What is the synonym of the word Arduous?', 'Uninteresting///@@Toilsome///Productive///Understand', 2, 289, 1, '2017-07-04 08:28:57', '2017-07-04 08:28:57'),
+(1197, 'What is the antonym of the word Arduous?', 'Gripping///@@Undemanding///Barren///Liberate', 3, 289, 1, '2017-07-04 08:28:57', '2017-07-04 08:28:57'),
+(1198, 'What is the meaning of the word Arid?', '@@রসকষহীন///শ্রমসাধ্য///আবাদী///ধরা', 1, 290, 1, '2017-07-04 08:28:59', '2017-07-04 08:28:59'),
+(1199, 'What is the synonym of the word Arid?', '@@Uninteresting///Toilsome///Productive///Understand', 2, 290, 1, '2017-07-04 08:28:59', '2017-07-04 08:28:59'),
+(1200, 'What is the antonym of the word Arid?', '@@Gripping///Undemanding///Barren///Liberate', 3, 290, 1, '2017-07-04 08:28:59', '2017-07-04 08:28:59'),
+(1201, 'What is the meaning of the word Hermit?', 'বংশপরম্পরাক্রমে চারিত্রিক বৈশিষ্ট্যাদির পুনরাবৃত্তি///সর্বশেষে অবস্থিত///@@নির্জনবাসী///ফেঁসফেঁসে', 1, 617, 1, '2017-07-04 08:32:03', '2017-07-04 08:32:03'),
+(1202, 'What is the synonym of the word Hermit?', 'Cramp///Inheritance///Harsh///Recluse', 2, 617, 1, '2017-07-04 08:32:03', '2017-07-04 08:32:03'),
+(1203, 'What is the antonym of the word Hermit?', '', 3, 617, 1, '2017-07-04 08:32:03', '2017-07-04 08:32:03'),
+(1204, 'What is the meaning of the word Hoarse?', 'বংশপরম্পরাক্রমে চারিত্রিক বৈশিষ্ট্যাদির পুনরাবৃত্তি///সর্বশেষে অবস্থিত///সর্বশেষে অবস্থিত///@@ফেঁসফেঁসে', 1, 619, 1, '2017-07-04 08:32:06', '2017-07-04 08:32:06'),
+(1205, 'What is the synonym of the word Hoarse?', 'Cramp///Inheritance///Harsh///Recluse', 2, 619, 1, '2017-07-04 08:32:06', '2017-07-04 08:32:06'),
+(1206, 'What is the antonym of the word Hoarse?', 'Facilitate///@@Mellow///Anchorite///Eremite', 3, 619, 1, '2017-07-04 08:32:06', '2017-07-04 08:32:06'),
+(1207, 'What is the meaning of the word Heredity?', '@@বংশপরম্পরাক্রমে চারিত্রিক বৈশিষ্ট্যাদির পুনরাবৃত্তি///সর্বশেষে অবস্থিত///সর্বশেষে অবস্থিত///ফেঁসফেঁসে', 1, 616, 1, '2017-07-04 08:32:10', '2017-07-04 08:32:10'),
+(1208, 'What is the synonym of the word Heredity?', 'Cramp///Inheritance///Harsh///Recluse', 2, 616, 1, '2017-07-04 08:32:10', '2017-07-04 08:32:10'),
+(1209, 'What is the antonym of the word Heredity?', '', 3, 616, 1, '2017-07-04 08:32:10', '2017-07-04 08:32:10'),
+(1210, 'What is the meaning of the word Hinder?', 'বংশপরম্পরাক্রমে চারিত্রিক বৈশিষ্ট্যাদির পুনরাবৃত্তি///@@সর্বশেষে অবস্থিত///সর্বশেষে অবস্থিত///ফেঁসফেঁসে', 1, 618, 1, '2017-07-04 08:32:14', '2017-07-04 08:32:14'),
+(1211, 'What is the synonym of the word Hinder?', '@@Cramp///Inheritance///Harsh///Recluse', 2, 618, 1, '2017-07-04 08:32:14', '2017-07-04 08:32:14'),
+(1212, 'What is the antonym of the word Hinder?', '&nbsp;@@Facilitate///Mellow///Anchorite///Eremite', 3, 618, 1, '2017-07-04 08:32:14', '2017-07-04 08:32:14'),
+(1213, 'What is the meaning of the word Hoarse?', 'বংশপরম্পরাক্রমে চারিত্রিক বৈশিষ্ট্যাদির পুনরাবৃত্তি///সর্বশেষে অবস্থিত///সর্বশেষে অবস্থিত///@@ফেঁসফেঁসে', 1, 619, 1, '2017-07-04 08:34:42', '2017-07-04 08:34:42'),
+(1214, 'What is the synonym of the word Hoarse?', 'Cramp///Inheritance///Harsh///Recluse', 2, 619, 1, '2017-07-04 08:34:42', '2017-07-04 08:34:42'),
+(1215, 'What is the antonym of the word Hoarse?', 'Facilitate///@@Mellow///Anchorite///Eremite', 3, 619, 1, '2017-07-04 08:34:42', '2017-07-04 08:34:42'),
+(1216, 'What is the meaning of the word Hinder?', 'বংশপরম্পরাক্রমে চারিত্রিক বৈশিষ্ট্যাদির পুনরাবৃত্তি///@@সর্বশেষে অবস্থিত///সর্বশেষে অবস্থিত///ফেঁসফেঁসে', 1, 618, 1, '2017-07-04 08:34:50', '2017-07-04 08:34:50'),
+(1217, 'What is the synonym of the word Hinder?', '@@Cramp///Inheritance///Harsh///Recluse', 2, 618, 1, '2017-07-04 08:34:50', '2017-07-04 08:34:50'),
+(1218, 'What is the antonym of the word Hinder?', '&nbsp;@@Facilitate///Mellow///Anchorite///Eremite', 3, 618, 1, '2017-07-04 08:34:50', '2017-07-04 08:34:50'),
+(1219, 'What is the meaning of the word Antagonism?', 'প্রশংসা করা///ফুটো///@@প্রতিদ্বন্দ্বিতা///বৈসাদৃশ্য', 1, 284, 1, '2017-07-04 08:37:59', '2017-07-04 08:37:59'),
+(1220, 'What is the synonym of the word Antagonism?', 'Salute///Perforation///@@Animus///Exception', 2, 284, 1, '2017-07-04 08:37:59', '2017-07-04 08:37:59'),
+(1221, 'What is the antonym of the word Antagonism?', 'Slam///Juncture///@@Amity///Standard', 3, 284, 1, '2017-07-04 08:37:59', '2017-07-04 08:37:59'),
+(1222, 'What is the meaning of the word Aperture?', 'প্রশংসা করা///@@ফুটো///প্রতিদ্বন্দ্বিতা///বৈসাদৃশ্য', 1, 285, 1, '2017-07-04 08:37:59', '2017-07-04 08:37:59'),
+(1223, 'What is the synonym of the word Aperture?', 'Salute///@@Perforation///Animus///Exception', 2, 285, 1, '2017-07-04 08:37:59', '2017-07-04 08:37:59'),
+(1224, 'What is the antonym of the word Aperture?', 'Slam///@@Juncture///Amity///Standard', 3, 285, 1, '2017-07-04 08:37:59', '2017-07-04 08:37:59'),
+(1225, 'What is the meaning of the word Applaud?', '@@প্রশংসা করা///ফুটো///প্রতিদ্বন্দ্বিতা///বৈসাদৃশ্য', 1, 286, 1, '2017-07-04 08:37:59', '2017-07-04 08:37:59'),
+(1226, 'What is the synonym of the word Applaud?', '@@Salute///Perforation///Animus///Exception', 2, 286, 1, '2017-07-04 08:37:59', '2017-07-04 08:37:59'),
+(1227, 'What is the antonym of the word Applaud?', '@@Slam///Juncture///Amity///Standard', 3, 286, 1, '2017-07-04 08:37:59', '2017-07-04 08:37:59'),
+(1228, 'What is the meaning of the word Hinder?', 'বংশপরম্পরাক্রমে চারিত্রিক বৈশিষ্ট্যাদির পুনরাবৃত্তি///@@সর্বশেষে অবস্থিত///সর্বশেষে অবস্থিত///ফেঁসফেঁসে', 1, 618, 1, '2017-07-04 08:38:12', '2017-07-04 08:38:12'),
+(1229, 'What is the synonym of the word Hinder?', '@@Cramp///Inheritance///Harsh///Recluse', 2, 618, 1, '2017-07-04 08:38:12', '2017-07-04 08:38:12'),
+(1230, 'What is the antonym of the word Hinder?', '&nbsp;@@Facilitate///Mellow///Anchorite///Eremite', 3, 618, 1, '2017-07-04 08:38:12', '2017-07-04 08:38:12'),
+(1231, 'What is the meaning of the word Heredity?', '@@বংশপরম্পরাক্রমে চারিত্রিক বৈশিষ্ট্যাদির পুনরাবৃত্তি///সর্বশেষে অবস্থিত///সর্বশেষে অবস্থিত///ফেঁসফেঁসে', 1, 616, 1, '2017-07-04 08:38:15', '2017-07-04 08:38:15'),
+(1232, 'What is the synonym of the word Heredity?', 'Cramp///Inheritance///Harsh///Recluse', 2, 616, 1, '2017-07-04 08:38:15', '2017-07-04 08:38:15'),
+(1233, 'What is the antonym of the word Heredity?', '', 3, 616, 1, '2017-07-04 08:38:15', '2017-07-04 08:38:15'),
+(1234, 'What is the meaning of the word Hoarse?', 'বংশপরম্পরাক্রমে চারিত্রিক বৈশিষ্ট্যাদির পুনরাবৃত্তি///সর্বশেষে অবস্থিত///সর্বশেষে অবস্থিত///@@ফেঁসফেঁসে', 1, 619, 1, '2017-07-04 08:38:19', '2017-07-04 08:38:19'),
+(1235, 'What is the synonym of the word Hoarse?', 'Cramp///Inheritance///Harsh///Recluse', 2, 619, 1, '2017-07-04 08:38:19', '2017-07-04 08:38:19'),
+(1236, 'What is the antonym of the word Hoarse?', 'Facilitate///@@Mellow///Anchorite///Eremite', 3, 619, 1, '2017-07-04 08:38:19', '2017-07-04 08:38:19'),
+(1237, 'What is the meaning of the word Anomaly?', 'প্রশংসা করা///ফুটো///প্রতিদ্বন্দ্বিতা///@@বৈসাদৃশ্য', 1, 283, 1, '2017-07-04 08:38:20', '2017-07-04 08:38:20'),
+(1238, 'What is the synonym of the word Anomaly?', 'Salute///Perforation///Animus///@@Exception', 2, 283, 1, '2017-07-04 08:38:20', '2017-07-04 08:38:20'),
+(1239, 'What is the antonym of the word Anomaly?', 'Slam///Juncture///Amity///@@Standard', 3, 283, 1, '2017-07-04 08:38:20', '2017-07-04 08:38:20'),
+(1240, 'What is the meaning of the word Hermit?', 'বংশপরম্পরাক্রমে চারিত্রিক বৈশিষ্ট্যাদির পুনরাবৃত্তি///সর্বশেষে অবস্থিত///@@নির্জনবাসী///ফেঁসফেঁসে', 1, 617, 1, '2017-07-04 08:38:21', '2017-07-04 08:38:21'),
+(1241, 'What is the synonym of the word Hermit?', 'Cramp///Inheritance///Harsh///Recluse', 2, 617, 1, '2017-07-04 08:38:21', '2017-07-04 08:38:21'),
+(1242, 'What is the antonym of the word Hermit?', '', 3, 617, 1, '2017-07-04 08:38:21', '2017-07-04 08:38:21'),
+(1243, 'What is the meaning of the word Dissect?', 'বিরোধিতা করা///@@খুঁটিয়ে বিশ্লেষণ করা///ভাষান্তরিত করা /// সমাবিষ্ট করা', 1, 479, 1, '2017-07-04 08:38:41', '2017-07-04 08:38:41'),
+(1244, 'What is the synonym of the word Dissect?', '&nbsp;Integrate///Synthesize///Unify///@@Anatomize', 2, 479, 1, '2017-07-04 08:38:41', '2017-07-04 08:38:41'),
+(1245, 'What is the antonym of the word Dissect?', '@@&nbsp;Integrate///Anatomize///Cut///Deconstruct', 3, 479, 1, '2017-07-04 08:38:41', '2017-07-04 08:38:41'),
+(1246, 'What is the meaning of the word Applaud?', '@@প্রশংসা করা///ফুটো///প্রতিদ্বন্দ্বিতা///বৈসাদৃশ্য', 1, 286, 1, '2017-07-04 08:45:57', '2017-07-04 08:45:57'),
+(1247, 'What is the synonym of the word Applaud?', '@@Salute///Perforation///Animus///Exception', 2, 286, 1, '2017-07-04 08:45:57', '2017-07-04 08:45:57'),
+(1248, 'What is the antonym of the word Applaud?', '@@Slam///Juncture///Amity///Standard', 3, 286, 1, '2017-07-04 08:45:57', '2017-07-04 08:45:57'),
+(1249, 'What is the meaning of the word Antagonism?', 'প্রশংসা করা///ফুটো///@@প্রতিদ্বন্দ্বিতা///বৈসাদৃশ্য', 1, 284, 1, '2017-07-04 08:46:04', '2017-07-04 08:46:04'),
+(1250, 'What is the synonym of the word Antagonism?', 'Salute///Perforation///@@Animus///Exception', 2, 284, 1, '2017-07-04 08:46:04', '2017-07-04 08:46:04'),
+(1251, 'What is the antonym of the word Antagonism?', 'Slam///Juncture///@@Amity///Standard', 3, 284, 1, '2017-07-04 08:46:04', '2017-07-04 08:46:04'),
+(1252, 'What is the meaning of the word Disburse?', '@@টাকা খরচ করা///অনুমোদন করা///ব্যর্থ করা///বিরক্ত করা', 1, 478, 1, '2017-07-04 08:46:20', '2017-07-04 08:46:20'),
+(1253, 'What is the synonym of the word Disburse?', '@@Spend///Adulterated///Abhor///Baffle', 2, 478, 1, '2017-07-04 08:46:20', '2017-07-04 08:46:20'),
+(1254, 'What is the antonym of the word Disburse?', 'Annoy///Baffle///Boast///@@Savings', 3, 478, 1, '2017-07-04 08:46:20', '2017-07-04 08:46:20'),
+(1255, 'What is the meaning of the word Disrupt?', '@@তছনছ করা///বিরক্ত করা///একত্রিত করা///ঘৃণা করা', 1, 477, 1, '2017-07-04 08:48:57', '2017-07-04 08:48:57'),
+(1256, 'What is the synonym of the word Disrupt?', '@@Distintegrate///Arrange///Dispose///Organize', 2, 477, 1, '2017-07-04 08:48:57', '2017-07-04 08:48:57'),
+(1257, 'What is the antonym of the word Disrupt?', 'Break up///Distintegrate///Fracture///@@Organize', 3, 477, 1, '2017-07-04 08:48:57', '2017-07-04 08:48:57'),
+(1258, 'What is the meaning of the word Diminish?', '@@হ্রাসপ্রাপ্ত হওয়া///নিষ্ফল///ব্যর্থ করা///সুচিন্তিত', 1, 476, 1, '2017-07-04 08:51:13', '2017-07-04 08:51:13'),
+(1259, 'What is the synonym of the word Diminish?', 'Acclaim///Exalt///Glorify///@@Belittle', 2, 476, 1, '2017-07-04 08:51:13', '2017-07-04 08:51:13'),
+(1260, 'What is the antonym of the word Diminish?', '@@Acclaim///Belittle///Cry down///Minimize', 3, 476, 1, '2017-07-04 08:51:13', '2017-07-04 08:51:13'),
+(1261, 'What is the meaning of the word Dormant?', 'পাওয়া///হৃদয়বেদনা///নিরানন্দ///@@অপ্রকট', 1, 279, 1, '2017-07-04 08:53:34', '2017-07-04 08:53:34'),
+(1262, 'What is the synonym of the word Dormant?', 'Tack///Woe///gloomy///@@napping', 2, 279, 1, '2017-07-04 08:53:34', '2017-07-04 08:53:34'),
+(1263, 'What is the antonym of the word Dormant?', 'Remove///Pleasure///friendly///@@awake', 3, 279, 1, '2017-07-04 08:53:34', '2017-07-04 08:53:34'),
+(1264, 'What is the meaning of the word Dreary?', 'পাওয়া///হৃদয়বেদনা///@@নিরানন্দ///অপ্রকট', 1, 280, 1, '2017-07-04 08:53:37', '2017-07-04 08:53:37'),
+(1265, 'What is the synonym of the word Dreary?', 'Tack///Woe///@@gloomy///napping', 2, 280, 1, '2017-07-04 08:53:37', '2017-07-04 08:53:37'),
+(1266, 'What is the antonym of the word Dreary?', 'Remove///Pleasure///@@friendly///awake', 3, 280, 1, '2017-07-04 08:53:37', '2017-07-04 08:53:37'),
+(1267, 'What is the meaning of the word Anguish?', 'পাওয়া///@@হৃদয়বেদনা///নিরানন্দ///অপ্রকট', 1, 281, 1, '2017-07-04 08:53:40', '2017-07-04 08:53:40'),
+(1268, 'What is the synonym of the word Anguish?', 'Tack///@@Woe///gloomy///napping', 2, 281, 1, '2017-07-04 08:53:40', '2017-07-04 08:53:40'),
+(1269, 'What is the antonym of the word Anguish?', 'Remove///@@Pleasure///friendly///awake', 3, 281, 1, '2017-07-04 08:53:40', '2017-07-04 08:53:40'),
+(1270, 'What is the meaning of the word Annex?', '@@পাওয়া///হৃদয়বেদনা///নিরানন্দ///অপ্রকট', 1, 282, 1, '2017-07-04 08:53:45', '2017-07-04 08:53:45'),
+(1271, 'What is the synonym of the word Annex?', '@@Tack///Woe///gloomy///napping', 2, 282, 1, '2017-07-04 08:53:45', '2017-07-04 08:53:45'),
+(1272, 'What is the antonym of the word Annex?', '@@Remove///Pleasure///friendly///awake', 3, 282, 1, '2017-07-04 08:53:45', '2017-07-04 08:53:45'),
+(1273, 'What is the meaning of the word Dim?', '@@অনুজ্জ্বল///নিষ্ফল///গর্ব///দূষিত', 1, 475, 1, '2017-07-04 08:54:40', '2017-07-04 08:54:40'),
+(1274, 'What is the synonym of the word Dim?', 'Bright///Illuminated///Lightsome///@@Darkened', 2, 475, 1, '2017-07-04 08:54:40', '2017-07-04 08:54:40'),
+(1275, 'What is the antonym of the word Dim?', '@@Bright///Black///Caliginous///Darkened', 3, 475, 1, '2017-07-04 08:54:40', '2017-07-04 08:54:40'),
+(1276, 'What is the meaning of the word Hearsay?', 'উত্তেজনা///@@জনশ্রুতি///উত্তোলিত হওয়া/// বিপদ', 1, 613, 1, '2017-07-04 08:55:32', '2017-07-04 08:55:32'),
+(1277, 'What is the synonym of the word Hearsay?', '@@Rumor///&nbsp;Frenzied///Peril///Boost', 2, 613, 1, '2017-07-04 08:55:32', '2017-07-04 08:55:32'),
+(1278, 'What is the antonym of the word Hearsay?', '', 3, 613, 1, '2017-07-04 08:55:32', '2017-07-04 08:55:32'),
+(1279, 'What is the meaning of the word Hectic?', '@@উত্তেজনা///জনশ্রুতি/// উত্তোলিত হওয়া/// বিপদ&nbsp;', 1, 615, 1, '2017-07-04 08:55:40', '2017-07-04 08:55:40'),
+(1280, 'What is the synonym of the word Hectic?', 'Rumor///@@Frenzied///Peril///Boost', 2, 615, 1, '2017-07-04 08:55:40', '2017-07-04 08:55:40'),
+(1281, 'What is the antonym of the word Hectic?', '', 3, 615, 1, '2017-07-04 08:55:40', '2017-07-04 08:55:40'),
+(1282, 'What is the meaning of the word Hazard?', 'উত্তেজনা///জনশ্রুতি/// উত্তোলিত হওয়া///@@বিপদ', 1, 612, 1, '2017-07-04 08:55:48', '2017-07-04 08:55:48'),
+(1283, 'What is the synonym of the word Hazard?', 'Rumor/// Frenzied///@@Peril///Boost', 2, 612, 1, '2017-07-04 08:55:48', '2017-07-04 08:55:48'),
+(1284, 'What is the antonym of the word Hazard?', 'Drop///Security/// Frenzied///Rumor', 3, 612, 1, '2017-07-04 08:55:48', '2017-07-04 08:55:48'),
+(1285, 'What is the meaning of the word Heave?', 'উত্তেজনা///জনশ্রুতি///@@উত্তোলিত হওয়া/// বিপদ', 1, 614, 1, '2017-07-04 08:55:55', '2017-07-04 08:55:55'),
+(1286, 'What is the synonym of the word Heave?', 'Rumor/// Frenzied///Peril///@@Boost', 2, 614, 1, '2017-07-04 08:55:55', '2017-07-04 08:55:55'),
+(1287, 'What is the antonym of the word Heave?', '@@Drop///Security///&nbsp;Frenzied///Rumor', 3, 614, 1, '2017-07-04 08:55:55', '2017-07-04 08:55:55'),
+(1288, 'What is the meaning of the word Dillute?', '@@হালকা করা/// একত্রিত করা /// শ্রদ্ধা করা /// মর্যাদাহানি করা', 1, 474, 1, '2017-07-04 08:57:19', '2017-07-04 08:57:19'),
+(1289, 'What is the synonym of the word Dillute?', 'Enrich///Fortify///Richen///@@Extend', 2, 474, 1, '2017-07-04 08:57:19', '2017-07-04 08:57:19'),
+(1290, 'What is the antonym of the word Dillute?', 'Cut///@@Enrich///Adulterate///Extend', 3, 474, 1, '2017-07-04 08:57:19', '2017-07-04 08:57:19'),
+(1291, 'What is the meaning of the word Diligent?', '@@অধ্যবসায়///তাড়ন///অপরিণামদর্শী///ছাড়', 1, 473, 1, '2017-07-04 09:04:33', '2017-07-04 09:04:33'),
+(1292, 'What is the synonym of the word Diligent?', '@@Active///Readily///Reckless///Pledge', 2, 473, 1, '2017-07-04 09:04:33', '2017-07-04 09:04:33'),
+(1293, 'What is the antonym of the word Diligent?', '@@Unbusy///Busy///Pacify///Particle', 3, 473, 1, '2017-07-04 09:04:33', '2017-07-04 09:04:33'),
+(1294, 'What is the meaning of the word Dilemma?', '@@উভয়সংকট///ভারী///প্রতিরোধ করা///ভান করা', 1, 472, 1, '2017-07-04 09:07:58', '2017-07-04 09:07:58'),
+(1295, 'What is the synonym of the word Dilemma?', 'Relax///@@Double bind///Prelude///Plunge', 2, 472, 1, '2017-07-04 09:07:58', '2017-07-04 09:07:58'),
+(1296, 'What is the antonym of the word Dilemma?', '@@Relax///Pervert///Pacify///Outwit', 3, 472, 1, '2017-07-04 09:07:58', '2017-07-04 09:07:58'),
+(1297, 'What is the meaning of the word Despot?', 'তাচ্ছিল্য করে কথা বলা///বিরোধিতা///ধারাবাহিকতা///@@অত্যাচারী', 1, 275, 1, '2017-07-04 09:08:40', '2017-07-04 09:08:40'),
+(1298, 'What is the synonym of the word Despot?', 'derogate///nonconcur///separate///@@dictator', 2, 275, 1, '2017-07-04 09:08:40', '2017-07-04 09:08:40'),
+(1299, 'What is the antonym of the word Despot?', 'exalt///concur///linked///@@humble', 3, 275, 1, '2017-07-04 09:08:40', '2017-07-04 09:08:40'),
+(1300, 'What is the meaning of the word Discrete?', 'তাচ্ছিল্য করে কথা বলা///বিরোধিতা///@@ধারাবাহিকতা///অত্যাচারী', 1, 276, 1, '2017-07-04 09:08:43', '2017-07-04 09:08:43'),
+(1301, 'What is the synonym of the word Discrete?', 'derogate///nonconcur///@@separate///dictator', 2, 276, 1, '2017-07-04 09:08:43', '2017-07-04 09:08:43'),
+(1302, 'What is the antonym of the word Discrete?', 'exalt///concur///@@linked///humble', 3, 276, 1, '2017-07-04 09:08:43', '2017-07-04 09:08:43'),
+(1303, 'What is the meaning of the word Dissent?', 'তাচ্ছিল্য করে কথা বলা///@@বিরোধিতা///ধারাবাহিকতা///অত্যাচারী', 1, 277, 1, '2017-07-04 09:08:45', '2017-07-04 09:08:45'),
+(1304, 'What is the synonym of the word Dissent?', 'derogate///@@nonconcur///separate///dictator', 2, 277, 1, '2017-07-04 09:08:45', '2017-07-04 09:08:45'),
+(1305, 'What is the antonym of the word Dissent?', 'exalt///@@concur///linked///humble', 3, 277, 1, '2017-07-04 09:08:45', '2017-07-04 09:08:45'),
+(1306, 'What is the meaning of the word Disparage?', '@@তাচ্ছিল্য করে কথা বলা///বিরোধিতা///ধারাবাহিকতা///অত্যাচারী', 1, 278, 1, '2017-07-04 09:08:48', '2017-07-04 09:08:48'),
+(1307, 'What is the synonym of the word Disparage?', '@@derogate///nonconcur///separate///dictator', 2, 278, 1, '2017-07-04 09:08:48', '2017-07-04 09:08:48'),
+(1308, 'What is the antonym of the word Disparage?', '@@exalt///concur///linked///humble', 3, 278, 1, '2017-07-04 09:08:48', '2017-07-04 09:08:48'),
+(1309, 'What is the meaning of the word Hatch?', 'আশ্রয়স্থল///যাতায়াত করা///প্রাপ্ত বস্তু///@@উচ্চতার অর্ধেক দরজা', 1, 608, 1, '2017-07-04 09:09:24', '2017-07-04 09:09:24'),
+(1310, 'What is the synonym of the word Hatch?', 'Habituate///Harborage///@@Breed/// Pull', 2, 608, 1, '2017-07-04 09:09:24', '2017-07-04 09:09:24'),
+(1311, 'What is the antonym of the word Hatch?', '', 3, 608, 1, '2017-07-04 09:09:24', '2017-07-04 09:09:24'),
+(1312, 'What is the meaning of the word Haul?', 'আশ্রয়স্থল///যাতায়াত করা///@@প্রাপ্ত বস্তু///উচ্চতার অর্ধেক দরজা', 1, 609, 1, '2017-07-04 09:09:32', '2017-07-04 09:09:32'),
+(1313, 'What is the synonym of the word Haul?', 'Habituate///Harborage///Breed///@@Pull', 2, 609, 1, '2017-07-04 09:09:32', '2017-07-04 09:09:32'),
+(1314, 'What is the antonym of the word Haul?', 'Harborage///Avoid///@@Push/// Pull', 3, 609, 1, '2017-07-04 09:09:32', '2017-07-04 09:09:32'),
+(1315, 'What is the meaning of the word Haunt?', 'আশ্রয়স্থল///@@যাতায়াত করা///প্রাপ্ত বস্তু///উচ্চতার অর্ধেক দরজা', 1, 610, 1, '2017-07-04 09:09:37', '2017-07-04 09:09:37'),
+(1316, 'What is the synonym of the word Haunt?', '@@Habituate///Harborage///Breed///&nbsp;Pull', 2, 610, 1, '2017-07-04 09:09:37', '2017-07-04 09:09:37'),
+(1317, 'What is the antonym of the word Haunt?', 'Harborage///@@Avoid/// Push/// Pull', 3, 610, 1, '2017-07-04 09:09:37', '2017-07-04 09:09:37'),
+(1318, 'What is the meaning of the word Haven?', '@@আশ্রয়স্থল///যাতায়াত করা///প্রাপ্ত বস্তু///উচ্চতার অর্ধেক দরজা&nbsp;', 1, 611, 1, '2017-07-04 09:09:45', '2017-07-04 09:09:45'),
+(1319, 'What is the synonym of the word Haven?', 'Habituate///@@Harborage///Breed/// Pull', 2, 611, 1, '2017-07-04 09:09:45', '2017-07-04 09:09:45'),
+(1320, 'What is the antonym of the word Haven?', '', 3, 611, 1, '2017-07-04 09:09:45', '2017-07-04 09:09:45'),
+(1321, 'What is the meaning of the word Diffuse?', 'জোর খাটিয়ে ///@@ছড়িয়ে পড়া///দলিলের ধারা বা শর্ত///চালাকিতে টেক্কা দেওয়া', 1, 471, 1, '2017-07-04 09:10:18', '2017-07-04 09:10:18'),
+(1322, 'What is the synonym of the word Diffuse?', 'Compact///Pithy///Succinct///@@Circuitous', 2, 471, 1, '2017-07-04 09:10:18', '2017-07-04 09:10:18'),
+(1323, 'What is the antonym of the word Diffuse?', 'Circuitous///@@Compact///Wordy///Pleonastic', 3, 471, 1, '2017-07-04 09:10:18', '2017-07-04 09:10:18'),
+(1324, 'What is the meaning of the word Devout?', '@@ধার্মিক///মর্যাদাহানি///দমন///বিলুপ্ত', 1, 470, 1, '2017-07-04 09:13:20', '2017-07-04 09:13:20'),
+(1325, 'What is the synonym of the word Devout?', 'Disloyal///Faithless///Fickle///@@Constant', 2, 470, 1, '2017-07-04 09:13:20', '2017-07-04 09:13:20');
+INSERT INTO `vocabulary_questions` (`vocabulary_question_id`, `question`, `options`, `level`, `word_id`, `display`, `created_at`, `updated_at`) VALUES
+(1326, 'What is the antonym of the word Devout?', '@@Disloyal///Constant///Dedicated///Good', 3, 470, 1, '2017-07-04 09:13:20', '2017-07-04 09:13:20'),
+(1327, 'What is the meaning of the word Defiance?', 'শুষ্ক করা///সংকোচ///মৃত্যু///@@প্রকাশ্য অবাধ্যতা', 1, 271, 1, '2017-07-04 09:13:48', '2017-07-04 09:13:48'),
+(1328, 'What is the synonym of the word Defiance?', 'enervate///protest///drop///@@rebelliousness', 2, 271, 1, '2017-07-04 09:13:48', '2017-07-04 09:13:48'),
+(1329, 'What is the antonym of the word Defiance?', 'vivify///Accept///creation///@@submission', 3, 271, 1, '2017-07-04 09:13:48', '2017-07-04 09:13:48'),
+(1330, 'What is the meaning of the word Demise?', 'শুষ্ক করা///সংকোচ///@@মৃত্যু///প্রকাশ্য অবাধ্যতা', 1, 272, 1, '2017-07-04 09:13:50', '2017-07-04 09:13:50'),
+(1331, 'What is the synonym of the word Demise?', 'enervate///protest///@@drop///rebelliousness', 2, 272, 1, '2017-07-04 09:13:50', '2017-07-04 09:13:50'),
+(1332, 'What is the antonym of the word Demise?', 'vivify///Accept///@@creation///submission', 3, 272, 1, '2017-07-04 09:13:50', '2017-07-04 09:13:50'),
+(1333, 'What is the meaning of the word Demur?', 'শুষ্ক করা///@@সংকোচ///মৃত্যু///প্রকাশ্য অবাধ্যতা', 1, 273, 1, '2017-07-04 09:13:53', '2017-07-04 09:13:53'),
+(1334, 'What is the synonym of the word Demur?', 'enervate///@@protest///drop///rebelliousness', 2, 273, 1, '2017-07-04 09:13:53', '2017-07-04 09:13:53'),
+(1335, 'What is the antonym of the word Demur?', 'vivify///@@Accept///creation///submission', 3, 273, 1, '2017-07-04 09:13:53', '2017-07-04 09:13:53'),
+(1336, 'What is the meaning of the word Desiccate?', '@@শুষ্ক করা///সংকোচ///মৃত্যু///প্রকাশ্য অবাধ্যতা', 1, 274, 1, '2017-07-04 09:13:56', '2017-07-04 09:13:56'),
+(1337, 'What is the synonym of the word Desiccate?', '@@enervate///protest///drop///rebelliousness', 2, 274, 1, '2017-07-04 09:13:56', '2017-07-04 09:13:56'),
+(1338, 'What is the antonym of the word Desiccate?', '@@vivify///Accept///creation///submission', 3, 274, 1, '2017-07-04 09:13:56', '2017-07-04 09:13:56'),
+(1339, 'What is the meaning of the word Devour?', '@@গ্রাস করা///শ্রদ্ধা করা///দূরীভূত করা///অতৃপ্ত', 1, 469, 1, '2017-07-04 09:15:40', '2017-07-04 09:15:40'),
+(1340, 'What is the synonym of the word Devour?', 'Renew///Replace///@@Consume///None', 2, 469, 1, '2017-07-04 09:15:40', '2017-07-04 09:15:40'),
+(1341, 'What is the antonym of the word Devour?', 'Consume///Eat///@@Renew///None', 3, 469, 1, '2017-07-04 09:15:40', '2017-07-04 09:15:40'),
+(1342, 'What is the meaning of the word Deride?', '@@উপহাস করা///তেজস্বী///বৃদ্ধি///উজ্জ্বল', 1, 468, 1, '2017-07-04 09:18:54', '2017-07-04 09:18:54'),
+(1343, 'What is the synonym of the word Deride?', 'Serious///@@Ridicule///Vivid///Wary', 2, 468, 1, '2017-07-04 09:18:54', '2017-07-04 09:18:54'),
+(1344, 'What is the antonym of the word Deride?', '@@Serious///Voluntary///Wary///Zest', 3, 468, 1, '2017-07-04 09:18:54', '2017-07-04 09:18:54'),
+(1345, 'What is the meaning of the word Hail?', 'সাজসরঞ্জাম///@@দূর হইতে আহ্বান///বড় ঝুড়ি///দ্রুত চলা', 1, 604, 1, '2017-07-04 09:19:33', '2017-07-04 09:19:33'),
+(1346, 'What is the synonym of the word Hail?', 'Accelerate///@@Applaud///Clog///Utilize', 2, 604, 1, '2017-07-04 09:19:33', '2017-07-04 09:19:33'),
+(1347, 'What is the antonym of the word Hail?', '@@Vilify///Facilitate///&nbsp;Retard///Accelerate', 3, 604, 1, '2017-07-04 09:19:33', '2017-07-04 09:19:33'),
+(1348, 'What is the meaning of the word Harnless?', '@@সাজসরঞ্জাম///দূর হইতে আহ্বান///বড় ঝুড়ি///দ্রুত চলা', 1, 606, 1, '2017-07-04 09:19:36', '2017-07-04 09:19:36'),
+(1349, 'What is the synonym of the word Harnless?', 'Accelerate///Applaud///Clog///@@Utilize', 2, 606, 1, '2017-07-04 09:19:36', '2017-07-04 09:19:36'),
+(1350, 'What is the antonym of the word Harnless?', '', 3, 606, 1, '2017-07-04 09:19:36', '2017-07-04 09:19:36'),
+(1351, 'What is the meaning of the word Hamper?', 'সাজসরঞ্জাম///দূর হইতে আহ্বান///@@বড় ঝুড়ি///দ্রুত চলা', 1, 605, 1, '2017-07-04 09:19:40', '2017-07-04 09:19:40'),
+(1352, 'What is the synonym of the word Hamper?', 'Accelerate///Applaud///@@Clog///Utilize', 2, 605, 1, '2017-07-04 09:19:40', '2017-07-04 09:19:40'),
+(1353, 'What is the antonym of the word Hamper?', 'Vilify///@@Facilitate/// Retard///Accelerate', 3, 605, 1, '2017-07-04 09:19:40', '2017-07-04 09:19:40'),
+(1354, 'What is the meaning of the word Hasten?', 'সাজসরঞ্জাম///দূর হইতে আহ্বান///বড় ঝুড়ি///@@দ্রুত চলা', 1, 607, 1, '2017-07-04 09:19:43', '2017-07-04 09:19:43'),
+(1355, 'What is the synonym of the word Hasten?', '@@Accelerate///Applaud///Clog///Utilize', 2, 607, 1, '2017-07-04 09:19:43', '2017-07-04 09:19:43'),
+(1356, 'What is the antonym of the word Hasten?', 'Vilify///Facilitate///@@Retard///Accelerate', 3, 607, 1, '2017-07-04 09:19:43', '2017-07-04 09:19:43'),
+(1357, 'What is the meaning of the word Deplore?', '@@আক্ষেপ করা///কোলাহলপূর্ণ///সংক্ষিপ্ততা///শ্রুতিকটুতা', 1, 467, 1, '2017-07-04 09:21:26', '2017-07-04 09:21:26'),
+(1358, 'What is the synonym of the word Deplore?', 'Delight///Exult///Glory///@@Bemoan', 2, 467, 1, '2017-07-04 09:21:26', '2017-07-04 09:21:26'),
+(1359, 'What is the antonym of the word Deplore?', 'Bemoan///@@Delight///Lament///Grieve', 3, 467, 1, '2017-07-04 09:21:26', '2017-07-04 09:21:26'),
+(1360, 'What is the meaning of the word Deity?', '@@দেবতা///খাঁটি///শীর্ষ বিন্দু///প্রশংসা', 1, 465, 1, '2017-07-04 09:24:41', '2017-07-04 09:24:41'),
+(1361, 'What is the synonym of the word Deity?', '@@Divinity///Animost///Benevolent ///Audacious', 2, 465, 1, '2017-07-04 09:24:41', '2017-07-04 09:24:41'),
+(1362, 'What is the antonym of the word Deity?', '', 3, 465, 1, '2017-07-04 09:24:41', '2017-07-04 09:24:41'),
+(1363, 'What is the meaning of the word Conceal?', 'ছত্রভঙ্গ///ছোটো করে দেওয়া///দুর্বোধ্য///@@ঢাকা', 1, 267, 1, '2017-07-04 09:25:10', '2017-07-04 09:25:10'),
+(1364, 'What is the synonym of the word Conceal?', 'catastrophe///shorten///occult///@@secrete', 2, 267, 1, '2017-07-04 09:25:10', '2017-07-04 09:25:10'),
+(1365, 'What is the antonym of the word Conceal?', 'success///protract///obvious///@@exhibit', 3, 267, 1, '2017-07-04 09:25:10', '2017-07-04 09:25:10'),
+(1366, 'What is the meaning of the word Cryptic?', 'ছত্রভঙ্গ///ছোটো করে দেওয়া///@@দুর্বোধ্য///ঢাকা', 1, 268, 1, '2017-07-04 09:25:14', '2017-07-04 09:25:14'),
+(1367, 'What is the synonym of the word Cryptic?', 'catastrophe///shorten///@@occult///secrete', 2, 268, 1, '2017-07-04 09:25:14', '2017-07-04 09:25:14'),
+(1368, 'What is the antonym of the word Cryptic?', 'success///protract///@@obvious///exhibit', 3, 268, 1, '2017-07-04 09:25:14', '2017-07-04 09:25:14'),
+(1369, 'What is the meaning of the word Curtail?', 'ছত্রভঙ্গ///@@ছোটো করে দেওয়া///দুর্বোধ্য///ঢাকা', 1, 269, 1, '2017-07-04 09:25:16', '2017-07-04 09:25:16'),
+(1370, 'What is the synonym of the word Curtail?', 'catastrophe///@@shorten///occult///secrete', 2, 269, 1, '2017-07-04 09:25:16', '2017-07-04 09:25:16'),
+(1371, 'What is the antonym of the word Curtail?', 'success///@@protract///obvious///exhibit', 3, 269, 1, '2017-07-04 09:25:16', '2017-07-04 09:25:16'),
+(1372, 'What is the meaning of the word Debacle?', '@@ছত্রভঙ্গ///ছোটো করে দেওয়া///দুর্বোধ্য///ঢাকা', 1, 270, 1, '2017-07-04 09:25:19', '2017-07-04 09:25:19'),
+(1373, 'What is the synonym of the word Debacle?', '@@catastrophe///shorten///occult///secrete', 2, 270, 1, '2017-07-04 09:25:19', '2017-07-04 09:25:19'),
+(1374, 'What is the antonym of the word Debacle?', '@@success///protract///obvious///exhibit', 3, 270, 1, '2017-07-04 09:25:19', '2017-07-04 09:25:19'),
+(1375, 'What is the meaning of the word Grumpy?', 'অতিশয় দর-কষাকষি করা///@@বদমেজাজি///গোমড়া মুখো মানুষ///নির্মম', 1, 602, 1, '2017-07-04 09:26:28', '2017-07-04 09:26:28'),
+(1376, 'What is the synonym of the word Grumpy?', '@@Peevish///Negotiate///Fierce///Good natured', 2, 602, 1, '2017-07-04 09:26:28', '2017-07-04 09:26:28'),
+(1377, 'What is the antonym of the word Grumpy?', '', 3, 602, 1, '2017-07-04 09:26:28', '2017-07-04 09:26:28'),
+(1378, 'What is the meaning of the word Haggle?', '@@অতিশয় দর-কষাকষি করা///বদমেজাজি///গোমড়া মুখো মানুষ///নির্মম&nbsp;', 1, 603, 1, '2017-07-04 09:26:32', '2017-07-04 09:26:32'),
+(1379, 'What is the synonym of the word Haggle?', 'Peevish///@@Negotiate///Fierce///Good natured', 2, 603, 1, '2017-07-04 09:26:32', '2017-07-04 09:26:32'),
+(1380, 'What is the antonym of the word Haggle?', '', 3, 603, 1, '2017-07-04 09:26:32', '2017-07-04 09:26:32'),
+(1381, 'What is the meaning of the word Grim?', 'অতিশয় দর-কষাকষি করা///বদমেজাজি///গোমড়া মুখো মানুষ///@@নির্মম', 1, 600, 1, '2017-07-04 09:26:33', '2017-07-04 09:26:33'),
+(1382, 'What is the synonym of the word Grim?', 'Peevish///Negotiate///@@Fierce///Good natured', 2, 600, 1, '2017-07-04 09:26:33', '2017-07-04 09:26:33'),
+(1383, 'What is the antonym of the word Grim?', '', 3, 600, 1, '2017-07-04 09:26:33', '2017-07-04 09:26:33'),
+(1384, 'What is the meaning of the word Grouchy?', 'অতিশয় দর-কষাকষি করা///বদমেজাজি///@@গোমড়া মুখো মানুষ///নির্মম', 1, 601, 1, '2017-07-04 09:26:37', '2017-07-04 09:26:37'),
+(1385, 'What is the synonym of the word Grouchy?', 'Peevish///Negotiate///Fierce///@@Good natured', 2, 601, 1, '2017-07-04 09:26:37', '2017-07-04 09:26:37'),
+(1386, 'What is the antonym of the word Grouchy?', '', 3, 601, 1, '2017-07-04 09:26:37', '2017-07-04 09:26:37'),
+(1387, 'What is the meaning of the word Grouchy?', 'অতিশয় দর-কষাকষি করা///বদমেজাজি///@@গোমড়া মুখো মানুষ///নির্মম', 1, 601, 1, '2017-07-04 09:28:54', '2017-07-04 09:28:54'),
+(1388, 'What is the synonym of the word Grouchy?', 'Peevish///Negotiate///Fierce///@@Good natured', 2, 601, 1, '2017-07-04 09:28:54', '2017-07-04 09:28:54'),
+(1389, 'What is the antonym of the word Grouchy?', '', 3, 601, 1, '2017-07-04 09:28:54', '2017-07-04 09:28:54'),
+(1390, 'What is the meaning of the word Deity?', '@@দেবতা///খাঁটি///শীর্ষ বিন্দু///প্রশংসা', 1, 465, 1, '2017-07-04 09:33:39', '2017-07-04 09:33:39'),
+(1391, 'What is the synonym of the word Deity?', '@@Divinity///Animost///Benevolent ///Audacious', 2, 465, 1, '2017-07-04 09:33:39', '2017-07-04 09:33:39'),
+(1392, 'What is the antonym of the word Deity?', '', 3, 465, 1, '2017-07-04 09:33:39', '2017-07-04 09:33:39'),
+(1393, 'What is the meaning of the word Defile?', '@@নোংরা করা///মনোরঞ্জন করা///প্রবল আনন্দ///ছাড়', 1, 464, 1, '2017-07-04 09:38:08', '2017-07-04 09:38:08'),
+(1394, 'What is the synonym of the word Defile?', 'Respect///Enhance///@@Gorge///Recoil', 2, 464, 1, '2017-07-04 09:38:08', '2017-07-04 09:38:08'),
+(1395, 'What is the antonym of the word Defile?', 'Col///Gulf///Gorge///@@Enhance', 3, 464, 1, '2017-07-04 09:38:08', '2017-07-04 09:38:08'),
+(1396, 'What is the meaning of the word Deficit?', '@@অভাব///অবাধ্য///বিধ্বস্ত///পূরক', 1, 463, 1, '2017-07-04 09:41:02', '2017-07-04 09:41:02'),
+(1397, 'What is the synonym of the word Deficit?', 'Abundance///Opulence///Sufficiency///@@Crunch', 2, 463, 1, '2017-07-04 09:41:03', '2017-07-04 09:41:03'),
+(1398, 'What is the antonym of the word Deficit?', 'Crunch///Sufficiency///Dearth///Pinch', 3, 463, 1, '2017-07-04 09:41:03', '2017-07-04 09:41:03'),
+(1399, 'What is the meaning of the word Debacle?', '@@ছত্রভঙ্গ///ছোটো করে দেওয়া///দুর্বোধ্য///ঢাকা', 1, 270, 1, '2017-07-04 09:42:34', '2017-07-04 09:42:34'),
+(1400, 'What is the synonym of the word Debacle?', '@@catastrophe///shorten///occult///secrete', 2, 270, 1, '2017-07-04 09:42:34', '2017-07-04 09:42:34'),
+(1401, 'What is the antonym of the word Debacle?', '@@success///protract///obvious///exhibit', 3, 270, 1, '2017-07-04 09:42:34', '2017-07-04 09:42:34'),
+(1402, 'What is the meaning of the word Cryptic?', 'ছত্রভঙ্গ///ছোটো করে দেওয়া///@@দুর্বোধ্য///ঢাকা', 1, 268, 1, '2017-07-04 09:42:49', '2017-07-04 09:42:49'),
+(1403, 'What is the synonym of the word Cryptic?', 'catastrophe///shorten///@@occult///secrete', 2, 268, 1, '2017-07-04 09:42:49', '2017-07-04 09:42:49'),
+(1404, 'What is the antonym of the word Cryptic?', 'success///protract///@@obvious///exhibit', 3, 268, 1, '2017-07-04 09:42:49', '2017-07-04 09:42:49'),
+(1405, 'What is the meaning of the word Conceal?', 'ছত্রভঙ্গ///ছোটো করে দেওয়া///দুর্বোধ্য///@@ঢাকা', 1, 267, 1, '2017-07-04 09:42:52', '2017-07-04 09:42:52'),
+(1406, 'What is the synonym of the word Conceal?', 'catastrophe///shorten///occult///@@secrete', 2, 267, 1, '2017-07-04 09:42:52', '2017-07-04 09:42:52'),
+(1407, 'What is the antonym of the word Conceal?', 'success///protract///obvious///@@exhibit', 3, 267, 1, '2017-07-04 09:42:52', '2017-07-04 09:42:52'),
+(1408, 'What is the meaning of the word Defiant?', 'পরমানন্দ///@@বেপরোয়া///পারস্পরিক///প্রবল', 1, 462, 1, '2017-07-04 09:43:55', '2017-07-04 09:43:55'),
+(1409, 'What is the synonym of the word Defiant?', 'Amenable///@@Froward///Biddable///Compliant', 2, 462, 1, '2017-07-04 09:43:55', '2017-07-04 09:43:55'),
+(1410, 'What is the antonym of the word Defiant?', 'Balky///Froward///Wayward///@@Amenable', 3, 462, 1, '2017-07-04 09:43:55', '2017-07-04 09:43:55'),
+(1411, 'What is the meaning of the word Defiant?', 'পরমানন্দ///@@বেপরোয়া///পারস্পরিক///প্রবল', 1, 462, 1, '2017-07-04 09:44:30', '2017-07-04 09:44:30'),
+(1412, 'What is the synonym of the word Defiant?', 'Amenable///@@Froward///Biddable///Compliant', 2, 462, 1, '2017-07-04 09:44:30', '2017-07-04 09:44:30'),
+(1413, 'What is the antonym of the word Defiant?', 'Balky///Froward///Wayward///@@Amenable', 3, 462, 1, '2017-07-04 09:44:30', '2017-07-04 09:44:30'),
+(1414, 'What is the meaning of the word Defiant?', 'পরমানন্দ///@@বেপরোয়া///পারস্পরিক///প্রবল', 1, 462, 1, '2017-07-04 09:45:24', '2017-07-04 09:45:24'),
+(1415, 'What is the synonym of the word Defiant?', 'Amenable///@@Froward///Biddable///Compliant', 2, 462, 1, '2017-07-04 09:45:24', '2017-07-04 09:45:24'),
+(1416, 'What is the antonym of the word Defiant?', 'Balky///Froward///Wayward///@@Amenable', 3, 462, 1, '2017-07-04 09:45:24', '2017-07-04 09:45:24'),
+(1417, 'What is the meaning of the word Defiant?', 'পরমানন্দ///@@বেপরোয়া///পারস্পরিক///প্রবল', 1, 462, 1, '2017-07-04 09:56:23', '2017-07-04 09:56:23'),
+(1418, 'What is the synonym of the word Defiant?', 'Amenable///@@Froward///Biddable///Compliant', 2, 462, 1, '2017-07-04 09:56:23', '2017-07-04 09:56:23'),
+(1419, 'What is the antonym of the word Defiant?', 'Balky///Froward///Wayward///@@Amenable', 3, 462, 1, '2017-07-04 09:56:23', '2017-07-04 09:56:23'),
+(1420, 'What is the meaning of the word Defiant?', 'পরমানন্দ///@@বেপরোয়া///পারস্পরিক///প্রবল', 1, 462, 1, '2017-07-04 09:58:08', '2017-07-04 09:58:08'),
+(1421, 'What is the synonym of the word Defiant?', 'Amenable///@@Froward///Biddable///Compliant', 2, 462, 1, '2017-07-04 09:58:08', '2017-07-04 09:58:08'),
+(1422, 'What is the antonym of the word Defiant?', 'Balky///Froward///Wayward///@@Amenable', 3, 462, 1, '2017-07-04 09:58:08', '2017-07-04 09:58:08'),
+(1423, 'What is the meaning of the word Defiant?', 'পরমানন্দ///@@বেপরোয়া///পারস্পরিক///প্রবল', 1, 462, 1, '2017-07-04 10:09:28', '2017-07-04 10:09:28'),
+(1424, 'What is the synonym of the word Defiant?', 'Amenable///@@Froward///Biddable///Compliant', 2, 462, 1, '2017-07-04 10:09:28', '2017-07-04 10:09:28'),
+(1425, 'What is the antonym of the word Defiant?', 'Balky///Froward///Wayward///@@Amenable', 3, 462, 1, '2017-07-04 10:09:28', '2017-07-04 10:09:28'),
+(1426, 'What is the meaning of the word Deceive?', '@@ভুল ধারণা সৃষ্টি করা///সমপ্রকৃতিবিশিষ্ট///বিরোধিতা করা///ভাষান্তরিত করা', 1, 460, 1, '2017-07-04 10:19:43', '2017-07-04 10:19:43'),
+(1427, 'What is the synonym of the word Deceive?', 'Conspiracy///@@Bamboozle///Congregate///Tedious', 2, 460, 1, '2017-07-04 10:19:43', '2017-07-04 10:19:43'),
+(1428, 'What is the antonym of the word Deceive?', 'Unwaxed///@@Undeceive///Unfrock///Unitize', 3, 460, 1, '2017-07-04 10:19:43', '2017-07-04 10:19:43'),
+(1429, 'What is the meaning of the word Deceitful?', '@@ধাপ্পাবাজ///কালশিটে///নির্মম///খেলাপী', 1, 459, 1, '2017-07-04 10:23:37', '2017-07-04 10:23:37'),
+(1430, 'What is the synonym of the word Deceitful?', 'Aboveboard///Honest///Truthful///@@Fraudulent', 2, 459, 1, '2017-07-04 10:23:37', '2017-07-04 10:23:37'),
+(1431, 'What is the antonym of the word Deceitful?', '@@Aboveboard///Crooked///Fraudulent///Defrauding', 3, 459, 1, '2017-07-04 10:23:37', '2017-07-04 10:23:37'),
+(1432, 'What is the meaning of the word Deceit?', '@@প্রতারণা///খেলাপ///আশীর্বাদ///লঙ্ঘন', 1, 458, 1, '2017-07-04 10:26:32', '2017-07-04 10:26:32'),
+(1433, 'What is the synonym of the word Deceit?', 'Artlessness///Forthrightness///Good faith///@@Artifice', 2, 458, 1, '2017-07-04 10:26:33', '2017-07-04 10:26:33'),
+(1434, 'What is the antonym of the word Deceit?', 'Artifice///@@Good faith///Cheating///Dishonesty', 3, 458, 1, '2017-07-04 10:26:33', '2017-07-04 10:26:33'),
+(1435, 'What is the meaning of the word Clandestine?', 'পছন্দসই হওয়া///একত্রিত থাকা///স্বচ্ছতা///@@চোরাগোপ্তা', 1, 263, 1, '2017-07-04 10:29:46', '2017-07-04 10:29:46'),
+(1436, 'What is the synonym of the word Clandestine?', 'delegate///comport///translucence///@@stealth', 2, 263, 1, '2017-07-04 10:29:46', '2017-07-04 10:29:46'),
+(1437, 'What is the antonym of the word Clandestine?', 'Deplorable///disagree///turbidity///@@public', 3, 263, 1, '2017-07-04 10:29:46', '2017-07-04 10:29:46'),
+(1438, 'What is the meaning of the word Clarity?', 'পছন্দসই হওয়া///একত্রিত থাকা///@@স্বচ্ছতা///চোরাগোপ্তা', 1, 264, 1, '2017-07-04 10:29:50', '2017-07-04 10:29:50'),
+(1439, 'What is the synonym of the word Clarity?', 'delegate///comport///@@translucence///stealth', 2, 264, 1, '2017-07-04 10:29:50', '2017-07-04 10:29:50'),
+(1440, 'What is the antonym of the word Clarity?', 'Deplorable///disagree//@@/turbidity///public', 3, 264, 1, '2017-07-04 10:29:50', '2017-07-04 10:29:50'),
+(1441, 'What is the meaning of the word Cohere?', 'পছন্দসই হওয়া///@@একত্রিত থাকা///স্বচ্ছতা///চোরাগোপ্তা', 1, 265, 1, '2017-07-04 10:29:55', '2017-07-04 10:29:55'),
+(1442, 'What is the synonym of the word Cohere?', 'delegate///@@comport///translucence///stealth', 2, 265, 1, '2017-07-04 10:29:55', '2017-07-04 10:29:55'),
+(1443, 'What is the antonym of the word Cohere?', 'Deplorable///@@disagree///turbidity///public', 3, 265, 1, '2017-07-04 10:29:55', '2017-07-04 10:29:55'),
+(1444, 'What is the meaning of the word Commend?', '@@পছন্দসই হওয়া///একত্রিত থাকা///স্বচ্ছতা///চোরাগোপ্তা', 1, 266, 1, '2017-07-04 10:29:58', '2017-07-04 10:29:58'),
+(1445, 'What is the synonym of the word Commend?', '@@delegate///comport///translucence///stealth', 2, 266, 1, '2017-07-04 10:29:58', '2017-07-04 10:29:58'),
+(1446, 'What is the antonym of the word Commend?', '@@Deplorable///disagree///turbidity///public', 3, 266, 1, '2017-07-04 10:29:58', '2017-07-04 10:29:58'),
+(1447, 'What is the meaning of the word Decacy?', '@@সৌন্দর্য///@@ভোঁতা///ডুরি///পরম সুখ', 1, 457, 1, '2017-07-04 10:31:07', '2017-07-04 10:31:07'),
+(1448, 'What is the synonym of the word Decacy?', 'Ameliorate///Improve///@@Corrupt///Meliorate', 2, 457, 1, '2017-07-04 10:31:07', '2017-07-04 10:31:07'),
+(1449, 'What is the antonym of the word Decacy?', 'Break down///Corrupt///Decompose///@@Ameliorate', 3, 457, 1, '2017-07-04 10:31:07', '2017-07-04 10:31:07'),
+(1450, 'What is the meaning of the word Debtor?', 'কিনারা///@@দেনাদার///অল্পবুদ্ধি///খেলাপ', 1, 456, 1, '2017-07-04 10:33:33', '2017-07-04 10:33:33'),
+(1451, 'What is the synonym of the word Debtor?', '@@Defaulter///Brim///Attrition///Balk', 2, 456, 1, '2017-07-04 10:33:33', '2017-07-04 10:33:33'),
+(1452, 'What is the antonym of the word Debtor?', '', 3, 456, 1, '2017-07-04 10:33:33', '2017-07-04 10:33:33'),
+(1453, 'What is the meaning of the word Dazzling?', '@@অতি উজ্জল///স্নিগ্ধ///লোলুপতা', 1, 455, 1, '2017-07-04 10:38:05', '2017-07-04 10:38:05'),
+(1454, 'What is the synonym of the word Dazzling?', 'Avalanche///@@Beaming///Astound///Despot', 2, 455, 1, '2017-07-04 10:38:05', '2017-07-04 10:38:05'),
+(1455, 'What is the antonym of the word Dazzling?', '@@Dim///Demur///Cryptic///Cohere', 3, 455, 1, '2017-07-04 10:38:05', '2017-07-04 10:38:05'),
+(1456, 'What is the meaning of the word Daze?', 'লুকোনো///@@হতবুদ্ধি করা///রহস্যময়///নির্মলতা', 1, 454, 1, '2017-07-04 10:43:14', '2017-07-04 10:43:14'),
+(1457, 'What is the synonym of the word Daze?', 'Demur///@@Dazedness///Vivid///Awful', 2, 454, 1, '2017-07-04 10:43:14', '2017-07-04 10:43:14'),
+(1458, 'What is the antonym of the word Daze?', 'Dazedness///Fog///Muddle///@@Alertness', 3, 454, 1, '2017-07-04 10:43:14', '2017-07-04 10:43:14'),
+(1459, 'What is the meaning of the word Dart?', '@@জোরে কোনো জিনিস ছুঁড়ে মারা///প্রশংসার যোগ্য///বিরুদ্ধ সমালোচনা করা ///কোনো জিনিস ছুঁড়ে মারা', 1, 453, 1, '2017-07-04 10:46:01', '2017-07-04 10:46:01'),
+(1460, 'What is the synonym of the word Dart?', 'Praise///Adulation///Flattery///@@Gird', 2, 453, 1, '2017-07-04 10:46:01', '2017-07-04 10:46:01'),
+(1461, 'What is the antonym of the word Dart?', 'Affront///Adulation///Cut///Gird', 3, 453, 1, '2017-07-04 10:46:01', '2017-07-04 10:46:01'),
+(1462, 'What is the meaning of the word Dangle?', '@@আলগাভাবে ঝোলা///প্রশংসার যোগ্য///ভয়ে অসাড় করা///সময় পার-হয়ে-যাওয়া', 1, 452, 1, '2017-07-04 10:49:10', '2017-07-04 10:49:10'),
+(1463, 'What is the synonym of the word Dangle?', '@@Sling///Harsh///Oust///Sinterest', 2, 452, 1, '2017-07-04 10:49:10', '2017-07-04 10:49:10'),
+(1464, 'What is the antonym of the word Dangle?', 'Hang///Sling///Suspend///@@Disinterest', 3, 452, 1, '2017-07-04 10:49:10', '2017-07-04 10:49:10'),
+(1465, 'What is the meaning of the word Cynical?', '@@মানববিদ্বেষী///প্রচলিত মতের বিরুদ্ধে বিশ্বাস///চরম বুদ্ধিহীনতা///সময় পার-হয়ে-যাওয়া', 1, 451, 1, '2017-07-04 10:53:01', '2017-07-04 10:53:01'),
+(1466, 'What is the synonym of the word Cynical?', 'Optimistic///Credulous///@@Suspicious///Silhouette', 2, 451, 1, '2017-07-04 10:53:01', '2017-07-04 10:53:01'),
+(1467, 'What is the antonym of the word Cynical?', 'Suspicious///Pessimistic///Mocking///@@Optimistic', 3, 451, 1, '2017-07-04 10:53:01', '2017-07-04 10:53:01'),
+(1468, 'What is the meaning of the word Cuisine?', '@@বিশেষ রন্ধন প্রণালী///রন্ধন/// উল্লাস///আলস্যপরায়ণ', 1, 450, 1, '2017-07-04 10:57:04', '2017-07-04 10:57:04'),
+(1469, 'What is the synonym of the word Cuisine?', '@@Cooking///Idiocy///Overdue///Partial', 2, 450, 1, '2017-07-04 10:57:04', '2017-07-04 10:57:04'),
+(1470, 'What is the antonym of the word Cuisine?', '', 3, 450, 1, '2017-07-04 10:57:04', '2017-07-04 10:57:04'),
+(1471, 'What is the meaning of the word Crude?', 'প্রাণশক্তি///আরামপ্রদ///@@অশোধিত///উন্নাসিক', 1, 449, 1, '2017-07-04 10:59:27', '2017-07-04 10:59:27'),
+(1472, 'What is the synonym of the word Crude?', 'Dressed///Processed///Refined///@@Native', 2, 449, 1, '2017-07-04 10:59:27', '2017-07-04 10:59:27'),
+(1473, 'What is the antonym of the word Crude?', '@@Dressed///Sturdy///Trivial///Weary', 3, 449, 1, '2017-07-04 10:59:27', '2017-07-04 10:59:27'),
+(1474, 'What is the meaning of the word Craft?', '@@কারুকর্ম///শীর্ষবিন্দু///ধার্মিক///পবিত্র', 1, 448, 1, '2017-07-04 11:01:57', '2017-07-04 11:01:57'),
+(1475, 'What is the synonym of the word Craft?', 'Triumph///@@Handcraft///Stubborn///Sycophant', 2, 448, 1, '2017-07-04 11:01:57', '2017-07-04 11:01:57'),
+(1476, 'What is the antonym of the word Craft?', '@@Artlessness///Reluctant///Sordid///Scant', 3, 448, 1, '2017-07-04 11:01:57', '2017-07-04 11:01:57'),
+(1477, 'What is the meaning of the word Cozy?', 'জীর্ণশীর্ণ///@@স্বাচ্ছন্দ্যময়///অত্যল্প///আক্ষেপ', 1, 447, 1, '2017-07-04 11:05:51', '2017-07-04 11:05:51'),
+(1478, 'What is the synonym of the word Cozy?', '@@Snug///Obdurate///Mollify///Mirth', 2, 447, 1, '2017-07-04 11:05:51', '2017-07-04 11:05:51'),
+(1479, 'What is the antonym of the word Cozy?', '@@Uncomfortable///Unrazed///Unslick///Unwove', 3, 447, 1, '2017-07-04 11:05:51', '2017-07-04 11:05:51'),
+(1480, 'What is the meaning of the word Covetous?', '@@অর্থলোলুপ///একগুঁয়ে///বিলোপ///অন্ধকার', 1, 446, 1, '2017-07-04 11:09:13', '2017-07-04 11:09:13'),
+(1481, 'What is the synonym of the word Covetous?', '@@Acquisitive///Oblivion///Novelty///Negate', 2, 446, 1, '2017-07-04 11:09:13', '2017-07-04 11:09:13'),
+(1482, 'What is the antonym of the word Covetous?', 'Undrew///@@Unenvious///Unkind///Unakin', 3, 446, 1, '2017-07-04 11:09:13', '2017-07-04 11:09:13'),
+(1483, 'What is the meaning of the word Corroborate?', 'প্রশমিত কারা ///@@অনুমোদন করা///কোমল করা///বিলোপ করা', 1, 445, 1, '2017-07-04 11:10:54', '2017-07-04 11:10:54'),
+(1484, 'What is the synonym of the word Corroborate?', '@@Argue///Disprove///Rebut///Refute', 2, 445, 1, '2017-07-04 11:10:54', '2017-07-04 11:10:54'),
+(1485, 'What is the antonym of the word Corroborate?', 'Argue///Certify///Substantiate///@@Disprove', 3, 445, 1, '2017-07-04 11:10:54', '2017-07-04 11:10:54'),
+(1486, 'What is the meaning of the word Corpulent?', 'একগুঁয়ে ///@@স্থূলকায় ///জঘন্য///জেদি', 1, 444, 1, '2017-07-04 11:13:40', '2017-07-04 11:13:40'),
+(1487, 'What is the synonym of the word Corpulent?', 'Slender///@@Blubbery///Lean///Skinny', 2, 444, 1, '2017-07-04 11:13:40', '2017-07-04 11:13:40'),
+(1488, 'What is the antonym of the word Corpulent?', 'Blubbery///Full///Overweight///@@Slender', 3, 444, 1, '2017-07-04 11:13:40', '2017-07-04 11:13:40'),
+(1489, 'What is the meaning of the word Benign?', 'তিরস্কার///ক্ষান্ত হওয়া///অনির্ভরযোগ্য///@@অমায়িক', 1, 259, 1, '2017-07-04 11:42:21', '2017-07-04 11:42:21'),
+(1490, 'What is the synonym of the word Benign?', 'reprimand///terminate///irregular///@@innocuous', 2, 259, 1, '2017-07-04 11:42:21', '2017-07-04 11:42:21'),
+(1491, 'What is the antonym of the word Benign?', 'endorsement///persist///consistent///@@baneful', 3, 259, 1, '2017-07-04 11:42:21', '2017-07-04 11:42:21'),
+(1492, 'What is the meaning of the word Capricious?', 'তিরস্কার///ক্ষান্ত হওয়া///@@অনির্ভরযোগ্য///অমায়িক', 1, 260, 1, '2017-07-04 11:42:22', '2017-07-04 11:42:22'),
+(1493, 'What is the synonym of the word Capricious?', 'reprimand///terminate///@@irregular///innocuous', 2, 260, 1, '2017-07-04 11:42:22', '2017-07-04 11:42:22'),
+(1494, 'What is the antonym of the word Capricious?', 'endorsement///persist///@@consistent///baneful', 3, 260, 1, '2017-07-04 11:42:22', '2017-07-04 11:42:22'),
+(1495, 'What is the meaning of the word Cease ?', 'তিরস্কার///@@ক্ষান্ত হওয়া///অনির্ভরযোগ্য///অমায়িক', 1, 261, 1, '2017-07-04 11:42:28', '2017-07-04 11:42:28'),
+(1496, 'What is the synonym of the word Cease ?', 'reprimand///@@terminate///irregular///innocuous', 2, 261, 1, '2017-07-04 11:42:28', '2017-07-04 11:42:28'),
+(1497, 'What is the antonym of the word Cease ?', 'endorsement///@@persist///consistent///baneful', 3, 261, 1, '2017-07-04 11:42:28', '2017-07-04 11:42:28'),
+(1498, 'What is the meaning of the word Censure?', '@@তিরস্কার///ক্ষান্ত হওয়া///অনির্ভরযোগ্য///অমায়িক', 1, 262, 1, '2017-07-04 11:42:29', '2017-07-04 11:42:29'),
+(1499, 'What is the synonym of the word Censure?', '@@reprimand///terminate///irregular///innocuous', 2, 262, 1, '2017-07-04 11:42:29', '2017-07-04 11:42:29'),
+(1500, 'What is the antonym of the word Censure?', '@@endorsement///persist///consistent///baneful', 3, 262, 1, '2017-07-04 11:42:29', '2017-07-04 11:42:29'),
+(1501, 'What is the meaning of the word Worthy?', 'তুচ্ছজ্ঞান করা///আতঙ্কজনক///সোজাসুজি বলা///@@প্রশংসনীয়', 1, 255, 1, '2017-07-04 11:45:22', '2017-07-04 11:45:22'),
+(1502, 'What is the synonym of the word Worthy?', 'derogate///appalling///profess///@@meritorious', 2, 255, 1, '2017-07-04 11:45:22', '2017-07-04 11:45:22'),
+(1503, 'What is the antonym of the word Worthy?', 'magnify///fantastic///gainsay///@@worthless', 3, 255, 1, '2017-07-04 11:45:22', '2017-07-04 11:45:22'),
+(1504, 'What is the meaning of the word Assert?', 'তুচ্ছজ্ঞান করা///আতঙ্কজনক///@@সোজাসুজি বলা///প্রশংসনীয়', 1, 256, 1, '2017-07-04 11:45:24', '2017-07-04 11:45:24'),
+(1505, 'What is the synonym of the word Assert?', 'derogate///appalling///@@profess///meritorious', 2, 256, 1, '2017-07-04 11:45:24', '2017-07-04 11:45:24'),
+(1506, 'What is the antonym of the word Assert?', 'magnify///fantastic///@@gainsay///worthless', 3, 256, 1, '2017-07-04 11:45:24', '2017-07-04 11:45:24'),
+(1507, 'What is the meaning of the word Awful?', 'তুচ্ছজ্ঞান করা///@@আতঙ্কজনক///সোজাসুজি বলা///প্রশংসনীয়', 1, 257, 1, '2017-07-04 11:45:28', '2017-07-04 11:45:28'),
+(1508, 'What is the synonym of the word Awful?', 'derogate///@@appalling///profess///meritorious', 2, 257, 1, '2017-07-04 11:45:28', '2017-07-04 11:45:28'),
+(1509, 'What is the antonym of the word Awful?', 'magnify///@@fantastic///gainsay///worthless', 3, 257, 1, '2017-07-04 11:45:28', '2017-07-04 11:45:28'),
+(1510, 'What is the meaning of the word Belittle?', '@@তুচ্ছজ্ঞান করা///আতঙ্কজনক///সোজাসুজি বলা///প্রশংসনীয়', 1, 258, 1, '2017-07-04 11:45:30', '2017-07-04 11:45:30'),
+(1511, 'What is the synonym of the word Belittle?', '@@derogate///appalling///profess///meritorious', 2, 258, 1, '2017-07-04 11:45:30', '2017-07-04 11:45:30'),
+(1512, 'What is the antonym of the word Belittle?', '@@magnify///fantastic///gainsay///worthless', 3, 258, 1, '2017-07-04 11:45:30', '2017-07-04 11:45:30'),
+(1513, 'What is the meaning of the word Vivid?', '@@স্পষ্ট///অতি ক্ষুদ্র///লাজুক///বাস্তব', 1, 254, 1, '2017-07-04 11:53:08', '2017-07-04 11:53:08'),
+(1514, 'What is the synonym of the word Vivid?', '@@visual///imnute///shy///substantial', 2, 254, 1, '2017-07-04 11:53:09', '2017-07-04 11:53:09'),
+(1515, 'What is the antonym of the word Vivid?', '@@dull///mammoth///bold///intangible', 3, 254, 1, '2017-07-04 11:53:09', '2017-07-04 11:53:09'),
+(1516, 'What is the meaning of the word Tiny?', 'স্পষ্ট///@@অতি ক্ষুদ্র///লাজুক///বাস্তব', 1, 253, 1, '2017-07-04 11:53:10', '2017-07-04 11:53:10'),
+(1517, 'What is the synonym of the word Tiny?', 'visual///@@imnute///shy///substantial', 2, 253, 1, '2017-07-04 11:53:10', '2017-07-04 11:53:10'),
+(1518, 'What is the antonym of the word Tiny?', 'dull///@@mammoth///bold///intangible', 3, 253, 1, '2017-07-04 11:53:11', '2017-07-04 11:53:11'),
+(1519, 'What is the meaning of the word Timid?', 'স্পষ্ট///অতি ক্ষুদ্র///@@লাজুক///বাস্তব', 1, 252, 1, '2017-07-04 11:53:14', '2017-07-04 11:53:14'),
+(1520, 'What is the synonym of the word Timid?', 'visual///imnute///@@shy///substantial', 2, 252, 1, '2017-07-04 11:53:14', '2017-07-04 11:53:14'),
+(1521, 'What is the antonym of the word Timid?', 'dull///mammoth///@@bold///intangible', 3, 252, 1, '2017-07-04 11:53:14', '2017-07-04 11:53:14'),
+(1522, 'What is the meaning of the word Tangible?', 'স্পষ্ট///অতি ক্ষুদ্র///লাজুক///@@বাস্তব', 1, 251, 1, '2017-07-04 11:53:17', '2017-07-04 11:53:17'),
+(1523, 'What is the synonym of the word Tangible?', 'visual///imnute///shy///@@substantial', 2, 251, 1, '2017-07-04 11:53:17', '2017-07-04 11:53:17'),
+(1524, 'What is the antonym of the word Tangible?', 'dull///mammoth///bold///@@intangible', 3, 251, 1, '2017-07-04 11:53:17', '2017-07-04 11:53:17'),
+(1525, 'What is the meaning of the word taboo?', '@@নিষিদ্ধ///বিরূপ///দীপ্যমান///অসম্পূর্ণ', 1, 250, 1, '2017-07-04 11:56:57', '2017-07-04 11:56:57'),
+(1526, 'What is the synonym of the word taboo?', '@@banned///moody///bright///fractional', 2, 250, 1, '2017-07-04 11:56:57', '2017-07-04 11:56:57'),
+(1527, 'What is the antonym of the word taboo?', '@@permissible///cheerful///unbright///complete', 3, 250, 1, '2017-07-04 11:56:57', '2017-07-04 11:56:57'),
+(1528, 'What is the meaning of the word Sullen?', 'নিষিদ্ধ///@@বিরূপ///দীপ্যমান///অসম্পূর্ণ', 1, 249, 1, '2017-07-04 11:56:59', '2017-07-04 11:56:59'),
+(1529, 'What is the synonym of the word Sullen?', 'banned///@@moody///bright///fractional', 2, 249, 1, '2017-07-04 11:57:00', '2017-07-04 11:56:59'),
+(1530, 'What is the antonym of the word Sullen?', 'permissible///@@cheerful///unbright///complete', 3, 249, 1, '2017-07-04 11:57:00', '2017-07-04 11:57:00'),
+(1531, 'What is the meaning of the word Radiant?', 'নিষিদ্ধ///বিরূপ///@@দীপ্যমান///অসম্পূর্ণ', 1, 248, 1, '2017-07-04 11:57:02', '2017-07-04 11:57:02'),
+(1532, 'What is the synonym of the word Radiant?', 'banned///moody///@@bright///fractional', 2, 248, 1, '2017-07-04 11:57:03', '2017-07-04 11:57:03'),
+(1533, 'What is the antonym of the word Radiant?', 'permissible///cheerful///@@unbright///complete', 3, 248, 1, '2017-07-04 11:57:03', '2017-07-04 11:57:03'),
+(1534, 'What is the meaning of the word Partial?', 'নিষিদ্ধ///বিরূপ///দীপ্যমান///@@অসম্পূর্ণ', 1, 247, 1, '2017-07-04 11:57:06', '2017-07-04 11:57:06'),
+(1535, 'What is the synonym of the word Partial?', 'banned///moody///bright///@@fractional', 2, 247, 1, '2017-07-04 11:57:06', '2017-07-04 11:57:06'),
+(1536, 'What is the antonym of the word Partial?', 'permissible///cheerful///unbright///@@complete', 3, 247, 1, '2017-07-04 11:57:06', '2017-07-04 11:57:06'),
+(1537, 'What is the meaning of the word Outstanding?', 'সম্পর্কযুক্ত///ভয়ে অসাড় করা///অংশ///@@বিশিষ্ট', 1, 243, 1, '2017-07-04 12:03:36', '2017-07-04 12:03:36'),
+(1538, 'What is the synonym of the word Outstanding?', 'apposite///terrify///fraction///@@remarkable', 2, 243, 1, '2017-07-04 12:03:36', '2017-07-04 12:03:36'),
+(1539, 'What is the antonym of the word Outstanding?', 'extraneous///soothe///full///@@abysmal', 3, 243, 1, '2017-07-04 12:03:36', '2017-07-04 12:03:36'),
+(1540, 'What is the meaning of the word Portion?', 'সম্পর্কযুক্ত///ভয়ে অসাড় করা///@@অংশ///বিশিষ্ট', 1, 244, 1, '2017-07-04 12:03:38', '2017-07-04 12:03:38'),
+(1541, 'What is the synonym of the word Portion?', 'apposite///terrify///@@fraction///remarkable', 2, 244, 1, '2017-07-04 12:03:38', '2017-07-04 12:03:38'),
+(1542, 'What is the antonym of the word Portion?', 'extraneous///soothe///@@full///abysmal', 3, 244, 1, '2017-07-04 12:03:38', '2017-07-04 12:03:38'),
+(1543, 'What is the meaning of the word Petrify?', 'সম্পর্কযুক্ত///@@ভয়ে অসাড় করা///অংশ///বিশিষ্ট', 1, 245, 1, '2017-07-04 12:03:41', '2017-07-04 12:03:41'),
+(1544, 'What is the synonym of the word Petrify?', 'apposite///@@terrify///fraction///remarkable', 2, 245, 1, '2017-07-04 12:03:41', '2017-07-04 12:03:41'),
+(1545, 'What is the antonym of the word Petrify?', 'extraneous///@@soothe///full///abysmal', 3, 245, 1, '2017-07-04 12:03:41', '2017-07-04 12:03:41'),
+(1546, 'What is the meaning of the word Pertinent?', '@@সম্পর্কযুক্ত///ভয়ে অসাড় করা///অংশ///বিশিষ্ট', 1, 246, 1, '2017-07-04 12:03:44', '2017-07-04 12:03:44'),
+(1547, 'What is the synonym of the word Pertinent?', '@@apposite///terrify///fraction///remarkable', 2, 246, 1, '2017-07-04 12:03:44', '2017-07-04 12:03:44'),
+(1548, 'What is the antonym of the word Pertinent?', '@@extraneous///soothe///full///abysmal', 3, 246, 1, '2017-07-04 12:03:44', '2017-07-04 12:03:44'),
+(1549, 'What is the meaning of the word Harsh?', 'কালাতিক্রান্ত///হটিয়ে দেওয়া///আবশ্যক///@@ককর্শ', 1, 239, 1, '2017-07-04 12:10:55', '2017-07-04 12:10:55'),
+(1550, 'What is the synonym of the word Harsh?', 'latish///banish///significant///@@cruel', 2, 239, 1, '2017-07-04 12:10:55', '2017-07-04 12:10:55'),
+(1551, 'What is the antonym of the word Harsh?', 'timely///throne///unimportant///@@soft', 3, 239, 1, '2017-07-04 12:10:55', '2017-07-04 12:10:55'),
+(1552, 'What is the meaning of the word Momentous?', 'কালাতিক্রান্ত///হটিয়ে দেওয়া///@@আবশ্যক///ককর্শ', 1, 240, 1, '2017-07-04 12:10:57', '2017-07-04 12:10:57'),
+(1553, 'What is the synonym of the word Momentous?', 'latish///banish///@@significant///cruel', 2, 240, 1, '2017-07-04 12:10:57', '2017-07-04 12:10:57'),
+(1554, 'What is the antonym of the word Momentous?', 'timely///throne///@@unimportant///soft', 3, 240, 1, '2017-07-04 12:10:57', '2017-07-04 12:10:57'),
+(1555, 'What is the meaning of the word Oust?', 'কালাতিক্রান্ত///@@হটিয়ে দেওয়া///আবশ্যক///ককর্শ', 1, 241, 1, '2017-07-04 12:11:00', '2017-07-04 12:11:00'),
+(1556, 'What is the synonym of the word Oust?', 'latish///@@banish///significant///cruel', 2, 241, 1, '2017-07-04 12:11:00', '2017-07-04 12:11:00'),
+(1557, 'What is the antonym of the word Oust?', 'timely///@@throne///unimportant///soft', 3, 241, 1, '2017-07-04 12:11:00', '2017-07-04 12:11:00'),
+(1558, 'What is the meaning of the word Overdue?', '@@কালাতিক্রান্ত///হটিয়ে দেওয়া///আবশ্যক///ককর্শ', 1, 242, 1, '2017-07-04 12:11:02', '2017-07-04 12:11:02'),
+(1559, 'What is the synonym of the word Overdue?', '@@latish///banish///significant///cruel', 2, 242, 1, '2017-07-04 12:11:02', '2017-07-04 12:11:02'),
+(1560, 'What is the antonym of the word Overdue?', '@@timely///throne///unimportant///soft', 3, 242, 1, '2017-07-04 12:11:02', '2017-07-04 12:11:02'),
+(1561, 'What is the meaning of the word Magnanimous?', 'প্রচলিত মতের বিরুদ্ধে বিশ্বাস///অজ্ঞাত///বিজয়োল্লাস///@@বিশালহৃদয়', 1, 235, 1, '2017-07-04 12:16:15', '2017-07-04 12:16:15'),
+(1562, 'What is the synonym of the word Magnanimous?', 'dissidence///absurdity///festivity///@@Gallant', 2, 235, 1, '2017-07-04 12:16:15', '2017-07-04 12:16:15'),
+(1563, 'What is the antonym of the word Magnanimous?', 'belief///logic///sad///@@Base', 3, 235, 1, '2017-07-04 12:16:15', '2017-07-04 12:16:15'),
+(1564, 'What is the meaning of the word Gleeful?', 'প্রচলিত মতের বিরুদ্ধে বিশ্বাস///অজ্ঞাত///@@বিজয়োল্লাস///বিশালহৃদয়', 1, 236, 1, '2017-07-04 12:16:17', '2017-07-04 12:16:17'),
+(1565, 'What is the synonym of the word Gleeful?', 'dissidence///absurdity///@@festivity///Gallant', 2, 236, 1, '2017-07-04 12:16:17', '2017-07-04 12:16:17'),
+(1566, 'What is the antonym of the word Gleeful?', 'belief///logic///@@sad///Base', 3, 236, 1, '2017-07-04 12:16:17', '2017-07-04 12:16:17'),
+(1567, 'What is the meaning of the word Idiocy?', 'প্রচলিত মতের বিরুদ্ধে বিশ্বাস///@@অজ্ঞাত///বিজয়োল্লাস///বিশালহৃদয়', 1, 237, 1, '2017-07-04 12:16:25', '2017-07-04 12:16:25'),
+(1568, 'What is the synonym of the word Idiocy?', 'dissidence///@@absurdity///festivity///Gallant', 2, 237, 1, '2017-07-04 12:16:25', '2017-07-04 12:16:25'),
+(1569, 'What is the antonym of the word Idiocy?', 'belief///@@logic///sad///Base', 3, 237, 1, '2017-07-04 12:16:25', '2017-07-04 12:16:25'),
+(1570, 'What is the meaning of the word Heresy?', '@@প্রচলিত মতের বিরুদ্ধে বিশ্বাস///অজ্ঞাত///বিজয়োল্লাস///বিশালহৃদয়', 1, 238, 1, '2017-07-04 12:16:27', '2017-07-04 12:16:27'),
+(1571, 'What is the synonym of the word Heresy?', '@@dissidence///absurdity///festivity///Gallant', 2, 238, 1, '2017-07-04 12:16:27', '2017-07-04 12:16:27'),
+(1572, 'What is the antonym of the word Heresy?', '@@belief///logic///sad///Base', 3, 238, 1, '2017-07-04 12:16:27', '2017-07-04 12:16:27'),
+(1573, 'What is the meaning of the word Spurious?', ',নিশ্চল///অপচয় করা///@@ভেজাল/// নোংরা', 1, 198, 1, '2017-07-05 07:57:52', '2017-07-05 07:57:52'),
+(1574, 'What is the synonym of the word Spurious?', 'waste///Motionless///@@unauthentic///nasty', 2, 198, 1, '2017-07-05 07:57:52', '2017-07-05 07:57:52'),
+(1575, 'What is the antonym of the word Spurious?', 'Flowing///save///immaculate///@@bona fide', 3, 198, 1, '2017-07-05 07:57:52', '2017-07-05 07:57:52'),
+(1576, 'What is the meaning of the word Sordid?', ',নিশ্চল///অপচয় করা/// ভেজাল///@@নোংরা', 1, 197, 1, '2017-07-05 07:57:53', '2017-07-05 07:57:53'),
+(1577, 'What is the synonym of the word Sordid?', 'waste///Motionless///unauthentic///@@nasty', 2, 197, 1, '2017-07-05 07:57:53', '2017-07-05 07:57:53'),
+(1578, 'What is the antonym of the word Sordid?', 'Flowing///save///@@immaculate///bona fide', 3, 197, 1, '2017-07-05 07:57:53', '2017-07-05 07:57:53'),
+(1579, 'What is the meaning of the word Sordid?', ',নিশ্চল///অপচয় করা/// ভেজাল///@@নোংরা', 1, 197, 1, '2017-07-05 07:57:55', '2017-07-05 07:57:55'),
+(1580, 'What is the synonym of the word Sordid?', 'waste///Motionless///unauthentic///@@nasty', 2, 197, 1, '2017-07-05 07:57:55', '2017-07-05 07:57:55'),
+(1581, 'What is the antonym of the word Sordid?', 'Flowing///save///@@immaculate///bona fide', 3, 197, 1, '2017-07-05 07:57:55', '2017-07-05 07:57:55'),
+(1582, 'What is the meaning of the word Squander?', ',নিশ্চল///@@অপচয় করা/// ভেজাল/// নোংরা', 1, 199, 1, '2017-07-05 07:57:56', '2017-07-05 07:57:56'),
+(1583, 'What is the synonym of the word Squander?', '@@waste///Motionless///unauthentic///nasty', 2, 199, 1, '2017-07-05 07:57:56', '2017-07-05 07:57:56'),
+(1584, 'What is the antonym of the word Squander?', 'Flowing///@@save///immaculate///bona fide', 3, 199, 1, '2017-07-05 07:57:56', '2017-07-05 07:57:56'),
+(1585, 'What is the meaning of the word Stagnant?', '@@নিশ্চল///অপচয় করা///&nbsp;ভেজাল///&nbsp;নোংরা', 1, 200, 1, '2017-07-05 07:58:00', '2017-07-05 07:58:00'),
+(1586, 'What is the synonym of the word Stagnant?', 'waste///@@Motionless///unauthentic///nasty', 2, 200, 1, '2017-07-05 07:58:00', '2017-07-05 07:58:00'),
+(1587, 'What is the antonym of the word Stagnant?', '@@Flowing///save///immaculate///bona fide', 3, 200, 1, '2017-07-05 07:58:00', '2017-07-05 07:58:00'),
+(1588, 'What is the meaning of the word Scant?', 'জীর্ণশীর্ণ///এককালীন///আশাবাদী///@@নিতান্ত অপ্রতুল', 1, 194, 1, '2017-07-05 08:21:23', '2017-07-05 08:21:23'),
+(1589, 'What is the synonym of the word Scant?', 'concurrent///scruffy///@@scanty///optimistic', 2, 194, 1, '2017-07-05 08:21:23', '2017-07-05 08:21:23'),
+(1590, 'What is the antonym of the word Scant?', 'pessimistic///separate///tidy///@@copious.', 3, 194, 1, '2017-07-05 08:21:23', '2017-07-05 08:21:23'),
+(1591, 'What is the meaning of the word Shabby?', '@@জীর্ণশীর্ণ///এককালীন///আশাবাদী///&nbsp;নিতান্ত অপ্রতুল', 1, 195, 1, '2017-07-05 08:21:26', '2017-07-05 08:21:26'),
+(1592, 'What is the synonym of the word Shabby?', 'concurrent///@@scruffy///scanty///optimistic', 2, 195, 1, '2017-07-05 08:21:26', '2017-07-05 08:21:26'),
+(1593, 'What is the antonym of the word Shabby?', 'pessimistic///separate///@@tidy///@@copious.', 3, 195, 1, '2017-07-05 08:21:26', '2017-07-05 08:21:26'),
+(1594, 'What is the meaning of the word Shabby?', '@@জীর্ণশীর্ণ///এককালীন///আশাবাদী///&nbsp;নিতান্ত অপ্রতুল', 1, 195, 1, '2017-07-05 08:21:26', '2017-07-05 08:21:26'),
+(1595, 'What is the synonym of the word Shabby?', 'concurrent///@@scruffy///scanty///optimistic', 2, 195, 1, '2017-07-05 08:21:26', '2017-07-05 08:21:26'),
+(1596, 'What is the antonym of the word Shabby?', 'pessimistic///separate///@@tidy///@@copious.', 3, 195, 1, '2017-07-05 08:21:26', '2017-07-05 08:21:26'),
+(1597, 'What is the meaning of the word Simultaneous ?', 'জীর্ণশীর্ণ///@@এককালীন///আশাবাদী/// নিতান্ত অপ্রতুল', 1, 196, 1, '2017-07-05 08:21:28', '2017-07-05 08:21:28'),
+(1598, 'What is the synonym of the word Simultaneous ?', '@@concurrent///scruffy///scanty///optimistic', 2, 196, 1, '2017-07-05 08:21:28', '2017-07-05 08:21:28'),
+(1599, 'What is the antonym of the word Simultaneous ?', 'pessimistic///@@separate///tidy///copious.', 3, 196, 1, '2017-07-05 08:21:28', '2017-07-05 08:21:28'),
+(1600, 'What is the meaning of the word Sanguine ?', 'জীর্ণশীর্ণ///এককালীন///@@আশাবাদী/// নিতান্ত অপ্রতুল', 1, 193, 1, '2017-07-05 08:21:31', '2017-07-05 08:21:31'),
+(1601, 'What is the synonym of the word Sanguine ?', 'concurrent///scruffy///scanty///@@optimistic', 2, 193, 1, '2017-07-05 08:21:31', '2017-07-05 08:21:31'),
+(1602, 'What is the antonym of the word Sanguine ?', '@@pessimistic///separate///tidy///copious.', 3, 193, 1, '2017-07-05 08:21:31', '2017-07-05 08:21:31'),
+(1603, 'What is the meaning of the word Reluctant?', 'দয়ালু নয় এমন///স্বল্পভাষী///&nbsp;প্রবল আক্ষেপ///@@প্রতিরোধ করে এমন', 1, 189, 1, '2017-07-05 08:52:42', '2017-07-05 08:52:42'),
+(1604, 'What is the synonym of the word Reluctant?', 'secretive///obdurate///regret///@@loath', 2, 189, 1, '2017-07-05 08:52:42', '2017-07-05 08:52:42'),
+(1605, 'What is the antonym of the word Reluctant?', '', 3, 189, 1, '2017-07-05 08:52:42', '2017-07-05 08:52:42'),
+(1606, 'What is the meaning of the word Remorse?', 'দয়ালু নয় এমন///স্বল্পভাষী///@@প্রবল আক্ষেপ///প্রতিরোধ করে এমন', 1, 190, 1, '2017-07-05 08:52:47', '2017-07-05 08:52:47'),
+(1607, 'What is the synonym of the word Remorse?', 'secretive///obdurate///@@regret///loath', 2, 190, 1, '2017-07-05 08:52:47', '2017-07-05 08:52:47'),
+(1608, 'What is the antonym of the word Remorse?', '', 3, 190, 1, '2017-07-05 08:52:47', '2017-07-05 08:52:47'),
+(1609, 'What is the meaning of the word Ruthless?', '@@দয়ালু নয় এমন///স্বল্পভাষী///&nbsp;প্রবল আক্ষেপ///প্রতিরোধ করে এমন', 1, 192, 1, '2017-07-05 08:52:51', '2017-07-05 08:52:51'),
+(1610, 'What is the synonym of the word Ruthless?', 'secretive///@@obdurate///regret///loath', 2, 192, 1, '2017-07-05 08:52:51', '2017-07-05 08:52:51'),
+(1611, 'What is the antonym of the word Ruthless?', '', 3, 192, 1, '2017-07-05 08:52:51', '2017-07-05 08:52:51'),
+(1612, 'What is the meaning of the word Reticent?', 'দয়ালু নয় এমন///@@স্বল্পভাষী///&nbsp;প্রবল আক্ষেপ///প্রতিরোধ করে এমন', 1, 191, 1, '2017-07-05 08:52:56', '2017-07-05 08:52:56'),
+(1613, 'What is the synonym of the word Reticent?', '@@secretive///obdurate///regret///loath', 2, 191, 1, '2017-07-05 08:52:56', '2017-07-05 08:52:56'),
+(1614, 'What is the antonym of the word Reticent?', '', 3, 191, 1, '2017-07-05 08:52:56', '2017-07-05 08:52:56'),
+(1615, 'What is the meaning of the word Ransack?', 'বর্জন করা///স্পর্ধিত///@@আঁতিপাঁতি করে খোঁজা///তৃষ্ণা নিবারণ করা', 1, 186, 1, '2017-07-05 09:27:03', '2017-07-05 09:27:03'),
+(1616, 'What is the synonym of the word Ransack?', 'deliver///@@sack///revolutionary///extinguish', 2, 186, 1, '2017-07-05 09:27:03', '2017-07-05 09:27:03'),
+(1617, 'What is the antonym of the word Ransack?', '@@guard///seize///submissive///arouse', 3, 186, 1, '2017-07-05 09:27:03', '2017-07-05 09:27:03'),
+(1618, 'What is the meaning of the word Relinquish?', '@@বর্জন করা///স্পর্ধিত///আঁতিপাঁতি করে খোঁজা///তৃষ্ণা নিবারণ করা', 1, 188, 1, '2017-07-05 09:27:06', '2017-07-05 09:27:06'),
+(1619, 'What is the synonym of the word Relinquish?', '@@deliver///sack///revolutionary///extinguish', 2, 188, 1, '2017-07-05 09:27:06', '2017-07-05 09:27:06'),
+(1620, 'What is the antonym of the word Relinquish?', 'guard///@@seize///submissive///arouse', 3, 188, 1, '2017-07-05 09:27:06', '2017-07-05 09:27:06'),
+(1621, 'What is the meaning of the word Rebellious?', 'বর্জন করা///@@স্পর্ধিত///আঁতিপাঁতি করে খোঁজা///তৃষ্ণা নিবারণ করা', 1, 187, 1, '2017-07-05 09:27:11', '2017-07-05 09:27:11'),
+(1622, 'What is the synonym of the word Rebellious?', 'deliver///sack///@@revolutionary///extinguish', 2, 187, 1, '2017-07-05 09:27:11', '2017-07-05 09:27:11'),
+(1623, 'What is the antonym of the word Rebellious?', 'guard///seize///@@submissive///arouse', 3, 187, 1, '2017-07-05 09:27:11', '2017-07-05 09:27:11'),
+(1624, 'What is the meaning of the word Quench?', 'বর্জন করা///স্পর্ধিত///আঁতিপাঁতি করে খোঁজা///@@তৃষ্ণা নিবারণ করা', 1, 185, 1, '2017-07-05 09:27:15', '2017-07-05 09:27:15'),
+(1625, 'What is the synonym of the word Quench?', 'deliver///sack///revolutionary///@@extinguish', 2, 185, 1, '2017-07-05 09:27:15', '2017-07-05 09:27:15'),
+(1626, 'What is the antonym of the word Quench?', 'guard///seize///submissive///@@arouse', 3, 185, 1, '2017-07-05 09:27:15', '2017-07-05 09:27:15'),
+(1627, 'What is the meaning of the word Garrulous?', '@@বাচাল///বিষাদ///লিপ্সু///মিশুক', 1, 108, 1, '2017-07-05 09:43:07', '2017-07-05 09:43:07'),
+(1628, 'What is the synonym of the word Garrulous?', 'companionable///Scowl///Avid///@@Talkative', 2, 108, 1, '2017-07-05 09:43:07', '2017-07-05 09:43:07'),
+(1629, 'What is the antonym of the word Garrulous?', 'Unenthusiastic///Beam///isolated///@@Laconic', 3, 108, 1, '2017-07-05 09:43:07', '2017-07-05 09:43:07'),
+(1630, 'What is the meaning of the word gregarious ?', 'বাচাল///বিষাদ///লিপ্সু///@@মিশুক', 1, 111, 1, '2017-07-05 09:43:10', '2017-07-05 09:43:10'),
+(1631, 'What is the synonym of the word gregarious ?', '@@companionable///Scowl///Avid///Talkative', 2, 111, 1, '2017-07-05 09:43:10', '2017-07-05 09:43:10'),
+(1632, 'What is the antonym of the word gregarious ?', 'Unenthusiastic///Beam///@@isolated///&nbsp;Laconic', 3, 111, 1, '2017-07-05 09:43:10', '2017-07-05 09:43:10'),
+(1633, 'What is the meaning of the word gregarious ?', 'বাচাল///বিষাদ///লিপ্সু///@@মিশুক', 1, 111, 1, '2017-07-05 09:43:10', '2017-07-05 09:43:10'),
+(1634, 'What is the synonym of the word gregarious ?', '@@companionable///Scowl///Avid///Talkative', 2, 111, 1, '2017-07-05 09:43:10', '2017-07-05 09:43:10'),
+(1635, 'What is the antonym of the word gregarious ?', 'Unenthusiastic///Beam///@@isolated///&nbsp;Laconic', 3, 111, 1, '2017-07-05 09:43:10', '2017-07-05 09:43:10'),
+(1636, 'What is the meaning of the word gregarious ?', 'বাচাল///বিষাদ///লিপ্সু///@@মিশুক', 1, 111, 1, '2017-07-05 09:43:10', '2017-07-05 09:43:10'),
+(1637, 'What is the synonym of the word gregarious ?', '@@companionable///Scowl///Avid///Talkative', 2, 111, 1, '2017-07-05 09:43:10', '2017-07-05 09:43:10'),
+(1638, 'What is the antonym of the word gregarious ?', 'Unenthusiastic///Beam///@@isolated///&nbsp;Laconic', 3, 111, 1, '2017-07-05 09:43:10', '2017-07-05 09:43:10'),
+(1639, 'What is the meaning of the word Gloom?', 'বাচাল///@@বিষাদ///লিপ্সু///মিশুক', 1, 109, 1, '2017-07-05 09:43:13', '2017-07-05 09:43:13'),
+(1640, 'What is the synonym of the word Gloom?', 'companionable///@@Scowl///Avid///Talkative', 2, 109, 1, '2017-07-05 09:43:13', '2017-07-05 09:43:13'),
+(1641, 'What is the antonym of the word Gloom?', 'Unenthusiastic///@@Beam///isolated/// Laconic', 3, 109, 1, '2017-07-05 09:43:13', '2017-07-05 09:43:13'),
+(1642, 'What is the meaning of the word Greedy ?', 'বাচাল///বিষাদ///@@লিপ্সু///মিশুক', 1, 110, 1, '2017-07-05 09:43:16', '2017-07-05 09:43:16'),
+(1643, 'What is the synonym of the word Greedy ?', 'companionable///Scowl///@@Avid///Talkative', 2, 110, 1, '2017-07-05 09:43:16', '2017-07-05 09:43:16'),
+(1644, 'What is the antonym of the word Greedy ?', '@@Unenthusiastic///Beam///isolated///&nbsp;Laconic', 3, 110, 1, '2017-07-05 09:43:16', '2017-07-05 09:43:16'),
+(1645, 'What is the meaning of the word Grumble ?', 'বিশ্বাসপ্রবন/// গজগজানি///সাধারন///উদ্ধত', 1, 112, 1, '2017-07-05 09:49:46', '2017-07-05 09:49:46'),
+(1646, 'What is the synonym of the word Grumble ?', '@@Mutter///credulous///imperious///banal', 2, 112, 1, '2017-07-05 09:49:46', '2017-07-05 09:49:46'),
+(1647, 'What is the antonym of the word Grumble ?', '', 3, 112, 1, '2017-07-05 09:49:46', '2017-07-05 09:49:46'),
+(1648, 'What is the meaning of the word gullible?', 'বিশ্বাসপ্রবন///&nbsp;গজগজানি///সাধারন///উদ্ধত', 1, 113, 1, '2017-07-05 09:49:49', '2017-07-05 09:49:49'),
+(1649, 'What is the synonym of the word gullible?', 'Mutter///@@credulous///imperious///banal', 2, 113, 1, '2017-07-05 09:49:49', '2017-07-05 09:49:49'),
+(1650, 'What is the antonym of the word gullible?', '', 3, 113, 1, '2017-07-05 09:49:49', '2017-07-05 09:49:49'),
+(1651, 'What is the meaning of the word haughty ?', 'বিশ্বাসপ্রবন/// গজগজানি///সাধারন///@@উদ্ধত', 1, 115, 1, '2017-07-05 09:49:54', '2017-07-05 09:49:54');
+INSERT INTO `vocabulary_questions` (`vocabulary_question_id`, `question`, `options`, `level`, `word_id`, `display`, `created_at`, `updated_at`) VALUES
+(1652, 'What is the synonym of the word haughty ?', 'Mutter///credulous///@@imperious///banal', 2, 115, 1, '2017-07-05 09:49:54', '2017-07-05 09:49:54'),
+(1653, 'What is the antonym of the word haughty ?', '', 3, 115, 1, '2017-07-05 09:49:54', '2017-07-05 09:49:54'),
+(1654, 'What is the meaning of the word hackneyed?', 'বিশ্বাসপ্রবন/// গজগজানি///@@সাধারন///উদ্ধত', 1, 114, 1, '2017-07-05 09:50:00', '2017-07-05 09:50:00'),
+(1655, 'What is the synonym of the word hackneyed?', 'Mutter///credulous///imperious///@@banal', 2, 114, 1, '2017-07-05 09:50:00', '2017-07-05 09:50:00'),
+(1656, 'What is the antonym of the word hackneyed?', '', 3, 114, 1, '2017-07-05 09:50:00', '2017-07-05 09:50:00'),
+(1657, 'What is the meaning of the word hilarious?', 'ভয়ঙ্কর///@@অত্যাধিক হাসিখুশি/// সমসত্ত্ব///প্রতিকূল', 1, 117, 1, '2017-07-05 09:59:42', '2017-07-05 09:59:42'),
+(1658, 'What is the meaning of the word hostile ?', 'ভয়ঙ্কর///অত্যাধিক হাসিখুশি/// সমসত্ত্ব///@@প্রতিকূল', 1, 119, 1, '2017-07-05 09:59:42', '2017-07-05 09:59:42'),
+(1659, 'What is the synonym of the word hostile ?', '@@antipathetic///comedic///disgusting///solid', 2, 119, 1, '2017-07-05 09:59:42', '2017-07-05 09:59:42'),
+(1660, 'What is the antonym of the word hostile ?', 'lame///@@sympathetic///heterogenous///agreeable', 3, 119, 1, '2017-07-05 09:59:42', '2017-07-05 09:59:42'),
+(1661, 'What is the synonym of the word hilarious?', 'antipathetic///@@comedic///disgusting///solid', 2, 117, 1, '2017-07-05 09:59:42', '2017-07-05 09:59:42'),
+(1662, 'What is the antonym of the word hilarious?', '@@lame///sympathetic///heterogenous///agreeable', 3, 117, 1, '2017-07-05 09:59:42', '2017-07-05 09:59:42'),
+(1663, 'What is the meaning of the word homogeneous ?', 'ভয়ঙ্কর///অত্যাধিক হাসিখুশি///@@সমসত্ত্ব///প্রতিকূল', 1, 118, 1, '2017-07-05 09:59:45', '2017-07-05 09:59:45'),
+(1664, 'What is the synonym of the word homogeneous ?', 'antipathetic///comedic///disgusting///@@solid', 2, 118, 1, '2017-07-05 09:59:45', '2017-07-05 09:59:45'),
+(1665, 'What is the antonym of the word homogeneous ?', 'lame///sympathetic///@@heterogenous///agreeable', 3, 118, 1, '2017-07-05 09:59:45', '2017-07-05 09:59:45'),
+(1666, 'What is the meaning of the word hideous ?', '@@ভয়ঙ্কর///অত্যাধিক হাসিখুশি///&nbsp;সমসত্ত্ব///প্রতিকূল', 1, 116, 1, '2017-07-05 09:59:48', '2017-07-05 09:59:48'),
+(1667, 'What is the synonym of the word hideous ?', 'antipathetic///comedic///@@disgusting///solid', 2, 116, 1, '2017-07-05 09:59:48', '2017-07-05 09:59:48'),
+(1668, 'What is the antonym of the word hideous ?', 'lame///sympathetic///heterogenous///@@agreeable', 3, 116, 1, '2017-07-05 09:59:48', '2017-07-05 09:59:48'),
+(1669, 'What is the meaning of the word Illicit?', 'বেপরোয়া/// পবিত্র///@@বে-আইনী///অনিচ্ছাকৃত', 1, 120, 1, '2017-07-05 10:09:53', '2017-07-05 10:09:53'),
+(1670, 'What is the synonym of the word Illicit?', 'Spotless///Reckless///Unintentional///@@Felonious', 2, 120, 1, '2017-07-05 10:09:53', '2017-07-05 10:09:53'),
+(1671, 'What is the antonym of the word Illicit?', 'impure///Cautious///Deliberate///@@Lawful', 3, 120, 1, '2017-07-05 10:09:53', '2017-07-05 10:09:53'),
+(1672, 'What is the meaning of the word Inadvertent?', 'বেপরোয়া/// পবিত্র///বে-আইনী///@@অনিচ্ছাকৃত', 1, 123, 1, '2017-07-05 10:09:55', '2017-07-05 10:09:55'),
+(1673, 'What is the synonym of the word Inadvertent?', 'Spotless///Reckless///@@Unintentional///Felonious', 2, 123, 1, '2017-07-05 10:09:55', '2017-07-05 10:09:55'),
+(1674, 'What is the antonym of the word Inadvertent?', 'impure///Cautious///@@Deliberate///Lawful', 3, 123, 1, '2017-07-05 10:09:55', '2017-07-05 10:09:55'),
+(1675, 'What is the meaning of the word Imprudent?', '@@বেপরোয়া///&nbsp;পবিত্র///বে-আইনী///অনিচ্ছাকৃত', 1, 122, 1, '2017-07-05 10:09:57', '2017-07-05 10:09:57'),
+(1676, 'What is the synonym of the word Imprudent?', 'Spotless///@@Reckless///Unintentional///Felonious', 2, 122, 1, '2017-07-05 10:09:57', '2017-07-05 10:09:57'),
+(1677, 'What is the antonym of the word Imprudent?', 'impure///@@Cautious///Deliberate///Lawful', 3, 122, 1, '2017-07-05 10:09:57', '2017-07-05 10:09:57'),
+(1678, 'What is the meaning of the word immaculate?', 'বেপরোয়া///@@পবিত্র///বে-আইনী///অনিচ্ছাকৃত', 1, 121, 1, '2017-07-05 10:09:59', '2017-07-05 10:09:59'),
+(1679, 'What is the synonym of the word immaculate?', '@@Spotless///Reckless///Unintentional///Felonious', 2, 121, 1, '2017-07-05 10:09:59', '2017-07-05 10:09:59'),
+(1680, 'What is the antonym of the word immaculate?', '@@Impure///Cautious///Deliberate///Lawful', 3, 121, 1, '2017-07-05 10:09:59', '2017-07-05 10:09:59'),
+(1681, 'What is the meaning of the word Sluggish?', 'আরামপ্রদ///সান্ত্বনা দেত্তয়া///পরিলেখ///@@আলস্যপরায়ণ', 1, 233, 1, '2017-07-06 04:29:29', '2017-07-06 04:29:29'),
+(1682, 'What is the synonym of the word Sluggish?', 'snuggle///reassure///Outline///@@unhurried', 2, 233, 1, '2017-07-06 04:29:29', '2017-07-06 04:29:29'),
+(1683, 'What is the antonym of the word Sluggish?', 'Loose///trouble///solace///@@running', 3, 233, 1, '2017-07-06 04:29:29', '2017-07-06 04:29:29'),
+(1684, 'What is the meaning of the word Silhouette?', 'আরামপ্রদ///সান্ত্বনা দেত্তয়া///@@পরিলেখ///আলস্যপরায়ণ', 1, 234, 1, '2017-07-06 04:29:31', '2017-07-06 04:29:31'),
+(1685, 'What is the synonym of the word Silhouette?', 'snuggle///reassure///@@Outline///unhurried', 2, 234, 1, '2017-07-06 04:29:31', '2017-07-06 04:29:31'),
+(1686, 'What is the antonym of the word Silhouette?', '', 3, 234, 1, '2017-07-06 04:29:31', '2017-07-06 04:29:31'),
+(1687, 'What is the meaning of the word Soothe?', 'আরামপ্রদ///@@সান্ত্বনা দেত্তয়া///পরিলেখ///আলস্যপরায়ণ', 1, 230, 1, '2017-07-06 04:29:45', '2017-07-06 04:29:45'),
+(1688, 'What is the synonym of the word Soothe?', 'snuggle///@@reassure///Outline///unhurried', 2, 230, 1, '2017-07-06 04:29:45', '2017-07-06 04:29:45'),
+(1689, 'What is the antonym of the word Soothe?', 'Loose///@@trouble///solace///running', 3, 230, 1, '2017-07-06 04:29:45', '2017-07-06 04:29:45'),
+(1690, 'What is the meaning of the word Snug?', '@@আরামপ্রদ///সান্ত্বনা দেত্তয়া///পরিলেখ///আলস্যপরায়ণ', 1, 232, 1, '2017-07-06 04:29:50', '2017-07-06 04:29:50'),
+(1691, 'What is the synonym of the word Snug?', '@@snuggle///reassure///Outline///unhurried', 2, 232, 1, '2017-07-06 04:29:50', '2017-07-06 04:29:50'),
+(1692, 'What is the antonym of the word Snug?', '@@Loose///trouble///solace///running', 3, 232, 1, '2017-07-06 04:29:50', '2017-07-06 04:29:50'),
+(1693, 'What is the meaning of the word Substantial ?', 'ব্যাপক///স্থায়িত্ব///শক্ত///@@প্রচুর', 1, 226, 1, '2017-07-06 04:33:55', '2017-07-06 04:33:55'),
+(1694, 'What is the synonym of the word Substantial ?', 'ample///strength///rugged///@@weighty', 2, 226, 1, '2017-07-06 04:33:55', '2017-07-06 04:33:55'),
+(1695, 'What is the antonym of the word Substantial ?', 'Narrow///precariousness///hardy///@@trivial', 3, 226, 1, '2017-07-06 04:33:55', '2017-07-06 04:33:55'),
+(1696, 'What is the meaning of the word Sturdy?', 'ব্যাপক///স্থায়িত্ব///@@শক্ত///প্রচুর', 1, 227, 1, '2017-07-06 04:33:57', '2017-07-06 04:33:57'),
+(1697, 'What is the synonym of the word Sturdy?', 'ample///strength///@@rugged///weighty', 2, 227, 1, '2017-07-06 04:33:57', '2017-07-06 04:33:57'),
+(1698, 'What is the antonym of the word Sturdy?', 'Narrow///precariousness///@@hardy///trivial', 3, 227, 1, '2017-07-06 04:33:57', '2017-07-06 04:33:57'),
+(1699, 'What is the meaning of the word Stability?', 'ব্যাপক///@@স্থায়িত্ব///শক্ত///প্রচুর', 1, 228, 1, '2017-07-06 04:33:59', '2017-07-06 04:33:59'),
+(1700, 'What is the synonym of the word Stability?', 'ample///@@strength///rugged///weighty', 2, 228, 1, '2017-07-06 04:33:59', '2017-07-06 04:33:59'),
+(1701, 'What is the antonym of the word Stability?', 'Narrow///@@precariousness///hardy///trivial', 3, 228, 1, '2017-07-06 04:33:59', '2017-07-06 04:33:59'),
+(1702, 'What is the meaning of the word Spacious ?', '@@ব্যাপক///স্থায়িত্ব///শক্ত///প্রচুর', 1, 229, 1, '2017-07-06 04:34:02', '2017-07-06 04:34:02'),
+(1703, 'What is the synonym of the word Spacious ?', '@@ample///strength///rugged///weighty', 2, 229, 1, '2017-07-06 04:34:02', '2017-07-06 04:34:02'),
+(1704, 'What is the antonym of the word Spacious ?', '@@Narrow///precariousness///hardy///trivial', 3, 229, 1, '2017-07-06 04:34:02', '2017-07-06 04:34:02'),
+(1705, 'What is the meaning of the word Supercilious?', '@@গর্বিত///অগভীর///তুচ্ছ///প্রাণশক্তি', 1, 225, 1, '2017-07-06 04:39:09', '2017-07-06 04:39:09'),
+(1706, 'What is the synonym of the word Supercilious?', '@@toplofty///surface///inconsiderable///energy', 2, 225, 1, '2017-07-06 04:39:09', '2017-07-06 04:39:09'),
+(1707, 'What is the antonym of the word Supercilious?', '@@unarrogant///profound///meaningful///sluggishness', 3, 225, 1, '2017-07-06 04:39:09', '2017-07-06 04:39:09'),
+(1708, 'What is the meaning of the word Superficial  ?', 'গর্বিত///@@অগভীর///তুচ্ছ///প্রাণশক্তি', 1, 224, 1, '2017-07-06 04:39:10', '2017-07-06 04:39:10'),
+(1709, 'What is the synonym of the word Superficial  ?', 'toplofty///@@surface///inconsiderable///energy', 2, 224, 1, '2017-07-06 04:39:10', '2017-07-06 04:39:10'),
+(1710, 'What is the antonym of the word Superficial  ?', 'unarrogant///@@profound///meaningful///sluggishness', 3, 224, 1, '2017-07-06 04:39:10', '2017-07-06 04:39:10'),
+(1711, 'What is the meaning of the word Trivial?', 'গর্বিত///অগভীর///@@তুচ্ছ///প্রাণশক্তি', 1, 223, 1, '2017-07-06 04:39:12', '2017-07-06 04:39:12'),
+(1712, 'What is the synonym of the word Trivial?', 'toplofty///surface///@@inconsiderable///energy', 2, 223, 1, '2017-07-06 04:39:12', '2017-07-06 04:39:12'),
+(1713, 'What is the antonym of the word Trivial?', 'unarrogant///profound///@@meaningful///sluggishness', 3, 223, 1, '2017-07-06 04:39:12', '2017-07-06 04:39:12'),
+(1714, 'What is the meaning of the word Vigour?', 'গর্বিত///অগভীর///তুচ্ছ///@@প্রাণশক্তি', 1, 222, 1, '2017-07-06 04:39:14', '2017-07-06 04:39:14'),
+(1715, 'What is the synonym of the word Vigour?', 'toplofty///surface///inconsiderable///@@energy', 2, 222, 1, '2017-07-06 04:39:14', '2017-07-06 04:39:14'),
+(1716, 'What is the antonym of the word Vigour?', 'unarrogant///profound///meaningful///@@sluggishness', 3, 222, 1, '2017-07-06 04:39:14', '2017-07-06 04:39:14'),
+(1717, 'What is the meaning of the word Zeal?', 'ছাড়িয়া দেওয়া///ক্লান্তিকর///শীর্ষবিন্দু///@@গভীর অনুভূতি', 1, 218, 1, '2017-07-06 04:54:07', '2017-07-06 04:54:07'),
+(1718, 'What is the synonym of the word Zeal?', 'leave///fatigued///summit///@@enthusiasm', 2, 218, 1, '2017-07-06 04:54:07', '2017-07-06 04:54:07'),
+(1719, 'What is the antonym of the word Zeal?', 'Hold///Refresh///bottom///@@indifference', 3, 218, 1, '2017-07-06 04:54:07', '2017-07-06 04:54:07'),
+(1720, 'What is the meaning of the word Zenith?', 'ছাড়িয়া দেওয়া///ক্লান্তিকর///@@শীর্ষবিন্দু///গভীর অনুভূতি', 1, 219, 1, '2017-07-06 04:54:09', '2017-07-06 04:54:09'),
+(1721, 'What is the synonym of the word Zenith?', 'leave///fatigued///@@summit///enthusiasm', 2, 219, 1, '2017-07-06 04:54:09', '2017-07-06 04:54:09'),
+(1722, 'What is the antonym of the word Zenith?', 'Hold///Refresh///@@bottom///indifference', 3, 219, 1, '2017-07-06 04:54:09', '2017-07-06 04:54:09'),
+(1723, 'What is the meaning of the word Weary?', 'ছাড়িয়া দেওয়া///@@ক্লান্তিকর///শীর্ষবিন্দু///গভীর অনুভূতি', 1, 220, 1, '2017-07-06 04:54:11', '2017-07-06 04:54:11'),
+(1724, 'What is the synonym of the word Weary?', 'leave///@@fatigued///summit///enthusiasm', 2, 220, 1, '2017-07-06 04:54:11', '2017-07-06 04:54:11'),
+(1725, 'What is the antonym of the word Weary?', 'Hold///@@Refresh///bottom///indifference', 3, 220, 1, '2017-07-06 04:54:11', '2017-07-06 04:54:11'),
+(1726, 'What is the meaning of the word Waive?', '@@ছাড়িয়া দেওয়া///ক্লান্তিকর///শীর্ষবিন্দু///গভীর অনুভূতি', 1, 221, 1, '2017-07-06 04:54:15', '2017-07-06 04:54:15'),
+(1727, 'What is the synonym of the word Waive?', '@@leave///fatigued///summit///enthusiasm', 2, 221, 1, '2017-07-06 04:54:15', '2017-07-06 04:54:15'),
+(1728, 'What is the antonym of the word Waive?', '@@Hold///Refresh///bottom///indifference', 3, 221, 1, '2017-07-06 04:54:15', '2017-07-06 04:54:15'),
+(1729, 'What is the meaning of the word Vague?', 'পবিত্র///বাগাড়ম্বরপূর্ণ///প্রতিহিংসা///@@অনিশ্চিত', 1, 213, 1, '2017-07-06 04:58:59', '2017-07-06 04:58:59'),
+(1730, 'What is the synonym of the word Vague?', 'honorable///windy///retaliation///@@unclear', 2, 213, 1, '2017-07-06 04:58:59', '2017-07-06 04:58:59'),
+(1731, 'What is the antonym of the word Vague?', 'unrighteous///succinct///pardon///@@specific', 3, 213, 1, '2017-07-06 04:58:59', '2017-07-06 04:58:59'),
+(1732, 'What is the meaning of the word Vengeance?', 'পবিত্র///বাগাড়ম্বরপূর্ণ///@@প্রতিহিংসা///অনিশ্চিত', 1, 214, 1, '2017-07-06 04:59:01', '2017-07-06 04:59:01'),
+(1733, 'What is the synonym of the word Vengeance?', 'honorable///windy///@@retaliation///unclear', 2, 214, 1, '2017-07-06 04:59:01', '2017-07-06 04:59:01'),
+(1734, 'What is the antonym of the word Vengeance?', 'unrighteous///succinct///@@pardon///specific', 3, 214, 1, '2017-07-06 04:59:01', '2017-07-06 04:59:01'),
+(1735, 'What is the meaning of the word Verbose ?', 'পবিত্র///@@বাগাড়ম্বরপূর্ণ///প্রতিহিংসা///অনিশ্চিত', 1, 215, 1, '2017-07-06 04:59:03', '2017-07-06 04:59:03'),
+(1736, 'What is the synonym of the word Verbose ?', 'honorable///@@windy///retaliation///unclear', 2, 215, 1, '2017-07-06 04:59:03', '2017-07-06 04:59:03'),
+(1737, 'What is the antonym of the word Verbose ?', 'unrighteous///@@succinct///pardon///specific', 3, 215, 1, '2017-07-06 04:59:03', '2017-07-06 04:59:03'),
+(1738, 'What is the meaning of the word Virtuous?', '@@পবিত্র///বাগাড়ম্বরপূর্ণ///প্রতিহিংসা///অনিশ্চিত', 1, 217, 1, '2017-07-06 04:59:05', '2017-07-06 04:59:05'),
+(1739, 'What is the synonym of the word Virtuous?', '@@honorable///windy///retaliation///unclear', 2, 217, 1, '2017-07-06 04:59:05', '2017-07-06 04:59:05'),
+(1740, 'What is the antonym of the word Virtuous?', '@@unrighteous///succinct///pardon///specific', 3, 217, 1, '2017-07-06 04:59:05', '2017-07-06 04:59:05'),
+(1741, 'What is the meaning of the word Tribulation?', '&nbsp;দ্বিধাগ্রস্ত হত্তয়া///অবাধ্য///বিজয়///@@মনঃকষ্ট', 1, 209, 1, '2017-07-06 05:04:26', '2017-07-06 05:04:26'),
+(1742, 'What is the synonym of the word Tribulation?', 'scruple///Noisy///success///@@grief', 2, 209, 1, '2017-07-06 05:04:26', '2017-07-06 05:04:26'),
+(1743, 'What is the antonym of the word Tribulation?', 'decide///Peaceful///defeat///@@happiness', 3, 209, 1, '2017-07-06 05:04:26', '2017-07-06 05:04:26'),
+(1744, 'What is the meaning of the word Triumph?', '&nbsp;দ্বিধাগ্রস্ত হত্তয়া///অবাধ্য///@@বিজয়///মনঃকষ্ট', 1, 210, 1, '2017-07-06 05:04:27', '2017-07-06 05:04:27'),
+(1745, 'What is the synonym of the word Triumph?', 'scruple///Noisy///@@success///grief', 2, 210, 1, '2017-07-06 05:04:27', '2017-07-06 05:04:27'),
+(1746, 'What is the antonym of the word Triumph?', 'decide///Peaceful///@@defeat///happiness', 3, 210, 1, '2017-07-06 05:04:27', '2017-07-06 05:04:27'),
+(1747, 'What is the meaning of the word Turbulent?', '&nbsp;দ্বিধাগ্রস্ত হত্তয়া///@@অবাধ্য///বিজয়///মনঃকষ্ট', 1, 211, 1, '2017-07-06 05:04:30', '2017-07-06 05:04:30'),
+(1748, 'What is the synonym of the word Turbulent?', 'scruple///@@Noisy///success///grief', 2, 211, 1, '2017-07-06 05:04:30', '2017-07-06 05:04:30'),
+(1749, 'What is the antonym of the word Turbulent?', 'decide///@@Peaceful///defeat///happiness', 3, 211, 1, '2017-07-06 05:04:30', '2017-07-06 05:04:30'),
+(1750, 'What is the meaning of the word Vacillate ?', '@@দ্বিধাগ্রস্ত হত্তয়া///অবাধ্য///বিজয়///মনঃকষ্ট', 1, 212, 1, '2017-07-06 05:04:32', '2017-07-06 05:04:32'),
+(1751, 'What is the synonym of the word Vacillate ?', '@@scruple///Noisy///success///grief', 2, 212, 1, '2017-07-06 05:04:32', '2017-07-06 05:04:32'),
+(1752, 'What is the antonym of the word Vacillate ?', '@@decide///Peaceful///defeat///happiness', 3, 212, 1, '2017-07-06 05:04:32', '2017-07-06 05:04:32'),
+(1753, 'What is the meaning of the word Sycophant?', 'অস্থায়ী///শান্ত///মিতভাষী///@@মোসায়ের', 1, 205, 1, '2017-07-06 05:08:58', '2017-07-06 05:08:58'),
+(1754, 'What is the synonym of the word Sycophant?', 'temporary///restful///reticent///@@flatterer', 2, 205, 1, '2017-07-06 05:08:58', '2017-07-06 05:08:58'),
+(1755, 'What is the antonym of the word Sycophant?', 'lasting///raucous///loquacious///@@critic', 3, 205, 1, '2017-07-06 05:08:58', '2017-07-06 05:08:58'),
+(1756, 'What is the meaning of the word Taciturn?', 'অস্থায়ী///শান্ত///@@মিতভাষী///মোসায়ের', 1, 206, 1, '2017-07-06 05:08:59', '2017-07-06 05:08:59'),
+(1757, 'What is the synonym of the word Taciturn?', 'temporary///restful///@@reticent///flatterer', 2, 206, 1, '2017-07-06 05:08:59', '2017-07-06 05:08:59'),
+(1758, 'What is the antonym of the word Taciturn?', 'lasting///raucous///@@loquacious///critic', 3, 206, 1, '2017-07-06 05:08:59', '2017-07-06 05:08:59'),
+(1759, 'What is the meaning of the word Tranquil?', 'অস্থায়ী///@@শান্ত///মিতভাষী///মোসায়ের', 1, 207, 1, '2017-07-06 05:09:02', '2017-07-06 05:09:02'),
+(1760, 'What is the synonym of the word Tranquil?', 'temporary///@@restful///reticent///flatterer', 2, 207, 1, '2017-07-06 05:09:02', '2017-07-06 05:09:02'),
+(1761, 'What is the antonym of the word Tranquil?', 'lasting///@@raucous///loquacious///critic', 3, 207, 1, '2017-07-06 05:09:02', '2017-07-06 05:09:02'),
+(1762, 'What is the meaning of the word Transient?', '@@অস্থায়ী///শান্ত///মিতভাষী///মোসায়ের', 1, 208, 1, '2017-07-06 05:09:06', '2017-07-06 05:09:06'),
+(1763, 'What is the synonym of the word Transient?', '@@temporary///restful///reticent///flatterer', 2, 208, 1, '2017-07-06 05:09:06', '2017-07-06 05:09:06'),
+(1764, 'What is the antonym of the word Transient?', '@@lasting///raucous///loquacious///critic', 3, 208, 1, '2017-07-06 05:09:06', '2017-07-06 05:09:06'),
+(1765, 'What is the meaning of the word sterilize?', 'গুপ্ত///শ্বাসরোধ করা///একগুঁয়ে///@@জীবাণুমুক্ত করা', 1, 201, 1, '2017-07-06 05:12:32', '2017-07-06 05:12:32'),
+(1766, 'What is the synonym of the word sterilize?', 'furtive///smother///opinionated///@@disinfect', 2, 201, 1, '2017-07-06 05:12:32', '2017-07-06 05:12:32'),
+(1767, 'What is the antonym of the word sterilize?', 'public///free///flexible///@@pollute', 3, 201, 1, '2017-07-06 05:12:32', '2017-07-06 05:12:32'),
+(1768, 'What is the meaning of the word Stubborn ?', 'গুপ্ত///শ্বাসরোধ করা///@@একগুঁয়ে///জীবাণুমুক্ত করা', 1, 202, 1, '2017-07-06 05:12:34', '2017-07-06 05:12:34'),
+(1769, 'What is the synonym of the word Stubborn ?', 'furtive///smother///@@opinionated///disinfect', 2, 202, 1, '2017-07-06 05:12:34', '2017-07-06 05:12:34'),
+(1770, 'What is the antonym of the word Stubborn ?', 'public///free///@@flexible///pollute', 3, 202, 1, '2017-07-06 05:12:34', '2017-07-06 05:12:34'),
+(1771, 'What is the meaning of the word Suffocate?', 'গুপ্ত///@@শ্বাসরোধ করা///একগুঁয়ে///জীবাণুমুক্ত করা', 1, 203, 1, '2017-07-06 05:12:36', '2017-07-06 05:12:36'),
+(1772, 'What is the synonym of the word Suffocate?', 'furtive///@@smother///opinionated///disinfect', 2, 203, 1, '2017-07-06 05:12:36', '2017-07-06 05:12:36'),
+(1773, 'What is the antonym of the word Suffocate?', 'public///@@free///flexible///pollute', 3, 203, 1, '2017-07-06 05:12:36', '2017-07-06 05:12:36'),
+(1774, 'What is the meaning of the word Surreptitious?', '@@গুপ্ত///শ্বাসরোধ করা///একগুঁয়ে///জীবাণুমুক্ত করা', 1, 204, 1, '2017-07-06 05:12:38', '2017-07-06 05:12:38'),
+(1775, 'What is the synonym of the word Surreptitious?', '@@furtive///smother///opinionated///disinfect', 2, 204, 1, '2017-07-06 05:12:38', '2017-07-06 05:12:38'),
+(1776, 'What is the antonym of the word Surreptitious?', '@@public///free///flexible///pollute', 3, 204, 1, '2017-07-06 05:12:38', '2017-07-06 05:12:38'),
+(1777, 'What is the meaning of the word Provident?', 'বিচক্ষণ///প্রতিনিধি///ঘটান///@@মিতব্যয়ী', 1, 860, 1, '2017-07-06 05:39:42', '2017-07-06 05:39:42'),
+(1778, 'What is the synonym of the word Provident?', 'Intelligent///Delegate///Encourage///@@Frugal', 2, 860, 1, '2017-07-06 05:39:42', '2017-07-06 05:39:42'),
+(1779, 'What is the antonym of the word Provident?', 'Imprudent///Delegate///Calm///@@Wasteful', 3, 860, 1, '2017-07-06 05:39:42', '2017-07-06 05:39:42'),
+(1780, 'What is the meaning of the word Provoke?', 'বিচক্ষণ///প্রতিনিধি///@@ঘটান///মিতব্যয়ী', 1, 861, 1, '2017-07-06 05:39:44', '2017-07-06 05:39:44'),
+(1781, 'What is the synonym of the word Provoke?', 'Intelligent///Delegate///@@Encourage///Frugal', 2, 861, 1, '2017-07-06 05:39:44', '2017-07-06 05:39:44'),
+(1782, 'What is the antonym of the word Provoke?', 'Imprudent///Delegate///@@Calm///Wasteful', 3, 861, 1, '2017-07-06 05:39:44', '2017-07-06 05:39:44'),
+(1783, 'What is the meaning of the word Proxy?', 'বিচক্ষণ///@@প্রতিনিধি///ঘটান///মিতব্যয়ী', 1, 862, 1, '2017-07-06 05:39:48', '2017-07-06 05:39:48'),
+(1784, 'What is the synonym of the word Proxy?', 'Intelligent///@@Delegate///Encourage///Frugal', 2, 862, 1, '2017-07-06 05:39:48', '2017-07-06 05:39:48'),
+(1785, 'What is the antonym of the word Proxy?', '', 3, 862, 1, '2017-07-06 05:39:48', '2017-07-06 05:39:48'),
+(1786, 'What is the meaning of the word Prudent?', '@@বিচক্ষণ///প্রতিনিধি///ঘটান///মিতব্যয়ী', 1, 863, 1, '2017-07-06 05:39:50', '2017-07-06 05:39:50'),
+(1787, 'What is the synonym of the word Prudent?', '@@Intelligent///Delegate///Encourage///Frugal', 2, 863, 1, '2017-07-06 05:39:50', '2017-07-06 05:39:50'),
+(1788, 'What is the antonym of the word Prudent?', '@@Imprudent///Delegate///Calm///Wasteful', 3, 863, 1, '2017-07-06 05:39:50', '2017-07-06 05:39:50'),
+(1789, 'What is the meaning of the word Proscribe?', 'সময় লাগান///সাফল্যপূর্ণ///অনুসন্ধান করা///@@নির্বাসিত করা', 1, 856, 1, '2017-07-06 05:45:55', '2017-07-06 05:45:55'),
+(1790, 'What is the synonym of the word Proscribe?', 'Lengthen///Halcyon///Outlook///@@Interdict', 2, 856, 1, '2017-07-06 05:45:55', '2017-07-06 05:45:55'),
+(1791, 'What is the antonym of the word Proscribe?', 'Shorten///Unsuccessful///Unlikelihood///@@Permit', 3, 856, 1, '2017-07-06 05:45:55', '2017-07-06 05:45:55'),
+(1792, 'What is the meaning of the word Prospect?', 'সময় লাগান///সাফল্যপূর্ণ///@@অনুসন্ধান করা///নির্বাসিত করা', 1, 857, 1, '2017-07-06 05:45:58', '2017-07-06 05:45:58'),
+(1793, 'What is the synonym of the word Prospect?', 'Lengthen///Halcyon///@@Outlook///Interdict', 2, 857, 1, '2017-07-06 05:45:58', '2017-07-06 05:45:58'),
+(1794, 'What is the antonym of the word Prospect?', 'Shorten///Unsuccessful///@@Unlikelihood///Permit', 3, 857, 1, '2017-07-06 05:45:58', '2017-07-06 05:45:58'),
+(1795, 'What is the meaning of the word Prosperous?', 'সময় লাগান///@@সাফল্যপূর্ণ///অনুসন্ধান করা///নির্বাসিত করা', 1, 858, 1, '2017-07-06 05:46:00', '2017-07-06 05:46:00'),
+(1796, 'What is the synonym of the word Prosperous?', 'Lengthen///@@Halcyon///Outlook///Interdict', 2, 858, 1, '2017-07-06 05:46:00', '2017-07-06 05:46:00'),
+(1797, 'What is the antonym of the word Prosperous?', 'Shorten///@@Unsuccessful///Unlikelihood///Permit', 3, 858, 1, '2017-07-06 05:46:00', '2017-07-06 05:46:00'),
+(1798, 'What is the meaning of the word Protract?', '@@সময় লাগান///সাফল্যপূর্ণ///অনুসন্ধান করা///নির্বাসিত করা', 1, 859, 1, '2017-07-06 05:46:03', '2017-07-06 05:46:03'),
+(1799, 'What is the synonym of the word Protract?', '@@Lengthen///Halcyon///Outlook///Interdict', 2, 859, 1, '2017-07-06 05:46:03', '2017-07-06 05:46:03'),
+(1800, 'What is the antonym of the word Protract?', '@@Shorten///Unsuccessful///Unlikelihood///Permit', 3, 859, 1, '2017-07-06 05:46:03', '2017-07-06 05:46:03'),
+(1801, 'What is the meaning of the word Prolong?', 'সন্মুখে চালান///প্রতিপালক///ক্ষিপ্র///@@প্রসারিত করা বা হওয়া', 1, 852, 1, '2017-07-06 05:51:25', '2017-07-06 05:51:25'),
+(1802, 'What is the synonym of the word Prolong?', 'Shove///Brace///Hasty///@@Lengthen', 2, 852, 1, '2017-07-06 05:51:25', '2017-07-06 05:51:25'),
+(1803, 'What is the antonym of the word Prolong?', 'Repress///Injury///Slow///@@Shorten', 3, 852, 1, '2017-07-06 05:51:25', '2017-07-06 05:51:25'),
+(1804, 'What is the meaning of the word Prompt?', 'সন্মুখে চালান///প্রতিপালক///@@ক্ষিপ্র///প্রসারিত করা বা হওয়া', 1, 853, 1, '2017-07-06 05:51:27', '2017-07-06 05:51:27'),
+(1805, 'What is the synonym of the word Prompt?', 'Shove///Brace///@@Hasty///Lengthen', 2, 853, 1, '2017-07-06 05:51:27', '2017-07-06 05:51:27'),
+(1806, 'What is the antonym of the word Prompt?', 'Repress///Injury///@@Slow///Shorten', 3, 853, 1, '2017-07-06 05:51:27', '2017-07-06 05:51:27'),
+(1807, 'What is the meaning of the word Propel?', '@@সন্মুখে চালান///প্রতিপালক///ক্ষিপ্র///প্রসারিত করা বা হওয়া', 1, 855, 1, '2017-07-06 05:54:33', '2017-07-06 05:54:33'),
+(1808, 'What is the synonym of the word Propel?', '@@Shove///Brace///Hasty///Lengthen', 2, 855, 1, '2017-07-06 05:54:33', '2017-07-06 05:54:33'),
+(1809, 'What is the antonym of the word Propel?', '@@Repress///Injury///Slow///Shorten', 3, 855, 1, '2017-07-06 05:54:33', '2017-07-06 05:54:33'),
+(1810, 'What is the meaning of the word Prop?', 'সন্মুখে চালান///@@প্রতিপালক///ক্ষিপ্র///প্রসারিত করা বা হওয়া', 1, 854, 1, '2017-07-06 05:54:36', '2017-07-06 05:54:36'),
+(1811, 'What is the synonym of the word Prop?', 'Shove///@@Brace///Hasty///Lengthen', 2, 854, 1, '2017-07-06 05:54:36', '2017-07-06 05:54:36'),
+(1812, 'What is the antonym of the word Prop?', 'Repress///@@Injury///Slow///Shorten', 3, 854, 1, '2017-07-06 05:54:36', '2017-07-06 05:54:36'),
+(1813, 'What is the meaning of the word Proliferate?', '@@দ্রুত বেড়ে উঠা///প্রগাঢ়///শঙ্কু///জনসাধারণ্যে বা ব্যাপকভাবে প্রচার করা', 1, 851, 1, '2017-07-06 06:00:24', '2017-07-06 06:00:24'),
+(1814, 'What is the synonym of the word Proliferate?', '@@Generate///Hermetic///Crowd///Sound', 2, 851, 1, '2017-07-06 06:00:24', '2017-07-06 06:00:24'),
+(1815, 'What is the antonym of the word Proliferate?', '@@Dwindle///Open///Repress///Hide', 3, 851, 1, '2017-07-06 06:00:24', '2017-07-06 06:00:24'),
+(1816, 'What is the meaning of the word Profound?', 'দ্রুত বেড়ে উঠা///@@প্রগাঢ়///শঙ্কু///জনসাধারণ্যে বা ব্যাপকভাবে প্রচার করা', 1, 850, 1, '2017-07-06 06:00:27', '2017-07-06 06:00:27'),
+(1817, 'What is the synonym of the word Profound?', 'Generate///@@Hermetic///Crowd///Sound', 2, 850, 1, '2017-07-06 06:00:27', '2017-07-06 06:00:27'),
+(1818, 'What is the antonym of the word Profound?', 'Dwindle///@@Open///Repress///Hide', 3, 850, 1, '2017-07-06 06:00:27', '2017-07-06 06:00:27'),
+(1819, 'What is the meaning of the word Prod?', 'দ্রুত বেড়ে উঠা///প্রগাঢ়///@@শঙ্কু///জনসাধারণ্যে বা ব্যাপকভাবে প্রচার করা', 1, 849, 1, '2017-07-06 06:00:29', '2017-07-06 06:00:29'),
+(1820, 'What is the synonym of the word Prod?', 'Generate///Hermetic///@@Crowd///Sound', 2, 849, 1, '2017-07-06 06:00:29', '2017-07-06 06:00:29'),
+(1821, 'What is the antonym of the word Prod?', 'Dwindle///Open///@@Repress///Hide', 3, 849, 1, '2017-07-06 06:00:29', '2017-07-06 06:00:29'),
+(1822, 'What is the meaning of the word Proclaim?', 'দ্রুত বেড়ে উঠা///প্রগাঢ়///শঙ্কু///@@জনসাধারণ্যে বা ব্যাপকভাবে প্রচার করা', 1, 848, 1, '2017-07-06 06:00:33', '2017-07-06 06:00:33'),
+(1823, 'What is the synonym of the word Proclaim?', 'Generate///Hermetic///Crowd///@@Sound', 2, 848, 1, '2017-07-06 06:00:33', '2017-07-06 06:00:33'),
+(1824, 'What is the antonym of the word Proclaim?', 'Dwindle///Open///Repress///@@Hide', 3, 848, 1, '2017-07-06 06:00:33', '2017-07-06 06:00:33'),
+(1825, 'What is the meaning of the word Presumption?', 'ক্ষতপরীক্ষার অস্ত্র///প্রাচীন///ভান করা///@@অনুমানপ্রবল সম্ভাবনা', 1, 844, 1, '2017-07-06 06:07:29', '2017-07-06 06:07:29'),
+(1826, 'What is the synonym of the word Presumption?', 'Research///Rude///Dissemble///@@Brass', 2, 844, 1, '2017-07-06 06:07:29', '2017-07-06 06:07:29'),
+(1827, 'What is the antonym of the word Presumption?', 'Delving///Evolved///Reveal///@@Reality', 3, 844, 1, '2017-07-06 06:07:29', '2017-07-06 06:07:29'),
+(1828, 'What is the meaning of the word Pretend?', 'ক্ষতপরীক্ষার অস্ত্র///প্রাচীন///@@ভান করা///অনুমানপ্রবল সম্ভাবনা', 1, 845, 1, '2017-07-06 06:07:32', '2017-07-06 06:07:32'),
+(1829, 'What is the synonym of the word Pretend?', 'Research///Rude///@@Dissemble///Brass', 2, 845, 1, '2017-07-06 06:07:32', '2017-07-06 06:07:32'),
+(1830, 'What is the antonym of the word Pretend?', 'Delving///Evolved///@@Reveal///Reality', 3, 845, 1, '2017-07-06 06:07:32', '2017-07-06 06:07:32'),
+(1831, 'What is the meaning of the word Primitive?', 'ক্ষতপরীক্ষার অস্ত্র///@@প্রাচীন///ভান করা///অনুমানপ্রবল সম্ভাবনা', 1, 846, 1, '2017-07-06 06:07:35', '2017-07-06 06:07:35'),
+(1832, 'What is the synonym of the word Primitive?', 'Research///@@Rude///Dissemble///Brass', 2, 846, 1, '2017-07-06 06:07:35', '2017-07-06 06:07:35'),
+(1833, 'What is the antonym of the word Primitive?', 'Delving///@@Evolved///Reveal///Reality', 3, 846, 1, '2017-07-06 06:07:35', '2017-07-06 06:07:35'),
+(1834, 'What is the meaning of the word Probe?', '@@ক্ষতপরীক্ষার অস্ত্র///প্রাচীন///ভান করা///অনুমানপ্রবল সম্ভাবনা', 1, 847, 1, '2017-07-06 06:07:37', '2017-07-06 06:07:37'),
+(1835, 'What is the synonym of the word Probe?', '@@Research///Rude///Dissemble///Brass', 2, 847, 1, '2017-07-06 06:07:37', '2017-07-06 06:07:37'),
+(1836, 'What is the antonym of the word Probe?', '@@Delving///Evolved///Reveal///Reality', 3, 847, 1, '2017-07-06 06:07:37', '2017-07-06 06:07:37'),
+(1837, 'What is the meaning of the word Prelude?', '@@ভূমিকাস্বরূপ অংশ///পক্ষপাত///সর্বাধিক শক্তিমান বা প্রভাবসম্পন্ন হওয়া///প্রতিরোধ করা', 1, 843, 1, '2017-07-06 06:13:03', '2017-07-06 06:13:03'),
+(1838, 'What is the synonym of the word Prelude?', '@@Preliminary///Darling///Command///Forestall', 2, 843, 1, '2017-07-06 06:13:03', '2017-07-06 06:13:03'),
+(1839, 'What is the antonym of the word Prelude?', '@@Finish///Disfavor///Submit///Include', 3, 843, 1, '2017-07-06 06:13:03', '2017-07-06 06:13:03'),
+(1840, 'What is the meaning of the word Preferance?', 'ভূমিকাস্বরূপ অংশ///@@পক্ষপাত///সর্বাধিক শক্তিমান বা প্রভাবসম্পন্ন হওয়া///প্রতিরোধ করা', 1, 842, 1, '2017-07-06 06:13:05', '2017-07-06 06:13:05'),
+(1841, 'What is the synonym of the word Preferance?', 'Preliminary///@@Darling///Command///Forestall', 2, 842, 1, '2017-07-06 06:13:06', '2017-07-06 06:13:06'),
+(1842, 'What is the antonym of the word Preferance?', 'Finish///@@Disfavor///Submit///Include', 3, 842, 1, '2017-07-06 06:13:06', '2017-07-06 06:13:06'),
+(1843, 'What is the meaning of the word Predominate?', 'ভূমিকাস্বরূপ অংশ///পক্ষপাত///@@সর্বাধিক শক্তিমান বা প্রভাবসম্পন্ন হওয়া///প্রতিরোধ করা', 1, 841, 1, '2017-07-06 06:13:11', '2017-07-06 06:13:11'),
+(1844, 'What is the synonym of the word Predominate?', 'Preliminary///Darling///@@Command///Forestall', 2, 841, 1, '2017-07-06 06:13:11', '2017-07-06 06:13:11'),
+(1845, 'What is the antonym of the word Predominate?', 'Finish///Disfavor///@@Submit///Include', 3, 841, 1, '2017-07-06 06:13:11', '2017-07-06 06:13:11'),
+(1846, 'What is the meaning of the word Preclude?', 'ভূমিকাস্বরূপ অংশ///পক্ষপাত///সর্বাধিক শক্তিমান বা প্রভাবসম্পন্ন হওয়া///@@প্রতিরোধ করা', 1, 840, 1, '2017-07-06 06:13:13', '2017-07-06 06:13:13'),
+(1847, 'What is the synonym of the word Preclude?', 'Preliminary///Darling///Command///@@Forestall', 2, 840, 1, '2017-07-06 06:13:13', '2017-07-06 06:13:13'),
+(1848, 'What is the antonym of the word Preclude?', 'Finish///Disfavor///Submit///@@Include', 3, 840, 1, '2017-07-06 06:13:13', '2017-07-06 06:13:13'),
+(1849, 'What is the meaning of the word Potent?', 'অবস্থানে সময়ে পদমর্যদায় বা গুরুত্বে///@@শক্তিশালী///দেহভঙ্গি///পরে আগমনকারী ব্যক্তিবর্গ', 1, 838, 1, '2017-07-06 06:16:40', '2017-07-06 06:16:40'),
+(1850, 'What is the synonym of the word Potent?', 'Predate///@@Dominant///Carriage///Seed', 2, 838, 1, '2017-07-06 06:16:40', '2017-07-06 06:16:40'),
+(1851, 'What is the antonym of the word Potent?', 'Succeed///@@Weak///Poise///Fruit', 3, 838, 1, '2017-07-06 06:16:40', '2017-07-06 06:16:40'),
+(1852, 'What is the meaning of the word Precede?', '@@অবস্থানে সময়ে পদমর্যদায় বা গুরুত্বে///শক্তিশালী///দেহভঙ্গি///পরে আগমনকারী ব্যক্তিবর্গ', 1, 839, 1, '2017-07-06 06:16:42', '2017-07-06 06:16:42'),
+(1853, 'What is the synonym of the word Precede?', '@@Predate///Dominant///Carriage///Seed', 2, 839, 1, '2017-07-06 06:16:42', '2017-07-06 06:16:42'),
+(1854, 'What is the antonym of the word Precede?', '@@Succeed///Weak///Poise///Fruit', 3, 839, 1, '2017-07-06 06:16:42', '2017-07-06 06:16:42'),
+(1855, 'What is the meaning of the word Posture?', 'অবস্থানে সময়ে পদমর্যদায় বা গুরুত্বে///শক্তিশালী///@@দেহভঙ্গি///পরে আগমনকারী ব্যক্তিবর্গ', 1, 837, 1, '2017-07-06 06:16:47', '2017-07-06 06:16:47'),
+(1856, 'What is the synonym of the word Posture?', 'Predate///Dominant///@@Carriage///Seed', 2, 837, 1, '2017-07-06 06:16:47', '2017-07-06 06:16:47'),
+(1857, 'What is the antonym of the word Posture?', '', 3, 837, 1, '2017-07-06 06:16:47', '2017-07-06 06:16:47'),
+(1858, 'What is the meaning of the word Posterity?', 'অবস্থানে সময়ে পদমর্যদায় বা গুরুত্বে///শক্তিশালী///দেহভঙ্গি///@@পরে আগমনকারী ব্যক্তিবর্গ', 1, 836, 1, '2017-07-06 06:16:50', '2017-07-06 06:16:50'),
+(1859, 'What is the synonym of the word Posterity?', 'Predate///Dominant///Carriage///@@Seed', 2, 836, 1, '2017-07-06 06:16:50', '2017-07-06 06:16:50'),
+(1860, 'What is the antonym of the word Posterity?', '', 3, 836, 1, '2017-07-06 06:16:50', '2017-07-06 06:16:50'),
+(1861, 'What is the meaning of the word Pledge?', '@@প্রতিশ্রুতি///মামলা///দুর্বহ///নিমজ্জন', 1, 833, 1, '2017-07-06 06:33:49', '2017-07-06 06:33:49'),
+(1862, 'What is the synonym of the word Pledge?', '@@Security///Suppliance///Dusty///Sound', 2, 833, 1, '2017-07-06 06:33:49', '2017-07-06 06:33:49'),
+(1863, 'What is the antonym of the word Pledge?', '@@Break///Decision///Interesting///Ascend', 3, 833, 1, '2017-07-06 06:33:49', '2017-07-06 06:33:49'),
+(1864, 'What is the meaning of the word Plea?', 'প্রতিশ্রুতি///@@মামলা///দুর্বহ///নিমজ্জন', 1, 832, 1, '2017-07-06 06:33:51', '2017-07-06 06:33:51'),
+(1865, 'What is the synonym of the word Plea?', 'Security///@@Suppliance///Dusty///Sound', 2, 832, 1, '2017-07-06 06:33:51', '2017-07-06 06:33:51'),
+(1866, 'What is the antonym of the word Plea?', 'Break///@@Decision///Interesting///Ascend', 3, 832, 1, '2017-07-06 06:33:51', '2017-07-06 06:33:51'),
+(1867, 'What is the meaning of the word Ponderous?', 'প্রতিশ্রুতি///মামলা///@@দুর্বহ///নিমজ্জন', 1, 835, 1, '2017-07-06 06:33:54', '2017-07-06 06:33:54'),
+(1868, 'What is the synonym of the word Ponderous?', 'Security///Suppliance///@@Dusty///Sound', 2, 835, 1, '2017-07-06 06:33:54', '2017-07-06 06:33:54'),
+(1869, 'What is the antonym of the word Ponderous?', 'Break///Decision///@@Interesting///Ascend', 3, 835, 1, '2017-07-06 06:33:54', '2017-07-06 06:33:54'),
+(1870, 'What is the meaning of the word Plunge?', 'প্রতিশ্রুতি///মামলা///দুর্বহ///@@নিমজ্জন', 1, 834, 1, '2017-07-06 06:33:59', '2017-07-06 06:33:59'),
+(1871, 'What is the synonym of the word Plunge?', 'Security///Suppliance///Dusty///@@Sound', 2, 834, 1, '2017-07-06 06:33:59', '2017-07-06 06:33:59'),
+(1872, 'What is the antonym of the word Plunge?', 'Break///Decision///Interesting///@@Ascend', 3, 834, 1, '2017-07-06 06:33:59', '2017-07-06 06:33:59'),
+(1873, 'What is the meaning of the word Plaintiff?', 'নাট্যকার///সম্ভাবনীয়///অধিক্যতা///@@ফরিয়াদী', 1, 828, 1, '2017-07-06 06:39:46', '2017-07-06 06:39:46'),
+(1874, 'What is the synonym of the word Plaintiff?', 'Librettist///Probable///Mesa///@@Complainant', 2, 828, 1, '2017-07-06 06:39:46', '2017-07-06 06:39:46'),
+(1875, 'What is the antonym of the word Plaintiff?', 'Dramatist///Implausible///Table///@@Defendant', 3, 828, 1, '2017-07-06 06:39:46', '2017-07-06 06:39:46'),
+(1876, 'What is the meaning of the word Plateau?', 'নাট্যকার///সম্ভাবনীয়///@@অধিক্যতা///ফরিয়াদী', 1, 829, 1, '2017-07-06 06:39:50', '2017-07-06 06:39:50'),
+(1877, 'What is the synonym of the word Plateau?', 'Librettist///Probable///@@Mesa///Complainant', 2, 829, 1, '2017-07-06 06:39:50', '2017-07-06 06:39:50'),
+(1878, 'What is the antonym of the word Plateau?', '', 3, 829, 1, '2017-07-06 06:39:50', '2017-07-06 06:39:50'),
+(1879, 'What is the meaning of the word Plausible?', 'নাট্যকার///@@সম্ভাবনীয়///অধিক্যতা///ফরিয়াদী', 1, 830, 1, '2017-07-06 06:39:52', '2017-07-06 06:39:52'),
+(1880, 'What is the synonym of the word Plausible?', 'Librettist///@@Probable///Mesa///Complainant', 2, 830, 1, '2017-07-06 06:39:52', '2017-07-06 06:39:52'),
+(1881, 'What is the antonym of the word Plausible?', '@@Dramatist///Implausible///Table///Defendant', 3, 830, 1, '2017-07-06 06:39:52', '2017-07-06 06:39:52'),
+(1882, 'What is the meaning of the word Playwright?', '@@নাট্যকার///সম্ভাবনীয়///অধিক্যতা///ফরিয়াদী', 1, 831, 1, '2017-07-06 06:39:56', '2017-07-06 06:39:56'),
+(1883, 'What is the synonym of the word Playwright?', '@@Librettist///Probable///Mesa///Complainant', 2, 831, 1, '2017-07-06 06:39:56', '2017-07-06 06:39:56'),
+(1884, 'What is the antonym of the word Playwright?', '', 3, 831, 1, '2017-07-06 06:39:56', '2017-07-06 06:39:56'),
+(1885, 'What is the meaning of the word Pilferage?', 'সংক্রামক মহামারী///শান্ত করা///ক্ষুদ্র কীলক///@@ছোট খাট চুরি', 1, 824, 1, '2017-07-06 06:44:01', '2017-07-06 06:44:01'),
+(1886, 'What is the synonym of the word Pilferage?', 'Epidemic///Appease///Kernel///@@Crime', 2, 824, 1, '2017-07-06 06:44:01', '2017-07-06 06:44:01'),
+(1887, 'What is the antonym of the word Pilferage?', 'Advantage///Incense///Periphery///@@Lot', 3, 824, 1, '2017-07-06 06:44:01', '2017-07-06 06:44:01'),
+(1888, 'What is the meaning of the word Pivot?', 'সংক্রামক মহামারী///শান্ত করা///@@ক্ষুদ্র কীলক///ছোট খাট চুরি', 1, 825, 1, '2017-07-06 06:44:04', '2017-07-06 06:44:04'),
+(1889, 'What is the synonym of the word Pivot?', 'Epidemic///Appease///@@Kernel///Crime', 2, 825, 1, '2017-07-06 06:44:04', '2017-07-06 06:44:04'),
+(1890, 'What is the antonym of the word Pivot?', 'Advantage///Incense///@@Periphery///Lot', 3, 825, 1, '2017-07-06 06:44:04', '2017-07-06 06:44:04'),
+(1891, 'What is the meaning of the word Placate?', 'সংক্রামক মহামারী///@@শান্ত করা///ক্ষুদ্র কীলক///ছোট খাট চুরি', 1, 826, 1, '2017-07-06 06:44:06', '2017-07-06 06:44:06'),
+(1892, 'What is the synonym of the word Placate?', 'Epidemic///@@Appease///Kernel///Crime', 2, 826, 1, '2017-07-06 06:44:06', '2017-07-06 06:44:06'),
+(1893, 'What is the antonym of the word Placate?', 'Advantage///@@Incense///Periphery///Lot', 3, 826, 1, '2017-07-06 06:44:06', '2017-07-06 06:44:06'),
+(1894, 'What is the meaning of the word Plague?', '@@সংক্রামক মহামারী///শান্ত করা///ক্ষুদ্র কীলক///ছোট খাট চুরি', 1, 827, 1, '2017-07-06 06:44:08', '2017-07-06 06:44:08'),
+(1895, 'What is the synonym of the word Plague?', '@@Epidemic///Appease///Kernel///Crime', 2, 827, 1, '2017-07-06 06:44:08', '2017-07-06 06:44:08'),
+(1896, 'What is the antonym of the word Plague?', '@@Advantage///Incense///Periphery///Lot', 3, 827, 1, '2017-07-06 06:44:08', '2017-07-06 06:44:08'),
+(1897, 'What is the meaning of the word Persevere?', 'চিত্রানুগ///পরিকল্পনা করা///বিপথগামী করা///@@অধ্যবসায়ী হওয়া', 1, 820, 1, '2017-07-06 06:55:40', '2017-07-06 06:55:40'),
+(1898, 'What is the synonym of the word Persevere?', 'Graphic///Hand///Weirdo///@@Persist', 2, 820, 1, '2017-07-06 06:55:40', '2017-07-06 06:55:40'),
+(1899, 'What is the antonym of the word Persevere?', 'Offensive///Whole///Freak///@@Discontinue', 3, 820, 1, '2017-07-06 06:55:40', '2017-07-06 06:55:40'),
+(1900, 'What is the meaning of the word Pervert?', 'চিত্রানুগ///পরিকল্পনা করা///@@বিপথগামী করা///অধ্যবসায়ী হওয়া', 1, 821, 1, '2017-07-06 06:55:43', '2017-07-06 06:55:43'),
+(1901, 'What is the synonym of the word Pervert?', 'Graphic///Hand///@@Weirdo///Persist', 2, 821, 1, '2017-07-06 06:55:43', '2017-07-06 06:55:43'),
+(1902, 'What is the antonym of the word Pervert?', 'Offensive///Whole///@@Freak///Discontinue', 3, 821, 1, '2017-07-06 06:55:43', '2017-07-06 06:55:43'),
+(1903, 'What is the meaning of the word Phase?', 'চিত্রানুগ///@@পরিকল্পনা করা///বিপথগামী করা///অধ্যবসায়ী হওয়া', 1, 822, 1, '2017-07-06 06:55:50', '2017-07-06 06:55:50'),
+(1904, 'What is the synonym of the word Phase?', 'Graphic///@@Hand///Weirdo///Persist', 2, 822, 1, '2017-07-06 06:55:50', '2017-07-06 06:55:50'),
+(1905, 'What is the antonym of the word Phase?', 'Offensive///@@Whole///Freak///Discontinue', 3, 822, 1, '2017-07-06 06:55:50', '2017-07-06 06:55:50'),
+(1906, 'What is the meaning of the word Picturesque?', '@@চিত্রানুগ///পরিকল্পনা করা///বিপথগামী করা///অধ্যবসায়ী হওয়া', 1, 823, 1, '2017-07-06 06:55:52', '2017-07-06 06:55:52'),
+(1907, 'What is the synonym of the word Picturesque?', '@@Graphic///Hand///Weirdo///Persist', 2, 823, 1, '2017-07-06 06:55:52', '2017-07-06 06:55:52'),
+(1908, 'What is the antonym of the word Picturesque?', '@@Offensive///Whole///Freak///Discontinue', 3, 823, 1, '2017-07-06 06:55:52', '2017-07-06 06:55:52'),
+(1909, 'What is the meaning of the word Indignation?', 'জরুরী///@@ক্রোধ///অদম্য///দুর্দম্য', 1, 125, 1, '2017-07-06 06:55:57', '2017-07-06 06:55:57'),
+(1910, 'What is the synonym of the word Indignation?', '@@Anger///Exotic///unstoppable///Vital', 2, 125, 1, '2017-07-06 06:55:57', '2017-07-06 06:55:57'),
+(1911, 'What is the antonym of the word Indignation?', 'vulnerable///Dispensable///Exotic///@@Delight', 3, 125, 1, '2017-07-06 06:55:57', '2017-07-06 06:55:57'),
+(1912, 'What is the meaning of the word Indigenous?', 'জরুরী///ক্রোধ///@@অদম্য///দুর্দম্য', 1, 124, 1, '2017-07-06 06:55:58', '2017-07-06 06:55:58'),
+(1913, 'What is the synonym of the word Indigenous?', 'Anger///@@native///unstoppable///Vital', 2, 124, 1, '2017-07-06 06:55:58', '2017-07-06 06:55:58'),
+(1914, 'What is the antonym of the word Indigenous?', 'vulnerable///Dispensable///@@Exotic///Delight', 3, 124, 1, '2017-07-06 06:55:58', '2017-07-06 06:55:58'),
+(1915, 'What is the meaning of the word Indispensable?', '@@জরুরী///ক্রোধ///অদম্য///দুর্দম্য', 1, 126, 1, '2017-07-06 06:56:00', '2017-07-06 06:56:00'),
+(1916, 'What is the synonym of the word Indispensable?', 'Anger///Exotic///unstoppable///@@Vital', 2, 126, 1, '2017-07-06 06:56:00', '2017-07-06 06:56:00'),
+(1917, 'What is the antonym of the word Indispensable?', 'vulnerable///@@Dispensable///Exotic///Delight', 3, 126, 1, '2017-07-06 06:56:00', '2017-07-06 06:56:00'),
+(1918, 'What is the meaning of the word indomitable?', 'জরুরী///ক্রোধ///@@অদম্য///দুর্দম্য', 1, 127, 1, '2017-07-06 06:56:02', '2017-07-06 06:56:02'),
+(1919, 'What is the synonym of the word indomitable?', 'Anger///Exotic///@@unstoppable///Vital', 2, 127, 1, '2017-07-06 06:56:02', '2017-07-06 06:56:02'),
+(1920, 'What is the antonym of the word indomitable?', '@@vulnerable///Dispensable///Exotic///Delight', 3, 127, 1, '2017-07-06 06:56:02', '2017-07-06 06:56:02'),
+(1921, 'What is the meaning of the word inevitable?', 'বৈরীভাবাপন্ন///অলস///অভিযুক্ত করা///@@অবশ্যঘটনীয়', 1, 129, 1, '2017-07-06 07:48:55', '2017-07-06 07:48:55'),
+(1922, 'What is the synonym of the word inevitable?', 'slothful///exonerate///antipathetic///@@ineludible', 2, 129, 1, '2017-07-06 07:48:55', '2017-07-06 07:48:55'),
+(1923, 'What is the antonym of the word inevitable?', '@@unsure///&nbsp;vindicate///hospitable///industrious', 3, 129, 1, '2017-07-06 07:48:55', '2017-07-06 07:48:55'),
+(1924, 'What is the meaning of the word indict?', 'বৈরীভাবাপন্ন///অলস///@@অভিযুক্ত করা///অবশ্যঘটনীয়', 1, 132, 1, '2017-07-06 07:48:57', '2017-07-06 07:48:57'),
+(1925, 'What is the synonym of the word indict?', 'slothful///@@accuse///antipathetic/// ineludible', 2, 132, 1, '2017-07-06 07:48:57', '2017-07-06 07:48:57'),
+(1926, 'What is the antonym of the word indict?', 'unsure///@@vindicate///hospitable///industrious', 3, 132, 1, '2017-07-06 07:48:57', '2017-07-06 07:48:57'),
+(1927, 'What is the meaning of the word inimical?', '&nbsp;@@বৈরীভাবাপন্ন///অলস///অভিযুক্ত করা///অবশ্যঘটনীয়', 1, 130, 1, '2017-07-06 07:49:00', '2017-07-06 07:49:00'),
+(1928, 'What is the synonym of the word inimical?', 'slothful///exonerate///@@antipathetic/// ineludible', 2, 130, 1, '2017-07-06 07:49:00', '2017-07-06 07:49:00'),
+(1929, 'What is the antonym of the word inimical?', 'unsure/// vindicate///@@hospitable///industrious', 3, 130, 1, '2017-07-06 07:49:00', '2017-07-06 07:49:00'),
+(1930, 'What is the meaning of the word inimical?', '&nbsp;@@বৈরীভাবাপন্ন///অলস///অভিযুক্ত করা///অবশ্যঘটনীয়', 1, 130, 1, '2017-07-06 07:49:01', '2017-07-06 07:49:01'),
+(1931, 'What is the synonym of the word inimical?', 'slothful///exonerate///@@antipathetic/// ineludible', 2, 130, 1, '2017-07-06 07:49:01', '2017-07-06 07:49:01'),
+(1932, 'What is the antonym of the word inimical?', 'unsure/// vindicate///@@hospitable///industrious', 3, 130, 1, '2017-07-06 07:49:01', '2017-07-06 07:49:01'),
+(1933, 'What is the meaning of the word indolent?', 'বৈরীভাবাপন্ন///@@অলস///অভিযুক্ত করা///অবশ্যঘটনীয়', 1, 131, 1, '2017-07-06 07:49:06', '2017-07-06 07:49:06'),
+(1934, 'What is the synonym of the word indolent?', '@@slothful///exonerate///antipathetic///&nbsp;ineludible', 2, 131, 1, '2017-07-06 07:49:06', '2017-07-06 07:49:06'),
+(1935, 'What is the antonym of the word indolent?', 'unsure/// vindicate///hospitable///@@industrious', 3, 131, 1, '2017-07-06 07:49:06', '2017-07-06 07:49:06'),
+(1936, 'What is the meaning of the word ingenious?', 'ক্ষতি করে না এমন///@@চতুর///অকরুণ///প্রতিরোধ-ক্ষমতাহীন', 1, 138, 1, '2017-07-06 07:55:22', '2017-07-06 07:55:22'),
+(1937, 'What is the synonym of the word ingenious?', '@@Innovational///Harmless///unused///Adamant', 2, 138, 1, '2017-07-06 07:55:22', '2017-07-06 07:55:22'),
+(1938, 'What is the antonym of the word ingenious?', 'Wicked///working///Lenient///@@Unoriginal', 3, 138, 1, '2017-07-06 07:55:22', '2017-07-06 07:55:22'),
+(1939, 'What is the meaning of the word Inexorable?', 'ক্ষতি করে না এমন///চতুর///@@অকরুণ///প্রতিরোধ-ক্ষমতাহীন', 1, 137, 1, '2017-07-06 07:55:24', '2017-07-06 07:55:24'),
+(1940, 'What is the synonym of the word Inexorable?', 'Innovational///Harmless///unused///@@Adamant', 2, 137, 1, '2017-07-06 07:55:24', '2017-07-06 07:55:24'),
+(1941, 'What is the antonym of the word Inexorable?', 'Wicked///working///@@Lenient///Unoriginal', 3, 137, 1, '2017-07-06 07:55:24', '2017-07-06 07:55:24'),
+(1942, 'What is the meaning of the word inert?', 'ক্ষতি করে না এমন///চতুর///অকরুণ///@@প্রতিরোধ-ক্ষমতাহীন', 1, 136, 1, '2017-07-06 07:55:25', '2017-07-06 07:55:25'),
+(1943, 'What is the synonym of the word inert?', 'Innovational///Harmless///u@@nused///Adamant', 2, 136, 1, '2017-07-06 07:55:25', '2017-07-06 07:55:25'),
+(1944, 'What is the antonym of the word inert?', 'Wicked///@@working///Lenient///Unoriginal', 3, 136, 1, '2017-07-06 07:55:25', '2017-07-06 07:55:25'),
+(1945, 'What is the meaning of the word Innocuous?', '@@ক্ষতি করে না এমন///চতুর///অকরুণ///প্রতিরোধ-ক্ষমতাহীন', 1, 140, 1, '2017-07-06 07:55:29', '2017-07-06 07:55:29'),
+(1946, 'What is the synonym of the word Innocuous?', 'Innovational///@@Harmless///unused///Adamant', 2, 140, 1, '2017-07-06 07:55:29', '2017-07-06 07:55:29'),
+(1947, 'What is the antonym of the word Innocuous?', '@@Wicked///working///Lenient///Unoriginal', 3, 140, 1, '2017-07-06 07:55:29', '2017-07-06 07:55:29'),
+(1948, 'What is the meaning of the word Perennial?', 'কিংকর্তব্যবিমূঢ়///চিরস্থায়ী করা///বিপদ///@@বর্ষজীবী', 1, 816, 1, '2017-07-06 08:04:21', '2017-07-06 08:04:21'),
+(1949, 'What is the synonym of the word Perennial?', 'Embarrass///Preserve///Secureness///@@Dateless', 2, 816, 1, '2017-07-06 08:04:21', '2017-07-06 08:04:21'),
+(1950, 'What is the antonym of the word Perennial?', 'Streamline///Discontinue///Security///@@Ceasing', 3, 816, 1, '2017-07-06 08:04:21', '2017-07-06 08:04:21'),
+(1951, 'What is the meaning of the word Peril?', 'কিংকর্তব্যবিমূঢ়///চিরস্থায়ী করা///@@বিপদ///বর্ষজীবী', 1, 817, 1, '2017-07-06 08:04:22', '2017-07-06 08:04:22'),
+(1952, 'What is the synonym of the word Peril?', 'Embarrass///Preserve///@@Secureness///Dateless', 2, 817, 1, '2017-07-06 08:04:22', '2017-07-06 08:04:22'),
+(1953, 'What is the antonym of the word Peril?', 'Streamline///Discontinue///@@Security///Ceasing', 3, 817, 1, '2017-07-06 08:04:22', '2017-07-06 08:04:22'),
+(1954, 'What is the meaning of the word Perpetuate?', 'কিংকর্তব্যবিমূঢ়///@@চিরস্থায়ী করা///বিপদ///বর্ষজীবী', 1, 818, 1, '2017-07-06 08:04:24', '2017-07-06 08:04:24'),
+(1955, 'What is the synonym of the word Perpetuate?', 'Embarrass///@@Preserve///Secureness///Dateless', 2, 818, 1, '2017-07-06 08:04:24', '2017-07-06 08:04:24'),
+(1956, 'What is the antonym of the word Perpetuate?', 'Streamline///@@Discontinue///Security///Ceasing', 3, 818, 1, '2017-07-06 08:04:24', '2017-07-06 08:04:24'),
+(1957, 'What is the meaning of the word Perplex?', '@@কিংকর্তব্যবিমূঢ়///চিরস্থায়ী করা///বিপদ///বর্ষজীবী', 1, 819, 1, '2017-07-06 08:04:27', '2017-07-06 08:04:27'),
+(1958, 'What is the synonym of the word Perplex?', '@@Embarrass///Preserve///Secureness///Dateless', 2, 819, 1, '2017-07-06 08:04:27', '2017-07-06 08:04:27'),
+(1959, 'What is the antonym of the word Perplex?', '@@Streamline///Discontinue///Security///Ceasing', 3, 819, 1, '2017-07-06 08:04:27', '2017-07-06 08:04:27'),
+(1960, 'What is the meaning of the word Ludicrous?', '&nbsp;@@হাস্যকর///বাচাল///&nbsp;বিদ্বেষপরায়ণ///&nbsp;প্ররোচিত করা&nbsp;', 1, 154, 1, '2017-07-06 08:07:16', '2017-07-06 08:07:16'),
+(1961, 'What is the synonym of the word Ludicrous?', '@@hilarious///garrulous///virulent///persuade', 2, 154, 1, '2017-07-06 08:07:16', '2017-07-06 08:07:16'),
+(1962, 'What is the antonym of the word Ludicrous?', 'restrict///unmalicious///laconic///@@lame', 3, 154, 1, '2017-07-06 08:07:16', '2017-07-06 08:07:16'),
+(1963, 'What is the meaning of the word Loquacious?', 'হাস্যকর///@@বাচাল/// বিদ্বেষপরায়ণ/// প্ররোচিত করা', 1, 153, 1, '2017-07-06 08:07:18', '2017-07-06 08:07:18'),
+(1964, 'What is the synonym of the word Loquacious?', 'hilarious///@@garrulous///virulent///persuade', 2, 153, 1, '2017-07-06 08:07:18', '2017-07-06 08:07:18'),
+(1965, 'What is the antonym of the word Loquacious?', 'restrict///unmalicious///@@laconic/// lame', 3, 153, 1, '2017-07-06 08:07:18', '2017-07-06 08:07:18'),
+(1966, 'What is the meaning of the word Malicious ?', 'হাস্যকর///বাচাল/// @@বিদ্বেষপরায়ণ/// প্ররোচিত করা', 1, 155, 1, '2017-07-06 08:07:21', '2017-07-06 08:07:21'),
+(1967, 'What is the synonym of the word Malicious ?', 'hilarious///garrulous///@@virulent///persuade', 2, 155, 1, '2017-07-06 08:07:21', '2017-07-06 08:07:21'),
+(1968, 'What is the antonym of the word Malicious ?', 'restrict///@@unmalicious///laconic/// lame', 3, 155, 1, '2017-07-06 08:07:21', '2017-07-06 08:07:21'),
+(1969, 'What is the meaning of the word induce?', 'হাস্যকর///বাচাল/// বিদ্বেষপরায়ণ///@@প্ররোচিত করা', 1, 134, 1, '2017-07-06 08:07:24', '2017-07-06 08:07:24');
+INSERT INTO `vocabulary_questions` (`vocabulary_question_id`, `question`, `options`, `level`, `word_id`, `display`, `created_at`, `updated_at`) VALUES
+(1970, 'What is the synonym of the word induce?', 'hilarious///garrulous///virulent///@@persuade', 2, 134, 1, '2017-07-06 08:07:24', '2017-07-06 08:07:24'),
+(1971, 'What is the antonym of the word induce?', '@@restrict///unmalicious///laconic///&nbsp;lame', 3, 134, 1, '2017-07-06 08:07:24', '2017-07-06 08:07:24'),
+(1972, 'What is the meaning of the word Penury?', '@@দারিদ্র///চিন্তানিমগ্ন///উপদ্বীপ///দলিলের ধারা বা শর্ত', 1, 815, 1, '2017-07-06 08:09:17', '2017-07-06 08:09:17'),
+(1973, 'What is the synonym of the word Penury?', '@@Destitution///Reflective///Headland///Glimmer', 2, 815, 1, '2017-07-06 08:09:17', '2017-07-06 08:09:17'),
+(1974, 'What is the antonym of the word Penury?', '@@Sufficiency///Unreflective///Ness///Lot', 3, 815, 1, '2017-07-06 08:09:17', '2017-07-06 08:09:17'),
+(1975, 'What is the meaning of the word Pensive?', 'দারিদ্র///@@চিন্তানিমগ্ন///উপদ্বীপ///দলিলের ধারা বা শর্ত', 1, 814, 1, '2017-07-06 08:09:19', '2017-07-06 08:09:19'),
+(1976, 'What is the synonym of the word Pensive?', 'Destitution///@@Reflective///Headland///Glimmer', 2, 814, 1, '2017-07-06 08:09:19', '2017-07-06 08:09:19'),
+(1977, 'What is the antonym of the word Pensive?', 'Sufficiency///@@Unreflective///Ness///Lot', 3, 814, 1, '2017-07-06 08:09:19', '2017-07-06 08:09:19'),
+(1978, 'What is the meaning of the word Peninsula?', 'দারিদ্র///চিন্তানিমগ্ন///@@উপদ্বীপ///দলিলের ধারা বা শর্ত', 1, 813, 1, '2017-07-06 08:09:22', '2017-07-06 08:09:22'),
+(1979, 'What is the synonym of the word Peninsula?', 'Destitution///Reflective///@@Headland///Glimmer', 2, 813, 1, '2017-07-06 08:09:22', '2017-07-06 08:09:22'),
+(1980, 'What is the antonym of the word Peninsula?', '', 3, 813, 1, '2017-07-06 08:09:22', '2017-07-06 08:09:22'),
+(1981, 'What is the meaning of the word Particle?', 'দারিদ্র///চিন্তানিমগ্ন///উপদ্বীপ///@@দলিলের ধারা বা শর্ত', 1, 812, 1, '2017-07-06 08:09:25', '2017-07-06 08:09:25'),
+(1982, 'What is the synonym of the word Particle?', 'Destitution///Reflective///Headland///@@Glimmer', 2, 812, 1, '2017-07-06 08:09:25', '2017-07-06 08:09:25'),
+(1983, 'What is the antonym of the word Particle?', 'Sufficiency///Unreflective///Ness///@@Lot', 3, 812, 1, '2017-07-06 08:09:25', '2017-07-06 08:09:25'),
+(1984, 'What is the meaning of the word Painstaking?', 'পরগাছা///সর্বরোগহর ঔষধ///রুচিকর///@@পরিশ্রমী', 1, 808, 1, '2017-07-06 08:14:10', '2017-07-06 08:14:10'),
+(1985, 'What is the synonym of the word Painstaking?', 'Moocher///Catholicon///Satisfactory///@@Strenuous', 2, 808, 1, '2017-07-06 08:14:10', '2017-07-06 08:14:10'),
+(1986, 'What is the antonym of the word Painstaking?', 'Blessing///Injury///Disagreeable///@@Careless', 3, 808, 1, '2017-07-06 08:14:10', '2017-07-06 08:14:10'),
+(1987, 'What is the meaning of the word Palatable?', 'পরগাছা///সর্বরোগহর ঔষধ///@@রুচিকর///পরিশ্রমী', 1, 809, 1, '2017-07-06 08:14:12', '2017-07-06 08:14:12'),
+(1988, 'What is the synonym of the word Palatable?', 'Moocher///Catholicon///@@Satisfactory///Strenuous', 2, 809, 1, '2017-07-06 08:14:12', '2017-07-06 08:14:12'),
+(1989, 'What is the antonym of the word Palatable?', 'Blessing///Injury///@@Disagreeable///Careless', 3, 809, 1, '2017-07-06 08:14:12', '2017-07-06 08:14:12'),
+(1990, 'What is the meaning of the word Panacea?', 'পরগাছা///@@সর্বরোগহর ঔষধ///রুচিকর///পরিশ্রমী', 1, 810, 1, '2017-07-06 08:14:15', '2017-07-06 08:14:15'),
+(1991, 'What is the synonym of the word Panacea?', 'Moocher///@@Catholicon///Satisfactory///Strenuous', 2, 810, 1, '2017-07-06 08:14:15', '2017-07-06 08:14:15'),
+(1992, 'What is the antonym of the word Panacea?', 'Blessing///@@Injury///Disagreeable///Careless', 3, 810, 1, '2017-07-06 08:14:15', '2017-07-06 08:14:15'),
+(1993, 'What is the meaning of the word Parasite?', '@@পরগাছা///সর্বরোগহর ঔষধ///রুচিকর///পরিশ্রমী', 1, 811, 1, '2017-07-06 08:14:17', '2017-07-06 08:14:17'),
+(1994, 'What is the synonym of the word Parasite?', '@@Moocher///Catholicon///Satisfactory///Strenuous', 2, 811, 1, '2017-07-06 08:14:17', '2017-07-06 08:14:17'),
+(1995, 'What is the antonym of the word Parasite?', '@@Blessing///Injury///Disagreeable///Careless', 3, 811, 1, '2017-07-06 08:14:17', '2017-07-06 08:14:17'),
+(1996, 'What is the meaning of the word labyrinth?', 'চিরাচরিত রীতি বা প্রথা লঙ্ঘনকারী///অপর্যাপ্ত///সংক্ষিপ্ত///@@জটিল সমস্যা', 1, 149, 1, '2017-07-06 08:14:32', '2017-07-06 08:14:32'),
+(1997, 'What is the synonym of the word labyrinth?', 'immoral/// immoderate///compact///@@warren', 2, 149, 1, '2017-07-06 08:14:32', '2017-07-06 08:14:32'),
+(1998, 'What is the antonym of the word labyrinth?', 'frigid///wordy///reasonable///@@simplicity', 3, 149, 1, '2017-07-06 08:14:32', '2017-07-06 08:14:32'),
+(1999, 'What is the meaning of the word laconic?', 'চিরাচরিত রীতি বা প্রথা লঙ্ঘনকারী///অপর্যাপ্ত///@@সংক্ষিপ্ত///জটিল সমস্যা', 1, 150, 1, '2017-07-06 08:14:34', '2017-07-06 08:14:34'),
+(2000, 'What is the synonym of the word laconic?', 'immoral/// immoderate///@@compact///warren', 2, 150, 1, '2017-07-06 08:14:34', '2017-07-06 08:14:34'),
+(2001, 'What is the antonym of the word laconic?', 'frigid///wordy///@@reasonable///simplicity', 3, 150, 1, '2017-07-06 08:14:34', '2017-07-06 08:14:34'),
+(2002, 'What is the meaning of the word lavish?', 'চিরাচরিত রীতি বা প্রথা লঙ্ঘনকারী///@@অপর্যাপ্ত///সংক্ষিপ্ত///জটিল সমস্যা', 1, 151, 1, '2017-07-06 08:14:36', '2017-07-06 08:14:36'),
+(2003, 'What is the synonym of the word lavish?', 'immoral///@@immoderate///compact///warren', 2, 151, 1, '2017-07-06 08:14:36', '2017-07-06 08:14:36'),
+(2004, 'What is the antonym of the word lavish?', 'frigid///@@wordy///reasonable///simplicity', 3, 151, 1, '2017-07-06 08:14:36', '2017-07-06 08:14:36'),
+(2005, 'What is the meaning of the word licentious?', '@@চিরাচরিত রীতি বা প্রথা লঙ্ঘনকারী///অপর্যাপ্ত///সংক্ষিপ্ত///জটিল সমস্যা', 1, 152, 1, '2017-07-06 08:14:38', '2017-07-06 08:14:38'),
+(2006, 'What is the synonym of the word licentious?', '@@immoral///&nbsp;immoderate///compact///warren', 2, 152, 1, '2017-07-06 08:14:38', '2017-07-06 08:14:38'),
+(2007, 'What is the antonym of the word licentious?', '@@frigid///wordy///reasonable///simplicity', 3, 152, 1, '2017-07-06 08:14:38', '2017-07-06 08:14:38'),
+(2008, 'What is the meaning of the word Organism?', 'শান্ত করা///জোর খাটিয়ে///চালাকিতে টেক্কা দেওয়া///@@প্রাণী', 1, 804, 1, '2017-07-06 08:17:29', '2017-07-06 08:17:29'),
+(2009, 'What is the synonym of the word Organism?', 'Conciliate///Trim///Overreach///@@Creature', 2, 804, 1, '2017-07-06 08:17:29', '2017-07-06 08:17:29'),
+(2010, 'What is the antonym of the word Organism?', 'Madden///Humble///Help///@@Inanimate', 3, 804, 1, '2017-07-06 08:17:29', '2017-07-06 08:17:29'),
+(2011, 'What is the meaning of the word Outwit?', 'শান্ত করা///জোর খাটিয়ে///@@চালাকিতে টেক্কা দেওয়া///প্রাণী', 1, 805, 1, '2017-07-06 08:17:35', '2017-07-06 08:17:35'),
+(2012, 'What is the synonym of the word Outwit?', 'Conciliate///Trim///@@Overreach///Creature', 2, 805, 1, '2017-07-06 08:17:35', '2017-07-06 08:17:35'),
+(2013, 'What is the antonym of the word Outwit?', 'Madden///Humble///@@Help///Inanimate', 3, 805, 1, '2017-07-06 08:17:35', '2017-07-06 08:17:35'),
+(2014, 'What is the meaning of the word Overbearing?', 'শান্ত করা///@@জোর খাটিয়ে///চালাকিতে টেক্কা দেওয়া///প্রাণী', 1, 806, 1, '2017-07-06 08:17:38', '2017-07-06 08:17:38'),
+(2015, 'What is the synonym of the word Overbearing?', 'Conciliate///@@Trim///Overreach///Creature', 2, 806, 1, '2017-07-06 08:17:38', '2017-07-06 08:17:38'),
+(2016, 'What is the antonym of the word Overbearing?', 'Madden///@@Humble///Help///Inanimate', 3, 806, 1, '2017-07-06 08:17:38', '2017-07-06 08:17:38'),
+(2017, 'What is the meaning of the word Pacify?', '@@শান্ত করা///জোর খাটিয়ে///চালাকিতে টেক্কা দেওয়া///প্রাণী', 1, 807, 1, '2017-07-06 08:17:41', '2017-07-06 08:17:41'),
+(2018, 'What is the synonym of the word Pacify?', '@@Conciliate///Trim///Overreach///Creature', 2, 807, 1, '2017-07-06 08:17:41', '2017-07-06 08:17:41'),
+(2019, 'What is the antonym of the word Pacify?', '@@Madden///Humble///Help///Inanimate', 3, 807, 1, '2017-07-06 08:17:41', '2017-07-06 08:17:41'),
+(2020, 'What is the meaning of the word Optimum?', 'ঐকবাদনদল///বক্তৃতা///দৈববাণী///@@সবচেয়ে অনুকূল', 1, 800, 1, '2017-07-06 08:21:00', '2017-07-06 08:21:00'),
+(2021, 'What is the synonym of the word Optimum?', 'Symphony///Address///Vision///@@Best', 2, 800, 1, '2017-07-06 08:21:00', '2017-07-06 08:21:00'),
+(2022, 'What is the antonym of the word Optimum?', '', 3, 800, 1, '2017-07-06 08:21:00', '2017-07-06 08:21:00'),
+(2023, 'What is the meaning of the word Oracle?', 'ঐকবাদনদল///বক্তৃতা///@@দৈববাণী///সবচেয়ে অনুকূল', 1, 801, 1, '2017-07-06 08:21:02', '2017-07-06 08:21:02'),
+(2024, 'What is the synonym of the word Oracle?', 'Symphony///Address///@@Vision///Best', 2, 801, 1, '2017-07-06 08:21:02', '2017-07-06 08:21:02'),
+(2025, 'What is the antonym of the word Oracle?', '', 3, 801, 1, '2017-07-06 08:21:02', '2017-07-06 08:21:02'),
+(2026, 'What is the meaning of the word Oration?', 'ঐকবাদনদল///@@বক্তৃতা///দৈববাণী///সবচেয়ে অনুকূল', 1, 802, 1, '2017-07-06 08:21:05', '2017-07-06 08:21:05'),
+(2027, 'What is the synonym of the word Oration?', 'Symphony///@@Address///Vision///Best', 2, 802, 1, '2017-07-06 08:21:05', '2017-07-06 08:21:05'),
+(2028, 'What is the antonym of the word Oration?', 'Philharmonic///@@Writing///Prophesy///Most favourable', 3, 802, 1, '2017-07-06 08:21:05', '2017-07-06 08:21:05'),
+(2029, 'What is the meaning of the word Orchestra?', '@@ঐকবাদনদল///বক্তৃতা///দৈববাণী///সবচেয়ে অনুকূল', 1, 803, 1, '2017-07-06 08:21:08', '2017-07-06 08:21:08'),
+(2030, 'What is the synonym of the word Orchestra?', '@@Symphony///Address///Vision///Best', 2, 803, 1, '2017-07-06 08:21:08', '2017-07-06 08:21:08'),
+(2031, 'What is the antonym of the word Orchestra?', '', 3, 803, 1, '2017-07-06 08:21:08', '2017-07-06 08:21:08'),
+(2032, 'What is the meaning of the word Intimidate?', 'অনিন্দনীয়///নিরাতঙ্ক///নিমজ্জিত করা///ভয় দেখান', 1, 145, 1, '2017-07-06 08:25:33', '2017-07-06 08:25:33'),
+(2033, 'What is the synonym of the word Intimidate?', 'Faultless///Dauntless/// Swamp///@@Upset', 2, 145, 1, '2017-07-06 08:25:33', '2017-07-06 08:25:33'),
+(2034, 'What is the antonym of the word Intimidate?', 'Guilty///Cowardly///Drain///@@Reassure', 3, 145, 1, '2017-07-06 08:25:33', '2017-07-06 08:25:33'),
+(2035, 'What is the meaning of the word Inundate?', 'অনিন্দনীয়///নিরাতঙ্ক///নিমজ্জিত করা///ভয় দেখান', 1, 147, 1, '2017-07-06 08:25:38', '2017-07-06 08:25:38'),
+(2036, 'What is the synonym of the word Inundate?', 'Faultless///Dauntless///@@Swamp/// Upset', 2, 147, 1, '2017-07-06 08:25:38', '2017-07-06 08:25:38'),
+(2037, 'What is the antonym of the word Inundate?', 'Guilty///Cowardly///@@Drain///Reassure', 3, 147, 1, '2017-07-06 08:25:38', '2017-07-06 08:25:38'),
+(2038, 'What is the meaning of the word Intrepid?', 'অনিন্দনীয়///@@নিরাতঙ্ক///নিমজ্জিত করা///ভয় দেখান', 1, 146, 1, '2017-07-06 08:25:40', '2017-07-06 08:25:40'),
+(2039, 'What is the synonym of the word Intrepid?', 'Faultless///@@Dauntless/// Swamp/// Upset', 2, 146, 1, '2017-07-06 08:25:40', '2017-07-06 08:25:40'),
+(2040, 'What is the antonym of the word Intrepid?', 'Guilty///@@Cowardly///Drain///Reassure', 3, 146, 1, '2017-07-06 08:25:40', '2017-07-06 08:25:40'),
+(2041, 'What is the meaning of the word Irreproachable?', '@@অনিন্দনীয়///নিরাতঙ্ক///নিমজ্জিত করা///ভয় দেখান&nbsp;', 1, 148, 1, '2017-07-06 08:25:43', '2017-07-06 08:25:43'),
+(2042, 'What is the synonym of the word Irreproachable?', '@@Faultless///Dauntless///&nbsp;Swamp///&nbsp;Upset', 2, 148, 1, '2017-07-06 08:25:43', '2017-07-06 08:25:43'),
+(2043, 'What is the antonym of the word Irreproachable?', '@@Guilty///Cowardly///Drain///Reassure', 3, 148, 1, '2017-07-06 08:25:43', '2017-07-06 08:25:43'),
+(2044, 'What is the meaning of the word Omit?', 'প্রতিরোধ করা///গীতিনাট্য///আরম্ভ///@@উপেক্ষা করা', 1, 796, 1, '2017-07-06 08:30:38', '2017-07-06 08:30:38'),
+(2045, 'What is the synonym of the word Omit?', 'Repel///Social program of songs///Descent///@@Neglect', 2, 796, 1, '2017-07-06 08:30:38', '2017-07-06 08:30:38'),
+(2046, 'What is the antonym of the word Omit?', 'Capitulate///Fight///End///@@Include', 3, 796, 1, '2017-07-06 08:30:38', '2017-07-06 08:30:38'),
+(2047, 'What is the meaning of the word Onset?', 'প্রতিরোধ করা///গীতিনাট্য///@@আরম্ভ///উপেক্ষা করা', 1, 797, 1, '2017-07-06 08:30:41', '2017-07-06 08:30:41'),
+(2048, 'What is the synonym of the word Onset?', 'Repel///Social program of songs///@@Descent///Neglect', 2, 797, 1, '2017-07-06 08:30:41', '2017-07-06 08:30:41'),
+(2049, 'What is the antonym of the word Onset?', 'Capitulate///Fight///@@End///Include', 3, 797, 1, '2017-07-06 08:30:41', '2017-07-06 08:30:41'),
+(2050, 'What is the meaning of the word Opera?', 'প্রতিরোধ করা///@@গীতিনাট্য///আরম্ভ///উপেক্ষা করা', 1, 798, 1, '2017-07-06 08:30:44', '2017-07-06 08:30:44'),
+(2051, 'What is the synonym of the word Opera?', 'Repel///@@Social program of songs///Descent///Neglect', 2, 798, 1, '2017-07-06 08:30:44', '2017-07-06 08:30:44'),
+(2052, 'What is the antonym of the word Opera?', 'Capitulate///@@Fight///End///Include', 3, 798, 1, '2017-07-06 08:30:44', '2017-07-06 08:30:44'),
+(2053, 'What is the meaning of the word Opposed?', '@@প্রতিরোধ করা///গীতিনাট্য///আরম্ভ///উপেক্ষা করা', 1, 799, 1, '2017-07-06 08:30:46', '2017-07-06 08:30:46'),
+(2054, 'What is the synonym of the word Opposed?', '@@Repel///Social program of songs///Descent///Neglect', 2, 799, 1, '2017-07-06 08:30:46', '2017-07-06 08:30:46'),
+(2055, 'What is the antonym of the word Opposed?', '@@Capitulate///Fight///End///Include', 3, 799, 1, '2017-07-06 08:30:46', '2017-07-06 08:30:46'),
+(2056, 'What is the meaning of the word Insipid ?', '@@নীরস///প্ররোচিত করা///প্ররোচিত করা///দেউলিয়া', 1, 141, 1, '2017-07-06 08:35:00', '2017-07-06 08:35:00'),
+(2057, 'What is the synonym of the word Insipid ?', '@@Unsavory///Provoke///&nbsp;Rectitude///Bankrupt', 2, 141, 1, '2017-07-06 08:35:00', '2017-07-06 08:35:00'),
+(2058, 'What is the antonym of the word Insipid ?', '@@Tasteful///Check///Wickedness///Solvent', 3, 141, 1, '2017-07-06 08:35:00', '2017-07-06 08:35:00'),
+(2059, 'What is the meaning of the word Odor?', 'বংশধর///সহসা কথিত///অবমাননাকর///@@গন্ধ', 1, 792, 1, '2017-07-06 08:35:03', '2017-07-06 08:35:03'),
+(2060, 'What is the synonym of the word Odor?', 'Posterity///Impromptu///Horrible///@@Scent', 2, 792, 1, '2017-07-06 08:35:03', '2017-07-06 08:35:03'),
+(2061, 'What is the antonym of the word Odor?', '', 3, 792, 1, '2017-07-06 08:35:03', '2017-07-06 08:35:03'),
+(2062, 'What is the meaning of the word Offensive?', 'বংশধর///সহসা কথিত///@@অবমাননাকর///গন্ধ', 1, 793, 1, '2017-07-06 08:35:05', '2017-07-06 08:35:05'),
+(2063, 'What is the synonym of the word Offensive?', 'Posterity///Impromptu///@@Horrible///Scent', 2, 793, 1, '2017-07-06 08:35:05', '2017-07-06 08:35:05'),
+(2064, 'What is the antonym of the word Offensive?', 'Seed///Prepared///@@Inoffensive///Fame', 3, 793, 1, '2017-07-06 08:35:05', '2017-07-06 08:35:05'),
+(2065, 'What is the meaning of the word Offhand?', 'বংশধর///@@সহসা কথিত///অবমাননাকর///গন্ধ', 1, 794, 1, '2017-07-06 08:35:07', '2017-07-06 08:35:07'),
+(2066, 'What is the synonym of the word Offhand?', 'Posterity///@@Impromptu///Horrible///Scent', 2, 794, 1, '2017-07-06 08:35:07', '2017-07-06 08:35:07'),
+(2067, 'What is the antonym of the word Offhand?', 'Seed///@@Prepared///Inoffensive///Fame', 3, 794, 1, '2017-07-06 08:35:07', '2017-07-06 08:35:07'),
+(2068, 'What is the meaning of the word Offspring?', '@@বংশধর///সহসা কথিত///অবমাননাকর///গন্ধ', 1, 795, 1, '2017-07-06 08:35:09', '2017-07-06 08:35:09'),
+(2069, 'What is the synonym of the word Offspring?', '@@Posterity///Impromptu///Horrible///Scent', 2, 795, 1, '2017-07-06 08:35:09', '2017-07-06 08:35:09'),
+(2070, 'What is the antonym of the word Offspring?', '', 3, 795, 1, '2017-07-06 08:35:09', '2017-07-06 08:35:09'),
+(2071, 'What is the meaning of the word Insipid ?', '@@নীরস///প্ররোচিত করা///প্ররোচিত করা///দেউলিয়া', 1, 141, 1, '2017-07-06 08:38:08', '2017-07-06 08:38:08'),
+(2072, 'What is the synonym of the word Insipid ?', '@@Unsavory///Provoke///&nbsp;Rectitude///Bankrupt', 2, 141, 1, '2017-07-06 08:38:08', '2017-07-06 08:38:08'),
+(2073, 'What is the antonym of the word Insipid ?', '@@Tasteful///Check///Wickedness///Solvent', 3, 141, 1, '2017-07-06 08:38:08', '2017-07-06 08:38:08'),
+(2074, 'What is the meaning of the word Instigate?', 'নীরস///@@প্ররোচিত করা///@@প্ররোচিত করা///দেউলিয়া', 1, 143, 1, '2017-07-06 08:38:11', '2017-07-06 08:38:11'),
+(2075, 'What is the synonym of the word Instigate?', 'Unsavory///@@Provoke///Rectitude///Bankrupt', 2, 143, 1, '2017-07-06 08:38:11', '2017-07-06 08:38:11'),
+(2076, 'What is the antonym of the word Instigate?', 'Tasteful///Check///Wickedness///Solvent', 3, 143, 1, '2017-07-06 08:38:11', '2017-07-06 08:38:11'),
+(2077, 'What is the meaning of the word Integrity ?', 'নীরস///প্ররোচিত করা///@@প্ররোচিত করা///দেউলিয়া', 1, 144, 1, '2017-07-06 08:38:13', '2017-07-06 08:38:13'),
+(2078, 'What is the synonym of the word Integrity ?', 'Unsavory///Provoke///@@Rectitude///Bankrupt', 2, 144, 1, '2017-07-06 08:38:13', '2017-07-06 08:38:13'),
+(2079, 'What is the antonym of the word Integrity ?', 'asteful///Check///@@Wickedness///Solvent', 3, 144, 1, '2017-07-06 08:38:13', '2017-07-06 08:38:13'),
+(2080, 'What is the meaning of the word Insolvent?', 'নীরস///প্ররোচিত করা///প্ররোচিত করা///@@দেউলিয়া', 1, 142, 1, '2017-07-06 08:38:16', '2017-07-06 08:38:16'),
+(2081, 'What is the synonym of the word Insolvent?', 'Unsavory///Provoke/// Rectitude///@@Bankrupt', 2, 142, 1, '2017-07-06 08:38:16', '2017-07-06 08:38:16'),
+(2082, 'What is the antonym of the word Insolvent?', 'Tasteful///Check///Wickedness///@@Solvent', 3, 142, 1, '2017-07-06 08:38:16', '2017-07-06 08:38:16'),
+(2083, 'What is the meaning of the word Oblivion?', 'বাগড়া দেওয়া///অন্তরায়///রীতিনীতি///@@বিস্মৃতি', 1, 788, 1, '2017-07-06 08:39:12', '2017-07-06 08:39:12'),
+(2084, 'What is the synonym of the word Oblivion?', 'Hamper///Handicap///Observation///@@Obliviousness', 2, 788, 1, '2017-07-06 08:39:12', '2017-07-06 08:39:12'),
+(2085, 'What is the antonym of the word Oblivion?', 'Facilitate///Crimp///Trespass///@@Awareness', 3, 788, 1, '2017-07-06 08:39:12', '2017-07-06 08:39:12'),
+(2086, 'What is the meaning of the word Observance?', 'বাগড়া দেওয়া///অন্তরায়///@@রীতিনীতি///বিস্মৃতি', 1, 789, 1, '2017-07-06 08:39:15', '2017-07-06 08:39:15'),
+(2087, 'What is the synonym of the word Observance?', 'Hamper///Handicap///@@Observation///Obliviousness', 2, 789, 1, '2017-07-06 08:39:15', '2017-07-06 08:39:15'),
+(2088, 'What is the antonym of the word Observance?', 'Facilitate///Crimp///@@Trespass///Awareness', 3, 789, 1, '2017-07-06 08:39:15', '2017-07-06 08:39:15'),
+(2089, 'What is the meaning of the word Obstacle?', 'বাগড়া দেওয়া///@@অন্তরায়///রীতিনীতি///বিস্মৃতি', 1, 790, 1, '2017-07-06 08:39:17', '2017-07-06 08:39:17'),
+(2090, 'What is the synonym of the word Obstacle?', 'Hamper///@@Handicap///Observation///Obliviousness', 2, 790, 1, '2017-07-06 08:39:17', '2017-07-06 08:39:17'),
+(2091, 'What is the antonym of the word Obstacle?', '', 3, 790, 1, '2017-07-06 08:39:17', '2017-07-06 08:39:17'),
+(2092, 'What is the meaning of the word Obstruct?', '@@বাগড়া দেওয়া///অন্তরায়///রীতিনীতি///বিস্মৃতি', 1, 791, 1, '2017-07-06 08:39:20', '2017-07-06 08:39:20'),
+(2093, 'What is the synonym of the word Obstruct?', '@@Hamper///Handicap///Observation///Obliviousness', 2, 791, 1, '2017-07-06 08:39:20', '2017-07-06 08:39:20'),
+(2094, 'What is the antonym of the word Obstruct?', '@@Facilitate///Crimp///Trespass///Awareness', 3, 791, 1, '2017-07-06 08:39:20', '2017-07-06 08:39:20'),
+(2095, 'What is the meaning of the word Numb?', 'অবশ্যকর্তব্য///মরুদ্বীপ///প্রচুর///@@নিশ্চল', 1, 784, 1, '2017-07-06 08:41:53', '2017-07-06 08:41:53'),
+(2096, 'What is the synonym of the word Numb?', 'Mandatory///Sanctuary///Legion///@@Benumbed', 2, 784, 1, '2017-07-06 08:41:53', '2017-07-06 08:41:53'),
+(2097, 'What is the antonym of the word Numb?', 'Voluntary///Sanctuary///Few///@@Sensitive', 3, 784, 1, '2017-07-06 08:41:53', '2017-07-06 08:41:53'),
+(2098, 'What is the meaning of the word Numerous?', 'অবশ্যকর্তব্য///মরুদ্বীপ///@@প্রচুর///নিশ্চল', 1, 785, 1, '2017-07-06 08:41:55', '2017-07-06 08:41:55'),
+(2099, 'What is the synonym of the word Numerous?', 'Mandatory///Sanctuary///@@Legion///Benumbed', 2, 785, 1, '2017-07-06 08:41:55', '2017-07-06 08:41:55'),
+(2100, 'What is the antonym of the word Numerous?', 'Voluntary///Sanctuary///@@Few///Sensitive', 3, 785, 1, '2017-07-06 08:41:55', '2017-07-06 08:41:55'),
+(2101, 'What is the meaning of the word Oasis?', 'অবশ্যকর্তব্য///@@মরুদ্বীপ///প্রচুর///নিশ্চল', 1, 786, 1, '2017-07-06 08:41:58', '2017-07-06 08:41:58'),
+(2102, 'What is the synonym of the word Oasis?', 'Mandatory///@@Sanctuary///Legion///Benumbed', 2, 786, 1, '2017-07-06 08:41:58', '2017-07-06 08:41:58'),
+(2103, 'What is the antonym of the word Oasis?', '', 3, 786, 1, '2017-07-06 08:41:58', '2017-07-06 08:41:58'),
+(2104, 'What is the meaning of the word Obligatory?', '@@অবশ্যকর্তব্য///মরুদ্বীপ///প্রচুর///নিশ্চল', 1, 787, 1, '2017-07-06 08:42:00', '2017-07-06 08:42:00'),
+(2105, 'What is the synonym of the word Obligatory?', '@@Mandatory///Sanctuary///Legion///Benumbed', 2, 787, 1, '2017-07-06 08:42:00', '2017-07-06 08:42:00'),
+(2106, 'What is the antonym of the word Obligatory?', '@@Voluntary///Sanctuary///Few///Sensitive', 3, 787, 1, '2017-07-06 08:42:00', '2017-07-06 08:42:00'),
+(2107, 'What is the meaning of the word Notable?', 'নাকচ///নবশিক্ষার্থী///সর্বজনবিদিত///@@লক্ষণীয়', 1, 780, 1, '2017-07-06 08:44:40', '2017-07-06 08:44:40'),
+(2108, 'What is the synonym of the word Notable?', 'Inoperative///Abecedarian///Infamous///@@Eminent', 2, 780, 1, '2017-07-06 08:44:40', '2017-07-06 08:44:40'),
+(2109, 'What is the antonym of the word Notable?', 'Good///Veteran///Respectable///@@Unremarkable', 3, 780, 1, '2017-07-06 08:44:40', '2017-07-06 08:44:40'),
+(2110, 'What is the meaning of the word Notorious?', 'নাকচ///নবশিক্ষার্থী///@@সর্বজনবিদিত///লক্ষণীয়', 1, 781, 1, '2017-07-06 08:44:42', '2017-07-06 08:44:42'),
+(2111, 'What is the synonym of the word Notorious?', 'Inoperative///Abecedarian///@@Infamous///Eminent', 2, 781, 1, '2017-07-06 08:44:42', '2017-07-06 08:44:42'),
+(2112, 'What is the antonym of the word Notorious?', 'Good///Veteran///@@Respectable///Unremarkable', 3, 781, 1, '2017-07-06 08:44:42', '2017-07-06 08:44:42'),
+(2113, 'What is the meaning of the word Novice?', 'নাকচ///@@নবশিক্ষার্থী///সর্বজনবিদিত///লক্ষণীয়', 1, 782, 1, '2017-07-06 08:44:44', '2017-07-06 08:44:44'),
+(2114, 'What is the synonym of the word Novice?', 'Inoperative///@@Abecedarian///Infamous///Eminent', 2, 782, 1, '2017-07-06 08:44:44', '2017-07-06 08:44:44'),
+(2115, 'What is the antonym of the word Novice?', 'Good///@@Veteran///Respectable///Unremarkable', 3, 782, 1, '2017-07-06 08:44:44', '2017-07-06 08:44:44'),
+(2116, 'What is the meaning of the word Null?', '@@নাকচ///নবশিক্ষার্থী///সর্বজনবিদিত///লক্ষণীয়', 1, 783, 1, '2017-07-06 08:44:48', '2017-07-06 08:44:48'),
+(2117, 'What is the synonym of the word Null?', '@@Inoperative///Abecedarian///Infamous///Eminent', 2, 783, 1, '2017-07-06 08:44:48', '2017-07-06 08:44:48'),
+(2118, 'What is the antonym of the word Null?', '@@Good///Veteran///Respectable///Unremarkable', 3, 783, 1, '2017-07-06 08:44:48', '2017-07-06 08:44:48'),
+(2119, 'What is the meaning of the word Oblivion?', '@@বিস্মৃতি///একগুঁয়ে///আবছা///বিরক্তিকর', 1, 167, 1, '2017-07-06 08:47:52', '2017-07-06 08:47:52'),
+(2120, 'What is the synonym of the word Oblivion?', '@@nirvana///obdurate///ambiguous///disgusting', 2, 167, 1, '2017-07-06 08:47:52', '2017-07-06 08:47:52'),
+(2121, 'What is the antonym of the word Oblivion?', '@@remind///acquiescent///clear///inoffensive', 3, 167, 1, '2017-07-06 08:47:52', '2017-07-06 08:47:52'),
+(2122, 'What is the meaning of the word Nostalgia?', '@@স্মরণবেদনা///নিরর্থক///ক্ষিপ্রগতি///অমনোযোগ', 1, 779, 1, '2017-07-06 08:47:54', '2017-07-06 08:47:54'),
+(2123, 'What is the synonym of the word Nostalgia?', '@@Homesickness///fiddlesticks///Alert///Laxness', 2, 779, 1, '2017-07-06 08:47:54', '2017-07-06 08:47:54'),
+(2124, 'What is the antonym of the word Nostalgia?', '', 3, 779, 1, '2017-07-06 08:47:54', '2017-07-06 08:47:54'),
+(2125, 'What is the meaning of the word Obstinate?', 'বিস্মৃতি///@@একগুঁয়ে///আবছা///বিরক্তিকর', 1, 169, 1, '2017-07-06 08:47:54', '2017-07-06 08:47:54'),
+(2126, 'What is the synonym of the word Obstinate?', 'nirvana///@@obdurate///ambiguous///disgusting', 2, 169, 1, '2017-07-06 08:47:54', '2017-07-06 08:47:54'),
+(2127, 'What is the antonym of the word Obstinate?', 'remind///@@acquiescent///clear///inoffensive', 3, 169, 1, '2017-07-06 08:47:54', '2017-07-06 08:47:54'),
+(2128, 'What is the meaning of the word obscure?', 'বিস্মৃতি///একগুঁয়ে///@@আবছা///বিরক্তিকর', 1, 168, 1, '2017-07-06 08:47:56', '2017-07-06 08:47:56'),
+(2129, 'What is the synonym of the word obscure?', 'nirvana///obdurate///@@ambiguous///disgusting', 2, 168, 1, '2017-07-06 08:47:56', '2017-07-06 08:47:56'),
+(2130, 'What is the antonym of the word obscure?', 'remind///acquiescent///@@clear///inoffensive', 3, 168, 1, '2017-07-06 08:47:56', '2017-07-06 08:47:56'),
+(2131, 'What is the meaning of the word Nonsense?', 'স্মরণবেদনা///@@নিরর্থক///ক্ষিপ্রগতি///অমনোযোগ', 1, 778, 1, '2017-07-06 08:47:56', '2017-07-06 08:47:56'),
+(2132, 'What is the synonym of the word Nonsense?', 'Homesickness///@@fiddlesticks///Alert///Laxness', 2, 778, 1, '2017-07-06 08:47:56', '2017-07-06 08:47:56'),
+(2133, 'What is the antonym of the word Nonsense?', 'Bunk///@@Sense///Clumsy///Cautiousness', 3, 778, 1, '2017-07-06 08:47:56', '2017-07-06 08:47:56'),
+(2134, 'What is the meaning of the word Nimble?', 'স্মরণবেদনা///নিরর্থক///@@ক্ষিপ্রগতি///অমনোযোগ', 1, 777, 1, '2017-07-06 08:47:59', '2017-07-06 08:47:59'),
+(2135, 'What is the synonym of the word Nimble?', 'Homesickness///fiddlesticks///@@Alert///Laxness', 2, 777, 1, '2017-07-06 08:47:59', '2017-07-06 08:47:59'),
+(2136, 'What is the antonym of the word Nimble?', 'Bunk///Sense///@@Clumsy///Cautiousness', 3, 777, 1, '2017-07-06 08:47:59', '2017-07-06 08:47:59'),
+(2137, 'What is the meaning of the word Odious?', 'বিস্মৃতি///একগুঁয়ে///আবছা///@@বিরক্তিকর', 1, 170, 1, '2017-07-06 08:47:59', '2017-07-06 08:47:59'),
+(2138, 'What is the synonym of the word Odious?', 'nirvana///obdurate///ambiguous///@@disgusting', 2, 170, 1, '2017-07-06 08:48:00', '2017-07-06 08:48:00'),
+(2139, 'What is the antonym of the word Odious?', 'remind///acquiescent///clear///@@inoffensive', 3, 170, 1, '2017-07-06 08:48:00', '2017-07-06 08:48:00'),
+(2140, 'What is the meaning of the word Negligence?', 'স্মরণবেদনা///নিরর্থক///ক্ষিপ্রগতি///@@অমনোযোগ', 1, 776, 1, '2017-07-06 08:48:06', '2017-07-06 08:48:06'),
+(2141, 'What is the synonym of the word Negligence?', 'Homesickness///fiddlesticks///Alert///@@Laxness', 2, 776, 1, '2017-07-06 08:48:06', '2017-07-06 08:48:06'),
+(2142, 'What is the antonym of the word Negligence?', 'Bunk///Sense///Clumsy///@@Cautiousness', 3, 776, 1, '2017-07-06 08:48:06', '2017-07-06 08:48:06'),
+(2143, 'What is the meaning of the word Motivation?', 'নৌচালনবিদ্যা///দুর্বোধ্য///পরিব্যক্তি///@@প্রণোদনা', 1, 772, 1, '2017-07-06 08:51:14', '2017-07-06 08:51:14'),
+(2144, 'What is the synonym of the word Motivation?', 'Routing///Impenetrable///Change///@@Yeast', 2, 772, 1, '2017-07-06 08:51:14', '2017-07-06 08:51:14'),
+(2145, 'What is the antonym of the word Motivation?', 'Occult///Obvious///Transformation///@@Counterincentive', 3, 772, 1, '2017-07-06 08:51:14', '2017-07-06 08:51:14'),
+(2146, 'What is the meaning of the word Mutation?', 'নৌচালনবিদ্যা///দুর্বোধ্য///@@পরিব্যক্তি///প্রণোদনা', 1, 773, 1, '2017-07-06 08:51:17', '2017-07-06 08:51:17'),
+(2147, 'What is the synonym of the word Mutation?', 'Routing///Impenetrable///@@Change///Yeast', 2, 773, 1, '2017-07-06 08:51:17', '2017-07-06 08:51:17'),
+(2148, 'What is the antonym of the word Mutation?', '', 3, 773, 1, '2017-07-06 08:51:17', '2017-07-06 08:51:17'),
+(2149, 'What is the meaning of the word Mysterious?', 'নৌচালনবিদ্যা///@@দুর্বোধ্য///পরিব্যক্তি///প্রণোদনা', 1, 774, 1, '2017-07-06 08:51:19', '2017-07-06 08:51:19'),
+(2150, 'What is the synonym of the word Mysterious?', 'Routing///@@Impenetrable///Change///Yeast', 2, 774, 1, '2017-07-06 08:51:19', '2017-07-06 08:51:19'),
+(2151, 'What is the antonym of the word Mysterious?', 'Occult///@@Obvious///Transformation///Counterincentive', 3, 774, 1, '2017-07-06 08:51:19', '2017-07-06 08:51:19'),
+(2152, 'What is the meaning of the word Navigation?', '@@নৌচালনবিদ্যা///দুর্বোধ্য///পরিব্যক্তি///প্রণোদনা', 1, 775, 1, '2017-07-06 08:51:22', '2017-07-06 08:51:22'),
+(2153, 'What is the synonym of the word Navigation?', '@@Routing///Impenetrable///Change///Yeast', 2, 775, 1, '2017-07-06 08:51:22', '2017-07-06 08:51:22'),
+(2154, 'What is the antonym of the word Navigation?', '', 3, 775, 1, '2017-07-06 08:51:22', '2017-07-06 08:51:22'),
+(2155, 'What is the meaning of the word Obliterate ?', 'অভিনবত্ব ///অনুতাপহীন///শিক্ষা দেওয়া///@@ধ্বংস করা', 1, 166, 1, '2017-07-06 08:55:29', '2017-07-06 08:55:29'),
+(2156, 'What is the synonym of the word Obliterate ?', 'freshness///stubborn///educate///@@abolish', 2, 166, 1, '2017-07-06 08:55:29', '2017-07-06 08:55:29'),
+(2157, 'What is the antonym of the word Obliterate ?', '', 3, 166, 1, '2017-07-06 08:55:29', '2017-07-06 08:55:29'),
+(2158, 'What is the meaning of the word Nurture ?', 'অভিনবত্ব ///অনুতাপহীন///@@শিক্ষা দেওয়া///ধ্বংস করা', 1, 164, 1, '2017-07-06 08:55:31', '2017-07-06 08:55:31'),
+(2159, 'What is the synonym of the word Nurture ?', 'freshness///stubborn///@@educate///abolish', 2, 164, 1, '2017-07-06 08:55:31', '2017-07-06 08:55:31'),
+(2160, 'What is the antonym of the word Nurture ?', 'old///compassionate///@@Hinder///abolish', 3, 164, 1, '2017-07-06 08:55:31', '2017-07-06 08:55:31'),
+(2161, 'What is the meaning of the word Obdurate ?', 'অভিনবত্ব ///@@অনুতাপহীন///শিক্ষা দেওয়া///ধ্বংস করা', 1, 165, 1, '2017-07-06 08:55:34', '2017-07-06 08:55:34'),
+(2162, 'What is the synonym of the word Obdurate ?', 'freshness///@@stubborn///educate///abolish', 2, 165, 1, '2017-07-06 08:55:34', '2017-07-06 08:55:34'),
+(2163, 'What is the antonym of the word Obdurate ?', 'old///@@compassionate///Hinder///abolish', 3, 165, 1, '2017-07-06 08:55:34', '2017-07-06 08:55:34'),
+(2164, 'What is the meaning of the word Novelty?', '@@অভিনবত্ব ///অনুতাপহীন///শিক্ষা দেওয়া///ধ্বংস করা', 1, 163, 1, '2017-07-06 08:55:36', '2017-07-06 08:55:36'),
+(2165, 'What is the synonym of the word Novelty?', '@@freshness///stubborn///educate///abolish', 2, 163, 1, '2017-07-06 08:55:36', '2017-07-06 08:55:36'),
+(2166, 'What is the antonym of the word Novelty?', '@@old///compassionate///Hinder///abolish', 3, 163, 1, '2017-07-06 08:55:36', '2017-07-06 08:55:36'),
+(2167, 'What is the meaning of the word Monotonous?', 'প্রধান///দোষাক্রান্ত///বিশাল///@@একঘেয়েমিপূর্ণ', 1, 768, 1, '2017-07-06 09:25:37', '2017-07-06 09:25:37'),
+(2168, 'What is the synonym of the word Monotonous?', 'Subject///Elegiac///Monstrosity///@@Boring', 2, 768, 1, '2017-07-06 09:25:37', '2017-07-06 09:25:37'),
+(2169, 'What is the antonym of the word Monotonous?', 'Cimmerian///Friendly///Normal///@@Engaging', 3, 768, 1, '2017-07-06 09:25:37', '2017-07-06 09:25:37'),
+(2170, 'What is the meaning of the word Monster?', 'প্রধান///দোষাক্রান্ত///@@বিশাল///একঘেয়েমিপূর্ণ', 1, 769, 1, '2017-07-06 09:25:39', '2017-07-06 09:25:39'),
+(2171, 'What is the synonym of the word Monster?', 'Subject///Elegiac///@@Monstrosity///Boring', 2, 769, 1, '2017-07-06 09:25:39', '2017-07-06 09:25:39'),
+(2172, 'What is the antonym of the word Monster?', 'Cimmerian///Friendly///@@Normal///Engaging', 3, 769, 1, '2017-07-06 09:25:39', '2017-07-06 09:25:39'),
+(2173, 'What is the meaning of the word Morbid?', 'প্রধান///@@দোষাক্রান্ত///বিশাল///একঘেয়েমিপূর্ণ', 1, 770, 1, '2017-07-06 09:25:40', '2017-07-06 09:25:40'),
+(2174, 'What is the synonym of the word Morbid?', 'Subject///@@Elegiac///Monstrosity///Boring', 2, 770, 1, '2017-07-06 09:25:40', '2017-07-06 09:25:40'),
+(2175, 'What is the antonym of the word Morbid?', 'Cimmerian///@@Friendly///Normal///Engaging', 3, 770, 1, '2017-07-06 09:25:40', '2017-07-06 09:25:40'),
+(2176, 'What is the meaning of the word Motif?', '@@শিল্পের সাহিত্যের বিশেষতঃ সংগীতের মূল উপাদান বা প্রধান প্রসঙ্গ///দোষাক্রান্ত///বিশাল///একঘেয়েমিপূর্ণ', 1, 771, 1, '2017-07-06 09:25:45', '2017-07-06 09:25:45'),
+(2177, 'What is the synonym of the word Motif?', '@@Subject///Elegiac///Monstrosity///Boring', 2, 771, 1, '2017-07-06 09:25:45', '2017-07-06 09:25:45'),
+(2178, 'What is the antonym of the word Motif?', '', 3, 771, 1, '2017-07-06 09:25:45', '2017-07-06 09:25:45'),
+(2179, 'What is the meaning of the word Mock?', 'স্যাঁতসেঁতে///নিয়ন্ত্রিত করা///সংযত করা///@@উপহাস', 1, 764, 1, '2017-07-06 09:28:52', '2017-07-06 09:28:52'),
+(2180, 'What is the synonym of the word Mock?', 'Wettish///Modify///Temperate///@@Imitate', 2, 764, 1, '2017-07-06 09:28:52', '2017-07-06 09:28:52'),
+(2181, 'What is the antonym of the word Mock?', 'Dry///Modify///Intemperate///@@Conform', 3, 764, 1, '2017-07-06 09:28:52', '2017-07-06 09:28:52'),
+(2182, 'What is the meaning of the word Moderate?', 'স্যাঁতসেঁতে///নিয়ন্ত্রিত করা///@@সংযত করা///উপহাস', 1, 765, 1, '2017-07-06 09:28:53', '2017-07-06 09:28:53'),
+(2183, 'What is the synonym of the word Moderate?', 'Wettish///Modify///@@Temperate///Imitate', 2, 765, 1, '2017-07-06 09:28:53', '2017-07-06 09:28:53'),
+(2184, 'What is the antonym of the word Moderate?', 'Dry///Modify///@@Intemperate///Conform', 3, 765, 1, '2017-07-06 09:28:53', '2017-07-06 09:28:53'),
+(2185, 'What is the meaning of the word Modulate?', 'স্যাঁতসেঁতে///@@নিয়ন্ত্রিত করা///সংযত করা///উপহাস', 1, 766, 1, '2017-07-06 09:28:56', '2017-07-06 09:28:56'),
+(2186, 'What is the synonym of the word Modulate?', 'Wettish///@@Modify///Temperate///Imitate', 2, 766, 1, '2017-07-06 09:28:56', '2017-07-06 09:28:56'),
+(2187, 'What is the antonym of the word Modulate?', '', 3, 766, 1, '2017-07-06 09:28:56', '2017-07-06 09:28:56'),
+(2188, 'What is the meaning of the word Moist?', '@@স্যাঁতসেঁতে///নিয়ন্ত্রিত করা///সংযত করা///উপহাস', 1, 767, 1, '2017-07-06 09:28:59', '2017-07-06 09:28:59'),
+(2189, 'What is the synonym of the word Moist?', '@@Wettish///Modify///Temperate///Imitate', 2, 767, 1, '2017-07-06 09:28:59', '2017-07-06 09:28:59'),
+(2190, 'What is the antonym of the word Moist?', '@@Dry///Modify///Intemperate///Conform', 3, 767, 1, '2017-07-06 09:28:59', '2017-07-06 09:28:59'),
+(2191, 'What is the meaning of the word Methodical?', 'দুর্ঘটনা///অবিশ্বাস///সংখ্যালঘু///@@সুশৃংখল', 1, 760, 1, '2017-07-06 09:34:10', '2017-07-06 09:34:10'),
+(2192, 'What is the synonym of the word Methodical?', 'Casualty///Reservation///Adolescence///@@Systematic', 2, 760, 1, '2017-07-06 09:34:10', '2017-07-06 09:34:10'),
+(2193, 'What is the antonym of the word Methodical?', '', 3, 760, 1, '2017-07-06 09:34:10', '2017-07-06 09:34:10'),
+(2194, 'What is the meaning of the word Minority?', 'দুর্ঘটনা///অবিশ্বাস///@@সংখ্যালঘু///সুশৃংখল', 1, 761, 1, '2017-07-06 09:34:14', '2017-07-06 09:34:14'),
+(2195, 'What is the synonym of the word Minority?', 'Casualty///Reservation///@@Adolescence///Systematic', 2, 761, 1, '2017-07-06 09:34:14', '2017-07-06 09:34:14'),
+(2196, 'What is the antonym of the word Minority?', 'Serendipity///Sureness///@@Majority///Systematic', 3, 761, 1, '2017-07-06 09:34:14', '2017-07-06 09:34:14'),
+(2197, 'What is the meaning of the word Misgiving?', 'দুর্ঘটনা///@@অবিশ্বাস///সংখ্যালঘু///সুশৃংখল', 1, 762, 1, '2017-07-06 09:34:15', '2017-07-06 09:34:15'),
+(2198, 'What is the synonym of the word Misgiving?', 'Casualty///@@Reservation///Adolescence///Systematic', 2, 762, 1, '2017-07-06 09:34:15', '2017-07-06 09:34:15'),
+(2199, 'What is the antonym of the word Misgiving?', 'Serendipity///@@Sureness///Majority///Systematic', 3, 762, 1, '2017-07-06 09:34:15', '2017-07-06 09:34:15'),
+(2200, 'What is the meaning of the word Mishap?', '@@দুর্ঘটনা///অবিশ্বাস///সংখ্যালঘু///সুশৃংখল', 1, 763, 1, '2017-07-06 09:34:17', '2017-07-06 09:34:17'),
+(2201, 'What is the synonym of the word Mishap?', '@@Casualty///Reservation///Adolescence///Systematic', 2, 763, 1, '2017-07-06 09:34:17', '2017-07-06 09:34:17'),
+(2202, 'What is the antonym of the word Mishap?', '@@Serendipity///Sureness///Majority///Systematic', 3, 763, 1, '2017-07-06 09:34:17', '2017-07-06 09:34:17'),
+(2203, 'What is the meaning of the word negate?', 'শান্ত করা///@@প্রতিবাদ করা///দুর্নাম///উদার', 1, 161, 1, '2017-07-06 09:35:53', '2017-07-06 09:35:53'),
+(2204, 'What is the synonym of the word negate?', 'assuage///@@disown///disrepute///liberal', 2, 161, 1, '2017-07-06 09:35:53', '2017-07-06 09:35:53'),
+(2205, 'What is the antonym of the word negate?', 'Enrage///@@admit///noncelebrity///selfish', 3, 161, 1, '2017-07-06 09:35:53', '2017-07-06 09:35:53'),
+(2206, 'What is the meaning of the word mollify ?', '@@শান্ত করা///প্রতিবাদ করা///দুর্নাম///উদার', 1, 159, 1, '2017-07-06 09:35:56', '2017-07-06 09:35:56'),
+(2207, 'What is the synonym of the word mollify ?', '@@assuage///disown///disrepute///liberal', 2, 159, 1, '2017-07-06 09:35:56', '2017-07-06 09:35:56'),
+(2208, 'What is the antonym of the word mollify ?', '@@Enrage///admit///noncelebrity///selfish', 3, 159, 1, '2017-07-06 09:35:56', '2017-07-06 09:35:56'),
+(2209, 'What is the meaning of the word munificent?', 'শান্ত করা///প্রতিবাদ করা///দুর্নাম///@@উদার', 1, 160, 1, '2017-07-06 09:36:30', '2017-07-06 09:36:30'),
+(2210, 'What is the synonym of the word munificent?', 'assuage///disown///disrepute///@@liberal', 2, 160, 1, '2017-07-06 09:36:30', '2017-07-06 09:36:30'),
+(2211, 'What is the antonym of the word munificent?', 'Enrage///admit///noncelebrity///@@selfish', 3, 160, 1, '2017-07-06 09:36:30', '2017-07-06 09:36:30'),
+(2212, 'What is the meaning of the word Notoriety?', 'শান্ত করা///প্রতিবাদ করা///@@দুর্নাম///উদার', 1, 162, 1, '2017-07-06 09:36:32', '2017-07-06 09:36:32'),
+(2213, 'What is the synonym of the word Notoriety?', 'assuage///disown///@@disrepute///liberal', 2, 162, 1, '2017-07-06 09:36:32', '2017-07-06 09:36:32'),
+(2214, 'What is the antonym of the word Notoriety?', 'Enrage///admit///@@noncelebrity///selfish', 3, 162, 1, '2017-07-06 09:36:32', '2017-07-06 09:36:32'),
+(2215, 'What is the meaning of the word Meek?', 'বিপাক///নোংরা///পরিপূরণ করা///@@বংশবদ', 1, 756, 1, '2017-07-06 09:41:15', '2017-07-06 09:41:15'),
+(2216, 'What is the synonym of the word Meek?', 'Biotransformation///Untidy///Patch///@@Humble', 2, 756, 1, '2017-07-06 09:41:15', '2017-07-06 09:41:15'),
+(2217, 'What is the antonym of the word Meek?', '@@Uppish///Dirty///Patch///Humble', 3, 756, 1, '2017-07-06 09:41:15', '2017-07-06 09:41:15'),
+(2218, 'What is the meaning of the word Mend?', 'বিপাক///নোংরা///@@পরিপূরণ করা///বংশবদ', 1, 757, 1, '2017-07-06 09:41:18', '2017-07-06 09:41:18'),
+(2219, 'What is the synonym of the word Mend?', 'Biotransformation///Untidy///@@Patch///Humble', 2, 757, 1, '2017-07-06 09:41:18', '2017-07-06 09:41:18'),
+(2220, 'What is the antonym of the word Mend?', '', 3, 757, 1, '2017-07-06 09:41:18', '2017-07-06 09:41:18'),
+(2221, 'What is the meaning of the word Messy?', 'বিপাক///@@নোংরা///পরিপূরণ করা///বংশবদ', 1, 758, 1, '2017-07-06 09:41:19', '2017-07-06 09:41:19'),
+(2222, 'What is the synonym of the word Messy?', 'Biotransformation///@@Untidy///Patch///Humble', 2, 758, 1, '2017-07-06 09:41:19', '2017-07-06 09:41:19'),
+(2223, 'What is the antonym of the word Messy?', '', 3, 758, 1, '2017-07-06 09:41:19', '2017-07-06 09:41:19'),
+(2224, 'What is the meaning of the word Metabolism?', '@@বিপাক///নোংরা///পরিপূরণ করা///বংশবদ', 1, 759, 1, '2017-07-06 09:41:22', '2017-07-06 09:41:22'),
+(2225, 'What is the synonym of the word Metabolism?', '@@Biotransformation///Untidy///Patch///Humble', 2, 759, 1, '2017-07-06 09:41:22', '2017-07-06 09:41:22'),
+(2226, 'What is the antonym of the word Metabolism?', '', 3, 759, 1, '2017-07-06 09:41:22', '2017-07-06 09:41:22'),
+(2227, 'What is the meaning of the word Manure?', 'ধ্যানরত///মাঝারি///সাধারণ নীতি///@@জমিতে সার দেওয়া', 1, 752, 1, '2017-07-06 09:48:00', '2017-07-06 09:48:00'),
+(2228, 'What is the synonym of the word Manure?', 'Melancholy///Passable///Saying///@@Dung', 2, 752, 1, '2017-07-06 09:48:00', '2017-07-06 09:48:00'),
+(2229, 'What is the antonym of the word Manure?', '', 3, 752, 1, '2017-07-06 09:48:00', '2017-07-06 09:48:00'),
+(2230, 'What is the meaning of the word Maxim?', 'ধ্যানরত///মাঝারি///@@সাধারণ নীতি///জমিতে সার দেওয়া', 1, 753, 1, '2017-07-06 09:48:03', '2017-07-06 09:48:03'),
+(2231, 'What is the synonym of the word Maxim?', 'Melancholy///Passable///@@Saying///Dung', 2, 753, 1, '2017-07-06 09:48:03', '2017-07-06 09:48:03'),
+(2232, 'What is the antonym of the word Maxim?', '', 3, 753, 1, '2017-07-06 09:48:03', '2017-07-06 09:48:03'),
+(2233, 'What is the meaning of the word Mediocre?', 'ধ্যানরত///@@মাঝারি///সাধারণ নীতি///জমিতে সার দেওয়া', 1, 754, 1, '2017-07-06 09:48:05', '2017-07-06 09:48:05'),
+(2234, 'What is the synonym of the word Mediocre?', 'Melancholy///@@Passable///Saying///Dung', 2, 754, 1, '2017-07-06 09:48:05', '2017-07-06 09:48:05'),
+(2235, 'What is the antonym of the word Mediocre?', 'Common///@@Excellent///Saying///Dung', 3, 754, 1, '2017-07-06 09:48:05', '2017-07-06 09:48:05'),
+(2236, 'What is the meaning of the word Meditative?', '@@ধ্যানরত///মাঝারি///সাধারণ নীতি///জমিতে সার দেওয়া', 1, 755, 1, '2017-07-06 09:48:08', '2017-07-06 09:48:08'),
+(2237, 'What is the synonym of the word Meditative?', '@@Melancholy///Passable///Saying///Dung', 2, 755, 1, '2017-07-06 09:48:08', '2017-07-06 09:48:08'),
+(2238, 'What is the antonym of the word Meditative?', '', 3, 755, 1, '2017-07-06 09:48:08', '2017-07-06 09:48:08'),
+(2239, 'What is the meaning of the word mitigate?', '@@উপশম করা///নির্ভুল///আমোদ প্রমোদ///অমঙ্গলসূচক', 1, 158, 1, '2017-07-06 09:53:06', '2017-07-06 09:53:06'),
+(2240, 'What is the synonym of the word mitigate?', 'foreboding///conscientious///joviality///@@assuage', 2, 158, 1, '2017-07-06 09:53:06', '2017-07-06 09:53:06'),
+(2241, 'What is the antonym of the word mitigate?', 'nonthreatening///Misery///careless///@@exacerbate', 3, 158, 1, '2017-07-06 09:53:06', '2017-07-06 09:53:06'),
+(2242, 'What is the meaning of the word Meticulous?', 'উপশম করা///@@নির্ভুল///আমোদ প্রমোদ///অমঙ্গলসূচক', 1, 156, 1, '2017-07-06 09:53:07', '2017-07-06 09:53:07'),
+(2243, 'What is the synonym of the word Meticulous?', 'foreboding///@@conscientious///joviality///assuage', 2, 156, 1, '2017-07-06 09:53:07', '2017-07-06 09:53:07'),
+(2244, 'What is the antonym of the word Meticulous?', 'nonthreatening///Misery///@@careless///exacerbate', 3, 156, 1, '2017-07-06 09:53:07', '2017-07-06 09:53:07'),
+(2245, 'What is the meaning of the word Mirth?', 'উপশম করা///নির্ভুল///@@আমোদ প্রমোদ///অমঙ্গলসূচক', 1, 157, 1, '2017-07-06 09:53:09', '2017-07-06 09:53:09'),
+(2246, 'What is the synonym of the word Mirth?', 'foreboding///conscientious///@@joviality///assuage', 2, 157, 1, '2017-07-06 09:53:09', '2017-07-06 09:53:09'),
+(2247, 'What is the antonym of the word Mirth?', 'nonthreatening///@@Misery///careless///exacerbate', 3, 157, 1, '2017-07-06 09:53:09', '2017-07-06 09:53:09'),
+(2248, 'What is the meaning of the word ominous?', 'উপশম করা///নির্ভুল///আমোদ প্রমোদ///@@অমঙ্গলসূচক', 1, 171, 1, '2017-07-06 09:53:12', '2017-07-06 09:53:12'),
+(2249, 'What is the synonym of the word ominous?', '@@foreboding///conscientious///joviality///assuage', 2, 171, 1, '2017-07-06 09:53:12', '2017-07-06 09:53:12'),
+(2250, 'What is the antonym of the word ominous?', '@@nonthreatening///Misery///careless///exacerbate', 3, 171, 1, '2017-07-06 09:53:12', '2017-07-06 09:53:12'),
+(2251, 'What is the meaning of the word Mangle?', '@@কোপ দিয়া কাটা///রণকৌশল///আদেশপ্রাপ্ত ব্যক্তি///আদেশপত্র', 1, 751, 1, '2017-07-06 09:53:42', '2017-07-06 09:53:42'),
+(2252, 'What is the synonym of the word Mangle?', '@@Smash///Tactic///Necessary///Empowerment', 2, 751, 1, '2017-07-06 09:53:42', '2017-07-06 09:53:42'),
+(2253, 'What is the antonym of the word Mangle?', '', 3, 751, 1, '2017-07-06 09:53:42', '2017-07-06 09:53:42'),
+(2254, 'What is the meaning of the word Maneuver?', 'কোপ দিয়া কাটা///@@রণকৌশল///আদেশপ্রাপ্ত ব্যক্তি///আদেশপত্র', 1, 750, 1, '2017-07-06 09:53:42', '2017-07-06 09:53:42'),
+(2255, 'What is the synonym of the word Maneuver?', 'Smash///@@Tactic///Necessary///Empowerment', 2, 750, 1, '2017-07-06 09:53:42', '2017-07-06 09:53:42'),
+(2256, 'What is the antonym of the word Maneuver?', '', 3, 750, 1, '2017-07-06 09:53:42', '2017-07-06 09:53:42'),
+(2257, 'What is the meaning of the word Mandatory?', 'কোপ দিয়া কাটা///রণকৌশল///@@আদেশপ্রাপ্ত ব্যক্তি///আদেশপত্র', 1, 749, 1, '2017-07-06 09:53:44', '2017-07-06 09:53:44'),
+(2258, 'What is the synonym of the word Mandatory?', 'Smash///Tactic///@@Necessary///Empowerment', 2, 749, 1, '2017-07-06 09:53:45', '2017-07-06 09:53:45'),
+(2259, 'What is the antonym of the word Mandatory?', 'Mutilate///Imperative///@@Voluntary///Delegation', 3, 749, 1, '2017-07-06 09:53:45', '2017-07-06 09:53:45'),
+(2260, 'What is the meaning of the word Mandate?', 'কোপ দিয়া কাটা///রণকৌশল///আদেশপ্রাপ্ত ব্যক্তি///@@আদেশপত্র', 1, 748, 1, '2017-07-06 09:53:48', '2017-07-06 09:53:48'),
+(2261, 'What is the synonym of the word Mandate?', 'Smash///Tactic///Necessary///@@Empowerment', 2, 748, 1, '2017-07-06 09:53:48', '2017-07-06 09:53:48'),
+(2262, 'What is the antonym of the word Mandate?', '', 3, 748, 1, '2017-07-06 09:53:48', '2017-07-06 09:53:48'),
+(2263, 'What is the meaning of the word Pragmatic ?', 'মানবপ্রীতি///বিপজ্জনক///@@বাস্তবসম্মত///শান্ত', 1, 178, 1, '2017-07-06 10:01:03', '2017-07-06 10:01:03'),
+(2264, 'What is the synonym of the word Pragmatic ?', 'menacing///benefaction///possessed///@@realistic', 2, 178, 1, '2017-07-06 10:01:03', '2017-07-06 10:01:03'),
+(2265, 'What is the antonym of the word Pragmatic ?', 'innocent///pinching///disturbed///@@impractical', 3, 178, 1, '2017-07-06 10:01:03', '2017-07-06 10:01:03'),
+(2266, 'What is the meaning of the word Placid?', 'মানবপ্রীতি///বিপজ্জনক///বাস্তবসম্মত///@@শান্ত', 1, 177, 1, '2017-07-06 10:01:05', '2017-07-06 10:01:05'),
+(2267, 'What is the synonym of the word Placid?', 'menacing///benefaction///@@possessed///realistic', 2, 177, 1, '2017-07-06 10:01:05', '2017-07-06 10:01:05'),
+(2268, 'What is the antonym of the word Placid?', 'innocent///pinching///@@disturbed///impractical', 3, 177, 1, '2017-07-06 10:01:05', '2017-07-06 10:01:05'),
+(2269, 'What is the meaning of the word Philanthropy?', '@@মানবপ্রীতি///বিপজ্জনক///বাস্তবসম্মত///শান্ত', 1, 176, 1, '2017-07-06 10:01:08', '2017-07-06 10:01:08'),
+(2270, 'What is the synonym of the word Philanthropy?', 'menacing///@@benefaction///possessed///realistic', 2, 176, 1, '2017-07-06 10:01:08', '2017-07-06 10:01:08'),
+(2271, 'What is the antonym of the word Philanthropy?', 'innocent///@@pinching///disturbed///impractical', 3, 176, 1, '2017-07-06 10:01:09', '2017-07-06 10:01:09'),
+(2272, 'What is the meaning of the word Perilous?', 'মানবপ্রীতি///@@বিপজ্জনক///বাস্তবসম্মত///শান্ত', 1, 175, 1, '2017-07-06 10:01:10', '2017-07-06 10:01:10'),
+(2273, 'What is the synonym of the word Perilous?', '@@menacing///benefaction///possessed///realistic&nbsp;', 2, 175, 1, '2017-07-06 10:01:10', '2017-07-06 10:01:10'),
+(2274, 'What is the antonym of the word Perilous?', '@@innocent///pinching///disturbed///impractical', 3, 175, 1, '2017-07-06 10:01:10', '2017-07-06 10:01:10'),
+(2275, 'What is the meaning of the word Malady?', 'নমনীয়///অহিতেচ্ছা///ঈর্ষাপরায়ণতা///@@মানসিক বা শারেরিক পীড়া', 1, 744, 1, '2017-07-06 10:02:08', '2017-07-06 10:02:08'),
+(2276, 'What is the synonym of the word Malady?', 'Moldable///Spitefulness///Malicious///@@Infirmity', 2, 744, 1, '2017-07-06 10:02:08', '2017-07-06 10:02:08'),
+(2277, 'What is the antonym of the word Malady?', 'Established///Benevolence///Unmalicious///@@Health', 3, 744, 1, '2017-07-06 10:02:08', '2017-07-06 10:02:08'),
+(2278, 'What is the meaning of the word Malevolent?', 'নমনীয়///অহিতেচ্ছা///@@ঈর্ষাপরায়ণতা///মানসিক বা শারেরিক পীড়া', 1, 745, 1, '2017-07-06 10:02:12', '2017-07-06 10:02:12'),
+(2279, 'What is the synonym of the word Malevolent?', 'Moldable///Spitefulness///@@Malicious///Infirmity', 2, 745, 1, '2017-07-06 10:02:12', '2017-07-06 10:02:12'),
+(2280, 'What is the antonym of the word Malevolent?', 'Established///Benevolence///@@Unmalicious///Health', 3, 745, 1, '2017-07-06 10:02:12', '2017-07-06 10:02:12'),
+(2281, 'What is the meaning of the word Malice?', 'নমনীয়///@@অহিতেচ্ছা///ঈর্ষাপরায়ণতা///মানসিক বা শারেরিক পীড়া', 1, 746, 1, '2017-07-06 10:02:14', '2017-07-06 10:02:14'),
+(2282, 'What is the synonym of the word Malice?', 'Moldable///@@Spitefulness///Malicious///Infirmity', 2, 746, 1, '2017-07-06 10:02:14', '2017-07-06 10:02:14'),
+(2283, 'What is the antonym of the word Malice?', 'Established///@@Benevolence///Unmalicious///Health', 3, 746, 1, '2017-07-06 10:02:14', '2017-07-06 10:02:14'),
+(2284, 'What is the meaning of the word Malleable?', '@@নমনীয়///অহিতেচ্ছা///ঈর্ষাপরায়ণতা///মানসিক বা শারেরিক পীড়া', 1, 747, 1, '2017-07-06 10:02:18', '2017-07-06 10:02:18'),
+(2285, 'What is the synonym of the word Malleable?', '@@Moldable///Spitefulness///Malicious///Infirmity', 2, 747, 1, '2017-07-06 10:02:18', '2017-07-06 10:02:18'),
+(2286, 'What is the antonym of the word Malleable?', '@@Established///Benevolence///Unmalicious///Health', 3, 747, 1, '2017-07-06 10:02:18', '2017-07-06 10:02:18'),
+(2287, 'What is the meaning of the word optimism?', 'প্রাচুর্য///অন্ধকারাচ্ছন্ন ///আশাবাদ///আশঙ্কাজনক', 1, 173, 1, '2017-07-06 10:07:19', '2017-07-06 10:07:19'),
+(2288, 'What is the synonym of the word optimism?', 'abundance///ambiguous///@@sanguinity///poor', 2, 173, 1, '2017-07-06 10:07:19', '2017-07-06 10:07:19'),
+(2289, 'What is the antonym of the word optimism?', '@@pessimism///nonambiguous///poor///abundance', 3, 173, 1, '2017-07-06 10:07:19', '2017-07-06 10:07:19'),
+(2290, 'What is the meaning of the word optimism?', 'প্রাচুর্য///অন্ধকারাচ্ছন্ন ///আশাবাদ///আশঙ্কাজনক', 1, 173, 1, '2017-07-06 10:09:16', '2017-07-06 10:09:16'),
+(2291, 'What is the synonym of the word optimism?', 'abundance///ambiguous///@@sanguinity///poor', 2, 173, 1, '2017-07-06 10:09:16', '2017-07-06 10:09:16'),
+(2292, 'What is the antonym of the word optimism?', '@@pessimism///nonambiguous///@@pessimism///abundance', 3, 173, 1, '2017-07-06 10:09:16', '2017-07-06 10:09:16');
+INSERT INTO `vocabulary_questions` (`vocabulary_question_id`, `question`, `options`, `level`, `word_id`, `display`, `created_at`, `updated_at`) VALUES
+(2293, 'What is the meaning of the word Stagnant?', '@@নিশ্চল///অপচয় করা/// ভেজাল/// নোংরা', 1, 200, 1, '2017-07-06 10:12:40', '2017-07-06 10:12:40'),
+(2294, 'What is the synonym of the word Stagnant?', 'waste///@@Motionless///unauthentic///nasty', 2, 200, 1, '2017-07-06 10:12:40', '2017-07-06 10:12:40'),
+(2295, 'What is the antonym of the word Stagnant?', '@@Flowing///save///immaculate///bona fide', 3, 200, 1, '2017-07-06 10:12:41', '2017-07-06 10:12:41'),
+(2296, 'What is the meaning of the word Opulence?', 'প্রাচুর্য///অন্ধকারাচ্ছন্ন ///আশাবাদ///আশঙ্কাজনক&nbsp;', 1, 174, 1, '2017-07-06 10:12:41', '2017-07-06 10:12:41'),
+(2297, 'What is the synonym of the word Opulence?', '@@abundance///ambiguous///sanguinity///poor', 2, 174, 1, '2017-07-06 10:12:41', '2017-07-06 10:12:41'),
+(2298, 'What is the antonym of the word Opulence?', '@@pessimism///nonambiguous///@@pessimism///abundance', 3, 174, 1, '2017-07-06 10:12:41', '2017-07-06 10:12:41'),
+(2299, 'What is the meaning of the word Opaque?', 'প্রাচুর্য///অন্ধকারাচ্ছন্ন ///আশাবাদ///আশঙ্কাজনক', 1, 172, 1, '2017-07-06 10:15:24', '2017-07-06 10:15:24'),
+(2300, 'What is the synonym of the word Opaque?', 'abundance///@@ambiguous///sanguinity///poor', 2, 172, 1, '2017-07-06 10:15:24', '2017-07-06 10:15:24'),
+(2301, 'What is the antonym of the word Opaque?', 'pessimism///@@nonambiguous///poor///abundance', 3, 172, 1, '2017-07-06 10:15:24', '2017-07-06 10:15:24'),
+(2302, 'What is the meaning of the word Opaque?', 'প্রাচুর্য///অন্ধকারাচ্ছন্ন ///আশাবাদ///আশঙ্কাজনক', 1, 172, 1, '2017-07-06 10:17:34', '2017-07-06 10:17:34'),
+(2303, 'What is the synonym of the word Opaque?', 'abundance///@@ambiguous///sanguinity///poor', 2, 172, 1, '2017-07-06 10:17:34', '2017-07-06 10:17:34'),
+(2304, 'What is the antonym of the word Opaque?', 'pessimism///@@nonambiguous///poor///abundance', 3, 172, 1, '2017-07-06 10:17:34', '2017-07-06 10:17:34'),
+(2305, 'What is the meaning of the word optimism?', 'প্রাচুর্য///অন্ধকারাচ্ছন্ন ///আশাবাদ///আশঙ্কাজনক', 1, 173, 1, '2017-07-06 10:20:52', '2017-07-06 10:20:52'),
+(2306, 'What is the synonym of the word optimism?', 'abundance///ambiguous///@@sanguinity///poor', 2, 173, 1, '2017-07-06 10:20:52', '2017-07-06 10:20:52'),
+(2307, 'What is the antonym of the word optimism?', '@@pessimism///nonambiguous///@@pessimism///abundance', 3, 173, 1, '2017-07-06 10:20:52', '2017-07-06 10:20:52'),
+(2308, 'What is the meaning of the word optimism?', 'প্রাচুর্য///অন্ধকারাচ্ছন্ন ///আশাবাদ///আশঙ্কাজনক', 1, 173, 1, '2017-07-06 10:40:27', '2017-07-06 10:40:27'),
+(2309, 'What is the synonym of the word optimism?', 'abundance///ambiguous///@@sanguinity///poor', 2, 173, 1, '2017-07-06 10:40:27', '2017-07-06 10:40:27'),
+(2310, 'What is the antonym of the word optimism?', '@@pessimism///nonambiguous///@@pessimism///abundance', 3, 173, 1, '2017-07-06 10:40:27', '2017-07-06 10:40:27'),
+(2311, 'What is the meaning of the word Opaque?', 'প্রাচুর্য///অন্ধকারাচ্ছন্ন ///আশাবাদ///আশঙ্কাজনক', 1, 172, 1, '2017-07-06 10:40:53', '2017-07-06 10:40:53'),
+(2312, 'What is the synonym of the word Opaque?', 'abundance///@@ambiguous///sanguinity///poor', 2, 172, 1, '2017-07-06 10:40:53', '2017-07-06 10:40:53'),
+(2313, 'What is the antonym of the word Opaque?', 'pessimism///@@nonambiguous///poor///abundance', 3, 172, 1, '2017-07-06 10:40:53', '2017-07-06 10:40:53'),
+(2314, 'What is the meaning of the word optimism?', 'প্রাচুর্য///অন্ধকারাচ্ছন্ন ///আশাবাদ///আশঙ্কাজনক', 1, 173, 1, '2017-07-06 10:41:41', '2017-07-06 10:41:41'),
+(2315, 'What is the synonym of the word optimism?', 'abundance///ambiguous///@@sanguinity///poor', 2, 173, 1, '2017-07-06 10:41:41', '2017-07-06 10:41:41'),
+(2316, 'What is the antonym of the word optimism?', '@@pessimism///nonambiguous///poor///abundance', 3, 173, 1, '2017-07-06 10:41:41', '2017-07-06 10:41:41'),
+(2317, 'What is the meaning of the word Rebate?', '@@ছাড়///&nbsp;নির্দ্ধিধায়///ক্ষুধার্ত///বিধ্বস্ত করা', 1, 871, 1, '2017-07-06 10:44:12', '2017-07-06 10:44:12'),
+(2318, 'What is the synonym of the word Rebate?', 'Voracious///@@Abatement///Promptly///Consume', 2, 871, 1, '2017-07-06 10:44:12', '2017-07-06 10:44:12'),
+(2319, 'What is the antonym of the word Rebate?', 'Repair///Full///Unwillingly///@@Rise', 3, 871, 1, '2017-07-06 10:44:12', '2017-07-06 10:44:12'),
+(2320, 'What is the meaning of the word Greasy?', '@@তেলচিটে ///গুরুত্ব///জাপটে ধরা///মৃদু ঝিলিক', 1, 597, 1, '2017-07-06 11:52:56', '2017-07-06 11:52:56'),
+(2321, 'What is the synonym of the word Greasy?', '@@Greased///Graveness///Understand///Light', 2, 597, 1, '2017-07-06 11:52:56', '2017-07-06 11:52:56'),
+(2322, 'What is the antonym of the word Greasy?', '', 3, 597, 1, '2017-07-06 11:52:56', '2017-07-06 11:52:56'),
+(2323, 'What is the meaning of the word Gravity?', 'তেলচিটে ///@@গুরুত্ব///জাপটে ধরা///মৃদু ঝিলিক', 1, 596, 1, '2017-07-06 11:53:39', '2017-07-06 11:53:39'),
+(2324, 'What is the synonym of the word Gravity?', 'Blaze///@@Graveness///Understand///Light', 2, 596, 1, '2017-07-06 11:53:39', '2017-07-06 11:53:39'),
+(2325, 'What is the antonym of the word Gravity?', 'Levity///Understand///Light///@@Miss', 3, 596, 1, '2017-07-06 11:53:39', '2017-07-06 11:53:39'),
+(2326, 'What is the meaning of the word Grasp?', 'তেলচিটে ///গুরুত্ব///@@জাপটে ধরা///মৃদু ঝিলিক', 1, 595, 1, '2017-07-06 11:53:41', '2017-07-06 11:53:41'),
+(2327, 'What is the synonym of the word Grasp?', 'Blaze///Graveness///@@Understand///Light', 2, 595, 1, '2017-07-06 11:53:41', '2017-07-06 11:53:41'),
+(2328, 'What is the antonym of the word Grasp?', '', 3, 595, 1, '2017-07-06 11:53:41', '2017-07-06 11:53:41'),
+(2329, 'What is the meaning of the word Gleam?', 'তেলচিটে ///গুরুত্ব///জাপটে ধরা///@@মৃদু ঝিলিক', 1, 594, 1, '2017-07-06 11:53:44', '2017-07-06 11:53:44'),
+(2330, 'What is the synonym of the word Gleam?', 'Blaze///Graveness///Understand///@@Light', 2, 594, 1, '2017-07-06 11:53:44', '2017-07-06 11:53:44'),
+(2331, 'What is the antonym of the word Gleam?', '', 3, 594, 1, '2017-07-06 11:53:44', '2017-07-06 11:53:44'),
+(2332, 'What is the meaning of the word Lurk?', 'অনিচ্ছুক///উজ্জ্বল///শান্ত করা///@@লুকিয়ে থাকা', 1, 740, 1, '2017-07-09 03:59:43', '2017-07-09 03:59:43'),
+(2333, 'What is the synonym of the word Lurk?', 'Cagey///Sheeny///Compose///@@Sneak', 2, 740, 1, '2017-07-09 03:59:43', '2017-07-09 03:59:43'),
+(2334, 'What is the antonym of the word Lurk?', 'Inclined///Unbrilliant///Disquiet///@@Appear', 3, 740, 1, '2017-07-09 03:59:43', '2017-07-09 03:59:43'),
+(2335, 'What is the meaning of the word Lull?', 'অনিচ্ছুক///উজ্জ্বল///@@শান্ত করা///লুকিয়ে থাকা', 1, 737, 1, '2017-07-09 03:59:46', '2017-07-09 03:59:46'),
+(2336, 'What is the synonym of the word Lull?', 'Cagey///Sheeny///@@Compose///Sneak', 2, 737, 1, '2017-07-09 03:59:46', '2017-07-09 03:59:46'),
+(2337, 'What is the antonym of the word Lull?', 'Inclined///Unbrilliant///@@Disquiet///Appear', 3, 737, 1, '2017-07-09 03:59:46', '2017-07-09 03:59:46'),
+(2338, 'What is the meaning of the word Lumious?', 'অনিচ্ছুক///@@উজ্জ্বল///শান্ত করা///লুকিয়ে থাকা', 1, 738, 1, '2017-07-09 03:59:49', '2017-07-09 03:59:49'),
+(2339, 'What is the synonym of the word Lumious?', 'Cagey///@@Sheeny///Compose///Sneak', 2, 738, 1, '2017-07-09 03:59:49', '2017-07-09 03:59:49'),
+(2340, 'What is the antonym of the word Lumious?', 'Inclined///@@Unbrilliant///Disquiet///Appear', 3, 738, 1, '2017-07-09 03:59:49', '2017-07-09 03:59:49'),
+(2341, 'What is the meaning of the word Loath?', '@@অনিচ্ছুক///উজ্জ্বল///শান্ত করা///লুকিয়ে থাকা', 1, 736, 1, '2017-07-09 04:00:00', '2017-07-09 04:00:00'),
+(2342, 'What is the synonym of the word Loath?', '@@Cagey///Sheeny///Compose///Sneak', 2, 736, 1, '2017-07-09 04:00:00', '2017-07-09 04:00:00'),
+(2343, 'What is the antonym of the word Loath?', '@@Inclined///Unbrilliant///Disquiet///Appear', 3, 736, 1, '2017-07-09 04:00:00', '2017-07-09 04:00:00'),
+(2344, 'What is the meaning of the word Levy?', 'অঙ্গপ্রত্যঙ্গ///স্বচ্ছ///সংযোগ///@@কর', 1, 732, 1, '2017-07-09 04:18:10', '2017-07-09 04:18:10'),
+(2345, 'What is the synonym of the word Levy?', 'Pliable///Transparent///Linkage///@@Imposition', 2, 732, 1, '2017-07-09 04:18:10', '2017-07-09 04:18:10'),
+(2346, 'What is the antonym of the word Levy?', '', 3, 732, 1, '2017-07-09 04:18:10', '2017-07-09 04:18:10'),
+(2347, 'What is the meaning of the word Liaison?', 'অঙ্গপ্রত্যঙ্গ///স্বচ্ছ///@@সংযোগ///কর', 1, 733, 1, '2017-07-09 04:18:12', '2017-07-09 04:18:12'),
+(2348, 'What is the synonym of the word Liaison?', 'Pliable///Transparent///@@Linkage///Imposition', 2, 733, 1, '2017-07-09 04:18:12', '2017-07-09 04:18:12'),
+(2349, 'What is the antonym of the word Liaison?', 'Inflexible///Cloudy///@@Dissociation///Transparent', 3, 733, 1, '2017-07-09 04:18:12', '2017-07-09 04:18:12'),
+(2350, 'What is the meaning of the word Limpid?', 'অঙ্গপ্রত্যঙ্গ///@@স্বচ্ছ///সংযোগ///কর', 1, 734, 1, '2017-07-09 04:18:15', '2017-07-09 04:18:15'),
+(2351, 'What is the synonym of the word Limpid?', 'Pliable///@@Transparent///Linkage///Imposition', 2, 734, 1, '2017-07-09 04:18:15', '2017-07-09 04:18:15'),
+(2352, 'What is the antonym of the word Limpid?', 'Inflexible///@@Cloudy///Dissociation///Transparent', 3, 734, 1, '2017-07-09 04:18:15', '2017-07-09 04:18:15'),
+(2353, 'What is the meaning of the word Lithe?', '@@অঙ্গপ্রত্যঙ্গ///স্বচ্ছ///সংযোগ///কর', 1, 735, 1, '2017-07-09 04:18:18', '2017-07-09 04:18:18'),
+(2354, 'What is the synonym of the word Lithe?', '@@Pliable///Transparent///Linkage///Imposition', 2, 735, 1, '2017-07-09 04:18:18', '2017-07-09 04:18:18'),
+(2355, 'What is the antonym of the word Lithe?', '@@Inflexible///Cloudy///Dissociation///Transparent', 3, 735, 1, '2017-07-09 04:18:18', '2017-07-09 04:18:18'),
+(2356, 'What is the meaning of the word Legacy?', 'স্তুতি করা///মোকদ্দমা///চর্মবন্ধন/// @@উইল করে-যাওয়া বা উইলের জোরে পাওয়া টাকাকড়ি', 1, 728, 1, '2017-07-09 04:26:01', '2017-07-09 04:26:01'),
+(2357, 'What is the synonym of the word Legacy?', '@@Heritage///Credit///Bridle///Proceedings', 2, 728, 1, '2017-07-09 04:26:01', '2017-07-09 04:26:01'),
+(2358, 'What is the antonym of the word Legacy?', '', 3, 728, 1, '2017-07-09 04:26:01', '2017-07-09 04:26:01'),
+(2359, 'What is the meaning of the word Legalize?', 'প্রাণঘাতী///আইন প্রণয়ন বা তৈরি করা///@@আইনসিদ্ধ বা বৈধ করা///উইল করে-যাওয়া বা উইলের জোরে পাওয়া টাকাকড়ি', 1, 729, 1, '2017-07-09 04:26:04', '2017-07-09 04:26:04'),
+(2360, 'What is the synonym of the word Legalize?', 'Mortal///Make///@@Authorize///Inheritance', 2, 729, 1, '2017-07-09 04:26:04', '2017-07-09 04:26:04'),
+(2361, 'What is the antonym of the word Legalize?', 'Healthful///Repeal///@@Criminalize///Bequest', 3, 729, 1, '2017-07-09 04:26:04', '2017-07-09 04:26:04'),
+(2362, 'What is the meaning of the word Lethal?', '@@প্রাণঘাতী///আইন প্রণয়ন বা তৈরি করা///আইনসিদ্ধ বা বৈধ করা///উইল করে-যাওয়া বা উইলের জোরে পাওয়া টাকাকড়ি', 1, 731, 1, '2017-07-09 04:27:05', '2017-07-09 04:27:05'),
+(2363, 'What is the synonym of the word Lethal?', '@@Mortal///Make///Authorize///Inheritance', 2, 731, 1, '2017-07-09 04:27:05', '2017-07-09 04:27:05'),
+(2364, 'What is the antonym of the word Lethal?', '@@Healthful///Repeal///Criminalize///Bequest', 3, 731, 1, '2017-07-09 04:27:05', '2017-07-09 04:27:05'),
+(2365, 'What is the meaning of the word Legislate?', 'প্রাণঘাতী///@@আইন প্রণয়ন বা তৈরি করা///আইনসিদ্ধ বা বৈধ করা///উইল করে-যাওয়া বা উইলের জোরে পাওয়া টাকাকড়ি', 1, 730, 1, '2017-07-09 04:27:07', '2017-07-09 04:27:07'),
+(2366, 'What is the synonym of the word Legislate?', 'Mortal///@@Make///Authorize///Inheritance', 2, 730, 1, '2017-07-09 04:27:07', '2017-07-09 04:27:07'),
+(2367, 'What is the antonym of the word Legislate?', 'Healthful///@@Repeal///Criminalize///Bequest', 3, 730, 1, '2017-07-09 04:27:07', '2017-07-09 04:27:07');
+
+--
+-- Indexes for dumped tables
+--
+
+--
+-- Indexes for table `acc_head`
+--
+ALTER TABLE `acc_head`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `acc_type`
+--
+ALTER TABLE `acc_type`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `activity_log`
+--
+ALTER TABLE `activity_log`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `address_book`
+--
+ALTER TABLE `address_book`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `assign_project`
+--
+ALTER TABLE `assign_project`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `attendances`
+--
+ALTER TABLE `attendances`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `comment`
+--
+ALTER TABLE `comment`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `company_activity`
+--
+ALTER TABLE `company_activity`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `company_info`
+--
+ALTER TABLE `company_info`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `company_service`
+--
+ALTER TABLE `company_service`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `designations`
+--
+ALTER TABLE `designations`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `document_types`
+--
+ALTER TABLE `document_types`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `education_levels`
+--
+ALTER TABLE `education_levels`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `employees`
+--
+ALTER TABLE `employees`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `employee_documents`
+--
+ALTER TABLE `employee_documents`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `employee_educations`
+--
+ALTER TABLE `employee_educations`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `employee_references`
+--
+ALTER TABLE `employee_references`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `employee_work_experiences`
+--
+ALTER TABLE `employee_work_experiences`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `employment_details`
+--
+ALTER TABLE `employment_details`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `file_upload`
+--
+ALTER TABLE `file_upload`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `fund_request`
+--
+ALTER TABLE `fund_request`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `grades`
+--
+ALTER TABLE `grades`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `grade_structures`
+--
+ALTER TABLE `grade_structures`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `group`
+--
+ALTER TABLE `group`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `invoice`
+--
+ALTER TABLE `invoice`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `invoice_items`
+--
+ALTER TABLE `invoice_items`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `journal`
+--
+ALTER TABLE `journal`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `journal_comments`
+--
+ALTER TABLE `journal_comments`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `leave_req`
+--
+ALTER TABLE `leave_req`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `leave_type_head`
+--
+ALTER TABLE `leave_type_head`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `m_o_d_e_l_s`
+--
+ALTER TABLE `m_o_d_e_l_s`
+  ADD PRIMARY KEY (`id`),
+  ADD KEY `m_o_d_e_l_s_parent_id_index` (`parent_id`),
+  ADD KEY `m_o_d_e_l_s_lft_index` (`lft`),
+  ADD KEY `m_o_d_e_l_s_rgt_index` (`rgt`);
+
+--
+-- Indexes for table `notes`
+--
+ALTER TABLE `notes`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `notice_boards`
+--
+ALTER TABLE `notice_boards`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `notice_sends`
+--
+ALTER TABLE `notice_sends`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `notification`
+--
+ALTER TABLE `notification`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `password_resets`
+--
+ALTER TABLE `password_resets`
+  ADD KEY `password_resets_email_index` (`email`),
+  ADD KEY `password_resets_token_index` (`token`);
+
+--
+-- Indexes for table `payroll_heads`
+--
+ALTER TABLE `payroll_heads`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `payroll_history`
+--
+ALTER TABLE `payroll_history`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `payroll_history_details`
+--
+ALTER TABLE `payroll_history_details`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `payroll_structures`
+--
+ALTER TABLE `payroll_structures`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `payroll_structure_details`
+--
+ALTER TABLE `payroll_structure_details`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `payroll_transection`
+--
+ALTER TABLE `payroll_transection`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `permissions`
+--
+ALTER TABLE `permissions`
+  ADD PRIMARY KEY (`id`),
+  ADD UNIQUE KEY `permissions_name_unique` (`name`);
+
+--
+-- Indexes for table `permission_role`
+--
+ALTER TABLE `permission_role`
+  ADD PRIMARY KEY (`permission_id`,`role_id`),
+  ADD KEY `permission_role_role_id_foreign` (`role_id`);
+
+--
+-- Indexes for table `project`
+--
+ALTER TABLE `project`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `proj_attachment`
+--
+ALTER TABLE `proj_attachment`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `remarks`
+--
+ALTER TABLE `remarks`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `roles`
+--
+ALTER TABLE `roles`
+  ADD PRIMARY KEY (`id`),
+  ADD UNIQUE KEY `roles_name_unique` (`name`);
+
+--
+-- Indexes for table `role_user`
+--
+ALTER TABLE `role_user`
+  ADD PRIMARY KEY (`user_id`,`role_id`),
+  ADD KEY `role_user_role_id_foreign` (`role_id`);
+
+--
+-- Indexes for table `service_attchment`
+--
+ALTER TABLE `service_attchment`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `service_list`
+--
+ALTER TABLE `service_list`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `task`
+--
+ALTER TABLE `task`
+  ADD PRIMARY KEY (`id`),
+  ADD UNIQUE KEY `id` (`id`);
+
+--
+-- Indexes for table `ticket`
+--
+ALTER TABLE `ticket`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `ticket_thread`
+--
+ALTER TABLE `ticket_thread`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `users`
+--
+ALTER TABLE `users`
+  ADD PRIMARY KEY (`id`),
+  ADD UNIQUE KEY `users_email_unique` (`email`);
+
+--
+-- Indexes for table `vocabularies`
+--
+ALTER TABLE `vocabularies`
+  ADD PRIMARY KEY (`id`);
+
+--
+-- Indexes for table `vocabulary_questions`
+--
+ALTER TABLE `vocabulary_questions`
+  ADD PRIMARY KEY (`vocabulary_question_id`),
+  ADD KEY `word_id` (`word_id`);
+
+--
+-- AUTO_INCREMENT for dumped tables
+--
+
+--
+-- AUTO_INCREMENT for table `acc_head`
+--
+ALTER TABLE `acc_head`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=52;
+
+--
+-- AUTO_INCREMENT for table `acc_type`
+--
+ALTER TABLE `acc_type`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
+
+--
+-- AUTO_INCREMENT for table `activity_log`
+--
+ALTER TABLE `activity_log`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5858;
+
+--
+-- AUTO_INCREMENT for table `address_book`
+--
+ALTER TABLE `address_book`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=44;
+
+--
+-- AUTO_INCREMENT for table `assign_project`
+--
+ALTER TABLE `assign_project`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=227;
+
+--
+-- AUTO_INCREMENT for table `attendances`
+--
+ALTER TABLE `attendances`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=862;
+
+--
+-- AUTO_INCREMENT for table `comment`
+--
+ALTER TABLE `comment`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=253;
+
+--
+-- AUTO_INCREMENT for table `company_activity`
+--
+ALTER TABLE `company_activity`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=129;
+
+--
+-- AUTO_INCREMENT for table `company_info`
+--
+ALTER TABLE `company_info`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1147;
+
+--
+-- AUTO_INCREMENT for table `company_service`
+--
+ALTER TABLE `company_service`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;
+
+--
+-- AUTO_INCREMENT for table `designations`
+--
+ALTER TABLE `designations`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
+
+--
+-- AUTO_INCREMENT for table `document_types`
+--
+ALTER TABLE `document_types`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;
+
+--
+-- AUTO_INCREMENT for table `education_levels`
+--
+ALTER TABLE `education_levels`
+  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
+
+--
+-- AUTO_INCREMENT for table `employees`
+--
+ALTER TABLE `employees`
+  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
+
+--
+-- AUTO_INCREMENT for table `employee_documents`
+--
+ALTER TABLE `employee_documents`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;
+
+--
+-- AUTO_INCREMENT for table `employee_educations`
+--
+ALTER TABLE `employee_educations`
+  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
+
+--
+-- AUTO_INCREMENT for table `employee_references`
+--
+ALTER TABLE `employee_references`
+  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
+
+--
+-- AUTO_INCREMENT for table `employee_work_experiences`
+--
+ALTER TABLE `employee_work_experiences`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
+
+--
+-- AUTO_INCREMENT for table `employment_details`
+--
+ALTER TABLE `employment_details`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;
+
+--
+-- AUTO_INCREMENT for table `file_upload`
+--
+ALTER TABLE `file_upload`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
+
+--
+-- AUTO_INCREMENT for table `fund_request`
+--
+ALTER TABLE `fund_request`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
+
+--
+-- AUTO_INCREMENT for table `grades`
+--
+ALTER TABLE `grades`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
+
+--
+-- AUTO_INCREMENT for table `grade_structures`
+--
+ALTER TABLE `grade_structures`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=173;
+
+--
+-- AUTO_INCREMENT for table `group`
+--
+ALTER TABLE `group`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;
+
+--
+-- AUTO_INCREMENT for table `invoice`
+--
+ALTER TABLE `invoice`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=54;
+
+--
+-- AUTO_INCREMENT for table `invoice_items`
+--
+ALTER TABLE `invoice_items`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=72;
+
+--
+-- AUTO_INCREMENT for table `journal`
+--
+ALTER TABLE `journal`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=445;
+
+--
+-- AUTO_INCREMENT for table `journal_comments`
+--
+ALTER TABLE `journal_comments`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;
+
+--
+-- AUTO_INCREMENT for table `leave_req`
+--
+ALTER TABLE `leave_req`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;
+
+--
+-- AUTO_INCREMENT for table `leave_type_head`
+--
+ALTER TABLE `leave_type_head`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
+
+--
+-- AUTO_INCREMENT for table `m_o_d_e_l_s`
+--
+ALTER TABLE `m_o_d_e_l_s`
+  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
+
+--
+-- AUTO_INCREMENT for table `notes`
+--
+ALTER TABLE `notes`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=59;
+
+--
+-- AUTO_INCREMENT for table `notice_boards`
+--
+ALTER TABLE `notice_boards`
+  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;
+
+--
+-- AUTO_INCREMENT for table `notice_sends`
+--
+ALTER TABLE `notice_sends`
+  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
+
+--
+-- AUTO_INCREMENT for table `notification`
+--
+ALTER TABLE `notification`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8368;
+
+--
+-- AUTO_INCREMENT for table `payroll_heads`
+--
+ALTER TABLE `payroll_heads`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
+
+--
+-- AUTO_INCREMENT for table `payroll_history`
+--
+ALTER TABLE `payroll_history`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=35;
+
+--
+-- AUTO_INCREMENT for table `payroll_history_details`
+--
+ALTER TABLE `payroll_history_details`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=132;
+
+--
+-- AUTO_INCREMENT for table `payroll_structures`
+--
+ALTER TABLE `payroll_structures`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
+
+--
+-- AUTO_INCREMENT for table `payroll_structure_details`
+--
+ALTER TABLE `payroll_structure_details`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=130;
+
+--
+-- AUTO_INCREMENT for table `payroll_transection`
+--
+ALTER TABLE `payroll_transection`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=33;
+
+--
+-- AUTO_INCREMENT for table `permissions`
+--
+ALTER TABLE `permissions`
+  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
+
+--
+-- AUTO_INCREMENT for table `project`
+--
+ALTER TABLE `project`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=111;
+
+--
+-- AUTO_INCREMENT for table `proj_attachment`
+--
+ALTER TABLE `proj_attachment`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=86;
+
+--
+-- AUTO_INCREMENT for table `remarks`
+--
+ALTER TABLE `remarks`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=60;
+
+--
+-- AUTO_INCREMENT for table `roles`
+--
+ALTER TABLE `roles`
+  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
+
+--
+-- AUTO_INCREMENT for table `task`
+--
+ALTER TABLE `task`
+  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
+
+--
+-- AUTO_INCREMENT for table `users`
+--
+ALTER TABLE `users`
+  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=130;
+
+--
+-- Constraints for dumped tables
+--
+
+--
+-- Constraints for table `permission_role`
+--
+ALTER TABLE `permission_role`
+  ADD CONSTRAINT `permission_role_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
+  ADD CONSTRAINT `permission_role_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
+
+--
+-- Constraints for table `role_user`
+--
+ALTER TABLE `role_user`
+  ADD CONSTRAINT `role_user_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
+  ADD CONSTRAINT `role_user_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
+COMMIT;
+
+/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
+/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
+/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;

+ 102 - 0
MODEL.php

@@ -0,0 +1,102 @@
+<?php
+use Baum\Node;
+
+/**
+* MODEL
+*/
+class MODEL extends Node {
+
+  /**
+   * Table name.
+   *
+   * @var string
+   */
+  protected $table = 'm_o_d_e_l_s';
+
+  //////////////////////////////////////////////////////////////////////////////
+
+  //
+  // Below come the default values for Baum's own Nested Set implementation
+  // column names.
+  //
+  // You may uncomment and modify the following fields at your own will, provided
+  // they match *exactly* those provided in the migration.
+  //
+  // If you don't plan on modifying any of these you can safely remove them.
+  //
+
+  // /**
+  //  * Column name which stores reference to parent's node.
+  //  *
+  //  * @var string
+  //  */
+  // protected $parentColumn = 'parent_id';
+
+  // /**
+  //  * Column name for the left index.
+  //  *
+  //  * @var string
+  //  */
+  // protected $leftColumn = 'lft';
+
+  // /**
+  //  * Column name for the right index.
+  //  *
+  //  * @var string
+  //  */
+  // protected $rightColumn = 'rgt';
+
+  // /**
+  //  * Column name for the depth field.
+  //  *
+  //  * @var string
+  //  */
+  // protected $depthColumn = 'depth';
+
+  // /**
+  //  * Column to perform the default sorting
+  //  *
+  //  * @var string
+  //  */
+  // protected $orderColumn = null;
+
+  // /**
+  // * With Baum, all NestedSet-related fields are guarded from mass-assignment
+  // * by default.
+  // *
+  // * @var array
+  // */
+  // protected $guarded = array('id', 'parent_id', 'lft', 'rgt', 'depth');
+
+  //
+  // This is to support "scoping" which may allow to have multiple nested
+  // set trees in the same database table.
+  //
+  // You should provide here the column names which should restrict Nested
+  // Set queries. f.ex: company_id, etc.
+  //
+
+  // /**
+  //  * Columns which restrict what we consider our Nested Set list
+  //  *
+  //  * @var array
+  //  */
+  // protected $scoped = array();
+
+  //////////////////////////////////////////////////////////////////////////////
+
+  //
+  // Baum makes available two model events to application developers:
+  //
+  // 1. `moving`: fired *before* the a node movement operation is performed.
+  //
+  // 2. `moved`: fired *after* a node movement operation has been performed.
+  //
+  // In the same way as Eloquent's model events, returning false from the
+  // `moving` event handler will halt the operation.
+  //
+  // Please refer the Laravel documentation for further instructions on how
+  // to hook your own callbacks/observers into this events:
+  // http://laravel.com/docs/5.0/eloquent#model-events
+
+}

+ 12 - 0
app/Category.php

@@ -0,0 +1,12 @@
+<?php
+
+namespace App;
+use Baum\Node;
+
+use Illuminate\Foundation\Auth\User as Authenticatable;
+
+class Category extends Node {
+
+	public $timestamps = false;
+
+}

+ 33 - 0
app/Console/Commands/Inspire.php

@@ -0,0 +1,33 @@
+<?php
+
+namespace App\Console\Commands;
+
+use Illuminate\Console\Command;
+use Illuminate\Foundation\Inspiring;
+
+class Inspire extends Command
+{
+    /**
+     * The name and signature of the console command.
+     *
+     * @var string
+     */
+    protected $signature = 'inspire';
+
+    /**
+     * The console command description.
+     *
+     * @var string
+     */
+    protected $description = 'Display an inspiring quote';
+
+    /**
+     * Execute the console command.
+     *
+     * @return mixed
+     */
+    public function handle()
+    {
+        $this->comment(PHP_EOL.Inspiring::quote().PHP_EOL);
+    }
+}

+ 43 - 0
app/Console/Commands/LogTask.php

@@ -0,0 +1,43 @@
+<?php
+
+namespace App\Console\Commands;
+
+use Illuminate\Console\Command;
+
+class LogTask extends Command
+{
+    /**
+     * The name and signature of the console command.
+     *
+     * @var string
+     */
+    protected $signature = 'log:task';
+
+    /**
+     * The console command description.
+     *
+     * @var string
+     */
+    protected $description = 'Command description';
+
+    /**
+     * Create a new command instance.
+     *
+     * @return void
+     */
+    public function __construct()
+    {
+        parent::__construct();
+    }
+
+    /**
+     * Execute the console command.
+     *
+     * @return mixed
+     */
+    public function handle()
+    {
+        app('App\Http\Controllers\TaskschedulerController')->index();
+        $this->info('thanks you');
+    }
+}

+ 33 - 0
app/Console/Kernel.php

@@ -0,0 +1,33 @@
+<?php
+
+namespace App\Console;
+use Illuminate\Console\Command;
+
+use Illuminate\Console\Scheduling\Schedule;
+use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
+
+class Kernel extends ConsoleKernel
+{
+    /**
+     * The Artisan commands provided by your application.
+     *
+     * @var array
+     */
+    protected $commands = [
+         Commands\Inspire::class,
+        'App\Console\Commands\LogTask',
+    ];
+
+    /**
+     * Define the application's command schedule.
+     *
+     * @param  \Illuminate\Console\Scheduling\Schedule  $schedule
+     * @return void
+     */
+    protected function schedule(Schedule $schedule)
+    {
+        $schedule->command('inspire')->hourly();
+                  
+         $schedule->command('log:task --force')->everyMinute();
+    }
+}

+ 8 - 0
app/Events/Event.php

@@ -0,0 +1,8 @@
+<?php
+
+namespace App\Events;
+
+abstract class Event
+{
+    //
+}

+ 23 - 0
app/Exceptions/Handler.php

@@ -0,0 +1,23 @@
+<?php
+
+namespace App\Exceptions;
+
+use Exception;
+use Illuminate\Validation\ValidationException;
+use Illuminate\Auth\Access\AuthorizationException;
+use Illuminate\Database\Eloquent\ModelNotFoundException;
+use Symfony\Component\HttpKernel\Exception\HttpException;
+use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
+
+class Handler extends ExceptionHandler
+{
+    public function render($request, Exception $e)
+    {
+        if($e instanceof NotFoundHttpException)
+        {
+            return response()->view('errors.test');
+        }
+        
+        return parent::render($request, $e);
+    }
+}

+ 191 - 0
app/Http/Controllers/Admin/AccountReportController.php

@@ -0,0 +1,191 @@
+<?php
+
+namespace App\Http\Controllers\Admin;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+use App\User;
+use Auth;
+use App\Models\AccountType;
+use App\Models\AccountHead;
+use App\Models\Journal;
+use App\Models\PaymentHistory;
+use App\Models\JournalComment;
+use App\Models\CompanyModel;
+class AccountReportController extends Controller
+{
+    function expense_report_view()
+    {
+        $data['credit_heads']=AccountHead::where('type_id',2)->get();
+        $data['title']='Expense Report';
+        return view('admin.acc_report.expense_report',$data);
+    }
+
+    function expense_report(Request $req)
+    {
+        $from=$req->get('from_date');
+        $to=$req->get('to_date');
+        $acc_head=$req->get('acc_head');
+
+        if(empty($from) || empty($to)){
+            return '';
+        }
+
+        $sql="SELECT ahd.name,j.* FROM journal j JOIN acc_head ahd ON j.ref_id=ahd.id WHERE DATE(j.created_at) >= '{$from}'  AND DATE(j.created_at) <= '{$to}'  AND ahd.type_id=2";
+        if(!empty($acc_head))
+        {
+            $sql.=" AND ref_id={$acc_head} ";
+        }
+        $sql.=" order by j.id desc";
+
+
+        $report_data=\DB::select($sql);
+
+
+        $str="";
+        $str.="<h4>Expense Report</h4>";
+        $str.="<h5><strong>From</strong> {$from} <strong>To</strong> {$to}</h5>";
+        $str.="<table class='table table-bordered table-striped'>";
+        $str.="<thead>";
+        $str.="<tr>";
+        $str.="<th>Sl.</th>";
+        $str.="<th>Date</th>";
+        $str.="<th>Expense Name</th>";
+        $str.="<th>Description</th>";
+        $str.="<th>Document</th>";
+        $str.="<th style='text-align:right;'>Amount</th>";
+        $str.="</tr>";
+        $str.="</thead>";
+        $str.="<tbody>";
+        if($report_data)
+        {
+            $i=1;
+            $amnt=0;
+            foreach($report_data as $row)
+            {
+                $str.="<tr>";
+                $str.="<td>{$i}</td>";
+                $dt=date('d M, Y',strtotime($row->created_at));
+                $str.="<td>{$dt}</td>";
+                $str.="<td>{$row->name}</td>";
+                $str.="<td>{$row->description}</td>";
+                $str.="<td><a href='".url('public/account_expense/'.$row->expense_document)."' target='_blank'>{$row->expense_document}</a></td>";
+                $str.="<td style='text-align:right;'>{$row->amount}</td>";
+                $amnt+= $row->amount;
+                $str.="</tr>";
+                $i++;
+            }
+
+            $str.="<tr>";
+            $str.="<th colspan='5'>Total</th>";
+            $amnt=number_format($amnt,2,'.','');
+            $str.="<th style='text-align:right;'>{$amnt}</th>";
+            $str.="</tr>";
+
+
+        }else{
+            $str.="<tr>";
+            $str.="<td colspan='4'>No Record Found !</td>";
+            $str.="</tr>";
+        }
+        $str.="</tbody>";
+        $str.="</table>";       
+
+        return $str;        
+    }
+
+    function revenue_report_view()
+    {
+        $data['companies']=CompanyModel::where('status',2)->orderBy('name')->get(['id','name']);
+        $data['credit_heads']=AccountHead::where('type_id',4)->get();
+        $data['title']='Revenue Report';
+        return view('admin.acc_report.revenue_report',$data);
+    }
+
+    function revenue_report(Request $req)
+    {
+        $from=$req->get('from_date');
+        $to=$req->get('to_date');
+        $client=$req->get('client');
+        $acc_head=$req->get('acc_head');
+
+        if(empty($from) || empty($to)){
+            return '';
+        }
+
+        $sql="SELECT ahd.name,j.* FROM journal j JOIN acc_head ahd ON j.ref_id=ahd.id WHERE DATE(j.created_at) >= '{$from}'  AND DATE(j.created_at) <= '{$to}' ";
+        if(!empty($client))
+        {
+            $sql.=" AND client_id={$client} ";
+        }
+
+        if(!empty($acc_head))
+        {
+            $sql.=" AND ref_id={$acc_head} ";
+        }
+
+        $sql.="  AND ahd.type_id=4 order by j.id desc";
+        $report_data=\DB::select($sql);
+
+
+        $str="";
+        $str.="<h4>Revenue Report</h4>";
+        $str.="<h5><strong>From</strong> {$from} <strong>To</strong> {$to}</h5>";
+        $str.="<table class='table table-bordered table-striped'>";
+        $str.="<thead>";
+        $str.="<tr>";
+        $str.="<th>Sl.</th>";
+        $str.="<th>Date</th>";
+        $str.="<th>Client Name</th>";
+        $str.="<th>Purpose</th>";
+        $str.="<th>Description</th>";
+        $str.="<th style='text-align:right;'>Amount</th>";
+        $str.="</tr>";
+        $str.="</thead>";
+        $str.="<tbody>";
+        if($report_data)
+        {
+            $i=1;
+            $amnt=0;
+            foreach($report_data as $row)
+            {
+                $str.="<tr>";
+                $str.="<td>{$i}</td>";
+                $dt=date('d M, Y',strtotime($row->created_at));
+                $str.="<td>{$dt}</td>";
+
+                if($row->client_id != 0){
+                    $client_info=User::with(['company_data'])->find($row->client_id);
+                    $client_name=$client_info->company_data?$client_info->company_data->name:'Not Found';
+                }else{
+                    $client_name = 'None';
+                }
+                $str.="<td>{$client_name}</td>";
+                $str.="<td>{$row->name}</td>";
+                $str.="<td>{$row->description}</td>";
+                $str.="<td style='text-align:right;'>{$row->amount}</td>";
+                $amnt+= $row->amount;
+                $str.="</tr>";
+                $i++;
+            }
+
+            $str.="<tr>";
+            $str.="<th colspan='5'>Total</th>";
+            $amnt=number_format($amnt,2,'.','');
+            $str.="<th style='text-align:right;'>{$amnt}</th>";
+            $str.="</tr>";
+
+
+        }else{
+            $str.="<tr>";
+            $str.="<td colspan='6'>No Record Found !</td>";
+            $str.="</tr>";
+        }
+        $str.="</tbody>";
+        $str.="</table>";       
+
+        return $str;    
+    }
+}

+ 133 - 0
app/Http/Controllers/Admin/AddressBookController.php

@@ -0,0 +1,133 @@
+<?php
+
+namespace App\Http\Controllers\Admin;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+use App\Models\CompanyModel;
+use App\Models\AddressBookModel;
+
+class AddressBookController extends Controller
+{
+    
+    public function index()
+    {
+        $data['title'] = "Address Book";
+        $data['company'] = CompanyModel::where('status',2)->orderBy('name')->get();
+        $data['all'] = AddressBookModel::with('company')->orderBy('id','DESC')->get();
+        return view('admin.address_book',$data);
+    }
+
+    
+    public function create()
+    {
+        //
+    }
+
+    
+    public function store(Request $request)
+    {
+        $name = $request->name;
+        $designation = $request->designation;
+        $mob1 = $request->mob1;
+        $mob2 = $request->mob2;
+        $email1 = $request->email1;
+        $email2 = $request->email2;
+        //here store request are coming form 2 side
+        //one form address book
+        //another is from 'admin/view_company'
+        $company_id_form_company_indi = $request->company_id_form_company_indi;
+        if(empty($company_id_form_company_indi))
+        {
+            $company_name = $request->company_name;
+        }
+        else{
+            $company_name = $company_id_form_company_indi;
+        }
+
+        if(!empty($name) && !empty($mob1)){
+            $sav = new AddressBookModel;
+            $sav->name = $name;
+            $sav->company_id = $company_name;
+            $sav->designation = $designation;
+            $sav->mob1 = $mob1;
+            $sav->mob2 = $mob2;
+            $sav->email1 = $email1;
+            $sav->email2 = $email2;
+            $sav->save();
+        }
+
+        if(empty($company_id_form_company_indi))
+        {
+            return redirect()->back()->with('msg', 'Data added successfully!');
+        }
+        else{
+            return redirect("admin/view_company/$company_name")->with('msg', 'Data added successfully!');
+        }
+    }
+
+    
+    public function show($id)   // show is using as destroy :(
+    {
+        AddressBookModel::find($id)->delete();
+        return redirect()->back()->with('msg','Data deleted successfully');
+    }
+
+    
+    public function edit($id)
+    {
+        $val = AddressBookModel::find($id);
+        $data['id'] = $id;
+        $data['name'] = $val->name;
+        $data['company_name'] = $val->company_id;
+        $data['designation'] = $val->designation;
+        $data['mob1'] = $val->mob1;
+        $data['mob2'] = $val->mob2;
+        $data['email1'] = $val->email1;
+        $data['email2'] = $val->email2;
+
+        return $data;
+    }
+
+    
+    public function update(Request $request, $id)
+    {
+        //
+    }
+
+    public function update_address_book(Request $request)
+    {
+        $id = $request->edit_id;
+        $name = $request->edit_name;
+        $company_name = $request->edit_company_name;
+        $designation = $request->edit_designation;
+        $mob1 = $request->edit_mob1;
+        $mob2 = $request->edit_mob2;
+        $email1 = $request->edit_email1;
+        $email2 = $request->edit_email2;
+
+        //echo "$name - $company_name - $designation - $mob1 - $mob2 - $email1 - $email2 "; die();
+
+        if(!empty($name) && !empty($mob1)){
+            $sav = AddressBookModel::find($id);
+            $sav->name = $name;
+            $sav->company_id = $company_name;
+            $sav->designation = $designation;
+            $sav->mob1 = $mob1;
+            $sav->mob2 = $mob2;
+            $sav->email1 = $email1;
+            $sav->email2 = $email2;
+            $sav->save();
+        }
+
+        return redirect()->back()->with('msg', 'Data updated successfully!');
+    }
+
+    
+    public function destroy($id)
+    {
+        //
+    }
+}

+ 162 - 0
app/Http/Controllers/Admin/CommentController.php

@@ -0,0 +1,162 @@
+<?php
+
+namespace App\Http\Controllers\Admin;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+use App\Models\Comment;
+use App\Models\ActivityLog;
+use App\Models\Task;
+use Auth;
+use Illuminate\Support\Facades\File;
+
+class CommentController extends Controller
+{
+    public function remove_comment(Request $req){
+
+    	$id = $req->id;
+    	$task_id = $req->task_id;
+    	$del = Comment::find($id);
+
+        if (File::exists('assets/document/task/'.$del->url) && !empty($del->url))
+            {
+                File::delete('assets/document/task/'.$del->url);
+            }
+
+            //activity log
+            $task_info = Task::find($task_id);
+            $task_name = $task_info->name;
+            $proj_id  = $task_info->proj_id;
+            $comment = $del->comment;
+            $msg = "$comment -removed from $task_name.";
+            $this->task_log($msg,$task_id,$proj_id);  //call function
+
+        $del->delete();
+
+    	$str = $this->fetch_comments($task_id);  // call function
+    	return $str;
+
+        /*
+        1=Created;
+        2=in process;
+        3=Completed;
+        4=checking;
+        5=bugfixing;
+        5=done;
+        */
+    }
+
+    public function edit_comment_form(Request $req){
+
+    	$id = $req->id;
+
+    	$fet = Comment::find($id);
+
+    	$data['comment'] = $fet->comment; 
+    	$data['id'] = $id;
+    
+    	return $data;
+    }
+
+    public function save_update_comment(Request $req){
+
+        $comment = $req->comment;
+        $id = $req->id;
+        $task_id = $req->task_id;
+
+        $sav = Comment::find($id);
+        $sav->comment = $comment;
+            //activity log
+            $task_info = Task::find($task_id);
+            $task_name = $task_info->name;
+            $proj_id  = $task_info->proj_id;
+            $msg = "$comment -edited from $task_name.";
+            $this->task_log($msg,$task_id,$proj_id);  //call function
+        $sav->save();
+
+        $data = $this->fetch_comments($task_id);  // call function  
+        return $data;      
+    }
+
+    public function fetch_comments($task_id){
+
+        $fetch = Comment::with('user')->where('task_id',$task_id)->orderBy('id','DESC')->get();
+        $str = "";
+
+        if(count($fetch) > 0){
+            
+            foreach($fetch as $fet)
+            {
+                $immmgg = "assets/document/task/$fet->url";
+                $str .="<input type='hidden' value=".$fet->id.">";
+                
+                $str .="* $fet->comment -by ".$fet->user->name;
+                
+                if(!empty($fet->url)){
+                $str .="<br/><a target='_blank' href=".url("assets/document/task/$fet->url").">
+                <img height='150' width='120' src='".asset($immmgg)."'></a>";
+                }
+                
+                $str .="<span style='color:#FD4B39;cursor:pointer;margin-left:10px' data-id='".$fet->id."' class='edit_comment pull-right'><i class='fa fa-pencil-square-o' aria-hidden='true'></i></span>
+                <span style='color:#FD4B39;cursor:pointer;' data-id='".$fet->id."' class='remove_comment'><i class='fa fa-times pull-right' aria-hidden='true'></i></span><br/>";
+            }
+        }
+
+        return $str;
+    }
+
+    public function add_task_doc(Request $req)
+    {
+        $file = $req->file('file');
+        $task_id = $req->task_id;
+
+        date_default_timezone_set("Asia/Dhaka");
+        $assign_time = date('Y-m-d H:i:s');
+        
+        if ($req->hasFile('file')) {
+            $extension = $file->getClientOriginalExtension();
+            $os = array("jpg", "jpeg", "png", "gif");
+            if (in_array($extension, $os)){
+                $name = $file->getClientOriginalName();
+                $newFileName = "task_".date('d_m_y_h_m_s').".".$extension;;
+                $fileee = $file->move('assets/document/task/', $newFileName);
+
+                $sav = new Comment;
+                $sav->comment = $name;
+                $sav->url = $newFileName;
+                $sav->task_id = $task_id;
+                $sav->date_time = $assign_time;
+                $sav->post_by = Auth::user()->id;
+                $sav->save();
+            }
+        }
+    }
+
+    public function task_log($msg,$task_id,$proj_id)
+    {
+        date_default_timezone_set("Asia/Dhaka"); 
+        $assign_time = date('Y-m-d H:i:s');
+
+        $sav = new ActivityLog;
+        $sav->msg = $msg;
+        $sav->proj_id = $proj_id;
+        $sav->task_id = $task_id;
+        $sav->logged_user_id = Auth::user()->id;
+        $sav->created_at = $assign_time;
+        $sav->save();
+    }
+
+    public function change_notification(Request $req)
+    {
+        $user_id = $req->user_id;
+
+        \DB::table('notification')
+            ->where('status', 1)
+            ->where('user_id', $user_id)
+            ->update(['status' => 0]);
+    }
+
+
+}

+ 607 - 0
app/Http/Controllers/Admin/CompanyController.php

@@ -0,0 +1,607 @@
+<?php
+
+namespace App\Http\Controllers\Admin;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+use App\Models\CompanyModel;
+use App\Models\Remarks;
+use App\Models\FileUpload;
+use App\Models\CompanyActivity;
+use App\Models\ServiceList;
+use App\Models\CompanyService;
+use App\Models\ServiceAttachment;
+use App\Models\Invoice;
+use App\Models\AddressBookModel;
+use Mail;
+use File;
+use App\User;
+use DB;
+class CompanyController extends Controller
+{
+    
+    public function index(Request $req)
+    {
+        $data['cname']='';
+
+        $data['services']=ServiceList::orderBy('name','asc')->get();
+
+        $query=(new CompanyModel)->newQuery();
+
+        if($req->has('cname'))
+        {
+            $cname=$req->get('cname');
+            $data['cname']=$cname;
+            if(!empty($cname))
+            {
+                $query->where('name','like',"%{$cname}%");
+            }
+        }
+    
+        $data['all'] = $query->with(['mtask'])->orderBy('name')->paginate(10);
+
+        $data['title'] = "Companies";
+        return view('admin.companies',$data);
+    }
+
+    function change_status(Request $req)
+    {
+        $id=$req->get('id');
+        $status=$req->get('status');
+
+        $company=CompanyModel::find($id);
+        $company->status=$status;
+        $company->save();
+
+        return json_encode(['ok'=>true]);
+    }
+    
+    public function create()
+    {
+        //
+    }
+
+   
+    public function store(Request $request)
+    {
+        $name = $request->name;
+        $industry = $request->industry;
+        $service_required = $request->service_required;
+        $current_condition = $request->current_condition;
+        $mob1 = $request->mob1;
+        $mob2 = $request->mob2;
+        $email1 = $request->email1;
+        $email2 = $request->email2;
+        $web = $request->web;
+        $details = $request->details;
+        $address = $request->address;
+        $remarks = $request->remarks;
+        $display = $request->display==1?1:0;
+
+        if(!empty($name) && !empty($mob1) && !empty($email1)){
+            $sav = new CompanyModel;
+            $sav->name = $name;
+            $sav->industry = $industry;
+            $sav->service_required = $service_required;
+            $sav->current_condition = $current_condition;
+            $sav->mob1 = $mob1;
+            $sav->mob2 = $mob2;
+            $sav->email1 = $email1;
+            $sav->email2 = $email2;
+            $sav->web = $web;
+            $sav->details = $details;
+            $sav->address = $address;
+            $sav->remarks = $remarks;
+            $sav->display = $display;
+            $sav->save();
+        }
+
+        return redirect()->back()->with('msg', 'Data added successfully!');
+    }
+
+    
+    public function show($id) // show is using as destroy :(
+    {
+        CompanyModel::find($id)->delete();
+        return redirect()->back();
+    }
+
+
+    function get_service($id)
+    {
+        $data['service']=CompanyService::with(['services','company'])->where('id',$id)->first();
+        $company_id=$data['service']->company_id;
+        $data['company'] = CompanyModel::where('display',1)->get();
+        $data['company_services']=CompanyService::with(['services','attachments'])->where('company_id',$company_id)->get();
+        $data['filess'] = FileUpload::all();
+        $data['services']=ServiceList::orderBy('name','asc')->get();
+        $data['all'] = CompanyModel::with('contact_persons')->find($company_id);
+
+        $data['title'] = "Service Details";
+        return view('admin.company_info.service_details',$data);
+    }
+
+    function file_upload_view($id)
+    {
+        $data['service']=CompanyService::with(['services'])->find($id);
+        return view('admin.company_info.service_docs_upload',$data);
+    }
+
+    function save_upload(Request $req)
+    {
+        $this->validate($req,[
+            'file' => 'required|max:10000'
+        ]);
+        $service_id=$req->get('hdn_service_id');
+        $title=$req->get('title');
+        $file_name = time().'.'.$req->file('file')->getClientOriginalExtension();
+
+        $req->file('file')->move(
+              base_path() . '/assets/uploads/service/', $file_name
+          );
+
+        $att=new ServiceAttachment();
+        $att->service_id=$service_id;
+        $att->title=$title;
+        $att->file_name=$file_name;
+        $att->save();
+        return redirect()->back()->with('msg','File uploaded successfully !!');
+        //return redirect('admin/view_company/'.$req->get('hdn_com_id'))->with('msg','File uploaded successfully !!');
+    }
+
+    /**
+     * assign service to company
+     * @param  Request $req
+     * @return json      
+     */
+    function assign_service(Request $req)
+    {
+        $com_id=$req->get('com_id');
+        $service=$req->get('service');
+        $contact_person=$req->get('contact_person');
+        $contact_number=$req->get('contact_number');
+        $deployement_unit=$req->get('deployement_unit');
+        $po_details=$req->get('po_details');
+        $renewal_cycle=$req->get('renewal_cycle');
+        $free_session=$req->get('free_session');
+        $start_date=$req->get('start_date');
+
+        $com_service=new CompanyService();
+
+        $com_service->service_id=$service;
+        $com_service->company_id=$com_id;
+        $com_service->contact_person=$contact_person;
+        $com_service->contact_number=$contact_number;
+        $com_service->deployment_unit_details=$deployement_unit;
+        $com_service->po_details=$po_details;
+        $com_service->renewal_cycle=$renewal_cycle;
+        $com_service->free_session=$free_session;
+        $com_service->start_date=$start_date;
+
+        $com_service->save();
+        $this->log_activity($com_id,'New service assigned !');
+        return json_encode(['ok'=>true,'msg'=>'Service assigned to this company successfully !']);
+    }
+
+   
+    public function edit($id)
+    {
+        $val = CompanyModel::find($id);
+        $data['id'] = $id;
+        $data['name'] = $val->name;
+        $data['industry'] = $val->industry;
+        $data['service_required'] = $val->service_required;
+        $data['current_condition'] = $val->current_condition;
+        $data['mob1'] = $val->mob1;
+        $data['mob2'] = $val->mob2;
+        $data['email1'] = $val->email1;
+        $data['email2'] = $val->email2;
+        $data['web'] = $val->web;
+        $data['details'] = $val->details;
+        $data['address'] = $val->address;
+        $data['remarks'] = $val->remarks;
+        $data['display'] = $val->display;
+
+        return $data;
+    }
+
+    
+    public function update(Request $request, $id)
+    {
+        //
+    }
+
+    public function update_company(Request $request){
+
+        $id = $request->id;
+        $name = $request->name;
+        $industry = $request->industry;
+        $service_required = $request->service_required;
+        $current_condition = $request->current_condition;
+        $mob1 = $request->mob1;
+        $mob2 = $request->mob2;
+        $email1 = $request->email1;
+        $email2 = $request->email2;
+        $web = $request->web;
+        $details = $request->details;
+        $address = $request->address;
+        $remarks = $request->remarks;
+        $display = $request->display==1?1:0;
+
+        if(!empty($name) && !empty($mob1) && !empty($email1)){
+            $sav = CompanyModel::find($id);
+            $sav->name = $name;
+            $sav->industry = $industry;
+            $sav->service_required = $service_required;
+            $sav->current_condition = $current_condition;
+            $sav->mob1 = $mob1;
+            $sav->mob2 = $mob2;
+            $sav->email1 = $email1;
+            $sav->email2 = $email2;
+            $sav->web = $web;
+            $sav->details = $details;
+            $sav->address = $address;
+            $sav->remarks = $remarks;
+            $sav->display = $display;
+            $sav->save();
+        }
+        $this->log_activity($id,'Company information updated !');
+        return redirect()->back()->with('msg', 'Data updated successfully!');
+    }
+
+    function edit_company_info($id)
+    {
+        $data['company']=CompanyModel::find($id);
+
+        return view('admin.company_info.edit_company',$data);
+    }
+
+    public function change_company_info(Request $request){
+
+        $id = $request->id;
+        $name = $request->com_name;
+        $industry = $request->industry;
+        $service_required = $request->req_service;
+        $current_condition = $request->current_condition;
+        $mob1 = $request->mobile1;
+        $mob2 = $request->mobile2;
+        $email1 = $request->email1;
+        $email2 = $request->email2;
+        $web = $request->web;
+        $details = $request->details;
+        $address = $request->address;
+        $remarks = $request->remark;
+        $display = $request->display==1?1:0;
+
+        if(!empty($name) && !empty($mob1) && !empty($email1))
+        {
+            $sav = CompanyModel::find($id);
+            $sav->name = $name;
+            $sav->industry = $industry;
+            $sav->service_required = $service_required;
+            $sav->current_condition = $current_condition;
+            $sav->mob1 = $mob1;
+            $sav->mob2 = $mob2;
+            $sav->email1 = $email1;
+            $sav->email2 = $email2;
+            $sav->web = $web;
+            $sav->details = $details;
+            $sav->address = $address;
+            $sav->remarks = $remarks;
+            $sav->display = $display;
+            $sav->save();
+        }
+        $this->log_activity($id,'Company information updated !');
+        return redirect()->back()->with('msg', 'Data updated successfully!');
+    }
+
+   
+    public function destroy($id)
+    {
+        
+    }
+
+    public function view_company($id){
+
+        $data['title'] = "Company Details";
+        $data['company'] = CompanyModel::where('display',1)->get();
+        $data['company_services']=CompanyService::with(['services'])->where('company_id',$id)->get();
+        $data['filess'] = FileUpload::all();
+        $data['services']=ServiceList::orderBy('name','asc')->get();
+        $data['all'] = CompanyModel::with('contact_persons')->find($id);
+
+        $data['invoice'] = Invoice::with(['items','company'])->where('client_id',$id)->get();
+
+        $data['cilents'] = User::where('company',$id)->get();
+        $data['managers_all'] = User::where('utype',2)->get();
+        $company = CompanyModel::find($id);
+        $data['company_id'] = $id;
+        //var_dump($company->account_manager);
+        $data['manager'] = User::find($company->account_manager);
+
+        return view('admin.company_info.indi_company',$data);
+    }
+
+    public function save_remarks(Request $req)
+    {
+        date_default_timezone_set("Asia/Dhaka");
+        $id = $req->company_id;
+        $company_service_id=$req->has('company_service_id')?$req->get('company_service_id'):0;
+        $remarks = $req->remarks;
+        $date = date("Y-m-d h:i");
+
+        if($remarks != '0')
+        {
+            $sav = new Remarks;
+            $sav->remarks = $remarks;
+            $sav->company_id = $id;
+            $sav->company_service_id=$company_service_id;
+            $sav->date = $date;
+            $sav->save();
+        }
+
+        $all=false;
+        if($company_service_id==0)
+        {
+            $all = Remarks::with(['user'])->where('company_id',$id)->orderBy('id','DESC')->get();
+        }
+        else
+        {
+            $all = Remarks::with(['user'])->where('company_id',$id)->where('company_service_id',$company_service_id)->orderBy('id','DESC')->get();
+        }
+        
+
+        $str = "";
+
+        return $this->fetch_remarks($all,$str); //call function
+
+        //return $str;
+    }
+
+    public function remove_remarks(Request $req)
+    {
+        $id = $req->id;
+        $company_id = $req->company_id;
+
+        Remarks::find($id)->delete();
+        $this->log_activity($company_id,'remanrks deleted');
+        $all = Remarks::where('company_id',$company_id)->orderBy('id','DESC')->get();
+
+        $str = "";
+
+        return $this->fetch_remarks($all,$str); //call function
+            
+
+        //return $str;
+        
+    }
+
+    /**
+     * log activity in company info
+     * @param  integer $company_id
+     * @param  string  $activity  
+     * @return void            
+     */
+    function log_activity($company_id=0,$activity='')
+    {
+        date_default_timezone_set("Asia/Dhaka");
+        $id = $company_id;
+        $date = date("Y-m-d H:i:s");
+
+        $sav = new CompanyActivity;
+        $sav->activity = $activity;
+        $sav->company_id = $company_id;
+        $sav->date = $date;
+        $sav->user_id=\Auth::user()->id;
+        $sav->save();
+    }
+
+
+    public function save_activity(Request $req)
+    {
+        date_default_timezone_set("Asia/Dhaka");
+        $id = $req->company_id;
+        $val = $req->val;
+        $date = date("Y-m-d h:i");
+
+        if($val != '0')
+        {
+            $sav = new CompanyActivity;
+            $sav->activity = $val;
+            $sav->company_id = $id;
+            $sav->date = $date;
+            $sav->save();
+        }
+
+        $all = CompanyActivity::where('company_id',$id)->orderBy('id','DESC')->get();
+
+        $str = "";
+
+        return $this->fetch_activity($all,$str); //call function
+
+        //return $str;
+    }
+
+    public function remove_activity(Request $req)
+    {
+        $id = $req->id;
+        $company_id = $req->company_id;
+
+        CompanyActivity::find($id)->delete();
+
+        $all = CompanyActivity::where('company_id',$company_id)->orderBy('id','DESC')->get();
+
+        $str = "";
+
+        return $this->fetch_activity($all,$str); //call function
+    }
+
+    public function fetch_remarks($all,$str){
+
+        if(count($all) > 0){
+            $str .="<ul class='list-group'>";
+            foreach($all as $info){
+                $str .="<li class='list-group-item'>";
+                    $str.="<div class='col-lg-11 col-md-11 col-sm-12 col-xs-10'>";
+                    $str .="$info->remarks";
+                    $user_name=$info->user?$info->user->name:'';
+                    $str .="<p class='remarks-footer'><i class='fa fa-user'></i> {$user_name} &nbsp;&nbsp;&nbsp;  <i class='fa fa-clock-o'></i> &nbsp;".date("d-M-Y H:i", strtotime($info->date)).'</p>';
+                    $str .="</div>";
+                    $str.="<div class='col-lg-1 col-md-1 col-sm-12 col-xs-10'>";
+                    $str.="<button style='color:red;' class='btn btn-xs remove-remarks' data-id='{$info->id}'><i class='fa fa-trash-o'></i></button>";
+                    $str.="</div><div class='clearfix'></div>";
+                $str.="</li>";
+            }
+            $str .="</ul>";
+        }
+        else{
+            $str .="No remarks available ...";
+        }
+
+        return $str;
+    }
+
+    public function fetch_activity($all,$str){
+
+        if(count($all) > 0){
+            $str .="<table class='table'>";
+            foreach($all as $info){
+                $str .="<tr>";
+                    $str .="<td>$info->activity</td>";
+                    $str .="<td>".date("d-M-Y H:i", strtotime($info->date))."</td>";
+                    $str .="<td><button style='color:red;' class='btn btn-xs remove-activity' data-id='{$info->id}'><i class='fa fa-trash-o'></i></button></td>";
+                $str .="</tr>";
+            }
+            $str .="</table>";
+        }
+        else{
+            $str .="No activity available ...";
+        }
+
+        return $str;
+    }
+
+    public function send_email_to_company(Request $req){
+
+        $file_name = "";
+        $email1 = $req->email1;
+        $email2 = $req->email2;
+        $attachment_id = $req->attachment_id;
+
+        if($attachment_id > 0){
+            $att = FileUpload::find($attachment_id);
+            $file_name = $att->url;
+        }
+
+        $emailss[0] = $email1;
+        if(!empty($email2))
+        {
+            $emailss[1] = $email2;
+        }
+
+        $subj = $req->subj;
+        $data['email_body'] = $req->email_body;
+
+        Mail::send('emails.email_to_company', $data, function ($message) use($subj,$emailss,$file_name){
+            $message->from('m.revinr@gmail.com', 'Revinr Hr');
+
+            if(File::exists('assets/document/files/'.$file_name) && !empty($file_name)){
+                $message->attach("assets/document/files/$file_name");
+            }
+            
+            $message->subject($subj);
+            $message->to($emailss)->cc('helaldu@gmail.com');
+        });
+
+        if( count(Mail::failures()) > 0 ) 
+        {
+            return "error";
+        } 
+        else 
+        {
+            return "success";
+        }
+
+        //return "$email1 - $email2 - $subj - $email_body";
+    }
+
+
+    public function company_user($id){
+        
+        $company_address = AddressBookModel::find($id);
+        $cp_id=$company_address->id;
+        $name = $company_address->name;
+        $email = $company_address->email1;
+        $mob = $company_address->mob1;
+        $address = 'N/A';
+        $company = $company_address->company_id;
+        $website = 'N/A';
+        $user_type = 3;
+        $defult_password='revinr123';
+        $password = bcrypt($defult_password);
+        $email_check = User::where('email',$email)->first();
+        
+        if (count($email_check) <=0) {
+            $sav = new User;
+            $sav->designation=  $company_address->designation;
+            $sav->name = $name;
+            $sav->email = $email;
+            $sav->mob = $mob;
+            $sav->address = $address;
+            $sav->company = $company;
+            $sav->website = $website;
+            $sav->utype = $user_type;
+            $sav->password = $password;
+            $sav->active = 1;
+            if($sav->save()){
+                $data=[
+                    'user_name'=>$name,
+                    'password'=>$defult_password,
+                ];
+                $subject="Resgistration as User";
+                DB::table('address_book')->where('id','=',$cp_id)->update(array('system_user'=>1));
+                Mail::send('emails.register', $data, function ($message) use ($email ,$subject)
+            {
+                $message->from('m.revinr@gmail.com', 'Revinr Task Management');
+                $message->to($email )->subject($subject);
+            });
+                return redirect()->back()->with('msg', 'User Created Successfully');
+            } else {
+                return redirect()->back()->with('msg', 'Something Went Wrong Please Try Again');
+            }
+        }
+        else{
+            return redirect()->back()->with('msg', 'Email Already Use.');
+        }
+        
+        
+    }
+
+    public function company_manager(Request $req){
+        $company = $req->company;
+        $user = User::find($req->user_id);
+        $email = $user->email;
+
+        $data = CompanyModel::find($company);
+        $data->account_manager = $req->user_id;
+        if($data->update()){
+            $res=[
+                'user_name'=>$user->name,
+                'company_name'=>$data->name,
+                'contact'=>$data->mob1,
+            ];
+            $subject="Added as Account Manager";
+            Mail::send('emails.account_manager', $res, function ($message) use ($email ,$subject)
+            {
+                $message->from('m.revinr@gmail.com', 'Revinr Task Management');
+                $message->to($email )->subject($subject);
+            });
+            return "Manager Created Successfully";
+        } else {
+            return "Something Went Wrong Please Try Again !";
+        }
+        
+    }
+}

+ 94 - 0
app/Http/Controllers/Admin/DesignationController.php

@@ -0,0 +1,94 @@
+<?php
+
+namespace App\Http\Controllers\Admin;
+
+use Illuminate\Http\Request;
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+
+use App\Models\Employee;
+use App\Models\EmployeeEducation;
+use App\Models\EmployeeDocument;
+use App\Models\EducationLevel;
+use App\Models\DocumentType;
+use App\Models\Grade;
+use App\Models\Designation;
+use Datatables;
+
+class DesignationController extends Controller
+{
+    
+    public function index()
+    {
+        $data['title'] = "Designation List";
+        $data['all'] = Designation::orderBy('name','ASC')->get();
+        return view('admin.designation.index',$data);
+
+    }
+    
+
+    public function create()
+    {
+        $data['title'] = "Designation Create";
+        return view('admin.designation.add',$data);
+    }
+
+    
+    public function store(Request $request)
+    {
+        $this->validate($request,[
+            'name'            => 'required'
+        ]);
+        $user_id = \Auth::user()->id;
+        $designation = new Designation;
+        $designation->name = $request->name;
+        $designation->added_by = $user_id;
+        $designation->status = 1;
+        $designation->save();
+        return redirect('admin/designation')->with('msg','Data Insert Successful!');
+
+    }
+    public function edit($id)
+    {
+        
+        $data['title'] = "Designation Edit";
+        $data['designation'] = Designation::find($id);
+        return view('admin.designation.edit',$data);
+    }
+
+    
+    public function update(Request $request, $id)
+    {
+        $this->validate($request,[
+            'name'            => 'required'
+        ]);
+        $user_id = \Auth::user()->id;
+        $designation_u = Designation::find($id);
+        $designation_u->name = $request->name;
+        $designation_u->updated_by = $user_id;
+        $designation_u->save();
+        return redirect('admin/designation')->with('msg','Data Update Successful!');
+    }
+
+    
+    public function destroy($id)
+    {
+        Designation::whereId($id)->delete();
+        return redirect('admin/designation')->with('msg','Successfully Deleted!');
+    }
+    public function statusUpdate($id)
+    {
+
+        $user_id = \Auth::user()->id;
+        $designation_info = Designation::find($id);
+        if($designation_info->status == 0){
+            $designation_info->status = 1;
+            $status = 'published';
+        }else{
+            $designation_info->status = 0;
+            $status = 'unpublished';
+        }
+        $designation_info->update();
+
+    }
+}

+ 111 - 0
app/Http/Controllers/Admin/DocumentTypeController.php

@@ -0,0 +1,111 @@
+<?php
+
+namespace App\Http\Controllers\Admin;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+
+use App\Models\Employee;
+use App\Models\EmployeeEducation;
+use App\Models\EmployeeDocument;
+use App\Models\EducationLevel;
+use App\Models\DocumentType;
+
+class DocumentTypeController extends Controller
+{
+    
+    public function index()
+    {
+        $data['title'] = "Document Type";
+        $data['all'] = DocumentType::orderBy('document_name','ASC')->get();
+        return view('admin.document_type.index',$data);
+    }
+
+    /**
+     * Show the form for creating a new resource.
+     *
+     * @return \Illuminate\Http\Response
+     */
+    public function create()
+    {
+        $data['title'] = "Document Type Create";
+        return view('admin.document_type.add',$data);
+    }
+
+    /**
+     * Store a newly created resource in storage.
+     *
+     * @param  \Illuminate\Http\Request  $request
+     * @return \Illuminate\Http\Response
+     */
+    public function store(Request $request)
+    {
+        $this->validate($request,[
+            'document_name'            => 'required'
+        ]);
+        $user_id = \Auth::user()->id;
+        $doc_type = new DocumentType;
+        $doc_type->document_name = $request->document_name;
+        $doc_type->added_by = $user_id;
+        $doc_type->status = 1;
+        $doc_type->save();
+        return redirect()->back()->with('msg','Data Insert Successful!');
+
+    }
+    public function edit($id)
+    {
+        $data['title'] = "Document Type Edit";
+        $data['doc_type'] = DocumentType::find($id);
+        return view('admin.document_type.edit',$data);
+    }
+
+    /**
+     * Update the specified resource in storage.
+     *
+     * @param  \Illuminate\Http\Request  $request
+     * @param  int  $id
+     * @return \Illuminate\Http\Response
+     */
+    public function update(Request $request, $id)
+    {
+        $this->validate($request,[
+            'document_name'            => 'required'
+        ]);
+        $user_id = \Auth::user()->id;
+        $doc_type = DocumentType::find($id);
+        $doc_type->document_name = $request->document_name;
+        $doc_type->updated_by = $user_id;
+        $doc_type->save();
+        return redirect('admin/document_type')->with('msg','Data Update Successful!');
+    }
+
+    /**
+     * Remove the specified resource from storage.
+     *
+     * @param  int  $id
+     * @return \Illuminate\Http\Response
+     */
+    public function destroy($id)
+    {
+        DocumentType::whereId($id)->delete();
+        return redirect('admin/document_type')->with('msg','Successfully Deleted!');
+    }
+    public function statusUpdate($id)
+    {
+
+        $user_id = \Auth::user()->id;
+        $doc_info = DocumentType::find($id);
+        if($doc_info->status == 0){
+            $doc_info->status = 1;
+            $status = 'published';
+        }else{
+            $doc_info->status = 0;
+            $status = 'unpublished';
+        }
+        $doc_info->approved_by = $user_id;
+        $doc_info->update();
+
+    }
+}

+ 110 - 0
app/Http/Controllers/Admin/EducationController.php

@@ -0,0 +1,110 @@
+<?php
+
+namespace App\Http\Controllers\Admin;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+
+use App\Models\Employee;
+use App\Models\EmployeeEducation;
+use App\Models\EmployeeDocument;
+use App\Models\EducationLevel;
+use App\Models\DocumentType;
+
+class EducationController extends Controller
+{
+    
+    public function index()
+    {
+        $data['title'] = "Education Level";
+        $data['all'] = EducationLevel::orderBy('level_name','ASC')->get();
+        return view('admin.education_level.index',$data);
+    }
+
+    /**
+     * Show the form for creating a new resource.
+     *
+     * @return \Illuminate\Http\Response
+     */
+    public function create()
+    {
+        $data['title'] = "Education Level Create";
+        return view('admin.education_level.add',$data);
+    }
+
+    /**
+     * Store a newly created resource in storage.
+     *
+     * @param  \Illuminate\Http\Request  $request
+     * @return \Illuminate\Http\Response
+     */
+    public function store(Request $request)
+    {
+        $this->validate($request,[
+            'level_name'            => 'required'
+        ]);
+        $user_id = \Auth::user()->id;
+        $edu_level = new EducationLevel;
+        $edu_level->level_name = $request->level_name;
+        $edu_level->added_by = $user_id;
+        $edu_level->status = 1;
+        $edu_level->save();
+        return redirect()->back()->with('msg','Data Insert Successful!');
+
+    }
+    public function edit($id)
+    {
+        $data['title'] = "Education Level Edit";
+        $data['edu_level'] = EducationLevel::find($id);
+        return view('admin.education_level.edit',$data);
+    }
+
+    /**
+     * Update the specified resource in storage.
+     *
+     * @param  \Illuminate\Http\Request  $request
+     * @param  int  $id
+     * @return \Illuminate\Http\Response
+     */
+    public function update(Request $request, $id)
+    {
+        $this->validate($request,[
+            'level_name'            => 'required'
+        ]);
+        $user_id = \Auth::user()->id;
+        $edu_level = EducationLevel::find($id);
+        $edu_level->level_name = $request->level_name;
+        $edu_level->updated_by = $user_id;
+        $edu_level->save();
+        return redirect('admin/education_level')->with('msg','Data Update Successful!');
+    }
+
+    /**
+     * Remove the specified resource from storage.
+     *
+     * @param  int  $id
+     * @return \Illuminate\Http\Response
+     */
+    public function destroy($id)
+    {
+        EducationLevel::whereId($id)->delete();
+        return redirect('admin/education_level')->with('msg','Successfully Deleted!');
+    }
+    public function statusUpdate($id)
+    {
+        $edu_info = EducationLevel::find($id);
+        if($edu_info->status == 0){
+            $edu_info->status = 1;
+            $status = 'published';
+        }else{
+            $edu_info->status = 0;
+            $status = 'unpublished';
+        }
+        $user_id = \Auth::user()->id;
+        $edu_info->approved_by = $user_id;
+        $edu_info->update();
+
+    }
+}

+ 592 - 0
app/Http/Controllers/Admin/EmployeeController.php

@@ -0,0 +1,592 @@
+<?php
+
+namespace App\Http\Controllers\Admin;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+use DB;
+use Redirect;
+use Input;
+use Validator;
+
+use App\Models\Employee;
+use App\Models\PayrollHistory;
+use App\Models\EmployeeEducation;
+use App\Models\EmployeeDocument;
+use App\Models\EducationLevel;
+use App\Models\DocumentType;
+use App\Models\Grade;
+use App\Models\Designation;
+use App\Models\EmploymentDetail;
+use App\Models\employee_reference;
+use App\Models\EmployeeWorkExperience;
+use App\Models\PayrollStructure;
+use App\Models\GradeStructure;
+use App\Models\PayrollStructureDetail;
+use App\Models\Role;
+use App\User;
+
+class EmployeeController extends Controller
+{
+    
+    public function index()
+    {
+        $data['title'] = "Employee management";
+        $data['all'] = Employee::with('user')->orderBy('name','ASC')->get();
+        return view('admin.employee.employee',$data);
+    }
+    public function create()
+    {
+        $data['title'] = "Employee management";
+        $data['all_document'] = DocumentType::where('status',1)->orderBy('document_name','ASC')->get();
+        $data['all_level'] = EducationLevel::where('status',1)->orderBy('level_name','ASC')->get();
+        $data['all_grade'] = grade::where('status',1)->orderBy('name','ASC')->get();
+        $data['all_designation'] = Designation::where('status',1)->orderBy('name','ASC')->get();
+        return view('admin.employee.employee_add',$data);
+    }
+
+    public function store(Request $request)
+    {
+        //dd($request->all());
+        $this->validate($request,[
+            'name'            => 'required',
+            'personal_email'  => 'required|email|unique:employees,personal_email',
+            'phone'           => 'required',
+            'present_address' => 'required',
+            'birth_day' => 'required',
+            'joining_date' => 'required',
+            'current_designation' => 'required',
+            'salary_grade' => 'required'
+        ]);
+
+        $user_id = \Auth::user()->id;
+        $employee_info = new Employee;
+        $employee_info->name = $request->name;
+        $employee_info->personal_email = $request->personal_email;
+        $employee_info->phone = $request->phone;
+        $employee_info->phone2 = $request->phonetwo;
+        $employee_info->present_address = $request->present_address;
+        $employee_info->per_address = $request->per_address;
+        $employee_info->birth_day = $request->birth_day;
+        $employee_info->note = $request->note;
+        $employee_info->facebook = $request->facebook;
+        $employee_info->skype = $request->skype;
+        $employee_info->linkedin = $request->linkedin;
+        $employee_info->added_by = $user_id;
+        $employee_info->status = 1;
+            if (!empty($request->file('image'))) {
+                $file =$request->file('image');
+                $destPath = 'assets/document/employee/';
+                $fileName = $file->getClientOriginalName();
+                $newFile = "employee_".date('d_m_y_h_m_s')."_".$fileName;
+                $file->move($destPath, $newFile);
+                $employee_info->image = $newFile;
+            }
+        $employee_info->save();
+
+        $emp_details = new EmploymentDetail;
+        $emp_details->employee_id = $employee_info->id;
+        $emp_details->designation_id = $request->current_designation;
+        $emp_details->grade_id = $request->salary_grade;
+        $emp_details->joining_date = $request->joining_date;
+        $emp_details->type = "1";
+        $emp_details->added_by = $user_id;
+        $emp_details->save();
+
+        $prst = new PayrollStructure;
+        $prst->employee_id = $employee_info->id;
+        $prst->grade_id = $request->salary_grade;
+        $prst->type = "1";
+        $prst->date = $request->joining_date;
+        $prst->added_by = $user_id;
+        $prst->save();
+
+        if (!empty($request->file('file') && !empty($request->document_id))) {
+            $files = $request->file('file');
+            foreach($files as $key => $file) {
+                $destinationPath = 'assets/document/employeedocument/';
+                $extension = $file->getClientOriginalExtension();
+                $filename = $file->getClientOriginalName();
+                $newFileName = "document_".date('d_m_y_h_m_s')."_".$filename;
+                $file->move($destinationPath, $newFileName);
+
+                $document = new EmployeeDocument;
+                $document->document_id = $request['document_id'][$key];
+                $document->employee_id = $employee_info->id;
+                $document->file = $newFileName;
+                $document->status = 1;
+                $document->added_by = $user_id ;
+                $document->save();
+
+            }
+        }
+            
+        if (!empty($request->edu_level) && !empty($request->institute) && !empty($request->major) && !empty($request->marks) && !empty($request->passing_year) ) {
+            $input = $request->all();
+            $condition = $input['edu_level'];
+            foreach ($condition as $key => $condition) {
+                $student = new EmployeeEducation;
+                $student->edu_level_id = $input['edu_level'][$key];
+                $student->institute_name = $input['institute'][$key];
+                $student->major = $input['major'][$key];
+                $student->marks = $input['marks'][$key];
+                $student->passing_year = $input['passing_year'][$key];
+                $student->duration = $input['duration'][$key];
+                $student->employee_id = $employee_info->id ;
+                $student->status = 1 ;
+                $student->added_by = $user_id ;
+                $student->save();
+            }
+        }
+        if (!empty($request->org_name) && !empty($request->org_contact) && !empty($request->designation) && !empty($request->start_date) && !empty($request->end_date) ) {
+            $input = $request->all();
+            $condition = $input['org_name'];
+            foreach ($condition as $key => $condition) {
+                $ewe = new EmployeeWorkExperience;
+                $ewe->org_name = $input['org_name'][$key];
+                $ewe->org_contact = $input['org_contact'][$key];
+                $ewe->designation_id = $input['designation'][$key];
+                $ewe->start_date = $input['start_date'][$key];
+                $ewe->end_date = $input['end_date'][$key];
+                $ewe->employee_id = $employee_info->id ;
+                $ewe->added_by = $user_id ;
+                $ewe->save();
+            }
+        }
+        if ($request->person_name !="" && $request->relation !="" && $request->phone1 !=""  && $request->address !="" ) {
+            $input = $request->all();
+            $condition = $input['person_name'];
+            foreach ($condition as $key => $condition) {
+                $employee_ref = new employee_reference;
+                $employee_ref->person_name = $input['person_name'][$key];
+                $employee_ref->relation = $input['relation'][$key];
+                $employee_ref->phone1 = $input['phone1'][$key];
+                $employee_ref->phone2 = $input['phone2'][$key];
+                $employee_ref->email = $input['email'][$key];
+                $employee_ref->address = $input['address'][$key];
+                $employee_ref->employee_id = $employee_info->id ;
+                $employee_ref->status = 1 ;
+                $employee_ref->added_by = $user_id ;
+                $employee_ref->save();
+            }
+        }
+       return redirect('admin/employee')->with('msg','Data Insert Successful!');
+    }
+    
+    public function show($id)
+    {
+        $data['title'] = "Employee Information";
+        $data['employee'] = Employee::find($id);
+        $data['emp_details'] = EmploymentDetail::with(['designation','grade'])->where('employee_id',$id)->orderBy('id','DESC')->first();
+        $data['emp_history'] = EmploymentDetail::with(['designation','grade'])->where('employee_id',$id)->orderBy('id','ASC')->get();
+        $data['emp_star'] = EmploymentDetail::where('employee_id',$id)->where('type',2)->select('id')->get();
+        $data['employee_ewe'] = EmployeeWorkExperience::with('designation')->where('employee_id',$id)->orderBy('start_date','DESC')->get();
+        $data['pay_history'] = PayrollHistory::where('employee_id',$id)->orderBy('id','DESC')->get();
+        $data['ref_info'] = employee_reference::where('employee_id',$id)->first();
+        $data['employee_document'] = EmployeeDocument::with('document_type')->where('employee_id',$id)->get();
+        $data['employee_education'] = EmployeeEducation::with('education_name')->where('employee_id',$id)->get();
+        $data['last_education'] = EmployeeEducation::with('education_name')->where('employee_id',$id)->orderBy('passing_year','DESC')->first();
+        $data['employee_ref'] = employee_reference::where('employee_id',$id)->get();
+        return view('admin.employee.employee_view',$data);
+    }
+    
+    public function editEmployee($id)
+    {
+        $data['title'] = "Employee Edit";
+        $data['all_document'] = DocumentType::where('status',1)->orderBy('document_name','ASC')->get();
+        $data['all_level'] = EducationLevel::where('status',1)->orderBy('level_name','ASC')->get();
+        $data['employee'] = Employee::find($id);
+        $data['employee_document'] = EmployeeDocument::where('employee_id',$id)->get();
+        $data['all_grade'] = grade::where('status',1)->orderBy('name','ASC')->get();
+        $data['all_designation'] = Designation::where('status',1)->orderBy('name','ASC')->get();
+        $data['emp_details'] = EmploymentDetail::where('employee_id',$id)->orderBy('id','ASC')->get();
+        $data['employee_ewe'] = EmployeeWorkExperience::where('employee_id',$id)->orderBy('start_date','DESC')->get();
+        $data['employee_education'] = EmployeeEducation::where('employee_id',$id)->get();
+        $data['employee_ref'] = employee_reference::where('employee_id',$id)->get();
+        return view('admin.employee.employee_edit',$data);
+    }
+
+   
+    public function update(Request $request, $id)
+    {
+        $user_id = \Auth::user()->id;
+        
+        $this->validate($request,[
+            'name'            => 'required',
+            'personal_email'  => 'required|email',
+            'phone'           => 'required',
+            'present_address' => 'required',
+            'birth_day' => 'required'
+        ]);
+        $user_id = \Auth::user()->id;
+        $employee_info = Employee::find($id);
+        $employee_info->name = $request->name;
+        $employee_info->personal_email = $request->personal_email;
+        $employee_info->phone = $request->phone;
+        $employee_info->phone2 = $request->phonetwo;
+        $employee_info->present_address = $request->present_address;
+        $employee_info->per_address = $request->per_address;
+        $employee_info->birth_day = $request->birth_day;
+        $employee_info->note = $request->note;
+        $employee_info->facebook = $request->facebook;
+        $employee_info->skype = $request->skype;
+        $employee_info->linkedin = $request->linkedin;
+        $employee_info->updated_by = $user_id;
+            if (!empty($request->file('image'))) {
+                $file =$request->file('image');
+                $destPath = 'assets/document/employee/';
+                $fileName = $file->getClientOriginalName();
+                $newFile = "employee_".date('d_m_y_h_m_s')."_".$fileName;
+                $file->move($destPath, $newFile);
+                $employee_info->image = $newFile;
+            }
+        $employee_info->save();
+
+        // if not add new Employment History
+        if (!empty($request->joining_date) && !empty($request->current_designation) && !empty($request->salary_grade)) {
+            $input = $request->all();
+            $condition = $input['joining_date'];
+            foreach ($condition as $key => $condition) {
+                $emp_we_id = $input['emp_we_id'][$key];
+                $emp_details =EmploymentDetail::find($emp_we_id);
+                $emp_details->designation_id = $input['current_designation'][$key];
+                $emp_details->grade_id = $input['salary_grade'][$key];
+                $emp_details->joining_date = $input['joining_date'][$key];
+                $emp_details->updated_by = $user_id ;
+                $emp_details->save();
+            }
+            //Payroll Structure
+            $find = PayrollStructure::where('employee_id',$employee_info->id)->first();
+            if ($find==NULL) {
+                $prst = new PayrollStructure;
+                $prst->employee_id = $employee_info->id;
+                $prst->grade_id = $emp_details->grade_id;
+                $prst->date =$emp_details->joining_date;
+                $prst->added_by = $user_id;
+                $prst->type = 1;
+                $prst->save();
+            }
+            else{
+                $prstu = PayrollStructure::find($find->id);
+                $prstu->grade_id = $emp_details->grade_id;
+                $prstu->date =$emp_details->joining_date;
+                $prstu->updated_by = $user_id;
+                $prstu->type = 1;
+                $prstu->update();
+            }
+        }
+        // if add new Employment History
+        if (!empty($request->new_emp_we_id)) {
+            if (!empty($request->joining_date_new) && !empty($request->current_designation_new) && !empty($request->salary_grade_new)) {
+            $input = $request->all();
+            $condition = $input['joining_date_new'];
+            foreach ($condition as $key => $condition) {
+                $emp_details_new = new EmploymentDetail;
+                $emp_details_new->employee_id = $id;
+                $emp_details_new->designation_id = $input['current_designation_new'][$key];
+                $emp_details_new->grade_id = $input['salary_grade_new'][$key];
+                $emp_details_new->joining_date = $input['joining_date_new'][$key];
+                $emp_details_new->type = 2 ;
+                $emp_details_new->added_by = $user_id ;
+                $emp_details_new->save();
+                }
+
+                //Payroll Structure
+                $find = PayrollStructure::where('employee_id',$employee_info->id)->first();
+                if ($find==NULL) {
+                    $prst = new PayrollStructure;
+                    $prst->employee_id = $employee_info->id;
+                    $prst->grade_id = $emp_details_new->grade_id;
+                    $prst->date =$emp_details_new->joining_date;
+                    $prst->type = 2;
+                    $prst->added_by = $user_id;
+                    $prst->save();
+                    if ($prst->save()) {
+                        PayrollStructureDetail::where('structure_id',$prst->id)->delete();
+                    }
+                }
+                else{
+                    $prstu = PayrollStructure::find($find->id);
+                    $prstu->employee_id = $employee_info->id;
+                    $prstu->grade_id = $emp_details_new->grade_id;
+                    $prstu->date =$emp_details_new->joining_date;
+                    $prstu->type = 2;
+                    $prstu->updated_by = $user_id;
+                    $prstu->update();
+                    if ($prstu->update()) {
+                        PayrollStructureDetail::where('structure_id',$prstu->id)->delete();
+                    }
+                }
+            }
+        }
+
+        // if not add new File Upload
+        if (!empty($request->document_id) && !empty($request->file('file'))) {
+                $files = $request->file('file');
+                foreach($files as $key => $file) { 
+                $emp_doc_id= $request['emp_doc_id'][$key];
+                $document =EmployeeDocument::find($emp_doc_id);
+                if (!empty($request['file'][$key])) {
+                    $destinationPath = 'assets/document/employeedocument/';
+                     $filename = $file->getClientOriginalName();
+                     $newFileName = "document_".date('d_m_y_h_m_s')."_".$filename;
+                    $file->move($destinationPath, $newFileName);
+                    $document->file = $newFileName;
+                }
+                $document->document_id = $request['document_id'][$key];
+                $document->updated_by = $user_id ;
+                $document->save();
+
+                }
+            }
+        // if add new File Upload
+       if (!empty($request->new_doc_id)) {
+           if (!empty($request->file('file_new') && !empty($request->document_id_new))) {
+            $files = $request->file('file_new');
+            foreach($files as $key => $file) {
+                $destinationPath = 'assets/document/employeedocument/';
+                $filename = $file->getClientOriginalName();
+                $newFileName = "document_".date('d_m_y_h_m_s')."_".$filename;
+                $file->move($destinationPath, $newFileName);
+
+                $document = new EmployeeDocument;
+                $document->document_id = $request['document_id_new'][$key];
+                $document->employee_id = $id;
+                $document->file = $newFileName;
+                $document->status = 1;
+                $document->added_by = $user_id ;
+                $document->save();
+                }
+            }
+        }
+        // if not add new Academic Information
+        if (!empty($request->edu_level) && !empty($request->institute) && !empty($request->major) && !empty($request->marks) && !empty($request->passing_year) ) {
+            $input = $request->all();
+            $condition = $input['edu_level'];
+            foreach ($condition as $key => $condition) {
+                $emp_edu_id = $input['emp_edu_id'][$key];
+                $student =EmployeeEducation::find($emp_edu_id);
+                $student->edu_level_id = $input['edu_level'][$key];
+                $student->institute_name = $input['institute'][$key];
+                $student->major = $input['major'][$key];
+                $student->marks = $input['marks'][$key];
+                $student->passing_year = $input['passing_year'][$key];
+                $student->duration = $input['duration'][$key];
+                $student->updated_by = $user_id ;
+                $student->save();
+            }
+        }
+        // if add new Academic Information
+        if (!empty($request->new_edu_id)) {
+            if (!empty($request->edu_level_new) && !empty($request->institute_new) && !empty($request->major_new) && !empty($request->marks_new) && !empty($request->passing_year_new) ) {
+                $input = $request->all();
+                $condition = $input['edu_level_new'];
+                foreach ($condition as $key => $condition) {
+                    $student = new EmployeeEducation;
+                    $student->edu_level_id = $input['edu_level_new'][$key];
+                    $student->institute_name = $input['institute_new'][$key];
+                    $student->major = $input['major_new'][$key];
+                    $student->marks = $input['marks_new'][$key];
+                    $student->passing_year = $input['passing_year_new'][$key];
+                    $student->duration = $input['duration_new'][$key];
+                    $student->employee_id = $id ;
+                    $student->status = 1 ;
+                    $student->added_by = $user_id ;
+                    $student->save();
+                }
+            }
+        }
+        // if not add new Work Experience
+        if (!empty($request->org_name) && !empty($request->org_contact) && !empty($request->designation) && !empty($request->start_date) && !empty($request->end_date) ) {
+            $input = $request->all();
+            $condition = $input['org_name'];
+            foreach ($condition as $key => $condition) {
+                $emp_exp_id = $input['emp_exp_id'][$key];
+                $ewe = EmployeeWorkExperience::find($emp_exp_id);
+                $ewe->org_name = $input['org_name'][$key];
+                $ewe->org_contact = $input['org_contact'][$key];
+                $ewe->designation_id = $input['designation'][$key];
+                $ewe->start_date = $input['start_date'][$key];
+                $ewe->end_date = $input['end_date'][$key];
+                $ewe->updated_by = $user_id ;
+                $ewe->save();
+            }
+        }
+        // if add new Work Experience
+        if (!empty($request->org_name_new) && !empty($request->org_contact_new) && !empty($request->designation_new) && !empty($request->start_date_new) && !empty($request->end_date_new) ) {
+            $input = $request->all();
+            $condition = $input['org_name_new'];
+            foreach ($condition as $key => $condition) {
+                $ewe = new EmployeeWorkExperience;
+                $ewe->org_name = $input['org_name_new'][$key];
+                $ewe->org_contact = $input['org_contact_new'][$key];
+                $ewe->designation_id = $input['designation_new'][$key];
+                $ewe->start_date = $input['start_date_new'][$key];
+                $ewe->end_date = $input['end_date_new'][$key];
+                $ewe->employee_id = $employee_info->id ;
+                $ewe->added_by = $user_id ;
+                $ewe->save();
+            }
+        }
+        
+        // if not add new Reference / Emergence Contact
+        if (!empty($request->person_name) && !empty($request->relation) && !empty($request->phone1) && !empty($request->address)) {
+            $input = $request->all();
+            $condition = $input['person_name'];
+            foreach ($condition as $key => $condition) {
+                $emp_ref_id = $input['emp_ref_id'][$key];
+                $student =employee_reference::find($emp_ref_id);
+                $student->person_name = $input['person_name'][$key];
+                $student->relation = $input['relation'][$key];
+                $student->phone1 = $input['phone1'][$key];
+                $student->phone2 = $input['phone2'][$key];
+                $student->email = $input['email'][$key];
+                $student->address = $input['address'][$key];
+                $student->updated_by = $user_id ;
+                $student->save();
+            }
+        }
+        // if add new Reference / Emergence Contact
+        if (!empty($request->new_ref_id)) {
+            if (!empty($request->person_name_new) && !empty($request->relation_new) && !empty($request->phone1_new) && !empty($request->address_new)) {
+            $input = $request->all();
+            $condition = $input['person_name_new'];
+            foreach ($condition as $key => $condition) {
+                $employee_ref = new employee_reference;
+                $employee_ref->person_name = $input['person_name_new'][$key];
+                $employee_ref->relation = $input['relation_new'][$key];
+                $employee_ref->phone1 = $input['phone1_new'][$key];
+                $employee_ref->phone2 = $input['phone2_new'][$key];
+                $employee_ref->email = $input['email_new'][$key];
+                $employee_ref->address = $input['address_new'][$key];
+                $employee_ref->employee_id = $employee_info->id ;
+                $employee_ref->status = 1 ;
+                $employee_ref->added_by = $user_id ;
+                $employee_ref->save();
+                }
+            }
+        }
+
+       return redirect('admin/employee')->with('msg','Data Updated Successful!');
+    }
+
+    /**
+     * Remove the specified resource from storage.
+     *
+     * @param  int  $id
+     * @return \Illuminate\Http\Response
+     */
+    public function destroy($id)
+    {
+        Employee::whereId($id)->delete();
+        EmploymentDetail::where('employee_id',$id)->delete();
+        EmployeeWorkExperience::where('employee_id',$id)->delete();
+        EmployeeEducation::where('employee_id',$id)->delete();
+        EmployeeDocument::where('employee_id',$id)->delete();
+        PayrollStructure::where('employee_id',$id)->delete();
+        return redirect('admin/employee')->with('msg','Successfully Deleted!');
+    }
+    public function statusUpdate($id)
+    {
+        $employee = Employee::find($id);
+        if($employee->status == 0){
+            $employee->status = 1;
+            $status = 'published';
+        }else{
+            $employee->status = 0;
+            $status = 'unpublished';
+        }
+        $user_id = \Auth::user()->id;
+        $employee->approved_by = $user_id;
+        $employee->update();
+
+    }
+    public function addUser($id)
+    {
+        $data['title'] = "Employee to User";
+        $data['employee'] = Employee::find($id);
+        $data['roles']=Role::orderBy('name','ASC')->get();
+        return view('admin.employee.employee_to_user',$data);
+    }
+    public function addToUser(Request $request,$id)
+    {
+        $this->validate($request,[
+            'email'            => 'required|email|unique:users,email',
+            'password'  => 'required',
+            'confirm_password' => 'required|same:password',
+            'role' => 'required',
+        ]);
+        $employee = Employee::find($id);
+        $name = $employee->name;
+        $email = $request->email;
+        $phone = $employee->phone;
+        $present_address = $employee->present_address;
+        $per_address = $employee->per_address;
+        $facebook = $employee->facebook;
+        $skype = $employee->skype;
+        $linkedin = $employee->linkedin;
+        $password = bcrypt($request->password);
+
+        $user = new User;
+        $user->name = $name;
+        $user->email = $email;
+        $user->password = $password;
+        $user->mob = $phone;
+        $user->address = $present_address;
+        $user->per_address = $per_address;
+        $user->fb = $facebook;
+        $user->skype = $skype;
+        $user->linkedin = $linkedin;
+        $user->employee_id = $employee->id;
+        $user->active = 1;;
+        $user->utype = 2;
+        $user->save();
+        if (!empty($request->input('role'))) {
+            $user->attachRole($request->role);
+        }
+        return redirect('admin/employee')->with('msg','Employee To User Add Successful !');
+    }
+    public function changePassword(Request $request)
+    {
+        $this->validate($request,[
+            'password'  => 'required',
+            'password_confirmation' => 'required|same:password',
+        ]);
+        $emp_id = $request->emp_id;
+         $password = bcrypt($request->password);
+
+        $user = User::find($emp_id);
+        $user->password = $password;
+        $user->update();
+        return redirect('admin/employee')->with('msg','Password Change Successful !');
+    }
+    public function rejoining(Request $request)
+    {
+        $user_id = \Auth::user()->id;
+        $emp_id = $request->emp_id;
+        $emp_data = EmploymentDetail::where('employee_id',$emp_id)->orderBy('id','DESC')->first();
+        $findre = PayrollStructure::where('employee_id',$emp_id)->first();
+        $emp = Employee::find($emp_id);
+        $emp->status = 4;
+        $emp->added_by = $user_id;
+        $emp->save();
+
+        $rejoining =  new EmploymentDetail;
+        $rejoining->employee_id =  $emp_id;
+        $rejoining->designation_id =  $emp_data->designation_id;
+        $rejoining->grade_id =  $emp_data->grade_id;
+        $rejoining->joining_date =  $request->rejoining_date;
+        $rejoining->type =  4;
+        $rejoining->added_by = $user_id;
+        $rejoining->save();
+
+        $prstre = PayrollStructure::find($findre->id);
+        $prstre->type = 4;
+        $prstre->update();
+                
+        return redirect()->back()->with('msg','Employee Rejoining Successfully. !');
+    }
+
+}

+ 86 - 0
app/Http/Controllers/Admin/FileUploadController.php

@@ -0,0 +1,86 @@
+<?php
+
+namespace App\Http\Controllers\Admin;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+use App\Models\FileUpload;
+use File;
+
+class FileUploadController extends Controller
+{
+    
+    public function index()
+    {
+        $data['title'] = "Upload File";
+        $data['all'] = FileUpload::all();
+        return view('admin.file_upload',$data);
+    }
+
+    public function create()
+    {
+        //
+    }
+
+
+    public function store(Request $req)
+    {
+        $file = $req->file('file');
+        $file_name = $req->name;
+        $details = $req->details;
+
+        if ($req->hasFile('file')) {
+            $extension = $file->getClientOriginalExtension();
+            $os = array("zip", "rar", "pdf", "doc", "docx", "txt");
+            if (in_array($extension, $os)){
+                $name = $file->getClientOriginalName();
+                $newFileName = $newFileName = "file_".date('d_m_y_h_m_s').".".$extension;
+                $fileee = $file->move('assets/document/files/', $newFileName);
+
+                $file_name = empty($file_name)?$name:$file_name;
+               
+                $cat = new FileUpload; 
+                $cat->url = $newFileName;
+                $cat->details = $details;
+                $cat->name = $file_name;
+                $cat->save();       
+            }
+        }
+
+        return redirect()->back();
+    }
+
+    
+    public function show($id) //use as delete
+    {
+        $del = FileUpload::find($id);
+
+        if (File::exists('assets/document/files/'.$del->url) && !empty($del->url))
+            {
+                File::delete('assets/document/files/'.$del->url);
+                $del->delete();
+            }
+
+        return redirect()->back();
+    }
+
+  
+    public function edit($id)  //use for download
+    {
+        
+    }
+
+    
+    public function update(Request $request, $id)
+    {
+        //
+    }
+
+    
+    public function destroy($id)
+    {
+        //
+    }
+}

+ 80 - 0
app/Http/Controllers/Admin/FundRequestController.php

@@ -0,0 +1,80 @@
+<?php
+
+namespace App\Http\Controllers\Admin;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+use App\User;
+use Auth;
+use App\Models\FundRequest;
+use App\Models\AccountHead;
+use App\Models\Journal;
+
+class FundRequestController extends Controller
+{
+
+	function index()
+	{
+		$data['acc_head']=AccountHead::with('children')->where('type_id',2)->where('parent_head',24)->orderBy('name','asc')->get();
+		$data['title']='Fund Request';
+		return view('admin.fund_req.index',$data);
+	}
+
+	/**
+	 * save fund request
+	 * 
+	 * @param  Request $req
+	 * 
+	 * @return redirect      
+	 */
+	function store(Request $req)
+	{
+		$this->validate($req,[
+			'purpose'=>'required',
+			'amount'=>'required|numeric'
+		]);
+
+		$fund=new FundRequest();
+		$fund->purpose=$req->get('purpose');
+		$fund->description=$req->get('description');
+		$fund->amount=$req->get('amount');
+		$fund->due_date=$req->get('due_date',date('Y-m-d H:i:s'));
+		$fund->request_by=\Auth::user()->id;
+		$fund->is_approved=0;
+		$fund->save();
+
+		$req->session()->flash('success','Fund request send successfully !');
+		return redirect('account/fund_req');	
+	}
+
+	/**
+	 * change approval status
+	 * 
+	 * @param  Request $req 
+	 * 
+	 * @return string      
+	 */
+	function change_approval_status(Request $req)
+	{
+		if($req->get('status')==1)
+		{
+			$jrnl=new Journal();
+			$jrnl->debit_account=$req->get('purpose');
+			$jrnl->credit_account=5;
+			$jrnl->description=$req->get('description');
+			$jrnl->amount=$req->get('amount');
+			$jrnl->is_approaved=0;
+			$jrnl->created_by=\Auth::user()->id;
+			$jrnl->save();
+		}
+
+		$fund=FundRequest::find($req->get('id'));
+		$fund->is_approved=$req->get('status')?1:2;
+		$fund->save();
+
+		return "ok";
+	}
+
+}

+ 95 - 0
app/Http/Controllers/Admin/GradeController.php

@@ -0,0 +1,95 @@
+<?php
+
+namespace App\Http\Controllers\Admin;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+
+use App\Models\Employee;
+use App\Models\EmployeeEducation;
+use App\Models\EmployeeDocument;
+use App\Models\EducationLevel;
+use App\Models\DocumentType;
+use App\Models\Grade;
+use Validator;
+
+
+class GradeController extends Controller
+{
+    
+    public function index()
+    {
+        $data['title'] = "Grade List";
+        $data['all'] = Grade::with(['gradeAmount'])->orderBy('name','ASC')->get();
+        return view('admin.grade.index',$data);
+    }
+
+    public function create()
+    {
+        $data['title'] = "Grade Create";
+        return view('admin.grade.add',$data);
+    }
+
+    
+    public function store(Request $request)
+    {
+        $validator = Validator::make($request->all(), [
+            'name' => 'required'
+        ]);
+        if ($validator->passes()) {
+            $user_id = \Auth::user()->id;
+            $grade = new Grade;
+            $grade->name = $request->name;
+            $grade->added_by = $user_id;
+            $grade->status = 1;
+            $grade->save();
+            return redirect('admin/grade')->with('msg','Data Insert Successful!');
+        }
+        return response()->json(['error'=>$validator->errors()->all()]);  
+    }
+    public function edit($id)
+    {
+        
+        $data['title'] = "Grade Edit";
+        $data['grade'] = Grade::find($id);
+        return view('admin.grade.edit',$data);
+    }
+
+    
+    public function update(Request $request, $id)
+    {
+        $this->validate($request,[
+            'name'            => 'required'
+        ]);
+        $user_id = \Auth::user()->id;
+        $grade_u = Grade::find($id);
+        $grade_u->name = $request->name;
+        $grade_u->updated_by = $user_id;
+        $grade_u->save();
+        return redirect('admin/grade')->with('msg','Data Update Successful!');
+    }
+
+    
+    public function destroy($id)
+    {
+        Grade::whereId($id)->delete();
+        return redirect('admin/grade')->with('msg','Successfully Deleted!');
+    }
+    public function statusUpdate($id)
+    {
+
+        $user_id = \Auth::user()->id;
+        $grade_info = Grade::find($id);
+        if($grade_info->status == 0){
+            $grade_info->status = 1;
+            $status = 'published';
+        }else{
+            $grade_info->status = 0;
+            $status = 'unpublished';
+        }
+        $grade_info->update();
+
+    }
+}

+ 84 - 0
app/Http/Controllers/Admin/GradeStructureController.php

@@ -0,0 +1,84 @@
+<?php
+
+namespace App\Http\Controllers\Admin;
+
+use Illuminate\Http\Request;
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+
+use App\Models\Employee;
+use App\Models\EmployeeEducation;
+use App\Models\EmployeeDocument;
+use App\Models\EducationLevel;
+use App\Models\DocumentType;
+use App\Models\Grade;
+use App\Models\Designation;
+use App\Models\PayrollHead;
+use App\Models\GradeStructure;
+
+class GradeStructureController extends Controller
+{
+    
+    public function index()
+    {
+        $data['title'] = "Grade Structure List";
+        $data['grade'] = Grade::with(['gradehead.head'])->orderBy('name','ASC')->get();
+        $data['heads'] = PayrollHead::orderBy('name','ASC')->get();
+        $data['all'] = GradeStructure::with(['grade','head'])->orderBy('grade_id','ASC')->get();
+        return view('admin.grade_structure.index',$data);
+    }
+    public function edit($id)
+    {
+        
+        $data['title'] = "Grade Structure Edit";
+        $data['single'] = GradeStructure::with(['grade','head'])->where('grade_id',$id)->get();
+        $data['heads'] = PayrollHead::orderBy('name','ASC')->get();
+        $data['grade_id'] = Grade::find($id);
+        return view('admin.grade_structure.edit',$data);
+    }
+
+    
+    public function update(Request $request)
+    {
+        //dd($request->all());
+        $user_id = \Auth::user()->id;
+        $grade_id = $request->grade_id;
+        $delete = GradeStructure::where('grade_id',$grade_id)->delete();
+        if ($delete) {
+            $input = $request->all();
+            $condition = $input['head_id'];
+            foreach ($condition as $key => $condition) {
+                $gt = new GradeStructure;
+                $gt->grade_id = $grade_id;
+                $gt->head_id = $input['head_id'][$key];
+                $gt->amount = $input['amount'][$key];
+                $gt->status = 1;
+                $gt->added_by = $user_id ;
+                $gt->save();
+            }
+        }
+        return redirect('admin/grade_structure')->with('msg','Data Update Successful!');
+    }
+
+    
+    public function destroy($id)
+    {
+        GradeStructure::whereId($id)->delete();
+        return redirect('admin/grade_structure')->with('msg','Successfully Deleted!');
+    }
+    public function statusUpdate($id)
+    {
+
+        $user_id = \Auth::user()->id;
+        $ph_info = GradeStructure::find($id);
+        if($ph_info->status == 0){
+            $ph_info->status = 1;
+            $status = 'published';
+        }else{
+            $ph_info->status = 0;
+            $status = 'unpublished';
+        }
+        $ph_info->update();
+
+    }
+}

+ 707 - 0
app/Http/Controllers/Admin/HomeController.php

@@ -0,0 +1,707 @@
+<?php
+
+namespace App\Http\Controllers\Admin;
+
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+use Illuminate\Http\Request;
+use App\User;
+use App\Models\Project;
+use App\Models\Task;
+use App\Models\Group;
+use App\Models\Note;
+use Auth;
+use App\Models\Attendance;
+use App\Models\CompanyModel;
+use App\Models\Invoice;
+use App\Models\InvoiceItems;
+use App\Models\AccountHead;
+use Excel;
+use DB;
+class HomeController extends Controller
+{
+
+    public function __construct()
+    {
+        $this->middleware('auth');
+    }
+    
+    public function index()
+    {
+        /*
+        1=Created;
+        2=in process;
+        3=Completed;
+        4=checking;
+        5=bugfixing;
+        6=done;
+        */
+        date_default_timezone_set("Asia/Dhaka");
+        
+        $user_id = Auth::user()->id;
+        $data['title'] = "Admin dashboard";
+        //todays completed task
+        $data['all'] = User::where('utype',2)->get();
+        $data['deadline_missed'] = Task::with(['user','proj_name'])->where('user_id','!=',0)->where('status','!=',6)->whereDate('dead_line', '<', date('Y-m-d'))->orderBy('created_time')->get();
+        $data['deadline_today'] = Task::with(['user','proj_name'])->where('user_id','!=',0)->where('status','!=',6)->whereDate('dead_line', '=', date('Y-m-d'))->orderBy('created_time')->get();
+        $data['done_today'] = Task::with(['user','proj_name'])->where('user_id','!=',0)->where('status','=',6)->whereDate('closing_time', '=', date('Y-m-d'))->orderBy('created_time')->get();
+        $all_users=User::all()->pluck('name','id');
+        $working_today = Task::where('user_id','!=',0)->whereDate('start_time', '=', date('Y-m-d'))->orwhereDate('closing_time', '=', date('Y-m-d'))->whereNotIn('status',[2,3,4,5])->orderBy('created_time')->pluck('user_id');
+        
+        $active_users=array();
+        foreach($working_today as $row){
+            if($row !=0){
+                if (!in_array($row,$active_users))
+                {
+                    array_push($active_users,$row);
+                }
+            }
+        }
+        $inactive_users=array();
+        foreach($all_users as $i=>$value){
+            if (!in_array($i,$active_users))
+            {
+                array_push($inactive_users,$value);
+            }
+        }
+        $data['inactive_users']=$inactive_users;
+        $data['pending_task'] = Task::with(['user','proj_name'])->where('user_id','!=',0)->where('status','!=',6)->orderBy('created_time')->get();
+        $data['complted_yesterday'] = Task::with(['user','proj_name'])->where('user_id','!=',0)->where('status',6)->whereDate('closing_time', '=', date('Y-m-d'))->orderBy('created_time')->get();
+        $data['in_process_task'] = Task::with(['user','proj_name'])->where('user_id','!=',0)->whereIn('status',[2,3,4,5])->orderBy('created_time')->get();
+        $data['all1'] = User::where('utype',3)->get();
+        $data['notes'] = Note::where('user_id',$user_id)->orderBy('time')->get();
+        
+        /*
+                Reports
+        */
+        $data['clients']=CompanyModel::count();
+        $data['ttl_invoice']=
+        
+        Invoice::where(\DB::raw("MONTH(invoice_date)"),'=',\DB::raw('MONTH(NOW())'))->count();
+        $data['ttl_due_invoice'] = Invoice::where(\DB::raw("MONTH(due_date)"),'<=',\DB::raw('MONTH(NOW())'))
+        ->where('due_date','<',\DB::raw('NOW()'))
+        ->where('status',0)->count();
+      
+
+
+       $sql_exp="SELECT MONTH(j.created_at) as month_name,SUM(j.amount) as total_amount FROM journal j  JOIN acc_head ahd  ON j.ref_id = ahd.id WHERE ahd.type_id = 2 GROUP BY YEAR(j.created_at),MONTH(j.created_at)";
+
+       $expense_report_data=\DB::select($sql_exp);
+
+       $exp_month=[];
+       $exp_amount=[];
+       if($expense_report_data)
+       {
+         foreach($expense_report_data as $row)
+         {
+            array_push($exp_month,$this->get_month_name($row->month_name));
+            array_push($exp_amount,$row->total_amount);
+         }
+       }
+        $data['exp_month']='['.implode(',',$exp_month).']';
+
+        $data['exp_amount']='['.implode(',',$exp_amount).']';
+
+        $sql_revenue="SELECT MONTH(j.created_at) as month_name,SUM(j.amount) as total_amount FROM journal j  JOIN acc_head ahd  ON j.ref_id = ahd.id WHERE ahd.type_id = 4 GROUP BY YEAR(j.created_at),MONTH(j.created_at)";
+
+        $revenue_report_data=\DB::select($sql_revenue);
+        $revenue_amount=[];
+        if($expense_report_data)
+        {
+          foreach($revenue_report_data as $row)
+          {
+             array_push($revenue_amount,$row->total_amount);
+          }
+        }
+        $data['revenue_amount']='['.implode(',',$revenue_amount).']';
+
+        $all_due=Invoice::where('status','=',0)->pluck('id');
+        $due=0;
+        if(count($all_due)>0)
+        {
+            foreach($all_due as $due_id){
+            
+                $amounts=InvoiceItems::where('invoice_id','=',$due_id)->pluck('payable_amount');
+                foreach($amounts as $amount)
+                {
+
+                    $due+=$amount;
+                }
+            }
+        }
+        
+        $data['dues']   =   $due;
+
+        
+        /*
+            Monthly Due
+         */
+        $all_month_due=Invoice::whereMonth('due_date','=',date('m'))->where('status','=',0)->pluck('id');
+
+        $monthly_due=0;
+        if(count($all_month_due)>0)
+        {
+            foreach($all_month_due as $due_id){
+                
+                $monthly_due_amounts=InvoiceItems::where('invoice_id','=',$due_id)->pluck('payable_amount');
+                foreach($monthly_due_amounts as $monthly_due_amount)
+                {
+                    
+                    $monthly_due+=$monthly_due_amount;
+                }
+            }
+        }
+        $data['all_month_due']   =   $monthly_due;
+
+        /*
+            Monthly Collection
+         */
+        $all_month_collected=Invoice::whereMonth('due_date','=',date('m'))->where('status','=',1)->pluck('id');
+        $monthly_collected=0;
+        if(count($all_month_collected)>0)
+        {
+            foreach($all_month_collected as $due_id){
+            
+                $monthly_collected_amounts=InvoiceItems::where('invoice_id','=',$due_id)->pluck('payable_amount');
+                foreach($monthly_collected_amounts as $monthly_collected_amount)
+                {
+                    
+                    $monthly_collected+=$monthly_collected_amount;
+                }
+            }
+        }
+        
+        $data['monthly_collected']   =   $monthly_collected;
+
+        /*$all_counselors  =   Invoice::with(['user'])->get();
+        $users=array();
+        $user_info_array=array();
+        foreach($all_counselors as $u){
+
+            if(!in_array($u->created_by, $users))
+            {
+                array_push($users,$u->created_by);
+                $new_info=array('user_name'=>$u->user['name'],'user_id'=>$u->created_by);
+                array_push($user_info_array, $new_info);
+            }
+        }
+      // dd($user_info_array);
+       
+        
+        //$counselor_wise_report=array();
+        foreach($user_info_array as $counselor)
+        {
+            $total_amount=0;
+            $collected_amount=0;
+            $due_amount=0;
+            $counselor_name                     =   $counselor['user_name'];
+            $counselor_invoice_ids              =   Invoice::whereMonth('created_at','=',date('m'))->where('created_by','=',$counselor['user_id'])->pluck('id');
+            $counselor_collected_invoice_ids    =   Invoice::whereMonth('created_at','=',date('m'))->where('created_by','=',$counselor['user_id'])->where('status','=',1)->pluck('id');
+
+            $counselor_due_invoice_ids          =   Invoice::whereMonth('created_at','=',date('m'))->where('created_by','=',$counselor['user_id'])->where('status','=',0)->pluck('id');
+
+            foreach($counselor_invoice_ids as $row)
+            {
+                $all_billings=InvoiceItems::where('invoice_id','=',$row)->pluck('payable_amount');
+                foreach ($all_billings as  $value) {
+                   $total_amount  +=$value;
+                }
+            }
+
+            foreach($counselor_collected_invoice_ids as $row1)
+            {
+                $collected_billings=InvoiceItems::where('invoice_id','=',$row1)->pluck('payable_amount');
+                foreach ($collected_billings as  $value1) {
+                   $collected_amount  +=$value1;
+                }
+            }
+
+            foreach($counselor_due_invoice_ids as $row2)
+            {
+                $due_billings=InvoiceItems::where('invoice_id','=',$row2)->pluck('payable_amount');
+                foreach ($due_billings as  $value2) {
+                   $due_amount  +=$value2;
+                }
+            }
+
+            $counselor_wise_report[]=array(
+                    'name'=>$counselor_name,
+                    'total'=>$total_amount,
+                    'collected'=>$collected_amount,
+                    'due'=>$due_amount
+                );
+
+        }
+        $data['counselor_wise_report'] =   $counselor_wise_report;
+        */
+        
+    /*
+        Balance Information Goes Here
+    */
+    $banks=AccountHead::where('parent_head','=',4)->get();
+    if(count($banks)>0)
+    {
+        foreach($banks as $bank)
+        {
+            $bank_name      =   $bank->name;
+            $debit_accounts     =   Journal::where('debit_account','=',$bank->id)->get();   
+            $credit_accounts    =   Journal::where('credit_account','=',$bank->id)->get();
+            $balance        =   0;
+            foreach($debit_accounts as $debit)
+            {
+                $balance    =   (float)($bank->opening_balance + $debit->amount);
+            }
+            foreach($credit_accounts as $credit)
+            {
+                $balance    =   (float)($bank->opening_balance - $credit->amount);
+            }
+            $total_balances[]   =   array('bank_name'=>$bank_name,'balance'=>$balance);
+        }
+        $data['banks']          =   $total_balances;
+    }
+    else
+    {
+        $data['banks']          =   '';
+    }
+        return view('admin.admin_dashboard',$data);
+    }
+
+
+    /**
+     * get month name by month number
+     * 
+     * @param  integer $month_number
+     * 
+     * @return string              
+     */
+    function get_month_name($month_number)
+    {
+        $month_name='';
+        switch ($month_number) {
+            case '1':
+                $month_name='January';
+                break;
+
+            case '2':
+                $month_name='February';
+                break;
+
+
+            case '3':
+                $month_name='March';
+                break;
+
+            case '4':
+                $month_name='April';
+                break;
+
+            case '5':
+                $month_name='May';
+                break;
+
+            case '6':
+                $month_name='June';
+                break;
+
+            case '7':
+                $month_name='July';
+                break;
+
+            case '8':
+                $month_name='August';
+                break;
+
+            case '9':
+                $month_name='September';
+                break;
+
+            case '10':
+                $month_name='October';
+                break;
+
+            case '11':
+                $month_name='November';
+                break;
+            case '12':
+                $month_name='December';
+                break;
+            
+            default:
+                # code...
+                break;
+        }
+
+        return $month_name;
+    }
+    public function check_user()
+    {
+        $utype = Auth::user()->utype;
+
+        if($utype == 1)
+        {
+            return redirect('admin/dashboard');
+        }
+        elseif($utype == 2)
+        {
+            return redirect('user/user_projects');
+        }
+        elseif($utype == 3)
+        {
+            return redirect('client/client_dashboard');
+        }
+        else{
+            return redirect('/logout');
+        }
+    }
+    public function user_profile($user_id)
+    {
+        $user  =   User::find($user_id);
+        return view('admin.view_resume',compact('user'));
+    }
+
+    public function user_attendace()
+    {
+        date_default_timezone_set("Asia/Dhaka");
+        $uid=Auth::user()->id;
+        $utype = Auth::user()->utype;
+        if($utype == 1 || $uid==44)
+        {
+            $all  =   User::all();
+
+            $entry_time =   Attendance::whereDate('attendance_time', '=', date('Y-m-d'))->where('status','=',0)->orderBy('attendance_time','desc')->groupBy('attendance_time')->get();
+            $exit_time =   Attendance::whereDate('attendance_time', '=', date('Y-m-d',strtotime('yesterday')))->where('status','=',1)->orderBy('attendance_time','desc')->groupBy('attendance_time')->get();
+            $title  =   "User Attendace";
+            $all_dates  =   array();
+            $dates      =   Attendance::pluck('attendance_time');
+            $all_users  =   array();
+            $users      =   Attendance::pluck('user_id');
+            
+            $a=strtotime('9:30 am');
+            $c=date('H:i:s a', $a);
+            $exact_time= $c;
+            foreach($users as $user)
+            {
+                $new_val    =   $user;
+                if(!in_array($new_val,$all_users))
+                {
+                    array_push($all_users, $new_val);
+                }
+            }
+            $late_array = array();
+            
+            foreach($all_users as $d)
+            {
+            if($d !=6 && $d !=10){
+                    $late_count=0;
+                    
+                    $test_entry_time=Attendance::select('attendance_time','user_name')->where('user_id','=',$d)->where('status','=',0)->whereMonth('attendance_time', '>=', date('m'))->get();
+                    
+                    $absent_count=Attendance::where('user_id','=',$d)->whereMonth('attendance_time', '=', date('m'))->where('absent_count','=',1)->count();
+                    if (!empty($test_entry_time) && !empty($absent_count)) {
+                        foreach ($test_entry_time as $value1) {
+                            $u_name=$value1->user_name;
+                            $et=date('H:i:s a',strtotime($value1->attendance_time));
+                            if($et>$exact_time)
+                            {
+                                 $late_count++;
+                            }
+                        }
+                        $new_array=array('user_name'=>$u_name,'late_count'=>$late_count,'absent_count'=>$absent_count);
+                        array_push($late_array, $new_array);
+                    }
+             }  
+            }
+                 return view('admin.attendace.list',compact('all','title','entry_time','exit_time','all_dates','late_array'));
+            }
+    }
+    public function attendace_sheet_entry(Request $request)
+    {
+        date_default_timezone_set("Asia/Dhaka");
+        if($request->file('import_file') !=''){
+            $path = $request->file('import_file')->getRealPath();
+            $data = Excel::load($path, function($reader) {})->get();
+            if(!empty($data) && $data->count()){
+
+                foreach ($data->toArray() as $key => $value) {
+                    if( (int)$value['user_id'] == 1)
+                    {
+                        $user_name  =   'Reza';
+                    } 
+                    else if((int)$value['user_id'] == 2)
+                    {
+                        $user_name  =   'Mamun';
+                    }
+                    else if((int)$value['user_id'] == 3)
+                    {
+                        $user_name  =   'Golam Sayed';
+                    }
+                    else if((int)$value['user_id'] == 4)
+                    {
+                        $user_name  =   'Akib';
+                    }
+                    else if((int)$value['user_id'] == 5)
+                    {
+                        $user_name  =   'Masum';
+                    }
+                    else if((int)$value['user_id'] == 6)
+                    {
+                        $user_name  =   'Helal';
+                    }
+                    else if((int)$value['user_id'] == 7)
+                    {
+                        $user_name  =   'Zeba';
+                    }
+                    else if((int)$value['user_id'] == 8)
+                    {
+                        $user_name  =   'Shabuj';
+                    }
+                    else if((int)$value['user_id'] == 9)
+                    {
+                        $user_name  =   'Hasib';
+                    }
+                    else if((int)$value['user_id'] == 10)
+                    {
+                        $user_name  =   'Tipu';
+                    }
+                    else if((int)$value['user_id'] == 11)
+                    {
+                        $user_name  =   'Niloy';
+                    }
+                    else if((int)$value['user_id'] == 12)
+                    {
+                        $user_name  =   'Nishat';
+                    }
+                    else if((int)$value['user_id'] == 13)
+                    {
+                        $user_name  =   'Jamil';
+                    }
+                    else if((int)$value['user_id'] == 14)
+                    {
+                        $user_name  =   'Shamim';
+                    }
+                    else if((int)$value['user_id'] == 15)
+                    {
+                        $user_name  =   'Payer';
+                    } 
+                    if($value['attendance_time'] !='')
+                    {
+                        $att_time   =   date('Y-m-d H:i:s',strtotime($value['attendance_time']));
+                    } else 
+                    {
+                        $att_time = "0000-00-00 00:00:00";
+                    }
+                    $absent_count=(int)$value['absent_count'];
+                    if($user_name  !=   'Hasib'){
+              $insert[] = ['user_id'=>(int)$value['user_id'],'user_name' => $user_name, 'attendance_time' =>$att_time,'status'=>(int)$value['status'],'absent_count'=>$absent_count];
+                    }
+                    
+                }
+                
+                if(!empty($insert)){
+                    Attendance::insert($insert);
+                    return redirect()->action('Admin\HomeController@user_attendace')->with('status', 'Data Added!');
+                }
+
+            }
+
+        }
+
+        return back()->with('error','Please Check your file, Something is wrong there.');
+    }
+
+    public function attendace_report()
+    {
+        $utype = Auth::user()->utype;
+        if($utype == 1)
+        {
+            $title          =   "User Attendace Report";
+            $all_attendance =    Attendance::all();
+            return view('admin.attendace.report',compact('all_attendance','title'));
+        }
+    }
+
+    public function get_report_by_user(Request $request)
+    {
+        $from   =   $request->start_date;
+        $to     =   $request->end_date;
+        $user   =   $request->user;
+        if( $user == 1)
+        {
+            $user_name  =   'Reza';
+        } 
+        else if($user == 2)
+        {
+            $user_name  =   'Mamun';
+        }
+        else if($user == 3)
+        {
+            $user_name  =   'Golam Sayed';
+        }
+        else if($user == 4)
+        {
+            $user_name  =   'Akib';
+        }
+        else if($user == 5)
+        {
+            $user_name  =   'Masum';
+        }
+        else if($user == 6)
+        {
+            $user_name  =   'Helal';
+        }
+        else if($user == 7)
+        {
+            $user_name  =   'Zeba';
+        }
+        else if($user == 8)
+        {
+            $user_name  =   'Shabuj';
+        }
+        else if($user == 9)
+        {
+            $user_name  =   'Hasib';
+        }
+        else if($user == 10)
+        {
+            $user_name  =   'Tipu';
+        }
+        else if($user == 11)
+        {
+            $user_name  =   'Niloy';
+        }
+        else if($user == 12)
+        {
+            $user_name  =   'Nishat';
+        }
+        else if($user == 13)
+        {
+            $user_name  =   'Jamil';
+        }
+        else if($user == 14)
+        {
+            $user_name  =   'Shamim';
+        }
+        else if((int)$value['user_id'] == 15)
+        {
+            $user_name  =   'Payer';
+        }
+        $entry_time =   Attendance::where('user_id','=',$user)->whereBetween('attendance_time', array($from, $to))->where('status','=',0)->orderBy('attendance_time','desc')->get();
+        $exit_time =   Attendance::where('user_id','=',$user)->whereBetween('attendance_time', array($from, $to))->where('status','=',1)->orderBy('attendance_time','desc')->groupBy('attendance_time')->get();
+        return view('admin.attendace.report_content',compact('entry_time','exit_time',''))->render();
+    }
+    public function leave_report()
+    {
+        $title  =   "Leave Requests";
+        $users  =   User::all();
+        foreach($users as $user)
+        {
+            $all_users[]  = array('id'=>$user->id,'name'=>$user->name);
+        }
+        $leave_type     =   DB::table('leave_type_head')->where('is_published','=',1)->get();
+        foreach($leave_type as $leave)
+        {
+            $purposes[]  = array('id'=>$leave->id,'name'=>$leave->name);
+        }
+        $all =  DB::table('leave_req')->orderBy('id','DESC')->get();
+        return view('admin.leave_request',compact('all','all_users','title','purposes'));
+    }
+    public function apply(){
+        $title          =   "Apply For Leave";
+        $leave_type     =   DB::table('leave_type_head')->where('is_published','=',1)->get();
+        $users          =   User::all();
+        return view('admin.leave_apply',compact('title','leave_type','users'));
+    }
+    public function store(Request $request){
+        $purpose= $request->purpose;
+        $apply_to= 2;
+        $from= $request->get('from',date('Y-m-d H:i:s'));
+        $to= $request->get('to',date('Y-m-d H:i:s'));
+        $from_day = strtotime($from);
+        $to_day = strtotime($to);
+        $days_between = (ceil(abs( $to_day - $from_day) / 86400))+1;
+        $description    =   $request->description;
+        $approval    =   0;
+        $created_at  =  date('Y-m-d H:i:s');
+        $user_id    =   Auth::id();
+        DB::table('leave_req')->insert(array(
+                    'purpose'=>$purpose,
+                    'apply_to'=>$apply_to,
+                    'from'=>$from,
+                    'to'=>$to,
+                    'days'=>$days_between,
+                    'description'=>$description,
+                    'approval'=>$approval,
+                    'created_at'=>$created_at,
+                    'user_id'=>$user_id,
+        ));
+        return redirect('admin/leave_requests')->with('msg','Leave request apply Successful.');
+    }
+
+    public function leave_details($id)
+    {
+        $title  =   "Leave Details";
+        $leave_req   =    DB::table('leave_req')->where('id',$id)->first();
+        
+        $all_leave_req =  DB::table('leave_req')->where('user_id',$leave_req->user_id)->orderBy('id','DESC')->get();
+
+        $users  =   User::all();
+        foreach($users as $user)
+        {
+            $all_users[]  = array('id'=>$user->id,'name'=>$user->name);
+        }
+
+        $leave_type  = DB::table('leave_type_head')->where('is_published','=',1)->get();
+        foreach($leave_type as $leave)
+        {
+            $taken = DB::table('leave_req')->where('user_id',$leave_req->user_id)->where('purpose',$leave->id)->where('approval',1)->whereYear('created_at', '=', date('Y'))->sum('days');
+
+            $purposes[]  = array('id'=>$leave->id,'name'=>$leave->name,'approved_days'=>$leave->approved_days,'taken'=> $taken );
+        }
+
+        return view('admin.leave_details',compact('leave_req','all_leave_req','all_users','title','purposes','leave_type'));
+    }
+
+    public function leave_accept(Request $request,$id)
+    {
+        
+        $from= $request->get('from',date('Y-m-d H:i:s'));
+        $to= $request->get('to',date('Y-m-d H:i:s'));
+        $from_day = strtotime($from);
+        $to_day = strtotime($to);
+        $days_between = (ceil(abs( $to_day - $from_day) / 86400))+1;
+        $approval    =   1;
+        DB::table('leave_req')->where('id','=',$id)->update(
+            array('approval'=>$approval,'from'=>$from,'to'=>$to,'days'=>$days_between,)
+        );
+
+        return redirect('admin/leave_requests')->with('msg','Leave Request Approved.');
+    }
+    public function leave_discard($id)
+    {
+        $approval    =   0;
+        DB::table('leave_req')->where('id','=',$id)->update(
+            array('approval'=>$approval)
+        );
+
+        return redirect('admin/leave_requests')->with('msg','Leave Request Discard.');
+    }
+    public function destroy($id)
+    {
+        DB::table('leave_req')->where('id','=',$id)->delete();
+
+        return redirect('admin/leave_requests')->with('msg','Leave Request Deleted.');
+    }
+
+
+    public function change_support_status(Request $request){
+        $ticket_ids=$request->ticket_ids;
+        if(count($ticket_ids)>0){
+            foreach($ticket_ids as $ticket_id){
+                $stat=1;
+                DB::table('ticket')->where('id','=',$ticket_id)->update(array('display_status'=>$stat));
+            }
+        }
+        
+    }
+
+}

+ 327 - 0
app/Http/Controllers/Admin/InvoiceController.php

@@ -0,0 +1,327 @@
+<?php
+
+namespace App\Http\Controllers\Admin;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+use App\Models\CompanyModel;
+use App\Models\AddressBookModel;
+use App\Models\Invoice;
+use App\Models\InvoiceItems;
+use App\Models\ServiceList;
+use App\Models\Journal;
+use App\Models\AccountHead;
+use App\User;
+use App\Models\CompanyActivity;
+
+class InvoiceController extends Controller
+{
+    public function __construct(){
+        $this->middleware('auth');
+    } 
+    
+    function index()
+    {
+        if(\Auth::user()->utype==1 || \Auth::user()->utype==3){
+            if(\Auth::user()->utype==3)
+            {
+                $uid=\Auth::user()->id;
+                $data['invoices']=Invoice::with(['items','items.service','client','company'])->where('client_id',$uid)->orderBy('id','desc')->get();
+            }
+            else{
+                
+                $data['invoices']=Invoice::with(['items','items.service','client'])->orderBy('id','desc')->get();
+            }
+    
+            $data['account_types']=AccountHead::where('type_id',1)->get();
+            $data['title']='Invoice List';  
+            
+            return view('admin.invoice.index',$data);
+        }
+        else
+        {
+            return "You Don't Have Access";
+        }
+    }
+
+
+    function create()
+    {
+        $data['code']=$this->generate_inv_id();
+        $data['companies']=User::where('utype',3)->orderBy('name','asc')->get(['id','company']);
+        $data['client_list']=CompanyModel::where('status',2)->orderBy('name','asc')->get();
+        $data['services']=ServiceList::orderBy('name','asc')->get(['id','name']);
+        $data['title']='Create Invoice';
+        return view('admin.invoice.create',$data);
+    }
+
+    function store(Request $req)
+    {
+        /*$this->validate($req,[
+            'invoice_code'=>'required|unique:invoice'
+        ]);*/
+
+        $code=$req->get('invoice_code');
+
+        $file_name='';
+        if($req->hasFile('attachment')){
+
+            $allowed=['docx','doc','pdf','jpg','jpeg','png'];
+            $file=$req->file('attachment');
+            $ext=$file->getClientOriginalExtension();
+            if(in_array($ext, $allowed))
+            {
+                $file_name=$code.'.'.$ext;
+            }
+
+            $file->move('assets/invoice/',$file_name);
+
+        }
+
+        $invoice=new Invoice();
+
+        $invoice->invoice_code=$code;
+        $invoice->client_id=$req->get('client');
+        $invoice->invoice_date=$req->get('invoice_date');
+        $invoice->due_date=$req->get('due_date');
+        $invoice->notes=$req->get('note');
+        $invoice->po_no=$req->get('po_no');
+        $invoice->currency=$req->get('currency');
+        $invoice->tax=$req->get('tax');
+        $invoice->vat=$req->get('vat');
+        $invoice->attachment=$file_name;
+        $invoice->created_by=\Auth::user()->id;
+        $invoice->status=0;
+
+        $saved=$invoice->save();
+
+
+        if($saved)
+        {
+            $service=$req->get('service');
+            $payable=$req->get('payable_amount');
+            $paid=$req->get('paid_amount');
+            $particular=$req->get('particular');
+            if(count($payable)>0)
+            {
+                $indx=0;
+                foreach($payable as $row){
+                    $items=new InvoiceItems();
+                    $items->invoice_id=$invoice->id;
+                    $items->particular=$particular[$indx];
+                    $items->service_id=$service[$indx];
+                    $items->payable_amount=$payable[$indx];
+                    $items->paid_amount=$paid[$indx];
+                    $items->save();
+                    $indx++;
+                }
+            }
+
+
+            $inv=Invoice::with(['items','items.service','client','company'])->orderBy('id','desc')->find($invoice->id);
+
+            date_default_timezone_set("Asia/Dhaka");
+            $date = date("Y-m-d h:i:s");
+            $sav1 = new CompanyActivity;
+            $sav1->activity = "Invoice Created";
+            $sav1->company_id = $req->get('client');
+            $sav1->user_id = 2;
+            $sav1->created_at = $date;
+            $sav1->date = $date;
+            $sav1->save();
+
+
+            $data['invoice']=$inv;
+            //dd($inv);
+            $company_id = $inv->company?$inv->company->id:'';
+            $client_email=User::where('company',$company_id)->pluck('email')->toArray();
+            foreach ($client_email as $value) {
+                \Mail::send('emails.invoice_created', $data, function ($message) use($value,$file_name) {
+
+                    $message->from('m.revinr@gmail.com', 'Revinr CMS');
+                    //$message->sender('john@johndoe.com', 'John Doe');
+                
+                    $message->to($value, 'Revinr CMS');
+                    $message->to('info@revinr.com', 'Revinr CMS');
+                
+                    // $message->cc('john@johndoe.com', 'Revinr CMS');
+                    $message->bcc('shamim@revinr.com', 'Revinr CMS');
+                
+                    //$message->replyTo('john@johndoe.com', 'John Doe');
+                
+                    $message->subject('An invoice has been generated from revinr');
+                
+                    // $message->priority(3);
+                
+                    $message->attach('assets/invoice/'.$file_name);
+
+                });
+            }
+            //});
+        }
+        return redirect()->back()->with('message','Invoice created successfully !');
+
+    }
+
+    function invoice_created_email($id)
+    {
+        $inv=Invoice::with(['items','items.service','client','company'])->orderBy('id','desc')->find($id);
+        $data['invoice']=$inv;
+
+        /*$client_email=$inv->client?$inv->client->email:'';*/
+        $company_id = $inv->company?$inv->company->id:'';
+        $client_email=User::where('company',$company_id)->pluck('email')->toArray();
+        foreach ($client_email as $value) {
+
+            \Mail::send('emails.invoice_created', $data, function ($message) use($value) {
+
+                $message->from('m.revinr@gmail.com', 'Revinr CMS');
+                //$message->sender('john@johndoe.com', 'John Doe');
+            
+                $message->to($value, 'Revinr CMS');
+                $message->to('info@revinr.com', 'Revinr CMS');
+            
+                $message->cc('helaldu@gmail.com', 'Revinr CMS');
+                $message->bcc('shamim@revinr.com', 'Revinr CMS');
+            
+            
+                $message->subject('An invoice has been generated from revinr');
+            
+            });
+        }
+
+        return 'ok';
+    }
+
+
+    function edit($id)
+    {
+        $data['title']='Edit Invoice';
+        return view('admin.invoice.edit',$data);
+    }
+
+    function update(Request $req)
+    {
+
+    }
+
+    function delete($id)
+    {
+
+    }
+
+
+    function show($id)
+    {
+        $data['invoice']=Invoice::with(['items','items.service','client'])->orderBy('id','desc')->find($id);
+        $data['title']='View Invoice';
+        return view('admin.invoice.show',$data);
+    }
+
+    function generate_inv_id()
+    {
+        $inv=Invoice::orderBy('id','desc')->first();
+
+        $code="0000001";
+
+        if($inv)
+        {
+            if(!empty($inv->invoice_code))
+            {
+                $inv_code=(int)$inv->invoice_code;
+                $inv_code=$inv_code+1;
+
+                if($inv_code<10){
+                    $code="000000".$inv_code;
+                }
+                elseif($inv_code<100){
+                    $code="00000".$inv_code;
+                }
+                elseif($inv_code<1000){
+                    $code="0000".$inv_code;
+                }
+                elseif($inv_code<10000){
+                    $code="000".$inv_code;
+                }
+                elseif($inv_code<100000){
+                    $code="00".$inv_code;
+                }
+                elseif($inv_code<1000000){
+                    $code="0".$inv_code;
+                }
+                elseif($inv_code<10000000){
+                    $code=$inv_code;
+                }
+            }
+        }
+
+        return $code;
+    }
+
+
+    function make_payment(Request $req)
+    {
+
+        $id=$req->get('id');
+        $amount=$req->get('amount');
+
+        $invoice=Invoice::find($id);
+        $invoice->status=1;
+
+        $invoice->save();
+
+
+        $journal=new Journal();
+
+        $journal->ref_id=$req->get('acc_id');
+        $journal->debit_account=$req->get('mode_of_payment');
+        $journal->credit_account=$req->get('acc_id');
+        $journal->description=$req->get('description');
+        $journal->amount=$amount;
+        $journal->is_approaved=0;
+        $journal->created_by=\Auth::user()->id;
+        $journal->created_at=$req->get('date',date('Y-m-d'));
+        $journal->client_id=$req->get('client');
+        $journal->save();
+
+        $inv=Invoice::with(['items','items.service','client','company'])->orderBy('id','desc')->find($id);
+        $data['invoice']=$inv;
+
+        /*$client_email=$inv->client?$inv->client->email:'';*/
+        date_default_timezone_set("Asia/Dhaka");
+            $date = date("Y-m-d h:i:s");
+            $sav1 = new CompanyActivity;
+            $sav1->activity = "Invoice Created";
+            $sav1->company_id = $req->get('client');
+            $sav1->user_id = 2;
+            $sav1->created_at = $date;
+            $sav1->date = $date;
+            $sav1->save();
+        $company_id = $inv->company?$inv->company->id:'';
+        $client_email=User::where('company',$company_id)->pluck('email')->toArray();
+        foreach ($client_email as $value) {
+
+            \Mail::send('emails.payment_receipt', $data, function ($message) use($value) {
+
+                $message->from('m.revinr@gmail.com', 'Revinr CMS');
+                //$message->sender('john@johndoe.com', 'John Doe');
+            
+                $message->to($value, 'Revinr CMS');
+                $message->to('info@revinr.com', 'Revinr CMS');
+            
+                $message->cc('helaldu@gmail.com', 'Revinr CMS');
+                $message->bcc('shamim@revinr.com', 'Revinr CMS');
+            
+            
+                $message->subject('Payment receipt from revinr');
+            
+            });
+        }
+
+        // echo "Payment done successfully !";
+        \Session::flash('success','Payment done successfully !');
+        return redirect('invoice');
+    }
+}

+ 182 - 0
app/Http/Controllers/Admin/JounalController.php

@@ -0,0 +1,182 @@
+<?php
+
+namespace App\Http\Controllers\Admin;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+use App\User;
+use Auth;
+use App\Models\AccountType;
+use App\Models\AccountHead;
+use App\Models\Journal;
+use App\Models\PaymentHistory;
+use App\Models\JournalComment;
+use App\Models\FundRequest;
+
+class JounalController extends Controller
+{
+	public function __construct(){
+		$this->middleware('auth');
+	}
+    
+	function index()
+	{
+		//$data['journals']=Journal::with('debit')->paginate(50);
+
+		$data['journals']=\DB::select("SELECT debit_account,ahd.name,SUM(COALESCE(amount, 0)) AS debit,(SELECT COALESCE(SUM(j1.amount), 0) credit FROM journal j1 WHERE j1.ref_id = j.debit_account) credit FROM
+  journal j JOIN acc_head ahd  ON j.debit_account = ahd.id WHERE ahd.type_id IN (1, 2) 
+GROUP BY j.debit_account order by j.id desc");
+
+
+		$data['funds']=FundRequest::with(['acc_head','user'])->where('is_approved',0)
+		->orderBY('id','desc')->get();
+
+		$data['approved_funds']=FundRequest::with(['acc_head','user'])->where('is_approved',1)
+		->orderBY('id','desc')->get();
+
+		$data['title']='Journal';
+		return view('admin.journal.index',$data);
+	}
+
+	/**
+	 * get journal details with breakdown
+	 * @param  integer $id
+	 * @return view   
+	 */
+	function get_details($id)
+	{
+		$data['journal']=Journal::with(['debit','credit','user'])->where('debit_account',$id)->orWhere('ref_id',$id)->get();
+		$data['title']='Journal Details';
+		return view('admin.journal.details',$data);
+	}
+
+	function create()
+	{
+		$data['account_types']=AccountType::with(['acc_head'=>function($q){
+			return $q->where('parent_head',0);
+		}])->orderBy('name','asc')->get();	
+
+		$data['title']='Create Journal';
+		return view('admin.journal.create',$data);
+	}
+
+	function store(Request $req)
+	{
+
+
+		$this->validate($req,[
+			'account_head'=>'required',
+			'credit_head'=>'required',
+			'amount'=>'required|numeric'
+		]);
+		$documentUpload = $req->file('filedocument');
+		if ( !empty( $documentUpload )) {
+		      $documentname = $documentUpload->getClientOriginalName();
+		      $path = 'public/account_expense/';
+		      $documentUpload->move($path,$documentname);
+		      $expenseDocument = $documentname;
+		} else {
+		  $expenseDocument = '';
+		}
+
+		$journal=new Journal();
+		$journal->debit_account		=	$req->get('account_head');
+		$journal->credit_account	=	$req->get('credit_head');
+		$journal->ref_id 			=	$req->get('account_head');
+		$journal->description 		=	$req->get('description');
+		$journal->amount 			=	$req->get('amount');
+		$journal->expense_document 	= 	$expenseDocument;
+		$journal->is_approaved 		=	0;
+		$journal->created_by 		=	\Auth::user()->id;
+		$journal->created_at 		=	$req->get('date',date('Y-m-d'));
+		$journal->save();
+
+		$req->session()->flash('success','Journal created successfully !');
+		return redirect('account/journal');
+	}
+
+
+	function get_acc_head($id)
+	{
+		$heads=AccountHead::where('id',$id)->orderBy('name','asc')->get();
+
+		$str="<option value=''>Select Account Type</option>";
+		if($heads)
+		{
+			foreach($heads as $hd)
+			{
+				$str.="<option value='{$hd->id}'>{$hd->name}</option>";
+			}
+		}
+
+		return $str;
+	}
+
+	function change_approaval_status(Request $req)
+	{
+		$journal_comment=JournalComment::where('debit_account',$req->get('debit_account'))->first();
+
+		if($journal_comment)
+		{
+			$journal_comment->debit_account=$req->get('debit_account');
+			$journal_comment->approaval_status=$req->get('status');
+			$journal_comment->approaved_amount=$req->get('amount');
+			$journal_comment->remarks=$req->get('remarks');
+			$journal_comment->approaved_by=\Auth::user()->id;
+
+			$journal_comment->save();
+		}
+		else
+		{
+			$journal_comment=new JournalComment();
+
+			$journal_comment->debit_account=$req->get('debit_account');
+			$journal_comment->approaval_status=$req->get('status');
+			$journal_comment->approaved_amount=$req->get('amount');
+			$journal_comment->remarks=$req->get('remarks');
+			$journal_comment->approaved_by=\Auth::user()->id;
+
+			$journal_comment->save();
+		}
+
+		return response()->json(['ok'=>true]);
+	}
+
+	function payment($id)
+	{
+		//$data['journal_comment']=JournalComment::with('user')->where('debit_account',$id)->first();
+		$data['fund_req']=FundRequest::where('id',$id)->first();
+		$data['acc_head']=AccountHead::with('children')->where('type_id',1)->where('parent_head',0)->orderBy('name','asc')->get();
+		$data['title']='Make Payment';
+		return view('admin.journal.payment',$data);
+	}
+
+	function save_payment(Request $req)
+	{
+		$this->validate($req,[
+			'hdn_id'=>'required',
+			'account_head'=>'required',
+			'amount'=>'required|numeric'
+		]);
+
+		$comment=$req->get('remarks');
+		$head_id=$req->get('account_head');
+
+		//Add Journal Entry
+		$journal=new Journal();
+		$journal->ref_id=$req->get('hdn_id');
+		$journal->debit_account=5;
+		$journal->credit_account=$head_id;
+		$journal->description=$comment;
+		$journal->amount=$req->get('amount');
+		$journal->created_by=\Auth::user()->id;
+		$journal->save();
+
+		FundRequest::where('id',$req->get('hdn_req_id'))->delete();
+
+		$req->session()->flash('success','Payment successfull !');
+		return redirect('account/journal');	
+	}
+}

+ 49 - 0
app/Http/Controllers/Admin/NoteController.php

@@ -0,0 +1,49 @@
+<?php
+
+namespace App\Http\Controllers\admin;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+use App\Models\Note;
+use App\User;
+use Auth;
+
+class NoteController extends Controller
+{
+    public function add_note(Request $req)
+    {
+        $note = $req->note;
+        $date_time = $req->date_time;
+
+        $sav = new Note;
+        $sav->note = $note;
+        $sav->user_id = Auth::user()->id;
+        $sav->time = $date_time;
+        $sav->save();
+
+        return redirect()->back();
+    }
+
+    public function change_note_status($id){
+
+    	$ch = Note::find($id);
+    		if($ch->status == 1){
+    			$ch->status = 0;
+    		}
+    		else{
+    			$ch->status = 1;
+    		}
+    	$ch->save();
+
+    	return redirect()->back();
+    }
+
+    public function remove_note($id){
+
+    	$del = Note::find($id)->delete();
+
+    	return redirect()->back();
+    }
+}

+ 101 - 0
app/Http/Controllers/Admin/NoticeBoardController.php

@@ -0,0 +1,101 @@
+<?php
+
+namespace App\Http\Controllers\Admin;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+use App\Models\Employee;
+use App\Models\NoticeBoard;
+use App\Models\NoticeSend;
+use App\User;
+use DB;
+
+class NoticeBoardController extends Controller
+{
+    
+    public function index()
+    {
+        $user_id = \Auth::user()->id;
+        $data['title'] = "Notice Board";/*
+        $data['notices'] = NoticeBoard::with('user')->orderBy('id','DESC')->get();*/
+        $data['notices'] = DB::table('notice_boards')
+            ->join('users', 'notice_boards.employee_id', '=', 'users.id')
+            ->join('notice_sends', 'notice_boards.id', '=', 'notice_sends.notice_id')
+            ->select('notice_boards.*', 'users.name')
+            ->where('notice_sends.sendto_id',$user_id)
+            ->orWhere('notice_sends.sendto_id', 'all')
+            ->orderBy('id','DESC')
+            ->get();
+        return view('admin.notice_board/index',$data);
+    }
+    public function create()
+    {
+        $user_id = \Auth::user()->id;
+        $data['title'] = "Notice Add";
+        $data['employee'] = User::where('employee_id','!=', "")->orWhere('utype',1)->orderBy('id','DESC')->get();
+        return view('admin.notice_board/add',$data);
+    }
+
+    public function store(Request $request)
+    {
+        $user_id = \Auth::user()->id;
+        $notice = new NoticeBoard;
+        $notice->employee_id = $user_id;         
+        $notice->notice_title = $request->notice_title;      
+        $notice->expire_date = $request->expire_date;      
+        $notice->description = $request->description;      
+        $notice->added_by = $user_id;      
+        $notice->status = 1;
+        $notice->save();
+        $tags = $request->input('send_to');
+        foreach($tags as $key => $file) {
+                $document = new NoticeSend;
+                $document->notice_id = $notice->id;
+                $document->sendto_id = $request['send_to'][$key];
+                $document->save();
+            }
+         return redirect('admin/notice_board')->with('msg','Notice Send Successfu.');
+        }
+    public function show($id)
+    {
+        $user_id = \Auth::user()->id;
+        $data['title'] = "Notice Details";
+        $data['notice'] = DB::table('notice_boards')
+                        ->join('users', 'notice_boards.employee_id', '=', 'users.id')
+                        ->select('notice_boards.*', 'users.name')
+                        ->where('notice_boards.id',$id)->first();
+        return view('admin.notice_board/details',$data);
+    }
+    public function myNotice(){
+        $user_id = \Auth::user()->id;
+        $data['title'] = "My add Notice";
+        $data['notices'] = NoticeBoard::where('employee_id',$user_id)->orderBy('id','DESC')->get();
+        return view('admin.notice_board/my_notice',$data);
+    }
+
+    public function edit($id)
+    {
+         $user_id = \Auth::user()->id;
+        $data['title'] = "Notice Edit";
+        $data['employee'] = User::where('employee_id','!=', "")->orWhere('utype',1)->orderBy('id','DESC')->get();
+        $data['sendto'] = NoticeSend::where('notice_id',$id)->pluck('sendto_id')->toArray();
+        $data['notice'] = NoticeBoard::find($id);
+        return view('admin.notice_board/edit',$data);
+    }
+
+    
+    public function update(Request $request, $id)
+    {
+        //
+    }
+
+   
+    public function destroy($id)
+    {
+        NoticeBoard::whereId($id)->delete();
+        NoticeSend::where('notice_id',$id)->delete();
+        return redirect('admin/notice_board/my_notice')->with('msg','Successfully Deleted!');
+    }
+}

+ 143 - 0
app/Http/Controllers/Admin/PayrollController.php

@@ -0,0 +1,143 @@
+<?php
+
+namespace App\Http\Controllers\Admin;
+
+use Illuminate\Http\Request;
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+
+use App\Models\Employee;
+use App\Models\EmploymentDetail;
+use App\Models\EmployeeEducation;
+use App\Models\EmployeeDocument;
+use App\Models\EducationLevel;
+use App\Models\DocumentType;
+use App\Models\Grade;
+use App\Models\Designation;
+use App\Models\PayrollHead;
+use App\Models\GradeStructure;
+use App\Models\PayrollStructure;
+use App\Models\PayrollStructureDetail;
+use App\Models\AccountHead;
+use App\Models\PayrollHistory;
+use App\Models\PayrollHistoryDetail;
+use App\Models\PayrollTransection;
+use App\Models\Journal;
+
+class PayrollController extends Controller
+{
+    public function index()
+    {
+        $data['title'] = "Employee Payroll";
+        $data['all']   = PayrollStructure::with(['employee','designationName.designation','grade','psHead.head','due'])->where('type','!=',4)->get();
+        return view('admin.payroll.index',$data);
+    }
+    public function create()
+    {
+        $data['title'] = "Employee Bill";
+        $data['all']   = PayrollStructure::with(['employee','designationName.designation','grade','psHead.head','due'])->where('type','!=',4)->get();
+        return view('admin.payroll.create',$data);
+    }
+    public function billCreate(Request $request)
+    {
+        $c_date = date('Y-m-d H:i:s');
+        $user_id = \Auth::user()->id;
+        $input = $request->all();
+        $condition = $input['emp_id'];
+        foreach ($condition as $key => $condition) {
+            
+            $ph_create = new PayrollHistory;
+            $ph_create->employee_id = $input['emp_id'][$key];
+            $ph_create->date = $c_date;
+            $ph_create->gross_amount = $input['salary'][$key];
+            $ph_create->status= 1;
+            $ph_create->added_by = $user_id;
+            $ph_create->save();
+            $gethead = PayrollStructure::with(['psHead'])->where('employee_id',$input['emp_id'][$key])->first();
+
+            foreach ($gethead->psHead as $key => $row) {
+                $psd = new PayrollHistoryDetail;
+                $psd->ph_id = $ph_create->id;
+                $psd->head_id = $row->head_id;
+                $psd->amount = $row->amount;
+                $psd->save();
+                
+            }
+        }
+        return redirect('admin/payroll')->with('msg','Employee Bill Created Successfully.');
+    }
+    
+    public function prUpdate($id)
+    {
+        $data['title'] = "Employee Payroll";
+        $data['single'] = PayrollStructure::with(['employee','designationName.designation','grade','psHead.head','payableDue'])->find($id);
+
+        $data['media'] = AccountHead::where('type_id',1)->orderBy('name','ASC')->get();
+        return view('admin.payroll.edit',$data);
+    }
+
+    
+    public function update(Request $request, $id)
+    {
+        //dd($request->all());
+        $user_id = \Auth::user()->id;
+        $c_date = date('Y-m-d H:i:s');
+
+        $input = $request->all();
+        $condition = $input['prh_id'];
+        foreach ($condition as $key => $condition) {
+            
+            $journal = new Journal;
+            $journal->ref_id = 1;
+            $journal->debit_account = 1;
+            $journal->credit_account =$request->media;
+            $journal->description =$request->description;
+            $journal->amount =$input['dues'][$key];
+            $journal->is_approaved =0;
+            $journal->client_id =0;
+            $journal->office_id =1;
+            $journal->save();
+
+
+
+            $prh_id = $input['prh_id'][$key];
+            $ph_create = PayrollHistory::find($prh_id);
+            $old_due = $ph_create->paid_amount;
+            $now_paid = $input['dues'][$key] + $old_due;
+            $ph_create->paid_amount = $now_paid;
+            $ph_create->save();
+
+            $prt =  new PayrollTransection;
+            $prt->ph_id = $ph_create->id;
+            $prt->journal_id = $journal->id;
+            $prt->date = $c_date;
+            $prt->save();
+
+        }
+
+        return redirect('admin/payroll')->with('msg','Employee Payment Successfully.');
+    }
+
+    
+    public function destroy($id)
+    {
+        PayrollStructure::whereId($id)->delete();
+        return redirect('admin/payroll_structure')->with('msg','Successfully Deleted!');
+    }
+    public function details($id)
+    {
+        $data['title'] = "Employee Payment History";
+        $data['emp'] = Employee::find($id);
+        $data['emp_details'] = EmploymentDetail::with(['designation','grade'])->where('employee_id',$id)->orderBy('id','DESC')->first();
+        $data['all'] = PayrollHistory::where('employee_id',$id)->orderBy('id','DESC')->get();
+        return view('admin.payroll.details',$data);
+    }
+    public function receipt($id , $pay_id)
+    {
+        $data['emp'] = Employee::find($id);
+        $data['emp_details'] = EmploymentDetail::with(['designation','grade'])->where('employee_id',$id)->orderBy('id','DESC')->first();
+        $data['pay'] = PayrollHistory::find($pay_id);
+        $data['single'] = PayrollStructure::with(['employee','designationName.designation','grade','psHead.head','payableDue'])->where('employee_id',$id)->first();
+        return view('admin.payroll.receipt',$data);
+    }
+}

+ 92 - 0
app/Http/Controllers/Admin/PayrollHeadController.php

@@ -0,0 +1,92 @@
+<?php
+
+namespace App\Http\Controllers\Admin;
+
+use Illuminate\Http\Request;
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+
+use App\Models\Employee;
+use App\Models\EmployeeEducation;
+use App\Models\EmployeeDocument;
+use App\Models\EducationLevel;
+use App\Models\DocumentType;
+use App\Models\Grade;
+use App\Models\Designation;
+use App\Models\PayrollHead;
+
+class PayrollHeadController extends Controller
+{
+    
+    public function index()
+    {
+        $data['title'] = "Payroll Head List";
+        $data['all'] = PayrollHead::orderBy('name','ASC')->get();
+        return view('admin.payroll_head.index',$data);
+    }
+
+    public function create()
+    {
+        $data['title'] = "Payroll Head Create";
+        return view('admin.payroll_head.add',$data);
+    }
+
+    
+    public function store(Request $request)
+    {
+        $this->validate($request,[
+            'name' => 'required'
+        ]);
+        $user_id = \Auth::user()->id;
+        $ph = new PayrollHead;
+        $ph->name = $request->name;
+        $ph->added_by = $user_id;
+        $ph->status = 1;
+        $ph->save();
+        return redirect('admin/payroll_head')->with('msg','Data Insert Successful!');
+
+    }
+    public function edit($id)
+    {
+        
+        $data['title'] = "Payroll Head Edit";
+        $data['single'] = PayrollHead::find($id);
+        return view('admin.payroll_head.edit',$data);
+    }
+
+    
+    public function update(Request $request, $id)
+    {
+        $this->validate($request,[
+            'name'            => 'required'
+        ]);
+        $user_id = \Auth::user()->id;
+        $phu = PayrollHead::find($id);
+        $phu->name = $request->name;
+        $phu->updated_by = $user_id;
+        $phu->save();
+        return redirect('admin/payroll_head')->with('msg','Data Update Successful!');
+    }
+
+    
+    public function destroy($id)
+    {
+        PayrollHead::whereId($id)->delete();
+        return redirect('admin/payroll_head')->with('msg','Successfully Deleted!');
+    }
+    public function statusUpdate($id)
+    {
+
+        $user_id = \Auth::user()->id;
+        $ph_info = PayrollHead::find($id);
+        if($ph_info->status == 0){
+            $ph_info->status = 1;
+            $status = 'published';
+        }else{
+            $ph_info->status = 0;
+            $status = 'unpublished';
+        }
+        $ph_info->update();
+
+    }
+}

+ 83 - 0
app/Http/Controllers/Admin/PayrollStructureController.php

@@ -0,0 +1,83 @@
+<?php
+
+namespace App\Http\Controllers\Admin;
+
+use Illuminate\Http\Request;
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+
+use App\Models\Employee;
+use App\Models\EmployeeEducation;
+use App\Models\EmployeeDocument;
+use App\Models\EducationLevel;
+use App\Models\DocumentType;
+use App\Models\Grade;
+use App\Models\Designation;
+use App\Models\PayrollHead;
+use App\Models\GradeStructure;
+use App\Models\PayrollStructure;
+use App\Models\PayrollStructureDetail;
+
+class PayrollStructureController extends Controller
+{
+    public function index()
+    {
+        $data['title'] = "Employee Payroll Structure";
+        $data['all']   = PayrollStructure::with(['psHead','employee','designationName.designation','grade','gradeHead.head'])->where('type','!=',4)->get();
+        return view('admin.payroll_structure.index',$data);
+    }
+    
+    public function psUpdate($id)
+    {
+        $data['title'] = "Payroll Structure Update";
+        $data['single'] = PayrollStructure::with(['employee','designationName.designation','grade','psHead.head'])->find($id);
+        $data['head'] = GradeStructure::with(['head'])->where('grade_id',$data['single']->grade_id)->get();
+        return view('admin.payroll_structure.edit',$data);
+    }
+
+    
+    public function update(Request $request, $id)
+    {
+        $user_id = \Auth::user()->id;
+        $this->validate($request,[
+            'amount.*' => 'required'
+        ],
+        ['required' => 'Amount Field is Required.']);
+
+        PayrollStructureDetail::where('structure_id',$id)->delete();
+        $input = $request->all();
+        $condition = $input['head'];
+        foreach ($condition as $key => $condition) {
+            $psd = new PayrollStructureDetail;
+            $psd->structure_id = $id;
+            $psd->head_id = $input['head'][$key];
+            $psd->amount = $input['amount'][$key];
+            $psd->added_by = $user_id ;
+            $psd->save();
+        }
+
+        return redirect('admin/payroll_structure')->with('msg','Data Update Successful!');
+    }
+
+    
+    public function destroy($id)
+    {
+        PayrollStructure::whereId($id)->delete();
+        return redirect('admin/payroll_structure')->with('msg','Successfully Deleted!');
+    }
+    public function statusUpdate($id)
+    {
+
+        $user_id = \Auth::user()->id;
+        $ph_info = PayrollStructure::find($id);
+        if($ph_info->status == 0){
+            $ph_info->status = 1;
+            $status = 'published';
+        }else{
+            $ph_info->status = 0;
+            $status = 'unpublished';
+        }
+        $ph_info->update();
+
+    }
+}

+ 54 - 0
app/Http/Controllers/Admin/PermissionController.php

@@ -0,0 +1,54 @@
+<?php
+
+namespace App\Http\Controllers\Admin;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+use App\User;
+use App\Models\Role;
+use App\Models\Permission;
+use Validator;
+class PermissionController extends Controller
+{
+    public function index(){
+
+        $data['title1'] = "Permission List";
+    	$data['title2'] = "Permission Add";
+        $data['all_permissions'] = Permission::orderBy('name','ASC')->get();
+    	return view('admin.permission.index',$data);
+    }
+    public function store(Request $request){
+        $this->validate($request,[
+            'name'         => 'required|unique:permissions,name',
+            'display_name' => 'required',
+        ]);
+        $permission = new Permission();
+        $permission->name         = $request->name;
+        $permission->display_name = $request->display_name;
+        $permission->save();
+        return back()->with('msg','Data Insert Successful !');
+    }
+    public function edit($id){
+        $data['title'] = "Permission Edit";
+        $data['permissions'] = Permission::find($id);
+        return view('admin.permission.edit',$data);
+    }
+    public function update(Request $request,$id){
+        $this->validate($request,[
+            'name'         => 'required',
+            'display_name' => 'required',
+        ]);
+        $permission =Permission::find($id);
+        $permission->name         = $request->name;
+        $permission->display_name = $request->display_name;
+        $permission->update();
+        return redirect('admin/permissions')->with('msg','Data Update Successful !');
+    }
+
+    public function destroy($id){
+        Permission::whereId($id)->delete();
+        return back()->with('msg','Data Delete Successful !');
+    }
+}

+ 54 - 0
app/Http/Controllers/Admin/ReportTaskController.php

@@ -0,0 +1,54 @@
+<?php
+
+namespace App\Http\Controllers\Admin;
+
+use Illuminate\Http\Request;
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+
+use App\User;
+use App\Models\Task;
+
+class ReportTaskController extends Controller
+{
+    public function completed_task_by_user(){
+
+    	$data['title'] = "Report - Completed Tasks";
+    	$data['all'] = "";
+    	$data['user_name'] = "";
+    	$data['tdate'] = "";
+    	$data['fdate'] = "";
+    	$data['users'] = User::where('utype',2)->where('active',1)->get();
+
+    	return view('admin.report.completed_task_by_user',$data);
+    }
+
+    public function search_completed_task_by_user(Request $req){
+
+    	$fromdate = $req->fromdate;
+    	$todate = $req->todate;
+    	$user_id = $req->user_id;
+
+    	$user_name = User::find($user_id)->name;
+
+    	$data['title'] = "Report - Completed Tasks";
+    	$data['user_name'] = $user_name;
+    	$data['tdate'] = $todate;
+    	$data['fdate'] = $fromdate;
+    	$data['all'] =  Task::where('start_time','>=',$fromdate)->with('proj_name')
+    					->where('closing_time','<=',$todate)
+    					->where('user_id',$user_id)
+    					->where('status',6)->orderBy('proj_id')->get();
+    	$data['users'] = User::where('utype',2)->where('active',1)->get();
+
+    	return view('admin.report.completed_task_by_user',$data);
+    }
+
+    public function work_flow()
+    {
+        $data['title'] = "Work flow";
+        $data['all'] = User::where('utype',2)->get();
+    
+        return view('admin.report.work_flow',$data);
+    }
+}

+ 54 - 0
app/Http/Controllers/Admin/RevenueController.php

@@ -0,0 +1,54 @@
+<?php
+
+namespace App\Http\Controllers\Admin;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+use App\Models\AccountType;
+use App\Models\AccountHead;
+use App\Models\Journal;
+use App\User;
+
+use App\Models\CompanyModel;
+class RevenueController extends Controller
+{
+
+	function index()
+	{
+		$data['companies']=CompanyModel::where('status',2)->orderBy('name','asc')->get();
+		$data['account_types']=AccountHead::where('type_id',1)->get();
+
+		$data['credit_heads']=AccountHead::where('type_id',4)->get();
+
+		$data['title']='Add Revenue';
+		return view('admin.revenue.index',$data);
+	}
+
+	function store(Request $req)
+	{
+		$this->validate($req,[
+			'debit_head'=>'required',
+			'credit_head'=>'required',
+			'amount'=>'required|numeric'
+		]);
+
+		$journal=new Journal();
+
+		$journal->ref_id=$req->get('credit_head');
+		$journal->debit_account=$req->get('debit_head');
+		$journal->credit_account=$req->get('credit_head');
+		$journal->description=$req->get('description');
+		$journal->amount=$req->get('amount');
+		$journal->is_approaved=0;
+		$journal->created_by=\Auth::user()->id;
+		$journal->created_at=$req->get('date',date('Y-m-d'));
+		$journal->client_id=$req->get('client');
+		$journal->save();
+
+		$req->session()->flash('success','Revenue added successfully !');
+		return redirect('account/revenue');
+	}
+
+}

+ 77 - 0
app/Http/Controllers/Admin/RoleController.php

@@ -0,0 +1,77 @@
+<?php
+
+namespace App\Http\Controllers\Admin;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+use App\User;
+use App\Models\Role;
+use App\Models\Permission;
+use Validator;
+use DB;
+class RoleController extends Controller
+{
+    public function index(){
+
+        $data['title1'] = "Roles List";
+    	$data['title2'] = "Roles Add";
+        $data['all_roles'] = Role::orderBy('display_name','ASC')->get();
+    	$data['all_permissions'] = Permission::orderBy('display_name','ASC')->get();
+    	return view('admin.role.index',$data);
+    }
+    public function store(Request $request){
+        $this->validate($request,[
+            'name'         => 'required|unique:roles,name',
+            'display_name' => 'required',
+            'permission' => 'required',
+        ]);
+        $role = new Role();
+        $role->name         = $request->name;
+        $role->display_name = $request->display_name;
+        $role->save();
+        if (!empty($request->input('permission'))) {
+            foreach ($request->input('permission') as $key => $value) {
+            $role->attachPermission($value);
+            }
+        }
+        
+        return back()->with('msg','Data Insert successful !');
+    }
+    public function edit($id){
+        $data['title'] = "Role Edit";
+        $data['role'] = Role::find($id);
+        $data['all_permissions'] = Permission::get();
+        $data['rolePermissions'] = $rolePermissions = DB::table("permission_role")->where("permission_role.role_id",$id)->lists('permission_role.permission_id','permission_role.permission_id');
+        return view('admin.role.edit',$data);
+    }
+
+    public function update(Request $request,$id){
+        $this->validate($request,[
+            'name'         => 'required',
+            'display_name' => 'required',
+            'permission' => 'required',
+        ]);
+        $role = Role::find($id);
+        $role->name         = $request->name;
+        $role->display_name = $request->display_name;
+        $role->update();
+
+        if (!empty($request->input('permission'))) {
+            DB::table("permission_role")->where("permission_role.role_id",$id)
+            ->delete();
+            foreach ($request->input('permission') as $key => $value) {
+                $role->attachPermission($value);
+            }
+        }
+
+ 
+        return redirect('admin/roles')->with('msg','Data Update successful !');
+    }
+
+    public function destroy($id){
+    	Role::whereId($id)->delete();
+    	return back()->with('msg','Data Delete successful !');
+    }
+}

+ 650 - 0
app/Http/Controllers/Admin/TaskController.php

@@ -0,0 +1,650 @@
+<?php
+
+namespace App\Http\Controllers\Admin;
+
+use App\Http\Controllers\Controller;
+use App\Http\Requests;
+use App\Models\ActivityLog;
+use App\Models\AssignProject;
+use App\Models\Comment;
+use App\Models\CompanyActivity;
+use App\Models\CompanyModel;
+use App\Models\Group;
+use App\Models\Notification;
+use App\Models\Project;
+use App\Models\Task;
+use App\User;
+use Auth;
+use DateTime;
+use Illuminate\Http\Request;
+use Mail;
+class TaskController extends Controller
+{
+    public function index(){
+
+        $data['title'] = "All Task";
+        $data['projectss'] = Project::all();
+        $data['groups'] = Group::where('user_id',0)->get();
+        $data['users'] = User::where('active',1)->where('utype','<',3)->orderBy('name')->get();
+
+        $data['tasks'] = Task::with('proj_name')->orderBy('created_time')->paginate(25);
+        return view('admin.task.task',$data);
+
+        /*
+        1=Created;
+        2=in process;
+        3=Completed;
+        4=checking;
+        5=bugfixing;
+        6=done;
+        */
+    }
+    public function deadlineToday(){
+        $data['title'] = "Deadline Today";
+        $data['projectss'] = Project::all();
+        $data['groups'] = Group::where('user_id',0)->get();
+        $data['users'] = User::where('active',1)->where('utype','<',3)->orderBy('name')->get();
+
+        $data['today_tasks'] = Task::with(['user','proj_name'])->where('user_id','!=',0)->where('status','!=',6)->whereDate('dead_line', '=', date('Y-m-d'))->orderBy('created_time')->paginate(25);
+        return view('admin.task.today_task',$data);
+    }
+    public function deadlineMissed(){
+        $data['title'] = "Deadline Missed";
+        $data['projectss'] = Project::all();
+        $data['groups'] = Group::where('user_id',0)->get();
+        $data['users'] = User::where('active',1)->where('utype','<',3)->orderBy('name')->get();
+        $data['deadline_missed'] = Task::with(['user','proj_name'])->where('user_id','!=',0)->where('status','!=',6)->whereDate('dead_line', '<', date('Y-m-d'))->orderBy('created_time')->paginate(25);
+        return view('admin.task.deadline_missed',$data);
+    }
+    public function completedToday(){
+        $data['title'] = "Completed Today";
+        $data['projectss'] = Project::all();
+        $data['groups'] = Group::where('user_id',0)->get();
+        $data['users'] = User::where('active',1)->where('utype','<',3)->orderBy('name')->get();
+        $data['completed_today'] = Task::with(['user','proj_name'])->where('user_id','!=',0)->where('status','=',6)->whereDate('closing_time', '=', date('Y-m-d'))->orderBy('created_time')->paginate(25);
+        return view('admin.task.completed_today',$data);
+    }
+    public function completedYesterday(){
+        $data['title'] = "Completed Yesterday";
+        $data['projectss'] = Project::all();
+        $data['groups'] = Group::where('user_id',0)->get();
+        $data['users'] = User::where('active',1)->where('utype','<',3)->orderBy('name')->get();
+        $data['completed_yesterday'] = Task::with(['user','proj_name'])->where('user_id','!=',0)->where('status',6)->whereDate('closing_time', '=', date('Y-m-d'))->orderBy('created_time')->paginate(25);
+        return view('admin.task.completed_yesterday',$data);
+    }
+    public function pendingTask(){
+        $data['title'] = "Pending Task";
+        $data['projectss'] = Project::all();
+        $data['groups'] = Group::where('user_id',0)->get();
+        $data['users'] = User::where('active',1)->where('utype','<',3)->orderBy('name')->get();
+        $data['pending_task'] = Task::with(['user','proj_name'])->where('user_id','!=',0)->where('status','!=',6)->orderBy('created_time')->paginate(25);
+        return view('admin.task.pending_task',$data);
+    }
+    public function inProcess(){
+        $data['title'] = "In Process";
+        $data['projectss'] = Project::all();
+        $data['groups'] = Group::where('user_id',0)->get();
+        $data['users'] = User::where('active',1)->where('utype','<',3)->orderBy('name')->get();
+        $data['in_process'] = Task::with(['user','proj_name'])->where('user_id','!=',0)->whereIn('status',[2,3,4,5])->orderBy('created_time')->paginate(25);
+        return view('admin.task.in_process',$data);
+    }
+
+    public function add_task(Request $request){
+        
+        $name = $request->name;
+        $proj_id = $request->proj_id;
+        $p=Project::find($proj_id);
+        
+        $office_id=$p->office_id;
+        
+        $description = $request->description;
+        $estimated_time = $request->estimated_time;
+        $task_type = $request->task_type;
+        $priority = $request->priority;
+        $dead_date = $request->dead_line;
+        //$dead_hour = $request->dead_hour;
+        //$dead_min = $request->dead_min;
+        $assigned_user = $request->user_id;
+        $dead_line = $dead_date;
+        
+        date_default_timezone_set("Asia/Dhaka"); 
+        $cdate = date('Y-m-d H:i:s');
+
+        $sav = new Task;
+        $sav->name = $name;
+        $sav->type = $task_type;
+        $sav->proj_id = $proj_id;
+        $sav->priority = $priority;
+        $sav->dead_line = $dead_line;
+        $sav->description = $description;
+        $sav->created_time = $cdate;
+        $sav->created_by = Auth::user()->id;
+        $sav->status = 1;
+        $sav->user_id=$assigned_user;
+        $sav->assign_by = Auth::user()->id;
+        $sav->assign_time = $cdate;
+        $sav->office_id =  $office_id;
+        $sav->save();
+
+        $task_id = $sav->id;
+
+            //send email to add user add with this proj
+            $proj_user = AssignProject::where('proj_id',$proj_id)->get();
+            $proj_namee = Project::find($proj_id)->name;
+
+            foreach($proj_user as $pu){
+
+                $data = [
+                    'task_name' => $name,
+                    'proj_name' => $proj_namee,
+                    'user_name' => $pu->one_user->name,
+                    'details'   => $description,
+                ];
+
+                $subj = "A task has been created in ".$proj_namee.".";
+
+                $this->send_email_new_task($pu->one_user->email,$subj,$data);
+            }
+            
+        //activity log
+        $msg = "Task: $name created.";
+        $this->task_log($msg,$task_id,$proj_id);  //call function
+
+        //notification
+        $projj_name = Project::find($proj_id)->name;
+        $adminss = User::where('utype',1)->get();
+        
+        $post_by_name = Auth::user()->name;
+        $post_by_id = Auth::user()->id;
+        $msg = "Task:$name created in Proj:$projj_name by ".$post_by_name;
+
+        foreach($adminss as $info){
+            if($info->id != $post_by_id){
+                $this->notification($info->id, $msg);
+            }
+        }
+        
+        $ass_usr = AssignProject::where('proj_id',$proj_id)->get();
+
+        if(count($ass_usr) > 0){
+            foreach($ass_usr as $info){
+                $this->notification($info->user_id, $msg);
+            }    
+        }
+
+        return redirect()->back()->with('message','Success');
+    }
+
+    public function remove_task($id)
+    {
+        $del = Task::find($id);
+
+            //activity log
+            $msg = "Task:".$del->name." removed.";
+            $this->project_log($msg,$del->proj_id);  //call function
+
+            //notification
+            $projj_name = Project::find($del->proj_id)->name;
+            $name = $del->name;
+            $adminss = User::where('utype',1)->get();
+            
+            $post_by_name = Auth::user()->name;
+            $post_by_id = Auth::user()->id;
+            $msg = "Task:$name removed from Proj:$projj_name by ".$post_by_name;
+
+            foreach($adminss as $info){
+                if($info->id != $post_by_id){
+                    $this->notification($info->id, $msg);
+                }
+            }
+            
+            $ass_usr = AssignProject::where('proj_id',$del->proj_id)->get();
+
+            if(count($ass_usr) > 0){
+                foreach($ass_usr as $info){
+                    $this->notification($info->user_id, $msg);
+                }    
+            }
+            //end notification
+
+        $del->delete();
+
+        return redirect()->back()->with('data','Delete successfully !!');
+    }
+
+    public function change_tast_by_proj(Request $req)
+    {
+        $proj_id = $req->proj_id;
+        $all = Task::where('proj_id',$proj_id)->get();
+        $str = "";
+
+        $str .="<select>";
+            $str .="<option value='all'>All Tast</option>";
+        foreach($all as $info){
+            $str .="<option value=".$info->id.">".$info->name."</option>";
+        }
+        $str .="</select>";
+
+        return $str;
+    }
+
+    public function user_list_for_task_assign(Request $req){
+
+        $proj_id = $req->proj_id;
+        $task_id = $req->task_id;
+
+        $all = AssignProject::with('one_user')->where('proj_id',$proj_id)->get();
+
+        $str = "";
+        $str .="<select>";
+        foreach($all as $info){
+            $str .="<option value={$info->user_id}>".$info->one_user->name."</option>";
+        }
+        $str .="</select>";
+
+        //getting status of this task
+            $task_sta = Task::find($task_id);
+            $task_status = $task_sta->status;
+            $deadline =$task_sta->dead_line;
+            if(!empty($task_sta->description))
+            {
+                $details = $task_sta->description;
+            }
+            else{
+                $details = "No details...";
+            }
+
+        //tast already assigned user
+            $str1 = $this->fetch_task_assign_user($task_id);  //call function
+
+        //activity log fetch
+            $logss = ActivityLog::with('one_user')->where('task_id',$task_id)->orderBy('id','DESC')->get();
+            $str_log = "";
+
+            foreach($logss as $log){
+                $str_log .="* $log->msg -".$log->one_user->name."<br>";
+            }
+
+        //comments fetch
+            $str_comment = $this->fetch_comments($task_id);
+
+        $data[0] = $str;
+        $data[1] = $str1;
+        $data[2] = $str_log;
+        $data[3] = $str_comment;
+        $data[4] = $task_status;
+        $data[5] = $details;
+        $data[6] = $deadline;
+        
+        return $data;
+
+    }
+
+    public function task_assign_to_user(Request $req){
+
+        $task_id = $req->id_task_id;
+        $estimated_time = $req->id_estimated_time;
+        $user_id = $req->id_user_id;
+        date_default_timezone_set("Asia/Dhaka"); 
+        $cdate = date('Y-m-d H:i:s');
+        $assign_by = Auth::user()->id;
+        //dd($estimated_time);
+        $sav = Task::find($task_id);
+        $sav->user_id = $user_id;
+
+            //fetch for activity log
+            $proj_id = $sav->proj_id;
+            $task_name = $sav->name;
+            //send email to add user add with this proj
+            $data = [
+                'task_name' => $sav->name,
+                'proj_name' => $sav->proj_name->name,
+                'user_name' => User::find($user_id)->name,
+                'estimated_time' => $estimated_time,
+                'assign_by' => User::find($assign_by)->name,
+            ];
+
+            $this->send_email_assign_task($sav->user->email,'Task assign to you',$data);
+
+        $sav->assign_by = $assign_by;
+        $sav->assign_time = $cdate;
+        $sav->estimated_time = $estimated_time;
+        $sav->save();
+
+        //activity log
+        $nam = User::find($user_id);
+        $msg = "User: $nam->name added";
+        $this->task_log($msg,$task_id,$proj_id);  //call function
+
+        //notification
+        $projj_name = Project::find($proj_id)->name;
+        $adminss = User::where('utype',1)->get();
+        
+        $post_by_name = Auth::user()->name;
+        $post_by_id = Auth::user()->id;
+
+        $msg = "$nam->name assigned in Task:$task_name of Proj:$projj_name by ".$post_by_name;
+
+        foreach($adminss as $info){
+            if($info->id != $post_by_id){
+                $this->notification($info->id, $msg);   
+            }
+        }
+        
+        $msg = "You assigned in Task:$task_name of Proj:$projj_name by ".$post_by_name;
+        $this->notification($user_id, $msg);
+        //---end notification
+
+        $str = $this->fetch_task_assign_user($task_id);
+
+        return $str;
+    }
+
+    public function remove_assign_task_user(Request $req){
+
+        $id = $req->id;            //here id and task id same
+        $task_id = $req->task_id;
+
+        $del = Task::find($id);
+            //fetch proj_id for activity log
+            $proj_id = $del->proj_id;
+            //activity log
+            $nam = User::find($del->user_id);
+            $msg = "User: $nam->name removed";
+            $this->task_log($msg,$task_id,$proj_id);  //call function
+        $del->user_id = 0;
+        $del->save();
+
+        $str = $this->fetch_task_assign_user($task_id); //call function
+        return $str;
+
+    }
+
+    public function add_task_comment(Request $req){
+
+        $comment = $req->comment;
+        $task_id = $req->task_id;
+
+        date_default_timezone_set("Asia/Dhaka"); 
+        $assign_time = date('Y-m-d H:i:s');
+
+        if(!empty($comment) && $task_id > 0){
+            $sav = new Comment;
+            $sav->comment = $comment;
+            $sav->task_id = $task_id;
+            $sav->date_time = $assign_time;
+            $sav->post_by = Auth::user()->id;
+            $sav->save();
+        }
+
+            //activity log
+            $task_info = Task::find($task_id);
+            $task_name = $task_info->name;
+            $proj_id  = $task_info->proj_id;
+            $user_id = $task_info->user_id;
+            $msg = "$comment -added to $task_name.";
+            $this->task_log($msg,$task_id,$proj_id);  //call function
+
+            //notification
+            $fetch_proj = Project::find($proj_id);
+            $projj_name = $fetch_proj->name;
+            $client_id = $fetch_proj->client_id;
+            $adminss = User::where('utype',1)->get();
+
+            $notification_post_by = Auth::user()->name;
+            $noti_post_by_id = Auth::user()->id;
+            $msg = "A comment added in Task:$task_name of Proj:$projj_name by ".$notification_post_by;
+            
+            foreach($adminss as $info){
+                if($info->id != $noti_post_by_id){
+                    $this->notification($info->id, $msg);
+                }
+            }
+            
+            $this->notification($user_id, $msg);
+            $this->notification($client_id, $msg);
+            //--------end notification
+
+        $str = $this->fetch_comments($task_id);
+
+        return $str;
+    }
+
+    public function project_log($msg,$proj_id)
+    {
+        date_default_timezone_set("Asia/Dhaka"); 
+        $assign_time = date('Y-m-d H:i:s');
+
+        $sav = new ActivityLog;
+        $sav->msg = $msg;
+        $sav->proj_id = $proj_id;
+        $sav->logged_user_id = Auth::user()->id;
+        $sav->created_at = $assign_time;
+        $sav->save();
+    }
+
+    public function fetch_task_assign_user($task_id)
+    {
+        $fetch = Task::with('user')->find($task_id);
+        //echo $fetch->user_id;
+        $str = "";
+        if($fetch->user_id > 0){
+            $test=date("F jS, Y h:i:s", strtotime($fetch->estimated_time));
+            $str .="<input type='hidden' value=".$fetch->id.">";
+            $str .= $fetch->user->name."<br/>Estimated time: ".$test." <span style='color:#FD4B39;cursor:pointer;' class='remove-task-assign-user'><i class='fa fa-times pull-right' aria-hidden='true'></i></span><br>";
+        }
+        else{
+            $str .= "No user assigned";
+        }
+
+        return $str;
+    }
+
+    public function task_log($msg,$task_id,$proj_id)
+    {
+        date_default_timezone_set("Asia/Dhaka"); 
+        $assign_time = date('Y-m-d H:i:s');
+
+        $sav = new ActivityLog;
+        $sav->msg = $msg;
+        $sav->proj_id = $proj_id;
+        $sav->task_id = $task_id;
+        $sav->logged_user_id = Auth::user()->id;
+        $sav->created_at = $assign_time;
+        $sav->save();
+    }
+
+    public function fetch_comments($task_id){
+
+        $fetch = Comment::with('user')->where('task_id',$task_id)->orderBy('id','DESC')->get();
+        $str = "";
+
+        if(count($fetch) > 0){
+            
+            foreach($fetch as $fet)
+            {
+                $immmgg = "assets/document/task/$fet->url";
+                $str .="<input type='hidden' value=".$fet->id.">";
+
+                $str .= $fet->comment ."-by ".$fet->user->name."<br/>";
+                
+                if(!empty($fet->url)){
+                $str .="<br/><a target='_blank' href=".url("assets/document/task/$fet->url").">
+                <img height='150' width='120' src='".asset($immmgg)."'></a>";
+                }
+                
+                $str .="<span style='color:#FD4B39;cursor:pointer;margin-left:10px' data-id='".$fet->id."' class='edit_comment pull-right'><i class='fa fa-pencil-square-o' aria-hidden='true'></i></span>
+                <span style='color:#FD4B39;cursor:pointer;' data-id='".$fet->id."' class='remove_comment'><i class='fa fa-times pull-right' aria-hidden='true'></i></span><br/>";
+            }
+        }
+
+        return $str;
+    }
+
+    public function change_to_process(Request $req)
+    {
+        $task_id = $req->task_id;
+        $status = $req->status;
+
+        date_default_timezone_set("Asia/Dhaka"); 
+        $t_time = date('Y-m-d H:i:s');
+
+        $sav = Task::find($task_id);
+            $task_name = $sav->name;
+
+        $sav->status = $status;
+        if($status == 2){
+            $sav->start_time = $t_time;   
+        }
+        elseif($status == 6){
+            $sav->closing_time = $t_time;
+        }
+            //fetch proj_id for activity log
+            $proj_id = $sav->proj_id;
+        
+        if($sav->save())
+        {
+            $text = "";
+            if($status == 2){ $text = "in-process"; }
+            elseif($status == 3){ $text = "completed"; }
+            elseif($status == 4){ $text = "checking"; }
+            elseif($status == 5){ $text = "bug-fixing"; }
+            elseif($status == 6){ $text = "done"; }
+
+            $msg = "$task_name -Change status to: $text";
+            $this->task_log($msg,$task_id,$proj_id);  //call function
+            
+            return "Yes";
+        }
+        else{
+            return "No";
+        }
+    }
+
+    public function send_email_new_task($uemail,$subj,$data){
+
+        Mail::send('emails.new_task', $data, function ($message) use ($uemail,$subj)
+        {
+        $message->from('m.revinr@gmail.com', 'Revinr Task Management');
+        $message->to($uemail)->subject($subj);
+        });
+    }
+
+    public function send_email_assign_task($uemail,$subj,$data){
+
+        Mail::send('emails.task_assign', $data, function ($message) use ($uemail,$subj)
+        {
+        $message->from('m.revinr@gmail.com', 'Revinr Task Management');
+        $message->to($uemail)->subject($subj);
+        });
+    }
+
+    public function notification($user_id,$msg){
+
+        $sav = new Notification;
+        $sav->user_id = $user_id;
+        $sav->msg = $msg;
+        $sav->status = 1;
+        $sav->save();
+    }
+
+    public function company_task(Request $request, $typ){
+        //dd($request->all());
+        date_default_timezone_set("Asia/Dhaka");
+        $company_id = $request->company_id;
+        if($typ == 'manager_task'){
+            $task_type = 1;
+            $act_val = 'New Task created';
+        }elseif($typ == 'manager_appointment'){
+            $task_type = 2;
+            $act_val = 'New Appointment created';
+        }elseif($typ == 'manager_phone'){
+            $task_type = 3;
+            $act_val = 'New Call date created';
+        }else{
+            $task_type = 4;
+            $act_val = 'An email Sent';
+        }
+        if($task_type != 4){
+            $name = $request->name;
+            $desc = $request->description;
+            $priority = $request->priority;
+            $date = $request->date;
+            $cur_date = date('Y-m-d H:i:s');
+
+            $company = CompanyModel::find($company_id);
+            $manager_id = $company->account_manager;
+
+            $manager = User::find($manager_id);
+
+            if($manager_id != null){
+                $sav = new Task;
+                $sav->name = $name;
+                $sav->type = 0;
+                $sav->proj_id = 0;
+                $sav->priority = $priority;
+                $sav->dead_line = $date;
+                $sav->description = $desc;
+                $sav->created_time = $cur_date;
+                $sav->created_by = Auth::user()->id;
+                $sav->status = 1;
+                $sav->user_id = $manager_id;
+                $sav->assign_by = Auth::user()->id;
+                $sav->assign_time = $cur_date;
+                $sav->office_id =  1;
+                $sav->task_type =  $task_type;
+                $sav->client_id =  $company_id;
+                $sav->save();
+                
+                $act = new CompanyActivity;
+                $act->activity = $act_val;
+                $act->company_id = $company_id;
+                $act->date = $cur_date;
+                $act->save();
+
+
+                $data = [
+                    'task_name' => $name,
+                    'company_name' => $company->name,
+                    'prio' => $priority,
+                    'type' => $task_type,
+                    'details'   => $desc,
+                    'date'   => $date,
+                    'manager_name' => $manager->name
+                ];
+
+                $subj = "New Task Added";
+                $uemail = $manager->email;
+
+                Mail::send('emails.company_task', $data, function ($message) use ($uemail,$subj)
+                {
+                $message->from('m.revinr@gmail.com', 'Revinr Task Management');
+                $message->to($uemail)->subject($subj)->cc('helaldu@gmail.com');
+                });
+            }
+        }else{
+            $client = User::find($request->mail_to);
+            $client_name = $client->name;
+            $client_email = $client->email;
+            $to = $client_email;
+            $subject = $request->subject;
+            $message = $request->message;
+
+            $data = ['msg' => $message];
+
+            Mail::send('emails.email_to_client', $data, function ($message) use ($to,$subject)
+            {
+            $message->from('m.revinr@gmail.com', 'Revinr Task Management');
+            $message->to($to)->subject($subject)->cc('helaldu@gmail.com');
+            });
+
+            $act = new CompanyActivity;
+            $act->activity = $act_val;
+            $act->company_id = $company_id;
+            $act->date = date('Y-m-d H:i:s');
+            $act->save();
+        }
+
+        return redirect()->back()->with('message','Success');
+    }
+}

+ 67 - 0
app/Http/Controllers/Admin/UserGroupController.php

@@ -0,0 +1,67 @@
+<?php
+
+namespace App\Http\Controllers\Admin;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+use App\User;
+use App\Models\Group;
+
+class UserGroupController extends Controller
+{
+    public function index(){
+
+    	$data['title'] = "User group";
+    	$data['all'] = Group::where('depend_on',0)->orderBy('depend_on')->get();
+    	$data['all_user'] = User::where('active',1)->get();
+    	$data['all_group'] = Group::where('user_id',0)->get();
+
+    	return view('admin.user_group',$data);
+
+        /*
+        1=Created;
+        2=in process;
+        3=Completed;
+        4=checking;
+        5=bugfixing;
+        5=done;
+        */
+    }
+
+    public function add_group_user(Request $req){
+    	
+    	$type = $req->type;
+    	$group_name = $req->group_name;
+    	$group_id = $req->group_id;
+    	$user_id = $req->user_id;
+    	$designation = $req->designation;
+
+    	if($type == 1){
+    		$sav = new Group;
+    		$sav->group_name = $group_name;
+    		$sav->save();
+    	}
+    	elseif($type == 2){
+    		$sav = new Group;
+    		$sav->user_id = $user_id;
+    		$sav->depend_on = $group_id;
+    		$sav->designation = $designation;
+            $sav->active = 1;
+    		$sav->save();
+    	}
+    	else{
+
+    	}
+
+    	return redirect()->back()->with('msg','Saved successfully !');
+
+    }
+
+    public function remove_group_user($id){
+    	
+    	$del = Group::find($id)->delete();
+    	return redirect()->back()->with('msg','Removed successfully !');
+    }
+}

+ 104 - 0
app/Http/Controllers/Admin/UsersController.php

@@ -0,0 +1,104 @@
+<?php
+
+namespace App\Http\Controllers\Admin;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+use App\User;
+use Validator;
+use App\Models\CompanyModel;
+use App\Models\Role;
+class UsersController extends Controller
+{
+    public function index(){
+
+        $data['title'] = "User management";
+        $data['all'] = User::orderBy('utype')->get();
+        $data['client_list']=CompanyModel::where('status',2)->get();
+        $data['roles']=Role::orderBy('name','ASC')->get();
+        return view('admin.users',$data);
+
+        /*
+        1=Created;
+        2=in process;
+        3=Completed;
+        4=checking;
+        5=bugfixing;
+        5=done;
+        */
+    }
+
+    public function add_user(Request $req){
+
+        $name = $req->name;
+        $email = $req->email;
+        $mob = $req->mob;
+        $address = $req->address;
+        $company = $req->company;
+        $website = $req->website;
+        $user_type = $req->user_type;
+        $password = bcrypt($req->password);
+
+        $sav = new User;
+        $sav->employee_id=  $req->e_id;
+        $sav->designation=  $req->designation;
+        $sav->name = $name;
+        $sav->email = $email;
+        $sav->mob = $mob;
+        $sav->address = $address;
+        $sav->company = $company;
+        $sav->website = $website;
+        $sav->utype = $user_type;
+        $sav->password = $password;
+        $sav->active = 1;
+        $sav->save();
+        if (!empty($req->input('role'))) {
+            $sav->attachRole($req->role);
+        }
+
+        return redirect()->back()->with('msg','Data saved !!');
+
+    }
+    public function user_active($id)
+    {
+        $user = User::find($id);
+        if($user->active == 0){
+            $user->active = 1;
+            $status = 'published';
+        }else{
+            $user->active = 0;
+            $status = 'unpublished';
+        }
+        $user->update();
+        return back();
+
+    }
+
+    public function change_user_pass(Request $req){
+
+        $id = $req->user_id;
+        $password = $req->password;
+
+        $data = [
+            'password' => $req->password,
+            'password_confirmation' => $req->password_confirmation,
+        ];
+
+        $validator = Validator::make($data, [
+            'password' => 'required|min:6|confirmed',
+        ]);
+
+        if($validator->fails()){
+            return redirect()->back()->with('msg','Operation failed');
+        }
+        else{
+            $sav = User::find($id);
+            $sav->password = bcrypt($password);
+            $sav->save();
+
+            return redirect()->back()->with('msg','Password changed successfully !');
+        }
+    }
+}

+ 143 - 0
app/Http/Controllers/Admin/VocabularyController.php

@@ -0,0 +1,143 @@
+<?php
+
+namespace App\Http\Controllers\Admin;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+use App\User;
+use Auth;
+use DB;
+use App\Models\Vocabulary;
+use App\Models\Vocabulary_questions;
+class VocabularyController extends Controller
+{
+    public function __construct()
+    {
+        $this->middleware('auth');
+    }
+    /**
+     * Display a listing of the resource.
+     *
+     * @return \Illuminate\Http\Response
+     */
+    public function index(Request $request)
+    {
+        date_default_timezone_set("Asia/Dhaka");
+        $all_vocabularies=Vocabulary::orderBy('id','DESC')->paginate(15);
+        return view('admin.vocabulary.index',compact('all_vocabularies'))->with('i', ($request->input('page', 1) - 1) * 15);
+    }
+
+    /**
+     * Show the form for creating a new resource.
+     *
+     * @return \Illuminate\Http\Response
+     */
+    public function create()
+    {
+        //
+    }
+
+    /**
+     * Store a newly created resource in storage.
+     *
+     * @param  \Illuminate\Http\Request  $request
+     * @return \Illuminate\Http\Response
+     */
+    public function store(Request $request)
+    {
+        //
+    }
+
+    /**
+     * Display the specified resource.
+     *
+     * @param  int  $id
+     * @return \Illuminate\Http\Response
+     */
+    public function show($id)
+    {
+        //
+    }
+
+    /**
+     * Show the form for editing the specified resource.
+     *
+     * @param  int  $id
+     * @return \Illuminate\Http\Response
+     */
+    public function edit($id)
+    {
+        $item           =   Vocabulary::find($id);
+        $meaning_ques   =   Vocabulary_questions::where('word_id','=',$id)->where('level','=',1)->pluck('question')->first();
+        
+        $meaning_opt    =   Vocabulary_questions::where('word_id','=',$id)->where('level','=',1)->pluck('options')->first();
+
+        $syn_ques       =   Vocabulary_questions::where('word_id','=',$id)->where('level','=',2)->pluck('question')->first();
+        $syn_opt        =   Vocabulary_questions::where('word_id','=',$id)->where('level','=',2)->pluck('options')->first();
+        $anto_ques      =   Vocabulary_questions::where('word_id','=',$id)->where('level','=',3)->pluck('question')->first();
+        $anto_opt       =   Vocabulary_questions::where('word_id','=',$id)->where('level','=',3)->pluck('options')->first();
+        return view('admin.vocabulary.edit',compact('item','meaning_ques','syn_ques','syn_opt','meaning_opt','anto_ques','anto_opt'));
+    }
+
+    /**
+     * Update the specified resource in storage.
+     *
+     * @param  \Illuminate\Http\Request  $request
+     * @param  int  $id
+     * @return \Illuminate\Http\Response
+     */
+    public function update(Request $request)
+    {
+        
+        
+        $id=$request->hdn_id;
+        $vocabulary=Vocabulary::find($id);
+        $vocabulary->word=$request->word;
+        $vocabulary->meaning=$request->meaning;
+        $vocabulary->synonyms=$request->syn;
+        $vocabulary->antonyms=$request->antonym;
+        $vocabulary->example=$request->example;
+        $vocabulary->save();
+        
+        $v_ques1= new Vocabulary_questions();
+        $v_ques1->question="What is the meaning of the word {$vocabulary->word}?";
+        $v_ques1->options=strip_tags($request->meaning_opt);
+        $v_ques1->level=1;
+        $v_ques1->word_id=$id;
+        $v_ques1->display=1;
+        $v_ques1->updated_at=date('Y-m-d H:i:s');
+        $v_ques1->save();
+
+        $v_ques2= new Vocabulary_questions();
+        $v_ques2->question="What is the synonym of the word {$vocabulary->word}?";
+        $v_ques2->options=strip_tags($request->syn_opt);
+        $v_ques2->level=2;
+        $v_ques2->word_id=$id;
+        $v_ques2->display=1;
+        $v_ques2->updated_at=date('Y-m-d H:i:s');
+        $v_ques2->save();
+
+        $v_ques3= new Vocabulary_questions();
+        $v_ques3->question="What is the antonym of the word {$vocabulary->word}?";
+        $v_ques3->options=strip_tags($request->anto_opt);
+        $v_ques3->level=3;      
+        $v_ques3->word_id=$id;
+        $v_ques3->display=1;
+        $v_ques3->updated_at=date('Y-m-d H:i:s');
+        $v_ques3->save();
+        return redirect()->action('Admin\VocabularyController@index');
+    }
+
+    /**
+     * Remove the specified resource from storage.
+     *
+     * @param  int  $id
+     * @return \Illuminate\Http\Response
+     */
+    public function destroy($id)
+    {
+        //
+    }
+}

+ 465 - 0
app/Http/Controllers/Admin/projectController.php

@@ -0,0 +1,465 @@
+<?php
+namespace App\Http\Controllers\Admin;
+
+use Illuminate\Http\Request;
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+use App\Models\Project;
+use App\Models\Group;
+use App\Models\Task;
+use App\Models\AssignProject;
+use App\Models\ActivityLog;
+use App\Models\Notification;
+use App\Models\ProjAttachment;
+use App\User;
+use Auth;
+use Mail;
+use Illuminate\Support\Facades\DB;
+use Illuminate\Support\Facades\Storage;
+use Illuminate\Support\Facades\File;
+
+use App\Models\CompanyModel;
+
+class projectController extends Controller
+{
+    public function index(){
+
+        $data['title'] = "Projects";
+        $data['login_user_id'] = Auth::user()->id;
+        $data['userss'] = User::where('utype',3)->get();
+        $data['client_list']=CompanyModel::where('status',2)->orderBy('name')->get();
+        $data['projj'] = Project::with('client','tasks')->where('is_active',1)->orderBy('name')->get();
+
+        return view('admin.projects',$data);
+        /*
+        1=Created;
+        No status will change for assign
+        2=in process;
+        3=Completed;
+        4=checking;
+        5=bugfixing;
+        5=done;
+        */
+    }
+
+    public function add_file(Request $req){
+
+        $file = $req->file('file');
+        $proj_id = $req->proj_id;
+
+        date_default_timezone_set("Asia/Dhaka");
+        
+        if ($req->hasFile('file')) {
+            $extension = $file->getClientOriginalExtension();
+            $os = array("jpg", "jpeg", "png", "pdf", "doc", "docx", "txt", "psd");
+            if (in_array($extension, $os)){
+                $name = $file->getClientOriginalName();
+                $newFileName = $newFileName = "proj_".date('d_m_y_h_m_s').".".$extension;;
+                $fileee = $file->move('assets/document/project/', $newFileName);
+
+                //echo $newFileName;
+                $cat = new ProjAttachment; 
+                $cat->url = $newFileName;
+                $cat->uploader_id = Auth::user()->id;
+                $cat->proj_id = $proj_id;
+                $cat->name = $name;
+                $cat->save();
+
+                $msg = "Add document: $name";
+                $this->project_log($msg,$proj_id);  //call functiont
+
+                //notification
+                $projj_name = Project::find($proj_id)->name;
+                $adminss = User::where('utype',1)->get();
+                
+                foreach($adminss as $info){
+                    $msg = "File:$name added in Proj:$projj_name by ".Auth::user()->name;
+                    $this->notification($info->id, $msg);
+                }
+                
+                $ass_usr = AssignProject::where('proj_id',$proj_id)->get();
+
+                if(count($ass_usr) > 0){
+                    foreach($ass_usr as $info){
+                        $msg = "File:$name added in Proj:$projj_name by ".Auth::user()->name;
+                        $this->notification($info->user_id, $msg);
+                    }    
+                }
+               
+            }
+        }
+    }
+
+    public function add_project(Request $request){
+        
+        $proj_name = $request->proj_name;
+        $client_id = $request->client_id;
+        $description = $request->description;
+        date_default_timezone_set("Asia/Dhaka"); 
+        $cdate = date('Y-m-d H:i:s');
+
+        if(empty($proj_name) || $client_id <= 0){
+            return redirect()->back()->with('message','Fill up all fields');
+        }
+
+        $sav = new Project;
+        $sav->name = $proj_name;
+        $sav->client_id = $client_id;
+        $sav->description = $description;
+        $sav->created_time = $cdate;
+        $sav->created_by = Auth::user()->id;
+        $sav->save();
+
+        $lastInsertedId = $sav->id;
+        $msg = "Project:$proj_name created.";
+        $this->project_log($msg,$lastInsertedId);  //call function
+
+        $noti = User::where('utype',1)->get();
+
+        foreach($noti as $info){
+
+            $msg = "Proj: $proj_name created by ".Auth::user()->name;
+            $this->notification($info->id, $msg);
+        }
+
+        return redirect()->back()->with('message','Success');
+    }
+
+    public function remove_proj($id)
+    {
+        $del = Project::find($id); 
+            //proj_name for notification
+            $proj_name = $del->name; 
+            $del->tasks()->delete();
+            $del->documents()->delete();
+            $del->proj_assign()->delete();
+        $del->delete();
+
+            //notification
+            $noti = User::where('utype',1)->get();
+            foreach($noti as $info)
+            {
+            $msg = "Proj: $proj_name removed by ".Auth::user()->name;
+            $this->notification($info->id, $msg);
+            }
+
+        return redirect()->back()->with('data','Delete successfully !!');
+    }
+
+    public function remove_proj_document($id)
+    {
+        $del = ProjAttachment::find($id);
+            //for notification
+            $proj_id = $del->proj_id;
+            $name = $del->name;
+
+            if (File::exists('assets/document/project/'.$del->url) && !empty($del->url))
+            {
+                File::delete('assets/document/project/'.$del->url);
+                $msg = "Document: $del->name removed.";
+                $this->project_log($msg,$del->proj_id);  //call function
+                $del->delete();
+
+                //notification
+                $projj_name = Project::find($proj_id)->name;
+                $adminss = User::where('utype',1)->get();
+                
+                foreach($adminss as $info){
+                    $msg = "File:$name removed from Proj:$projj_name by ".Auth::user()->name;
+                    $this->notification($info->id, $msg);
+                }
+                
+                $ass_usr = AssignProject::where('proj_id',$proj_id)->get();
+
+                if(count($ass_usr) > 0){
+                    foreach($ass_usr as $info){
+                        $msg = "File:$name removed from Proj:$projj_name by ".Auth::user()->name;
+                        $this->notification($info->user_id, $msg);
+                    }    
+                }
+            }
+
+        return redirect()->back()->with('data','Delete successfully !!');
+    }
+
+    public function project_details($id){
+        
+        $data['title'] = "Project details";
+        $data['users'] = User::where('active',1)->get();
+        $data['groups'] = Group::where('user_id',0)->get();
+        $data['project_id'] = $id;
+        $data['self'] = Project::find($id);
+        $data['proj_assign_user'] = AssignProject::with('one_user')->where('active',1)->where('proj_id',$id)->get();
+        $data['documents'] = ProjAttachment::where('proj_id',$id)->orderBy('id','desc')->get();
+
+        $data['tasks'] = Task::where('status',1)->where('proj_id',$id)->get();
+        $data['in_process'] = Task::where('status',2)->where('proj_id',$id)->get();
+        $data['complete'] = Task::where('status',3)->where('proj_id',$id)->get();
+        $data['check'] = Task::where('status',4)->where('proj_id',$id)->get();
+        $data['bug'] = Task::where('status',5)->where('proj_id',$id)->get();
+        $data['done'] = Task::where('status',6)->where('proj_id',$id)->get();
+
+        $data['logss'] = ActivityLog::with('one_user')->where('proj_id',$id)->orderBy('created_at','DESC')->take(20)->get();
+
+        return view('admin.project_details',$data);
+    }
+
+    public function assign_project(Request $req)
+    {
+        $proj_id = $req->proj_id;
+        $type = $req->types;
+        $group_id = $req->group_id;
+        $user_id = $req->user_id;
+        date_default_timezone_set("Asia/Dhaka"); 
+        $assign_time = date('Y-m-d H:i:s');
+
+        $fet = Project::find($proj_id);
+        $proj_name = $fet->name;
+        $subj = "You are added to ".$proj_name."." ;
+
+        $fet_assign_by = User::find(Auth::user()->id);
+        
+        if($type == 1){
+            $all = Group::where('depend_on',$group_id)->where('active','>',0)->get();
+
+            foreach($all as $info)
+            {
+                $sav = new AssignProject;
+                $sav->proj_id = $proj_id;
+                $sav->user_id = $info->user_id;
+                $sav->assign_time = $assign_time;
+                $sav->assign_by = Auth::user()->id;
+                $sav->active = 1;
+                $sav->save();
+
+                    $fet_user_info = User::find($info->user_id);
+                    //send email after assign project
+                    $uemail = $fet_user_info->email;
+                    $data = [
+                        'proj_name' => $proj_name,
+                        'user_name' => $fet_user_info->name,
+                        'assign_by' => $fet_assign_by->name,
+                    ];
+                    $this->send_email($uemail,$subj,$data); //call function
+
+                $u_name = $this->get_user_name($info->user_id); //call function
+                
+                //activity log
+                $msg = $u_name." assigned.";
+                $this->project_log($msg,$proj_id);  //call function
+
+                //notification
+                $adminss = User::where('utype',1)->get();
+                $user_name = User::find($info->user_id)->name;
+                
+                foreach($adminss as $vals){
+                    $msg = "$user_name assigned in Proj:$proj_name by ".Auth::user()->name;
+                    $this->notification($vals->id, $msg);
+                }
+
+                $msg = "You assigned in Proj:$proj_name by ".Auth::user()->name;
+                $this->notification($info->user_id, $msg);
+            }
+        }
+        elseif($type == 2){
+            $sav = new AssignProject;
+            $sav->proj_id = $proj_id;
+            $sav->user_id = $user_id;
+            $sav->assign_time = $assign_time;
+            $sav->assign_by = Auth::user()->id;
+            $sav->active = 1;
+            $sav->save();
+
+                $fet_user_info = User::find($user_id);
+                //send email after assign project
+                $uemail = $fet_user_info->email;
+                $data = [
+                    'proj_name' => $proj_name,
+                    'user_name' => $fet_user_info->name,
+                    'assign_by' => $fet_assign_by->name,
+                ];
+                $this->send_email($uemail,$subj,$data); //call function
+
+            $u_name = $this->get_user_name($user_id); //call function
+                
+            $msg = $u_name." assigned.";
+            $this->project_log($msg,$proj_id);  //call function
+
+            //notification
+            $adminss = User::where('utype',1)->get();
+            $user_name = User::find($user_id)->name;
+            
+            foreach($adminss as $vals){
+                $msg = "$user_name assigned in Proj:$proj_name by ".Auth::user()->name;
+                $this->notification($vals->id, $msg);
+            }
+
+            $msg = "You assigned in Proj:$proj_name by ".Auth::user()->name;
+            $this->notification($user_id, $msg);
+        }
+        else{
+            return redirect()->back()->with('msg','Select type first..');
+        }
+
+        return redirect()->back()->with('msg','Add successfully!');
+    }
+
+    public function send_email($uemail,$subj,$data){
+
+        Mail::send('emails.demo', $data, function ($message) use ($uemail,$subj)
+        {
+        $message->from('m.revinr@gmail.com', 'Revinr Task Management');
+        $message->to($uemail)->subject($subj);
+        });
+    }
+
+    public function remove_proj_user($id)
+    {   
+        $del = AssignProject::find($id);
+            $u_name = $this->get_user_name($del->user_id); //call function
+            $msg = "$u_name removed.";
+            $this->project_log($msg,$del->proj_id);  //call function
+
+            //notification
+            $adminss = User::where('utype',1)->get();
+            $proj_name = Project::find($del->proj_id)->name;
+            
+            foreach($adminss as $vals){
+                $msg = "$u_name removed from Proj:$proj_name by ".Auth::user()->name;
+                $this->notification($vals->id, $msg);
+            }
+
+            $msg = "You removed from Proj:$proj_name by ".Auth::user()->name;
+            $this->notification($del->user_id, $msg);
+
+        $del->delete();
+        
+        return redirect()->back();
+    }
+
+    public function project_log($msg,$proj_id)
+    {
+        date_default_timezone_set("Asia/Dhaka"); 
+        $assign_time = date('Y-m-d H:i:s');
+
+        $sav = new ActivityLog;
+        $sav->msg = $msg;
+        $sav->proj_id = $proj_id;
+        $sav->logged_user_id = Auth::user()->id;
+        $sav->created_at = $assign_time;
+        $sav->save();
+    }
+
+    public function get_user_name($id){
+        $fetch = User::find($id);
+        return $fetch->name;
+    }
+
+    public function make_pm(Request $req)
+    {
+        $id = $req->id;
+        $status = $req->pm_status;
+
+        $upd = AssignProject::find($id);
+        $upd->pm_status = $status;
+        $upd->save();
+
+        //notification
+        $projj_name = Project::find($upd->proj_id)->name;
+        $adminss = User::where('utype',1)->get();
+        $user_name = User::find($upd->user_id)->name;
+        
+        if($status == 1)
+        {
+        $msg = "$user_name assigned as a PM in Proj:$projj_name by ".Auth::user()->name;
+        }
+        else
+        {
+        $msg = "$user_name lost PM position from Proj:$projj_name by ".Auth::user()->name;
+        }
+        
+
+        foreach($adminss as $info){
+            $this->notification($info->id, $msg);
+        }
+        
+        $ass_usr = AssignProject::where('proj_id',$upd->proj_id)->get();
+        if(count($ass_usr) > 0){
+            foreach($ass_usr as $info){
+                $this->notification($info->user_id, $msg);
+            }    
+        }
+
+        return "PM status changed successfully!";
+    }
+
+    public function notification($user_id,$msg){
+
+        $sav = new Notification;
+        $sav->user_id = $user_id;
+        $sav->msg = $msg;
+        $sav->status = 1;
+        $sav->save();
+    }
+    public function updateDrag($id,$leveltransfer=''){
+        $new_value;
+        $msg;
+        $start_time;
+        $end_time;
+        $prv_value=DB::table('task')->where('id','=',$id)->first();
+        if($prv_value->status==1 && $leveltransfer=='no'){
+            $new_value= 2;
+            $msg="In Progress !";
+            date_default_timezone_set("Asia/Dhaka"); 
+            $start_time = date('Y-m-d H:i:s');
+        } else if($prv_value->status==2 && $leveltransfer=='no'){
+            $new_value= 1;
+            $msg="Created !";
+        } else if($prv_value->status==3 && $leveltransfer=='no'){
+            $new_value= 6;
+            $msg="Done !";
+            $end_time = date('Y-m-d H:i:s');
+        } else if($prv_value->status==6 && $leveltransfer=='no'){
+            $new_value= 3;
+            $msg="Completed !";
+            $end_time="0000-00-00 00:00:00";
+            
+        } else if($prv_value->status==2 && $leveltransfer=='yes'){
+            $new_value= 3;
+            $msg="Completed !";
+        }
+        if($new_value==2){
+            DB::table('task')->where('id','=',$id)->update(array('status'=>$new_value,'start_time'=>$start_time));
+        } else if($new_value ==6){
+           DB::table('task')->where('id','=',$id)->update(array('status'=>$new_value,'closing_time'=>$end_time)); 
+        } else {
+            DB::table('task')->where('id','=',$id)->update(array('status'=>$new_value));   
+        }
+        return $prv_value->name." STATUS UPDATED TO ".$msg;
+    }
+    public function change_task_status($id)
+    {
+        $new_value;
+        $msg;
+        $start_time;
+        $end_time;
+        $prv_value=DB::table('task')->where('id','=',$id)->first();
+        if($prv_value->status==1)
+        {
+            $new_value= 2;
+            date_default_timezone_set("Asia/Dhaka"); 
+            $start_time = date('Y-m-d H:i:s');
+        }
+        else if($prv_value->status > 1 && $prv_value->status < 6)
+        {
+            $new_value= 6;
+            $end_time = date('Y-m-d H:i:s');
+        } 
+        if($new_value==2){
+            DB::table('task')->where('id','=',$id)->update(array('status'=>$new_value,'start_time'=>$start_time));
+        } else if($new_value ==6){
+           DB::table('task')->where('id','=',$id)->update(array('status'=>$new_value,'closing_time'=>$end_time)); 
+        }
+        return redirect()->back();
+    }
+}

+ 598 - 0
app/Http/Controllers/ApiController.php

@@ -0,0 +1,598 @@
+<?php
+
+namespace App\Http\Controllers;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\User;
+use App\Models\Project;
+use App\Models\Task;
+use App\Models\AssignProject;
+use Hash;
+use Mail;
+use DB;
+use App\Models\FundRequest;
+use App\Models\AccountHead;
+use App\Models\Attendance;
+use Excel;
+use Auth;
+class ApiController extends Controller
+{
+    
+    public function get_all_users()
+    {
+        $users = User::all();
+        $new_array=array('users'=>$users);
+        return json_encode($new_array,JSON_PRETTY_PRINT);
+    }
+    public function get_all_projects()
+    {
+        $projects   =   Project::all();
+        $new_array=array('projects'=>$projects);
+        return json_encode($new_array,JSON_PRETTY_PRINT);
+    }
+
+    public function get_all_tasks()
+    {
+        $tasks=Task::with(['user','proj_name'])->where('user_id','!=',0)->where('created_by','!=',0)->where('assign_by','!=',0)->orderBy('created_time')->get();
+        foreach($tasks as $task)
+        {
+            if($task->status == 1)
+            {
+                $status =   "Created";
+            } 
+            else if($task->status == 2)
+            {
+                $status =   "In process";
+            } 
+            else if($task->status == 3)
+            {
+                $status =   "Completed";
+            } 
+            else if($task->status == 4)
+            {
+                $status =   "Checking";
+            } 
+            else if($task->status == 5)
+            {
+                $status =   "Bugfixing";
+            } 
+            else if($task->status == 6)
+            {
+                $status =   "done";
+            }
+            $task_array[]   =   array(
+                                    'name'          =>  $task['name'],
+                                    'description'   =>  $task['description'],
+                                    'project_name'  =>  @$task->proj_name->name,
+                                    'user_name'     =>$task->user->name,
+                                    'created_by'    =>  $task->user->name,
+                                    'assign_by'     =>$task->user->name,
+                                    'created_time'  =>  $task['created_time'],
+                                    'dead_line'     =>  $task['dead_line'],
+                                    'priority'      =>  $task['priority'],
+                                    'assign_time'   =>  $task['assign_time'],
+                                    'start_time'    =>  $task['start_time'],
+                                    'closing_time'  =>  $task['closing_time'],
+                                    'estimated_time'=>  $task['estimated_time'],
+                                    'status'        =>  $status,
+                                );
+        }
+        $new_array=array('tasks'=>$task_array);
+        return json_encode($new_array,JSON_PRETTY_PRINT);
+        
+    }
+    public function deadline_missed()
+    {
+        $deadline_missed=Task::with(['user','proj_name'])->where('user_id','!=',0)->where('status','!=',6)->whereDate('dead_line', '<', date('Y-m-d'))->orderBy('created_time')->get();
+        //dd($deadline_missed);
+        
+        foreach($deadline_missed as $task)
+        {
+            if($task->status == 1)
+            {
+                $status =   "Created";
+            } 
+            else if($task->status == 2)
+            {
+                $status =   "In process";
+            } 
+            else if($task->status == 3)
+            {
+                $status =   "Completed";
+            } 
+            else if($task->status == 4)
+            {
+                $status =   "Checking";
+            } 
+            else if($task->status == 5)
+            {
+                $status =   "Bugfixing";
+            } 
+            else if($task->status == 6)
+            {
+                $status =   "done";
+            }
+            $task_array[]   =   array(
+                                    'task_id'       =>  $task['id'],
+                                    'name'          =>  $task['name'],
+                                    'description'   =>  $task['description'],
+                                    'project_name'  =>  @$task->proj_name->name,
+                                    'user_name'     =>  $task->user->name,
+                                    'created_by'    =>  $task->user->name,
+                                    'assign_by'     =>  $task->user->name,
+                                    'created_time'  =>  $task['created_time'],
+                                    'dead_line'     =>  $task['dead_line'],
+                                    'priority'      =>  $task['priority'],
+                                    'assign_time'   =>  $task['assign_time'],
+                                    'start_time'    =>  $task['start_time'],
+                                    'closing_time'  =>  $task['closing_time'],
+                                    'estimated_time'=>  $task['estimated_time'],
+                                    'status'        =>  $status,
+                                );
+        }
+        $new_array=array('deadline_missed'=>$task_array);
+        return json_encode($new_array,JSON_PRETTY_PRINT);             
+    }
+    public function no_work_today()
+    {
+        $all_users=User::where('utype','=',2)->pluck('name','id');
+        $working_today = Task::where('user_id','!=',0)->whereDate('start_time', '=', date('Y-m-d'))->orwhereDate('closing_time', '=', date('Y-m-d'))->whereNotIn('status',[2,3,4,5])->orderBy('created_time')->pluck('user_id');
+        
+        $active_users=array();
+        foreach($working_today as $row){
+            if($row !=0){
+                if (!in_array($row,$active_users))
+                {
+                    array_push($active_users,$row);
+                }
+            }
+        }
+        $inactive_users=array();
+        foreach($all_users as $i=>$value){
+           
+            if (!in_array($i,$active_users))
+            {
+                array_push($inactive_users,$value);
+            }
+        }
+        $new_array=array('not_working_today'=>$inactive_users);
+        return json_encode($new_array,JSON_PRETTY_PRINT);
+    }
+    public function create_task(Request $request)
+    {
+        $name = $request->name;
+        $proj_id = $request->proj_id;
+        $description = $request->description;
+        $estimated_time = $request->dead_line;
+        $task_type = 1;
+        $priority = $request->priority;
+        $dead_date = $request->dead_line;
+        $assigned_user = $request->user_id;
+        $dead_line = $dead_date;
+        
+        date_default_timezone_set("Asia/Dhaka"); 
+        $cdate = date('Y-m-d H:i:s');
+
+        $sav = new Task;
+        $sav->name = $name;
+        $sav->type = $task_type;
+        $sav->proj_id = $proj_id;
+        $sav->priority = $priority;
+        $sav->dead_line = $dead_line;
+        $sav->description = $description;
+        $sav->created_time = $cdate;
+        $sav->created_by = 2;
+        $sav->status = 1;
+        $sav->user_id=$assigned_user;
+        $sav->assign_by = 2;
+        $sav->assign_time = $cdate;
+        $sav->save();
+
+        $task_id = $sav->id;
+
+        $proj_user = AssignProject::where('proj_id',$proj_id)->get();
+        /*
+        $proj_namee = Project::find($proj_id)->name;
+
+        foreach($proj_user as $pu){
+            $data = [
+                'task_name' => $name,
+                'proj_name' => $proj_namee,
+                'user_name' => $pu->one_user->name,
+                'details'   => $description,
+            ];
+
+            $subj = "A task has been created in ".$proj_namee.".";
+
+            $this->send_email_new_task($pu->one_user->email,$subj,$data);
+        }*/
+        if($task_id !='' && $task_id !=0){
+            $new_array=array('success_message'=>'Successfully Saved');
+            return json_encode($new_array,JSON_PRETTY_PRINT);
+        }
+        else 
+        {
+            $new_array=array('unsucessful_message'=>'Unsuccessful Attempt!Try Again!');
+            return json_encode($new_array,JSON_PRETTY_PRINT);
+        }
+        
+    }
+    public function send_email_new_task($uemail,$subj,$data)
+    {
+
+        Mail::send('emails.new_task', $data, function ($message) use ($uemail,$subj)
+        {
+            $message->from('m.revinr@gmail.com', 'Revinr Task Management');
+            $message->to($uemail)->subject($subj);
+        });
+    }
+    public function change_task_status($id)
+    {
+        $new_value;
+        $msg;
+        $start_time;
+        $end_time;
+        $prv_value=DB::table('task')->where('id','=',$id)->first();
+        if($prv_value->status >= 1 && $prv_value->status < 6)
+        {
+            $new_value= 6;
+            $end_time = date('Y-m-d H:i:s');
+        }
+        if($new_value ==6){
+           DB::table('task')->where('id','=',$id)->update(array('status'=>$new_value,'closing_time'=>$end_time)); 
+        }
+        /*if($prv_value->status==1)
+        {
+            $new_value= 2;
+            date_default_timezone_set("Asia/Dhaka"); 
+            $start_time = date('Y-m-d H:i:s');
+        }
+        else if($prv_value->status > 1 && $prv_value->status < 6)
+        {
+            $new_value= 6;
+            $end_time = date('Y-m-d H:i:s');
+        } 
+        if($new_value==2){
+            DB::table('task')->where('id','=',$id)->update(array('status'=>$new_value,'start_time'=>$start_time));
+        } else if($new_value ==6){
+           DB::table('task')->where('id','=',$id)->update(array('status'=>$new_value,'closing_time'=>$end_time)); 
+        }*/
+
+        $new_array=array('success_message'=>'Successfully Status Changed');
+        return json_encode($new_array,JSON_PRETTY_PRINT);
+    }
+    public function fund_purpose()
+    {
+        $fund_purpose   =   AccountHead::where('type_id',2)->where('parent_head',24)->orderBy('name','asc')->get();
+        foreach($fund_purpose as $fund)
+        {
+            $fund_p[]   =   array(
+                                    'id'            =>  $fund->id,
+                                    'name'          =>  $fund->name,
+                                );
+        }
+        $new_array=array('fund_purpose'=>$fund_p);
+        return json_encode($new_array,JSON_PRETTY_PRINT);
+    }
+    public function fund_save(Request $req)
+    {
+        $this->validate($req,[
+            'purpose'=>'required',
+            'amount'=>'required|numeric'
+        ]);
+
+        $fund=new FundRequest();
+        $fund->purpose=$req->get('purpose');
+        $fund->description=$req->get('description');
+        $fund->amount=$req->get('amount');
+        $fund->due_date=$req->get('due_date',date('Y-m-d H:i:s'));
+        $fund->request_by=2;
+        $fund->is_approved=0;
+        $fund->save();
+        if($fund->id > 0)
+        {
+            $new_array=array('success_message'=>'Successfully Saved');
+            return json_encode($new_array,JSON_PRETTY_PRINT);
+        }
+    }
+    public function get_entry_time_today()
+    {
+        date_default_timezone_set("Asia/Dhaka");    
+        $entry_time =   Attendance::whereDate('attendance_time', '=', date('Y-m-d'))->where('status','=',0)->orderBy('attendance_time','desc')->get();
+        $new_array=array('entry_time'=>$entry_time);
+        return json_encode($new_array,JSON_PRETTY_PRINT);
+    }
+    public function get_exit_time_yesterday()
+    {
+        $exit_time =   Attendance::whereDate('attendance_time', '=', date('Y-m-d',strtotime('yesterday')))->where('status','=',1)->orderBy('attendance_time','desc')->groupBy('attendance_time')->get();
+        $new_array=array('exit_time'=>$exit_time);
+        return json_encode($new_array,JSON_PRETTY_PRINT);
+    }
+
+    public function get_month_attendance_report()
+    {
+        
+
+            $entry_time =   Attendance::whereDate('attendance_time', '=', date('Y-m-d'))->where('status','=',0)->orderBy('attendance_time','desc')->groupBy('attendance_time')->get();
+            $exit_time =   Attendance::whereDate('attendance_time', '=', date('Y-m-d',strtotime('yesterday')))->where('status','=',1)->orderBy('attendance_time','desc')->groupBy('attendance_time')->get();
+            $title  =   "User Attendace";
+            $all_dates  =   array();
+            $dates      =   Attendance::pluck('attendance_time');
+            $all_users  =   array();
+            $users      =   Attendance::pluck('user_id');
+            
+            $a=strtotime('9:30 am');
+            $c=date('H:i:s a', $a);
+            $exact_time= $c;
+            foreach($users as $user)
+            {
+                $new_val    =   $user;
+                if(!in_array($new_val,$all_users))
+                {
+                    array_push($all_users, $new_val);
+                }
+            }
+            $late_array = array();
+            
+            
+            foreach($all_users as $d)
+            {
+            if($d !=6 && $d !=10){
+                    $late_count=0;
+                    
+                    $test_entry_time=Attendance::select('attendance_time','user_name')->where('user_id','=',$d)->where('status','=',0)->whereMonth('attendance_time', '>=', date('m'))->get();
+                    $absent_count=Attendance::where('user_id','=',$d)->whereMonth('attendance_time', '=', date('m'))->where('absent_count','=',1)->count();
+                    foreach ($test_entry_time as $value1) {
+                        $u_name=$value1->user_name;
+                        $et=date('H:i:s a',strtotime($value1->attendance_time));
+                        if($et>$exact_time)
+                        {
+                             $late_count++;
+                        }
+                    }
+                    $new_array=array('user_id'=>$d,'user_name'=>@$u_name,'late_count'=>$late_count,'absent_count'=>$absent_count);
+                    array_push($late_array, $new_array);
+             }  
+            }
+        
+        $new_array=array('late_absent_record'=>$late_array);
+        return json_encode($new_array,JSON_PRETTY_PRINT);
+    }
+    function get_month_report($id)
+    {
+    
+        $entry_times =   Attendance::where('user_id','=',$id)->where('status','=',0)->whereMonth('attendance_time', '=', date('m'))->orderBy('attendance_time','desc')->groupBy('attendance_time')->get();
+        $exit_times =   Attendance::where('user_id','=',$id)->where('status','=',1)->whereMonth('attendance_time', '=', date('m'))->orderBy('attendance_time','desc')->groupBy('attendance_time')->get();
+        
+            foreach($entry_times as $report)
+            {
+                
+                    $entry_array[] = array(
+                            'user_id'=>@$report->user_id,
+                            'user_name'=>$report->user_name,
+                            'time'=>$report->attendance_time
+                    );
+                    
+            }
+            
+            foreach($exit_times as $report)
+            {
+                
+                    $exit_array[] = array(
+                            'user_id'=>@$report->user_id,
+                            'user_name'=>$report->user_name,
+                            'time'=>$report->attendance_time
+                    );
+                    
+            }
+            $report_array=array('entry_array'=>@$entry_array,'exit_array'=>@$exit_array);
+        
+        $new_array=array('month_attendance_report'=>@$report_array);
+        return json_encode(array('month_attendance_report'=>$report_array),JSON_PRETTY_PRINT);
+        
+    }
+    function get_fund_requests()
+    {
+        $fund_reqs  =   FundRequest::with(['acc_head','user'])->where('is_approved',0)
+        ->orderBY('id','desc')->get();
+        foreach($fund_reqs as $req)
+        {
+            $id         =   $req->id;
+            $purpose        =   $req->acc_head?$req->acc_head->name:'';
+            $description    =   $req->description;
+            $created_at     =   $req->created_at;
+            $user           =   $req->user?$req->user->name:'';
+            $due_date       =   $req->due_date;
+            $amount         =   $req->amount;
+            $req_array[]    =   array(
+                'id'=>$id,
+                'created_by'=>$user,
+                'purpose'=>$purpose,
+                'description'=>$description,
+                'created_at'=>$created_at,
+                'due_date'=>$due_date,
+                'amount'=>$amount
+            );
+        }
+        $new_array=array('fund_requests'=>$req_array);
+        return json_encode($new_array,JSON_PRETTY_PRINT); 
+    }
+    function change_fund_request_status($id,$value)
+    {
+        
+        if($value==1)
+        {
+            DB::table('fund_request')->where('id','=',$id)->update(array('is_approved'=>$value));
+            $new_array=array('message'=>'Fund Request Approved');
+            return json_encode($new_array,JSON_PRETTY_PRINT);
+        }
+        else
+        {
+            DB::table('fund_request')->where('id','=',$id)->delete();
+            $new_array=array('message'=>'Fund Request Declined');
+            return json_encode($new_array,JSON_PRETTY_PRINT);
+        }
+        
+        
+    }
+    
+    
+    public function get_pending_tasks()
+    {
+        $pending_tasks=Task::with(['user','proj_name'])->where('user_id','!=',0)->where('status','!=',6)->orderBy('created_time')->get();
+        foreach($pending_tasks as $task)
+        {
+            
+            $task_array[]   =   array(
+                        'task_id'       =>  $task['id'],
+                        'name'          =>  $task['name'],
+                        'description'       =>  $task['description'],
+                        'project_name'      =>  @$task->proj_name->name,
+                        'user_name'     =>  $task->user->name,
+                        'created_by'        =>  $task->user->name,
+                        'assign_by'     =>  $task->user->name,
+                        'created_time'      =>  $task['created_time'],
+                        'dead_line'     =>  $task['dead_line'],
+                        'priority'      =>  $task['priority'],
+                        'assign_time'       =>  $task['assign_time'],
+                        'start_time'        =>  $task['start_time'],
+                        'closing_time'      =>  $task['closing_time'],
+                        'estimated_time'    =>  $task['estimated_time'],
+                    );
+        }
+        $new_array=array('pending_tasks'=>$task_array);
+        return json_encode($new_array,JSON_PRETTY_PRINT);
+    }
+    
+    
+    public function get_in_progress_tasks(){
+        $in_progress_tasks=Task::with(['user','proj_name'])->where('user_id','!=',0)->whereIn('status',[2,3,4,5])->orderBy('created_time')->get();
+        foreach($in_progress_tasks as $task)
+        {
+            
+            $task_array[]   =   array(
+                        'task_id'       =>$task['id'],
+                        'name'          =>$task['name'],
+                        'description'   =>  $task['description'],
+                        'project_name'  =>  @$task->proj_name->name,
+                        'user_name'     =>$task->user->name,
+                        'created_by'    =>  $task->user->name,
+                        'assign_by'     =>$task->user->name,
+                        'created_time'  =>  $task['created_time'],
+                        'dead_line'     =>  $task['dead_line'],
+                        'priority'      =>  $task['priority'],
+                        'assign_time'   =>  $task['assign_time'],
+                        'start_time'    =>  $task['start_time'],
+                        'closing_time'  =>  $task['closing_time'],
+                        'estimated_time'=>  $task['estimated_time'],
+                    );
+        }
+        $new_array=array('in_progress_tasks'=>$task_array);
+        return json_encode($new_array,JSON_PRETTY_PRINT);
+    }
+    public function leave_req(Request $request)
+    {
+        $purpose= $request->purpose;
+        $apply_to= 2;
+        $from= $request->get('from',date('Y-m-d H:i:s'));
+        $to= $request->get('to',date('Y-m-d H:i:s'));
+        $description    =   $request->description;
+        $approval    =   0;
+        $created_at  =  date('Y-m-d H:i:s');
+        $user_id    =   $request->user_id;
+        DB::table('leave_req')->insert(array(
+                    'purpose'=>$purpose,
+                    'apply_to'=>$apply_to,
+                    'from'=>$from,
+                    'to'=>$to,
+                    'description'=>$description,
+                    'approval'=>$approval,
+                    'created_at'=>$created_at,
+                    'user_id'=>$user_id,
+        ));
+        $new_array=array('create_message'=>'Leave Request Approved');
+        return json_encode($new_array,JSON_PRETTY_PRINT);
+    }
+    
+    public function get_leave_purposes(){
+        $leave_type     =   DB::table('leave_type_head')->where('is_published','=',1)->get();
+        foreach($leave_type as $leave)
+        {
+            $purposes[]  = array('id'=>$leave->id,'name'=>$leave->name);
+        }
+        
+        $new_array=array('leave_purposes'=>$purposes);
+        return json_encode($new_array,JSON_PRETTY_PRINT);
+    }
+    
+    public function get_leave_requests()
+    {
+        $all   =    DB::table('leave_req')->where('approval','=',0)->get();
+        foreach($all as $leave){
+            $user= User::select('name')->where('id','=',$leave->user_id)->first();
+            $purpose=DB::table('leave_type_head')->select('name')->where('id','=',$leave->purpose)->first();
+            
+            $from=$leave->from;
+            $to=$leave->to;
+            $description=$leave->description;
+            $leave_array[]  = array(
+                'id'=>$leave->id,
+                'user'=>$user->name,
+                'purpose'=>$purpose->name,
+                'from'=>$from,
+                'to'=>$to,
+                'description'=>$description,
+                'status'=>$leave->approval
+            );
+        }
+        $new_array=array('leave_requests'=>$leave_array);
+        return json_encode($new_array,JSON_PRETTY_PRINT);
+    }
+    
+    public function leave_accept(Request $request)
+    {
+        $id         =   $request->id;
+        $status     =   $request->status;
+        if($status ==0)
+        {
+            DB::table('leave_req')->where('id','=',$id)->delete();
+            $new_array=array('accept_message'=>'Leave Request Discarded');
+            return json_encode($new_array,JSON_PRETTY_PRINT);
+        }
+        else
+        {
+            DB::table('leave_req')->where('id','=',$id)->update(array('approval'=>$status));
+            $new_array=array('accept_message'=>'Leave Request Approved');
+            return json_encode($new_array,JSON_PRETTY_PRINT);
+        }
+    }
+    
+        public function login(Request $request)
+    {
+        $email=$request->email;
+        $password=$request->password;
+        
+        if(Auth::attempt(['email'=>$email,'password'=>$password]))
+        {
+            $user=Auth::user();
+            $info=  array(
+                    'login_message'=>'Successfully Logged In',
+                    'user_id'=>$user->id,
+                    'user_name'=>$user->name,
+                    'email'=>$user->email,
+                    'user_type'=>$user->utype
+                );
+            $new_array= array('login_info'=>$info);
+            return json_encode($new_array,JSON_PRETTY_PRINT);
+        }
+        else
+        {
+            $info= array('login_message'=>'Email or Password Is Invalid. Try Again !');
+            $new_array= array('login_info'=>$info);
+            return json_encode($new_array,JSON_PRETTY_PRINT);
+        }
+    
+    }
+}

+ 76 - 0
app/Http/Controllers/Auth/AuthController.php

@@ -0,0 +1,76 @@
+<?php
+
+namespace App\Http\Controllers\Auth;
+
+use App\User;
+use Validator;
+use App\Http\Controllers\Controller;
+use Illuminate\Foundation\Auth\ThrottlesLogins;
+use Illuminate\Foundation\Auth\AuthenticatesAndRegistersUsers;
+
+class AuthController extends Controller
+{
+    /*
+    |--------------------------------------------------------------------------
+    | Registration & Login Controller
+    |--------------------------------------------------------------------------
+    |
+    | This controller handles the registration of new users, as well as the
+    | authentication of existing users. By default, this controller uses
+    | a simple trait to add these behaviors. Why don't you explore it?
+    |
+    */
+
+    use AuthenticatesAndRegistersUsers, ThrottlesLogins;
+
+    /**
+     * Where to redirect users after login / registration.
+     *
+     * @var string
+     */
+    //protected $redirectTo = '/admin/projects';
+    protected $redirectTo = '/admin/check_user';
+
+    /**
+     * Create a new authentication controller instance.
+     *
+     * @return void
+     */
+    public function __construct()
+    {
+        $this->middleware($this->guestMiddleware(), ['except' => 'logout']);
+    }
+
+    /**
+     * Get a validator for an incoming registration request.
+     *
+     * @param  array  $data
+     * @return \Illuminate\Contracts\Validation\Validator
+     */
+    protected function validator(array $data)
+    {
+        return Validator::make($data, [
+            'name' => 'required|max:255',
+            'email' => 'required|email|max:255|unique:users',
+            'password' => 'required|min:6|confirmed',
+            'utype' => 'required',
+        ]);
+    }
+
+    /**
+     * Create a new user instance after a valid registration.
+     *
+     * @param  array  $data
+     * @return User
+     */
+    protected function create(array $data)
+    {
+        return User::create([
+            'name' => $data['name'],
+            'email' => $data['email'],
+            'utype' => $data['utype'],
+            'password' => bcrypt($data['password']),
+        ]);
+        //var_dump($data);
+    }
+}

+ 16 - 0
app/Http/Controllers/Auth/PasswordController.php

@@ -0,0 +1,16 @@
+<?php
+
+namespace App\Http\Controllers\Auth;
+
+use App\Http\Controllers\Controller;
+use Illuminate\Foundation\Auth\ResetsPasswords;
+
+class PasswordController extends Controller
+{
+    use ResetsPasswords;
+
+    public function __construct()
+    {
+        $this->middleware('guest');
+    }
+}

+ 13 - 0
app/Http/Controllers/CategoryController.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace App\Http\Controllers;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Category;
+
+class CategoryController extends Controller
+{
+    
+}

+ 151 - 0
app/Http/Controllers/Client/CProjectController.php

@@ -0,0 +1,151 @@
+<?php
+
+namespace App\Http\Controllers\Client;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+use Auth;
+use App\Models\AssignProject;
+use App\Models\Project;
+use App\Models\ActivityLog;
+use App\Models\ProjAttachment;
+use App\Models\Task;
+use App\User;
+use Illuminate\Support\Facades\File;
+
+class CProjectController extends Controller
+{
+    public function index(){
+
+    	$data['title'] = "Client panel";
+
+    	$user_id = Auth::user()->id;
+    	$data['projj'] = AssignProject::with('proj_name','one_user','assigned')->where('user_id',$user_id)->orderBy('id','desc')->get();
+
+        return view('client.cprojects',$data);
+    }
+
+    public function add_project(Request $request){
+    	
+    	$proj_name = $request->proj_name;
+    	$description = $request->description;
+    	date_default_timezone_set("Asia/Dhaka"); 
+        $cdate = date('Y-m-d H:i:s');
+        $client_id = Auth::user()->id;
+
+    	$sav = new Project;
+    	$sav->name = $proj_name;
+    	$sav->client_id = $client_id;
+    	$sav->description = $description;
+    	$sav->created_time = $cdate;
+    	$sav->created_by = $client_id;
+    	$sav->save();
+
+    	$lastInsertedId = $sav->id;
+
+    		$sav = new AssignProject;
+            $sav->proj_id = $lastInsertedId;
+            $sav->user_id = $client_id;
+            $sav->assign_time = $cdate;
+            $sav->assign_by = $client_id;
+            $sav->active = 1;
+            $sav->save();
+        
+        $msg = "Project:$proj_name created.";
+        $this->project_log($msg,$lastInsertedId);  //call function
+
+    	return redirect()->back()->with('message','Success');
+    }
+
+    public function add_file(Request $req){
+
+        $file = $req->file('file');
+        $proj_id = $req->proj_id;
+
+        date_default_timezone_set("Asia/Dhaka");
+        
+        if ($req->hasFile('file')) {
+            $extension = $file->getClientOriginalExtension();
+            $os = array("jpg", "jpeg", "png", "pdf", "doc", "docx", "txt", "psd");
+            if (in_array($extension, $os)){
+                $name = $file->getClientOriginalName();
+                $newFileName = $newFileName = "proj_".date('d_m_y_h_m_s').".".$extension;;
+                $fileee = $file->move('assets/document/project/', $newFileName);
+
+                //echo $newFileName;
+                $cat = new ProjAttachment; 
+                $cat->url = $newFileName;
+                $cat->uploader_id = Auth::user()->id;
+                $cat->proj_id = $proj_id;
+                $cat->name = $name;
+                $cat->save();
+
+                $msg = "Add document: $name";
+                $this->project_log($msg,$proj_id);  //call function
+            }
+        }
+    }
+
+    public function remove_proj($id)
+    {
+        $del = Project::find($id);
+            $del->tasks()->delete();
+            $del->documents()->delete();
+            $del->proj_assign()->delete();
+        $del->delete();
+
+        return redirect()->back()->with('data','Delete successfully !!');
+    }
+
+    public function remove_proj_document($id)
+    {
+        $del = ProjAttachment::find($id);
+       
+            if (File::exists('assets/document/project/'.$del->url) && !empty($del->url))
+            {
+                File::delete('assets/document/project/'.$del->url);
+                $msg = "Document: $del->name removed.";
+                $this->project_log($msg,$del->proj_id);  //call function
+                $del->delete();
+            }
+
+        return redirect()->back()->with('data','Delete successfully !!');
+    }
+
+    public function project_details($id){
+        
+        $data['title'] = "Client Project Details";
+        $data['users'] = User::where('active',1)->get();
+        $data['groups'] = '';
+        $data['project_id'] = $id;
+        $data['self'] = Project::find($id);
+        $data['proj_assign_user'] = AssignProject::with('one_user')->where('active',1)->where('proj_id',$id)->get();
+        $data['documents'] = ProjAttachment::where('proj_id',$id)->orderBy('id','desc')->get();
+
+        $data['tasks'] = Task::where('status',1)->where('proj_id',$id)->get();
+        $data['in_process'] = Task::where('status',2)->where('proj_id',$id)->get();
+        $data['complete'] = Task::where('status',3)->where('proj_id',$id)->get();
+        $data['check'] = Task::where('status',4)->where('proj_id',$id)->get();
+        $data['bug'] = Task::where('status',5)->where('proj_id',$id)->get();
+        $data['done'] = Task::where('status',6)->where('proj_id',$id)->get();
+
+        $data['logss'] = ActivityLog::with('one_user')->where('proj_id',$id)->orderBy('created_at','DESC')->take(20)->get();
+
+        return view('client.cproject_details',$data);
+    }
+
+    public function project_log($msg,$proj_id)
+    {
+        date_default_timezone_set("Asia/Dhaka"); 
+        $assign_time = date('Y-m-d H:i:s');
+
+        $sav = new ActivityLog;
+        $sav->msg = $msg;
+        $sav->proj_id = $proj_id;
+        $sav->logged_user_id = Auth::user()->id;
+        $sav->created_at = $assign_time;
+        $sav->save();
+    }
+}

+ 326 - 0
app/Http/Controllers/Client/CTaskController.php

@@ -0,0 +1,326 @@
+<?php
+
+namespace App\Http\Controllers\Client;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+use App\Models\Task;
+use App\Models\Project;
+use App\Models\ActivityLog;
+use App\Models\Notification;
+use App\Models\Comment;
+use App\Models\AssignProject;
+use Auth;
+use App\User;
+
+class CTaskController extends Controller
+{
+    public function add_task(Request $request){
+        
+        $name = $request->name;
+        $proj_id = $request->proj_id;
+        $description = $request->description;
+        $estimated_time = $request->estimated_time;
+        $task_type = $request->task_type;
+        date_default_timezone_set("Asia/Dhaka"); 
+        $cdate = date('Y-m-d H:i:s');
+
+        $sav = new Task;
+        $sav->name = $name;
+        $sav->type = $task_type;
+        $sav->proj_id = $proj_id;
+        $sav->description = $description;
+        $sav->created_time = $cdate;
+        $sav->created_by = Auth::user()->id;
+        $sav->status = 1;
+        $sav->save();
+            //last insert id
+        $task_id = $sav->id;
+
+        //activity log
+        $msg = "Task: $name created.";
+        $this->project_log($msg,$proj_id);  //call function
+        $this->task_log($msg,$task_id,$proj_id);  //call function
+
+        //notification
+        $fet_pro = Project::find($proj_id);
+        $projj_name = $fet_pro->name;
+        $adminss = User::where('utype',1)->get();
+        
+        $post_by_name = Auth::user()->name;
+        $post_by_id = Auth::user()->id;
+        $msg = "Task:$name created in Proj:$projj_name by ".$post_by_name;
+
+        foreach($adminss as $info){
+            $this->notification($info->id, $msg);
+        }
+
+        $ass_usr = AssignProject::where('proj_id',$proj_id)->get();
+
+        if(count($ass_usr) > 0){
+            foreach($ass_usr as $info){
+                if($info->user_id != $post_by_id){
+                    $this->notification($info->user_id, $msg);
+                }
+            }    
+        }
+        //--end notification
+
+        return redirect()->back()->with('message','Success');
+    }
+
+    public function remove_task($id)
+    {
+        $del = Task::find($id);
+
+            //activity log
+            $msg = "Task:".$del->name." removed.";
+            $this->project_log($msg,$del->proj_id);  //call function
+
+            //notification
+            $projj_name = Project::find($del->proj_id)->name;
+            $name = $del->name;
+            $adminss = User::where('utype',1)->get();
+            
+            $post_by_name = Auth::user()->name;
+            $post_by_id = Auth::user()->id;
+            $msg = "Task:$name removed from Proj:$projj_name by ".$post_by_name;
+
+            foreach($adminss as $info){
+                $this->notification($info->id, $msg);
+            }
+            
+            $ass_usr = AssignProject::where('proj_id',$del->proj_id)->get();
+
+            if(count($ass_usr) > 0){
+                foreach($ass_usr as $info){
+                    if($info->user_id != $post_by_id){
+                        $this->notification($info->user_id, $msg);
+                    }
+                }    
+            }
+            //end notification
+
+        $del->delete();
+
+        return redirect()->back()->with('data','Delete successfully !!');
+    }
+
+    public function user_list_for_task_assign(Request $req){
+
+        $proj_id = $req->proj_id;
+        $task_id = $req->task_id;
+
+        $all = AssignProject::with('one_user')->where('proj_id',$proj_id)->get();
+
+        $str = "";
+        $str .="<select>";
+        foreach($all as $info){
+            $str .="<option value={$info->user_id}>".$info->one_user->name."</option>";
+        }
+        $str .="</select>";
+
+        //getting status of this task
+            $task_sta = Task::find($task_id);
+            $task_status = $task_sta->status;
+
+            if(!empty($task_sta->description))
+            {
+                $details = $task_sta->description;
+            }
+            else{
+                $details = "No details...";
+            }
+
+        //tast already assigned user
+            $str1 = $this->fetch_task_assign_user($task_id);  //call function
+
+        //activity log fetch
+            $logss = ActivityLog::with('one_user')->where('task_id',$task_id)->orderBy('id','DESC')->get();
+            $str_log = "";
+
+            foreach($logss as $log){
+                $str_log .="* $log->msg -".$log->one_user->name."<br>";
+            }
+
+        //comments fetch
+            $str_comment = $this->fetch_comments($task_id);
+
+        $data[0] = $str;
+        $data[1] = $str1;
+        $data[2] = $str_log;
+        $data[3] = $str_comment;
+        $data[4] = $task_status;
+        $data[5] = $details;
+
+        return $data;
+
+    }
+
+    public function add_task_comment(Request $req){
+
+        $comment = $req->comment;
+        $task_id = $req->task_id;
+
+        date_default_timezone_set("Asia/Dhaka"); 
+        $assign_time = date('Y-m-d H:i:s');
+
+        if(!empty($comment) && $task_id > 0){
+            $sav = new Comment;
+            $sav->comment = $comment;
+            $sav->task_id = $task_id;
+            $sav->date_time = $assign_time;
+            $sav->post_by = Auth::user()->id;
+            $sav->save();
+        }
+
+            //activity log
+            $task_info = Task::find($task_id);
+            $task_name = $task_info->name;
+            $proj_id  = $task_info->proj_id;
+            $user_id = $task_info->user_id;
+            $msg = "$comment -added to $task_name.";
+            $this->task_log($msg,$task_id,$proj_id);  //call function
+
+            //notification
+            $fetch_proj = Project::find($proj_id);
+            $projj_name = $fetch_proj->name;
+            $adminss = User::where('utype',1)->get();
+
+            $notification_post_by = Auth::user()->name;
+            $noti_post_by_id = Auth::user()->id;
+            $msg = "A comment added in Task:$task_name of Proj:$projj_name by ".$notification_post_by;
+            
+            foreach($adminss as $info){
+                $this->notification($info->id, $msg);
+            }
+            
+            $this->notification($user_id, $msg);
+            //--------end notification
+
+        $str = $this->fetch_comments($task_id);
+
+        return $str;
+    }
+
+    public function fetch_comments($task_id){
+
+        $fetch = Comment::with('user')->where('task_id',$task_id)->orderBy('id','DESC')->get();
+        $str = "";
+
+        if(count($fetch) > 0){
+            
+            foreach($fetch as $fet)
+            {
+                $immmgg = "assets/document/task/$fet->url";
+                $str .="<input type='hidden' value=".$fet->id.">";
+
+                $str .="* $fet->comment -by ".$fet->user->name;
+                
+                if(!empty($fet->url)){
+                $str .="<br/><a target='_blank' href=".url("assets/document/task/$fet->url").">
+                <img height='150' width='120' src='".asset($immmgg)."'></a>";
+                }
+                
+                $str .="<span style='color:#FD4B39;cursor:pointer;margin-left:10px' data-id='".$fet->id."' class='edit_comment pull-right'><i class='fa fa-pencil-square-o' aria-hidden='true'></i></span>
+                <span style='color:#FD4B39;cursor:pointer;' data-id='".$fet->id."' class='remove_comment'><i class='fa fa-times pull-right' aria-hidden='true'></i></span><br/>";
+            }
+        }
+
+        return $str;
+    }
+
+    public function change_to_process(Request $req)
+    {
+        $task_id = $req->task_id;
+        $status = $req->status;
+
+        date_default_timezone_set("Asia/Dhaka"); 
+        $t_time = date('Y-m-d H:i:s');
+
+        $sav = Task::find($task_id);
+        $sav->status = $status;
+            $task_name = $sav->name;
+        if($status == 2){
+            $sav->start_time = $t_time;   
+        }
+        elseif($status == 6){
+            $sav->closing_time = $t_time;
+        }
+
+        //fetch proj_id for activity log
+            $proj_id = $sav->proj_id;
+        
+        if($sav->save())
+        {
+            $text = "";
+            if($status == 2){ $text = "in-process"; }
+            elseif($status == 3){ $text = "completed"; }
+            elseif($status == 4){ $text = "checking"; }
+            elseif($status == 5){ $text = "bug-fixing"; }
+            elseif($status == 6){ $text = "done"; }
+
+            $msg = "$task_name -Change status to: $text";
+            $this->task_log($msg,$task_id,$proj_id);  //call function
+            
+            return "Yes";
+        }
+        else{
+            return "No";
+        }
+    }
+
+    public function task_log($msg,$task_id,$proj_id)
+    {
+        date_default_timezone_set("Asia/Dhaka"); 
+        $assign_time = date('Y-m-d H:i:s');
+
+        $sav = new ActivityLog;
+        $sav->msg = $msg;
+        $sav->task_id = $task_id;
+        $sav->proj_id = $proj_id;
+        $sav->logged_user_id = Auth::user()->id;
+        $sav->created_at = $assign_time;
+        $sav->save();
+    }
+
+    public function project_log($msg,$proj_id)
+    {
+        date_default_timezone_set("Asia/Dhaka"); 
+        $assign_time = date('Y-m-d H:i:s');
+
+        $sav = new ActivityLog;
+        $sav->msg = $msg;
+        $sav->proj_id = $proj_id;
+        $sav->logged_user_id = Auth::user()->id;
+        $sav->created_at = $assign_time;
+        $sav->save();
+    }
+
+    public function fetch_task_assign_user($task_id)
+    {
+        $fetch = Task::with('user')->find($task_id);
+
+        $str = "";
+        if($fetch->user_id > 0){
+            $str .="<input type='hidden' value=".$fetch->id.">";
+            $str .= $fetch->user->name."<br>Estimated time: ".$fetch->estimated_time;
+        }
+        else{
+            $str .= "No user assigned";
+        }
+
+        return $str;
+    } 
+
+    public function notification($user_id,$msg){
+
+        $sav = new Notification;
+        $sav->user_id = $user_id;
+        $sav->msg = $msg;
+        $sav->status = 1;
+        $sav->save();
+    }
+}

+ 60 - 0
app/Http/Controllers/Client/ClientController.php

@@ -0,0 +1,60 @@
+<?php
+
+namespace App\Http\Controllers\Client;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+use App\Models\Task;
+use App\Models\Note;
+use App\Models\AssignProject;
+use Auth;
+
+use App\Models\Ticket;
+class ClientController extends Controller
+{
+    public function index(){
+
+        return "Client Profile";
+    }
+
+    public function client_dashboard(){
+
+        $data['title'] = "Client dashboard";
+        $user_id = Auth::user()->id;
+
+        $data['notes'] = Note::where('user_id',$user_id)->orderBy('time')->get();
+
+        $chk = AssignProject::where('user_id',$user_id)->distinct('proj_id')->get();
+
+        $proj_id_ary = array();
+
+        if(count($chk) > 0)
+        {
+            foreach($chk as $info)
+            {
+                array_push($proj_id_ary, $info->proj_id);
+            }
+
+            $data['created_task'] = Task::whereIn('proj_id',$proj_id_ary)->where('status',1)->get();
+            $data['inprocess_task'] = Task::whereIn('proj_id',$proj_id_ary)->where('status',2)->get();
+        }
+    $client_id=\Auth::user()->id;
+
+
+    
+
+    if(\Auth::user()->utype==3)
+    {
+        $data['tickets']=Ticket::with(['user','created_user'])->where('client_id',$client_id)->orderBy('id','desc')->get();
+        
+    } else {
+        $data['tickets']=Ticket::with(['user','created_user'])->orderBy('id','desc')->get();
+    }
+
+
+    
+        return view('client.client_dashboard',$data);
+    }
+}

+ 286 - 0
app/Http/Controllers/Client/TicketController.php

@@ -0,0 +1,286 @@
+<?php
+
+namespace App\Http\Controllers\Client;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+use App\Models\Project;
+use App\Models\Group;
+use App\Models\Task;
+use App\Models\ActivityLog;
+use App\Models\Notification;
+use App\Models\CompanyModel;
+use App\Models\ServiceList;
+use App\Models\Ticket;
+use App\Models\TicketThread;
+use App\Models\AddressBookModel;
+use App\User;
+use Auth;
+use Mail;
+
+class TicketController extends Controller
+{
+    function index()
+    {
+        $client_id=\Auth::user()->id;
+
+
+        $query=(new Ticket)->newQuery();
+
+        $query->with(['user','created_user','user.company_data']);
+
+        //$query->where('status','!=',3);
+
+        if(\Auth::user()->utype==3)
+        {
+            $query->where('client_id',$client_id);
+        }
+
+        $query->orderBy('id','desc');
+
+        $data['tickets']=$query->paginate(5);
+        $data['title']='Support Ticket';
+        return view('client.ticket.index',$data);
+    }
+
+    function create()
+    {
+        $data['clients']=CompanyModel::where('status',2)->orderBy('name')->get(['id','name']);
+        $data['services']=ServiceList::orderBy('name','asc')->get(['id','name']);
+
+        $data['title']='New Support Ticket';
+        return view('client.ticket.create',$data);
+    }
+
+    function store(Request $req)
+    {
+        $this->validate($req,[
+            'title'=>'required',
+            'service'=>'required',
+        ]);
+
+        $client=0;
+        if(\Auth::user()->utype==3)
+        {
+            $client=\Auth::user()->id;
+        }
+        else
+        {
+            $client=$req->get('client');
+        }
+
+        $documentUpload = $req->file('ticket_document');
+        if ( !empty( $documentUpload )) {
+              $documentname = $documentUpload->getClientOriginalName();
+              $path = 'public/ticket_document/';
+              $documentUpload->move($path,$documentname);
+              $ticketDocument = $documentname;
+        } else {
+          $ticketDocument = '';
+        }
+
+        $ticket=new Ticket();
+        $ticket->client_id          =   $client;
+        $ticket->ticket_id          =   $this->generate_ticket_id();
+        $ticket->service_id         =   $req->get('service');
+        $ticket->title              =   $req->get('title');
+        $ticket->details            =   $req->get('details');
+        $ticket->priority           =   $req->get('prority');
+        $ticket->ticket_document    =   $ticketDocument;
+        $ticket->status             =   0;
+        $ticket->created_by         =   \Auth::user()->id;
+
+        $ticket->save();
+
+
+        $client=AddressBookModel::find($ticket->client_id);
+        $service=ServiceList::find($ticket->service_id);
+        $created_user=User::find($ticket->created_by);
+        //dd($ticket->client_id);
+        $company_id = $created_user->company;
+        $company = CompanyModel::find($company_id);
+        $manager_id = $company->account_manager;
+        if($manager_id != null){
+            $manager_details = User::find($manager_id);
+            $manager_email = $manager_details->email;
+        } 
+        $data['client']=$client;
+        $data['created_by']=$created_user;
+        $data['company']=$company;
+        $data['service']=$service;
+        $data['title']='';
+        $data['ticket']=$ticket;
+
+        if($manager_id != null){
+            Mail::send('emails.ticket_created_email',$data,function($message)use($created_user,$client,$manager_email){
+                $message->from('m.revinr@gmail.com', 'Revinr CMS');
+                //$message->to($manager_email)->subject('New ticket created');
+                if($manager_email)
+                {
+                    $message->to($manager_email)->subject('New ticket created');
+                }
+                if($client)
+                {
+                    $message->to($client->email1)->subject('New ticket created');
+                }
+                if($created_user)
+                {
+                    $message->to($created_user->email)->subject('New ticket created');
+                }
+                $message->bcc('helaldu@gmail.com','Shamim Shams');
+            });
+        }else{
+            Mail::send('emails.ticket_created_email',$data,function($message)use($created_user,$client){
+                $message->from('m.revinr@gmail.com', 'Revinr CMS');
+                $message->to('helaldu@gmail.com')->subject('New ticket created');
+                if($client)
+                {
+                    $message->to($client->email1)->subject('New ticket created');
+                }
+                if($created_user)
+                {
+                    $message->to($created_user->email)->subject('New ticket created');
+                }
+                $message->cc('sabuj@revinr.com', 'New ticket created');
+                $message->bcc('tarikul@revinr.com','New ticket created');
+            });
+        }
+
+        return redirect('ticket')->with('msg','Ticket created successfully !!');
+    }
+
+    function client_mail()
+    {
+
+    }
+
+
+    function admin_mail()
+    {
+        
+    }
+
+    function show($id)
+    {   
+        $data['ticket']=Ticket::with(['user','created_user','user.company_data'])->find($id);
+        // echo "<pre>";
+        // print_r ($data['ticket']);
+        // echo "</pre>";
+        // exit;
+        $data['title']='Ticket Details';
+        return view('client.ticket.show',$data);
+    }
+
+
+    function edit($id)
+    {
+        $data['title']='Edit Support Ticket';
+        return view('client.ticket.edit',$data);
+    }
+
+    function update(Request $req)
+    {
+
+    }
+
+    function save_comment(Request $req)
+    {
+        $comment=new TicketThread();
+        $comment->ticket_id=$req->get('ticket');
+        $comment->comment_by=\Auth::user()->id;
+        $comment->comment=$req->get('comment');
+        $comment->display=1;
+        $comment->save();
+        return "ok";
+
+    }
+
+    function get_comments($tkt_id)
+    {
+        $data['comments']=TicketThread::where('ticket_id',$tkt_id)->get();
+        return view('client.ticket.comment',$data)->render();
+    }
+
+
+    function change_status(Request $req)
+    {
+        $id=$req->get('ticket_id'); 
+        $status=$req->get('status');
+
+        $ticket=Ticket::find($id);
+        $ticket->status=$status;
+        $ticket->save();
+
+        $client=AddressBookModel::find($ticket->client_id);
+        $service=ServiceList::find($ticket->service_id);
+        $created_user=User::find($ticket->created_by);
+
+        $data['client']=$client;
+        $data['service']=$service;
+        $data['title']='';
+        $data['ticket']=$ticket;
+
+    
+        Mail::send('emails.ticket_status_change_email',$data,function($message)use($created_user,$client){
+            $message->from('m.revinr@gmail.com', 'Revinr CMS');
+            if($client)
+            {
+                $message->to($client->email1)->subject('New ticket created');
+            }
+            if($created_user)
+            {
+                $message->to($created_user->email)->subject('New ticket created');
+            }
+            $message->to('helaldu@gmail.com')->subject('Ticket Status Change');
+            $message->bcc('shamim@revinr.com','Shamim Shams');
+        });
+
+        return "ok";
+    }
+
+    function generate_ticket_id()
+    {
+        $ticket=Ticket::orderBy('id','desc')->first();
+        if($ticket)
+        {
+            $last_ticket_id=$ticket->ticket_id;
+            if(empty($last_ticket_id))
+            {
+                return 'REV-0001';
+            }
+
+            $ticket_arr=explode('-',$last_ticket_id);
+            $ticket_id=(int)$ticket_arr[1];
+            $ticket_id=$ticket_id+1;
+
+            if($ticket_id<10)
+            {
+
+                return 'REV-000'.$ticket_id;
+            }
+            if($ticket_id<100)
+            {
+
+                return 'REV-00'.$ticket_id;
+            }
+            if($ticket_id<1000)
+            {
+
+                return 'REV-0'.$ticket_id;
+            }
+            if($ticket_id<10000)
+            {
+
+                return 'REV-'.$ticket_id;
+            }
+        }
+        else
+        {
+            return 'REV-001';   
+        }
+
+
+    }
+}

+ 14 - 0
app/Http/Controllers/Controller.php

@@ -0,0 +1,14 @@
+<?php
+
+namespace App\Http\Controllers;
+
+use Illuminate\Foundation\Bus\DispatchesJobs;
+use Illuminate\Routing\Controller as BaseController;
+use Illuminate\Foundation\Validation\ValidatesRequests;
+use Illuminate\Foundation\Auth\Access\AuthorizesRequests;
+use Illuminate\Foundation\Auth\Access\AuthorizesResources;
+
+class Controller extends BaseController
+{
+    use AuthorizesRequests, AuthorizesResources, DispatchesJobs, ValidatesRequests;
+}

+ 33 - 0
app/Http/Controllers/TaskschedulerController.php

@@ -0,0 +1,33 @@
+<?php
+
+namespace App\Http\Controllers;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Models\Task;
+use Auth;
+
+class TaskschedulerController extends Controller
+{
+    public function index(){
+        date_default_timezone_set("Asia/Dhaka"); 
+        $cdate = date('Y-m-d H:i:s');
+
+        $sav = new Task;
+        $sav->name = 'New task';
+        $sav->type = 1;
+        $sav->proj_id = 122;
+        $sav->priority = 2;
+        $sav->dead_line = $cdate;
+        $sav->description = "description";
+        $sav->created_time = $cdate;
+        $sav->created_by = 2;
+        $sav->status = 1;
+        $sav->user_id=56;
+        $sav->assign_by = 2;
+        $sav->assign_time = $cdate;
+        $sav->office_id =  55;
+        $sav->save();
+    }
+}

+ 145 - 0
app/Http/Controllers/User/UCommentController.php

@@ -0,0 +1,145 @@
+<?php
+
+namespace App\Http\Controllers\User;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+use App\Models\Comment;
+use App\Models\ActivityLog;
+use App\Models\Task;
+use Auth;
+use Illuminate\Support\Facades\File;
+
+class UCommentController extends Controller
+{
+    public function remove_comment(Request $req){
+
+    	$id = $req->id;
+        $task_id = $req->task_id;
+        $del = Comment::find($id);
+
+        if (File::exists('assets/document/task/'.$del->url) && !empty($del->url))
+            {
+                File::delete('assets/document/task/'.$del->url);
+            }
+
+            //activity log
+            $task_info = Task::find($task_id);
+            $task_name = $task_info->name;
+            $proj_id  = $task_info->proj_id;
+            $comment = $del->comment;
+            $msg = "$comment -removed from $task_name.";
+            $this->task_log($msg,$task_id,$proj_id);  //call function
+
+        $del->delete();
+
+        $str = $this->fetch_comments($task_id);  // call function
+        return $str;
+    }
+
+    public function edit_comment_form(Request $req){
+
+    	$id = $req->id;
+
+    	$fet = Comment::find($id);
+
+    	$data['comment'] = $fet->comment; 
+    	$data['id'] = $id;
+    
+    	return $data;
+    }
+
+    public function save_update_comment(Request $req){
+
+        $comment = $req->comment;
+        $id = $req->id;
+        $task_id = $req->task_id;
+
+        $sav = Comment::find($id);
+        $sav->comment = $comment;
+            //activity log
+            $task_info = Task::find($task_id);
+            $task_name = $task_info->name;
+            $proj_id  = $task_info->proj_id;
+            $msg = "$comment -edited from $task_name.";
+            $this->task_log($msg,$task_id,$proj_id);  //call function
+        $sav->save();
+
+        $data = $this->fetch_comments($task_id);  // call function  
+        return $data;      
+    }
+
+    public function fetch_comments($task_id){
+
+        $fetch = Comment::with('user')->where('task_id',$task_id)->orderBy('id','DESC')->get();
+        $str = "";
+
+        $login_user = Auth::user()->id; 
+
+        if(count($fetch) > 0){
+            
+            foreach($fetch as $fet)
+            {
+                
+                $immmgg = "assets/document/task/$fet->url";
+                $str .="<input type='hidden' value=".$fet->id.">";
+
+                $str .="* $fet->comment -by ".$fet->user->name;
+                
+                if(!empty($fet->url)){
+                $str .="<br/><a target='_blank' href=".url("assets/document/task/$fet->url").">
+                <img height='150' width='120' src='".asset($immmgg)."'></a>";
+                }
+                
+                $str .="<span style='color:#FD4B39;cursor:pointer;margin-left:10px' data-id='".$fet->id."' class='edit_comment pull-right'><i class='fa fa-pencil-square-o' aria-hidden='true'></i></span>
+                <span style='color:#FD4B39;cursor:pointer;' data-id='".$fet->id."' class='remove_comment'><i class='fa fa-times pull-right' aria-hidden='true'></i></span><br/>";
+            }
+        }
+
+        return $str;
+    }
+
+    public function add_task_doc(Request $req)
+    {
+        $file = $req->file('file');
+        $task_id = $req->task_id;
+
+        date_default_timezone_set("Asia/Dhaka");
+        $assign_time = date('Y-m-d H:i:s');
+        
+        if ($req->hasFile('file')){
+            $extension = $file->getClientOriginalExtension();
+            $os = array("jpg", "jpeg", "png", "gif");
+            if (in_array($extension, $os)){
+                $name = $file->getClientOriginalName();
+                $newFileName = "task_".date('d_m_y_h_m_s').".".$extension;;
+                $fileee = $file->move('assets/document/task/', $newFileName);
+
+                $sav = new Comment;
+                $sav->comment = $name;
+                $sav->url = $newFileName;
+                $sav->task_id = $task_id;
+                $sav->date_time = $assign_time;
+                $sav->post_by = Auth::user()->id;
+                $sav->save();
+            }
+        }
+    }
+
+    public function task_log($msg,$task_id,$proj_id)
+    {
+        date_default_timezone_set("Asia/Dhaka"); 
+        $assign_time = date('Y-m-d H:i:s');
+
+        $sav = new ActivityLog;
+        $sav->msg = $msg;
+        $sav->proj_id = $proj_id;
+        $sav->task_id = $task_id;
+        $sav->logged_user_id = Auth::user()->id;
+        $sav->created_at = $assign_time;
+        $sav->save();
+    }
+
+}

+ 333 - 0
app/Http/Controllers/User/UProjectController.php

@@ -0,0 +1,333 @@
+<?php
+
+namespace App\Http\Controllers\User;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+use App\Models\Project;
+use App\Models\AssignProject;
+use App\Models\Group;
+use App\Models\Task;
+use App\Models\ActivityLog;
+use App\Models\Notification;
+use App\Models\ProjAttachment;
+use App\Models\Note;
+use App\User;
+use Auth;
+use Illuminate\Support\Facades\File;
+
+use Illuminate\Support\Facades\DB;
+
+class UProjectController extends Controller
+{
+    public function index(){    
+
+        $data['title'] = "User panel";
+
+        $data['login_user_id'] =  Auth::user()->id;
+        $user_id = Auth::user()->id; 
+        
+        $project_id = Project::where('is_active',1)->where('client_id',$user_id)->pluck('id')->toArray();
+        //dd($project_id);
+        
+        //  $data['projj'] = AssignProject::with('proj_name.tasks','one_user','assigned')->whereHas('proj_name', function($a){return $a->where('is_active',1);})->where('user_id',$user_id)->orderBy('id','desc')->get();
+        //dd($data['projj']);
+        $data['tasks'] = Task::with('company_name')->where('user_id',$user_id)->where('status','<',6)->orderBy('assign_time','desc')->get();
+        $data['notes'] = Note::where('user_id',$user_id)->orderBy('time')->get();
+
+
+
+        $chk = AssignProject::where('pm_status',1)->where('user_id',$user_id)->get();
+
+        $proj_id_ary = array();
+
+        if(count($chk) > 0)
+        {
+            foreach($chk as $info)
+            {
+                array_push($proj_id_ary, $info->proj_id);
+            }
+
+            $data['pm_created_task'] = Task::whereIn('proj_id',$proj_id_ary)->where('status',1)->get();
+            $data['pm_inprocess_task'] = Task::whereIn('proj_id',$proj_id_ary)->where('status',2)->get();
+        }
+
+        
+        return view('user.uprojects',$data);
+    }
+
+    public function add_file(Request $req){
+
+        $file = $req->file('file');
+        $proj_id = $req->proj_id;
+
+        date_default_timezone_set("Asia/Dhaka");
+        
+        if ($req->hasFile('file')) {
+            $extension = $file->getClientOriginalExtension();
+            $os = array("jpg", "jpeg", "png", "pdf", "doc", "docx", "txt", "psd");
+            if (in_array($extension, $os)){
+                $name = $file->getClientOriginalName();
+                $newFileName = $newFileName = "proj_".date('d_m_y_h_m_s').".".$extension;;
+                $fileee = $file->move('assets/document/project/', $newFileName);
+
+                //echo $newFileName;
+                $cat = new ProjAttachment; 
+                $cat->url = $newFileName;
+                $cat->uploader_id = Auth::user()->id;
+                $cat->proj_id = $proj_id;
+                $cat->name = $name;
+                $cat->save();
+
+                $msg = "Add document: $name";
+                $this->project_log($msg,$proj_id);  //call function
+               
+                //notification
+                $projj_name = Project::find($proj_id)->name;
+                $adminss = User::where('utype',1)->get();
+                
+                foreach($adminss as $info){
+                    $msg = "File:$name added in Proj:$projj_name by ".Auth::user()->name;
+                    $this->notification($info->id, $msg);
+                }
+                
+                $ass_usr = AssignProject::where('proj_id',$proj_id)->get();
+
+                if(count($ass_usr) > 0){
+                    foreach($ass_usr as $info){
+                        $msg = "File:$name added in Proj:$projj_name by ".Auth::user()->name;
+                        $this->notification($info->user_id, $msg);
+                    }    
+                }
+            }
+        }
+    }
+
+    public function uproj_inprocess_pending_task($id){
+        
+        $data['title'] = "Project details";
+        $data['users'] = User::where('active',1)->get();
+        $data['groups'] = Group::where('user_id',0)->get();
+        $data['self'] = Project::find($id);
+        $data['project_id'] = $id;
+        $data['documents'] = ProjAttachment::where('proj_id',$id)->orderBy('id','desc')->get();
+        $data['proj_assign_user'] = AssignProject::with('one_user')->where('active',1)->where('proj_id',$id)->get();
+        
+        $user_id = Auth::User()->id;
+
+        $chk_pm = AssignProject::where('proj_id',$id)->where('user_id',$user_id)->where('pm_status',1)->get();
+
+        if(count($chk_pm) > 0)
+        {
+            $data['pending'] = Task::where('proj_id',$id)->where('status',1)->get();
+            $data['in_process'] = Task::where('proj_id',$id)->whereIn('status',[2,3,4,5])->get();
+        }
+        else
+        {
+            $data['pending'] = Task::whereIn('user_id', [$user_id,0])->where('proj_id',$id)->where('status',1)->get();
+            $data['in_process'] = Task::where('user_id',$user_id)->where('proj_id',$id)->whereIn('status',[2,3,4,5])->get();
+        }
+
+        $data['logss'] = ActivityLog::with('one_user')->where('proj_id',$id)->orderBy('created_at','DESC')->take(20)->get();
+
+        return view('user.uproj_inprocess_pending_task',$data);
+    }
+
+    public function uproject_details($id){
+        
+        $data['title'] = "Project details";
+        $data['users'] = User::where('active',1)->get();
+        $data['groups'] = Group::where('user_id',0)->get();
+        $data['self'] = Project::find($id);
+        $data['project_id'] = $id;
+        $data['documents'] = ProjAttachment::where('proj_id',$id)->orderBy('id','desc')->get();
+        $data['proj_assign_user'] = AssignProject::with('one_user')->where('active',1)->where('proj_id',$id)->get();
+        
+        $user_id = Auth::User()->id;
+
+        $chk_pm = AssignProject::where('proj_id',$id)->where('user_id',$user_id)->where('pm_status',1)->get();
+
+        if(count($chk_pm) > 0)
+        {
+            $data['tasks'] = Task::where('proj_id',$id)->where('status',1)->get();
+            $data['in_process'] = Task::where('proj_id',$id)->where('status',2)->get();
+            $data['complete'] = Task::where('proj_id',$id)->where('status',3)->get();
+            $data['check'] = Task::where('proj_id',$id)->where('status',4)->get();
+            $data['bug'] = Task::where('proj_id',$id)->where('status',5)->get();
+            $data['done'] = Task::where('proj_id',$id)->where('status',6)->get();
+        }
+        else
+        {
+            $data['tasks'] = Task::whereIn('user_id', [$user_id,0])->where('proj_id',$id)->where('status',1)->get();
+            $data['in_process'] = Task::where('user_id',$user_id)->where('proj_id',$id)->where('status',2)->get();
+            $data['complete'] = Task::where('user_id',$user_id)->where('proj_id',$id)->where('status',3)->get();
+            $data['check'] = Task::where('user_id',$user_id)->where('proj_id',$id)->where('status',4)->get();
+            $data['bug'] = Task::where('user_id',$user_id)->where('proj_id',$id)->where('status',5)->get();
+            $data['done'] = Task::where('user_id',$user_id)->where('proj_id',$id)->where('status',6)->get();
+        }
+
+        $data['logss'] = ActivityLog::with('one_user')->where('proj_id',$id)->orderBy('created_at','DESC')->take(20)->get();
+
+        return view('user.uproject_details',$data);
+    }
+
+    public function assign_project(Request $req)
+    {
+        $proj_id = $req->proj_id;
+        $type = $req->types;
+        $group_id = $req->group_id;
+        $user_id = $req->user_id;
+        date_default_timezone_set("Asia/Dhaka"); 
+        $assign_time = date('Y-m-d H:i:s');
+        /*
+            1=Created;
+            2=in process;
+            3=Completed;
+            4=checking;
+            5=bugfixing;
+            5=done;
+        */
+        
+        if($type == 1){
+            $all = Group::where('depend_on',$group_id)->where('active','>',0)->get();
+
+            foreach($all as $info)
+            {
+                $sav = new AssignProject;
+                $sav->proj_id = $proj_id;
+                $sav->user_id = $info->user_id;
+                $sav->assign_time = $assign_time;
+                $sav->assign_by = Auth::user()->id;
+                $sav->active = 1;
+                $sav->save();
+
+                $u_name = $this->get_user_name($info->user_id); //call function
+                
+                $msg = $u_name." assigned.";
+                $this->project_log($msg,$proj_id);  //call function
+            }
+        }
+        elseif($type == 2){
+            $sav = new AssignProject;
+            $sav->proj_id = $proj_id;
+            $sav->user_id = $user_id;
+            $sav->assign_time = $assign_time;
+            $sav->assign_by = Auth::user()->id;
+            $sav->active = 1;
+            $sav->save();
+
+            $u_name = $this->get_user_name($user_id); //call function
+                
+            $msg = $u_name." assigned.";
+            $this->project_log($msg,$proj_id);  //call function
+        }
+        else{
+            return redirect()->back()->with('msg','Select type first..');
+        }
+
+        return redirect()->back()->with('msg','Add successfully!');
+    }
+
+    public function remove_proj_user($id)
+    {   
+        $del = AssignProject::find($id);
+
+        $u_name = $this->get_user_name($del->user_id); //call function
+        $msg = "$u_name removed.";
+        $this->project_log($msg,$del->proj_id);  //call function
+
+        $del->delete();
+        //echo $msg;
+        return redirect()->back();
+    }
+
+    public function project_log($msg,$proj_id)
+    {
+        date_default_timezone_set("Asia/Dhaka"); 
+        $assign_time = date('Y-m-d H:i:s');
+
+        $sav = new ActivityLog;
+        $sav->msg = $msg;
+        $sav->proj_id = $proj_id;
+        $sav->logged_user_id = Auth::user()->id;
+        $sav->created_at = $assign_time;
+        $sav->save();
+    }
+
+    public function get_user_name($id){
+        $fetch = User::find($id);
+        return $fetch->name;
+    }
+
+    public function remove_proj_document($id)
+    {
+        $del = ProjAttachment::find($id);
+            //for notification
+            $proj_id = $del->proj_id;
+            $name = $del->name;
+       
+            if (File::exists('assets/document/project/'.$del->url) && !empty($del->url))
+            {
+                File::delete('assets/document/project/'.$del->url);
+                $msg = "Document: $del->name removed.";
+                $this->project_log($msg,$del->proj_id);  //call function
+                $del->delete();
+
+                //notification
+                $projj_name = Project::find($proj_id)->name;
+                $adminss = User::where('utype',1)->get();
+                
+                foreach($adminss as $info){
+                    $msg = "File:$name removed from Proj:$projj_name by ".Auth::user()->name;
+                    $this->notification($info->id, $msg);
+                }
+                
+                $ass_usr = AssignProject::where('proj_id',$proj_id)->get();
+
+                if(count($ass_usr) > 0){
+                    foreach($ass_usr as $info){
+                        $msg = "File:$name removed from Proj:$projj_name by ".Auth::user()->name;
+                        $this->notification($info->user_id, $msg);
+                    }    
+                }
+            }
+
+        return redirect()->back()->with('data','Delete successfully !!');
+    }
+
+    public function notification($user_id,$msg){
+
+        $sav = new Notification;
+        $sav->user_id = $user_id;
+        $sav->msg = $msg;
+        $sav->status = 1;
+        $sav->save();
+    }
+    public function change_task_status($id)
+    {
+        $new_value;
+        $msg;
+        $start_time;
+        $end_time;
+        $prv_value=DB::table('task')->where('id','=',$id)->first();
+        if($prv_value->status==1)
+        {
+            $new_value= 2;
+            date_default_timezone_set("Asia/Dhaka"); 
+            $start_time = date('Y-m-d H:i:s');
+        }
+        else if($prv_value->status > 1 && $prv_value->status < 6)
+        {
+            $new_value= 6;
+            $end_time = date('Y-m-d H:i:s');
+        } 
+        if($new_value==2){
+            DB::table('task')->where('id','=',$id)->update(array('status'=>$new_value,'start_time'=>$start_time));
+        } else if($new_value ==6){
+           DB::table('task')->where('id','=',$id)->update(array('status'=>$new_value,'closing_time'=>$end_time)); 
+        }
+        return redirect()->back();
+    }
+}

+ 503 - 0
app/Http/Controllers/User/UTaskController.php

@@ -0,0 +1,503 @@
+<?php
+
+namespace App\Http\Controllers\User;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+use App\Models\Project;
+use App\Models\Group;
+use App\Models\Task;
+use App\Models\ActivityLog;
+use App\Models\Notification;
+use App\Models\AssignProject;
+use App\Models\Comment;
+use App\User;
+use Auth;
+
+class UTaskController extends Controller
+{
+
+    public function task_details(Request $req){
+
+        $proj_id = $req->proj_id;
+        $task_id = $req->task_id;
+
+        $all = AssignProject::with('one_user')->where('proj_id',$proj_id)->get();
+
+        $str = "";
+        $str .="<select>";
+        foreach($all as $info){
+            $str .="<option value={$info->user_id}>".$info->one_user->name."</option>";
+        }
+        $str .="</select>";
+
+        //getting status of this task
+            $task_sta = Task::find($task_id);
+            $task_status = $task_sta->status;
+
+        //tast already assigned user
+            $str1 = $this->fetch_task_assign_user($task_id);  //call function
+
+        //activity log fetch
+            $logss = ActivityLog::with('one_user')->where('task_id',$task_id)->orderBy('id','DESC')->get();
+            $str_log = "";
+
+            foreach($logss as $log){
+                $str_log .="* $log->msg -".$log->one_user->name."<br>";
+            }
+
+        //comments fetch
+            $str_comment = $this->fetch_comments($task_id);
+
+        $data[0] = $str;
+        $data[1] = $str1;
+        $data[2] = $str_log;
+        $data[3] = $str_comment;
+        $data[4] = $task_status;
+
+        return $data;
+    }   
+
+    public function add_task(Request $request){
+        
+        $name = $request->name;
+        $proj_id = $request->proj_id;
+        $p=Project::find($proj_id);
+        $office_id=$p->office_id;
+        $description = $request->description;
+        $dead_line = $request->dead_line;
+        $task_type = empty($request->task_type)?1:2;
+        date_default_timezone_set("Asia/Dhaka"); 
+        $cdate = date('Y-m-d H:i:s');
+
+        $sav = new Task;
+        $sav->name = $name;
+        $sav->type = $task_type;
+        $sav->proj_id = $proj_id;
+        $sav->user_id = Auth::user()->id;
+        $sav->assign_by = Auth::user()->id;
+        $sav->assign_time = $cdate;
+        $sav->dead_line = $dead_line;
+        $sav->description = $description;
+        $sav->created_time = $cdate;
+        $sav->created_by = Auth::user()->id;
+        $sav->status = 1;
+        $sav->office_id =  $office_id;
+        $sav->save();
+
+        $task_id = $sav->id;
+
+        //assing task 
+            // $sav_assign_task = new AssignTask;
+            // $sav_assign_task->task_id = $task_id;
+            // $sav_assign_task->user_id = Auth::user()->id;
+            // $sav_assign_task->assign_by = Auth::user()->id;
+            // $sav_assign_task->assign_time = $cdate;
+            // $sav_assign_task->estimated_time = $estimated_time;
+            // $sav_assign_task->status = 1;
+            // $sav_assign_task->save();
+
+        $msg = "Task: $name created.";
+        $this->project_log($msg,$proj_id);  //call function
+        $this->task_log($msg,$task_id,$proj_id);  //call function
+
+        //notification
+        $fet_pro = Project::find($proj_id);
+        $projj_name = $fet_pro->name;
+        $client_id = $fet_pro->client_id;
+        $adminss = User::where('utype',1)->get();
+        
+        $msg = "Task:$name created in Proj:$projj_name by ".Auth::user()->name;
+
+        foreach($adminss as $info){
+            $this->notification($info->id, $msg);
+        }
+
+        $this->notification($client_id, $msg);
+        //--end notification
+
+        return redirect()->back()->with('message','Success');
+    }
+
+    public function remove_task($id)
+    {
+        $del = Task::find($id);
+            //activity log
+            $msg = "Task:".$del->name." removed.";
+            $this->project_log($msg,$del->proj_id);  //call function
+
+            //notification
+            $projj_name = Project::find($del->proj_id)->name;
+            $name = $del->name;
+            $adminss = User::where('utype',1)->get();
+            
+            $post_by_name = Auth::user()->name;
+            $post_by_id = Auth::user()->id;
+
+            $msg = "Task:$name removed from Proj:$projj_name by ".$post_by_name;
+
+            foreach($adminss as $info){
+                $this->notification($info->id, $msg);
+            }
+            
+            $ass_usr = AssignProject::where('proj_id',$del->proj_id)->get();
+
+            if(count($ass_usr) > 0){
+                foreach($ass_usr as $info){
+                    if($info->user_id != $post_by_id){
+                        $this->notification($info->user_id, $msg);
+                    }
+                }    
+            }
+            //end notification
+
+        $del->delete();
+
+        return redirect()->back()->with('data','Delete successfully !!');
+    }
+
+    public function change_tast_by_proj(Request $req)
+    {
+        $proj_id = $req->proj_id;
+        $all = Task::where('proj_id',$proj_id)->get();
+        $str = "";
+
+        $str .="<select>";
+            $str .="<option value='all'>All Tast</option>";
+        foreach($all as $info){
+            $str .="<option value=".$info->id.">".$info->name."</option>";
+        }
+        $str .="</select>";
+
+        return $str;
+    }
+
+    public function user_list_for_task_assign(Request $req){
+
+        $proj_id = $req->proj_id;
+        $task_id = $req->task_id;
+
+        $all = AssignProject::with('one_user')->where('proj_id',$proj_id)->get();
+
+        $str = "";
+        $str .="<select>";
+        foreach($all as $info){
+            $str .="<option value={$info->user_id}>".$info->one_user->name."</option>";
+        }
+        $str .="</select>";
+
+        //getting status of this task
+            $task_sta = Task::find($task_id);
+            $task_status = $task_sta->status;
+
+            if(!empty($task_sta->description))
+            {
+                $details = $task_sta->description;
+            }
+            else{
+                $details = "No details...";
+            }
+
+        //tast already assigned user
+            $str1 = $this->fetch_task_assign_user($task_id);  //call function
+
+        //activity log fetch
+            $logss = ActivityLog::with('one_user')->where('task_id',$task_id)->orderBy('id','DESC')->get();
+            $str_log = "";
+
+            foreach($logss as $log){
+                $str_log .="* $log->msg -".$log->one_user->name."<br>";
+            }
+
+        //comments fetch
+            $str_comment = $this->fetch_comments($task_id);
+
+        $data[0] = $str;
+        $data[1] = $str1;
+        $data[2] = $str_log;
+        $data[3] = $str_comment;
+        $data[4] = $task_status;
+        $data[5] = $details;
+
+        return $data;
+    }
+
+
+    public function task_assign_to_user(Request $req){
+
+        $task_id = $req->id_task_id;
+        $estimated_time = $req->id_estimated_time;
+        $user_id = $req->id_user_id;
+        date_default_timezone_set("Asia/Dhaka"); 
+        $cdate = date('Y-m-d H:i:s');
+
+        $sav = Task::find($task_id);
+            //fetch proj_id for activity log
+            $proj_id = $sav->proj_id;
+            $task_name = $sav->name;
+
+        $sav->user_id = $user_id;
+        $sav->assign_by = Auth::user()->id;
+        $sav->assign_time = $cdate;
+        $sav->estimated_time = $estimated_time;
+        $sav->save();
+
+        //activity log
+        $nam = User::find($user_id);
+        $msg = "User: $nam->name added";
+        $this->task_log($msg,$task_id,$proj_id);  //call function
+
+        //notification
+        $projj_name = Project::find($proj_id)->name;
+        $adminss = User::where('utype',1)->get();
+
+        $post_by_name = Auth::user()->name;
+        $post_by_id = Auth::user()->id;
+
+        $msg = "$nam->name assigned in Task:$task_name of Proj:$projj_name by ".$post_by_name;
+        
+        foreach($adminss as $info){
+            $this->notification($info->id, $msg);
+        }
+        
+        if($user_id != $post_by_id){
+            $this->notification($user_id, $msg);   
+        }
+        
+        //--------end notification
+        
+
+        $str = $this->fetch_task_assign_user($task_id);
+
+        return $str;
+    }
+
+    // public function remove_assign_task_user(Request $req){
+
+    //     $id = $req->id;
+    //     $task_id = $req->task_id;
+
+    //     $del = AssignTask::find($id);
+    //         //activity log
+    //         $nam = User::find($del->user_id);
+    //         $msg = "User: $nam->name removed";
+    //         $this->task_log($msg,$task_id);  //call function
+    //     $del->delete();
+
+    //     $str = $this->fetch_task_assign_user($task_id); //call function
+    //     return $str;
+
+    // }
+
+    public function add_task_comment(Request $req){
+
+        $comment = $req->comment;
+        $task_id = $req->task_id;
+
+        date_default_timezone_set("Asia/Dhaka"); 
+        $assign_time = date('Y-m-d H:i:s');
+
+        if(!empty($comment) && $task_id > 0){
+            $sav = new Comment;
+            $sav->comment = $comment;
+            $sav->task_id = $task_id;
+            $sav->date_time = $assign_time;
+            $sav->post_by = Auth::user()->id;
+            $sav->save();
+        }
+
+            //activity log
+            $task_info = Task::find($task_id);
+            $task_name = $task_info->name;
+            $proj_id  = $task_info->proj_id;
+            $user_id = $task_info->user_id;
+            $msg = "$comment -added to $task_name.";
+            $this->task_log($msg,$task_id,$proj_id);  //call function
+
+            //notification
+            $fetch_proj = Project::find($proj_id);
+            $projj_name = $fetch_proj->name;
+            $client_id = $fetch_proj->client_id;
+            $adminss = User::where('utype',1)->get();
+
+            $notification_post_by = Auth::user()->name;
+            $noti_post_by_id = Auth::user()->id;
+            $msg = "A comment added in Task:$task_name of Proj:$projj_name by ".$notification_post_by;
+            
+            foreach($adminss as $info){
+                $this->notification($info->id, $msg);
+            }
+            
+            $this->notification($client_id, $msg);
+
+        $str = $this->fetch_comments($task_id);
+
+        return $str;
+    }
+
+    
+
+    public function fetch_task_assign_user($task_id)
+    {
+        $fetch = Task::with('user')->find($task_id);
+
+        $str = "";
+        if($fetch->user_id > 0){
+            $str .="<input type='hidden' value=".$fetch->id.">";
+            $str .= $fetch->user->name."<br>Estimated time: ".$fetch->estimated_time;
+        }
+        else{
+            $str .= "No user assigned";
+        }
+
+        return $str;
+    } 
+
+    public function task_log($msg,$task_id,$proj_id)
+    {
+        date_default_timezone_set("Asia/Dhaka"); 
+        $assign_time = date('Y-m-d H:i:s');
+
+        $sav = new ActivityLog;
+        $sav->msg = $msg;
+        $sav->task_id = $task_id;
+        $sav->proj_id = $proj_id;
+        $sav->logged_user_id = Auth::user()->id;
+        $sav->created_at = $assign_time;
+        $sav->save();
+    }
+
+    public function project_log($msg,$proj_id)
+    {
+        date_default_timezone_set("Asia/Dhaka"); 
+        $assign_time = date('Y-m-d H:i:s');
+
+        $sav = new ActivityLog;
+        $sav->msg = $msg;
+        $sav->proj_id = $proj_id;
+        $sav->logged_user_id = Auth::user()->id;
+        $sav->created_at = $assign_time;
+        $sav->save();
+    }
+
+    public function fetch_comments($task_id){
+
+        $fetch = Comment::with('user')->where('task_id',$task_id)->orderBy('id','DESC')->get();
+        $str = "";
+
+        $login_user = Auth::user()->id; 
+
+        if(count($fetch) > 0){
+            
+            foreach($fetch as $fet)
+            {
+                $immmgg = "assets/document/task/$fet->url";
+                $str .="<input type='hidden' value=".$fet->id.">";
+
+                $str .="* $fet->comment -by ".$fet->user->name;
+                
+                if(!empty($fet->url)){
+                $str .="<br/><a target='_blank' href=".url("assets/document/task/$fet->url").">
+                <img height='150' width='120' src='".asset($immmgg)."'></a>";
+                }
+                
+                $str .="<span style='color:#FD4B39;cursor:pointer;margin-left:10px' data-id='".$fet->id."' class='edit_comment pull-right'><i class='fa fa-pencil-square-o' aria-hidden='true'></i></span>
+                <span style='color:#FD4B39;cursor:pointer;' data-id='".$fet->id."' class='remove_comment'><i class='fa fa-times pull-right' aria-hidden='true'></i></span><br/>";
+            }
+        }
+
+        return $str;
+    }
+
+    public function change_to_process(Request $req)
+    {
+        $task_id = $req->task_id;
+        $user_id = Auth::user()->id;
+        $status = $req->status;
+
+        date_default_timezone_set("Asia/Dhaka"); 
+        $t_time = date('Y-m-d H:i:s');
+
+        $sav = Task::find($task_id);
+            $task_name = $sav->name;
+
+        if($user_id = $sav->user_id){
+            $sav->status = $status;
+            if($status == 2){
+                $sav->start_time = $t_time;   
+            }
+            elseif($status == 6){
+                $sav->closing_time = $t_time;
+            }
+
+            //fetch proj_id for activity log
+            $proj_id = $sav->proj_id;
+
+            $sav->save();
+
+            $text = "";
+            if($status == 2){ $text = "in-process"; }
+            elseif($status == 3){ $text = "completed"; }
+            elseif($status == 4){ $text = "checking"; }
+            elseif($status == 5){ $text = "bug-fixing"; }
+            elseif($status == 6){ $text = "done"; }
+
+            $msg = "$task_name -Change status to: $text";
+            $this->task_log($msg,$task_id,$proj_id);  //call function
+
+            return "Yes";            
+        }
+
+        return "No";
+    }
+
+    public function change_to_inprocess(Request $req){
+
+        $task_id = $req->task_id;
+        $status = $req->status;
+
+        $user_id = Auth::user()->id;
+        
+        date_default_timezone_set("Asia/Dhaka"); 
+        $t_time = date('Y-m-d H:i:s');
+
+        $sav = Task::find($task_id);
+            $task_name = $sav->name;
+
+        if($user_id = $sav->user_id){
+            $sav->status = $status;
+            if($status == 2){
+                $sav->start_time = $t_time;   
+            }
+            elseif($status == 6){
+                $sav->closing_time = $t_time;
+            }
+
+            //fetch proj_id for activity log
+            $proj_id = $sav->proj_id;
+
+            $sav->save();
+
+            $text = "";
+            if($status == 2){ $text = "in-process"; }
+            elseif($status == 6){ $text = "done"; }
+
+            $msg = "$task_name -Change status to: $text";
+            $this->task_log($msg,$task_id,$proj_id);  //call function
+
+            return "Yes";            
+        }
+
+    }
+
+    public function notification($user_id,$msg){
+
+        $sav = new Notification;
+        $sav->user_id = $user_id;
+        $sav->msg = $msg;
+        $sav->status = 1;
+        $sav->save();
+    }
+}

+ 243 - 0
app/Http/Controllers/User/UserController.php

@@ -0,0 +1,243 @@
+<?php
+
+namespace App\Http\Controllers\User;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+use App\User;
+use App\Models\Note;
+use Auth;
+use DB;
+use App\Models\Attendance;
+use Excel;
+class UserController extends Controller
+{
+    public function index(){
+        $user_id    =   Auth::id();
+        $user_info  =   User::find($user_id);
+        return view('user.profile',compact('user_info'));
+    }
+
+    public function update_profile(Request $request)
+    {
+
+        $this->validate($request, [
+            'address' => 'required',
+            'per_address' => 'required',
+            'mob' => 'required',
+            'email' => 'required',
+            'joining_date' => 'required',
+            'fb' => 'required',
+            'skype' => 'required',
+            'linkedIn' => 'required',
+            'emrgncy_contact' => 'required',
+            'emrgncy_contact_phone' => 'required',
+        ]);
+        $user_id    =   Auth::id();
+        $user_info  =   User::find($user_id);
+        $destinationPath = public_path('user/');
+        $older_user_img= $user_info->image;
+        
+        if($request->file('user_image') !=''){
+            if($older_user_img !=''){
+                @unlink($destinationPath.'/'.$older_user_img);
+            }
+        } else {
+            $user_info->image=$older_user_img;
+        }
+        $user_info->address                 =  $request->input('address');
+        $user_info->per_address             =  $request->input('per_address');
+        $user_info->mob                     =  $request->input('mob');
+        $user_info->mob2                    =  $request->input('mob2');
+        $user_info->email                   =  $request->input('email');
+        $user_info->email2                  =  $request->input('email2');
+        $user_info->joining_date            =  $request->input('joining_date');
+        $user_info->fb                      =  $request->input('fb');
+        $user_info->skype                   =  $request->input('skype');
+        $user_info->linkedIn                =  $request->input('linkedIn');
+        $user_info->emrgncy_contact         =  $request->input('emrgncy_contact');
+        $user_info->emrgncy_contact_phone   =  $request->input('emrgncy_contact_phone');
+        $user_info->save();
+        if($request->file('user_image') !=''){
+            $file=$request->file('user_image');
+            $originalName =$file->getClientOriginalName();
+            $extension = $file->getClientOriginalExtension(); 
+            $imageName = 'user_'.$user_id.'.'.$extension;
+            $file->move($destinationPath, $imageName);
+            $image_name=$imageName;
+            DB::table('users')->where('id','=',$user_id)->update(array('image'=>$image_name));
+        }
+        return redirect()->action('User\UserController@index')->with('success','Profile Updated successfully');
+    }
+    public function group(){
+
+        return "group";
+    }
+
+    public function add_note(Request $req)
+    {
+        $note = $req->note;
+        $date_time = $req->date_time;
+
+        $sav = new Note;
+        $sav->note = $note;
+        $sav->user_id = Auth::user()->id;
+        $sav->time = $date_time;
+        $sav->save();
+
+        return redirect()->back();
+    }
+
+    public function change_note_status($id){
+
+        $ch = Note::find($id);
+            if($ch->status == 1){
+                $ch->status = 0;
+            }
+            else{
+                $ch->status = 1;
+            }
+        $ch->save();
+
+        return redirect()->back();
+    }
+
+    public function remove_note($id){
+
+        $del = Note::find($id)->delete();
+
+        return redirect()->back();
+    }
+    public function attend_entry()
+    {
+        $title="Attendance Entry";
+        return view('user.list',compact('title'));
+    }
+    public function attendace_sheet_entry(Request $request)
+    {
+        date_default_timezone_set("Asia/Dhaka");
+        //
+        //
+        if($request->file('import_file') !=''){
+            $path = $request->file('import_file')->getRealPath();
+            $data = Excel::load($path, function($reader) {})->get();
+            if(!empty($data) && $data->count()){
+
+                foreach ($data->toArray() as $key => $value) {
+                    if( (int)$value['user_id'] == 1)
+                    {
+                        $user_name  =   'Reza';
+                    } 
+                    else if((int)$value['user_id'] == 2)
+                    {
+                        $user_name  =   'Mamun';
+                    }
+                    else if((int)$value['user_id'] == 3)
+                    {
+                        $user_name  =   'Golam Sayed';
+                    }
+                    else if((int)$value['user_id'] == 4)
+                    {
+                        $user_name  =   'Akib';
+                    }
+                    else if((int)$value['user_id'] == 5)
+                    {
+                        $user_name  =   'Masum';
+                    }
+                    else if((int)$value['user_id'] == 6)
+                    {
+                        $user_name  =   'Helal';
+                    }
+                    else if((int)$value['user_id'] == 7)
+                    {
+                        $user_name  =   'Zeba';
+                    }
+                    else if((int)$value['user_id'] == 8)
+                    {
+                        $user_name  =   'Shabuj';
+                    }
+                    else if((int)$value['user_id'] == 9)
+                    {
+                        $user_name  =   'Hasib';
+                    }
+                    else if((int)$value['user_id'] == 10)
+                    {
+                        $user_name  =   'Tipu';
+                    }
+                    else if((int)$value['user_id'] == 11)
+                    {
+                        $user_name  =   'Niloy';
+                    }
+                    else if((int)$value['user_id'] == 12)
+                    {
+                        $user_name  =   'Nishat';
+                    }
+                    else if((int)$value['user_id'] == 13)
+                    {
+                        $user_name  =   'Jamil';
+                    }
+                    else if((int)$value['user_id'] == 14)
+                    {
+                        $user_name  =   'Shamim';
+                    }
+                    else if((int)$value['user_id'] == 15)
+                    {
+                        $user_name  =   'Payer';
+                    }  
+                    $att_time   =   date('Y-m-d H:i:s',strtotime($value['attendance_time']));
+                    $absent_count=(int)$value['absent_count'];
+                    if($user_name  !=   'Hasib'){
+                        $insert[] = ['user_id'=>(int)$value['user_id'],'user_name' => $user_name, 'attendance_time' =>$att_time,'absent_count'=>$absent_count,'status'=>(int)$value['status']];
+                    }
+                    
+                }
+                
+                if(!empty($insert)){
+                    Attendance::insert($insert);
+                    return redirect()->action('User\UserController@attend_entry')->with('success', 'Data Added!');
+                    
+                }
+
+            }
+
+        }
+
+        return back()->with('success','Please Check your file, Something is wrong there.');
+    }
+    public function leave_apply()
+    {
+        $title          =   "Apply For Leave";
+        $leave_type     =   DB::table('leave_type_head')->where('is_published','=',1)->get();
+        $users          =   User::where('utype',1)->where('active',1)->orderBy('name','ASC')->get();
+        return view('user.leave',compact('title','leave_type','users'));
+    }
+    public function leave_req(Request $request)
+    {
+        $purpose= $request->purpose;
+        $apply_to= 2;
+        $from= $request->get('from',date('Y-m-d H:i:s'));
+        $to= $request->get('to',date('Y-m-d H:i:s'));
+        $from_day = strtotime($from);
+        $to_day = strtotime($to);
+        $days_between = (ceil(abs( $to_day - $from_day) / 86400))+1;
+        $description    =   $request->description;
+        $approval    =   0;
+        $created_at  =  date('Y-m-d H:i:s');
+        $user_id    =   Auth::id();
+        DB::table('leave_req')->insert(array(
+                    'purpose'=>$purpose,
+                    'apply_to'=>$apply_to,
+                    'from'=>$from,
+                    'to'=>$to,
+                    'days'=>$days_between,
+                    'description'=>$description,
+                    'approval'=>$approval,
+                    'created_at'=>$created_at,
+                    'user_id'=>$user_id,
+        ));
+        return redirect()->action('User\UserController@leave_apply')->with('success','Sccessfully Sent !');
+    }
+
+}

+ 60 - 0
app/Http/Controllers/User/UserController1.php

@@ -0,0 +1,60 @@
+<?php
+
+namespace App\Http\Controllers\User;
+
+use Illuminate\Http\Request;
+
+use App\Http\Requests;
+use App\Http\Controllers\Controller;
+use App\User;
+use App\Models\Note;
+use Auth;
+
+class UserController extends Controller
+{
+    public function index(){
+
+        return "profile";
+    }
+
+    public function group(){
+
+        return "group";
+    }
+
+    public function add_note(Request $req)
+    {
+        $note = $req->note;
+        $date_time = $req->date_time;
+
+        $sav = new Note;
+        $sav->note = $note;
+        $sav->user_id = Auth::user()->id;
+        $sav->time = $date_time;
+        $sav->save();
+
+        return redirect()->back();
+    }
+
+    public function change_note_status($id){
+
+        $ch = Note::find($id);
+            if($ch->status == 1){
+                $ch->status = 0;
+            }
+            else{
+                $ch->status = 1;
+            }
+        $ch->save();
+
+        return redirect()->back();
+    }
+
+    public function remove_note($id){
+
+        $del = Note::find($id)->delete();
+
+        return redirect()->back();
+    }
+
+}

+ 41 - 0
app/Http/Kernel.php

@@ -0,0 +1,41 @@
+<?php
+
+namespace App\Http;
+
+use Illuminate\Foundation\Http\Kernel as HttpKernel;
+
+class Kernel extends HttpKernel
+{
+    
+    protected $middleware = [
+        \Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode::class,
+    ];
+
+   
+    protected $middlewareGroups = [
+        'web' => [
+            \App\Http\Middleware\EncryptCookies::class,
+            \Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse::class,
+            \Illuminate\Session\Middleware\StartSession::class,
+            \Illuminate\View\Middleware\ShareErrorsFromSession::class,
+            \App\Http\Middleware\VerifyCsrfToken::class,
+        ],
+
+        'api' => [
+            'throttle:60,1',
+        ],
+    ];
+
+    
+    protected $routeMiddleware = [
+        'auth' => \App\Http\Middleware\Authenticate::class,
+        'auth.basic' => \Illuminate\Auth\Middleware\AuthenticateWithBasicAuth::class,
+        'can' => \Illuminate\Foundation\Http\Middleware\Authorize::class,
+        'guest' => \App\Http\Middleware\RedirectIfAuthenticated::class,
+        'throttle' => \Illuminate\Routing\Middleware\ThrottleRequests::class,
+        'role' => \Zizaco\Entrust\Middleware\EntrustRole::class,
+        'permission' => \Zizaco\Entrust\Middleware\EntrustPermission::class,
+        'ability' => \Zizaco\Entrust\Middleware\EntrustAbility::class,
+        'cors' => \App\Http\Middleware\Cors::class,
+    ];
+}

+ 30 - 0
app/Http/Middleware/Authenticate.php

@@ -0,0 +1,30 @@
+<?php
+
+namespace App\Http\Middleware;
+
+use Closure;
+use Illuminate\Support\Facades\Auth;
+
+class Authenticate
+{
+    /**
+     * Handle an incoming request.
+     *
+     * @param  \Illuminate\Http\Request  $request
+     * @param  \Closure  $next
+     * @param  string|null  $guard
+     * @return mixed
+     */
+    public function handle($request, Closure $next, $guard = null)
+    {
+        if (Auth::guard($guard)->guest()) {
+            if ($request->ajax() || $request->wantsJson()) {
+                return response('Unauthorized.', 401);
+            } else {
+                return redirect()->guest('login');
+            }
+        }
+
+        return $next($request);
+    }
+}

+ 22 - 0
app/Http/Middleware/Cors.php

@@ -0,0 +1,22 @@
+<?php
+
+namespace App\Http\Middleware;
+
+use Closure;
+
+class Cors
+{
+    /**
+     * Handle an incoming request.
+     *
+     * @param  \Illuminate\Http\Request  $request
+     * @param  \Closure  $next
+     * @return mixed
+     */
+    public function handle($request, Closure $next)
+    {
+        return $next($request)
+            ->header('Access-Control-Allow-Origin', '*')
+            ->header('Access-Control-Allow-Methods', 'GET, POST, PUT, DELETE, OPTIONS');
+    }
+}

+ 17 - 0
app/Http/Middleware/EncryptCookies.php

@@ -0,0 +1,17 @@
+<?php
+
+namespace App\Http\Middleware;
+
+use Illuminate\Cookie\Middleware\EncryptCookies as BaseEncrypter;
+
+class EncryptCookies extends BaseEncrypter
+{
+    /**
+     * The names of the cookies that should not be encrypted.
+     *
+     * @var array
+     */
+    protected $except = [
+        //
+    ];
+}

+ 26 - 0
app/Http/Middleware/RedirectIfAuthenticated.php

@@ -0,0 +1,26 @@
+<?php
+
+namespace App\Http\Middleware;
+
+use Closure;
+use Illuminate\Support\Facades\Auth;
+
+class RedirectIfAuthenticated
+{
+    /**
+     * Handle an incoming request.
+     *
+     * @param  \Illuminate\Http\Request  $request
+     * @param  \Closure  $next
+     * @param  string|null  $guard
+     * @return mixed
+     */
+    public function handle($request, Closure $next, $guard = null)
+    {
+        if (Auth::guard($guard)->check()) {
+            return redirect('/admin/dashboard');
+        }
+
+        return $next($request);
+    }
+}

+ 17 - 0
app/Http/Middleware/VerifyCsrfToken.php

@@ -0,0 +1,17 @@
+<?php
+
+namespace App\Http\Middleware;
+
+use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as BaseVerifier;
+
+class VerifyCsrfToken extends BaseVerifier
+{
+    /**
+     * The URIs that should be excluded from CSRF verification.
+     *
+     * @var array
+     */
+    protected $except = [
+        'api/*'
+    ];
+}

+ 10 - 0
app/Http/Requests/Request.php

@@ -0,0 +1,10 @@
+<?php
+
+namespace App\Http\Requests;
+
+use Illuminate\Foundation\Http\FormRequest;
+
+abstract class Request extends FormRequest
+{
+    //
+}

+ 63 - 0
app/Http/ViewComposers/GlobalComposer.php

@@ -0,0 +1,63 @@
+<?php
+
+
+namespace App\Http\ViewComposers;
+
+use Illuminate\Contracts\View\View;
+use Illuminate\Support\Facades\Auth;
+use Menu;
+use App\Models\Notification;
+use App\Models\Ticket;
+use App\Models\CompanyModel;
+class GlobalComposer {
+
+
+    /**
+     * Bind data to the view.
+     *
+     * @param  View $view
+     * @return void
+     */
+    public function compose(View $view)
+    {
+        if(Auth::check())
+        {
+            $user_id = \Auth::user()->id;   
+        }
+        else{
+            $user_id = 0;
+        }
+        
+        $noti = Notification::where('user_id',$user_id)->where('status',1)
+                            ->orderBy('id','DESC')->get();
+        $total_noti = count($noti);
+        $view->with('total_noti', $total_noti);
+        if($total_noti > 0){
+            $view->with('noti', $noti);
+        }
+        else{
+            $noti = Notification::where('user_id',$user_id)
+                            ->orderBy('id','DESC')->take(10)->get();
+            $view->with('noti', $noti);
+        }
+        if(Auth::user()){
+            if(Auth::user()->utype==1){
+                $support_noti= Ticket::where('status','<',3)->orderBy('id','DESC')->get();
+                $total_support_noti=count($support_noti);
+                $view->with('total_support_noti', $total_support_noti);
+                if($total_support_noti > 0){
+                    $view->with('support_noti', $support_noti);
+                } else{
+                    $support_noti= Ticket::where('status','<',3)->orderBy('id','DESC')->take(10)->get();
+                    $view->with('support_noti', $support_noti);
+                }
+            }
+            
+        }
+        
+        
+
+    }
+
+
+}

+ 373 - 0
app/Http/routes.php

@@ -0,0 +1,373 @@
+<?php
+
+Route::get('/', function () {
+    
+    if(Auth::check())
+    {
+        return redirect('/admin/check_user');
+    }
+    else{
+        return redirect('/login');
+    }
+});
+
+Route::get('test', function () {
+
+    $node->makeRoot();
+    $parent = $node->parent()->get();
+});
+
+Route::group(['middleware' => 'web'], function () {
+    
+    Route::auth();
+
+    Route::get('/admin/check_user', 'Admin\HomeController@check_user');
+    Route::get('admin/dashboard', 'Admin\HomeController@index');
+
+    Route::post('admin/add_note', 'Admin\NoteController@add_note');
+    Route::get('admin/change_note_status/{id}', 'Admin\NoteController@change_note_status');
+    Route::get('admin/remove_note/{id}', 'Admin\NoteController@remove_note');
+
+    Route::get('/admin/project_details/{id}', 'Admin\projectController@project_details');
+    Route::post('admin/assign_project', 'Admin\projectController@assign_project');
+    Route::get('admin/projects', 'Admin\projectController@index');
+    Route::post('admin/add_proj', 'Admin\projectController@add_project');
+    Route::post('admin/add_file', 'Admin\projectController@add_file');
+    Route::get('admin/remove_proj/{id}', 'Admin\projectController@remove_proj');
+    Route::get('admin/remove_proj_user/{id}', 'Admin\projectController@remove_proj_user');
+    Route::get('admin/remove_proj_document/{id}', 'Admin\projectController@remove_proj_document');
+    Route::post('admin/make_pm', 'Admin\projectController@make_pm');
+
+    Route::post('admin/user_list_for_task_assign', 'Admin\TaskController@user_list_for_task_assign');
+    Route::post('admin/task_assign_to_user', 'Admin\TaskController@task_assign_to_user');
+    Route::post('admin/remove_assign_task_user', 'Admin\TaskController@remove_assign_task_user');
+
+    Route::post('admin/remove_comment', 'Admin\CommentController@remove_comment');
+    Route::post('admin/edit_comment_form', 'Admin\CommentController@edit_comment_form');
+    Route::post('admin/save_update_comment', 'Admin\CommentController@save_update_comment');
+    Route::post('admin/add_task_doc', 'Admin\CommentController@add_task_doc');
+    Route::post('admin/change_notification', 'Admin\CommentController@change_notification');
+
+    Route::post('admin/change_support_notification_status', 'Admin\HomeController@change_support_status');
+
+    Route::get('admin/task', 'Admin\TaskController@index');
+    Route::get('admin/task/deadline_today', 'Admin\TaskController@deadlineToday');
+    Route::get('admin/task/deadline_missed', 'Admin\TaskController@deadlineMissed');
+    Route::get('admin/task/completed_today', 'Admin\TaskController@completedToday');
+    Route::get('admin/task/completed_yesterday', 'Admin\TaskController@completedYesterday');
+    Route::get('admin/task/pending_task', 'Admin\TaskController@pendingTask');
+    Route::get('admin/task/in_process', 'Admin\TaskController@inProcess');
+    Route::post('admin/add_task', 'Admin\TaskController@add_task');
+    Route::get('admin/remove_task/{id}', 'Admin\TaskController@remove_task');
+    Route::post('admin/change_tast_by_proj', 'Admin\TaskController@change_tast_by_proj');
+    Route::post('admin/add_task_comment', 'Admin\TaskController@add_task_comment');
+    Route::post('admin/change_to_process', 'Admin\TaskController@change_to_process');
+
+    Route::post('admin/company_task/{typ}', 'Admin\TaskController@company_task');
+
+    Route::get('admin/employee', 'Admin\EmployeeController@index');
+    Route::get('admin/employee/add', 'Admin\EmployeeController@create');
+    Route::post('admin/employee/store', 'Admin\EmployeeController@store');
+    Route::get('admin/employee/show/{id}', 'Admin\EmployeeController@show');
+    Route::get('admin/employee/edit_employee/{id}', 'Admin\EmployeeController@editEmployee');
+    Route::post('admin/employee/update/{id}', 'Admin\EmployeeController@update');
+    Route::get('admin/employee/delete/{id}', 'Admin\EmployeeController@destroy');
+    Route::get('admin/employee/status/{id}', 'Admin\EmployeeController@statusUpdate');
+    Route::get('admin/employee/add_user/{id}', 'Admin\EmployeeController@addUser');
+    Route::post('admin/employee/add_to_user/{id}', 'Admin\EmployeeController@addToUser');
+    Route::post('admin/employee/change_password', 'Admin\EmployeeController@changePassword');
+    Route::post('admin/employee/rejoining', 'Admin\EmployeeController@rejoining');
+    
+    // Education Level
+    Route::get('admin/education_level', 'Admin\EducationController@index');
+    Route::get('admin/education_level/add', 'Admin\EducationController@create');
+    Route::post('admin/education_level/store', 'Admin\EducationController@store');
+    Route::get('admin/education_level/edit/{id}', 'Admin\EducationController@edit');
+    Route::post('admin/education_level/update/{id}', 'Admin\EducationController@update');
+    Route::get('admin/education_level/delete/{id}', 'Admin\EducationController@destroy');
+    Route::get('admin/education_level/status/{id}', 'Admin\EducationController@statusUpdate');
+    // Document Type
+    Route::get('admin/document_type', 'Admin\DocumentTypeController@index');
+    Route::get('admin/document_type/add', 'Admin\DocumentTypeController@create');
+    Route::post('admin/document_type/store', 'Admin\DocumentTypeController@store');
+    Route::get('admin/document_type/edit/{id}', 'Admin\DocumentTypeController@edit');
+    Route::post('admin/document_type/update/{id}', 'Admin\DocumentTypeController@update');
+    Route::get('admin/document_type/delete/{id}', 'Admin\DocumentTypeController@destroy');
+    Route::get('admin/document_type/status/{id}', 'Admin\DocumentTypeController@statusUpdate');
+    // Grade
+    Route::get('admin/grade', 'Admin\GradeController@index');
+    Route::get('admin/grade/add', 'Admin\GradeController@create');
+    Route::post('admin/grade/store', 'Admin\GradeController@store');
+    Route::get('admin/grade/edit/{id}', 'Admin\GradeController@edit');
+    Route::post('admin/grade/update/{id}', 'Admin\GradeController@update');
+    Route::get('admin/grade/delete/{id}', 'Admin\GradeController@destroy');
+    Route::get('admin/grade/status/{id}', 'Admin\GradeController@statusUpdate');
+    // Designation
+    Route::get('admin/designation', 'Admin\DesignationController@index');
+    //Route::get('admin/designation/get', 'Admin\DesignationController@getDesignation');
+    Route::get('admin/designation/add', 'Admin\DesignationController@create');
+    Route::post('admin/designation/store', 'Admin\DesignationController@store');
+    Route::get('admin/designation/edit/{id}', 'Admin\DesignationController@edit');
+    Route::post('admin/designation/update/{id}', 'Admin\DesignationController@update');
+    Route::get('admin/designation/delete/{id}', 'Admin\DesignationController@destroy');
+    Route::get('admin/designation/status/{id}', 'Admin\DesignationController@statusUpdate');
+    // Payroll Head
+    Route::get('admin/payroll_head', 'Admin\PayrollHeadController@index');
+    Route::get('admin/payroll_head/add', 'Admin\PayrollHeadController@create');
+    Route::post('admin/payroll_head/store', 'Admin\PayrollHeadController@store');
+    Route::get('admin/payroll_head/edit/{id}', 'Admin\PayrollHeadController@edit');
+    Route::post('admin/payroll_head/update/{id}', 'Admin\PayrollHeadController@update');
+    Route::get('admin/payroll_head/delete/{id}', 'Admin\PayrollHeadController@destroy');
+    Route::get('admin/payroll_head/status/{id}', 'Admin\PayrollHeadController@statusUpdate');
+    // Grade Structure
+    Route::get('admin/grade_structure', 'Admin\GradeStructureController@index');
+    Route::get('admin/grade_structure/add', 'Admin\GradeStructureController@create');
+    Route::post('admin/grade_structure/store', 'Admin\GradeStructureController@store');
+    Route::get('admin/grade_structure/edit/{id}', 'Admin\GradeStructureController@edit');
+    Route::post('admin/grade_structure/update', 'Admin\GradeStructureController@update');
+    Route::get('admin/grade_structure/delete/{id}', 'Admin\GradeStructureController@destroy');
+    Route::get('admin/grade_structure/status/{id}', 'Admin\GradeStructureController@statusUpdate');
+    // Payroll Structure
+    Route::get('admin/payroll_structure', 'Admin\PayrollStructureController@index');
+    Route::get('admin/payroll_structure/ps_update/{id}', 'Admin\PayrollStructureController@psUpdate');
+    Route::post('admin/payroll_structure/update/{id}', 'Admin\PayrollStructureController@update');
+    Route::get('admin/payroll_structure/delete/{id}', 'Admin\PayrollStructureController@destroy');
+    Route::get('admin/payroll_structure/status/{id}', 'Admin\PayrollStructureController@statusUpdate');
+    // Payroll
+    Route::get('admin/payroll', 'Admin\PayrollController@index');
+    Route::get('admin/payroll/create', 'Admin\PayrollController@create');
+    Route::post('admin/payroll/bill_create', 'Admin\PayrollController@billCreate');
+    Route::get('admin/payroll/pr_update/{id}', 'Admin\PayrollController@prUpdate');
+    Route::post('admin/payroll/update/{id}', 'Admin\PayrollController@update');
+    Route::get('admin/payroll/details/{id}', 'Admin\PayrollController@details');
+    Route::get('admin/payroll/receipt/{id}/{pay_id}', 'Admin\PayrollController@receipt');
+
+    // Notice Board
+    Route::get('admin/notice_board', 'Admin\NoticeBoardController@index');
+    Route::get('admin/notice_board/add', 'Admin\NoticeBoardController@create');
+    Route::post('admin/notice_board/store', 'Admin\NoticeBoardController@store');
+    Route::get('admin/notice_board/details/{id}', 'Admin\NoticeBoardController@show');
+    Route::get('admin/notice_board/my_notice', 'Admin\NoticeBoardController@myNotice');
+    Route::get('admin/notice_board/edit/{id}', 'Admin\NoticeBoardController@edit');
+    Route::get('admin/notice_board/delete/{id}', 'Admin\NoticeBoardController@destroy');
+
+    Route::get('admin/users', 'Admin\UsersController@index');
+    Route::post('admin/add_user', 'Admin\UsersController@add_user');
+    Route::get('admin/user_active/{id}', 'Admin\UsersController@user_active');
+    Route::post('admin/change_user_pass', 'Admin\UsersController@change_user_pass');
+
+    Route::get('admin/usergroup', 'Admin\UserGroupController@index');
+    Route::post('admin/add_group_user', 'Admin\UserGroupController@add_group_user');
+    Route::get('admin/remove_group_user/{id}', 'Admin\UserGroupController@remove_group_user');
+    // Companies
+    Route::resource('admin/companies','Admin\CompanyController');
+    Route::post('admin/update_company', 'Admin\CompanyController@update_company');
+    Route::get('admin/view_company/{id}', 'Admin\CompanyController@view_company');
+    Route::post('admin/save_remarks', 'Admin\CompanyController@save_remarks');
+    Route::post('admin/remove_remarks', 'Admin\CompanyController@remove_remarks');
+    Route::post('admin/save_activity', 'Admin\CompanyController@save_activity');
+    Route::post('admin/remove_activity', 'Admin\CompanyController@remove_activity');
+    Route::post('admin/send_email_to_company', 'Admin\CompanyController@send_email_to_company');
+    Route::post('admin/change_status','Admin\CompanyController@change_status')->name('change_company_status');
+    Route::get('admin/company/edit_company/{id}','Admin\CompanyController@edit_company_info')->name('edit_company');
+    Route::post('admin/company/change_company_info','Admin\CompanyController@change_company_info')->name('change_company_info');
+
+
+    Route::get('admin/updateDrag/{id}/{levelchange}', 'Admin\projectController@updateDrag');
+    Route::get('admin/change_task_status/{id}', 'Admin\projectController@change_task_status');
+    Route::resource('admin/address_book','Admin\AddressBookController');
+    Route::post('admin/update_address_book', 'Admin\AddressBookController@update_address_book');
+
+    Route::resource('admin/file_upload','Admin\FileUploadController');
+
+    //REPORT
+    Route::get('admin/completed_task_by_user', 'Admin\ReportTaskController@completed_task_by_user');
+    Route::post('admin/search_completed_task_by_user', 'Admin\ReportTaskController@search_completed_task_by_user');
+    Route::get('admin/work_flow', 'Admin\ReportTaskController@work_flow');
+
+    //SERVICE
+    Route::post('admin/company/service/assign','Admin\CompanyController@assign_service');
+    Route::get('admin/company/service/details/{id}','Admin\CompanyController@get_service');
+    Route::get('admin/company/service/upload/{id}','Admin\CompanyController@file_upload_view');
+    Route::post('admin/company/service/upload','Admin\CompanyController@save_upload');
+    
+    Route::get('admin/user_profile/{id}', 'Admin\HomeController@user_profile');
+
+    Route::get('admin/user_attendace', 'Admin\HomeController@user_attendace');
+    Route::post('admin/attendace_sheet_entry', 'Admin\HomeController@attendace_sheet_entry');
+    Route::get('admin/attendace_report', 'Admin\HomeController@attendace_report');
+    Route::post('admin/report_content', 'Admin\HomeController@get_report_by_user');
+    Route::get('admin/load_content', 'Admin\HomeController@load_content');
+    
+    Route::get('admin/vocabulary', 'Admin\VocabularyController@index');
+    Route::get('admin/vocabulary_edit/{id}', 'Admin\VocabularyController@edit');
+    Route::post('admin/vocabulary_edit', 'Admin\VocabularyController@update');
+    
+    Route::get('admin/leave_requests', 'Admin\HomeController@leave_report');
+    Route::get('admin/leave_requests/details/{id}', 'Admin\HomeController@leave_details');
+    Route::post('admin/leave_req_approved/{id}', 'Admin\HomeController@leave_accept');
+    Route::get('admin/leave_requests/apply', 'Admin\HomeController@apply');
+    Route::post('admin/leave_requests/store', 'Admin\HomeController@store');
+    Route::get('admin/leave_req_discard/{id}', 'Admin\HomeController@leave_discard');
+    Route::get('admin/leave_requests/delete/{id}', 'Admin\HomeController@destroy');
+    Route::get('admin/company/add_user/{id}','Admin\CompanyController@company_user');
+    Route::post('admin/company/add_manager',['as'=>'add_manager','uses'=>'Admin\CompanyController@company_manager']);
+    // Roles & Permissions
+
+    Route::get('admin/roles', 'Admin\RoleController@index');
+    Route::post('admin/roles/store', 'Admin\RoleController@store');
+    Route::get('admin/roles/edit/{id}', 'Admin\RoleController@edit');
+    Route::post('admin/roles/update/{id}', 'Admin\RoleController@update');
+    Route::get('admin/roles/delete/{id}', 'Admin\RoleController@destroy');
+
+    Route::get('admin/permissions', 'Admin\PermissionController@index');
+    Route::post('admin/permissions/store', 'Admin\PermissionController@store');
+    Route::get('admin/permissions/edit/{id}', 'Admin\PermissionController@edit');
+    Route::post('admin/permissions/update/{id}', 'Admin\PermissionController@update');
+    Route::get('admin/permissions/delete/{id}', 'Admin\PermissionController@destroy');
+    // End Roles & Permissions
+
+});
+
+Route::group(['middleware' => 'web'], function (){
+
+    Route::auth();
+
+    Route::get('user/user_profile', 'User\UserController@index');
+    Route::get('user/user_group', 'User\UserController@group');
+    Route::post('user/update_profile', 'User\UserController@update_profile');
+    Route::post('user/add_note', 'User\UserController@add_note');
+    Route::get('user/change_note_status/{id}', 'User\UserController@change_note_status');
+    Route::get('user/remove_note/{id}', 'User\UserController@remove_note');
+
+    Route::get('user/user_projects', 'User\UProjectController@index');
+    Route::get('user/uproject_details/{id}', 'User\UProjectController@uproject_details');
+    Route::get('user/uproj_inprocess_pending_task/{id}', 'User\UProjectController@uproj_inprocess_pending_task');
+    Route::post('user/assign_project', 'User\UProjectController@assign_project');
+    Route::get('user/remove_proj_user/{id}', 'User\UProjectController@remove_proj_user');
+    Route::get('user/remove_proj_document/{id}', 'User\UProjectController@remove_proj_document');
+    Route::post('user/add_file', 'User\UProjectController@add_file');
+
+    Route::post('user/add_task', 'User\UTaskController@add_task');
+    Route::get('user/remove_task/{id}', 'User\UTaskController@remove_task');
+    Route::post('user/task_assign_to_user', 'User\UTaskController@task_assign_to_user');
+    Route::post('user/task_details', 'User\UTaskController@task_details');
+    Route::post('user/add_task_comment', 'User\UTaskController@add_task_comment');
+    Route::post('user/remove_assign_task_user', 'User\UTaskController@remove_assign_task_user');
+    Route::post('user/user_list_for_task_assign', 'User\UTaskController@user_list_for_task_assign');
+    Route::post('user/change_tast_by_proj', 'User\UTaskController@change_tast_by_proj');
+    Route::post('user/change_to_process', 'User\UTaskController@change_to_process');
+    Route::post('user/change_to_inprocess', 'User\UTaskController@change_to_inprocess');
+
+    Route::post('user/remove_comment', 'User\UCommentController@remove_comment');
+    Route::post('user/edit_comment_form', 'User\UCommentController@edit_comment_form');
+    Route::post('user/save_update_comment', 'User\UCommentController@save_update_comment');
+    Route::post('user/add_task_doc', 'User\UCommentController@add_task_doc');
+    Route::get('user/change_task_status/{id}', 'User\UProjectController@change_task_status');
+    Route::get('user/attend_entry', 'User\UserController@attend_entry');
+    Route::post('user/attendace_sheet_entry', 'User\UserController@attendace_sheet_entry');
+    
+    Route::get('user/leave_apply', 'User\UserController@leave_apply');
+    Route::post('user/leave_req', 'User\UserController@leave_req');
+});
+
+Route::group(['middleware' => 'web'], function (){
+
+    Route::get('client/client_projects', 'Client\CProjectController@index');
+    Route::get('client/client_profile', 'Client\ClientController@index');
+    Route::get('client/client_dashboard', 'Client\ClientController@client_dashboard');
+
+    Route::post('client/add_proj', 'Client\CProjectController@add_project');
+    Route::get('client/remove_proj/{id}', 'Client\CProjectController@remove_proj');
+    Route::post('client/add_file', 'Client\CProjectController@add_file');
+    Route::get('client/cproject_details/{id}', 'Client\CProjectController@project_details');
+    Route::get('client/remove_proj_document/{id}', 'Client\CProjectController@remove_proj_document');
+
+    Route::post('client/add_task', 'Client\CTaskController@add_task');
+    Route::get('client/remove_task/{id}', 'Client\CTaskController@remove_task');
+    Route::post('client/user_list_for_task_assign', 'Client\CTaskController@user_list_for_task_assign');
+    Route::post('client/change_to_process', 'Client\CTaskController@change_to_process');
+    Route::post('client/add_task_comment', 'Client\CTaskController@add_task_comment');
+});
+
+
+Route::group(['middleware' => 'web','prefix'=>'account','namespace'=>'Admin'], function () {
+
+    Route::get('journal','JounalController@index');
+    Route::get('journal/new','JounalController@create');
+    Route::post('journal/save','JounalController@store');
+    Route::get('journal/get_head/{id}','JounalController@get_acc_head');
+    Route::post('journal/change_approaval_status','JounalController@change_approaval_status');
+    Route::get('journal/payment/{id}','JounalController@payment');
+    Route::post('journal/payment/save','JounalController@save_payment');
+    Route::get('journal/details/{id}','JounalController@get_details');
+
+
+    Route::get('report/expense','AccountReportController@expense_report_view');
+    Route::post('report/expense','AccountReportController@expense_report');
+    
+    Route::get('report/revenue','AccountReportController@revenue_report_view');
+    Route::post('report/revenue','AccountReportController@revenue_report');
+
+    Route::get('fund_req','FundRequestController@index');
+    Route::post('fund_req/save','FundRequestController@store');
+    Route::post('fund/approval_status','FundRequestController@change_approval_status');
+
+    Route::get('revenue','RevenueController@index');
+    Route::post('revenue/save','RevenueController@store');
+
+
+});
+
+
+Route::group(['middleware'=>'web','namespace'=>'Client'],function(){
+
+    Route::get('ticket','TicketController@index');
+    Route::get('ticket/new','TicketController@create');
+    Route::post('ticket/save','TicketController@store');
+    Route::get('ticket/show/{id}','TicketController@show');
+
+    Route::get('ticket/comments/{tkt_id}','TicketController@get_comments');
+    Route::post('ticket/comment/save','TicketController@save_comment');
+    Route::post('ticket/status/change','TicketController@change_status');
+    
+
+});
+
+Route::group(['middleware' => 'web','prefix'=>'invoice','namespace'=>'Admin'], function () {
+    Route::get('/','InvoiceController@index');
+    Route::get('show/{id}','InvoiceController@show');
+    Route::get('new','InvoiceController@create');
+    Route::post('save','InvoiceController@store');
+    Route::get('edit/{id}','InvoiceController@edit');
+    Route::post('update','InvoiceController@update');
+    Route::get('delete/{id}','InvoiceController@delete');
+    Route::post('pay','InvoiceController@make_payment');
+    Route::get('invoice_created_email/{id}','InvoiceController@invoice_created_email');
+
+
+});
+Route::group(['prefix' => 'api','middleware' => 'api'], function () {
+    Route::get('users','ApiController@get_all_users');
+    Route::get('projects','ApiController@get_all_projects');
+    Route::get('tasks','ApiController@get_all_tasks');
+    Route::get('deadline_missed','ApiController@deadline_missed');
+    Route::get('no_work_today','ApiController@no_work_today');
+    Route::post('create_task','ApiController@create_task');
+    Route::get('change_task_status/{id}','ApiController@change_task_status');
+    Route::get('fund_purpose','ApiController@fund_purpose');
+    Route::post('fund_save','ApiController@fund_save');
+    Route::get('get_entry_time_today','ApiController@get_entry_time_today');
+    Route::get('get_exit_time_yesterday','ApiController@get_exit_time_yesterday');
+    Route::get('get_month_attendance_report','ApiController@get_month_attendance_report');
+    Route::get('get_month_report/{id}','ApiController@get_month_report');
+    Route::get('get_fund_requests','ApiController@get_fund_requests');
+    Route::get('change_fund_request_status/{id}/{value}','ApiController@change_fund_request_status');
+    Route::get('get_pending_tasks','ApiController@get_pending_tasks');
+    Route::get('get_in_progress_tasks','ApiController@get_in_progress_tasks');
+    Route::get('get_leave_purposes','ApiController@get_leave_purposes');
+    Route::get('get_leave_requests','ApiController@get_leave_requests');
+    Route::post('leave_req','ApiController@leave_req');
+    Route::post('leave_accept','ApiController@leave_accept');
+    Route::post('user_login','ApiController@login');
+});

+ 21 - 0
app/Jobs/Job.php

@@ -0,0 +1,21 @@
+<?php
+
+namespace App\Jobs;
+
+use Illuminate\Bus\Queueable;
+
+abstract class Job
+{
+    /*
+    |--------------------------------------------------------------------------
+    | Queueable Jobs
+    |--------------------------------------------------------------------------
+    |
+    | This job base class provides a central location to place any logic that
+    | is shared across all of your jobs. The trait included with the class
+    | provides access to the "onQueue" and "delay" queue helper methods.
+    |
+    */
+
+    use Queueable;
+}

+ 1 - 0
app/Listeners/.gitkeep

@@ -0,0 +1 @@
+

+ 33 - 0
app/Models/AccountHead.php

@@ -0,0 +1,33 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class AccountHead extends Model
+{
+    protected $table = "acc_head";
+    protected $guarded=['id'];
+
+
+    function acc_type()
+    {
+        return $this->belongsTo('App\Models\AccountType','type_id');
+    }
+
+    function debited()
+    {
+        return $this->hasMany('App\Models\Journal','debit_account');
+    }
+
+    function credited()
+    {
+        return $this->hasMany('App\Models\Journal','credit_account');
+    }
+
+    function children()
+    {
+       return $this->hasMany('App\Models\AccountHead','parent_head');
+    }
+
+}

+ 17 - 0
app/Models/AccountType.php

@@ -0,0 +1,17 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class AccountType extends Model
+{
+    protected $table = "acc_type";
+    protected $guarded=['id'];
+
+    function acc_head()
+    {
+        return $this->hasMany('App\Models\AccountHead','type_id');
+    }
+
+}

+ 18 - 0
app/Models/ActivityLog.php

@@ -0,0 +1,18 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class ActivityLog extends Model
+{
+    public $timestamps = false;
+    protected $table = "activity_log";
+
+    public function one_user()
+    {
+        return $this->hasOne('App\User','id','logged_user_id');
+    }
+
+    
+}

+ 16 - 0
app/Models/AddressBookModel.php

@@ -0,0 +1,16 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class AddressBookModel extends Model
+{
+    protected $table = "address_book";
+    public $timestamps = false;
+
+    public function company()
+    {
+        return $this->hasOne('App\Models\CompanyModel','id','company_id');
+    }
+}

+ 26 - 0
app/Models/AssignProject.php

@@ -0,0 +1,26 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class AssignProject extends Model
+{
+    public $timestamps = false;
+    protected $table = "assign_project";
+
+    public function one_user()
+    {
+        return $this->hasOne('App\User','id','user_id');
+    }
+
+    public function proj_name()
+    {
+        return $this->hasOne('App\Models\Project','id','proj_id');
+    }
+
+    public function assigned()
+    {
+        return $this->hasOne('App\User','id','assign_by');
+    }
+}

+ 28 - 0
app/Models/AssignTask2.php

@@ -0,0 +1,28 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class AssignTask extends Model
+{
+    public $timestamps = false;
+    protected $table = "assign_task";
+
+    public function user()
+    {
+        return $this->hasOne('App\User','id','user_id');
+    }
+
+    
+
+    public function proj()
+    {
+        return $this->hasOne('App\Models\Project','id','proj_id');
+    }
+
+    public function task_name()
+    {
+        return $this->hasOne('App\Models\Task','id','task_id');
+    }
+}

+ 10 - 0
app/Models/Attendance.php

@@ -0,0 +1,10 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class Attendance extends Model
+{
+    //
+}

+ 16 - 0
app/Models/Comment.php

@@ -0,0 +1,16 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class Comment extends Model
+{
+    protected $table = "comment";
+    public $timestamps = false;
+
+    public function user()
+    {
+        return $this->hasOne('App\User','id','post_by');
+    }
+}

+ 11 - 0
app/Models/CompanyActivity.php

@@ -0,0 +1,11 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class CompanyActivity extends Model
+{
+    protected $table = "company_activity";
+    public $timestamps = false;
+}

+ 24 - 0
app/Models/CompanyModel.php

@@ -0,0 +1,24 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class CompanyModel extends Model
+{
+    protected $table = "company_info";
+    public $timestamps = false;
+
+    public function contact_persons()
+    {
+        return $this->hasMany('App\Models\AddressBookModel','company_id','id');
+    }
+    public function mtask()
+    {
+        return $this->belongsTo('App\Models\Task','id','client_id')->orderBy('id','DESC');
+    }
+    public function invoice()
+    {
+        return $this->hasMany('App\Models\Invoice','client_id','id');
+    }
+}

+ 26 - 0
app/Models/CompanyService.php

@@ -0,0 +1,26 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class CompanyService extends Model
+{
+	protected $table = "company_service";
+	protected $guarded=['id'];
+
+	function company()
+	{
+		return $this->belongsTo('App\Models\CompanyModel','company_id');
+	}
+
+	function services()
+	{
+		return $this->belongsTo('App\Models\ServiceList','service_id');
+	}
+
+	function attachments()
+	{
+		return $this->hasMany('App\Models\ServiceAttachment','service_id');
+	}
+}

+ 13 - 0
app/Models/Designation.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class Designation extends Model
+{
+    public function designationName()
+    {
+        return $this->belongsTo('App\Models\EmploymentDetail','id','designation_id');
+    }
+}

+ 10 - 0
app/Models/DocumentType.php

@@ -0,0 +1,10 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class DocumentType extends Model
+{
+    //
+}

+ 10 - 0
app/Models/EducationLevel.php

@@ -0,0 +1,10 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class EducationLevel extends Model
+{
+    //
+}

+ 23 - 0
app/Models/Employee.php

@@ -0,0 +1,23 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class Employee extends Model
+{
+    public function user()
+    {
+        return $this->belongsTo('App\User','id','employee_id');
+    }
+    public function designationName()
+    {
+        return $this->belongsTo('App\Models\EmploymentDetail','id','employee_id')->orderBy('id','ASC');
+    }
+    public function gradeName()
+    {
+        return $this->belongsTo('App\Models\EmploymentDetail','id','employee_id')->orderBy('id','ASC');
+    }
+    
+    
+}

+ 13 - 0
app/Models/EmployeeDocument.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class EmployeeDocument extends Model
+{
+    public function document_type()
+    {
+        return $this->hasOne('App\Models\DocumentType', 'id', 'document_id');
+    }
+}

+ 13 - 0
app/Models/EmployeeEducation.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class EmployeeEducation extends Model
+{
+    public function education_name()
+    {
+        return $this->hasOne('App\Models\EducationLevel', 'id', 'edu_level_id');
+    }
+}

+ 12 - 0
app/Models/EmployeeWorkExperience.php

@@ -0,0 +1,12 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class EmployeeWorkExperience extends Model
+{
+    public function designation(){
+        return $this->belongsTo('App\Models\Designation','designation_id','id');
+    }
+}

+ 15 - 0
app/Models/EmploymentDetail.php

@@ -0,0 +1,15 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class EmploymentDetail extends Model
+{
+    public function designation(){
+        return $this->belongsTo('App\Models\Designation','designation_id','id');
+    }
+    public function grade(){
+        return $this->belongsTo('App\Models\Grade','grade_id','id');
+    }
+}

+ 11 - 0
app/Models/FileUpload.php

@@ -0,0 +1,11 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class FileUpload extends Model
+{
+    protected $table = "file_upload";
+    public $timestamps = false; 
+}

+ 22 - 0
app/Models/FundRequest.php

@@ -0,0 +1,22 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class FundRequest extends Model
+{
+	protected $table = "fund_request";
+	protected $guarded=['id'];
+
+
+	function acc_head()
+	{
+		return $this->belongsTo('App\Models\AccountHead','purpose');
+	}
+
+	function user()
+	{
+		return $this->belongsTo('App\User','request_by');
+	}
+}

+ 15 - 0
app/Models/Grade.php

@@ -0,0 +1,15 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class Grade extends Model
+{
+    public function gradehead(){
+        return $this->hasMany('App\Models\GradeStructure','grade_id','id');
+    }
+    public function gradeAmount(){
+        return $this->hasMany('App\Models\GradeStructure','grade_id','id');
+    }
+}

+ 15 - 0
app/Models/GradeStructure.php

@@ -0,0 +1,15 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class GradeStructure extends Model
+{
+    public function grade(){
+        return $this->belongsTo('App\Models\Grade','grade_id','id');
+    }
+    public function head(){
+        return $this->belongsTo('App\Models\PayrollHead','head_id','id');
+    }
+}

+ 21 - 0
app/Models/Group.php

@@ -0,0 +1,21 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class Group extends Model
+{
+    public $timestamps = false;
+    protected $table = "group";
+
+    public function one_rlation()
+    {
+        return $this->hasOne('App\User','id','user_id');
+    }
+
+    public function many_users()
+    {
+        return $this->hasMany('App\User','id','user_id');
+    }
+}

+ 32 - 0
app/Models/Invoice.php

@@ -0,0 +1,32 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class Invoice extends Model
+{
+		protected $table = "invoice";
+		protected $guarded=['id'];
+
+	 function user()
+	 {
+			return $this->belongsTo('App\User','created_by','id');
+	 }
+
+	 function items()
+	 {
+			return $this->hasMany('App\Models\InvoiceItems','invoice_id');
+	 }
+
+	 function client()
+	 {
+			return $this->belongsTo('App\User','client_id','id');
+	 }
+
+	 function company()
+	 {
+			return $this->belongsTo('App\Models\CompanyModel','client_id','id');
+	 }
+
+ }

+ 22 - 0
app/Models/InvoiceItems.php

@@ -0,0 +1,22 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Model;
+
+class InvoiceItems extends Model
+{
+		protected $table = "invoice_items";
+		protected $guarded=['id'];
+
+		function invoice()
+	 {
+				return $this->belongsTo('App\Models\Invoice','invoice_id','id');
+	 }
+
+	 function service()
+	 {
+				return $this->belongsTo('App\Models\ServiceList','service_id','id');
+	 }
+
+ }

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác