-- --------------------------------------------------------
-- Host:                         52.74.129.178
-- Server version:               5.5.60-MariaDB - MariaDB Server
-- Server OS:                    Linux
-- HeidiSQL Version:             9.4.0.5125
-- --------------------------------------------------------

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET NAMES utf8 */;
/*!50503 SET NAMES utf8mb4 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;


-- Dumping database structure for rms_db
DROP DATABASE IF EXISTS `rms_db`;
CREATE DATABASE IF NOT EXISTS `rms_db` /*!40100 DEFAULT CHARACTER SET latin1 */;
USE `rms_db`;

-- Dumping structure for table rms_db.allowed_company
DROP TABLE IF EXISTS `allowed_company`;
CREATE TABLE IF NOT EXISTS `allowed_company` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `create_change_request` tinyint(1) NOT NULL,
  `create_change_request_template` tinyint(1) NOT NULL,
  `view_all_change_request` tinyint(1) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `deleted_at` datetime(6) DEFAULT NULL,
  `company_pivot_id` varchar(255) NOT NULL,
  `group_pivots_id` varchar(255) NOT NULL,
  `id_number_id` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `allowed_company_company_pivot_id_35c7dec7_fk_companies_code` (`company_pivot_id`),
  KEY `allowed_company_group_pivots_id_3b2e331c_fk_departments_code` (`group_pivots_id`),
  KEY `allowed_company_id_number_id_7c5c7fc8_fk_auth_user_code` (`id_number_id`),
  CONSTRAINT `allowed_company_id_number_id_7c5c7fc8_fk_auth_user_code` FOREIGN KEY (`id_number_id`) REFERENCES `auth_user` (`code`),
  CONSTRAINT `allowed_company_company_pivot_id_35c7dec7_fk_companies_code` FOREIGN KEY (`company_pivot_id`) REFERENCES `companies` (`code`),
  CONSTRAINT `allowed_company_group_pivots_id_3b2e331c_fk_departments_code` FOREIGN KEY (`group_pivots_id`) REFERENCES `departments` (`code`)
) ENGINE=InnoDB AUTO_INCREMENT=53 DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.allowed_company: ~40 rows (approximately)
DELETE FROM `allowed_company`;
/*!40000 ALTER TABLE `allowed_company` DISABLE KEYS */;
INSERT INTO `allowed_company` (`id`, `create_change_request`, `create_change_request_template`, `view_all_change_request`, `created_at`, `deleted_at`, `company_pivot_id`, `group_pivots_id`, `id_number_id`) VALUES
	(14, 1, 1, 1, '2019-10-01 13:37:42.918450', NULL, 'COMPANY-20190923-0000001', 'DEPARTMENT-20190923-0000002', 'USER-20191001-0000017'),
	(15, 1, 1, 1, '2019-10-01 13:42:47.729732', NULL, 'COMPANY-20190923-0000001', 'DEPARTMENT-20190923-0000002', 'USER-20191001-0000018'),
	(16, 1, 1, 1, '2019-10-01 13:43:20.229044', NULL, 'COMPANY-20190923-0000001', 'DEPARTMENT-20190923-0000002', 'USER-20191001-0000019'),
	(17, 1, 1, 1, '2019-10-01 13:45:58.377413', NULL, 'COMPANY-20190923-0000001', 'DEPARTMENT-20191001-0000012', 'USER-20191001-0000020'),
	(18, 1, 1, 1, '2019-10-01 13:46:35.849371', NULL, 'COMPANY-20190923-0000001', 'DEPARTMENT-20191001-0000012', 'USER-20191001-0000021'),
	(19, 1, 1, 1, '2019-10-01 13:47:27.130067', NULL, 'COMPANY-20190923-0000001', 'DEPARTMENT-20191001-0000012', 'USER-20191001-0000022'),
	(20, 1, 1, 1, '2019-10-01 13:49:02.928327', NULL, 'COMPANY-20190923-0000001', 'DEPARTMENT-20191001-0000013', 'USER-20191001-0000023'),
	(21, 1, 1, 1, '2019-10-01 13:49:58.960550', NULL, 'COMPANY-20190923-0000001', 'DEPARTMENT-20191001-0000013', 'USER-20191001-0000024'),
	(22, 1, 1, 1, '2019-10-01 13:50:38.013915', NULL, 'COMPANY-20190923-0000001', 'DEPARTMENT-20191001-0000013', 'USER-20191001-0000025'),
	(23, 1, 1, 1, '2019-10-01 13:51:52.305945', NULL, 'COMPANY-20190923-0000001', 'DEPARTMENT-20191001-0000013', 'USER-20191001-0000026'),
	(24, 1, 1, 1, '2019-10-01 13:52:43.420558', NULL, 'COMPANY-20190923-0000001', 'DEPARTMENT-20191001-0000013', 'USER-20191001-0000027'),
	(25, 1, 1, 1, '2019-10-01 14:04:53.859960', NULL, 'COMPANY-20190923-0000002', 'DEPARTMENT-20190927-0000003', 'USER-20191001-0000028'),
	(26, 1, 1, 1, '2019-10-01 14:06:36.740076', NULL, 'COMPANY-20190923-0000002', 'DEPARTMENT-20190927-0000003', 'USER-20191001-0000029'),
	(27, 1, 1, 1, '2019-10-01 14:07:29.957242', NULL, 'COMPANY-20190923-0000002', 'DEPARTMENT-20190927-0000003', 'USER-20191001-0000030'),
	(28, 1, 1, 1, '2019-10-01 14:08:44.548877', NULL, 'COMPANY-20190923-0000002', 'DEPARTMENT-20190927-0000003', 'USER-20191001-0000031'),
	(29, 1, 1, 1, '2019-10-01 14:09:33.658563', NULL, 'COMPANY-20190923-0000002', 'DEPARTMENT-20190927-0000003', 'USER-20191001-0000032'),
	(30, 1, 1, 1, '2019-10-01 14:10:18.128834', NULL, 'COMPANY-20190923-0000002', 'DEPARTMENT-20190927-0000003', 'USER-20191001-0000033'),
	(31, 1, 1, 1, '2019-10-01 14:11:33.373864', NULL, 'COMPANY-20190923-0000002', 'DEPARTMENT-20190927-0000003', 'USER-20191001-0000034'),
	(32, 1, 1, 1, '2019-10-01 14:13:36.036973', NULL, 'COMPANY-20190923-0000002', 'DEPARTMENT-20190927-0000003', 'USER-20191001-0000035'),
	(33, 1, 1, 1, '2019-10-01 14:14:29.370218', NULL, 'COMPANY-20190923-0000002', 'DEPARTMENT-20190927-0000003', 'USER-20191001-0000036'),
	(34, 1, 1, 1, '2019-10-01 14:15:25.018390', NULL, 'COMPANY-20190923-0000002', 'DEPARTMENT-20190927-0000003', 'USER-20191001-0000037'),
	(35, 1, 1, 1, '2019-10-01 14:17:24.238916', NULL, 'COMPANY-20190923-0000002', 'DEPARTMENT-20190927-0000003', 'USER-20191001-0000038'),
	(36, 1, 1, 1, '2019-10-01 14:19:20.216865', NULL, 'COMPANY-20190923-0000002', 'DEPARTMENT-20191001-0000007', 'USER-20191001-0000039'),
	(37, 1, 1, 1, '2019-10-01 14:19:20.217984', NULL, 'COMPANY-20190923-0000002', 'DEPARTMENT-20190927-0000003', 'USER-20191001-0000039'),
	(38, 1, 1, 1, '2019-10-01 14:19:20.218975', NULL, 'COMPANY-20190923-0000002', 'DEPARTMENT-20191001-0000005', 'USER-20191001-0000039'),
	(39, 1, 1, 1, '2019-10-01 14:19:20.219945', NULL, 'COMPANY-20190923-0000002', 'DEPARTMENT-20191001-0000008', 'USER-20191001-0000039'),
	(40, 1, 1, 1, '2019-10-01 14:19:56.672603', NULL, 'COMPANY-20190923-0000002', 'DEPARTMENT-20191001-0000008', 'USER-20191001-0000040'),
	(41, 1, 1, 1, '2019-10-01 14:22:49.641528', NULL, 'COMPANY-20190923-0000002', 'DEPARTMENT-20191001-0000014', 'USER-20191001-0000041'),
	(42, 1, 1, 1, '2019-10-01 14:22:49.642588', NULL, 'COMPANY-20190923-0000002', 'DEPARTMENT-20191001-0000007', 'USER-20191001-0000041'),
	(43, 1, 1, 1, '2019-10-01 14:22:49.644033', NULL, 'COMPANY-20190923-0000002', 'DEPARTMENT-20191001-0000008', 'USER-20191001-0000041'),
	(44, 1, 1, 1, '2019-10-01 14:22:49.645100', NULL, 'COMPANY-20190923-0000002', 'DEPARTMENT-20191001-0000005', 'USER-20191001-0000041'),
	(45, 1, 1, 1, '2019-10-01 14:22:49.646229', NULL, 'COMPANY-20190923-0000002', 'DEPARTMENT-20190927-0000003', 'USER-20191001-0000041'),
	(46, 1, 1, 1, '2019-10-01 14:23:49.095088', NULL, 'COMPANY-20190923-0000002', 'DEPARTMENT-20191001-0000005', 'USER-20191001-0000042'),
	(47, 1, 1, 1, '2019-10-01 14:23:49.096294', NULL, 'COMPANY-20190923-0000002', 'DEPARTMENT-20190927-0000003', 'USER-20191001-0000042'),
	(48, 1, 1, 1, '2019-10-01 14:25:58.607436', NULL, 'COMPANY-20190923-0000001', 'DEPARTMENT-20191001-0000013', 'USER-20191001-0000043'),
	(49, 1, 1, 1, '2019-10-01 14:27:14.821258', NULL, 'COMPANY-20190923-0000001', 'DEPARTMENT-20191001-0000013', 'USER-20191001-0000046'),
	(50, 1, 1, 1, '2019-10-01 14:28:29.223663', NULL, 'COMPANY-20190923-0000001', 'DEPARTMENT-20191001-0000015', 'USER-20191001-0000047'),
	(51, 1, 1, 1, '2019-10-01 14:29:30.716377', NULL, 'COMPANY-20190923-0000001', 'DEPARTMENT-20191001-0000015', 'USER-20191001-0000048'),
	(52, 1, 1, 1, '2019-10-01 14:42:36.512527', NULL, 'COMPANY-20190923-0000002', 'DEPARTMENT-20191001-0000016', 'USER-20191001-0000051'),
	(53, 1, 1, 1, '2019-10-01 14:46:21.550987', NULL, 'COMPANY-20190923-0000001', 'DEPARTMENT-20191001-0000012', 'USER-20191001-0000052');
/*!40000 ALTER TABLE `allowed_company` ENABLE KEYS */;

-- Dumping structure for table rms_db.applications
DROP TABLE IF EXISTS `applications`;
CREATE TABLE IF NOT EXISTS `applications` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `created` datetime(6) NOT NULL,
  `createdby` varchar(255) NOT NULL,
  `modified` datetime(6) NOT NULL,
  `modifiedby` varchar(255) NOT NULL,
  `code` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`),
  UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.applications: ~3 rows (approximately)
DELETE FROM `applications`;
/*!40000 ALTER TABLE `applications` DISABLE KEYS */;
INSERT INTO `applications` (`id`, `created`, `createdby`, `modified`, `modifiedby`, `code`, `name`) VALUES
	(1, '2019-09-23 12:43:33.754098', 'superuser', '2019-09-23 12:43:33.754098', 'superuser', 'APP-20190923-0000001', 'Resource Management System'),
	(2, '2019-09-23 12:43:40.512905', 'superuser', '2019-09-23 12:43:40.512905', 'superuser', 'APP-20190923-0000002', 'Change Request Management System'),
	(3, '2019-09-23 12:43:55.957076', 'superuser', '2019-09-23 12:43:55.957076', 'superuser', 'APP-20190923-0000003', 'Asset Management System');
/*!40000 ALTER TABLE `applications` ENABLE KEYS */;

-- Dumping structure for table rms_db.attachments
DROP TABLE IF EXISTS `attachments`;
CREATE TABLE IF NOT EXISTS `attachments` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `created` datetime(6) NOT NULL,
  `createdby` varchar(255) NOT NULL,
  `modified` datetime(6) NOT NULL,
  `modifiedby` varchar(255) NOT NULL,
  `code` varchar(255) DEFAULT NULL,
  `name` varchar(255) NOT NULL,
  `description` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.attachments: ~0 rows (approximately)
DELETE FROM `attachments`;
/*!40000 ALTER TABLE `attachments` DISABLE KEYS */;
/*!40000 ALTER TABLE `attachments` ENABLE KEYS */;

-- Dumping structure for table rms_db.authtoken_token
DROP TABLE IF EXISTS `authtoken_token`;
CREATE TABLE IF NOT EXISTS `authtoken_token` (
  `key` varchar(40) NOT NULL,
  `created` datetime(6) NOT NULL,
  `user_id` int(11) NOT NULL,
  PRIMARY KEY (`key`),
  UNIQUE KEY `user_id` (`user_id`),
  CONSTRAINT `authtoken_token_user_id_35299eff_fk_auth_user_id` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.authtoken_token: ~5 rows (approximately)
DELETE FROM `authtoken_token`;
/*!40000 ALTER TABLE `authtoken_token` DISABLE KEYS */;
INSERT INTO `authtoken_token` (`key`, `created`, `user_id`) VALUES
	('2d76d97cacc99bd34c5a8d3f01c27cd1f4381889', '2019-10-01 15:25:57.788712', 31),
	('78f1c0cbb689945b0348b6eabe7c33473c816a66', '2019-10-01 14:57:53.965604', 42),
	('95b47695ef692144ac471a57be67e4ed4b853d80', '2019-10-01 14:34:25.037190', 30),
	('b1f6a469c4058d3f2d646e6c51e76d58126681dd', '2019-10-01 15:35:29.804259', 1),
	('fa5bf630abcca6dc5a3bcb522dd60858809d2a11', '2019-10-01 14:40:30.684083', 39);
/*!40000 ALTER TABLE `authtoken_token` ENABLE KEYS */;

-- Dumping structure for table rms_db.auth_access_token
DROP TABLE IF EXISTS `auth_access_token`;
CREATE TABLE IF NOT EXISTS `auth_access_token` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `ref` varchar(255) NOT NULL,
  `token` longtext NOT NULL,
  `passcode` varchar(255) NOT NULL,
  `timeout` int(11) NOT NULL,
  `is_active` tinyint(1) NOT NULL,
  `user_id` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `auth_access_token_user_id_c480a680_fk_auth_user_code` (`user_id`),
  CONSTRAINT `auth_access_token_user_id_c480a680_fk_auth_user_code` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`code`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.auth_access_token: ~0 rows (approximately)
DELETE FROM `auth_access_token`;
/*!40000 ALTER TABLE `auth_access_token` DISABLE KEYS */;
/*!40000 ALTER TABLE `auth_access_token` ENABLE KEYS */;

-- Dumping structure for table rms_db.auth_group
DROP TABLE IF EXISTS `auth_group`;
CREATE TABLE IF NOT EXISTS `auth_group` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(150) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.auth_group: ~0 rows (approximately)
DELETE FROM `auth_group`;
/*!40000 ALTER TABLE `auth_group` DISABLE KEYS */;
/*!40000 ALTER TABLE `auth_group` ENABLE KEYS */;

-- Dumping structure for table rms_db.auth_group_permissions
DROP TABLE IF EXISTS `auth_group_permissions`;
CREATE TABLE IF NOT EXISTS `auth_group_permissions` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `group_id` int(11) NOT NULL,
  `permission_id` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `auth_group_permissions_group_id_permission_id_0cd325b0_uniq` (`group_id`,`permission_id`),
  KEY `auth_group_permissio_permission_id_84c5c92e_fk_auth_perm` (`permission_id`),
  CONSTRAINT `auth_group_permissio_permission_id_84c5c92e_fk_auth_perm` FOREIGN KEY (`permission_id`) REFERENCES `auth_permission` (`id`),
  CONSTRAINT `auth_group_permissions_group_id_b120cbf9_fk_auth_group_id` FOREIGN KEY (`group_id`) REFERENCES `auth_group` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.auth_group_permissions: ~0 rows (approximately)
DELETE FROM `auth_group_permissions`;
/*!40000 ALTER TABLE `auth_group_permissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `auth_group_permissions` ENABLE KEYS */;

-- Dumping structure for table rms_db.auth_permission
DROP TABLE IF EXISTS `auth_permission`;
CREATE TABLE IF NOT EXISTS `auth_permission` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `content_type_id` int(11) NOT NULL,
  `codename` varchar(100) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `auth_permission_content_type_id_codename_01ab375a_uniq` (`content_type_id`,`codename`),
  CONSTRAINT `auth_permission_content_type_id_2f476e4b_fk_django_co` FOREIGN KEY (`content_type_id`) REFERENCES `django_content_type` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=221 DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.auth_permission: ~216 rows (approximately)
DELETE FROM `auth_permission`;
/*!40000 ALTER TABLE `auth_permission` DISABLE KEYS */;
INSERT INTO `auth_permission` (`id`, `name`, `content_type_id`, `codename`) VALUES
	(1, 'Can add log entry', 1, 'add_logentry'),
	(2, 'Can change log entry', 1, 'change_logentry'),
	(3, 'Can delete log entry', 1, 'delete_logentry'),
	(4, 'Can view log entry', 1, 'view_logentry'),
	(5, 'Can add permission', 2, 'add_permission'),
	(6, 'Can change permission', 2, 'change_permission'),
	(7, 'Can delete permission', 2, 'delete_permission'),
	(8, 'Can view permission', 2, 'view_permission'),
	(9, 'Can add group', 3, 'add_group'),
	(10, 'Can change group', 3, 'change_group'),
	(11, 'Can delete group', 3, 'delete_group'),
	(12, 'Can view group', 3, 'view_group'),
	(13, 'Can add content type', 4, 'add_contenttype'),
	(14, 'Can change content type', 4, 'change_contenttype'),
	(15, 'Can delete content type', 4, 'delete_contenttype'),
	(16, 'Can view content type', 4, 'view_contenttype'),
	(17, 'Can add session', 5, 'add_session'),
	(18, 'Can change session', 5, 'change_session'),
	(19, 'Can delete session', 5, 'delete_session'),
	(20, 'Can view session', 5, 'view_session'),
	(21, 'Can add Token', 6, 'add_token'),
	(22, 'Can change Token', 6, 'change_token'),
	(23, 'Can delete Token', 6, 'delete_token'),
	(24, 'Can view Token', 6, 'view_token'),
	(25, 'Can add user', 7, 'add_user'),
	(26, 'Can change user', 7, 'change_user'),
	(27, 'Can delete user', 7, 'delete_user'),
	(28, 'Can view user', 7, 'view_user'),
	(29, 'Can add application', 8, 'add_application'),
	(30, 'Can change application', 8, 'change_application'),
	(31, 'Can delete application', 8, 'delete_application'),
	(32, 'Can view application', 8, 'view_application'),
	(33, 'Can add attachment', 9, 'add_attachment'),
	(34, 'Can change attachment', 9, 'change_attachment'),
	(35, 'Can delete attachment', 9, 'delete_attachment'),
	(36, 'Can view attachment', 9, 'view_attachment'),
	(37, 'Can add change request form header', 10, 'add_changerequestformheader'),
	(38, 'Can change change request form header', 10, 'change_changerequestformheader'),
	(39, 'Can delete change request form header', 10, 'delete_changerequestformheader'),
	(40, 'Can view change request form header', 10, 'view_changerequestformheader'),
	(41, 'Can add change request history', 11, 'add_changerequesthistory'),
	(42, 'Can change change request history', 11, 'change_changerequesthistory'),
	(43, 'Can delete change request history', 11, 'delete_changerequesthistory'),
	(44, 'Can view change request history', 11, 'view_changerequesthistory'),
	(45, 'Can add change request template header', 12, 'add_changerequesttemplateheader'),
	(46, 'Can change change request template header', 12, 'change_changerequesttemplateheader'),
	(47, 'Can delete change request template header', 12, 'delete_changerequesttemplateheader'),
	(48, 'Can view change request template header', 12, 'view_changerequesttemplateheader'),
	(49, 'Can add company', 13, 'add_company'),
	(50, 'Can change company', 13, 'change_company'),
	(51, 'Can delete company', 13, 'delete_company'),
	(52, 'Can view company', 13, 'view_company'),
	(53, 'Can add email logs', 14, 'add_emaillogs'),
	(54, 'Can change email logs', 14, 'change_emaillogs'),
	(55, 'Can delete email logs', 14, 'delete_emaillogs'),
	(56, 'Can view email logs', 14, 'view_emaillogs'),
	(57, 'Can add entity log', 15, 'add_entitylog'),
	(58, 'Can change entity log', 15, 'change_entitylog'),
	(59, 'Can delete entity log', 15, 'delete_entitylog'),
	(60, 'Can view entity log', 15, 'view_entitylog'),
	(61, 'Can add password reset', 16, 'add_passwordreset'),
	(62, 'Can change password reset', 16, 'change_passwordreset'),
	(63, 'Can delete password reset', 16, 'delete_passwordreset'),
	(64, 'Can view password reset', 16, 'view_passwordreset'),
	(65, 'Can add permission', 17, 'add_permission'),
	(66, 'Can change permission', 17, 'change_permission'),
	(67, 'Can delete permission', 17, 'delete_permission'),
	(68, 'Can view permission', 17, 'view_permission'),
	(69, 'Can add role', 18, 'add_role'),
	(70, 'Can change role', 18, 'change_role'),
	(71, 'Can delete role', 18, 'delete_role'),
	(72, 'Can view role', 18, 'view_role'),
	(73, 'Can add status', 19, 'add_status'),
	(74, 'Can change status', 19, 'change_status'),
	(75, 'Can delete status', 19, 'delete_status'),
	(76, 'Can view status', 19, 'view_status'),
	(77, 'Can add user image', 20, 'add_userimage'),
	(78, 'Can change user image', 20, 'change_userimage'),
	(79, 'Can delete user image', 20, 'delete_userimage'),
	(80, 'Can view user image', 20, 'view_userimage'),
	(81, 'Can add role permission', 21, 'add_rolepermission'),
	(82, 'Can change role permission', 21, 'change_rolepermission'),
	(83, 'Can delete role permission', 21, 'delete_rolepermission'),
	(84, 'Can view role permission', 21, 'view_rolepermission'),
	(85, 'Can add notification', 22, 'add_notification'),
	(86, 'Can change notification', 22, 'change_notification'),
	(87, 'Can delete notification', 22, 'delete_notification'),
	(88, 'Can view notification', 22, 'view_notification'),
	(89, 'Can add module', 23, 'add_module'),
	(90, 'Can change module', 23, 'change_module'),
	(91, 'Can delete module', 23, 'delete_module'),
	(92, 'Can view module', 23, 'view_module'),
	(93, 'Can add department', 24, 'add_department'),
	(94, 'Can change department', 24, 'change_department'),
	(95, 'Can delete department', 24, 'delete_department'),
	(96, 'Can view department', 24, 'view_department'),
	(97, 'Can add change request template stake holders', 25, 'add_changerequesttemplatestakeholders'),
	(98, 'Can change change request template stake holders', 25, 'change_changerequesttemplatestakeholders'),
	(99, 'Can delete change request template stake holders', 25, 'delete_changerequesttemplatestakeholders'),
	(100, 'Can view change request template stake holders', 25, 'view_changerequesttemplatestakeholders'),
	(101, 'Can add change request template details', 26, 'add_changerequesttemplatedetails'),
	(102, 'Can change change request template details', 26, 'change_changerequesttemplatedetails'),
	(103, 'Can delete change request template details', 26, 'delete_changerequesttemplatedetails'),
	(104, 'Can view change request template details', 26, 'view_changerequesttemplatedetails'),
	(105, 'Can add change request template attachments', 27, 'add_changerequesttemplateattachments'),
	(106, 'Can change change request template attachments', 27, 'change_changerequesttemplateattachments'),
	(107, 'Can delete change request template attachments', 27, 'delete_changerequesttemplateattachments'),
	(108, 'Can view change request template attachments', 27, 'view_changerequesttemplateattachments'),
	(109, 'Can add change request template approvers', 28, 'add_changerequesttemplateapprovers'),
	(110, 'Can change change request template approvers', 28, 'change_changerequesttemplateapprovers'),
	(111, 'Can delete change request template approvers', 28, 'delete_changerequesttemplateapprovers'),
	(112, 'Can view change request template approvers', 28, 'view_changerequesttemplateapprovers'),
	(113, 'Can add change request form stake holders', 29, 'add_changerequestformstakeholders'),
	(114, 'Can change change request form stake holders', 29, 'change_changerequestformstakeholders'),
	(115, 'Can delete change request form stake holders', 29, 'delete_changerequestformstakeholders'),
	(116, 'Can view change request form stake holders', 29, 'view_changerequestformstakeholders'),
	(117, 'Can add change request form details', 30, 'add_changerequestformdetails'),
	(118, 'Can change change request form details', 30, 'change_changerequestformdetails'),
	(119, 'Can delete change request form details', 30, 'delete_changerequestformdetails'),
	(120, 'Can view change request form details', 30, 'view_changerequestformdetails'),
	(121, 'Can add change request form attachments', 31, 'add_changerequestformattachments'),
	(122, 'Can change change request form attachments', 31, 'change_changerequestformattachments'),
	(123, 'Can delete change request form attachments', 31, 'delete_changerequestformattachments'),
	(124, 'Can view change request form attachments', 31, 'view_changerequestformattachments'),
	(125, 'Can add change request form approvers', 32, 'add_changerequestformapprovers'),
	(126, 'Can change change request form approvers', 32, 'change_changerequestformapprovers'),
	(127, 'Can delete change request form approvers', 32, 'delete_changerequestformapprovers'),
	(128, 'Can view change request form approvers', 32, 'view_changerequestformapprovers'),
	(129, 'Can add auth token', 33, 'add_authtoken'),
	(130, 'Can change auth token', 33, 'change_authtoken'),
	(131, 'Can delete auth token', 33, 'delete_authtoken'),
	(132, 'Can view auth token', 33, 'view_authtoken'),
	(133, 'Can add allowed company', 34, 'add_allowedcompany'),
	(134, 'Can change allowed company', 34, 'change_allowedcompany'),
	(135, 'Can delete allowed company', 34, 'delete_allowedcompany'),
	(136, 'Can view allowed company', 34, 'view_allowedcompany'),
	(141, 'Can add master attachment', 16, 'add_masterattachment'),
	(142, 'Can change master attachment', 16, 'change_masterattachment'),
	(143, 'Can delete master attachment', 16, 'delete_masterattachment'),
	(144, 'Can view master attachment', 16, 'view_masterattachment'),
	(145, 'Can add notification', 17, 'add_notification'),
	(146, 'Can change notification', 17, 'change_notification'),
	(147, 'Can delete notification', 17, 'delete_notification'),
	(148, 'Can view notification', 17, 'view_notification'),
	(149, 'Can add password reset', 18, 'add_passwordreset'),
	(150, 'Can change password reset', 18, 'change_passwordreset'),
	(151, 'Can delete password reset', 18, 'delete_passwordreset'),
	(152, 'Can view password reset', 18, 'view_passwordreset'),
	(153, 'Can add permission', 19, 'add_permission'),
	(154, 'Can change permission', 19, 'change_permission'),
	(155, 'Can delete permission', 19, 'delete_permission'),
	(156, 'Can view permission', 19, 'view_permission'),
	(157, 'Can add role', 20, 'add_role'),
	(158, 'Can change role', 20, 'change_role'),
	(159, 'Can delete role', 20, 'delete_role'),
	(160, 'Can view role', 20, 'view_role'),
	(161, 'Can add status', 21, 'add_status'),
	(162, 'Can change status', 21, 'change_status'),
	(163, 'Can delete status', 21, 'delete_status'),
	(164, 'Can view status', 21, 'view_status'),
	(165, 'Can add user image', 22, 'add_userimage'),
	(166, 'Can change user image', 22, 'change_userimage'),
	(167, 'Can delete user image', 22, 'delete_userimage'),
	(168, 'Can view user image', 22, 'view_userimage'),
	(169, 'Can add role permission', 23, 'add_rolepermission'),
	(170, 'Can change role permission', 23, 'change_rolepermission'),
	(171, 'Can delete role permission', 23, 'delete_rolepermission'),
	(172, 'Can view role permission', 23, 'view_rolepermission'),
	(173, 'Can add module', 24, 'add_module'),
	(174, 'Can change module', 24, 'change_module'),
	(175, 'Can delete module', 24, 'delete_module'),
	(176, 'Can view module', 24, 'view_module'),
	(177, 'Can add department', 25, 'add_department'),
	(178, 'Can change department', 25, 'change_department'),
	(179, 'Can delete department', 25, 'delete_department'),
	(180, 'Can view department', 25, 'view_department'),
	(181, 'Can add change request template stake holders', 26, 'add_changerequesttemplatestakeholders'),
	(182, 'Can change change request template stake holders', 26, 'change_changerequesttemplatestakeholders'),
	(183, 'Can delete change request template stake holders', 26, 'delete_changerequesttemplatestakeholders'),
	(184, 'Can view change request template stake holders', 26, 'view_changerequesttemplatestakeholders'),
	(185, 'Can add change request template details', 27, 'add_changerequesttemplatedetails'),
	(186, 'Can change change request template details', 27, 'change_changerequesttemplatedetails'),
	(187, 'Can delete change request template details', 27, 'delete_changerequesttemplatedetails'),
	(188, 'Can view change request template details', 27, 'view_changerequesttemplatedetails'),
	(189, 'Can add change request template attachments', 28, 'add_changerequesttemplateattachments'),
	(190, 'Can change change request template attachments', 28, 'change_changerequesttemplateattachments'),
	(191, 'Can delete change request template attachments', 28, 'delete_changerequesttemplateattachments'),
	(192, 'Can view change request template attachments', 28, 'view_changerequesttemplateattachments'),
	(193, 'Can add change request template approvers', 29, 'add_changerequesttemplateapprovers'),
	(194, 'Can change change request template approvers', 29, 'change_changerequesttemplateapprovers'),
	(195, 'Can delete change request template approvers', 29, 'delete_changerequesttemplateapprovers'),
	(196, 'Can view change request template approvers', 29, 'view_changerequesttemplateapprovers'),
	(197, 'Can add change request form stake holders', 30, 'add_changerequestformstakeholders'),
	(198, 'Can change change request form stake holders', 30, 'change_changerequestformstakeholders'),
	(199, 'Can delete change request form stake holders', 30, 'delete_changerequestformstakeholders'),
	(200, 'Can view change request form stake holders', 30, 'view_changerequestformstakeholders'),
	(201, 'Can add change request form details', 31, 'add_changerequestformdetails'),
	(202, 'Can change change request form details', 31, 'change_changerequestformdetails'),
	(203, 'Can delete change request form details', 31, 'delete_changerequestformdetails'),
	(204, 'Can view change request form details', 31, 'view_changerequestformdetails'),
	(205, 'Can add change request form attachments', 32, 'add_changerequestformattachments'),
	(206, 'Can change change request form attachments', 32, 'change_changerequestformattachments'),
	(207, 'Can delete change request form attachments', 32, 'delete_changerequestformattachments'),
	(208, 'Can view change request form attachments', 32, 'view_changerequestformattachments'),
	(209, 'Can add change request form approvers', 33, 'add_changerequestformapprovers'),
	(210, 'Can change change request form approvers', 33, 'change_changerequestformapprovers'),
	(211, 'Can delete change request form approvers', 33, 'delete_changerequestformapprovers'),
	(212, 'Can view change request form approvers', 33, 'view_changerequestformapprovers'),
	(213, 'Can add auth token', 34, 'add_authtoken'),
	(214, 'Can change auth token', 34, 'change_authtoken'),
	(215, 'Can delete auth token', 34, 'delete_authtoken'),
	(216, 'Can view auth token', 34, 'view_authtoken'),
	(217, 'Can add allowed company', 35, 'add_allowedcompany'),
	(218, 'Can change allowed company', 35, 'change_allowedcompany'),
	(219, 'Can delete allowed company', 35, 'delete_allowedcompany'),
	(220, 'Can view allowed company', 35, 'view_allowedcompany');
/*!40000 ALTER TABLE `auth_permission` ENABLE KEYS */;

-- Dumping structure for table rms_db.auth_user
DROP TABLE IF EXISTS `auth_user`;
CREATE TABLE IF NOT EXISTS `auth_user` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `last_login` datetime(6) DEFAULT NULL,
  `is_superuser` tinyint(1) NOT NULL,
  `first_name` varchar(30) NOT NULL,
  `last_name` varchar(150) NOT NULL,
  `is_staff` tinyint(1) NOT NULL,
  `is_active` tinyint(1) NOT NULL,
  `date_joined` datetime(6) NOT NULL,
  `user_type` varchar(100) NOT NULL,
  `code` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `username` varchar(255) NOT NULL,
  `password` varchar(255) DEFAULT NULL,
  `contact_no` varchar(255) DEFAULT NULL,
  `email` varchar(255) NOT NULL,
  `default_app_id` varchar(255) DEFAULT NULL,
  `department_id` varchar(255) DEFAULT NULL,
  `doa_id` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`),
  UNIQUE KEY `username` (`username`),
  KEY `auth_user_default_app_id_410ec732_fk_applications_code` (`default_app_id`),
  KEY `auth_user_department_id_ff5fa3db_fk_departments_code` (`department_id`),
  KEY `auth_user_doa_id_5076b369_fk_auth_user_code` (`doa_id`),
  CONSTRAINT `auth_user_doa_id_5076b369_fk_auth_user_code` FOREIGN KEY (`doa_id`) REFERENCES `auth_user` (`code`),
  CONSTRAINT `auth_user_default_app_id_410ec732_fk_applications_code` FOREIGN KEY (`default_app_id`) REFERENCES `applications` (`code`),
  CONSTRAINT `auth_user_department_id_ff5fa3db_fk_departments_code` FOREIGN KEY (`department_id`) REFERENCES `departments` (`code`)
) ENGINE=InnoDB AUTO_INCREMENT=52 DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.auth_user: ~34 rows (approximately)
DELETE FROM `auth_user`;
/*!40000 ALTER TABLE `auth_user` DISABLE KEYS */;
INSERT INTO `auth_user` (`id`, `last_login`, `is_superuser`, `first_name`, `last_name`, `is_staff`, `is_active`, `date_joined`, `user_type`, `code`, `name`, `username`, `password`, `contact_no`, `email`, `default_app_id`, `department_id`, `doa_id`) VALUES
	(1, '2019-09-30 09:45:30.878487', 1, '', '', 1, 1, '2019-09-23 12:42:37.938304', 'SU', 'USER-20190923-0000001', '', 'superuser', 'pbkdf2_sha256$150000$iRXbWni4Raha$8DJ3wThPtpO9yupcR/cZZQjSQz5DTTLrj2SWClkcqDc=', NULL, 'red@tirsolutions.com', 'APP-20190923-0000001', 'DEPARTMENT-20190923-0000001', NULL),
	(17, NULL, 0, '', '', 0, 1, '2019-10-01 13:37:24.311889', 'USR', 'USER-20191001-0000017', 'Rita', 'ob-rita', 'pbkdf2_sha256$150000$fKBF4oQtDg5F$f4V0LVUWEKfWwWjaqeZXcCT0yYPw5nrPP+4fmEOHSaw=', '1231323', 'rita1@oneberry.com', 'APP-20190923-0000002', 'DEPARTMENT-20190923-0000002', NULL),
	(18, NULL, 0, '', '', 0, 1, '2019-10-01 13:42:13.347271', 'USR', 'USER-20191001-0000018', 'Juvy', 'ob-juvy', 'pbkdf2_sha256$150000$LhEZuAZ5g7j1$JHP3IZ5FjDTMnJULuHRrqER07dTavwvkifaNLA9fzoo=', '12312456', 'Juvy1@oneberry.com', 'APP-20190923-0000002', 'DEPARTMENT-20190923-0000002', NULL),
	(19, NULL, 0, '', '', 0, 1, '2019-10-01 13:43:14.106864', 'USR', 'USER-20191001-0000019', 'Gem', 'ob-gem', 'pbkdf2_sha256$150000$zUJja8F59BiL$6FTeIeg39SFMnUX9FmMeihZoussxW1PNdYdE9yDQZtQ=', '23456', 'gem1@oneberry.com', 'APP-20190923-0000002', 'DEPARTMENT-20190923-0000002', NULL),
	(20, NULL, 0, '', '', 0, 1, '2019-10-01 13:45:49.607835', 'USR', 'USER-20191001-0000020', 'Steph Delfin', 'ob-steph', 'pbkdf2_sha256$150000$5JyWKDmQ9on3$ODEYFM2kAOxWfHJKc3X485vDI0A6ZiRUIpTiJn+U0Es=', '123344', 'stephd1@oneberry.com', 'APP-20190923-0000002', 'DEPARTMENT-20191001-0000012', NULL),
	(21, NULL, 0, '', '', 0, 1, '2019-10-01 13:46:28.157013', 'USR', 'USER-20191001-0000021', 'Stef Seow', 'ob-stef', 'pbkdf2_sha256$150000$6hzXwv1fY3wD$pgm9VvcgFqKCxAH9XRWfA6yO9FhrvYxHHA1k8zqIBiY=', '321465', 'stefs1@oneberry.com', 'APP-20190923-0000002', 'DEPARTMENT-20191001-0000012', NULL),
	(22, NULL, 0, '', '', 0, 1, '2019-10-01 13:47:17.905151', 'USR', 'USER-20191001-0000022', 'Syu', 'ob-syu', 'pbkdf2_sha256$150000$n8GlveZLHt0m$OBup0rW3535oDE6Xmf0xG0aD+MCwRZlWtCOuz8hWnY4=', '342567', 'syu1@oneberry.com', 'APP-20190923-0000002', 'DEPARTMENT-20191001-0000012', NULL),
	(23, NULL, 0, '', '', 0, 1, '2019-10-01 13:48:55.276268', 'USR', 'USER-20191001-0000023', 'Sara', 'ob-sara', 'pbkdf2_sha256$150000$rnIc6NNWZq3B$+GWc66GhcgYGNYupcuACIIyYSUOQZ9nOUNndNaXLnfg=', '123123123', 'sara1@oneberry.com', 'APP-20190923-0000002', 'DEPARTMENT-20191001-0000013', NULL),
	(24, NULL, 0, '', '', 0, 1, '2019-10-01 13:49:52.587823', 'USR', 'USER-20191001-0000024', 'John', 'ob-john', 'pbkdf2_sha256$150000$nyYf1IfOQGLs$DGWnMCCvO7cEQRbaSYakt1SLc7+CYU4LdzsaLxpjgps=', '23112323', 'john1@oneberry.com', 'APP-20190923-0000002', 'DEPARTMENT-20191001-0000013', NULL),
	(25, NULL, 0, '', '', 0, 1, '2019-10-01 13:50:31.552795', 'USR', 'USER-20191001-0000025', 'Ken', 'ob-ken', 'pbkdf2_sha256$150000$sMXWa8H58zHV$+v76zzJfZmpBx2C3XXiDx5+y8GIDJx07RYLQkdlmYWM=', '123123243545', 'ken1@oneberry.com', 'APP-20190923-0000002', 'DEPARTMENT-20191001-0000013', NULL),
	(26, NULL, 0, '', '', 0, 1, '2019-10-01 13:51:42.618568', 'USR', 'USER-20191001-0000026', 'Juls', 'ob-julien', 'pbkdf2_sha256$150000$TjAK2skUGJVU$SCAH1SS0N9QlA2zxu7BJPlpUTMvs6sSvA4rP0YUb4Mo=', '123435', 'julien1@oneberry.com', 'APP-20190923-0000002', 'DEPARTMENT-20191001-0000013', NULL),
	(27, NULL, 0, '', '', 0, 1, '2019-10-01 13:52:37.024687', 'USR', 'USER-20191001-0000027', 'Fabian', 'ob-fabs', 'pbkdf2_sha256$150000$PchvQWWgXKLf$xQIKLstMmdRiTDgqNwHJfcKcRCF4+8iMXvcM2u1OAUw=', '12343432', 'fabs1@oneberry.com', 'APP-20190923-0000002', 'DEPARTMENT-20191001-0000013', NULL),
	(28, NULL, 0, '', '', 0, 1, '2019-10-01 14:04:47.226789', 'USR', 'USER-20191001-0000028', 'Eduard Misa', 'ed', 'pbkdf2_sha256$150000$nVOIxdJNS4D4$MHm/tVIHDaURw/cC8ZqAsgt20W9ENgLTYNTgZIiff7o=', '213132312', 'eduardo@tirsolutions.com', 'APP-20190923-0000002', 'DEPARTMENT-20190927-0000003', NULL),
	(29, NULL, 0, '', '', 0, 1, '2019-10-01 14:06:29.660243', 'USR', 'USER-20191001-0000029', 'Red Medrano', 'red', 'pbkdf2_sha256$150000$ZpPpgFq4RLDn$2MKM3lX6YAbugusbVFbULuF0emeGhoLILMlbvVowcG4=', '1312321', 'red@tirsolutions.com', 'APP-20190923-0000002', 'DEPARTMENT-20190927-0000003', NULL),
	(30, NULL, 0, '', '', 0, 1, '2019-10-01 14:07:15.844805', 'USR', 'USER-20191001-0000030', 'Jeff', 'jeff', 'pbkdf2_sha256$150000$OCjb500imhvj$yT2Q6GKZY+lAjLw5NR4ljVNvzVRyDlw4HPqg8hxVA5k=', '1231233213', 'jeffrey@tirsolutions.com', 'APP-20190923-0000002', 'DEPARTMENT-20190927-0000003', NULL),
	(31, NULL, 0, '', '', 0, 1, '2019-10-01 14:08:31.643942', 'USR', 'USER-20191001-0000031', 'Gladys Forte', 'glads', 'pbkdf2_sha256$150000$XabqvHtZUXGb$Qj8LXLpy5uV2YolxEXxlct7/+GzUcYQMk06EmpBrXSU=', '123124124', 'gladys@tirsolutions.com', 'APP-20190923-0000002', 'DEPARTMENT-20190927-0000003', NULL),
	(32, NULL, 0, '', '', 0, 1, '2019-10-01 14:09:26.744335', 'USR', 'USER-20191001-0000032', 'Coxlee', 'cox', 'pbkdf2_sha256$150000$j8LIkXky6GS7$4RGWwq+656QJwucuWp6iTRNmHmeKIfnqkIFZD7xFJzI=', '12312213', 'coxlee@tirsolutions.com', 'APP-20190923-0000002', 'DEPARTMENT-20190927-0000003', NULL),
	(33, NULL, 0, '', '', 0, 1, '2019-10-01 14:10:09.087919', 'USR', 'USER-20191001-0000033', 'Reynan', 'reynan', 'pbkdf2_sha256$150000$wW8QoJdGwV8E$ILw+/LW54+2NZAcwEb4kQPw2ATLOcDcUdf2cMKySHvY=', '2134567', 'reynan@tirsolutions.com', 'APP-20190923-0000002', 'DEPARTMENT-20190927-0000003', NULL),
	(34, NULL, 0, '', '', 0, 1, '2019-10-01 14:11:27.115656', 'USR', 'USER-20191001-0000034', 'Venjo', 'venjo', 'pbkdf2_sha256$150000$mdBgSO8IT8jK$EVfkIdms55vd1ccvrCwpgjUowSakGp8ODRUcAFUP9F4=', '123323', 'venjo@tirsolutions.com', 'APP-20190923-0000002', 'DEPARTMENT-20190927-0000003', NULL),
	(35, NULL, 0, '', '', 0, 1, '2019-10-01 14:13:28.362148', 'USR', 'USER-20191001-0000035', 'Ruther', 'rr', 'pbkdf2_sha256$150000$TmCFzPoRIYtS$Yq3ss43hShHqipmfGl0OHHp3Cl15hF+WnOhdf5LWUAY=', '123123', 'ruther@tirsolutions.com', 'APP-20190923-0000002', 'DEPARTMENT-20190927-0000003', NULL),
	(36, NULL, 0, '', '', 0, 1, '2019-10-01 14:14:15.594217', 'USR', 'USER-20191001-0000036', 'Kier', 'kier', 'pbkdf2_sha256$150000$xftSsvYLwOo5$Sk30nnw2HLwG5gQJ7x11VaEsPK6M4Q+n9/PSVglxDKw=', '123221123', 'kier@tirsolutions.com', 'APP-20190923-0000002', 'DEPARTMENT-20190927-0000003', NULL),
	(37, NULL, 0, '', '', 0, 1, '2019-10-01 14:15:18.419936', 'USR', 'USER-20191001-0000037', 'Risty', 'risty', 'pbkdf2_sha256$150000$ajHZAZSeaTl4$k/WxMtFIWz8rD2Qtp+zNl72HTFCvHKrMBPOfXWNmqOA=', '21322321', 'risty@tirsolutions.com', 'APP-20190923-0000002', 'DEPARTMENT-20190927-0000003', NULL),
	(38, NULL, 0, '', '', 0, 1, '2019-10-01 14:16:45.575939', 'USR', 'USER-20191001-0000038', 'Danilo', 'dondi', 'pbkdf2_sha256$150000$QfEMqADnEBtu$LMWPC47Nyp9VCTyCEJgvNqei1fvxs1n/J1JabktU2NM=', '123213213', 'danilo@tirsolutions.com', 'APP-20190923-0000002', 'DEPARTMENT-20190927-0000003', NULL),
	(39, NULL, 0, '', '', 0, 1, '2019-10-01 14:18:42.192836', 'CUA', 'USER-20191001-0000039', 'Chuck Madamo', 'chuck', 'pbkdf2_sha256$150000$qXdgyN21phAY$RDTZRLt43q5lruus2dnmmKDZWO4CLHj8aTn9aAOwSBY=', '214534', 'chuck@tirsolutions.com', 'APP-20190923-0000002', 'DEPARTMENT-20191001-0000007', NULL),
	(40, NULL, 0, '', '', 0, 1, '2019-10-01 14:19:49.384990', 'USR', 'USER-20191001-0000040', 'Kath', 'kath', 'pbkdf2_sha256$150000$YjbZCPL7UqlD$ygymiQmpfcZ27ptmyurfLUhrtekZmE0A6rgNu5Jj5B4=', '1231254', 'kath@tirsolutions.com', 'APP-20190923-0000002', 'DEPARTMENT-20191001-0000008', NULL),
	(41, NULL, 0, '', '', 0, 1, '2019-10-01 14:22:08.634552', 'USR', 'USER-20191001-0000041', 'Lowella Viray', 'louie', 'pbkdf2_sha256$150000$2UEtrUMlLm8Q$8nyU4qy67/WDE6jme33Pybzupl53u1+1vm6zWEcblmE=', '123456', 'lowella@tirsolutions.com', 'APP-20190923-0000002', 'DEPARTMENT-20191001-0000014', NULL),
	(42, NULL, 0, '', '', 0, 1, '2019-10-01 14:23:33.017600', 'USR', 'USER-20191001-0000042', 'Guillen Gepolongca', 'gg', 'pbkdf2_sha256$150000$9LPFfUg40zx1$5nRt+s+F3GHnSdK7NFH89PLXztDq1MM7dJpdw+ncFKE=', '1234567', 'guillen@tirsolutions.com', 'APP-20190923-0000002', 'DEPARTMENT-20191001-0000005', NULL),
	(43, NULL, 0, '', '', 0, 1, '2019-10-01 14:25:50.572888', 'USR', 'USER-20191001-0000043', 'Suzanna', 'suzanna', 'pbkdf2_sha256$150000$dutG6OmV4LMZ$2SAQIPWtNJ53YkaNjsDaAooqzH47HJuX7m25xDzExkw=', '3245', 'suzanna1@oneberry.com', 'APP-20190923-0000002', 'DEPARTMENT-20191001-0000013', NULL),
	(46, NULL, 0, '', '', 0, 1, '2019-10-01 14:27:08.728305', 'USR', 'USER-20191001-0000046', 'Steven', 'steven', 'pbkdf2_sha256$150000$BKD5iS2hmZ0i$ILRr5iNLZZz65lNTeOnsPyNmTh8NkElaCoT4vDABDko=', '2131312', 'steven1@oneberry.com', 'APP-20190923-0000002', 'DEPARTMENT-20191001-0000013', NULL),
	(47, NULL, 0, '', '', 0, 1, '2019-10-01 14:28:22.606832', 'USR', 'USER-20191001-0000047', 'Janet', 'janet', 'pbkdf2_sha256$150000$H4DiENFTkOj8$x1QC60U2wnGaAcdraRTQN+8COoxCaq5Vtg0UCHFr7po=', '3424', 'janet1@oneberry.com', 'APP-20190923-0000002', 'DEPARTMENT-20191001-0000015', NULL),
	(48, NULL, 0, '', '', 0, 1, '2019-10-01 14:29:21.745530', 'USR', 'USER-20191001-0000048', 'Joanna', 'joanna', 'pbkdf2_sha256$150000$xcZvzsZ6rAOb$6YsLOoFUpv5nnc6+SprtZlfguj594kNL6xxoJVjgAcE=', '2133123232312', 'joanna.yap1@oneberry.com', 'APP-20190923-0000002', 'DEPARTMENT-20191001-0000015', NULL),
	(50, NULL, 0, '', '', 0, 1, '2019-10-01 14:32:49.125644', 'USR', 'USER-20191001-0000050', 'test', 'test', 'pbkdf2_sha256$150000$Hu7aL486CYzd$VJxiqv0DJAYiBBePK5IaqbBjzZpnpo1rWXmDdRq267o=', '123', 'test@test.test', 'APP-20190923-0000002', 'DEPARTMENT-20190923-0000001', NULL),
	(51, NULL, 0, '', '', 0, 1, '2019-10-01 14:42:29.234459', 'USR', 'USER-20191001-0000051', 'Fred', 'fred', 'pbkdf2_sha256$150000$13VRLgdTrIKW$55GxbVRLgezjFvsBuC4fQ2/a6QCLvOMbFB+OjRln0M0=', '21312323', 'fred@tirsolutions.com', 'APP-20190923-0000002', 'DEPARTMENT-20191001-0000016', NULL),
	(52, NULL, 0, '', '', 0, 1, '2019-10-01 14:46:14.903113', 'USR', 'USER-20191001-0000052', 'Samantha Diaz', 'Sam', 'pbkdf2_sha256$150000$RAmW8HybW3A0$B2CCq/8os0n81ZKX5zRjxvdOTd8ho1OLxJiZuS0wnN4=', '2131323123', 'sam.diaz@oneberry.com', 'APP-20190923-0000002', 'DEPARTMENT-20191001-0000012', NULL);
/*!40000 ALTER TABLE `auth_user` ENABLE KEYS */;

-- Dumping structure for table rms_db.auth_user_application
DROP TABLE IF EXISTS `auth_user_application`;
CREATE TABLE IF NOT EXISTS `auth_user_application` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL,
  `application_id` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `auth_user_application_user_id_application_id_4d89d44a_uniq` (`user_id`,`application_id`),
  KEY `auth_user_application_application_id_5c17d611_fk_applications_id` (`application_id`),
  CONSTRAINT `auth_user_application_application_id_5c17d611_fk_applications_id` FOREIGN KEY (`application_id`) REFERENCES `applications` (`id`),
  CONSTRAINT `auth_user_application_user_id_7b07e391_fk_auth_user_id` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=65 DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.auth_user_application: ~37 rows (approximately)
DELETE FROM `auth_user_application`;
/*!40000 ALTER TABLE `auth_user_application` DISABLE KEYS */;
INSERT INTO `auth_user_application` (`id`, `user_id`, `application_id`) VALUES
	(1, 1, 1),
	(2, 1, 2),
	(3, 1, 3),
	(30, 17, 2),
	(31, 18, 2),
	(32, 19, 2),
	(33, 20, 2),
	(34, 21, 2),
	(35, 22, 2),
	(36, 23, 2),
	(37, 24, 2),
	(38, 25, 2),
	(39, 26, 2),
	(40, 27, 2),
	(41, 28, 2),
	(42, 29, 2),
	(43, 30, 2),
	(44, 31, 2),
	(45, 32, 2),
	(46, 33, 2),
	(47, 34, 2),
	(48, 35, 2),
	(49, 36, 2),
	(50, 37, 2),
	(51, 38, 2),
	(52, 39, 1),
	(53, 39, 2),
	(54, 40, 2),
	(55, 41, 2),
	(56, 42, 2),
	(57, 43, 2),
	(59, 46, 2),
	(60, 47, 2),
	(61, 48, 2),
	(63, 50, 2),
	(64, 51, 2),
	(65, 52, 2);
/*!40000 ALTER TABLE `auth_user_application` ENABLE KEYS */;

-- Dumping structure for table rms_db.auth_user_groups
DROP TABLE IF EXISTS `auth_user_groups`;
CREATE TABLE IF NOT EXISTS `auth_user_groups` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL,
  `group_id` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `auth_user_groups_user_id_group_id_94350c0c_uniq` (`user_id`,`group_id`),
  KEY `auth_user_groups_group_id_97559544_fk_auth_group_id` (`group_id`),
  CONSTRAINT `auth_user_groups_group_id_97559544_fk_auth_group_id` FOREIGN KEY (`group_id`) REFERENCES `auth_group` (`id`),
  CONSTRAINT `auth_user_groups_user_id_6a12ed8b_fk_auth_user_id` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.auth_user_groups: ~0 rows (approximately)
DELETE FROM `auth_user_groups`;
/*!40000 ALTER TABLE `auth_user_groups` DISABLE KEYS */;
/*!40000 ALTER TABLE `auth_user_groups` ENABLE KEYS */;

-- Dumping structure for table rms_db.auth_user_images
DROP TABLE IF EXISTS `auth_user_images`;
CREATE TABLE IF NOT EXISTS `auth_user_images` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `created` datetime(6) NOT NULL,
  `createdby` varchar(255) NOT NULL,
  `modified` datetime(6) NOT NULL,
  `modifiedby` varchar(255) NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `image` varchar(255) DEFAULT NULL,
  `is_primary` tinyint(1) NOT NULL,
  `user_id` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `auth_user_images_user_id_7c29985d_fk_auth_user_code` (`user_id`),
  CONSTRAINT `auth_user_images_user_id_7c29985d_fk_auth_user_code` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`code`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.auth_user_images: ~1 rows (approximately)
DELETE FROM `auth_user_images`;
/*!40000 ALTER TABLE `auth_user_images` DISABLE KEYS */;
INSERT INTO `auth_user_images` (`id`, `created`, `createdby`, `modified`, `modifiedby`, `name`, `image`, `is_primary`, `user_id`) VALUES
	(10, '2019-10-01 12:05:24.239213', 'superuser', '2019-10-01 12:05:24.239256', 'superuser', '_profile_pic.jpeg', 'user_images/_profile_pic.jpeg', 1, 'USER-20190923-0000001');
/*!40000 ALTER TABLE `auth_user_images` ENABLE KEYS */;

-- Dumping structure for table rms_db.auth_user_user_permissions
DROP TABLE IF EXISTS `auth_user_user_permissions`;
CREATE TABLE IF NOT EXISTS `auth_user_user_permissions` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL,
  `permission_id` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `auth_user_user_permissions_user_id_permission_id_14a6b632_uniq` (`user_id`,`permission_id`),
  KEY `auth_user_user_permi_permission_id_1fbb5f2c_fk_auth_perm` (`permission_id`),
  CONSTRAINT `auth_user_user_permi_permission_id_1fbb5f2c_fk_auth_perm` FOREIGN KEY (`permission_id`) REFERENCES `auth_permission` (`id`),
  CONSTRAINT `auth_user_user_permissions_user_id_a95ead1b_fk_auth_user_id` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.auth_user_user_permissions: ~0 rows (approximately)
DELETE FROM `auth_user_user_permissions`;
/*!40000 ALTER TABLE `auth_user_user_permissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `auth_user_user_permissions` ENABLE KEYS */;

-- Dumping structure for table rms_db.change_request_form_approvers
DROP TABLE IF EXISTS `change_request_form_approvers`;
CREATE TABLE IF NOT EXISTS `change_request_form_approvers` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `level` int(11) NOT NULL,
  `delegation` varchar(50) DEFAULT NULL,
  `created` datetime(6) DEFAULT NULL,
  `code` varchar(255) NOT NULL,
  `remarks` varchar(255) DEFAULT NULL,
  `action` varchar(50) DEFAULT NULL,
  `action_date` datetime(6) DEFAULT NULL,
  `date_sent` datetime(6) DEFAULT NULL,
  `form_code_id` varchar(255) NOT NULL,
  `tmp_approver_id` varchar(255) DEFAULT NULL,
  `user_id` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`),
  KEY `change_request_form__form_code_id_5dfe5c56_fk_change_re` (`form_code_id`),
  KEY `change_request_form__tmp_approver_id_fff34e6d_fk_change_re` (`tmp_approver_id`),
  KEY `change_request_form_approvers_user_id_3a71dffe_fk_auth_user_code` (`user_id`),
  CONSTRAINT `change_request_form_approvers_user_id_3a71dffe_fk_auth_user_code` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`code`),
  CONSTRAINT `change_request_form__form_code_id_5dfe5c56_fk_change_re` FOREIGN KEY (`form_code_id`) REFERENCES `change_request_form_headers` (`form_code`),
  CONSTRAINT `change_request_form__tmp_approver_id_fff34e6d_fk_change_re` FOREIGN KEY (`tmp_approver_id`) REFERENCES `change_request_template_approvers` (`code`)
) ENGINE=InnoDB AUTO_INCREMENT=100 DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.change_request_form_approvers: ~0 rows (approximately)
DELETE FROM `change_request_form_approvers`;
/*!40000 ALTER TABLE `change_request_form_approvers` DISABLE KEYS */;
/*!40000 ALTER TABLE `change_request_form_approvers` ENABLE KEYS */;

-- Dumping structure for table rms_db.change_request_form_attachments
DROP TABLE IF EXISTS `change_request_form_attachments`;
CREATE TABLE IF NOT EXISTS `change_request_form_attachments` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `attachment_type` varchar(255) NOT NULL,
  `attachment_name` varchar(255) NOT NULL,
  `file_name` varchar(255) DEFAULT NULL,
  `description` varchar(255) DEFAULT NULL,
  `created` datetime(6) DEFAULT NULL,
  `code` varchar(255) NOT NULL,
  `file_upload_id` int(11) DEFAULT NULL,
  `form_code_id` varchar(255) NOT NULL,
  `tmp_attach_id` varchar(255) DEFAULT NULL,
  `uploaded_by_id` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`),
  KEY `change_request_form__file_upload_id_03af7dd6_fk_master_at` (`file_upload_id`),
  KEY `change_request_form__form_code_id_6f991ff9_fk_change_re` (`form_code_id`),
  KEY `change_request_form__tmp_attach_id_14c2eae7_fk_change_re` (`tmp_attach_id`),
  KEY `change_request_form__uploaded_by_id_3187c462_fk_auth_user` (`uploaded_by_id`),
  CONSTRAINT `change_request_form__uploaded_by_id_3187c462_fk_auth_user` FOREIGN KEY (`uploaded_by_id`) REFERENCES `auth_user` (`code`),
  CONSTRAINT `change_request_form__file_upload_id_03af7dd6_fk_master_at` FOREIGN KEY (`file_upload_id`) REFERENCES `master_attachments` (`id`),
  CONSTRAINT `change_request_form__form_code_id_6f991ff9_fk_change_re` FOREIGN KEY (`form_code_id`) REFERENCES `change_request_form_headers` (`form_code`),
  CONSTRAINT `change_request_form__tmp_attach_id_14c2eae7_fk_change_re` FOREIGN KEY (`tmp_attach_id`) REFERENCES `change_request_template_attachments` (`code`)
) ENGINE=InnoDB AUTO_INCREMENT=74 DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.change_request_form_attachments: ~0 rows (approximately)
DELETE FROM `change_request_form_attachments`;
/*!40000 ALTER TABLE `change_request_form_attachments` DISABLE KEYS */;
/*!40000 ALTER TABLE `change_request_form_attachments` ENABLE KEYS */;

-- Dumping structure for table rms_db.change_request_form_details
DROP TABLE IF EXISTS `change_request_form_details`;
CREATE TABLE IF NOT EXISTS `change_request_form_details` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `field_idx` longtext,
  `field_ref` longtext,
  `field_val` longtext,
  `field_props` longtext,
  `created` datetime(6) DEFAULT NULL,
  `code` varchar(255) NOT NULL,
  `form_code_id` varchar(255) NOT NULL,
  `tmp_detail_id` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`),
  KEY `change_request_form__form_code_id_b66d4e40_fk_change_re` (`form_code_id`),
  KEY `change_request_form__tmp_detail_id_315fbb6d_fk_change_re` (`tmp_detail_id`),
  CONSTRAINT `change_request_form__tmp_detail_id_315fbb6d_fk_change_re` FOREIGN KEY (`tmp_detail_id`) REFERENCES `change_request_template_details` (`code`),
  CONSTRAINT `change_request_form__form_code_id_b66d4e40_fk_change_re` FOREIGN KEY (`form_code_id`) REFERENCES `change_request_form_headers` (`form_code`)
) ENGINE=InnoDB AUTO_INCREMENT=134 DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.change_request_form_details: ~0 rows (approximately)
DELETE FROM `change_request_form_details`;
/*!40000 ALTER TABLE `change_request_form_details` DISABLE KEYS */;
/*!40000 ALTER TABLE `change_request_form_details` ENABLE KEYS */;

-- Dumping structure for table rms_db.change_request_form_headers
DROP TABLE IF EXISTS `change_request_form_headers`;
CREATE TABLE IF NOT EXISTS `change_request_form_headers` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `requested_to_template_name` varchar(255) NOT NULL,
  `requested_to_objective` varchar(255) DEFAULT NULL,
  `requested_to_priority` varchar(255) NOT NULL,
  `description` varchar(255) DEFAULT NULL,
  `created` datetime(6) NOT NULL,
  `form_code` varchar(255) NOT NULL,
  `cancel_date` datetime(6) DEFAULT NULL,
  `status` varchar(50) NOT NULL,
  `company_desc` varchar(255) DEFAULT NULL,
  `department_desc` varchar(255) DEFAULT NULL,
  `requested_desc` varchar(255) DEFAULT NULL,
  `old_form_code` varchar(255) DEFAULT NULL,
  `requested_to_template_id` varchar(255) NOT NULL,
  `requested_to_target_date` datetime(6) DEFAULT NULL,
  `requested_by_department_id` varchar(255) NOT NULL,
  `requested_by_user_id` varchar(255) NOT NULL,
  `requested_to_company_id` varchar(255) NOT NULL,
  `requested_to_department_id` varchar(255) NOT NULL,
  `requested_to_user_id` varchar(255) NOT NULL,
  `template_no_id` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `form_code` (`form_code`),
  KEY `change_request_form__requested_by_departm_af6aa045_fk_departmen` (`requested_by_department_id`),
  KEY `change_request_form__requested_by_user_id_3287070c_fk_auth_user` (`requested_by_user_id`),
  KEY `change_request_form__requested_to_company_33982877_fk_companies` (`requested_to_company_id`),
  KEY `change_request_form__requested_to_departm_c5d594cd_fk_departmen` (`requested_to_department_id`),
  KEY `change_request_form__requested_to_user_id_11252c8d_fk_auth_user` (`requested_to_user_id`),
  KEY `change_request_form__template_no_id_20abd55c_fk_change_re` (`template_no_id`),
  CONSTRAINT `change_request_form__template_no_id_20abd55c_fk_change_re` FOREIGN KEY (`template_no_id`) REFERENCES `change_request_template_headers` (`template_no`),
  CONSTRAINT `change_request_form__requested_by_departm_af6aa045_fk_departmen` FOREIGN KEY (`requested_by_department_id`) REFERENCES `departments` (`code`),
  CONSTRAINT `change_request_form__requested_by_user_id_3287070c_fk_auth_user` FOREIGN KEY (`requested_by_user_id`) REFERENCES `auth_user` (`code`),
  CONSTRAINT `change_request_form__requested_to_company_33982877_fk_companies` FOREIGN KEY (`requested_to_company_id`) REFERENCES `companies` (`code`),
  CONSTRAINT `change_request_form__requested_to_departm_c5d594cd_fk_departmen` FOREIGN KEY (`requested_to_department_id`) REFERENCES `departments` (`code`),
  CONSTRAINT `change_request_form__requested_to_user_id_11252c8d_fk_auth_user` FOREIGN KEY (`requested_to_user_id`) REFERENCES `auth_user` (`code`)
) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.change_request_form_headers: ~0 rows (approximately)
DELETE FROM `change_request_form_headers`;
/*!40000 ALTER TABLE `change_request_form_headers` DISABLE KEYS */;
/*!40000 ALTER TABLE `change_request_form_headers` ENABLE KEYS */;

-- Dumping structure for table rms_db.change_request_form_stakeholders
DROP TABLE IF EXISTS `change_request_form_stakeholders`;
CREATE TABLE IF NOT EXISTS `change_request_form_stakeholders` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `delegation` varchar(255) DEFAULT NULL,
  `created` datetime(6) DEFAULT NULL,
  `code` varchar(255) NOT NULL,
  `date_added` datetime(6) DEFAULT NULL,
  `form_code_id` varchar(255) NOT NULL,
  `tmp_stake_id` varchar(255) DEFAULT NULL,
  `user_id` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`),
  KEY `change_request_form__form_code_id_350d3c3d_fk_change_re` (`form_code_id`),
  KEY `change_request_form__tmp_stake_id_fe1f7139_fk_change_re` (`tmp_stake_id`),
  KEY `change_request_form__user_id_378bdf3e_fk_auth_user` (`user_id`),
  CONSTRAINT `change_request_form__user_id_378bdf3e_fk_auth_user` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`code`),
  CONSTRAINT `change_request_form__form_code_id_350d3c3d_fk_change_re` FOREIGN KEY (`form_code_id`) REFERENCES `change_request_form_headers` (`form_code`),
  CONSTRAINT `change_request_form__tmp_stake_id_fe1f7139_fk_change_re` FOREIGN KEY (`tmp_stake_id`) REFERENCES `change_request_template_stakeholders` (`code`)
) ENGINE=InnoDB AUTO_INCREMENT=81 DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.change_request_form_stakeholders: ~0 rows (approximately)
DELETE FROM `change_request_form_stakeholders`;
/*!40000 ALTER TABLE `change_request_form_stakeholders` DISABLE KEYS */;
/*!40000 ALTER TABLE `change_request_form_stakeholders` ENABLE KEYS */;

-- Dumping structure for table rms_db.change_request_history
DROP TABLE IF EXISTS `change_request_history`;
CREATE TABLE IF NOT EXISTS `change_request_history` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `created` datetime(6) NOT NULL,
  `createdby` varchar(255) NOT NULL,
  `modified` datetime(6) NOT NULL,
  `modifiedby` varchar(255) NOT NULL,
  `batch_no` varchar(255) DEFAULT NULL,
  `main_action` varchar(255) DEFAULT NULL,
  `action` varchar(50) NOT NULL,
  `entity` varchar(50) NOT NULL,
  `form_code` varchar(255) DEFAULT NULL,
  `fromValue` longtext,
  `toValue` longtext,
  `requested_to_template_id` varchar(255) DEFAULT NULL,
  `template_no` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=200 DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.change_request_history: ~0 rows (approximately)
DELETE FROM `change_request_history`;
/*!40000 ALTER TABLE `change_request_history` DISABLE KEYS */;
/*!40000 ALTER TABLE `change_request_history` ENABLE KEYS */;

-- Dumping structure for table rms_db.change_request_template_approvers
DROP TABLE IF EXISTS `change_request_template_approvers`;
CREATE TABLE IF NOT EXISTS `change_request_template_approvers` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `level` int(11) NOT NULL,
  `delegation` varchar(50) DEFAULT NULL,
  `created` datetime(6) DEFAULT NULL,
  `code` varchar(255) NOT NULL,
  `template_no_id` varchar(255) NOT NULL,
  `user_id` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`),
  KEY `change_request_templ_template_no_id_fba2afd7_fk_change_re` (`template_no_id`),
  KEY `change_request_templ_user_id_958c925a_fk_auth_user` (`user_id`),
  CONSTRAINT `change_request_templ_user_id_958c925a_fk_auth_user` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`code`),
  CONSTRAINT `change_request_templ_template_no_id_fba2afd7_fk_change_re` FOREIGN KEY (`template_no_id`) REFERENCES `change_request_template_headers` (`template_no`)
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.change_request_template_approvers: ~0 rows (approximately)
DELETE FROM `change_request_template_approvers`;
/*!40000 ALTER TABLE `change_request_template_approvers` DISABLE KEYS */;
/*!40000 ALTER TABLE `change_request_template_approvers` ENABLE KEYS */;

-- Dumping structure for table rms_db.change_request_template_attachments
DROP TABLE IF EXISTS `change_request_template_attachments`;
CREATE TABLE IF NOT EXISTS `change_request_template_attachments` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `attachment_type` varchar(255) NOT NULL,
  `attachment_name` varchar(255) NOT NULL,
  `file_name` varchar(255) DEFAULT NULL,
  `description` varchar(255) DEFAULT NULL,
  `created` datetime(6) DEFAULT NULL,
  `code` varchar(255) NOT NULL,
  `file_upload_id` int(11) DEFAULT NULL,
  `template_no_id` varchar(255) NOT NULL,
  `uploaded_by_id` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`),
  KEY `change_request_templ_file_upload_id_8ac162e7_fk_master_at` (`file_upload_id`),
  KEY `change_request_templ_template_no_id_d0247a80_fk_change_re` (`template_no_id`),
  KEY `change_request_templ_uploaded_by_id_f9c6493a_fk_auth_user` (`uploaded_by_id`),
  CONSTRAINT `change_request_templ_uploaded_by_id_f9c6493a_fk_auth_user` FOREIGN KEY (`uploaded_by_id`) REFERENCES `auth_user` (`code`),
  CONSTRAINT `change_request_templ_file_upload_id_8ac162e7_fk_master_at` FOREIGN KEY (`file_upload_id`) REFERENCES `master_attachments` (`id`),
  CONSTRAINT `change_request_templ_template_no_id_d0247a80_fk_change_re` FOREIGN KEY (`template_no_id`) REFERENCES `change_request_template_headers` (`template_no`)
) ENGINE=InnoDB AUTO_INCREMENT=42 DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.change_request_template_attachments: ~0 rows (approximately)
DELETE FROM `change_request_template_attachments`;
/*!40000 ALTER TABLE `change_request_template_attachments` DISABLE KEYS */;
/*!40000 ALTER TABLE `change_request_template_attachments` ENABLE KEYS */;

-- Dumping structure for table rms_db.change_request_template_details
DROP TABLE IF EXISTS `change_request_template_details`;
CREATE TABLE IF NOT EXISTS `change_request_template_details` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `field_idx` longtext,
  `field_ref` longtext,
  `field_val` longtext,
  `field_props` longtext,
  `created` datetime(6) DEFAULT NULL,
  `code` varchar(255) NOT NULL,
  `template_no_id` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`),
  KEY `change_request_templ_template_no_id_d2ba31c2_fk_change_re` (`template_no_id`),
  CONSTRAINT `change_request_templ_template_no_id_d2ba31c2_fk_change_re` FOREIGN KEY (`template_no_id`) REFERENCES `change_request_template_headers` (`template_no`)
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.change_request_template_details: ~0 rows (approximately)
DELETE FROM `change_request_template_details`;
/*!40000 ALTER TABLE `change_request_template_details` DISABLE KEYS */;
/*!40000 ALTER TABLE `change_request_template_details` ENABLE KEYS */;

-- Dumping structure for table rms_db.change_request_template_headers
DROP TABLE IF EXISTS `change_request_template_headers`;
CREATE TABLE IF NOT EXISTS `change_request_template_headers` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `requested_to_template_name` varchar(255) NOT NULL,
  `requested_to_objective` varchar(255) DEFAULT NULL,
  `requested_to_priority` varchar(255) NOT NULL,
  `description` varchar(255) DEFAULT NULL,
  `created` datetime(6) NOT NULL,
  `template_no` varchar(255) NOT NULL,
  `requested_to_template_id` varchar(255) NOT NULL,
  `requested_to_target_date` int(11) DEFAULT NULL,
  `created_by_department_id` varchar(255) NOT NULL,
  `created_by_user_id` varchar(255) NOT NULL,
  `requested_to_company_id` varchar(255) NOT NULL,
  `requested_to_department_id` varchar(255) NOT NULL,
  `requested_to_user_id` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `template_no` (`template_no`),
  UNIQUE KEY `requested_to_template_id` (`requested_to_template_id`),
  KEY `change_request_templ_created_by_departmen_f5629a3a_fk_departmen` (`created_by_department_id`),
  KEY `change_request_templ_created_by_user_id_ed6f2326_fk_auth_user` (`created_by_user_id`),
  KEY `change_request_templ_requested_to_company_1063b954_fk_companies` (`requested_to_company_id`),
  KEY `change_request_templ_requested_to_departm_e7b33c56_fk_departmen` (`requested_to_department_id`),
  KEY `change_request_templ_requested_to_user_id_cfad98f0_fk_auth_user` (`requested_to_user_id`),
  CONSTRAINT `change_request_templ_requested_to_user_id_cfad98f0_fk_auth_user` FOREIGN KEY (`requested_to_user_id`) REFERENCES `auth_user` (`code`),
  CONSTRAINT `change_request_templ_created_by_departmen_f5629a3a_fk_departmen` FOREIGN KEY (`created_by_department_id`) REFERENCES `departments` (`code`),
  CONSTRAINT `change_request_templ_created_by_user_id_ed6f2326_fk_auth_user` FOREIGN KEY (`created_by_user_id`) REFERENCES `auth_user` (`code`),
  CONSTRAINT `change_request_templ_requested_to_company_1063b954_fk_companies` FOREIGN KEY (`requested_to_company_id`) REFERENCES `companies` (`code`),
  CONSTRAINT `change_request_templ_requested_to_departm_e7b33c56_fk_departmen` FOREIGN KEY (`requested_to_department_id`) REFERENCES `departments` (`code`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.change_request_template_headers: ~0 rows (approximately)
DELETE FROM `change_request_template_headers`;
/*!40000 ALTER TABLE `change_request_template_headers` DISABLE KEYS */;
/*!40000 ALTER TABLE `change_request_template_headers` ENABLE KEYS */;

-- Dumping structure for table rms_db.change_request_template_stakeholders
DROP TABLE IF EXISTS `change_request_template_stakeholders`;
CREATE TABLE IF NOT EXISTS `change_request_template_stakeholders` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `delegation` varchar(255) DEFAULT NULL,
  `created` datetime(6) DEFAULT NULL,
  `code` varchar(255) NOT NULL,
  `template_no_id` varchar(255) NOT NULL,
  `user_id` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`),
  KEY `change_request_templ_template_no_id_31bc8d14_fk_change_re` (`template_no_id`),
  KEY `change_request_templ_user_id_63128227_fk_auth_user` (`user_id`),
  CONSTRAINT `change_request_templ_user_id_63128227_fk_auth_user` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`code`),
  CONSTRAINT `change_request_templ_template_no_id_31bc8d14_fk_change_re` FOREIGN KEY (`template_no_id`) REFERENCES `change_request_template_headers` (`template_no`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.change_request_template_stakeholders: ~0 rows (approximately)
DELETE FROM `change_request_template_stakeholders`;
/*!40000 ALTER TABLE `change_request_template_stakeholders` DISABLE KEYS */;
/*!40000 ALTER TABLE `change_request_template_stakeholders` ENABLE KEYS */;

-- Dumping structure for table rms_db.companies
DROP TABLE IF EXISTS `companies`;
CREATE TABLE IF NOT EXISTS `companies` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `created` datetime(6) NOT NULL,
  `createdby` varchar(255) NOT NULL,
  `modified` datetime(6) NOT NULL,
  `modifiedby` varchar(255) NOT NULL,
  `code` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `contact_details` longtext,
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`),
  UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.companies: ~3 rows (approximately)
DELETE FROM `companies`;
/*!40000 ALTER TABLE `companies` DISABLE KEYS */;
INSERT INTO `companies` (`id`, `created`, `createdby`, `modified`, `modifiedby`, `code`, `name`, `contact_details`) VALUES
	(1, '2019-09-23 12:45:31.058709', 'superuser', '2019-09-23 13:15:45.068355', 'superuser', 'COMPANY-20190923-0000001', 'Oneberry Technologies Pte Ltd.', '2152509'),
	(2, '2019-09-23 13:05:24.438314', 'superuser', '2019-10-01 11:07:06.674339', 'superuser', 'COMPANY-20190923-0000002', 'Total Integrated Resources Pte Ltd', '2152509'),
	(4, '2019-10-01 11:07:25.654555', 'superuser', '2019-10-01 11:07:25.654597', 'superuser', 'COMPANY-20191001-0000004', 'JTC Pte Ltd', '999999');
/*!40000 ALTER TABLE `companies` ENABLE KEYS */;

-- Dumping structure for table rms_db.departments
DROP TABLE IF EXISTS `departments`;
CREATE TABLE IF NOT EXISTS `departments` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `created` datetime(6) NOT NULL,
  `createdby` varchar(255) NOT NULL,
  `modified` datetime(6) NOT NULL,
  `modifiedby` varchar(255) NOT NULL,
  `code` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `company_id` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`),
  UNIQUE KEY `departments_company_id_name_d90ac127_uniq` (`company_id`,`name`),
  CONSTRAINT `departments_company_id_0d17e9ca_fk_companies_code` FOREIGN KEY (`company_id`) REFERENCES `companies` (`code`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.departments: ~15 rows (approximately)
DELETE FROM `departments`;
/*!40000 ALTER TABLE `departments` DISABLE KEYS */;
INSERT INTO `departments` (`id`, `created`, `createdby`, `modified`, `modifiedby`, `code`, `name`, `company_id`) VALUES
	(1, '2019-09-23 12:45:52.531178', 'superuser', '2019-10-01 11:09:21.957027', 'superuser', 'DEPARTMENT-20190923-0000001', 'Admin', 'COMPANY-20190923-0000001'),
	(2, '2019-09-23 13:05:01.811980', 'superuser', '2019-09-23 13:05:01.811980', 'superuser', 'DEPARTMENT-20190923-0000002', 'Business Development', 'COMPANY-20190923-0000001'),
	(3, '2019-09-27 14:08:21.623934', 'superuser', '2019-10-01 11:07:47.714694', 'superuser', 'DEPARTMENT-20190927-0000003', 'Software Engineering', 'COMPANY-20190923-0000002'),
	(5, '2019-10-01 11:07:59.331742', 'superuser', '2019-10-01 11:07:59.331787', 'superuser', 'DEPARTMENT-20191001-0000005', 'Quality Assurance', 'COMPANY-20190923-0000002'),
	(6, '2019-10-01 11:20:42.055940', 'superuser', '2019-10-01 11:20:42.055988', 'superuser', 'DEPARTMENT-20191001-0000006', 'Admin', 'COMPANY-20191001-0000004'),
	(7, '2019-10-01 11:20:48.495654', 'superuser', '2019-10-01 11:20:48.495701', 'superuser', 'DEPARTMENT-20191001-0000007', 'Admin', 'COMPANY-20190923-0000002'),
	(8, '2019-10-01 11:47:16.150559', 'superuser', '2019-10-01 11:47:16.150608', 'superuser', 'DEPARTMENT-20191001-0000008', 'Human Resources', 'COMPANY-20190923-0000002'),
	(9, '2019-10-01 11:47:43.792632', 'superuser', '2019-10-01 11:47:43.792678', 'superuser', 'DEPARTMENT-20191001-0000009', 'Marketing', 'COMPANY-20190923-0000001'),
	(10, '2019-10-01 11:48:20.366472', 'superuser', '2019-10-01 11:48:20.366516', 'superuser', 'DEPARTMENT-20191001-0000010', 'Human Resources', 'COMPANY-20191001-0000004'),
	(11, '2019-10-01 11:48:55.119374', 'superuser', '2019-10-01 11:48:55.119413', 'superuser', 'DEPARTMENT-20191001-0000011', 'Business Something', 'COMPANY-20191001-0000004'),
	(12, '2019-10-01 13:44:24.006447', 'superuser', '2019-10-01 13:44:24.006494', 'superuser', 'DEPARTMENT-20191001-0000012', 'Product', 'COMPANY-20190923-0000001'),
	(13, '2019-10-01 13:48:11.978630', 'superuser', '2019-10-01 13:48:11.978672', 'superuser', 'DEPARTMENT-20191001-0000013', 'Management', 'COMPANY-20190923-0000001'),
	(14, '2019-10-01 14:21:08.550198', 'superuser', '2019-10-01 14:21:08.550245', 'superuser', 'DEPARTMENT-20191001-0000014', 'Management', 'COMPANY-20190923-0000002'),
	(15, '2019-10-01 14:27:41.466093', 'superuser', '2019-10-01 14:27:41.466140', 'superuser', 'DEPARTMENT-20191001-0000015', 'Finance', 'COMPANY-20190923-0000001'),
	(16, '2019-10-01 14:41:41.091346', 'superuser', '2019-10-01 14:41:41.091396', 'superuser', 'DEPARTMENT-20191001-0000016', 'Software Design/UI UX', 'COMPANY-20190923-0000002');
/*!40000 ALTER TABLE `departments` ENABLE KEYS */;

-- Dumping structure for table rms_db.django_admin_log
DROP TABLE IF EXISTS `django_admin_log`;
CREATE TABLE IF NOT EXISTS `django_admin_log` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `action_time` datetime(6) NOT NULL,
  `object_id` longtext,
  `object_repr` varchar(200) NOT NULL,
  `action_flag` smallint(5) unsigned NOT NULL,
  `change_message` longtext NOT NULL,
  `content_type_id` int(11) DEFAULT NULL,
  `user_id` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `django_admin_log_content_type_id_c4bce8eb_fk_django_co` (`content_type_id`),
  KEY `django_admin_log_user_id_c564eba6_fk_auth_user_id` (`user_id`),
  CONSTRAINT `django_admin_log_user_id_c564eba6_fk_auth_user_id` FOREIGN KEY (`user_id`) REFERENCES `auth_user` (`id`),
  CONSTRAINT `django_admin_log_content_type_id_c4bce8eb_fk_django_co` FOREIGN KEY (`content_type_id`) REFERENCES `django_content_type` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.django_admin_log: ~0 rows (approximately)
DELETE FROM `django_admin_log`;
/*!40000 ALTER TABLE `django_admin_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `django_admin_log` ENABLE KEYS */;

-- Dumping structure for table rms_db.django_content_type
DROP TABLE IF EXISTS `django_content_type`;
CREATE TABLE IF NOT EXISTS `django_content_type` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `app_label` varchar(100) NOT NULL,
  `model` varchar(100) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `django_content_type_app_label_model_76bd3d3b_uniq` (`app_label`,`model`)
) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.django_content_type: ~35 rows (approximately)
DELETE FROM `django_content_type`;
/*!40000 ALTER TABLE `django_content_type` DISABLE KEYS */;
INSERT INTO `django_content_type` (`id`, `app_label`, `model`) VALUES
	(1, 'admin', 'logentry'),
	(3, 'auth', 'group'),
	(2, 'auth', 'permission'),
	(6, 'authtoken', 'token'),
	(4, 'contenttypes', 'contenttype'),
	(35, 'entities', 'allowedcompany'),
	(8, 'entities', 'application'),
	(9, 'entities', 'attachment'),
	(34, 'entities', 'authtoken'),
	(33, 'entities', 'changerequestformapprovers'),
	(32, 'entities', 'changerequestformattachments'),
	(31, 'entities', 'changerequestformdetails'),
	(10, 'entities', 'changerequestformheader'),
	(30, 'entities', 'changerequestformstakeholders'),
	(11, 'entities', 'changerequesthistory'),
	(29, 'entities', 'changerequesttemplateapprovers'),
	(28, 'entities', 'changerequesttemplateattachments'),
	(27, 'entities', 'changerequesttemplatedetails'),
	(12, 'entities', 'changerequesttemplateheader'),
	(26, 'entities', 'changerequesttemplatestakeholders'),
	(13, 'entities', 'company'),
	(25, 'entities', 'department'),
	(14, 'entities', 'emaillogs'),
	(15, 'entities', 'entitylog'),
	(16, 'entities', 'masterattachment'),
	(24, 'entities', 'module'),
	(17, 'entities', 'notification'),
	(18, 'entities', 'passwordreset'),
	(19, 'entities', 'permission'),
	(20, 'entities', 'role'),
	(23, 'entities', 'rolepermission'),
	(21, 'entities', 'status'),
	(7, 'entities', 'user'),
	(22, 'entities', 'userimage'),
	(5, 'sessions', 'session');
/*!40000 ALTER TABLE `django_content_type` ENABLE KEYS */;

-- Dumping structure for table rms_db.django_migrations
DROP TABLE IF EXISTS `django_migrations`;
CREATE TABLE IF NOT EXISTS `django_migrations` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `app` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `applied` datetime(6) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.django_migrations: ~29 rows (approximately)
DELETE FROM `django_migrations`;
/*!40000 ALTER TABLE `django_migrations` DISABLE KEYS */;
INSERT INTO `django_migrations` (`id`, `app`, `name`, `applied`) VALUES
	(1, 'contenttypes', '0001_initial', '2019-09-27 12:45:51.913469'),
	(2, 'contenttypes', '0002_remove_content_type_name', '2019-09-27 12:45:52.473016'),
	(3, 'auth', '0001_initial', '2019-09-27 12:45:52.976656'),
	(4, 'auth', '0002_alter_permission_name_max_length', '2019-09-27 12:45:55.222944'),
	(5, 'auth', '0003_alter_user_email_max_length', '2019-09-27 12:45:55.245943'),
	(6, 'auth', '0004_alter_user_username_opts', '2019-09-27 12:45:55.272944'),
	(7, 'auth', '0005_alter_user_last_login_null', '2019-09-27 12:45:55.296942'),
	(8, 'auth', '0006_require_contenttypes_0002', '2019-09-27 12:45:55.315983'),
	(9, 'auth', '0007_alter_validators_add_error_messages', '2019-09-27 12:45:55.338946'),
	(10, 'auth', '0008_alter_user_username_max_length', '2019-09-27 12:45:55.362228'),
	(11, 'auth', '0009_alter_user_last_name_max_length', '2019-09-27 12:45:55.388715'),
	(12, 'auth', '0010_alter_group_name_max_length', '2019-09-27 12:45:55.790878'),
	(13, 'auth', '0011_update_proxy_permissions', '2019-09-27 12:45:55.813918'),
	(14, 'entities', '0001_initial', '2019-09-27 12:46:04.356028'),
	(15, 'admin', '0001_initial', '2019-09-27 12:46:36.435784'),
	(16, 'admin', '0002_logentry_remove_auto_add', '2019-09-27 12:46:37.603305'),
	(17, 'admin', '0003_logentry_add_action_flag_choices', '2019-09-27 12:46:37.656648'),
	(18, 'authtoken', '0001_initial', '2019-09-27 12:46:37.885305'),
	(19, 'authtoken', '0002_auto_20160226_1747', '2019-09-27 12:46:39.629812'),
	(20, 'sessions', '0001_initial', '2019-09-27 12:46:39.794596'),
	(21, 'entities', '0002_changerequesthistory_requested_to_template_id', '2019-09-27 14:56:29.153156'),
	(22, 'entities', '0003_changerequesthistory_template_no', '2019-09-27 17:57:48.447214'),
	(23, 'entities', '0004_auto_20190928_1656', '2019-09-28 17:14:50.001975'),
	(24, 'entities', '0005_auto_20190929_1603', '2019-09-29 16:09:10.826578'),
	(25, 'entities', '0006_auto_20191001_1024', '2019-10-01 10:53:52.976638'),
	(26, 'entities', '0007_auto_20191001_1113', '2019-10-01 11:17:01.139460'),
	(27, 'entities', '0008_auto_20191001_1118', '2019-10-01 11:20:26.057360'),
	(28, 'entities', '0009_auto_20191001_1145', '2019-10-01 12:07:14.799519'),
	(29, 'entities', '0010_auto_20191001_1200', '2019-10-01 12:07:15.001542');
/*!40000 ALTER TABLE `django_migrations` ENABLE KEYS */;

-- Dumping structure for table rms_db.django_session
DROP TABLE IF EXISTS `django_session`;
CREATE TABLE IF NOT EXISTS `django_session` (
  `session_key` varchar(40) NOT NULL,
  `session_data` longtext NOT NULL,
  `expire_date` datetime(6) NOT NULL,
  PRIMARY KEY (`session_key`),
  KEY `django_session_expire_date_a5c62663` (`expire_date`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.django_session: ~1 rows (approximately)
DELETE FROM `django_session`;
/*!40000 ALTER TABLE `django_session` DISABLE KEYS */;
INSERT INTO `django_session` (`session_key`, `session_data`, `expire_date`) VALUES
	('ypbrh7bfl6ooq5hg7x64a365b0ehqcgr', 'MzQxODFjZjQ3YWYwOTFkYjE0MjBkOTgwNTQ0YjE0MTE4MjU1ZWUzYzp7Il9hdXRoX3VzZXJfaWQiOiIxIiwiX2F1dGhfdXNlcl9iYWNrZW5kIjoiZGphbmdvLmNvbnRyaWIuYXV0aC5iYWNrZW5kcy5Nb2RlbEJhY2tlbmQiLCJfYXV0aF91c2VyX2hhc2giOiI5YzQyMzU3N2YyZTM5ODkyMTQ5Y2I4ZjdmY2NjZDA2ZjQwNDgzMGQxIn0=', '2019-10-14 09:45:30.881317');
/*!40000 ALTER TABLE `django_session` ENABLE KEYS */;

-- Dumping structure for table rms_db.email_logs
DROP TABLE IF EXISTS `email_logs`;
CREATE TABLE IF NOT EXISTS `email_logs` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `created` datetime(6) NOT NULL,
  `createdby` varchar(255) NOT NULL,
  `modified` datetime(6) NOT NULL,
  `modifiedby` varchar(255) NOT NULL,
  `template` varchar(255) NOT NULL,
  `recipients` varchar(255) NOT NULL,
  `content` longtext NOT NULL,
  `is_sent` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=56 DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.email_logs: ~56 rows (approximately)
DELETE FROM `email_logs`;
/*!40000 ALTER TABLE `email_logs` DISABLE KEYS */;
INSERT INTO `email_logs` (`id`, `created`, `createdby`, `modified`, `modifiedby`, `template`, `recipients`, `content`, `is_sent`) VALUES
	(1, '2019-09-27 13:09:35.847291', 'red@tirsolutions.com', '2019-09-27 13:09:35.847346', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'jeffrey@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Megan,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>Megan<br><br>\n<b>Password</b><br>g6eb9fxJ8Z<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(2, '2019-09-27 14:07:11.286938', 'red@tirsolutions.com', '2019-09-27 14:07:11.286989', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'test@mailc.om', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear test1,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>test1<br><br>\n<b>Password</b><br>GwhBMYt68E<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(3, '2019-09-27 14:09:04.264863', 'red@tirsolutions.com', '2019-09-27 14:09:04.264944', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'test2@sdf.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear test2,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>test2<br><br>\n<b>Password</b><br>C6PguCQ8jV<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(4, '2019-09-28 12:41:02.811523', 'jeffrey@tirsolutions.com', '2019-09-28 12:41:02.811583', 'jeffrey@tirsolutions.com', 'RMS-ACTIONREQUIRED.html', 'jeffrey@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: Approval Notification</title>\n</head>\n<body style="font-family: arial;">\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">Change Request Approval Notification</h3><br>\n\n<p>Dear Megan,</p><br>\n<p>A change request has been submitted for your approval. Please see the details of the change request below.</p><br>\n            \n<b>CR Number</b><br>werwer-20190928-0000006<br><br>\n<b>CR Name</b><br>Security Projects<br><br>\n<b>Company Requested To</b><br>Oneberry Technologies Pte Ltd.<br><br>\n<b>Department Requested To</b><br>Business Develsopment<br><br>\n<b>Priority Level</b><br>Normal<br><br>\n<b>Status</b><br>Pending<br><br>\n    \n<p>Please click <u><a href="http://staging.rms.oneberrysystem.com/cms/change-request/form/view/FRM-20190928-0000006" style="text-decoration:underline;color:#007bff;" target="_blank">here</a></u> to access the change request.</p><br>\n\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n   \n</body>\n</html>', 1),
	(5, '2019-09-28 12:41:41.003744', 'jeffrey@tirsolutions.com', '2019-09-28 12:41:41.003798', 'jeffrey@tirsolutions.com', 'RMS-ACTIONREQUIRED.html', 'jeffrey@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: Approval Notification</title>\n</head>\n<body style="font-family: arial;">\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">Change Request Approval Notification</h3><br>\n\n<p>Dear Megan,</p><br>\n<p>A change request has been submitted for your approval. Please see the details of the change request below.</p><br>\n            \n<b>CR Number</b><br>werwer-20190928-0000007<br><br>\n<b>CR Name</b><br>Security Projects<br><br>\n<b>Company Requested To</b><br>Oneberry Technologies Pte Ltd.<br><br>\n<b>Department Requested To</b><br>Business Develsopment<br><br>\n<b>Priority Level</b><br>Normal<br><br>\n<b>Status</b><br>Pending<br><br>\n    \n<p>Please click <u><a href="http://staging.rms.oneberrysystem.com/cms/change-request/form/view/FRM-20190928-0000007" style="text-decoration:underline;color:#007bff;" target="_blank">here</a></u> to access the change request.</p><br>\n\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n   \n</body>\n</html>', 1),
	(6, '2019-09-28 19:24:21.773735', 'jeffrey@tirsolutions.com', '2019-09-28 19:24:21.773790', 'jeffrey@tirsolutions.com', 'RMS-ACTIONREQUIRED.html', 'jeffrey@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: Approval Notification</title>\n</head>\n<body style="font-family: arial;">\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">Change Request Approval Notification</h3><br>\n\n<p>Dear Megan,</p><br>\n<p>A change request has been submitted for your approval. Please see the details of the change request below.</p><br>\n            \n<b>CR Number</b><br>werwer-20190928-0000008<br><br>\n<b>CR Name</b><br>Security Projects<br><br>\n<b>Company Requested To</b><br>Oneberry Technologies Pte Ltd.<br><br>\n<b>Department Requested To</b><br>Business Development<br><br>\n<b>Priority Level</b><br>Normal<br><br>\n<b>Status</b><br>Pending<br><br>\n    \n<p>Please click <u><a href="http://staging.rms.oneberrysystem.com/cms/change-request/form/view/FRM-20190928-0000008" style="text-decoration:underline;color:#007bff;" target="_blank">here</a></u> to access the change request.</p><br>\n\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n   \n</body>\n</html>', 1),
	(7, '2019-09-29 17:11:05.796345', 'jeffrey@tirsolutions.com', '2019-09-29 17:11:05.796395', 'jeffrey@tirsolutions.com', 'RMS-ACTIONREQUIRED.html', 'test2@sdf.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: Approval Notification</title>\n</head>\n<body style="font-family: arial;">\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">Change Request Approval Notification</h3><br>\n\n<p>Dear test2,</p><br>\n<p>A change request has been submitted for your approval. Please see the details of the change request below.</p><br>\n            \n<b>CR Number</b><br>XXX-20190929-0000001<br><br>\n<b>CR Name</b><br>Template Ed<br><br>\n<b>Company Requested To</b><br>Oneberry Technologies Pte Ltd.<br><br>\n<b>Department Requested To</b><br>Business Development<br><br>\n<b>Priority Level</b><br>High<br><br>\n<b>Status</b><br>Pending<br><br>\n    \n<p>Please click <u><a href="http://staging.rms.oneberrysystem.com/cms/change-request/form/view/FRM-20190929-0000022" style="text-decoration:underline;color:#007bff;" target="_blank">here</a></u> to access the change request.</p><br>\n\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n   \n</body>\n</html>', 1),
	(8, '2019-09-29 17:14:07.603784', 'jeffrey@tirsolutions.com', '2019-09-29 17:14:07.603840', 'jeffrey@tirsolutions.com', 'RMS-ACTIONREQUIRED-VENDOR.html', 'red@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: Acknowledgement Notification</title>\n</head>\n<body style="font-family: arial;">\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">Change Request Acknowledgement Notification</h3><br>\n\n<p>Dear test1,</p><br>\n<p>A change request has been submitted for your acknowledgement. Please see the details of the change request below.</p><br>\n            \n<b>CR Number</b><br>XXX-20190929-0000001<br><br>\n<b>CR Name</b><br>Template Ed<br><br>\n<b>Company Requested To</b><br>Oneberry Technologies Pte Ltd.<br><br>\n<b>Department Requested To</b><br>Business Development<br><br>\n<b>Priority Level</b><br>High<br><br>\n<b>Status</b><br>Pending<br><br>\n    \n<p>Please click <u><a href="http://staging.rms.oneberrysystem.com/cms/change-request/form/view/FRM-20190929-0000022" style="text-decoration:underline;color:#007bff;" target="_blank">here</a></u> to access the change request.</p><br>\n\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(9, '2019-09-29 17:42:58.682466', 'eduardo@tirsolutions.com', '2019-09-29 17:42:58.682526', 'eduardo@tirsolutions.com', 'RMS-ACTIONREQUIRED.html', 'test2@sdf.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: Approval Notification</title>\n</head>\n<body style="font-family: arial;">\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">Change Request Approval Notification</h3><br>\n\n<p>Dear test2,</p><br>\n<p>A change request has been submitted for your approval. Please see the details of the change request below.</p><br>\n            \n<b>CR Number</b><br>XXX-20190929-0000002<br><br>\n<b>CR Name</b><br>Template Ed<br><br>\n<b>Company Requested To</b><br>Oneberry Technologies Pte Ltd.<br><br>\n<b>Department Requested To</b><br>Business Development<br><br>\n<b>Priority Level</b><br>High<br><br>\n<b>Status</b><br>Pending<br><br>\n    \n<p>Please click <u><a href="http://staging.rms.oneberrysystem.com/cms/change-request/form/view/FRM-20190929-0000023" style="text-decoration:underline;color:#007bff;" target="_blank">here</a></u> to access the change request.</p><br>\n\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n   \n</body>\n</html>', 1),
	(10, '2019-09-29 17:43:43.342768', 'eduardo@tirsolutions.com', '2019-09-29 17:43:43.342820', 'eduardo@tirsolutions.com', 'RMS-ACTIONREQUIRED-VENDOR.html', 'red@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: Acknowledgement Notification</title>\n</head>\n<body style="font-family: arial;">\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">Change Request Acknowledgement Notification</h3><br>\n\n<p>Dear test1,</p><br>\n<p>A change request has been submitted for your acknowledgement. Please see the details of the change request below.</p><br>\n            \n<b>CR Number</b><br>XXX-20190929-0000002<br><br>\n<b>CR Name</b><br>Template Ed<br><br>\n<b>Company Requested To</b><br>Oneberry Technologies Pte Ltd.<br><br>\n<b>Department Requested To</b><br>Business Development<br><br>\n<b>Priority Level</b><br>High<br><br>\n<b>Status</b><br>Pending<br><br>\n    \n<p>Please click <u><a href="http://staging.rms.oneberrysystem.com/cms/change-request/form/view/FRM-20190929-0000023" style="text-decoration:underline;color:#007bff;" target="_blank">here</a></u> to access the change request.</p><br>\n\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(11, '2019-09-29 19:10:12.687486', 'eduardo@tirsolutions.com', '2019-09-29 19:10:12.687540', 'eduardo@tirsolutions.com', 'RMS-ACTIONREQUIRED.html', 'test2@sdf.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: Approval Notification</title>\n</head>\n<body style="font-family: arial;">\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">Change Request Approval Notification</h3><br>\n\n<p>Dear test2,</p><br>\n<p>A change request has been submitted for your approval. Please see the details of the change request below.</p><br>\n            \n<b>CR Number</b><br>XXX-20190929-0000005<br><br>\n<b>CR Name</b><br>Template Ed<br><br>\n<b>Company Requested To</b><br>Oneberry Technologies Pte Ltd.<br><br>\n<b>Department Requested To</b><br>Business Development<br><br>\n<b>Priority Level</b><br>High<br><br>\n<b>Status</b><br>Pending<br><br>\n    \n<p>Please click <u><a href="http://staging.rms.oneberrysystem.com/cms/change-request/form/view/FRM-20190929-0000027" style="text-decoration:underline;color:#007bff;" target="_blank">here</a></u> to access the change request.</p><br>\n\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n   \n</body>\n</html>', 1),
	(12, '2019-09-29 19:19:55.911061', 'eduardo@tirsolutions.com', '2019-09-29 19:19:55.911116', 'eduardo@tirsolutions.com', 'RMS-ACTIONREQUIRED.html', 'test2@sdf.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: Approval Notification</title>\n</head>\n<body style="font-family: arial;">\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">Change Request Approval Notification</h3><br>\n\n<p>Dear test2,</p><br>\n<p>A change request has been submitted for your approval. Please see the details of the change request below.</p><br>\n            \n<b>CR Number</b><br>XXX-20190929-0000006<br><br>\n<b>CR Name</b><br>Template Ed<br><br>\n<b>Company Requested To</b><br>Oneberry Technologies Pte Ltd.<br><br>\n<b>Department Requested To</b><br>Business Development<br><br>\n<b>Priority Level</b><br>High<br><br>\n<b>Status</b><br>Pending<br><br>\n    \n<p>Please click <u><a href="http://staging.rms.oneberrysystem.com/cms/change-request/form/view/FRM-20190929-0000030" style="text-decoration:underline;color:#007bff;" target="_blank">here</a></u> to access the change request.</p><br>\n\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n   \n</body>\n</html>', 1),
	(13, '2019-09-30 10:15:59.758204', 'eduardo@tirsolutions.com', '2019-09-30 10:15:59.758261', 'eduardo@tirsolutions.com', 'RMS-ACTIONREQUIRED-VENDOR.html', 'jeffrey@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: Acknowledgement Notification</title>\n</head>\n<body style="font-family: arial;">\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">Change Request Acknowledgement Notification</h3><br>\n\n<p>Dear test1,</p><br>\n<p>A change request has been submitted for your acknowledgement. Please see the details of the change request below.</p><br>\n            \n<b>CR Number</b><br>ED-TEMP-20190930-0000001<br><br>\n<b>CR Name</b><br>Ed Template<br><br>\n<b>Company Requested To</b><br>Oneberry Technologies Pte Ltd.<br><br>\n<b>Department Requested To</b><br>Business Development<br><br>\n<b>Priority Level</b><br>Normal<br><br>\n<b>Status</b><br>Pending<br><br>\n    \n<p>Please click <u><a href="http://staging.rms.oneberrysystem.com/cms/change-request/form/view/FRM-20190930-0000031" style="text-decoration:underline;color:#007bff;" target="_blank">here</a></u> to access the change request.</p><br>\n\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(14, '2019-09-30 11:44:23.282396', 'eduardo@tirsolutions.com', '2019-09-30 11:44:23.282453', 'eduardo@tirsolutions.com', 'RMS-CRCOMPLETED.html', 'eduardo@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: Change Request Completed</title>\n</head>\n<body style="font-family: arial;">\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">Change Request Completed</h3><br>\n\n<p>Dear Megan,</p><br>\n<p>Your change request has been completed. Please see the details of your change request below.</p><br>\n        \n<b>Completed By</b><br>Megan<br><br>\n<b>Routing Level</b><br>2<br><br>\n<b>Status</b><br>completed<br><br><br>\n    \n<b>CR Number</b><br>ED-TEMP<br><br>\n<b>CR Name</b><br>Ed Template<br><br>      \n<b>Company Requested To</b><br>Oneberry Technologies Pte Ltd.<br><br>\n<b>Department Requested To</b><br>Business Development<br><br>\n<b>Priority Level</b><br>Normal<br><br>\n    \n<p>Please click <u><a href="http://staging.rms.oneberrysystem.com/cms/change-request/form/view/FRM-20190930-0000032" style="text-decoration:underline;color:#007bff;" target="_blank">here</a></u> to access your change request.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(15, '2019-09-30 14:24:31.534943', 'eduardo@tirsolutions.com', '2019-09-30 14:24:31.535015', 'eduardo@tirsolutions.com', 'RMS-ACTIONREQUIRED.html', 'coxlee@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: Approval Notification</title>\n</head>\n<body style="font-family: arial;">\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">Change Request Approval Notification</h3><br>\n\n<p>Dear test2,</p><br>\n<p>A change request has been submitted for your approval. Please see the details of the change request below.</p><br>\n            \n<b>CR Number</b><br>ED-TEMP-20190930-0000002<br><br>\n<b>CR Name</b><br>Ed Template<br><br>\n<b>Company Requested To</b><br>Oneberry Technologies Pte Ltd.<br><br>\n<b>Department Requested To</b><br>Business Development<br><br>\n<b>Priority Level</b><br>Normal<br><br>\n<b>Status</b><br>Pending<br><br>\n    \n<p>Please click <u><a href="http://devweb.rmsv2.oneberrysystem.com/cms/change-request/form/view/FRM-20190930-0000034" style="text-decoration:underline;color:#007bff;" target="_blank">here</a></u> to access the change request.</p><br>\n\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n   \n</body>\n</html>', 1),
	(16, '2019-09-30 14:41:06.457306', 'red@tirsolutions.com', '2019-09-30 14:41:06.457364', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'gladys@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear gladys-tir,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>gladys-tir<br><br>\n<b>Password</b><br>Tn2B7CdNqK<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(17, '2019-09-30 14:43:14.764088', 'red@tirsolutions.com', '2019-09-30 14:43:14.764143', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'reynan@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear reynan-tir,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>reynan-tir<br><br>\n<b>Password</b><br>ZMpzjaDptq<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(18, '2019-09-30 16:12:58.015404', 'eduardo@tirsolutions.com', '2019-09-30 16:12:58.015457', 'eduardo@tirsolutions.com', 'RMS-ACTIONREQUIRED.html', 'coxlee@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: Approval Notification</title>\n</head>\n<body style="font-family: arial;">\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">Change Request Approval Notification</h3><br>\n\n<p>Dear test2,</p><br>\n<p>A change request has been submitted for your approval. Please see the details of the change request below.</p><br>\n            \n<b>CR Number</b><br>ED-TEMP-20190930-0000003<br><br>\n<b>CR Name</b><br>Ed Template<br><br>\n<b>Company Requested To</b><br>Oneberry Technologies Pte Ltd.<br><br>\n<b>Department Requested To</b><br>Business Development<br><br>\n<b>Priority Level</b><br>Normal<br><br>\n<b>Status</b><br>Pending<br><br>\n    \n<p>Please click <u><a href="http://devweb.rmsv2.oneberrysystem.com/cms/change-request/form/view/FRM-20190930-0000035" style="text-decoration:underline;color:#007bff;" target="_blank">here</a></u> to access the change request.</p><br>\n\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n   \n</body>\n</html>', 1),
	(19, '2019-09-30 19:41:19.720244', 'eduardo@tirsolutions.com', '2019-09-30 19:41:19.720297', 'eduardo@tirsolutions.com', 'RMS-ACTIONREQUIRED.html', 'coxlee@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: Approval Notification</title>\n</head>\n<body style="font-family: arial;">\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">Change Request Approval Notification</h3><br>\n\n<p>Dear test2,</p><br>\n<p>A change request has been submitted for your approval. Please see the details of the change request below.</p><br>\n            \n<b>CR Number</b><br>ED-TEMP-20190930-0000004<br><br>\n<b>CR Name</b><br>Ed Template<br><br>\n<b>Company Requested To</b><br>Oneberry Technologies Pte Ltd.<br><br>\n<b>Department Requested To</b><br>Business Development<br><br>\n<b>Priority Level</b><br>Normal<br><br>\n<b>Status</b><br>Pending<br><br>\n    \n<p>Please click <u><a href="http://devweb.rmsv2.oneberrysystem.com/cms/change-request/form/view/FRM-20190930-0000036" style="text-decoration:underline;color:#007bff;" target="_blank">here</a></u> to access the change request.</p><br>\n\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n   \n</body>\n</html>', 1),
	(20, '2019-09-30 19:43:49.635946', 'eduardo@tirsolutions.com', '2019-09-30 19:43:49.636001', 'eduardo@tirsolutions.com', 'RMS-ACTIONREQUIRED.html', 'coxlee@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: Approval Notification</title>\n</head>\n<body style="font-family: arial;">\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">Change Request Approval Notification</h3><br>\n\n<p>Dear test2,</p><br>\n<p>A change request has been submitted for your approval. Please see the details of the change request below.</p><br>\n            \n<b>CR Number</b><br>ED-TEMP-20190930-0000005<br><br>\n<b>CR Name</b><br>Ed Template1<br><br>\n<b>Company Requested To</b><br>Oneberry Technologies Pte Ltd.<br><br>\n<b>Department Requested To</b><br>Business Development<br><br>\n<b>Priority Level</b><br>Normal<br><br>\n<b>Status</b><br>Pending<br><br>\n    \n<p>Please click <u><a href="http://devweb.rmsv2.oneberrysystem.com/cms/change-request/form/view/FRM-20190930-0000037" style="text-decoration:underline;color:#007bff;" target="_blank">here</a></u> to access the change request.</p><br>\n\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n   \n</body>\n</html>', 1),
	(21, '2019-10-01 11:18:31.275139', 'red@tirsolutions.com', '2019-10-01 11:18:31.275192', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'jeffrey@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Alice,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>Alice<br><br>\n<b>Password</b><br>hz5SnvVGgx<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(22, '2019-10-01 13:37:26.961410', 'red@tirsolutions.com', '2019-10-01 13:37:26.961465', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'rita@oneberry.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Rita,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>ob-rita<br><br>\n<b>Password</b><br>CGwbDGkHYU<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(23, '2019-10-01 13:42:15.830914', 'red@tirsolutions.com', '2019-10-01 13:42:15.830969', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'Juvy@oneberry.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Juvy,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>ob-juvy<br><br>\n<b>Password</b><br>MpEcZPm7Z4<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(24, '2019-10-01 13:43:16.824739', 'red@tirsolutions.com', '2019-10-01 13:43:16.824800', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'gem@oneberry.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Gem,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>ob-gem<br><br>\n<b>Password</b><br>vRsvsAsRfY<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(25, '2019-10-01 13:45:52.193115', 'red@tirsolutions.com', '2019-10-01 13:45:52.193168', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'stephd@oneberry.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Steph Delfin,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>ob-steph<br><br>\n<b>Password</b><br>fM287PAZu5<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(26, '2019-10-01 13:46:30.677106', 'red@tirsolutions.com', '2019-10-01 13:46:30.677160', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'stefs@oneberry.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Stef Seow,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>ob-stef<br><br>\n<b>Password</b><br>gzLvQLncEr<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(27, '2019-10-01 13:47:20.604103', 'red@tirsolutions.com', '2019-10-01 13:47:20.604160', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'syu@oneberry.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Syu,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>ob-syu<br><br>\n<b>Password</b><br>X6w8yUUgTP<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(28, '2019-10-01 13:48:57.801288', 'red@tirsolutions.com', '2019-10-01 13:48:57.801340', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'sara@oneberry.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Sara,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>ob-sara<br><br>\n<b>Password</b><br>PcZKsWuYbz<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(29, '2019-10-01 13:49:55.022068', 'red@tirsolutions.com', '2019-10-01 13:49:55.022124', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'john@oneberry.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear John,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>ob-john<br><br>\n<b>Password</b><br>bp9xbjnbBL<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(30, '2019-10-01 13:50:34.087991', 'red@tirsolutions.com', '2019-10-01 13:50:34.088049', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'ken@oneberry.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Ken,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>ob-ken<br><br>\n<b>Password</b><br>XMhtME2juM<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(31, '2019-10-01 13:51:45.234879', 'red@tirsolutions.com', '2019-10-01 13:51:45.234950', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'julien@oneberry.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Juls,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>ob-julien<br><br>\n<b>Password</b><br>VdBkAjWtEK<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(32, '2019-10-01 13:52:39.672858', 'red@tirsolutions.com', '2019-10-01 13:52:39.672933', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'fabs@oneberry.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Fabian,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>ob-fabs<br><br>\n<b>Password</b><br>cPKmgTGcXd<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(33, '2019-10-01 14:04:49.760596', 'red@tirsolutions.com', '2019-10-01 14:04:49.760650', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'eduardo@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Eduard Misa,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>ed<br><br>\n<b>Password</b><br>9JgkUTCZzt<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(34, '2019-10-01 14:06:32.229671', 'red@tirsolutions.com', '2019-10-01 14:06:32.229726', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'red@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Red Medrano,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>red<br><br>\n<b>Password</b><br>Xt8R4TpNCT<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(35, '2019-10-01 14:07:19.217658', 'red@tirsolutions.com', '2019-10-01 14:07:19.217714', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'jeffrey@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Jeff,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>jeff<br><br>\n<b>Password</b><br>Uvxu2pKvdW<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(36, '2019-10-01 14:08:34.125733', 'red@tirsolutions.com', '2019-10-01 14:08:34.125787', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'gladys@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Gladys Forte,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>glads<br><br>\n<b>Password</b><br>3QRAhUNWxc<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(37, '2019-10-01 14:09:29.348652', 'red@tirsolutions.com', '2019-10-01 14:09:29.348707', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'coxlee@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Coxlee,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>cox<br><br>\n<b>Password</b><br>dcMqwc43L8<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(38, '2019-10-01 14:10:11.562099', 'red@tirsolutions.com', '2019-10-01 14:10:11.562151', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'reynan@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Reynan,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>reynan<br><br>\n<b>Password</b><br>V2W99W3bft<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(39, '2019-10-01 14:11:29.841430', 'red@tirsolutions.com', '2019-10-01 14:11:29.841489', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'venjo@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Venjo,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>venjo<br><br>\n<b>Password</b><br>WS8vpbSMFT<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(40, '2019-10-01 14:13:30.885120', 'red@tirsolutions.com', '2019-10-01 14:13:30.885174', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'ruther@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Ruther,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>rr<br><br>\n<b>Password</b><br>qfymr3VkbZ<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(41, '2019-10-01 14:14:18.154668', 'red@tirsolutions.com', '2019-10-01 14:14:18.154720', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'kier@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Kier,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>kier<br><br>\n<b>Password</b><br>e9dh79tnhz<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(42, '2019-10-01 14:15:20.939041', 'red@tirsolutions.com', '2019-10-01 14:15:20.939096', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'risty@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Risty,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>risty<br><br>\n<b>Password</b><br>aqKUsJtjQM<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(43, '2019-10-01 14:16:48.084958', 'red@tirsolutions.com', '2019-10-01 14:16:48.085015', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'danilo@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Danilo,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>dondi<br><br>\n<b>Password</b><br>AhDC4DPBsz<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(44, '2019-10-01 14:18:44.766114', 'red@tirsolutions.com', '2019-10-01 14:18:44.766171', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'chuck@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Chuck Madamo,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>chuck<br><br>\n<b>Password</b><br>nAgW4zfHgK<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(45, '2019-10-01 14:19:52.075024', 'red@tirsolutions.com', '2019-10-01 14:19:52.075079', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'kath@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Kath,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>kath<br><br>\n<b>Password</b><br>4X2jjr3sqW<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(46, '2019-10-01 14:22:11.194966', 'red@tirsolutions.com', '2019-10-01 14:22:11.195025', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'lowella@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Lowella Viray,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>louie<br><br>\n<b>Password</b><br>fuQwG7nz9B<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(47, '2019-10-01 14:23:35.563140', 'red@tirsolutions.com', '2019-10-01 14:23:35.563198', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'guillen@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Guillen Gepolongca,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>gg<br><br>\n<b>Password</b><br>NWJLYhmnxc<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(48, '2019-10-01 14:25:53.367157', 'red@tirsolutions.com', '2019-10-01 14:25:53.367214', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'suzanna1@oneberry.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Suzanna,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>suzanna<br><br>\n<b>Password</b><br>CTZPqRdRmj<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(49, '2019-10-01 14:26:42.558151', 'red@tirsolutions.com', '2019-10-01 14:26:42.558204', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'teset@sdfl.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear test,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>test<br><br>\n<b>Password</b><br>YCCBwNAGfE<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(50, '2019-10-01 14:27:11.463078', 'red@tirsolutions.com', '2019-10-01 14:27:11.463135', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'steven1@oneberry.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Steven,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>steven<br><br>\n<b>Password</b><br>ysDRFucSw4<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(51, '2019-10-01 14:28:25.295273', 'red@tirsolutions.com', '2019-10-01 14:28:25.295327', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'janet1@oneberry.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Janet,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>janet<br><br>\n<b>Password</b><br>r63KFaGXy2<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(52, '2019-10-01 14:29:24.256648', 'red@tirsolutions.com', '2019-10-01 14:29:24.256702', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'joanna.yap1@oneberry.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Joanna,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>joanna<br><br>\n<b>Password</b><br>DaNXeNktbu<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(53, '2019-10-01 14:29:51.194498', 'red@tirsolutions.com', '2019-10-01 14:29:51.194555', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'test@mail.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear test,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>test<br><br>\n<b>Password</b><br>CY2WWcnZTN<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(54, '2019-10-01 14:32:51.691082', 'red@tirsolutions.com', '2019-10-01 14:32:51.691133', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'test@test.test', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear test,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>test<br><br>\n<b>Password</b><br>qCv9DPg9Pg<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(55, '2019-10-01 14:42:31.823028', 'red@tirsolutions.com', '2019-10-01 14:42:31.823084', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'fred@tirsolutions.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Fred,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>fred<br><br>\n<b>Password</b><br>zdgJLKGXzJ<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1),
	(56, '2019-10-01 14:46:17.496292', 'red@tirsolutions.com', '2019-10-01 14:46:17.496349', 'red@tirsolutions.com', 'RMS-NEWUSER.html', 'sam.diaz@oneberry.com', '<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System &#40;RMS&#41;</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Samantha Diaz,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n    \n<b>Username</b><br>Sam<br><br>\n<b>Password</b><br>MMatVC4gTF<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n    \n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n    \n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n    \n</body>\n</html>', 1);
/*!40000 ALTER TABLE `email_logs` ENABLE KEYS */;

-- Dumping structure for table rms_db.entity_logs
DROP TABLE IF EXISTS `entity_logs`;
CREATE TABLE IF NOT EXISTS `entity_logs` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `created` datetime(6) NOT NULL,
  `createdby` varchar(255) NOT NULL,
  `modified` datetime(6) NOT NULL,
  `modifiedby` varchar(255) NOT NULL,
  `action` varchar(50) NOT NULL,
  `entity` varchar(50) NOT NULL,
  `row_id` int(11) NOT NULL,
  `fromValue` longtext,
  `toValue` longtext,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=711 DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.entity_logs: ~650 rows (approximately)
DELETE FROM `entity_logs`;
/*!40000 ALTER TABLE `entity_logs` DISABLE KEYS */;
INSERT INTO `entity_logs` (`id`, `created`, `createdby`, `modified`, `modifiedby`, `action`, `entity`, `row_id`, `fromValue`, `toValue`) VALUES
	(1, '2019-09-27 12:56:37.188220', 'superuser', '2019-09-27 12:56:37.188255', 'superuser', 'Update', 'MODULE', 5, '{\'id\': 5, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'application\': \'APP-20190923-0000001\', \'code\': \'MODULE-20190927-0000005\', \'name\': \'User Management\', \'parent\': None, \'sort_id\': 2, \'component\': None}', '{\'id\': 5, \'sub_module\': <QuerySet []>, \'created\': \'2019-09-27T12:50:01.383432\', \'createdby\': \'superuser\', \'modified\': \'2019-09-27T12:56:37.184473\', \'modifiedby\': \'superuser\', \'code\': \'MODULE-20190927-0000005\', \'name\': \'User Management\', \'sort_id\': 1, \'component\': \'rms/module-management\', \'application\': {\'id\': 1, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 33, 754098), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 33, 754098), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000001\', \'name\': \'Resource Management System\'}, \'parent\': None}'),
	(2, '2019-09-27 12:57:50.058448', 'superuser', '2019-09-27 12:57:50.058484', 'superuser', 'Update', 'MODULE', 5, '{\'id\': 5, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'application\': \'APP-20190923-0000001\', \'code\': \'MODULE-20190927-0000005\', \'name\': \'User Management\', \'parent\': None, \'sort_id\': 1, \'component\': \'rms/module-management\'}', '{\'id\': 5, \'sub_module\': <QuerySet []>, \'created\': \'2019-09-27T12:50:01.383432\', \'createdby\': \'superuser\', \'modified\': \'2019-09-27T12:57:50.054807\', \'modifiedby\': \'superuser\', \'code\': \'MODULE-20190927-0000005\', \'name\': \'User Management\', \'sort_id\': 1, \'component\': \'\', \'application\': {\'id\': 1, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 33, 754098), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 33, 754098), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000001\', \'name\': \'Resource Management System\'}, \'parent\': None}'),
	(3, '2019-09-27 12:58:07.638185', 'superuser', '2019-09-27 12:58:07.638219', 'superuser', 'Update', 'MODULE', 4, '{\'id\': 4, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'application\': \'APP-20190923-0000001\', \'code\': \'MODULE-20190927-0000004\', \'name\': \'Module Management\', \'parent\': None, \'sort_id\': 3, \'component\': None}', '{\'id\': 4, \'sub_module\': <QuerySet []>, \'created\': \'2019-09-27T12:49:57.378955\', \'createdby\': \'superuser\', \'modified\': \'2019-09-27T12:58:07.634481\', \'modifiedby\': \'superuser\', \'code\': \'MODULE-20190927-0000004\', \'name\': \'Module Management\', \'sort_id\': 1, \'component\': \'rms/module-management\', \'application\': {\'id\': 1, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 33, 754098), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 33, 754098), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000001\', \'name\': \'Resource Management System\'}, \'parent\': None}'),
	(4, '2019-09-27 12:59:06.914908', 'superuser', '2019-09-27 12:59:06.914943', 'superuser', 'Update', 'MODULE', 5, '{\'id\': 5, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'application\': \'APP-20190923-0000001\', \'code\': \'MODULE-20190927-0000005\', \'name\': \'User Management\', \'parent\': None, \'sort_id\': 2, \'component\': \'\'}', '{\'id\': 5, \'sub_module\': <QuerySet []>, \'created\': \'2019-09-27T12:50:01.383432\', \'createdby\': \'superuser\', \'modified\': \'2019-09-27T12:59:06.911313\', \'modifiedby\': \'superuser\', \'code\': \'MODULE-20190927-0000005\', \'name\': \'User Management\', \'sort_id\': 2, \'component\': \'rms/user-management\', \'application\': {\'id\': 1, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 33, 754098), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 33, 754098), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000001\', \'name\': \'Resource Management System\'}, \'parent\': None}'),
	(5, '2019-09-27 13:00:18.426890', 'superuser', '2019-09-27 13:00:18.426942', 'superuser', 'Update', 'MODULE', 3, '{\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'application\': \'APP-20190923-0000001\', \'code\': \'MODULE-20190927-0000003\', \'name\': \'Department Management\', \'parent\': None, \'sort_id\': 4, \'component\': None}', '{\'id\': 3, \'sub_module\': <QuerySet []>, \'created\': \'2019-09-27T12:49:49.528430\', \'createdby\': \'superuser\', \'modified\': \'2019-09-27T13:00:18.423200\', \'modifiedby\': \'superuser\', \'code\': \'MODULE-20190927-0000003\', \'name\': \'Department Management\', \'sort_id\': 4, \'component\': \'rms/department-management\', \'application\': {\'id\': 1, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 33, 754098), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 33, 754098), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000001\', \'name\': \'Resource Management System\'}, \'parent\': None}'),
	(6, '2019-09-27 13:00:57.283699', 'superuser', '2019-09-27 13:00:57.283735', 'superuser', 'Update', 'MODULE', 2, '{\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'application\': \'APP-20190923-0000001\', \'code\': \'MODULE-20190927-0000002\', \'name\': \'Company Management\', \'parent\': None, \'sort_id\': 5, \'component\': None}', '{\'id\': 2, \'sub_module\': <QuerySet []>, \'created\': \'2019-09-27T12:49:31.756321\', \'createdby\': \'superuser\', \'modified\': \'2019-09-27T13:00:57.280102\', \'modifiedby\': \'superuser\', \'code\': \'MODULE-20190927-0000002\', \'name\': \'Company Management\', \'sort_id\': 5, \'component\': \'rms/company-management\', \'application\': {\'id\': 1, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 33, 754098), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 33, 754098), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000001\', \'name\': \'Resource Management System\'}, \'parent\': None}'),
	(7, '2019-09-27 13:06:59.621549', 'superuser', '2019-09-27 13:06:59.621584', 'superuser', 'Update', 'MODULE', 7, '{\'id\': 7, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'application\': \'APP-20190923-0000002\', \'code\': \'MODULE-20190927-0000007\', \'name\': \'Change Rdequest Template\', \'parent\': None, \'sort_id\': 1, \'component\': None}', '{\'id\': 7, \'sub_module\': <QuerySet []>, \'created\': \'2019-09-27T13:01:28.263165\', \'createdby\': \'superuser\', \'modified\': \'2019-09-27T13:06:59.617810\', \'modifiedby\': \'superuser\', \'code\': \'MODULE-20190927-0000007\', \'name\': \'Change Rdequest Template\', \'sort_id\': 1, \'component\': \'/cms/change-request/template\', \'application\': {\'id\': 2, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000002\', \'name\': \'Change Request Management System\'}, \'parent\': 6}'),
	(8, '2019-09-27 13:07:10.789618', 'superuser', '2019-09-27 13:07:10.789665', 'superuser', 'DELETED', 'MODULE', 7, '{\'id\': 7, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'application\': \'APP-20190923-0000002\', \'code\': \'MODULE-20190927-0000007\', \'name\': \'Change Rdequest Template\', \'parent\': 6, \'sort_id\': 1, \'component\': \'/cms/change-request/template\'}', ''),
	(9, '2019-09-27 13:08:22.583986', 'superuser', '2019-09-27 13:08:22.584020', 'superuser', 'Update', 'MODULE', 6, '{\'id\': 6, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'application\': \'APP-20190923-0000002\', \'code\': \'MODULE-20190927-0000006\', \'name\': \'Change Request Template\', \'parent\': None, \'sort_id\': 3, \'component\': None}', '{\'id\': 6, \'sub_module\': <QuerySet []>, \'created\': \'2019-09-27T12:50:15.910699\', \'createdby\': \'superuser\', \'modified\': \'2019-09-27T13:08:22.580467\', \'modifiedby\': \'superuser\', \'code\': \'MODULE-20190927-0000006\', \'name\': \'Change Request Template\', \'sort_id\': 3, \'component\': \'/cms/change-request/template\', \'application\': {\'id\': 2, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000002\', \'name\': \'Change Request Management System\'}, \'parent\': None}'),
	(10, '2019-09-27 13:43:41.463031', 'superuser', '2019-09-27 13:43:41.463065', 'superuser', 'Update', 'MODULE', 6, '{\'id\': 6, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'application\': \'APP-20190923-0000002\', \'code\': \'MODULE-20190927-0000006\', \'name\': \'Change Request Template\', \'parent\': None, \'sort_id\': 3, \'component\': \'/cms/change-request/template\'}', '{\'id\': 6, \'sub_module\': <QuerySet []>, \'created\': \'2019-09-27T12:50:15.910699\', \'createdby\': \'superuser\', \'modified\': \'2019-09-27T13:43:41.459497\', \'modifiedby\': \'superuser\', \'code\': \'MODULE-20190927-0000006\', \'name\': \'Change Request Template\', \'sort_id\': 3, \'component\': \'/cms/change-request/template/\', \'application\': {\'id\': 2, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000002\', \'name\': \'Change Request Management System\'}, \'parent\': None}'),
	(11, '2019-09-27 13:49:35.901504', 'superuser', '2019-09-27 13:49:35.901545', 'superuser', 'Update', 'MODULE', 6, '{\'id\': 6, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'application\': \'APP-20190923-0000002\', \'code\': \'MODULE-20190927-0000006\', \'name\': \'Change Request Template\', \'parent\': None, \'sort_id\': 3, \'component\': \'/cms/change-request/template/\'}', '{\'id\': 6, \'sub_module\': <QuerySet []>, \'created\': \'2019-09-27T12:50:15.910699\', \'createdby\': \'superuser\', \'modified\': \'2019-09-27T13:49:35.897744\', \'modifiedby\': \'superuser\', \'code\': \'MODULE-20190927-0000006\', \'name\': \'Change Request Template\', \'sort_id\': 3, \'component\': \'/cms/change-request/template/\', \'application\': {\'id\': 2, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000002\', \'name\': \'Change Request Management System\'}, \'parent\': None}'),
	(12, '2019-09-27 13:53:11.540341', 'superuser', '2019-09-27 13:53:11.540376', 'superuser', 'Update', 'MODULE', 6, '{\'id\': 6, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'application\': \'APP-20190923-0000002\', \'code\': \'MODULE-20190927-0000006\', \'name\': \'Change Request Template\', \'parent\': None, \'sort_id\': 3, \'component\': \'/cms/change-request/template/\'}', '{\'id\': 6, \'sub_module\': <QuerySet []>, \'created\': \'2019-09-27T12:50:15.910699\', \'createdby\': \'superuser\', \'modified\': \'2019-09-27T13:53:11.536746\', \'modifiedby\': \'superuser\', \'code\': \'MODULE-20190927-0000006\', \'name\': \'Change Request Template\', \'sort_id\': 3, \'component\': \'/cms/change-request/template/\', \'application\': {\'id\': 2, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000002\', \'name\': \'Change Request Management System\'}, \'parent\': None}'),
	(13, '2019-09-27 13:59:05.231331', 'superuser', '2019-09-27 13:59:05.231380', 'superuser', 'DELETED', 'MODULE', 8, '{\'id\': 8, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'application\': \'APP-20190923-0000002\', \'code\': \'MODULE-20190927-0000008\', \'name\': \'asdf\', \'parent\': 6, \'sort_id\': 1, \'component\': \'asdf\'}', ''),
	(14, '2019-09-27 13:59:10.757174', 'superuser', '2019-09-27 13:59:10.757207', 'superuser', 'Update', 'MODULE', 6, '{\'id\': 6, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'application\': \'APP-20190923-0000002\', \'code\': \'MODULE-20190927-0000006\', \'name\': \'Change Request Template\', \'parent\': None, \'sort_id\': 3, \'component\': \'/cms/change-request/template/\'}', '{\'id\': 6, \'sub_module\': <QuerySet []>, \'created\': \'2019-09-27T12:50:15.910699\', \'createdby\': \'superuser\', \'modified\': \'2019-09-27T13:59:10.753684\', \'modifiedby\': \'superuser\', \'code\': \'MODULE-20190927-0000006\', \'name\': \'Change Request Template\', \'sort_id\': 3, \'component\': \'/cms/change-request/template/\', \'application\': {\'id\': 2, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000002\', \'name\': \'Change Request Management System\'}, \'parent\': None}'),
	(15, '2019-09-27 14:02:22.326638', 'superuser', '2019-09-27 14:02:22.326673', 'superuser', 'Update', 'MODULE', 6, '{\'id\': 6, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'application\': \'APP-20190923-0000002\', \'code\': \'MODULE-20190927-0000006\', \'name\': \'Change Request Template\', \'parent\': None, \'sort_id\': 3, \'component\': \'/cms/change-request/template/\'}', '{\'id\': 6, \'sub_module\': <QuerySet []>, \'created\': \'2019-09-27T12:50:15.910699\', \'createdby\': \'superuser\', \'modified\': \'2019-09-27T14:02:22.323135\', \'modifiedby\': \'superuser\', \'code\': \'MODULE-20190927-0000006\', \'name\': \'Change Request Template\', \'sort_id\': 3, \'component\': \'/cms/change-request/template/\', \'application\': {\'id\': 2, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000002\', \'name\': \'Change Request Management System\'}, \'parent\': None}'),
	(16, '2019-09-27 14:03:47.692669', 'superuser', '2019-09-27 14:03:47.692702', 'superuser', 'Update', 'MODULE', 9, '{\'id\': 9, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'application\': \'APP-20190923-0000002\', \'code\': \'MODULE-20190927-0000009\', \'name\': \'test\', \'parent\': None, \'sort_id\': 6, \'component\': \'test\'}', '{\'id\': 9, \'sub_module\': <QuerySet []>, \'created\': \'2019-09-27T14:03:34.304428\', \'createdby\': \'superuser\', \'modified\': \'2019-09-27T14:03:47.689151\', \'modifiedby\': \'superuser\', \'code\': \'MODULE-20190927-0000009\', \'name\': \'test\', \'sort_id\': 6, \'component\': \'test\', \'application\': {\'id\': 2, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000002\', \'name\': \'Change Request Management System\'}, \'parent\': None}'),
	(17, '2019-09-27 14:03:55.349153', 'superuser', '2019-09-27 14:03:55.349187', 'superuser', 'Update', 'MODULE', 9, '{\'id\': 9, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'application\': \'APP-20190923-0000002\', \'code\': \'MODULE-20190927-0000009\', \'name\': \'test\', \'parent\': None, \'sort_id\': 6, \'component\': \'test\'}', '{\'id\': 9, \'sub_module\': <QuerySet []>, \'created\': \'2019-09-27T14:03:34.304428\', \'createdby\': \'superuser\', \'modified\': \'2019-09-27T14:03:55.345616\', \'modifiedby\': \'superuser\', \'code\': \'MODULE-20190927-0000009\', \'name\': \'test\', \'sort_id\': 1, \'component\': \'test\', \'application\': {\'id\': 2, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000002\', \'name\': \'Change Request Management System\'}, \'parent\': 6}'),
	(18, '2019-09-27 14:04:00.227991', 'superuser', '2019-09-27 14:04:00.228031', 'superuser', 'DELETED', 'MODULE', 9, '{\'id\': 9, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'application\': \'APP-20190923-0000002\', \'code\': \'MODULE-20190927-0000009\', \'name\': \'test\', \'parent\': 6, \'sort_id\': 1, \'component\': \'test\'}', ''),
	(19, '2019-09-27 14:04:23.183827', 'superuser', '2019-09-27 14:04:23.183863', 'superuser', 'Update', 'MODULE', 6, '{\'id\': 6, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'application\': \'APP-20190923-0000002\', \'code\': \'MODULE-20190927-0000006\', \'name\': \'Change Request Template\', \'parent\': None, \'sort_id\': 3, \'component\': \'/cms/change-request/template/\'}', '{\'id\': 6, \'sub_module\': <QuerySet []>, \'created\': \'2019-09-27T12:50:15.910699\', \'createdby\': \'superuser\', \'modified\': \'2019-09-27T14:04:23.180152\', \'modifiedby\': \'superuser\', \'code\': \'MODULE-20190927-0000006\', \'name\': \'Change Request Template\', \'sort_id\': 1, \'component\': \'/cms/change-request/template\', \'application\': {\'id\': 2, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000002\', \'name\': \'Change Request Management System\'}, \'parent\': None}'),
	(20, '2019-09-27 14:05:48.163531', 'superuser', '2019-09-27 14:05:48.163579', 'superuser', 'Update', 'USER', 10, '{\'id\': 10, \'last_login\': None, \'is_superuser\': False, \'first_name\': \'\', \'last_name\': \'\', \'is_staff\': False, \'is_active\': True, \'date_joined\': datetime.datetime(2019, 9, 23, 16, 6, 31, 459234), \'department\': \'DEPARTMENT-20190923-0000001\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'DUA\', \'code\': \'USER-20190923-0000010\', \'name\': \'qwe\', \'username\': \'qwe\', \'password\': \'pbkdf2_sha256$150000$SaaV0bSTBQmX$uimdUKd1jdSm2D1rjUlG3fbX1onTh6/T+RPeB3y73WI=\', \'doa\': None, \'contact_no\': \'123\', \'email\': \'qwe@qwe.com\', \'groups\': [], \'user_permissions\': [], \'application\': [<Application: Resource Management System>, <Application: Change Request Management System>]}', '{\'id\': 10, \'code\': \'USER-20190923-0000010\', \'name\': \'qwe\', \'username\': \'qwe\', \'contact_no\': \'123\', \'email\': \'qwe@qwe.com\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'DUA\', \'is_active\': True, \'doa\': None, \'department\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000001\', \'name\': \'ADMIN\'}, \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'application\': <QuerySet [{\'id\': 1, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 33, 754098), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 33, 754098), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000001\', \'name\': \'Resource Management System\'}, {\'id\': 2, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000002\', \'name\': \'Change Request Management System\'}]>}'),
	(21, '2019-09-27 14:06:17.705579', 'superuser', '2019-09-27 14:06:17.705627', 'superuser', 'Update', 'USER', 10, '{\'id\': 10, \'last_login\': None, \'is_superuser\': False, \'first_name\': \'\', \'last_name\': \'\', \'is_staff\': False, \'is_active\': True, \'date_joined\': datetime.datetime(2019, 9, 23, 16, 6, 31, 459234), \'department\': \'DEPARTMENT-20190923-0000001\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'DUA\', \'code\': \'USER-20190923-0000010\', \'name\': \'qwe\', \'username\': \'qwe\', \'password\': \'pbkdf2_sha256$150000$SaaV0bSTBQmX$uimdUKd1jdSm2D1rjUlG3fbX1onTh6/T+RPeB3y73WI=\', \'doa\': None, \'contact_no\': \'123\', \'email\': \'qwe@qwe.com\', \'groups\': [], \'user_permissions\': [], \'application\': [<Application: Resource Management System>, <Application: Change Request Management System>]}', '{\'id\': 10, \'code\': \'USER-20190923-0000010\', \'name\': \'qwe\', \'username\': \'qwe\', \'contact_no\': \'123\', \'email\': \'qwe@qwe.com\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'DUA\', \'is_active\': True, \'doa\': None, \'department\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000001\', \'name\': \'ADMIN\'}, \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'application\': <QuerySet [{\'id\': 1, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 33, 754098), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 33, 754098), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000001\', \'name\': \'Resource Management System\'}, {\'id\': 2, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000002\', \'name\': \'Change Request Management System\'}]>}'),
	(29, '2019-09-27 15:23:04.510920', 'superuser', '2019-09-27 15:23:04.510966', 'superuser', 'Update', 'ChangeRequestTemplateHeader', 2, '{\'id\': 2, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdf\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_id\': \'2\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdf\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'created\': \'2019-09-27T14:35:34.644937\', \'requested_to_template_id\': \'2\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 2), (\'level\', \'1\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T14:35:34.658271\'), (\'code\', \'TMPAPR-20190927-0000002\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 1), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'a\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T14:35:34.666934\'), (\'code\', \'TMPATCH-20190927-0000001\'), (\'uploaded_by\', \'USER-20190927-0000011\'), (\'file_upload\', 3), (\'template_no\', \'TMP-20190927-0000002\')])], \'tmp_details\': [OrderedDict([(\'id\', 1), (\'field_idx\', \'0\'), (\'field_ref\', \'CHKS-w24wz95jypbk11r40fe\'), (\'field_val\', \'[]\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\'), (\'created\', \'2019-09-27T14:35:34.672068\'), (\'code\', \'TMPDETAIL-20190927-0000001\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(30, '2019-09-27 15:23:04.524335', 'superuser', '2019-09-27 15:23:04.524371', 'superuser', 'Update', 'ChangeRequestTemplateApprovers', 2, '{\'id\': 2, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 658271), \'code\': \'TMPAPR-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 2, \'level\': \'1\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T14:35:34.658271\', \'code\': \'TMPAPR-20190927-0000002\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(31, '2019-09-27 15:23:04.532438', 'superuser', '2019-09-27 15:23:04.532470', 'superuser', 'Update', 'ChangeRequestTemplateDetails', 1, '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 672068), \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': \'2019-09-27T14:35:34.672068\', \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}'),
	(46, '2019-09-27 15:51:32.325831', 'Megan', '2019-09-27 15:51:32.325872', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 2, '{\'id\': 2, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdf\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_id\': \'2\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdf\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'created\': \'2019-09-27T14:35:34.644937\', \'requested_to_template_id\': \'2\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 2), (\'level\', \'1\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T14:35:34.658271\'), (\'code\', \'TMPAPR-20190927-0000002\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 1), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'a\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T14:35:34.666934\'), (\'code\', \'TMPATCH-20190927-0000001\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 3), (\'template_no\', \'TMP-20190927-0000002\')])], \'tmp_details\': [OrderedDict([(\'id\', 1), (\'field_idx\', \'0\'), (\'field_ref\', \'CHKS-w24wz95jypbk11r40fe\'), (\'field_val\', \'[]\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\'), (\'created\', \'2019-09-27T14:35:34.672068\'), (\'code\', \'TMPDETAIL-20190927-0000001\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(47, '2019-09-27 15:51:32.339015', 'Megan', '2019-09-27 15:51:32.339049', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 2, '{\'id\': 2, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 658271), \'code\': \'TMPAPR-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 2, \'level\': \'1\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T14:35:34.658271\', \'code\': \'TMPAPR-20190927-0000002\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(48, '2019-09-27 15:51:32.350650', 'Megan', '2019-09-27 15:51:32.350685', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 3, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(49, '2019-09-27 15:51:32.358477', 'Megan', '2019-09-27 15:51:32.358514', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 1, '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 672068), \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': \'2019-09-27T14:35:34.672068\', \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}'),
	(50, '2019-09-27 15:53:23.260913', 'Megan', '2019-09-27 15:53:23.260960', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 3, '{\'id\': 3, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'red\', \'requested_to_objective\': \'red\', \'requested_to_priority\': \'Normal\', \'description\': \'red\', \'template_no\': \'TMP-20190927-0000003\', \'requested_to_template_id\': \'red\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000003\', \'requested_to_template_name\': \'red\', \'requested_to_objective\': \'red\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'Normal\', \'description\': \'red\', \'created\': \'2019-09-27T15:27:21.918237\', \'requested_to_template_id\': \'red\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 3), (\'level\', \'1\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T15:27:21.932310\'), (\'code\', \'TMPAPR-20190927-0000003\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000003\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [], \'tmp_details\': [], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(51, '2019-09-27 15:53:23.274259', 'Megan', '2019-09-27 15:53:23.274293', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 3, '{\'id\': 3, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 15, 27, 21, 932310), \'code\': \'TMPAPR-20190927-0000003\', \'template_no\': \'TMP-20190927-0000003\'}', '{\'id\': 3, \'level\': \'1\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T15:27:21.932310\', \'code\': \'TMPAPR-20190927-0000003\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000003\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(52, '2019-09-27 15:54:03.073596', 'Megan', '2019-09-27 15:54:03.073639', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 2, '{\'id\': 2, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdf\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_id\': \'2\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdf\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'created\': \'2019-09-27T14:35:34.644937\', \'requested_to_template_id\': \'2\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 2), (\'level\', \'1\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T14:35:34.658271\'), (\'code\', \'TMPAPR-20190927-0000002\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 1), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'a\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T14:35:34.666934\'), (\'code\', \'TMPATCH-20190927-0000001\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 1), (\'template_no\', \'TMP-20190927-0000002\')])], \'tmp_details\': [OrderedDict([(\'id\', 1), (\'field_idx\', \'0\'), (\'field_ref\', \'CHKS-w24wz95jypbk11r40fe\'), (\'field_val\', \'[]\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\'), (\'created\', \'2019-09-27T14:35:34.672068\'), (\'code\', \'TMPDETAIL-20190927-0000001\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(53, '2019-09-27 15:54:03.092490', 'Megan', '2019-09-27 15:54:03.092527', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 2, '{\'id\': 2, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 658271), \'code\': \'TMPAPR-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 2, \'level\': \'1\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T14:35:34.658271\', \'code\': \'TMPAPR-20190927-0000002\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(54, '2019-09-27 15:54:03.107456', 'Megan', '2019-09-27 15:54:03.107487', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(55, '2019-09-27 15:54:03.116945', 'Megan', '2019-09-27 15:54:03.116976', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 1, '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 672068), \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': \'2019-09-27T14:35:34.672068\', \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}'),
	(56, '2019-09-27 15:55:30.313745', 'Megan', '2019-09-27 15:55:30.313786', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 2, '{\'id\': 2, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdf\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_id\': \'2\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdf\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'created\': \'2019-09-27T14:35:34.644937\', \'requested_to_template_id\': \'2\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 2), (\'level\', \'1\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T14:35:34.658271\'), (\'code\', \'TMPAPR-20190927-0000002\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 1), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'a\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T14:35:34.666934\'), (\'code\', \'TMPATCH-20190927-0000001\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 1), (\'template_no\', \'TMP-20190927-0000002\')])], \'tmp_details\': [OrderedDict([(\'id\', 1), (\'field_idx\', \'0\'), (\'field_ref\', \'CHKS-w24wz95jypbk11r40fe\'), (\'field_val\', \'[]\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\'), (\'created\', \'2019-09-27T14:35:34.672068\'), (\'code\', \'TMPDETAIL-20190927-0000001\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(57, '2019-09-27 15:55:30.326321', 'Megan', '2019-09-27 15:55:30.326353', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 2, '{\'id\': 2, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 658271), \'code\': \'TMPAPR-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 2, \'level\': \'1\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T14:35:34.658271\', \'code\': \'TMPAPR-20190927-0000002\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(58, '2019-09-27 15:55:30.338067', 'Megan', '2019-09-27 15:55:30.338098', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(59, '2019-09-27 15:55:30.345775', 'Megan', '2019-09-27 15:55:30.345805', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 1, '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 672068), \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': \'2019-09-27T14:35:34.672068\', \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}'),
	(60, '2019-09-27 16:17:12.495828', 'Megan', '2019-09-27 16:17:12.495869', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 2, '{\'id\': 2, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdf\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_id\': \'2\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdf\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'created\': \'2019-09-27T14:35:34.644937\', \'requested_to_template_id\': \'2\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 2), (\'level\', \'1\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T14:35:34.658271\'), (\'code\', \'TMPAPR-20190927-0000002\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 1), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'a\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T14:35:34.666934\'), (\'code\', \'TMPATCH-20190927-0000001\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 1), (\'template_no\', \'TMP-20190927-0000002\')])], \'tmp_details\': [OrderedDict([(\'id\', 1), (\'field_idx\', \'0\'), (\'field_ref\', \'CHKS-w24wz95jypbk11r40fe\'), (\'field_val\', \'[]\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\'), (\'created\', \'2019-09-27T14:35:34.672068\'), (\'code\', \'TMPDETAIL-20190927-0000001\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(61, '2019-09-27 16:17:12.508714', 'Megan', '2019-09-27 16:17:12.508748', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 2, '{\'id\': 2, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 658271), \'code\': \'TMPAPR-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 2, \'level\': \'1\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T14:35:34.658271\', \'code\': \'TMPAPR-20190927-0000002\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(62, '2019-09-27 16:17:12.521794', 'Megan', '2019-09-27 16:17:12.521826', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(63, '2019-09-27 16:17:12.530732', 'Megan', '2019-09-27 16:17:12.530763', 'Megan', 'Add', 'ChangeRequestTemplateAttachments', 2, '', '{\'id\': 2, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'eqwe\', \'file_name\': \'-\', \'description\': \'qwe\', \'created\': \'2019-09-27T16:17:12.529123\', \'code\': \'TMPATCH-20190927-0000002\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': None, \'template_no\': \'TMP-20190927-0000002\'}'),
	(64, '2019-09-27 16:17:12.539517', 'Megan', '2019-09-27 16:17:12.539548', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 1, '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 672068), \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': \'2019-09-27T14:35:34.672068\', \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}'),
	(65, '2019-09-27 16:17:58.396163', 'Megan', '2019-09-27 16:17:58.396205', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 2, '{\'id\': 2, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdf\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_id\': \'2\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdf\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'created\': \'2019-09-27T14:35:34.644937\', \'requested_to_template_id\': \'2\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 2), (\'level\', \'1\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T14:35:34.658271\'), (\'code\', \'TMPAPR-20190927-0000002\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 1), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'a\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T14:35:34.666934\'), (\'code\', \'TMPATCH-20190927-0000001\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 1), (\'template_no\', \'TMP-20190927-0000002\')]), OrderedDict([(\'id\', 2), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'eqwe\'), (\'file_name\', \'-\'), (\'description\', \'qwe\'), (\'created\', \'2019-09-27T16:17:12.529123\'), (\'code\', \'TMPATCH-20190927-0000002\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', None), (\'template_no\', \'TMP-20190927-0000002\')])], \'tmp_details\': [OrderedDict([(\'id\', 1), (\'field_idx\', \'0\'), (\'field_ref\', \'CHKS-w24wz95jypbk11r40fe\'), (\'field_val\', \'[]\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\'), (\'created\', \'2019-09-27T14:35:34.672068\'), (\'code\', \'TMPDETAIL-20190927-0000001\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(66, '2019-09-27 16:17:58.408574', 'Megan', '2019-09-27 16:17:58.408606', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 2, '{\'id\': 2, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 658271), \'code\': \'TMPAPR-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 2, \'level\': \'1\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T14:35:34.658271\', \'code\': \'TMPAPR-20190927-0000002\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(67, '2019-09-27 16:17:58.412131', 'Megan', '2019-09-27 16:17:58.412163', 'Megan', 'DELETED', 'ChangeRequestTemplateAttachments', 2, '{\'id\': 2, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'eqwe\', \'file_name\': \'-\', \'description\': \'qwe\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 16, 17, 12, 529123), \'code\': \'TMPATCH-20190927-0000002\', \'file_upload\': None, \'template_no\': \'TMP-20190927-0000002\'}', ''),
	(68, '2019-09-27 16:17:58.422763', 'Megan', '2019-09-27 16:17:58.422792', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(69, '2019-09-27 16:17:58.430057', 'Megan', '2019-09-27 16:17:58.430087', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 1, '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 672068), \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': \'2019-09-27T14:35:34.672068\', \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}'),
	(70, '2019-09-27 16:18:44.193026', 'Megan', '2019-09-27 16:18:44.193070', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 2, '{\'id\': 2, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdf\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_id\': \'2\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdf\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'created\': \'2019-09-27T14:35:34.644937\', \'requested_to_template_id\': \'2\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 2), (\'level\', \'1\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T14:35:34.658271\'), (\'code\', \'TMPAPR-20190927-0000002\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 1), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'a\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T14:35:34.666934\'), (\'code\', \'TMPATCH-20190927-0000001\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 1), (\'template_no\', \'TMP-20190927-0000002\')])], \'tmp_details\': [OrderedDict([(\'id\', 1), (\'field_idx\', \'0\'), (\'field_ref\', \'CHKS-w24wz95jypbk11r40fe\'), (\'field_val\', \'[]\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\'), (\'created\', \'2019-09-27T14:35:34.672068\'), (\'code\', \'TMPDETAIL-20190927-0000001\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(71, '2019-09-27 16:18:44.206392', 'Megan', '2019-09-27 16:18:44.206429', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 2, '{\'id\': 2, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 658271), \'code\': \'TMPAPR-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 2, \'level\': \'1\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T14:35:34.658271\', \'code\': \'TMPAPR-20190927-0000002\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(72, '2019-09-27 16:18:44.218629', 'Megan', '2019-09-27 16:18:44.218659', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(73, '2019-09-27 16:18:44.226271', 'Megan', '2019-09-27 16:18:44.226301', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 1, '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 672068), \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': \'2019-09-27T14:35:34.672068\', \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}'),
	(74, '2019-09-27 16:29:46.979276', 'Megan', '2019-09-27 16:29:46.979321', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 2, '{\'id\': 2, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdf\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_id\': \'2\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdf\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'created\': \'2019-09-27T14:35:34.644937\', \'requested_to_template_id\': \'2\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 2), (\'level\', \'1\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T14:35:34.658271\'), (\'code\', \'TMPAPR-20190927-0000002\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 1), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'a\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T14:35:34.666934\'), (\'code\', \'TMPATCH-20190927-0000001\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 1), (\'template_no\', \'TMP-20190927-0000002\')])], \'tmp_details\': [OrderedDict([(\'id\', 1), (\'field_idx\', \'0\'), (\'field_ref\', \'CHKS-w24wz95jypbk11r40fe\'), (\'field_val\', \'[]\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\'), (\'created\', \'2019-09-27T14:35:34.672068\'), (\'code\', \'TMPDETAIL-20190927-0000001\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(75, '2019-09-27 16:29:46.996791', 'Megan', '2019-09-27 16:29:46.996829', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 2, '{\'id\': 2, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 658271), \'code\': \'TMPAPR-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 2, \'level\': \'1\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T14:35:34.658271\', \'code\': \'TMPAPR-20190927-0000002\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(76, '2019-09-27 16:29:47.009369', 'Megan', '2019-09-27 16:29:47.009401', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(77, '2019-09-27 16:29:47.017719', 'Megan', '2019-09-27 16:29:47.017751', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 1, '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 672068), \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': \'2019-09-27T14:35:34.672068\', \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}'),
	(78, '2019-09-27 16:30:31.414343', 'Megan', '2019-09-27 16:30:31.414385', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 2, '{\'id\': 2, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdf\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_id\': \'2\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdf\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'created\': \'2019-09-27T14:35:34.644937\', \'requested_to_template_id\': \'2\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 2), (\'level\', \'1\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T14:35:34.658271\'), (\'code\', \'TMPAPR-20190927-0000002\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 1), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'a\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T14:35:34.666934\'), (\'code\', \'TMPATCH-20190927-0000001\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 1), (\'template_no\', \'TMP-20190927-0000002\')])], \'tmp_details\': [OrderedDict([(\'id\', 1), (\'field_idx\', \'0\'), (\'field_ref\', \'CHKS-w24wz95jypbk11r40fe\'), (\'field_val\', \'[]\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\'), (\'created\', \'2019-09-27T14:35:34.672068\'), (\'code\', \'TMPDETAIL-20190927-0000001\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(79, '2019-09-27 16:30:31.426898', 'Megan', '2019-09-27 16:30:31.426934', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 2, '{\'id\': 2, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 658271), \'code\': \'TMPAPR-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 2, \'level\': \'1\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T14:35:34.658271\', \'code\': \'TMPAPR-20190927-0000002\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(80, '2019-09-27 16:30:31.438718', 'Megan', '2019-09-27 16:30:31.438749', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(81, '2019-09-27 16:30:31.446664', 'Megan', '2019-09-27 16:30:31.446693', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 1, '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 672068), \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': \'2019-09-27T14:35:34.672068\', \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}'),
	(90, '2019-09-27 16:50:02.570850', 'Megan', '2019-09-27 16:50:02.570908', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 2, '{\'id\': 2, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdf\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_id\': \'2\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdf\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'created\': \'2019-09-27T14:35:34.644937\', \'requested_to_template_id\': \'2\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 2), (\'level\', \'1\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T14:35:34.658271\'), (\'code\', \'TMPAPR-20190927-0000002\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 1), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'a\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T14:35:34.666934\'), (\'code\', \'TMPATCH-20190927-0000001\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 1), (\'template_no\', \'TMP-20190927-0000002\')])], \'tmp_details\': [OrderedDict([(\'id\', 1), (\'field_idx\', \'0\'), (\'field_ref\', \'CHKS-w24wz95jypbk11r40fe\'), (\'field_val\', \'[]\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\'), (\'created\', \'2019-09-27T14:35:34.672068\'), (\'code\', \'TMPDETAIL-20190927-0000001\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(91, '2019-09-27 16:50:02.584060', 'Megan', '2019-09-27 16:50:02.584093', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 2, '{\'id\': 2, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 658271), \'code\': \'TMPAPR-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 2, \'level\': \'1\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T14:35:34.658271\', \'code\': \'TMPAPR-20190927-0000002\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(92, '2019-09-27 16:50:02.595770', 'Megan', '2019-09-27 16:50:02.595800', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(93, '2019-09-27 16:50:02.603620', 'Megan', '2019-09-27 16:50:02.603650', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 1, '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 672068), \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': \'2019-09-27T14:35:34.672068\', \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}'),
	(94, '2019-09-27 16:50:46.678593', 'Megan', '2019-09-27 16:50:46.678633', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 2, '{\'id\': 2, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdf\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_id\': \'2\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdf\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'created\': \'2019-09-27T14:35:34.644937\', \'requested_to_template_id\': \'2\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 2), (\'level\', \'1\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T14:35:34.658271\'), (\'code\', \'TMPAPR-20190927-0000002\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 1), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'a\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T14:35:34.666934\'), (\'code\', \'TMPATCH-20190927-0000001\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 1), (\'template_no\', \'TMP-20190927-0000002\')])], \'tmp_details\': [OrderedDict([(\'id\', 1), (\'field_idx\', \'0\'), (\'field_ref\', \'CHKS-w24wz95jypbk11r40fe\'), (\'field_val\', \'[]\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\'), (\'created\', \'2019-09-27T14:35:34.672068\'), (\'code\', \'TMPDETAIL-20190927-0000001\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(95, '2019-09-27 16:50:46.691444', 'Megan', '2019-09-27 16:50:46.691480', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 2, '{\'id\': 2, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 658271), \'code\': \'TMPAPR-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 2, \'level\': \'1\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T14:35:34.658271\', \'code\': \'TMPAPR-20190927-0000002\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(96, '2019-09-27 16:50:46.703718', 'Megan', '2019-09-27 16:50:46.703749', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(97, '2019-09-27 16:50:46.711842', 'Megan', '2019-09-27 16:50:46.711871', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 1, '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 672068), \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': \'2019-09-27T14:35:34.672068\', \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}'),
	(102, '2019-09-27 16:58:24.676297', 'superuser', '2019-09-27 16:58:24.676339', 'superuser', 'Update', 'ChangeRequestTemplateHeader', 2, '{\'id\': 2, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdf\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_id\': \'2\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdf\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'created\': \'2019-09-27T14:35:34.644937\', \'requested_to_template_id\': \'2\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 2), (\'level\', \'1\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T14:35:34.658271\'), (\'code\', \'TMPAPR-20190927-0000002\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 1), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'a\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T14:35:34.666934\'), (\'code\', \'TMPATCH-20190927-0000001\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 1), (\'template_no\', \'TMP-20190927-0000002\')])], \'tmp_details\': [OrderedDict([(\'id\', 1), (\'field_idx\', \'0\'), (\'field_ref\', \'CHKS-w24wz95jypbk11r40fe\'), (\'field_val\', \'[]\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\'), (\'created\', \'2019-09-27T14:35:34.672068\'), (\'code\', \'TMPDETAIL-20190927-0000001\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(103, '2019-09-27 16:58:24.690686', 'superuser', '2019-09-27 16:58:24.690730', 'superuser', 'Update', 'ChangeRequestTemplateApprovers', 2, '{\'id\': 2, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 658271), \'code\': \'TMPAPR-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 2, \'level\': \'1\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T14:35:34.658271\', \'code\': \'TMPAPR-20190927-0000002\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(104, '2019-09-27 16:58:24.703636', 'superuser', '2019-09-27 16:58:24.703668', 'superuser', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(105, '2019-09-27 16:58:24.714116', 'superuser', '2019-09-27 16:58:24.714151', 'superuser', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(106, '2019-09-27 16:58:24.721845', 'superuser', '2019-09-27 16:58:24.721874', 'superuser', 'Update', 'ChangeRequestTemplateDetails', 1, '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 672068), \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': \'2019-09-27T14:35:34.672068\', \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}'),
	(107, '2019-09-27 16:58:41.308004', 'superuser', '2019-09-27 16:58:41.308050', 'superuser', 'Update', 'ChangeRequestTemplateHeader', 2, '{\'id\': 2, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdf\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_id\': \'2\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'created\': \'2019-09-27T14:35:34.644937\', \'requested_to_template_id\': \'2\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 2), (\'level\', \'1\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T14:35:34.658271\'), (\'code\', \'TMPAPR-20190927-0000002\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 1), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'a\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T14:35:34.666934\'), (\'code\', \'TMPATCH-20190927-0000001\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 1), (\'template_no\', \'TMP-20190927-0000002\')])], \'tmp_details\': [OrderedDict([(\'id\', 1), (\'field_idx\', \'0\'), (\'field_ref\', \'CHKS-w24wz95jypbk11r40fe\'), (\'field_val\', \'[]\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\'), (\'created\', \'2019-09-27T14:35:34.672068\'), (\'code\', \'TMPDETAIL-20190927-0000001\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(108, '2019-09-27 16:58:41.320821', 'superuser', '2019-09-27 16:58:41.320878', 'superuser', 'Update', 'ChangeRequestTemplateApprovers', 2, '{\'id\': 2, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 658271), \'code\': \'TMPAPR-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 2, \'level\': \'1\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T14:35:34.658271\', \'code\': \'TMPAPR-20190927-0000002\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(109, '2019-09-27 16:58:41.332773', 'superuser', '2019-09-27 16:58:41.332804', 'superuser', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(110, '2019-09-27 16:58:41.342748', 'superuser', '2019-09-27 16:58:41.342780', 'superuser', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(111, '2019-09-27 16:58:41.350485', 'superuser', '2019-09-27 16:58:41.350515', 'superuser', 'Update', 'ChangeRequestTemplateDetails', 1, '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 672068), \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': \'2019-09-27T14:35:34.672068\', \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}'),
	(112, '2019-09-27 16:58:49.292987', 'superuser', '2019-09-27 16:58:49.293030', 'superuser', 'Update', 'ChangeRequestTemplateHeader', 2, '{\'id\': 2, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_id\': \'2\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'created\': \'2019-09-27T14:35:34.644937\', \'requested_to_template_id\': \'2\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 2), (\'level\', \'1\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T14:35:34.658271\'), (\'code\', \'TMPAPR-20190927-0000002\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 1), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'a\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T14:35:34.666934\'), (\'code\', \'TMPATCH-20190927-0000001\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 1), (\'template_no\', \'TMP-20190927-0000002\')])], \'tmp_details\': [OrderedDict([(\'id\', 1), (\'field_idx\', \'0\'), (\'field_ref\', \'CHKS-w24wz95jypbk11r40fe\'), (\'field_val\', \'[]\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\'), (\'created\', \'2019-09-27T14:35:34.672068\'), (\'code\', \'TMPDETAIL-20190927-0000001\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(113, '2019-09-27 16:58:49.305569', 'superuser', '2019-09-27 16:58:49.305602', 'superuser', 'Update', 'ChangeRequestTemplateApprovers', 2, '{\'id\': 2, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 658271), \'code\': \'TMPAPR-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 2, \'level\': \'1\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T14:35:34.658271\', \'code\': \'TMPAPR-20190927-0000002\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(114, '2019-09-27 16:58:49.317265', 'superuser', '2019-09-27 16:58:49.317297', 'superuser', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(115, '2019-09-27 16:58:49.327079', 'superuser', '2019-09-27 16:58:49.327109', 'superuser', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(116, '2019-09-27 16:58:49.334967', 'superuser', '2019-09-27 16:58:49.334997', 'superuser', 'Update', 'ChangeRequestTemplateDetails', 1, '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 672068), \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': \'2019-09-27T14:35:34.672068\', \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}'),
	(117, '2019-09-27 17:01:58.417750', 'superuser', '2019-09-27 17:01:58.417793', 'superuser', 'Update', 'ChangeRequestTemplateHeader', 2, '{\'id\': 2, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_id\': \'2\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'created\': \'2019-09-27T14:35:34.644937\', \'requested_to_template_id\': \'2\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 2), (\'level\', \'1\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T14:35:34.658271\'), (\'code\', \'TMPAPR-20190927-0000002\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 1), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'a\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T14:35:34.666934\'), (\'code\', \'TMPATCH-20190927-0000001\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 1), (\'template_no\', \'TMP-20190927-0000002\')])], \'tmp_details\': [OrderedDict([(\'id\', 1), (\'field_idx\', \'0\'), (\'field_ref\', \'CHKS-w24wz95jypbk11r40fe\'), (\'field_val\', \'[]\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\'), (\'created\', \'2019-09-27T14:35:34.672068\'), (\'code\', \'TMPDETAIL-20190927-0000001\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(118, '2019-09-27 17:01:58.437643', 'superuser', '2019-09-27 17:01:58.437685', 'superuser', 'Update', 'ChangeRequestTemplateApprovers', 2, '{\'id\': 2, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 658271), \'code\': \'TMPAPR-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 2, \'level\': \'1\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T14:35:34.658271\', \'code\': \'TMPAPR-20190927-0000002\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(119, '2019-09-27 17:01:58.449886', 'superuser', '2019-09-27 17:01:58.449940', 'superuser', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(120, '2019-09-27 17:01:58.457699', 'superuser', '2019-09-27 17:01:58.457730', 'superuser', 'Update', 'ChangeRequestTemplateDetails', 1, '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 672068), \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': \'2019-09-27T14:35:34.672068\', \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}'),
	(121, '2019-09-27 17:04:22.100147', 'Megan', '2019-09-27 17:04:22.100190', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 2, '{\'id\': 2, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_id\': \'2\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'created\': \'2019-09-27T14:35:34.644937\', \'requested_to_template_id\': \'2\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 2), (\'level\', \'1\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T14:35:34.658271\'), (\'code\', \'TMPAPR-20190927-0000002\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 1), (\'attachment_type\', \'Mandatorys\'), (\'attachment_name\', \'aaaa\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T14:35:34.666934\'), (\'code\', \'TMPATCH-20190927-0000001\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 1), (\'template_no\', \'TMP-20190927-0000002\')])], \'tmp_details\': [OrderedDict([(\'id\', 1), (\'field_idx\', \'0\'), (\'field_ref\', \'CHKS-w24wz95jypbk11r40fe\'), (\'field_val\', \'[]\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\'), (\'created\', \'2019-09-27T14:35:34.672068\'), (\'code\', \'TMPDETAIL-20190927-0000001\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(122, '2019-09-27 17:04:22.112777', 'Megan', '2019-09-27 17:04:22.112813', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 2, '{\'id\': 2, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 658271), \'code\': \'TMPAPR-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 2, \'level\': \'1\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T14:35:34.658271\', \'code\': \'TMPAPR-20190927-0000002\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(123, '2019-09-27 17:04:22.127147', 'Megan', '2019-09-27 17:04:22.127180', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(124, '2019-09-27 17:04:22.135041', 'Megan', '2019-09-27 17:04:22.135073', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 1, '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 672068), \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': \'2019-09-27T14:35:34.672068\', \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}'),
	(125, '2019-09-27 17:04:48.618857', 'Megan', '2019-09-27 17:04:48.618915', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 2, '{\'id\': 2, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_id\': \'2\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'created\': \'2019-09-27T14:35:34.644937\', \'requested_to_template_id\': \'2\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 2), (\'level\', \'1\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T14:35:34.658271\'), (\'code\', \'TMPAPR-20190927-0000002\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 1), (\'attachment_type\', \'Mandatorys\'), (\'attachment_name\', \'aaaa\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T14:35:34.666934\'), (\'code\', \'TMPATCH-20190927-0000001\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 1), (\'template_no\', \'TMP-20190927-0000002\')])], \'tmp_details\': [OrderedDict([(\'id\', 1), (\'field_idx\', \'0\'), (\'field_ref\', \'CHKS-w24wz95jypbk11r40fe\'), (\'field_val\', \'[]\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\'), (\'created\', \'2019-09-27T14:35:34.672068\'), (\'code\', \'TMPDETAIL-20190927-0000001\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(126, '2019-09-27 17:04:48.631250', 'Megan', '2019-09-27 17:04:48.631284', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 2, '{\'id\': 2, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 658271), \'code\': \'TMPAPR-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 2, \'level\': \'1\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T14:35:34.658271\', \'code\': \'TMPAPR-20190927-0000002\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(127, '2019-09-27 17:04:48.642800', 'Megan', '2019-09-27 17:04:48.642830', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(128, '2019-09-27 17:04:48.650308', 'Megan', '2019-09-27 17:04:48.650338', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 1, '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 672068), \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': \'2019-09-27T14:35:34.672068\', \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}'),
	(129, '2019-09-27 17:06:48.709530', 'Megan', '2019-09-27 17:06:48.709575', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 2, '{\'id\': 2, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_id\': \'2\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'created\': \'2019-09-27T14:35:34.644937\', \'requested_to_template_id\': \'2\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 2), (\'level\', \'1\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T14:35:34.658271\'), (\'code\', \'TMPAPR-20190927-0000002\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 1), (\'attachment_type\', \'Mandatorys\'), (\'attachment_name\', \'aaaa\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T14:35:34.666934\'), (\'code\', \'TMPATCH-20190927-0000001\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 1), (\'template_no\', \'TMP-20190927-0000002\')])], \'tmp_details\': [OrderedDict([(\'id\', 1), (\'field_idx\', \'0\'), (\'field_ref\', \'CHKS-w24wz95jypbk11r40fe\'), (\'field_val\', \'[]\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\'), (\'created\', \'2019-09-27T14:35:34.672068\'), (\'code\', \'TMPDETAIL-20190927-0000001\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(130, '2019-09-27 17:06:48.723713', 'Megan', '2019-09-27 17:06:48.723750', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 2, '{\'id\': 2, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 658271), \'code\': \'TMPAPR-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 2, \'level\': \'1\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T14:35:34.658271\', \'code\': \'TMPAPR-20190927-0000002\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(131, '2019-09-27 17:06:48.736177', 'Megan', '2019-09-27 17:06:48.736209', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(132, '2019-09-27 17:06:48.744298', 'Megan', '2019-09-27 17:06:48.744329', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 1, '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 672068), \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': \'2019-09-27T14:35:34.672068\', \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}'),
	(133, '2019-09-27 17:07:58.900472', 'Megan', '2019-09-27 17:07:58.900514', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 2, '{\'id\': 2, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_id\': \'2\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'created\': \'2019-09-27T14:35:34.644937\', \'requested_to_template_id\': \'2\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 2), (\'level\', \'1\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T14:35:34.658271\'), (\'code\', \'TMPAPR-20190927-0000002\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 1), (\'attachment_type\', \'Mandatorys\'), (\'attachment_name\', \'aaaa\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T14:35:34.666934\'), (\'code\', \'TMPATCH-20190927-0000001\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 1), (\'template_no\', \'TMP-20190927-0000002\')])], \'tmp_details\': [OrderedDict([(\'id\', 1), (\'field_idx\', \'0\'), (\'field_ref\', \'CHKS-w24wz95jypbk11r40fe\'), (\'field_val\', \'[]\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\'), (\'created\', \'2019-09-27T14:35:34.672068\'), (\'code\', \'TMPDETAIL-20190927-0000001\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(134, '2019-09-27 17:07:58.913427', 'Megan', '2019-09-27 17:07:58.913460', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 2, '{\'id\': 2, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 658271), \'code\': \'TMPAPR-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 2, \'level\': \'1\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T14:35:34.658271\', \'code\': \'TMPAPR-20190927-0000002\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(135, '2019-09-27 17:07:58.924999', 'Megan', '2019-09-27 17:07:58.925030', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(136, '2019-09-27 17:07:58.947434', 'Megan', '2019-09-27 17:07:58.947466', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 1, '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 672068), \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': \'2019-09-27T14:35:34.672068\', \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}'),
	(137, '2019-09-27 17:08:25.666177', 'Megan', '2019-09-27 17:08:25.666221', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 2, '{\'id\': 2, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_id\': \'2\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'created\': \'2019-09-27T14:35:34.644937\', \'requested_to_template_id\': \'2\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 2), (\'level\', \'1\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T14:35:34.658271\'), (\'code\', \'TMPAPR-20190927-0000002\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 1), (\'attachment_type\', \'Mandatorys\'), (\'attachment_name\', \'aaaa\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T14:35:34.666934\'), (\'code\', \'TMPATCH-20190927-0000001\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 1), (\'template_no\', \'TMP-20190927-0000002\')])], \'tmp_details\': [OrderedDict([(\'id\', 1), (\'field_idx\', \'0\'), (\'field_ref\', \'CHKS-w24wz95jypbk11r40fe\'), (\'field_val\', \'[]\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\'), (\'created\', \'2019-09-27T14:35:34.672068\'), (\'code\', \'TMPDETAIL-20190927-0000001\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(138, '2019-09-27 17:08:25.678565', 'Megan', '2019-09-27 17:08:25.678601', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 2, '{\'id\': 2, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 658271), \'code\': \'TMPAPR-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 2, \'level\': \'1\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T14:35:34.658271\', \'code\': \'TMPAPR-20190927-0000002\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(139, '2019-09-27 17:08:25.690522', 'Megan', '2019-09-27 17:08:25.690554', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(140, '2019-09-27 17:08:25.699974', 'Megan', '2019-09-27 17:08:25.700004', 'Megan', 'Add', 'ChangeRequestTemplateAttachments', 3, '', '{\'id\': 3, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T17:08:25.698422\', \'code\': \'TMPATCH-20190927-0000003\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 19, \'template_no\': \'TMP-20190927-0000002\'}'),
	(141, '2019-09-27 17:08:25.707510', 'Megan', '2019-09-27 17:08:25.707541', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 1, '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 672068), \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': \'2019-09-27T14:35:34.672068\', \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}'),
	(142, '2019-09-27 17:09:44.180041', 'Megan', '2019-09-27 17:09:44.180083', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 2, '{\'id\': 2, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_id\': \'2\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'created\': \'2019-09-27T14:35:34.644937\', \'requested_to_template_id\': \'2\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 2), (\'level\', \'1\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T14:35:34.658271\'), (\'code\', \'TMPAPR-20190927-0000002\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 1), (\'attachment_type\', \'Mandatorys\'), (\'attachment_name\', \'aaaa\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T14:35:34.666934\'), (\'code\', \'TMPATCH-20190927-0000001\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 1), (\'template_no\', \'TMP-20190927-0000002\')]), OrderedDict([(\'id\', 3), (\'attachment_type\', \'Mandatorys\'), (\'attachment_name\', \'aaaa\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T17:08:25.698422\'), (\'code\', \'TMPATCH-20190927-0000003\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 19), (\'template_no\', \'TMP-20190927-0000002\')])], \'tmp_details\': [OrderedDict([(\'id\', 1), (\'field_idx\', \'0\'), (\'field_ref\', \'CHKS-w24wz95jypbk11r40fe\'), (\'field_val\', \'[]\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\'), (\'created\', \'2019-09-27T14:35:34.672068\'), (\'code\', \'TMPDETAIL-20190927-0000001\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(143, '2019-09-27 17:09:44.192857', 'Megan', '2019-09-27 17:09:44.192892', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 2, '{\'id\': 2, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 658271), \'code\': \'TMPAPR-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 2, \'level\': \'1\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T14:35:34.658271\', \'code\': \'TMPAPR-20190927-0000002\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(144, '2019-09-27 17:09:44.197294', 'Megan', '2019-09-27 17:09:44.197331', 'Megan', 'DELETED', 'ChangeRequestTemplateAttachments', 3, '{\'id\': 3, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 17, 8, 25, 698422), \'code\': \'TMPATCH-20190927-0000003\', \'file_upload\': 19, \'template_no\': \'TMP-20190927-0000002\'}', ''),
	(145, '2019-09-27 17:09:44.208483', 'Megan', '2019-09-27 17:09:44.208514', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(146, '2019-09-27 17:09:44.216272', 'Megan', '2019-09-27 17:09:44.216302', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 1, '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 672068), \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': \'2019-09-27T14:35:34.672068\', \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}'),
	(147, '2019-09-27 17:10:21.905135', 'Megan', '2019-09-27 17:10:21.905179', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 2, '{\'id\': 2, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_id\': \'2\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'created\': \'2019-09-27T14:35:34.644937\', \'requested_to_template_id\': \'2\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 2), (\'level\', \'1\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T14:35:34.658271\'), (\'code\', \'TMPAPR-20190927-0000002\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 1), (\'attachment_type\', \'Mandatorys\'), (\'attachment_name\', \'aaaa\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T14:35:34.666934\'), (\'code\', \'TMPATCH-20190927-0000001\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 1), (\'template_no\', \'TMP-20190927-0000002\')])], \'tmp_details\': [OrderedDict([(\'id\', 1), (\'field_idx\', \'0\'), (\'field_ref\', \'CHKS-w24wz95jypbk11r40fe\'), (\'field_val\', \'[]\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\'), (\'created\', \'2019-09-27T14:35:34.672068\'), (\'code\', \'TMPDETAIL-20190927-0000001\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(148, '2019-09-27 17:10:21.918452', 'Megan', '2019-09-27 17:10:21.918492', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 2, '{\'id\': 2, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 658271), \'code\': \'TMPAPR-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 2, \'level\': \'1\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T14:35:34.658271\', \'code\': \'TMPAPR-20190927-0000002\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(149, '2019-09-27 17:10:21.930941', 'Megan', '2019-09-27 17:10:21.930974', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(150, '2019-09-27 17:10:21.940746', 'Megan', '2019-09-27 17:10:21.940777', 'Megan', 'Add', 'ChangeRequestTemplateAttachments', 4, '', '{\'id\': 4, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T17:10:21.939222\', \'code\': \'TMPATCH-20190927-0000004\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 20, \'template_no\': \'TMP-20190927-0000002\'}'),
	(151, '2019-09-27 17:10:21.948539', 'Megan', '2019-09-27 17:10:21.948571', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 1, '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 672068), \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': \'2019-09-27T14:35:34.672068\', \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}'),
	(152, '2019-09-27 17:11:09.162394', 'Megan', '2019-09-27 17:11:09.162438', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 2, '{\'id\': 2, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_id\': \'2\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'created\': \'2019-09-27T14:35:34.644937\', \'requested_to_template_id\': \'2\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 2), (\'level\', \'1\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T14:35:34.658271\'), (\'code\', \'TMPAPR-20190927-0000002\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 1), (\'attachment_type\', \'Mandatorys\'), (\'attachment_name\', \'aaaa\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T14:35:34.666934\'), (\'code\', \'TMPATCH-20190927-0000001\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 1), (\'template_no\', \'TMP-20190927-0000002\')]), OrderedDict([(\'id\', 4), (\'attachment_type\', \'Mandatorys\'), (\'attachment_name\', \'aaaa\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T17:10:21.939222\'), (\'code\', \'TMPATCH-20190927-0000004\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 20), (\'template_no\', \'TMP-20190927-0000002\')])], \'tmp_details\': [OrderedDict([(\'id\', 1), (\'field_idx\', \'0\'), (\'field_ref\', \'CHKS-w24wz95jypbk11r40fe\'), (\'field_val\', \'[]\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\'), (\'created\', \'2019-09-27T14:35:34.672068\'), (\'code\', \'TMPDETAIL-20190927-0000001\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(153, '2019-09-27 17:11:09.175022', 'Megan', '2019-09-27 17:11:09.175058', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 2, '{\'id\': 2, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 658271), \'code\': \'TMPAPR-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 2, \'level\': \'1\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T14:35:34.658271\', \'code\': \'TMPAPR-20190927-0000002\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(154, '2019-09-27 17:11:09.180049', 'Megan', '2019-09-27 17:11:09.180089', 'Megan', 'DELETED', 'ChangeRequestTemplateAttachments', 4, '{\'id\': 4, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 17, 10, 21, 939222), \'code\': \'TMPATCH-20190927-0000004\', \'file_upload\': 20, \'template_no\': \'TMP-20190927-0000002\'}', ''),
	(155, '2019-09-27 17:11:09.194319', 'Megan', '2019-09-27 17:11:09.194352', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(156, '2019-09-27 17:11:09.202315', 'Megan', '2019-09-27 17:11:09.202344', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 1, '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 672068), \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': \'2019-09-27T14:35:34.672068\', \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}'),
	(157, '2019-09-27 17:11:31.217028', 'Megan', '2019-09-27 17:11:31.217070', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 2, '{\'id\': 2, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_id\': \'2\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'created\': \'2019-09-27T14:35:34.644937\', \'requested_to_template_id\': \'2\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 2), (\'level\', \'1\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T14:35:34.658271\'), (\'code\', \'TMPAPR-20190927-0000002\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 1), (\'attachment_type\', \'Mandatorys\'), (\'attachment_name\', \'aaaa\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T14:35:34.666934\'), (\'code\', \'TMPATCH-20190927-0000001\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 1), (\'template_no\', \'TMP-20190927-0000002\')])], \'tmp_details\': [OrderedDict([(\'id\', 1), (\'field_idx\', \'0\'), (\'field_ref\', \'CHKS-w24wz95jypbk11r40fe\'), (\'field_val\', \'[]\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\'), (\'created\', \'2019-09-27T14:35:34.672068\'), (\'code\', \'TMPDETAIL-20190927-0000001\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(158, '2019-09-27 17:11:31.233443', 'Megan', '2019-09-27 17:11:31.233483', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 2, '{\'id\': 2, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 658271), \'code\': \'TMPAPR-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 2, \'level\': \'1\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T14:35:34.658271\', \'code\': \'TMPAPR-20190927-0000002\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(159, '2019-09-27 17:11:31.246537', 'Megan', '2019-09-27 17:11:31.246567', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(160, '2019-09-27 17:11:31.256238', 'Megan', '2019-09-27 17:11:31.256268', 'Megan', 'Add', 'ChangeRequestTemplateAttachments', 5, '', '{\'id\': 5, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T17:11:31.254649\', \'code\': \'TMPATCH-20190927-0000005\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 21, \'template_no\': \'TMP-20190927-0000002\'}'),
	(161, '2019-09-27 17:11:31.264330', 'Megan', '2019-09-27 17:11:31.264360', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 1, '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 672068), \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': \'2019-09-27T14:35:34.672068\', \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}'),
	(162, '2019-09-27 17:29:20.632192', 'Megan', '2019-09-27 17:29:20.632240', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 5, '{\'id\': 5, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'hhh\', \'requested_to_objective\': \'hhh\', \'requested_to_priority\': \'High\', \'description\': \'hh\', \'template_no\': \'TMP-20190927-0000005\', \'requested_to_template_id\': \'hh\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000005\', \'requested_to_template_name\': \'hhh\', \'requested_to_objective\': \'hhh\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'hh\', \'created\': \'2019-09-27T17:27:34.665521\', \'requested_to_template_id\': \'hh\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 5), (\'level\', \'3\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T17:27:34.680173\'), (\'code\', \'TMPAPR-20190927-0000005\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190927-0000005\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Develsopment\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 6), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'a\'), (\'file_name\', \'styles.css\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T17:27:34.699020\'), (\'code\', \'TMPATCH-20190927-0000006\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 22), (\'template_no\', \'TMP-20190927-0000005\')]), OrderedDict([(\'id\', 7), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'k\'), (\'file_name\', \'Capture.PNG\'), (\'description\', \'k\'), (\'created\', \'2019-09-27T17:27:34.703118\'), (\'code\', \'TMPATCH-20190927-0000007\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 23), (\'template_no\', \'TMP-20190927-0000005\')])], \'tmp_details\': [], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(163, '2019-09-27 17:29:20.691929', 'Megan', '2019-09-27 17:29:20.691963', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 5, '{\'id\': 5, \'level\': \'3\', \'user\': \'USER-20190927-0000012\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 17, 27, 34, 680173), \'code\': \'TMPAPR-20190927-0000005\', \'template_no\': \'TMP-20190927-0000005\'}', '{\'id\': 5, \'level\': \'3\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T17:27:34.680173\', \'code\': \'TMPAPR-20190927-0000005\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190927-0000005\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Develsopment\'}}'),
	(164, '2019-09-27 17:29:20.705145', 'Megan', '2019-09-27 17:29:20.705176', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 6, '{\'id\': 6, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'styles.css\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 17, 27, 34, 699020), \'code\': \'TMPATCH-20190927-0000006\', \'file_upload\': 22, \'template_no\': \'TMP-20190927-0000005\'}', '{\'id\': 6, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'styles.css\', \'description\': \'a\', \'created\': \'2019-09-27T17:27:34.699020\', \'code\': \'TMPATCH-20190927-0000006\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 6, \'template_no\': \'TMP-20190927-0000005\'}'),
	(165, '2019-09-27 17:29:20.715433', 'Megan', '2019-09-27 17:29:20.715463', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 7, '{\'id\': 7, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'k\', \'file_name\': \'Capture.PNG\', \'description\': \'k\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 17, 27, 34, 703118), \'code\': \'TMPATCH-20190927-0000007\', \'file_upload\': 23, \'template_no\': \'TMP-20190927-0000005\'}', '{\'id\': 7, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'k\', \'file_name\': \'Capture.PNG\', \'description\': \'k\', \'created\': \'2019-09-27T17:27:34.703118\', \'code\': \'TMPATCH-20190927-0000007\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 7, \'template_no\': \'TMP-20190927-0000005\'}'),
	(166, '2019-09-27 17:30:17.320990', 'Megan', '2019-09-27 17:30:17.321032', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 5, '{\'id\': 5, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'hhh\', \'requested_to_objective\': \'hhh\', \'requested_to_priority\': \'High\', \'description\': \'hh\', \'template_no\': \'TMP-20190927-0000005\', \'requested_to_template_id\': \'hh\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000005\', \'requested_to_template_name\': \'hhh\', \'requested_to_objective\': \'hhh\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'hh\', \'created\': \'2019-09-27T17:27:34.665521\', \'requested_to_template_id\': \'hh\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 5), (\'level\', \'3\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T17:27:34.680173\'), (\'code\', \'TMPAPR-20190927-0000005\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190927-0000005\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Develsopment\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 6), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'a\'), (\'file_name\', \'styles.css\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T17:27:34.699020\'), (\'code\', \'TMPATCH-20190927-0000006\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 6), (\'template_no\', \'TMP-20190927-0000005\')]), OrderedDict([(\'id\', 7), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'k\'), (\'file_name\', \'Capture.PNG\'), (\'description\', \'k\'), (\'created\', \'2019-09-27T17:27:34.703118\'), (\'code\', \'TMPATCH-20190927-0000007\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 7), (\'template_no\', \'TMP-20190927-0000005\')])], \'tmp_details\': [], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(167, '2019-09-27 17:30:17.335645', 'Megan', '2019-09-27 17:30:17.335681', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 5, '{\'id\': 5, \'level\': \'3\', \'user\': \'USER-20190927-0000012\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 17, 27, 34, 680173), \'code\': \'TMPAPR-20190927-0000005\', \'template_no\': \'TMP-20190927-0000005\'}', '{\'id\': 5, \'level\': \'3\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T17:27:34.680173\', \'code\': \'TMPAPR-20190927-0000005\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190927-0000005\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Develsopment\'}}'),
	(168, '2019-09-27 17:30:17.348032', 'Megan', '2019-09-27 17:30:17.348063', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 6, '{\'id\': 6, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'styles.css\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 17, 27, 34, 699020), \'code\': \'TMPATCH-20190927-0000006\', \'file_upload\': 6, \'template_no\': \'TMP-20190927-0000005\'}', '{\'id\': 6, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'styles.css\', \'description\': \'a\', \'created\': \'2019-09-27T17:27:34.699020\', \'code\': \'TMPATCH-20190927-0000006\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 6, \'template_no\': \'TMP-20190927-0000005\'}'),
	(169, '2019-09-27 17:30:17.362168', 'Megan', '2019-09-27 17:30:17.362205', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 7, '{\'id\': 7, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'k\', \'file_name\': \'Capture.PNG\', \'description\': \'k\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 17, 27, 34, 703118), \'code\': \'TMPATCH-20190927-0000007\', \'file_upload\': 7, \'template_no\': \'TMP-20190927-0000005\'}', '{\'id\': 7, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'k\', \'file_name\': \'Capture.PNG\', \'description\': \'k\', \'created\': \'2019-09-27T17:27:34.703118\', \'code\': \'TMPATCH-20190927-0000007\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 7, \'template_no\': \'TMP-20190927-0000005\'}'),
	(170, '2019-09-27 17:32:32.167712', 'Megan', '2019-09-27 17:32:32.167753', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 2, '{\'id\': 2, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_id\': \'2\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'created\': \'2019-09-27T14:35:34.644937\', \'requested_to_template_id\': \'2\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 2), (\'level\', \'1\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T14:35:34.658271\'), (\'code\', \'TMPAPR-20190927-0000002\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 1), (\'attachment_type\', \'Mandatorys\'), (\'attachment_name\', \'aaaa\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T14:35:34.666934\'), (\'code\', \'TMPATCH-20190927-0000001\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 1), (\'template_no\', \'TMP-20190927-0000002\')]), OrderedDict([(\'id\', 5), (\'attachment_type\', \'Mandatorys\'), (\'attachment_name\', \'aaaa\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T17:11:31.254649\'), (\'code\', \'TMPATCH-20190927-0000005\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 21), (\'template_no\', \'TMP-20190927-0000002\')])], \'tmp_details\': [OrderedDict([(\'id\', 1), (\'field_idx\', \'0\'), (\'field_ref\', \'CHKS-w24wz95jypbk11r40fe\'), (\'field_val\', \'[]\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\'), (\'created\', \'2019-09-27T14:35:34.672068\'), (\'code\', \'TMPDETAIL-20190927-0000001\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(171, '2019-09-27 17:32:32.179959', 'Megan', '2019-09-27 17:32:32.179994', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 2, '{\'id\': 2, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 658271), \'code\': \'TMPAPR-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 2, \'level\': \'1\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T14:35:34.658271\', \'code\': \'TMPAPR-20190927-0000002\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(172, '2019-09-27 17:32:32.191175', 'Megan', '2019-09-27 17:32:32.191206', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(173, '2019-09-27 17:32:32.203502', 'Megan', '2019-09-27 17:32:32.203533', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 5, '{\'id\': 5, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 17, 11, 31, 254649), \'code\': \'TMPATCH-20190927-0000005\', \'file_upload\': 21, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 5, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T17:11:31.254649\', \'code\': \'TMPATCH-20190927-0000005\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 5, \'template_no\': \'TMP-20190927-0000002\'}'),
	(174, '2019-09-27 17:32:32.211002', 'Megan', '2019-09-27 17:32:32.211033', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 1, '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 672068), \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': \'2019-09-27T14:35:34.672068\', \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}'),
	(175, '2019-09-27 17:32:58.016728', 'Megan', '2019-09-27 17:32:58.016773', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 5, '{\'id\': 5, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'hhh\', \'requested_to_objective\': \'hhh\', \'requested_to_priority\': \'High\', \'description\': \'hh\', \'template_no\': \'TMP-20190927-0000005\', \'requested_to_template_id\': \'hh\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000005\', \'requested_to_template_name\': \'hhh\', \'requested_to_objective\': \'hhh\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'hh\', \'created\': \'2019-09-27T17:27:34.665521\', \'requested_to_template_id\': \'hh\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 5), (\'level\', \'3\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T17:27:34.680173\'), (\'code\', \'TMPAPR-20190927-0000005\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190927-0000005\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Develsopment\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 6), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'a\'), (\'file_name\', \'styles.css\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T17:27:34.699020\'), (\'code\', \'TMPATCH-20190927-0000006\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 6), (\'template_no\', \'TMP-20190927-0000005\')]), OrderedDict([(\'id\', 7), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'k\'), (\'file_name\', \'Capture.PNG\'), (\'description\', \'k\'), (\'created\', \'2019-09-27T17:27:34.703118\'), (\'code\', \'TMPATCH-20190927-0000007\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 7), (\'template_no\', \'TMP-20190927-0000005\')])], \'tmp_details\': [], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(176, '2019-09-27 17:32:58.029409', 'Megan', '2019-09-27 17:32:58.029442', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 5, '{\'id\': 5, \'level\': \'3\', \'user\': \'USER-20190927-0000012\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 17, 27, 34, 680173), \'code\': \'TMPAPR-20190927-0000005\', \'template_no\': \'TMP-20190927-0000005\'}', '{\'id\': 5, \'level\': \'3\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T17:27:34.680173\', \'code\': \'TMPAPR-20190927-0000005\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190927-0000005\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Develsopment\'}}'),
	(177, '2019-09-27 17:32:58.033266', 'Megan', '2019-09-27 17:32:58.033301', 'Megan', 'DELETED', 'ChangeRequestTemplateAttachments', 7, '{\'id\': 7, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'k\', \'file_name\': \'Capture.PNG\', \'description\': \'k\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 17, 27, 34, 703118), \'code\': \'TMPATCH-20190927-0000007\', \'file_upload\': 7, \'template_no\': \'TMP-20190927-0000005\'}', ''),
	(178, '2019-09-27 17:32:58.044305', 'Megan', '2019-09-27 17:32:58.044335', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 6, '{\'id\': 6, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'styles.css\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 17, 27, 34, 699020), \'code\': \'TMPATCH-20190927-0000006\', \'file_upload\': 6, \'template_no\': \'TMP-20190927-0000005\'}', '{\'id\': 6, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'styles.css\', \'description\': \'a\', \'created\': \'2019-09-27T17:27:34.699020\', \'code\': \'TMPATCH-20190927-0000006\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 6, \'template_no\': \'TMP-20190927-0000005\'}'),
	(179, '2019-09-27 17:33:24.474148', 'Megan', '2019-09-27 17:33:24.474190', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 5, '{\'id\': 5, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'hhh\', \'requested_to_objective\': \'hhh\', \'requested_to_priority\': \'High\', \'description\': \'hh\', \'template_no\': \'TMP-20190927-0000005\', \'requested_to_template_id\': \'hh\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000005\', \'requested_to_template_name\': \'hhh\', \'requested_to_objective\': \'hhh\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'hh\', \'created\': \'2019-09-27T17:27:34.665521\', \'requested_to_template_id\': \'hh\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 5), (\'level\', \'3\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T17:27:34.680173\'), (\'code\', \'TMPAPR-20190927-0000005\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190927-0000005\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Develsopment\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 6), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'a\'), (\'file_name\', \'styles.css\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T17:27:34.699020\'), (\'code\', \'TMPATCH-20190927-0000006\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 6), (\'template_no\', \'TMP-20190927-0000005\')])], \'tmp_details\': [], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(180, '2019-09-27 17:33:24.486990', 'Megan', '2019-09-27 17:33:24.487027', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 5, '{\'id\': 5, \'level\': \'3\', \'user\': \'USER-20190927-0000012\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 17, 27, 34, 680173), \'code\': \'TMPAPR-20190927-0000005\', \'template_no\': \'TMP-20190927-0000005\'}', '{\'id\': 5, \'level\': \'3\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T17:27:34.680173\', \'code\': \'TMPAPR-20190927-0000005\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190927-0000005\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Develsopment\'}}'),
	(181, '2019-09-27 17:33:24.498680', 'Megan', '2019-09-27 17:33:24.498711', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 6, '{\'id\': 6, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'styles.css\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 17, 27, 34, 699020), \'code\': \'TMPATCH-20190927-0000006\', \'file_upload\': 6, \'template_no\': \'TMP-20190927-0000005\'}', '{\'id\': 6, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'styles.css\', \'description\': \'a\', \'created\': \'2019-09-27T17:27:34.699020\', \'code\': \'TMPATCH-20190927-0000006\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 6, \'template_no\': \'TMP-20190927-0000005\'}'),
	(182, '2019-09-27 17:35:01.106880', 'Megan', '2019-09-27 17:35:01.106943', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 5, '{\'id\': 5, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'hhh\', \'requested_to_objective\': \'hhh\', \'requested_to_priority\': \'High\', \'description\': \'hh\', \'template_no\': \'TMP-20190927-0000005\', \'requested_to_template_id\': \'hh\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000005\', \'requested_to_template_name\': \'hhh\', \'requested_to_objective\': \'hhh\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'hh\', \'created\': \'2019-09-27T17:27:34.665521\', \'requested_to_template_id\': \'hh\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 5), (\'level\', \'3\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T17:27:34.680173\'), (\'code\', \'TMPAPR-20190927-0000005\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190927-0000005\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Develsopment\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 6), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'a\'), (\'file_name\', \'styles.css\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T17:27:34.699020\'), (\'code\', \'TMPATCH-20190927-0000006\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 6), (\'template_no\', \'TMP-20190927-0000005\')])], \'tmp_details\': [], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(183, '2019-09-27 17:35:01.120277', 'Megan', '2019-09-27 17:35:01.120311', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 5, '{\'id\': 5, \'level\': \'3\', \'user\': \'USER-20190927-0000012\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 17, 27, 34, 680173), \'code\': \'TMPAPR-20190927-0000005\', \'template_no\': \'TMP-20190927-0000005\'}', '{\'id\': 5, \'level\': \'3\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T17:27:34.680173\', \'code\': \'TMPAPR-20190927-0000005\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190927-0000005\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Develsopment\'}}'),
	(184, '2019-09-27 17:35:01.132926', 'Megan', '2019-09-27 17:35:01.132958', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 6, '{\'id\': 6, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'styles.css\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 17, 27, 34, 699020), \'code\': \'TMPATCH-20190927-0000006\', \'file_upload\': 6, \'template_no\': \'TMP-20190927-0000005\'}', '{\'id\': 6, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'styles.css\', \'description\': \'a\', \'created\': \'2019-09-27T17:27:34.699020\', \'code\': \'TMPATCH-20190927-0000006\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 6, \'template_no\': \'TMP-20190927-0000005\'}'),
	(185, '2019-09-27 17:35:01.144469', 'Megan', '2019-09-27 17:35:01.144499', 'Megan', 'Add', 'ChangeRequestTemplateAttachments', 8, '', '{\'id\': 8, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'styles.css\', \'description\': \'a\', \'created\': \'2019-09-27T17:35:01.142656\', \'code\': \'TMPATCH-20190927-0000008\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 27, \'template_no\': \'TMP-20190927-0000005\'}'),
	(186, '2019-09-27 17:38:23.159822', 'Megan', '2019-09-27 17:38:23.159867', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 5, '{\'id\': 5, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'hhh\', \'requested_to_objective\': \'hhh\', \'requested_to_priority\': \'High\', \'description\': \'hh\', \'template_no\': \'TMP-20190927-0000005\', \'requested_to_template_id\': \'hh\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000005\', \'requested_to_template_name\': \'hhh\', \'requested_to_objective\': \'hhh\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'hh\', \'created\': \'2019-09-27T17:27:34.665521\', \'requested_to_template_id\': \'hh\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 5), (\'level\', \'3\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T17:27:34.680173\'), (\'code\', \'TMPAPR-20190927-0000005\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190927-0000005\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Develsopment\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 6), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'a\'), (\'file_name\', \'styles.css\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T17:27:34.699020\'), (\'code\', \'TMPATCH-20190927-0000006\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 6), (\'template_no\', \'TMP-20190927-0000005\')]), OrderedDict([(\'id\', 8), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'a\'), (\'file_name\', \'styles.css\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T17:35:01.142656\'), (\'code\', \'TMPATCH-20190927-0000008\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 27), (\'template_no\', \'TMP-20190927-0000005\')])], \'tmp_details\': [], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(187, '2019-09-27 17:38:23.174356', 'Megan', '2019-09-27 17:38:23.174397', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 5, '{\'id\': 5, \'level\': \'3\', \'user\': \'USER-20190927-0000012\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 17, 27, 34, 680173), \'code\': \'TMPAPR-20190927-0000005\', \'template_no\': \'TMP-20190927-0000005\'}', '{\'id\': 5, \'level\': \'3\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T17:27:34.680173\', \'code\': \'TMPAPR-20190927-0000005\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190927-0000005\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Develsopment\'}}'),
	(188, '2019-09-27 17:38:23.178529', 'Megan', '2019-09-27 17:38:23.178565', 'Megan', 'DELETED', 'ChangeRequestTemplateAttachments', 8, '{\'id\': 8, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'styles.css\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 17, 35, 1, 142656), \'code\': \'TMPATCH-20190927-0000008\', \'file_upload\': 27, \'template_no\': \'TMP-20190927-0000005\'}', ''),
	(189, '2019-09-27 17:38:23.190583', 'Megan', '2019-09-27 17:38:23.190615', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 6, '{\'id\': 6, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'styles.css\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 17, 27, 34, 699020), \'code\': \'TMPATCH-20190927-0000006\', \'file_upload\': 6, \'template_no\': \'TMP-20190927-0000005\'}', '{\'id\': 6, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'styles.css\', \'description\': \'a\', \'created\': \'2019-09-27T17:27:34.699020\', \'code\': \'TMPATCH-20190927-0000006\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 6, \'template_no\': \'TMP-20190927-0000005\'}'),
	(190, '2019-09-27 17:38:23.200860', 'Megan', '2019-09-27 17:38:23.200892', 'Megan', 'Add', 'ChangeRequestTemplateAttachments', 9, '', '{\'id\': 9, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'sa\', \'file_name\': \'issue-logs.txt\', \'description\': \'aas\', \'created\': \'2019-09-27T17:38:23.199239\', \'code\': \'TMPATCH-20190927-0000009\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 29, \'template_no\': \'TMP-20190927-0000005\'}'),
	(191, '2019-09-27 17:39:09.653421', 'Megan', '2019-09-27 17:39:09.653473', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 5, '{\'id\': 5, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'hhh\', \'requested_to_objective\': \'hhh\', \'requested_to_priority\': \'High\', \'description\': \'hh\', \'template_no\': \'TMP-20190927-0000005\', \'requested_to_template_id\': \'hh\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000005\', \'requested_to_template_name\': \'hhh\', \'requested_to_objective\': \'hhh\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'hh\', \'created\': \'2019-09-27T17:27:34.665521\', \'requested_to_template_id\': \'hh\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 5), (\'level\', \'3\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T17:27:34.680173\'), (\'code\', \'TMPAPR-20190927-0000005\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190927-0000005\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Develsopment\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 6), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'a\'), (\'file_name\', \'styles.css\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T17:27:34.699020\'), (\'code\', \'TMPATCH-20190927-0000006\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 6), (\'template_no\', \'TMP-20190927-0000005\')]), OrderedDict([(\'id\', 9), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'sa\'), (\'file_name\', \'issue-logs.txt\'), (\'description\', \'aas\'), (\'created\', \'2019-09-27T17:38:23.199239\'), (\'code\', \'TMPATCH-20190927-0000009\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 29), (\'template_no\', \'TMP-20190927-0000005\')])], \'tmp_details\': [], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(192, '2019-09-27 17:39:09.667060', 'Megan', '2019-09-27 17:39:09.667095', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 5, '{\'id\': 5, \'level\': \'3\', \'user\': \'USER-20190927-0000012\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 17, 27, 34, 680173), \'code\': \'TMPAPR-20190927-0000005\', \'template_no\': \'TMP-20190927-0000005\'}', '{\'id\': 5, \'level\': \'3\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T17:27:34.680173\', \'code\': \'TMPAPR-20190927-0000005\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190927-0000005\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Develsopment\'}}'),
	(193, '2019-09-27 17:39:09.680301', 'Megan', '2019-09-27 17:39:09.680332', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 6, '{\'id\': 6, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'styles.css\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 17, 27, 34, 699020), \'code\': \'TMPATCH-20190927-0000006\', \'file_upload\': 6, \'template_no\': \'TMP-20190927-0000005\'}', '{\'id\': 6, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'styles.css\', \'description\': \'a\', \'created\': \'2019-09-27T17:27:34.699020\', \'code\': \'TMPATCH-20190927-0000006\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 6, \'template_no\': \'TMP-20190927-0000005\'}'),
	(194, '2019-09-27 17:39:09.691152', 'Megan', '2019-09-27 17:39:09.691185', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 9, '{\'id\': 9, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'sa\', \'file_name\': \'issue-logs.txt\', \'description\': \'aas\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 17, 38, 23, 199239), \'code\': \'TMPATCH-20190927-0000009\', \'file_upload\': 29, \'template_no\': \'TMP-20190927-0000005\'}', '{\'id\': 9, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'saq\', \'file_name\': \'issue-logs.txt\', \'description\': \'aasq\', \'created\': \'2019-09-27T17:38:23.199239\', \'code\': \'TMPATCH-20190927-0000009\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 9, \'template_no\': \'TMP-20190927-0000005\'}'),
	(195, '2019-09-27 17:42:27.317159', 'Megan', '2019-09-27 17:42:27.317203', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 5, '{\'id\': 5, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'hhh\', \'requested_to_objective\': \'hhh\', \'requested_to_priority\': \'High\', \'description\': \'hh\', \'template_no\': \'TMP-20190927-0000005\', \'requested_to_template_id\': \'hh\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000005\', \'requested_to_template_name\': \'hhh\', \'requested_to_objective\': \'hhh\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'hh\', \'created\': \'2019-09-27T17:27:34.665521\', \'requested_to_template_id\': \'hh\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 5), (\'level\', \'3\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T17:27:34.680173\'), (\'code\', \'TMPAPR-20190927-0000005\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190927-0000005\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Develsopment\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 6), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'a\'), (\'file_name\', \'styles.css\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T17:27:34.699020\'), (\'code\', \'TMPATCH-20190927-0000006\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 6), (\'template_no\', \'TMP-20190927-0000005\')]), OrderedDict([(\'id\', 9), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'saq\'), (\'file_name\', \'issue-logs.txt\'), (\'description\', \'aasq\'), (\'created\', \'2019-09-27T17:38:23.199239\'), (\'code\', \'TMPATCH-20190927-0000009\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 9), (\'template_no\', \'TMP-20190927-0000005\')])], \'tmp_details\': [], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(196, '2019-09-27 17:42:27.329962', 'Megan', '2019-09-27 17:42:27.329999', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 5, '{\'id\': 5, \'level\': \'3\', \'user\': \'USER-20190927-0000012\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 17, 27, 34, 680173), \'code\': \'TMPAPR-20190927-0000005\', \'template_no\': \'TMP-20190927-0000005\'}', '{\'id\': 5, \'level\': \'3\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T17:27:34.680173\', \'code\': \'TMPAPR-20190927-0000005\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190927-0000005\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Develsopment\'}}'),
	(197, '2019-09-27 17:42:27.341724', 'Megan', '2019-09-27 17:42:27.341756', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 6, '{\'id\': 6, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'styles.css\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 17, 27, 34, 699020), \'code\': \'TMPATCH-20190927-0000006\', \'file_upload\': 6, \'template_no\': \'TMP-20190927-0000005\'}', '{\'id\': 6, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'styles.css\', \'description\': \'a\', \'created\': \'2019-09-27T17:27:34.699020\', \'code\': \'TMPATCH-20190927-0000006\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 6, \'template_no\': \'TMP-20190927-0000005\'}'),
	(198, '2019-09-27 17:42:27.351410', 'Megan', '2019-09-27 17:42:27.351442', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 9, '{\'id\': 9, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'saq\', \'file_name\': \'issue-logs.txt\', \'description\': \'aasq\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 17, 38, 23, 199239), \'code\': \'TMPATCH-20190927-0000009\', \'file_upload\': 9, \'template_no\': \'TMP-20190927-0000005\'}', '{\'id\': 9, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'saq\', \'file_name\': \'issue-logs.txt\', \'description\': \'aasq\', \'created\': \'2019-09-27T17:38:23.199239\', \'code\': \'TMPATCH-20190927-0000009\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 9, \'template_no\': \'TMP-20190927-0000005\'}'),
	(199, '2019-09-27 17:42:27.361330', 'Megan', '2019-09-27 17:42:27.361361', 'Megan', 'Add', 'ChangeRequestTemplateAttachments', 10, '', '{\'id\': 10, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'s\', \'file_name\': \'Capture.PNG\', \'description\': \'s\', \'created\': \'2019-09-27T17:42:27.359784\', \'code\': \'TMPATCH-20190927-0000010\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 30, \'template_no\': \'TMP-20190927-0000005\'}'),
	(200, '2019-09-27 17:47:15.665428', 'Megan', '2019-09-27 17:47:15.665478', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 5, '{\'id\': 5, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'hhh\', \'requested_to_objective\': \'hhh\', \'requested_to_priority\': \'High\', \'description\': \'hh\', \'template_no\': \'TMP-20190927-0000005\', \'requested_to_template_id\': \'hh\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000005\', \'requested_to_template_name\': \'hhh\', \'requested_to_objective\': \'hhh\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'hh\', \'created\': \'2019-09-27T17:27:34.665521\', \'requested_to_template_id\': \'hh\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 5), (\'level\', \'3\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T17:27:34.680173\'), (\'code\', \'TMPAPR-20190927-0000005\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190927-0000005\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Develsopment\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 6), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'a\'), (\'file_name\', \'styles.css\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T17:27:34.699020\'), (\'code\', \'TMPATCH-20190927-0000006\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 6), (\'template_no\', \'TMP-20190927-0000005\')]), OrderedDict([(\'id\', 9), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'saq\'), (\'file_name\', \'issue-logs.txt\'), (\'description\', \'aasq\'), (\'created\', \'2019-09-27T17:38:23.199239\'), (\'code\', \'TMPATCH-20190927-0000009\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 9), (\'template_no\', \'TMP-20190927-0000005\')]), OrderedDict([(\'id\', 10), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'s\'), (\'file_name\', \'Capture.PNG\'), (\'description\', \'s\'), (\'created\', \'2019-09-27T17:42:27.359784\'), (\'code\', \'TMPATCH-20190927-0000010\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 30), (\'template_no\', \'TMP-20190927-0000005\')])], \'tmp_details\': [], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(201, '2019-09-27 17:47:15.680763', 'Megan', '2019-09-27 17:47:15.680799', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 5, '{\'id\': 5, \'level\': \'3\', \'user\': \'USER-20190927-0000012\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 17, 27, 34, 680173), \'code\': \'TMPAPR-20190927-0000005\', \'template_no\': \'TMP-20190927-0000005\'}', '{\'id\': 5, \'level\': \'3\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T17:27:34.680173\', \'code\': \'TMPAPR-20190927-0000005\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190927-0000005\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Develsopment\'}}'),
	(202, '2019-09-27 17:47:15.693220', 'Megan', '2019-09-27 17:47:15.693253', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 6, '{\'id\': 6, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'styles.css\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 17, 27, 34, 699020), \'code\': \'TMPATCH-20190927-0000006\', \'file_upload\': 6, \'template_no\': \'TMP-20190927-0000005\'}', '{\'id\': 6, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'styles.css\', \'description\': \'a\', \'created\': \'2019-09-27T17:27:34.699020\', \'code\': \'TMPATCH-20190927-0000006\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 6, \'template_no\': \'TMP-20190927-0000005\'}'),
	(203, '2019-09-27 17:47:15.703758', 'Megan', '2019-09-27 17:47:15.703789', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 9, '{\'id\': 9, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'saq\', \'file_name\': \'issue-logs.txt\', \'description\': \'aasq\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 17, 38, 23, 199239), \'code\': \'TMPATCH-20190927-0000009\', \'file_upload\': 9, \'template_no\': \'TMP-20190927-0000005\'}', '{\'id\': 9, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'saq\', \'file_name\': \'issue-logs.txt\', \'description\': \'aasq\', \'created\': \'2019-09-27T17:38:23.199239\', \'code\': \'TMPATCH-20190927-0000009\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 9, \'template_no\': \'TMP-20190927-0000005\'}'),
	(204, '2019-09-27 17:47:15.714142', 'Megan', '2019-09-27 17:47:15.714174', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 10, '{\'id\': 10, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'s\', \'file_name\': \'Capture.PNG\', \'description\': \'s\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 17, 42, 27, 359784), \'code\': \'TMPATCH-20190927-0000010\', \'file_upload\': 30, \'template_no\': \'TMP-20190927-0000005\'}', '{\'id\': 10, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'s\', \'file_name\': \'Capture.PNG\', \'description\': \'s\', \'created\': \'2019-09-27T17:42:27.359784\', \'code\': \'TMPATCH-20190927-0000010\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 10, \'template_no\': \'TMP-20190927-0000005\'}'),
	(205, '2019-09-27 17:47:15.721644', 'Megan', '2019-09-27 17:47:15.721675', 'Megan', 'Add', 'ChangeRequestTemplateDetails', 2, '', '{\'id\': 2, \'field_idx\': \'0\', \'field_ref\': \'SHRQSTN-lv4modeaviik11xys1h\', \'field_val\': \'"czxczxczxczxczxczczxczxczxczxczxczxc"\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"zxczxczxcz","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">zxczxczxcz</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-27T17:47:15.720107\', \'code\': \'TMPDETAIL-20190927-0000002\', \'template_no\': \'TMP-20190927-0000005\'}'),
	(206, '2019-09-27 18:51:07.009911', 'Megan', '2019-09-27 18:51:07.009963', 'Megan', 'Update', 'USER', 11, '{\'id\': 11, \'last_login\': None, \'is_superuser\': False, \'first_name\': \'\', \'last_name\': \'\', \'is_staff\': False, \'is_active\': True, \'date_joined\': datetime.datetime(2019, 9, 27, 13, 9, 33, 182269), \'department\': \'DEPARTMENT-20190923-0000002\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'USR\', \'code\': \'USER-20190927-0000011\', \'name\': \'Megan\', \'username\': \'Megan\', \'password\': \'pbkdf2_sha256$150000$sZXGFC5PY50k$bj06smUZsWTEYliTlVO2XBdUZBwgftcTtk+2qc6N3IE=\', \'doa\': None, \'contact_no\': \'132\', \'email\': \'jeffrey@tirsolutions.com\', \'groups\': [], \'user_permissions\': [], \'application\': [<Application: Change Request Management System>]}', '{\'id\': 11, \'last_login\': None, \'is_superuser\': False, \'first_name\': \'\', \'last_name\': \'\', \'is_staff\': False, \'is_active\': True, \'date_joined\': datetime.datetime(2019, 9, 27, 13, 9, 33, 182269), \'department\': \'DEPARTMENT-20190923-0000002\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'USR\', \'code\': \'USER-20190927-0000011\', \'name\': \'Megan\', \'username\': \'Megan\', \'password\': \'pbkdf2_sha256$150000$sZXGFC5PY50k$bj06smUZsWTEYliTlVO2XBdUZBwgftcTtk+2qc6N3IE=\', \'doa\': None, \'contact_no\': \'132\', \'email\': \'jeffrey@tirsolutions.com\', \'groups\': [], \'user_permissions\': [], \'application\': [<Application: Change Request Management System>]}'),
	(207, '2019-09-27 19:03:10.720941', 'superuser', '2019-09-27 19:03:10.720978', 'superuser', 'DELETED', 'COMPANY', 3, '{\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190927-0000003\', \'name\': \'123\', \'contact_details\': \'\'}', '{\'id\': 3, \'created\': \'2019-09-27T19:03:05.988018\', \'createdby\': \'superuser\', \'modified\': \'2019-09-27T19:03:10.719312\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190927-0000003\', \'name\': \'123\', \'contact_details\': \'1232\'}'),
	(208, '2019-09-27 19:03:14.267887', 'superuser', '2019-09-27 19:03:14.267950', 'superuser', 'DELETED', 'COMPANY', 3, '{\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190927-0000003\', \'name\': \'123\', \'contact_details\': \'1232\'}', ''),
	(209, '2019-09-27 19:03:55.508624', 'superuser', '2019-09-27 19:03:55.508656', 'superuser', 'DELETED', 'DEPARTMENT', 4, '{\'id\': 4, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000004\', \'name\': \'1111111\'}', '{\'id\': 4, \'created\': \'2019-09-27T19:03:51.444688\', \'createdby\': \'superuser\', \'modified\': \'2019-09-27T19:03:55.505783\', \'modifiedby\': \'superuser\', \'code\': \'DEPARTMENT-20190927-0000004\', \'name\': \'11111112222\', \'company\': {\'id\': 2, \'created\': datetime.datetime(2019, 9, 23, 13, 5, 24, 438314), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 13, 5, 24, 438314), \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}}'),
	(210, '2019-09-27 19:04:00.125723', 'superuser', '2019-09-27 19:04:00.125757', 'superuser', 'DELETED', 'DEPARTMENT', 4, '{\'id\': 4, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000004\', \'name\': \'11111112222\'}', '{\'id\': 4, \'created\': \'2019-09-27T19:03:51.444688\', \'createdby\': \'superuser\', \'modified\': \'2019-09-27T19:04:00.122583\', \'modifiedby\': \'superuser\', \'code\': \'DEPARTMENT-20190927-0000004\', \'name\': \'11111112222\', \'company\': {\'id\': 1, \'created\': datetime.datetime(2019, 9, 23, 12, 45, 31, 58709), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 13, 15, 45, 68355), \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}}'),
	(211, '2019-09-27 19:04:03.362037', 'superuser', '2019-09-27 19:04:03.362086', 'superuser', 'DELETED', 'DEPARTMENT', 4, '{\'id\': 4, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190927-0000004\', \'name\': \'11111112222\'}', ''),
	(212, '2019-09-27 19:04:53.808657', 'superuser', '2019-09-27 19:04:53.808692', 'superuser', 'Update', 'MODULE', 6, '{\'id\': 6, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'application\': \'APP-20190923-0000002\', \'code\': \'MODULE-20190927-0000006\', \'name\': \'Change Request Template\', \'parent\': None, \'sort_id\': 1, \'component\': \'/cms/change-request/template\'}', '{\'id\': 6, \'sub_module\': <QuerySet []>, \'created\': \'2019-09-27T12:50:15.910699\', \'createdby\': \'superuser\', \'modified\': \'2019-09-27T19:04:53.805099\', \'modifiedby\': \'superuser\', \'code\': \'MODULE-20190927-0000006\', \'name\': \'Change Request Template\', \'sort_id\': 1, \'component\': \'cms/change-request/template\', \'application\': {\'id\': 2, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000002\', \'name\': \'Change Request Management System\'}, \'parent\': None}'),
	(213, '2019-09-27 19:17:49.278058', 'Megan', '2019-09-27 19:17:49.278102', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 2, '{\'id\': 2, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_id\': \'2\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'created\': \'2019-09-27T14:35:34.644937\', \'requested_to_template_id\': \'2\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 2), (\'level\', \'1\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T14:35:34.658271\'), (\'code\', \'TMPAPR-20190927-0000002\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 1), (\'attachment_type\', \'Mandatorys\'), (\'attachment_name\', \'aaaa\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T14:35:34.666934\'), (\'code\', \'TMPATCH-20190927-0000001\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 1), (\'template_no\', \'TMP-20190927-0000002\')]), OrderedDict([(\'id\', 5), (\'attachment_type\', \'Mandatorys\'), (\'attachment_name\', \'aaaa\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T17:11:31.254649\'), (\'code\', \'TMPATCH-20190927-0000005\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', 5), (\'template_no\', \'TMP-20190927-0000002\')])], \'tmp_details\': [OrderedDict([(\'id\', 1), (\'field_idx\', \'0\'), (\'field_ref\', \'CHKS-w24wz95jypbk11r40fe\'), (\'field_val\', \'[]\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\'), (\'created\', \'2019-09-27T14:35:34.672068\'), (\'code\', \'TMPDETAIL-20190927-0000001\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(214, '2019-09-27 19:17:49.290693', 'Megan', '2019-09-27 19:17:49.290727', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 2, '{\'id\': 2, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 658271), \'code\': \'TMPAPR-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 2, \'level\': \'1\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T14:35:34.658271\', \'code\': \'TMPAPR-20190927-0000002\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(215, '2019-09-27 19:17:49.302580', 'Megan', '2019-09-27 19:17:49.302610', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(216, '2019-09-27 19:17:49.315872', 'Megan', '2019-09-27 19:17:49.315924', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 5, '{\'id\': 5, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 17, 11, 31, 254649), \'code\': \'TMPATCH-20190927-0000005\', \'file_upload\': 5, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 5, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T17:11:31.254649\', \'code\': \'TMPATCH-20190927-0000005\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 5, \'template_no\': \'TMP-20190927-0000002\'}'),
	(217, '2019-09-27 19:17:49.326701', 'Megan', '2019-09-27 19:17:49.326730', 'Megan', 'Add', 'ChangeRequestTemplateAttachments', 11, '', '{\'id\': 11, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'123\', \'file_name\': \'api.zip\', \'description\': \'asd\', \'created\': \'2019-09-27T19:17:49.325083\', \'code\': \'TMPATCH-20190927-0000011\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 31, \'template_no\': \'TMP-20190927-0000002\'}'),
	(218, '2019-09-27 19:17:49.334573', 'Megan', '2019-09-27 19:17:49.334604', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 1, '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 672068), \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': \'2019-09-27T14:35:34.672068\', \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}'),
	(219, '2019-09-27 20:26:38.601364', 'Megan', '2019-09-27 20:26:38.601401', 'Megan', 'DELETED', 'ChangeRequestTemplateApprovers', 5, '{\'id\': 5, \'level\': \'3\', \'user\': \'USER-20190927-0000012\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 17, 27, 34, 680173), \'code\': \'TMPAPR-20190927-0000005\', \'template_no\': \'TMP-20190927-0000005\'}', ''),
	(220, '2019-09-27 20:26:38.607600', 'Megan', '2019-09-27 20:26:38.607638', 'Megan', 'DELETED', 'ChangeRequestTemplateAttachments', 6, '{\'id\': 6, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'a\', \'file_name\': \'styles.css\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 17, 27, 34, 699020), \'code\': \'TMPATCH-20190927-0000006\', \'file_upload\': 6, \'template_no\': \'TMP-20190927-0000005\'}', ''),
	(221, '2019-09-27 20:26:38.609808', 'Megan', '2019-09-27 20:26:38.609841', 'Megan', 'DELETED', 'ChangeRequestTemplateAttachments', 9, '{\'id\': 9, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'saq\', \'file_name\': \'issue-logs.txt\', \'description\': \'aasq\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 17, 38, 23, 199239), \'code\': \'TMPATCH-20190927-0000009\', \'file_upload\': 9, \'template_no\': \'TMP-20190927-0000005\'}', ''),
	(222, '2019-09-27 20:26:38.612058', 'Megan', '2019-09-27 20:26:38.612091', 'Megan', 'DELETED', 'ChangeRequestTemplateAttachments', 10, '{\'id\': 10, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'s\', \'file_name\': \'Capture.PNG\', \'description\': \'s\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 17, 42, 27, 359784), \'code\': \'TMPATCH-20190927-0000010\', \'file_upload\': 10, \'template_no\': \'TMP-20190927-0000005\'}', ''),
	(223, '2019-09-27 20:26:38.616547', 'Megan', '2019-09-27 20:26:38.616582', 'Megan', 'DELETED', 'ChangeRequestTemplateDetails', 2, '{\'id\': 2, \'field_idx\': \'0\', \'field_ref\': \'SHRQSTN-lv4modeaviik11xys1h\', \'field_val\': \'"czxczxczxczxczxczczxczxczxczxczxczxc"\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"zxczxczxcz","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">zxczxczxcz</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 17, 47, 15, 720107), \'code\': \'TMPDETAIL-20190927-0000002\', \'template_no\': \'TMP-20190927-0000005\'}', ''),
	(224, '2019-09-27 20:26:38.621289', 'Megan', '2019-09-27 20:26:38.621325', 'Megan', 'DELETED', 'ChangeRequestTemplateHeader', 5, '{\'id\': 5, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'hhh\', \'requested_to_objective\': \'hhh\', \'requested_to_priority\': \'High\', \'description\': \'hh\', \'template_no\': \'TMP-20190927-0000005\', \'requested_to_template_id\': \'hh\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', ''),
	(225, '2019-09-27 20:26:41.871651', 'Megan', '2019-09-27 20:26:41.871691', 'Megan', 'DELETED', 'ChangeRequestTemplateApprovers', 4, '{\'id\': 4, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 16, 37, 6, 647133), \'code\': \'TMPAPR-20190927-0000004\', \'template_no\': \'TMP-20190927-0000004\'}', ''),
	(226, '2019-09-27 20:26:41.879761', 'Megan', '2019-09-27 20:26:41.879806', 'Megan', 'DELETED', 'ChangeRequestTemplateHeader', 4, '{\'id\': 4, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'sdf\', \'requested_to_objective\': \'asdf\', \'requested_to_priority\': \'High\', \'description\': \'asdf\', \'template_no\': \'TMP-20190927-0000004\', \'requested_to_template_id\': \'asdf\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', ''),
	(227, '2019-09-27 20:26:44.996540', 'Megan', '2019-09-27 20:26:44.996576', 'Megan', 'DELETED', 'ChangeRequestTemplateApprovers', 3, '{\'id\': 3, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 15, 27, 21, 932310), \'code\': \'TMPAPR-20190927-0000003\', \'template_no\': \'TMP-20190927-0000003\'}', ''),
	(228, '2019-09-27 20:26:45.006962', 'Megan', '2019-09-27 20:26:45.007012', 'Megan', 'DELETED', 'ChangeRequestTemplateHeader', 3, '{\'id\': 3, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'red\', \'requested_to_objective\': \'red\', \'requested_to_priority\': \'Normal\', \'description\': \'red\', \'template_no\': \'TMP-20190927-0000003\', \'requested_to_template_id\': \'red\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', ''),
	(229, '2019-09-27 20:56:27.170433', 'Megan', '2019-09-27 20:56:27.170475', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 2, '{\'id\': 2, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_id\': \'2\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'created\': \'2019-09-27T14:35:34.644937\', \'requested_to_template_id\': \'2\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 2), (\'level\', \'1\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T14:35:34.658271\'), (\'code\', \'TMPAPR-20190927-0000002\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})])], \'tmp_stakes\': [], \'tmp_attachments\': [OrderedDict([(\'id\', 1), (\'attachment_type\', \'Mandatorys\'), (\'attachment_name\', \'aaaa\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T14:35:34.666934\'), (\'code\', \'TMPATCH-20190927-0000001\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/test_jWPwJoz.png\'), (\'template_no\', \'TMP-20190927-0000002\')]), OrderedDict([(\'id\', 5), (\'attachment_type\', \'Mandatorys\'), (\'attachment_name\', \'aaaa\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T17:11:31.254649\'), (\'code\', \'TMPATCH-20190927-0000005\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/test_mP1vIPt.png\'), (\'template_no\', \'TMP-20190927-0000002\')]), OrderedDict([(\'id\', 11), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'123\'), (\'file_name\', \'api.zip\'), (\'description\', \'asd\'), (\'created\', \'2019-09-27T19:17:49.325083\'), (\'code\', \'TMPATCH-20190927-0000011\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/api.zip\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'tmp_details\': [OrderedDict([(\'id\', 1), (\'field_idx\', \'0\'), (\'field_ref\', \'CHKS-w24wz95jypbk11r40fe\'), (\'field_val\', \'[]\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\'), (\'created\', \'2019-09-27T14:35:34.672068\'), (\'code\', \'TMPDETAIL-20190927-0000001\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(230, '2019-09-27 20:56:27.229121', 'Megan', '2019-09-27 20:56:27.229156', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 2, '{\'id\': 2, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 658271), \'code\': \'TMPAPR-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 2, \'level\': \'1\', \'delegation\': \'Approver\', \'created\': \'2019-09-27T14:35:34.658271\', \'code\': \'TMPAPR-20190927-0000002\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(231, '2019-09-27 20:56:27.242139', 'Megan', '2019-09-27 20:56:27.242173', 'Megan', 'Add', 'ChangeRequestTemplateStakeHolders', 1, '', '{\'id\': 1, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-27T20:56:27.237350\', \'code\': \'TMPSTK-20190927-0000001\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(232, '2019-09-27 20:56:27.252756', 'Megan', '2019-09-27 20:56:27.252792', 'Megan', 'Add', 'ChangeRequestTemplateStakeHolders', 2, '', '{\'id\': 2, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-27T20:56:27.248294\', \'code\': \'TMPSTK-20190927-0000002\', \'user\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Develsopment\'}}'),
	(233, '2019-09-27 20:56:27.265578', 'Megan', '2019-09-27 20:56:27.265610', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(234, '2019-09-27 20:56:27.280409', 'Megan', '2019-09-27 20:56:27.280440', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 5, '{\'id\': 5, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 17, 11, 31, 254649), \'code\': \'TMPATCH-20190927-0000005\', \'file_upload\': 5, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 5, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T17:11:31.254649\', \'code\': \'TMPATCH-20190927-0000005\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 5, \'template_no\': \'TMP-20190927-0000002\'}'),
	(235, '2019-09-27 20:56:27.290922', 'Megan', '2019-09-27 20:56:27.290954', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 11, '{\'id\': 11, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'123\', \'file_name\': \'api.zip\', \'description\': \'asd\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 19, 17, 49, 325083), \'code\': \'TMPATCH-20190927-0000011\', \'file_upload\': 31, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 11, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'123\', \'file_name\': \'api.zip\', \'description\': \'asd\', \'created\': \'2019-09-27T19:17:49.325083\', \'code\': \'TMPATCH-20190927-0000011\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 11, \'template_no\': \'TMP-20190927-0000002\'}'),
	(236, '2019-09-27 20:56:27.303428', 'Megan', '2019-09-27 20:56:27.303460', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 1, '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 672068), \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': \'2019-09-27T14:35:34.672068\', \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}'),
	(237, '2019-09-27 21:39:24.385872', 'Megan', '2019-09-27 21:39:24.385942', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 2, '{\'id\': 2, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_id\': \'2\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'created\': \'2019-09-27T14:35:34.644937\', \'requested_to_template_id\': \'2\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 2), (\'level\', \'1\'), (\'delegation\', \'Approver\'), (\'created\', \'2019-09-27T14:35:34.658271\'), (\'code\', \'TMPAPR-20190927-0000002\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})])], \'tmp_stakes\': [OrderedDict([(\'id\', 1), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-27T20:56:27.237350\'), (\'code\', \'TMPSTK-20190927-0000001\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 2), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-27T20:56:27.248294\'), (\'code\', \'TMPSTK-20190927-0000002\'), (\'user\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Develsopment\'})])], \'tmp_attachments\': [OrderedDict([(\'id\', 1), (\'attachment_type\', \'Mandatorys\'), (\'attachment_name\', \'aaaa\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T14:35:34.666934\'), (\'code\', \'TMPATCH-20190927-0000001\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/test_jWPwJoz.png\'), (\'template_no\', \'TMP-20190927-0000002\')]), OrderedDict([(\'id\', 5), (\'attachment_type\', \'Mandatorys\'), (\'attachment_name\', \'aaaa\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T17:11:31.254649\'), (\'code\', \'TMPATCH-20190927-0000005\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/test_mP1vIPt.png\'), (\'template_no\', \'TMP-20190927-0000002\')]), OrderedDict([(\'id\', 11), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'123\'), (\'file_name\', \'api.zip\'), (\'description\', \'asd\'), (\'created\', \'2019-09-27T19:17:49.325083\'), (\'code\', \'TMPATCH-20190927-0000011\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/test_wdtRn5a.csv\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'tmp_details\': [OrderedDict([(\'id\', 1), (\'field_idx\', \'0\'), (\'field_ref\', \'CHKS-w24wz95jypbk11r40fe\'), (\'field_val\', \'[]\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\'), (\'created\', \'2019-09-27T14:35:34.672068\'), (\'code\', \'TMPDETAIL-20190927-0000001\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(238, '2019-09-27 21:39:24.398972', 'Megan', '2019-09-27 21:39:24.399010', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 2, '{\'id\': 2, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 658271), \'code\': \'TMPAPR-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 2, \'level\': \'1\', \'delegation\': \'Change Control Board\', \'created\': \'2019-09-27T14:35:34.658271\', \'code\': \'TMPAPR-20190927-0000002\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(239, '2019-09-27 21:39:24.409695', 'Megan', '2019-09-27 21:39:24.409730', 'Megan', 'Add', 'ChangeRequestTemplateApprovers', 6, '', '{\'id\': 6, \'level\': \'2\', \'delegation\': \'Change Control Board\', \'created\': \'2019-09-27T21:39:24.405393\', \'code\': \'TMPAPR-20190927-0000006\', \'user\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Develsopment\'}}'),
	(240, '2019-09-27 21:39:24.420348', 'Megan', '2019-09-27 21:39:24.420383', 'Megan', 'Add', 'ChangeRequestTemplateApprovers', 7, '', '{\'id\': 7, \'level\': \'3\', \'delegation\': \'Change Control Board\', \'created\': \'2019-09-27T21:39:24.416173\', \'code\': \'TMPAPR-20190927-0000007\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Develsopment\'}}'),
	(241, '2019-09-27 21:39:24.434243', 'Megan', '2019-09-27 21:39:24.434277', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 1, '{\'id\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 27, 20, 56, 27, 237350), \'code\': \'TMPSTK-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-27T20:56:27.237350\', \'code\': \'TMPSTK-20190927-0000001\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(242, '2019-09-27 21:39:24.444399', 'Megan', '2019-09-27 21:39:24.444433', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 2, '{\'id\': 2, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 27, 20, 56, 27, 248294), \'code\': \'TMPSTK-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 2, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-27T20:56:27.248294\', \'code\': \'TMPSTK-20190927-0000002\', \'user\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Develsopment\'}}'),
	(243, '2019-09-27 21:39:24.458487', 'Megan', '2019-09-27 21:39:24.458518', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(244, '2019-09-27 21:39:24.468814', 'Megan', '2019-09-27 21:39:24.468845', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 5, '{\'id\': 5, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 17, 11, 31, 254649), \'code\': \'TMPATCH-20190927-0000005\', \'file_upload\': 5, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 5, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T17:11:31.254649\', \'code\': \'TMPATCH-20190927-0000005\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 5, \'template_no\': \'TMP-20190927-0000002\'}'),
	(245, '2019-09-27 21:39:24.478962', 'Megan', '2019-09-27 21:39:24.478994', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 11, '{\'id\': 11, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'123\', \'file_name\': \'api.zip\', \'description\': \'asd\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 19, 17, 49, 325083), \'code\': \'TMPATCH-20190927-0000011\', \'file_upload\': 11, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 11, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'123\', \'file_name\': \'api.zip\', \'description\': \'asd\', \'created\': \'2019-09-27T19:17:49.325083\', \'code\': \'TMPATCH-20190927-0000011\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 11, \'template_no\': \'TMP-20190927-0000002\'}'),
	(246, '2019-09-27 21:39:24.486471', 'Megan', '2019-09-27 21:39:24.486501', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 1, '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 672068), \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': \'2019-09-27T14:35:34.672068\', \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}'),
	(247, '2019-09-27 21:44:46.524694', 'Megan', '2019-09-27 21:44:46.524744', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 2, '{\'id\': 2, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_id\': \'2\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': \'\'}', '{\'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_target_date\': \'\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'created\': \'2019-09-27T14:35:34.644937\', \'requested_to_template_id\': \'2\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 2), (\'level\', \'1\'), (\'delegation\', \'Change Control Board\'), (\'created\', \'2019-09-27T14:35:34.658271\'), (\'code\', \'TMPAPR-20190927-0000002\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 6), (\'level\', \'2\'), (\'delegation\', \'Change Control Board\'), (\'created\', \'2019-09-27T21:39:24.405393\'), (\'code\', \'TMPAPR-20190927-0000006\'), (\'user\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Develsopment\'})]), OrderedDict([(\'id\', 7), (\'level\', \'3\'), (\'delegation\', \'Change Control Board\'), (\'created\', \'2019-09-27T21:39:24.416173\'), (\'code\', \'TMPAPR-20190927-0000007\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Develsopment\'})])], \'tmp_stakes\': [OrderedDict([(\'id\', 1), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-27T20:56:27.237350\'), (\'code\', \'TMPSTK-20190927-0000001\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 2), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-27T20:56:27.248294\'), (\'code\', \'TMPSTK-20190927-0000002\'), (\'user\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190927-0000002\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Develsopment\'})])], \'tmp_attachments\': [OrderedDict([(\'id\', 1), (\'attachment_type\', \'Mandatorys\'), (\'attachment_name\', \'aaaa\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T14:35:34.666934\'), (\'code\', \'TMPATCH-20190927-0000001\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/test_jWPwJoz.png\'), (\'template_no\', \'TMP-20190927-0000002\')]), OrderedDict([(\'id\', 5), (\'attachment_type\', \'Mandatorys\'), (\'attachment_name\', \'aaaa\'), (\'file_name\', \'test.png\'), (\'description\', \'a\'), (\'created\', \'2019-09-27T17:11:31.254649\'), (\'code\', \'TMPATCH-20190927-0000005\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/test_mP1vIPt.png\'), (\'template_no\', \'TMP-20190927-0000002\')]), OrderedDict([(\'id\', 11), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'123\'), (\'file_name\', \'api.zip\'), (\'description\', \'asd\'), (\'created\', \'2019-09-27T19:17:49.325083\'), (\'code\', \'TMPATCH-20190927-0000011\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/test_wdtRn5a.csv\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'tmp_details\': [OrderedDict([(\'id\', 1), (\'field_idx\', \'0\'), (\'field_ref\', \'CHKS-w24wz95jypbk11r40fe\'), (\'field_val\', \'[]\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\'), (\'created\', \'2019-09-27T14:35:34.672068\'), (\'code\', \'TMPDETAIL-20190927-0000001\'), (\'template_no\', \'TMP-20190927-0000002\')])], \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Develsopment\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(248, '2019-09-27 21:44:46.537846', 'Megan', '2019-09-27 21:44:46.537883', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 2, '{\'id\': 2, \'level\': \'1\', \'user\': \'USER-20190927-0000013\', \'delegation\': \'Change Control Board\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 658271), \'code\': \'TMPAPR-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 2, \'level\': \'1\', \'delegation\': \'Change Control Board\', \'created\': \'2019-09-27T14:35:34.658271\', \'code\': \'TMPAPR-20190927-0000002\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(249, '2019-09-27 21:44:46.548812', 'Megan', '2019-09-27 21:44:46.548848', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 6, '{\'id\': 6, \'level\': \'2\', \'user\': \'USER-20190927-0000011\', \'delegation\': \'Change Control Board\', \'created\': datetime.datetime(2019, 9, 27, 21, 39, 24, 405393), \'code\': \'TMPAPR-20190927-0000006\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 6, \'level\': \'2\', \'delegation\': \'Change Control Board\', \'created\': \'2019-09-27T21:39:24.405393\', \'code\': \'TMPAPR-20190927-0000006\', \'user\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Develsopment\'}}'),
	(250, '2019-09-27 21:44:46.560020', 'Megan', '2019-09-27 21:44:46.560057', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 7, '{\'id\': 7, \'level\': \'3\', \'user\': \'USER-20190927-0000012\', \'delegation\': \'Change Control Board\', \'created\': datetime.datetime(2019, 9, 27, 21, 39, 24, 416173), \'code\': \'TMPAPR-20190927-0000007\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 7, \'level\': \'3\', \'delegation\': \'Change Control Board\', \'created\': \'2019-09-27T21:39:24.416173\', \'code\': \'TMPAPR-20190927-0000007\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190927-0000002\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Develsopment\'}}'),
	(251, '2019-09-27 21:44:46.572515', 'Megan', '2019-09-27 21:44:46.572548', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T14:35:34.666934\', \'code\': \'TMPATCH-20190927-0000001\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}'),
	(252, '2019-09-27 21:44:46.583042', 'Megan', '2019-09-27 21:44:46.583076', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 5, '{\'id\': 5, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 17, 11, 31, 254649), \'code\': \'TMPATCH-20190927-0000005\', \'file_upload\': 5, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 5, \'attachment_type\': \'Mandatorys\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'created\': \'2019-09-27T17:11:31.254649\', \'code\': \'TMPATCH-20190927-0000005\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 5, \'template_no\': \'TMP-20190927-0000002\'}'),
	(253, '2019-09-27 21:44:46.593342', 'Megan', '2019-09-27 21:44:46.593376', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 11, '{\'id\': 11, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'123\', \'file_name\': \'api.zip\', \'description\': \'asd\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 19, 17, 49, 325083), \'code\': \'TMPATCH-20190927-0000011\', \'file_upload\': 11, \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 11, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'123\', \'file_name\': \'api.zip\', \'description\': \'asd\', \'created\': \'2019-09-27T19:17:49.325083\', \'code\': \'TMPATCH-20190927-0000011\', \'uploaded_by\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'file_upload\': 11, \'template_no\': \'TMP-20190927-0000002\'}'),
	(254, '2019-09-27 21:44:46.601305', 'Megan', '2019-09-27 21:44:46.601337', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 1, '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 672068), \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': \'2019-09-27T14:35:34.672068\', \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}'),
	(255, '2019-09-28 16:49:09.739941', 'superuser', '2019-09-28 16:49:09.739990', 'superuser', 'Update', 'USER', 11, '{\'id\': 11, \'last_login\': None, \'is_superuser\': False, \'first_name\': \'\', \'last_name\': \'\', \'is_staff\': False, \'is_active\': True, \'date_joined\': datetime.datetime(2019, 9, 27, 13, 9, 33, 182269), \'department\': \'DEPARTMENT-20190923-0000002\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'USR\', \'code\': \'USER-20190927-0000011\', \'name\': \'Megan\', \'username\': \'Megan\', \'password\': \'pbkdf2_sha256$150000$sZXGFC5PY50k$bj06smUZsWTEYliTlVO2XBdUZBwgftcTtk+2qc6N3IE=\', \'doa\': None, \'contact_no\': \'132\', \'email\': \'jeffrey@tirsolutions.com\', \'groups\': [], \'user_permissions\': [], \'application\': [<Application: Change Request Management System>]}', '{\'id\': 11, \'code\': \'USER-20190927-0000011\', \'name\': \'Megan\', \'username\': \'Megan\', \'contact_no\': \'132\', \'email\': \'jeffrey@tirsolutions.com\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'USR\', \'is_active\': True, \'doa\': None, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}, \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'application\': <QuerySet [{\'id\': 2, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000002\', \'name\': \'Change Request Management System\'}]>}'),
	(256, '2019-09-28 19:12:57.594664', 'Megan', '2019-09-28 19:12:57.594709', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 8, '{\'id\': 8, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL\', \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL\', \'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_id\': \'LVL-PRE\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': 2}', '{\'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL\', \'requested_to_target_date\': 2, \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL\', \'created\': \'2019-09-28T17:38:53.378781\', \'requested_to_template_id\': \'LVL-PRE\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 10), (\'level\', 1), (\'delegation\', \'Head of Department\'), (\'created\', \'2019-09-28T17:38:53.399373\'), (\'code\', \'TMPAPR-20190928-0000010\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 11), (\'level\', 2), (\'delegation\', \'SD/OD\'), (\'created\', \'2019-09-28T17:38:53.401639\'), (\'code\', \'TMPAPR-20190928-0000011\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_stakes\': [OrderedDict([(\'id\', 4), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.414846\'), (\'code\', \'TMPSTK-20190928-0000004\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 5), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.416964\'), (\'code\', \'TMPSTK-20190928-0000005\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})]), OrderedDict([(\'id\', 6), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.419129\'), (\'code\', \'TMPSTK-20190928-0000006\'), (\'user\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_attachments\': [OrderedDict([(\'id\', 13), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'2\'), (\'file_name\', \'AcquisitionMigrator.rtf\'), (\'description\', \'231231232\'), (\'created\', \'2019-09-28T17:38:53.427426\'), (\'code\', \'TMPATCH-20190928-0000013\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/access_helper.js\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'tmp_details\': [OrderedDict([(\'id\', 4), (\'field_idx\', \'0\'), (\'field_ref\', \'TLE-ier799t82kk13d2we9\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"THis is my Title","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">THis is my Title</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.436673\'), (\'code\', \'TMPDETAIL-20190928-0000004\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 5), (\'field_idx\', \'1\'), (\'field_ref\', \'SBTLE-tbabjmppfydk13d3626\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.439003\'), (\'code\', \'TMPDETAIL-20190928-0000005\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 6), (\'field_idx\', \'2\'), (\'field_ref\', \'SHRQSTN-8mf1mtpahnjk13d3jia\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.441175\'), (\'code\', \'TMPDETAIL-20190928-0000006\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 7), (\'field_idx\', \'3\'), (\'field_ref\', \'SHRQSTN-1l3zgkkoszahk13d4ag0\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.443366\'), (\'code\', \'TMPDETAIL-20190928-0000007\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'requested_to_company_object\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'requested_to_department_object\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}, \'requested_to_user_object\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Development\', \'point_of_contact\': \'Megan\', \'created_by\': \'Megan\'}'),
	(257, '2019-09-28 19:12:57.619891', 'Megan', '2019-09-28 19:12:57.619950', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 10, '{\'id\': 10, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Head of Department\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 399373), \'code\': \'TMPAPR-20190928-0000010\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 10, \'level\': 1, \'delegation\': \'Head of Department\', \'created\': \'2019-09-28T17:38:53.399373\', \'code\': \'TMPAPR-20190928-0000010\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(258, '2019-09-28 19:12:57.634615', 'Megan', '2019-09-28 19:12:57.634655', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 11, '{\'id\': 11, \'level\': 2, \'user\': \'USER-20190927-0000012\', \'delegation\': \'SD/OD\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 401639), \'code\': \'TMPAPR-20190928-0000011\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 11, \'level\': 2, \'delegation\': \'SD/OD\', \'created\': \'2019-09-28T17:38:53.401639\', \'code\': \'TMPAPR-20190928-0000011\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(259, '2019-09-28 19:12:57.647436', 'Megan', '2019-09-28 19:12:57.647472', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 4, '{\'id\': 4, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 414846), \'code\': \'TMPSTK-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.414846\', \'code\': \'TMPSTK-20190928-0000004\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(260, '2019-09-28 19:12:57.658297', 'Megan', '2019-09-28 19:12:57.658337', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 5, '{\'id\': 5, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 416964), \'code\': \'TMPSTK-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.416964\', \'code\': \'TMPSTK-20190928-0000005\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(261, '2019-09-28 19:12:57.669619', 'Megan', '2019-09-28 19:12:57.669656', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 6, '{\'id\': 6, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 419129), \'code\': \'TMPSTK-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.419129\', \'code\': \'TMPSTK-20190928-0000006\', \'user\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(262, '2019-09-28 19:12:57.681803', 'Megan', '2019-09-28 19:12:57.681836', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 13, '{\'id\': 13, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2\', \'file_name\': \'AcquisitionMigrator.rtf\', \'description\': \'231231232\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 427426), \'code\': \'TMPATCH-20190928-0000013\', \'file_upload\': 32, \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 13, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2\', \'file_name\': \'AcquisitionMigrator.rtf\', \'description\': \'231231232\', \'created\': \'2019-09-28T17:38:53.427426\', \'code\': \'TMPATCH-20190928-0000013\', \'uploaded_by\': \'none\', \'file_upload\': 13, \'template_no\': \'TMP-20190928-0000008\'}'),
	(263, '2019-09-28 19:12:57.689712', 'Megan', '2019-09-28 19:12:57.689743', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 4, '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"THis is my Title","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">THis is my Title</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 436673), \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.436673\', \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(264, '2019-09-28 19:12:57.699397', 'Megan', '2019-09-28 19:12:57.699431', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 5, '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 439003), \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.439003\', \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(265, '2019-09-28 19:12:57.705459', 'Megan', '2019-09-28 19:12:57.705490', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 6, '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 441175), \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.441175\', \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(266, '2019-09-28 19:12:57.711606', 'Megan', '2019-09-28 19:12:57.711637', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 7, '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 443366), \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.443366\', \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(267, '2019-09-28 19:26:46.480021', 'Megan', '2019-09-28 19:26:46.480066', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 8, '{\'id\': 8, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL\', \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL\', \'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_id\': \'LVL-PRE\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': 2}', '{\'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL\', \'requested_to_target_date\': 2, \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL\', \'created\': \'2019-09-28T17:38:53.378781\', \'requested_to_template_id\': \'LVL-PRE\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 10), (\'level\', 1), (\'delegation\', \'Head of Department\'), (\'created\', \'2019-09-28T17:38:53.399373\'), (\'code\', \'TMPAPR-20190928-0000010\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 11), (\'level\', 2), (\'delegation\', \'SD/OD\'), (\'created\', \'2019-09-28T17:38:53.401639\'), (\'code\', \'TMPAPR-20190928-0000011\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_stakes\': [OrderedDict([(\'id\', 4), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.414846\'), (\'code\', \'TMPSTK-20190928-0000004\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 5), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.416964\'), (\'code\', \'TMPSTK-20190928-0000005\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})]), OrderedDict([(\'id\', 6), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.419129\'), (\'code\', \'TMPSTK-20190928-0000006\'), (\'user\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_attachments\': [OrderedDict([(\'id\', 13), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'2\'), (\'file_name\', \'AcquisitionMigrator.rtf\'), (\'description\', \'231231232\'), (\'created\', \'2019-09-28T17:38:53.427426\'), (\'code\', \'TMPATCH-20190928-0000013\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/test_GVQXf2e.csv\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'tmp_details\': [OrderedDict([(\'id\', 4), (\'field_idx\', \'0\'), (\'field_ref\', \'TLE-ier799t82kk13d2we9\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.436673\'), (\'code\', \'TMPDETAIL-20190928-0000004\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 5), (\'field_idx\', \'1\'), (\'field_ref\', \'SBTLE-tbabjmppfydk13d3626\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.439003\'), (\'code\', \'TMPDETAIL-20190928-0000005\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 6), (\'field_idx\', \'2\'), (\'field_ref\', \'SHRQSTN-8mf1mtpahnjk13d3jia\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.441175\'), (\'code\', \'TMPDETAIL-20190928-0000006\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 7), (\'field_idx\', \'3\'), (\'field_ref\', \'SHRQSTN-1l3zgkkoszahk13d4ag0\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.443366\'), (\'code\', \'TMPDETAIL-20190928-0000007\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'requested_to_company_object\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'requested_to_department_object\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}, \'requested_to_user_object\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Development\', \'point_of_contact\': \'Megan\', \'created_by\': \'Megan\'}'),
	(268, '2019-09-28 19:26:46.493746', 'Megan', '2019-09-28 19:26:46.493783', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 10, '{\'id\': 10, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Head of Department\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 399373), \'code\': \'TMPAPR-20190928-0000010\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 10, \'level\': 1, \'delegation\': \'Head of Department\', \'created\': \'2019-09-28T17:38:53.399373\', \'code\': \'TMPAPR-20190928-0000010\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(269, '2019-09-28 19:26:46.504824', 'Megan', '2019-09-28 19:26:46.504863', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 11, '{\'id\': 11, \'level\': 2, \'user\': \'USER-20190927-0000012\', \'delegation\': \'SD/OD\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 401639), \'code\': \'TMPAPR-20190928-0000011\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 11, \'level\': 2, \'delegation\': \'SD/OD\', \'created\': \'2019-09-28T17:38:53.401639\', \'code\': \'TMPAPR-20190928-0000011\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(270, '2019-09-28 19:26:46.516737', 'Megan', '2019-09-28 19:26:46.516771', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 4, '{\'id\': 4, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 414846), \'code\': \'TMPSTK-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.414846\', \'code\': \'TMPSTK-20190928-0000004\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(271, '2019-09-28 19:26:46.527209', 'Megan', '2019-09-28 19:26:46.527244', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 5, '{\'id\': 5, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 416964), \'code\': \'TMPSTK-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.416964\', \'code\': \'TMPSTK-20190928-0000005\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(272, '2019-09-28 19:26:46.538230', 'Megan', '2019-09-28 19:26:46.538267', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 6, '{\'id\': 6, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 419129), \'code\': \'TMPSTK-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.419129\', \'code\': \'TMPSTK-20190928-0000006\', \'user\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(273, '2019-09-28 19:26:46.549960', 'Megan', '2019-09-28 19:26:46.549993', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 13, '{\'id\': 13, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2\', \'file_name\': \'AcquisitionMigrator.rtf\', \'description\': \'231231232\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 427426), \'code\': \'TMPATCH-20190928-0000013\', \'file_upload\': 13, \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 13, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2\', \'file_name\': \'AcquisitionMigrator.rtf\', \'description\': \'231231232\', \'created\': \'2019-09-28T17:38:53.427426\', \'code\': \'TMPATCH-20190928-0000013\', \'uploaded_by\': \'none\', \'file_upload\': 13, \'template_no\': \'TMP-20190928-0000008\'}'),
	(274, '2019-09-28 19:26:46.559605', 'Megan', '2019-09-28 19:26:46.559638', 'Megan', 'Add', 'ChangeRequestTemplateAttachments', 15, '', '{\'id\': 15, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'attachment2\', \'file_name\': \'Screen Shot 2019-06-14 at 4.21.43 PM.png\', \'description\': \'attachment2 descsrasdad\', \'created\': \'2019-09-28T19:26:46.557974\', \'code\': \'TMPATCH-20190928-0000015\', \'uploaded_by\': \'none\', \'file_upload\': 35, \'template_no\': \'TMP-20190928-0000008\'}'),
	(275, '2019-09-28 19:26:46.567534', 'Megan', '2019-09-28 19:26:46.567567', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 4, '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 436673), \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.436673\', \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(276, '2019-09-28 19:26:46.573550', 'Megan', '2019-09-28 19:26:46.573583', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 5, '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 439003), \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.439003\', \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(277, '2019-09-28 19:26:46.579597', 'Megan', '2019-09-28 19:26:46.579629', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 6, '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 441175), \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.441175\', \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(278, '2019-09-28 19:26:46.585724', 'Megan', '2019-09-28 19:26:46.585755', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 7, '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 443366), \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.443366\', \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(279, '2019-09-28 19:29:00.305175', 'Megan', '2019-09-28 19:29:00.305220', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 8, '{\'id\': 8, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL\', \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL\', \'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_id\': \'LVL-PRE\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': 2}', '{\'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL\', \'requested_to_target_date\': 2, \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL\', \'created\': \'2019-09-28T17:38:53.378781\', \'requested_to_template_id\': \'LVL-PRE\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 10), (\'level\', 1), (\'delegation\', \'Head of Department\'), (\'created\', \'2019-09-28T17:38:53.399373\'), (\'code\', \'TMPAPR-20190928-0000010\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 11), (\'level\', 2), (\'delegation\', \'SD/OD\'), (\'created\', \'2019-09-28T17:38:53.401639\'), (\'code\', \'TMPAPR-20190928-0000011\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_stakes\': [OrderedDict([(\'id\', 4), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.414846\'), (\'code\', \'TMPSTK-20190928-0000004\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 5), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.416964\'), (\'code\', \'TMPSTK-20190928-0000005\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})]), OrderedDict([(\'id\', 6), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.419129\'), (\'code\', \'TMPSTK-20190928-0000006\'), (\'user\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_attachments\': [OrderedDict([(\'id\', 13), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'2\'), (\'file_name\', \'AcquisitionMigrator.rtf\'), (\'description\', \'231231232\'), (\'created\', \'2019-09-28T17:38:53.427426\'), (\'code\', \'TMPATCH-20190928-0000013\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/test_GVQXf2e.csv\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 15), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'attachment2\'), (\'file_name\', \'Screen Shot 2019-06-14 at 4.21.43 PM.png\'), (\'description\', \'attachment2 descsrasdad\'), (\'created\', \'2019-09-28T19:26:46.557974\'), (\'code\', \'TMPATCH-20190928-0000015\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/Screen_Shot_2019-09-18_at_5.01.31_PM.png\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'tmp_details\': [OrderedDict([(\'id\', 4), (\'field_idx\', \'0\'), (\'field_ref\', \'TLE-ier799t82kk13d2we9\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.436673\'), (\'code\', \'TMPDETAIL-20190928-0000004\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 5), (\'field_idx\', \'1\'), (\'field_ref\', \'SBTLE-tbabjmppfydk13d3626\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.439003\'), (\'code\', \'TMPDETAIL-20190928-0000005\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 6), (\'field_idx\', \'2\'), (\'field_ref\', \'SHRQSTN-8mf1mtpahnjk13d3jia\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.441175\'), (\'code\', \'TMPDETAIL-20190928-0000006\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 7), (\'field_idx\', \'3\'), (\'field_ref\', \'SHRQSTN-1l3zgkkoszahk13d4ag0\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.443366\'), (\'code\', \'TMPDETAIL-20190928-0000007\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'requested_to_company_object\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'requested_to_department_object\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}, \'requested_to_user_object\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Development\', \'point_of_contact\': \'Megan\', \'created_by\': \'Megan\'}'),
	(280, '2019-09-28 19:29:00.318137', 'Megan', '2019-09-28 19:29:00.318172', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 10, '{\'id\': 10, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Head of Department\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 399373), \'code\': \'TMPAPR-20190928-0000010\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 10, \'level\': 1, \'delegation\': \'Head of Department\', \'created\': \'2019-09-28T17:38:53.399373\', \'code\': \'TMPAPR-20190928-0000010\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(281, '2019-09-28 19:29:00.329006', 'Megan', '2019-09-28 19:29:00.329042', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 11, '{\'id\': 11, \'level\': 2, \'user\': \'USER-20190927-0000012\', \'delegation\': \'SD/OD\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 401639), \'code\': \'TMPAPR-20190928-0000011\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 11, \'level\': 2, \'delegation\': \'SD/OD\', \'created\': \'2019-09-28T17:38:53.401639\', \'code\': \'TMPAPR-20190928-0000011\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(282, '2019-09-28 19:29:00.341016', 'Megan', '2019-09-28 19:29:00.341050', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 4, '{\'id\': 4, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 414846), \'code\': \'TMPSTK-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.414846\', \'code\': \'TMPSTK-20190928-0000004\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(283, '2019-09-28 19:29:00.351175', 'Megan', '2019-09-28 19:29:00.351210', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 5, '{\'id\': 5, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 416964), \'code\': \'TMPSTK-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.416964\', \'code\': \'TMPSTK-20190928-0000005\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(284, '2019-09-28 19:29:00.361550', 'Megan', '2019-09-28 19:29:00.361585', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 6, '{\'id\': 6, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 419129), \'code\': \'TMPSTK-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.419129\', \'code\': \'TMPSTK-20190928-0000006\', \'user\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(285, '2019-09-28 19:29:00.373179', 'Megan', '2019-09-28 19:29:00.373214', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 13, '{\'id\': 13, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2\', \'file_name\': \'AcquisitionMigrator.rtf\', \'description\': \'231231232\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 427426), \'code\': \'TMPATCH-20190928-0000013\', \'file_upload\': 13, \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 13, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2\', \'file_name\': \'AcquisitionMigrator.rtf\', \'description\': \'231231232\', \'created\': \'2019-09-28T17:38:53.427426\', \'code\': \'TMPATCH-20190928-0000013\', \'uploaded_by\': \'none\', \'file_upload\': 13, \'template_no\': \'TMP-20190928-0000008\'}'),
	(286, '2019-09-28 19:29:00.384719', 'Megan', '2019-09-28 19:29:00.384751', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 15, '{\'id\': 15, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'attachment2\', \'file_name\': \'Screen Shot 2019-06-14 at 4.21.43 PM.png\', \'description\': \'attachment2 descsrasdad\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 19, 26, 46, 557974), \'code\': \'TMPATCH-20190928-0000015\', \'file_upload\': 35, \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 15, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'attachment2\', \'file_name\': \'Screen Shot 2019-06-14 at 4.21.43 PM.png\', \'description\': \'attachment2 descsrasdad\', \'created\': \'2019-09-28T19:26:46.557974\', \'code\': \'TMPATCH-20190928-0000015\', \'uploaded_by\': \'none\', \'file_upload\': 15, \'template_no\': \'TMP-20190928-0000008\'}'),
	(287, '2019-09-28 19:29:00.394022', 'Megan', '2019-09-28 19:29:00.394054', 'Megan', 'Add', 'ChangeRequestTemplateAttachments', 16, '', '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2222\', \'file_name\': \'Screen Shot 2019-08-11 at 7.03.49 PM.png\', \'description\': \'2222\', \'created\': \'2019-09-28T19:29:00.392467\', \'code\': \'TMPATCH-20190928-0000016\', \'uploaded_by\': \'none\', \'file_upload\': 37, \'template_no\': \'TMP-20190928-0000008\'}'),
	(288, '2019-09-28 19:29:00.401275', 'Megan', '2019-09-28 19:29:00.401307', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 4, '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 436673), \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.436673\', \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(289, '2019-09-28 19:29:00.407126', 'Megan', '2019-09-28 19:29:00.407157', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 5, '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 439003), \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.439003\', \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(290, '2019-09-28 19:29:00.412800', 'Megan', '2019-09-28 19:29:00.412831', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 6, '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 441175), \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.441175\', \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(291, '2019-09-28 19:29:00.418586', 'Megan', '2019-09-28 19:29:00.418617', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 7, '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 443366), \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.443366\', \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(292, '2019-09-28 19:57:59.436926', 'Megan', '2019-09-28 19:57:59.437111', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 8, '{\'id\': 8, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL\', \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL\', \'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_id\': \'LVL-PRE\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': 2}', '{\'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL\', \'requested_to_target_date\': 2, \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL\', \'created\': \'2019-09-28T17:38:53.378781\', \'requested_to_template_id\': \'LVL-PRE\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 10), (\'level\', 1), (\'delegation\', \'Head of Department\'), (\'created\', \'2019-09-28T17:38:53.399373\'), (\'code\', \'TMPAPR-20190928-0000010\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 11), (\'level\', 2), (\'delegation\', \'SD/OD\'), (\'created\', \'2019-09-28T17:38:53.401639\'), (\'code\', \'TMPAPR-20190928-0000011\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_stakes\': [OrderedDict([(\'id\', 4), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.414846\'), (\'code\', \'TMPSTK-20190928-0000004\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 5), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.416964\'), (\'code\', \'TMPSTK-20190928-0000005\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})]), OrderedDict([(\'id\', 6), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.419129\'), (\'code\', \'TMPSTK-20190928-0000006\'), (\'user\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_attachments\': [OrderedDict([(\'id\', 13), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'2\'), (\'file_name\', \'AcquisitionMigrator.rtf\'), (\'description\', \'231231232\'), (\'created\', \'2019-09-28T17:38:53.427426\'), (\'code\', \'TMPATCH-20190928-0000013\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/test_GVQXf2e.csv\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 15), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'attachment2\'), (\'file_name\', \'Screen Shot 2019-06-14 at 4.21.43 PM.png\'), (\'description\', \'attachment2 descsrasdad\'), (\'created\', \'2019-09-28T19:26:46.557974\'), (\'code\', \'TMPATCH-20190928-0000015\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/test_d2wbof2.txt\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 16), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'2222\'), (\'file_name\', \'Screen Shot 2019-08-11 at 7.03.49 PM.png\'), (\'description\', \'2222\'), (\'created\', \'2019-09-28T19:29:00.392467\'), (\'code\', \'TMPATCH-20190928-0000016\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/Screen_Shot_2019-06-30_at_9.37.50_PM.png\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'tmp_details\': [OrderedDict([(\'id\', 4), (\'field_idx\', \'0\'), (\'field_ref\', \'TLE-ier799t82kk13d2we9\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.436673\'), (\'code\', \'TMPDETAIL-20190928-0000004\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 5), (\'field_idx\', \'1\'), (\'field_ref\', \'SBTLE-tbabjmppfydk13d3626\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.439003\'), (\'code\', \'TMPDETAIL-20190928-0000005\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 6), (\'field_idx\', \'2\'), (\'field_ref\', \'SHRQSTN-8mf1mtpahnjk13d3jia\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.441175\'), (\'code\', \'TMPDETAIL-20190928-0000006\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 7), (\'field_idx\', \'3\'), (\'field_ref\', \'SHRQSTN-1l3zgkkoszahk13d4ag0\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.443366\'), (\'code\', \'TMPDETAIL-20190928-0000007\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'requested_to_company_object\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'requested_to_department_object\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}, \'requested_to_user_object\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Development\', \'point_of_contact\': \'Megan\', \'created_by\': \'Megan\'}'),
	(293, '2019-09-28 19:57:59.450403', 'Megan', '2019-09-28 19:57:59.450438', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 10, '{\'id\': 10, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Head of Department\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 399373), \'code\': \'TMPAPR-20190928-0000010\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 10, \'level\': 1, \'delegation\': \'Head of Department\', \'created\': \'2019-09-28T17:38:53.399373\', \'code\': \'TMPAPR-20190928-0000010\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(294, '2019-09-28 19:57:59.461512', 'Megan', '2019-09-28 19:57:59.461546', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 11, '{\'id\': 11, \'level\': 2, \'user\': \'USER-20190927-0000012\', \'delegation\': \'SD/OD\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 401639), \'code\': \'TMPAPR-20190928-0000011\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 11, \'level\': 2, \'delegation\': \'SD/OD\', \'created\': \'2019-09-28T17:38:53.401639\', \'code\': \'TMPAPR-20190928-0000011\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(295, '2019-09-28 19:57:59.473517', 'Megan', '2019-09-28 19:57:59.473551', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 4, '{\'id\': 4, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 414846), \'code\': \'TMPSTK-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.414846\', \'code\': \'TMPSTK-20190928-0000004\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(296, '2019-09-28 19:57:59.483673', 'Megan', '2019-09-28 19:57:59.483708', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 5, '{\'id\': 5, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 416964), \'code\': \'TMPSTK-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.416964\', \'code\': \'TMPSTK-20190928-0000005\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(297, '2019-09-28 19:57:59.493724', 'Megan', '2019-09-28 19:57:59.493757', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 6, '{\'id\': 6, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 419129), \'code\': \'TMPSTK-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.419129\', \'code\': \'TMPSTK-20190928-0000006\', \'user\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(298, '2019-09-28 19:57:59.497459', 'Megan', '2019-09-28 19:57:59.497492', 'Megan', 'DELETED', 'ChangeRequestTemplateAttachments', 13, '{\'id\': 13, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2\', \'file_name\': \'AcquisitionMigrator.rtf\', \'description\': \'231231232\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 427426), \'code\': \'TMPATCH-20190928-0000013\', \'file_upload\': 13, \'template_no\': \'TMP-20190928-0000008\'}', ''),
	(299, '2019-09-28 19:57:59.508525', 'Megan', '2019-09-28 19:57:59.508556', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 15, '{\'id\': 15, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'attachment2\', \'file_name\': \'Screen Shot 2019-06-14 at 4.21.43 PM.png\', \'description\': \'attachment2 descsrasdad\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 19, 26, 46, 557974), \'code\': \'TMPATCH-20190928-0000015\', \'file_upload\': 15, \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 15, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'attachment2\', \'file_name\': \'Screen Shot 2019-06-14 at 4.21.43 PM.png\', \'description\': \'attachment2 descsrasdad\', \'created\': \'2019-09-28T19:26:46.557974\', \'code\': \'TMPATCH-20190928-0000015\', \'uploaded_by\': \'none\', \'file_upload\': 15, \'template_no\': \'TMP-20190928-0000008\'}'),
	(300, '2019-09-28 19:57:59.518432', 'Megan', '2019-09-28 19:57:59.518464', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 16, '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2222\', \'file_name\': \'Screen Shot 2019-08-11 at 7.03.49 PM.png\', \'description\': \'2222\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 19, 29, 0, 392467), \'code\': \'TMPATCH-20190928-0000016\', \'file_upload\': 37, \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2222\', \'file_name\': \'Screen Shot 2019-08-11 at 7.03.49 PM.png\', \'description\': \'2222\', \'created\': \'2019-09-28T19:29:00.392467\', \'code\': \'TMPATCH-20190928-0000016\', \'uploaded_by\': \'none\', \'file_upload\': 16, \'template_no\': \'TMP-20190928-0000008\'}'),
	(301, '2019-09-28 19:57:59.526203', 'Megan', '2019-09-28 19:57:59.526235', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 4, '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 436673), \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.436673\', \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(302, '2019-09-28 19:57:59.532067', 'Megan', '2019-09-28 19:57:59.532099', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 5, '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 439003), \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.439003\', \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(303, '2019-09-28 19:57:59.538161', 'Megan', '2019-09-28 19:57:59.538193', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 6, '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 441175), \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.441175\', \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(304, '2019-09-28 19:57:59.544175', 'Megan', '2019-09-28 19:57:59.544207', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 7, '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 443366), \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.443366\', \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(305, '2019-09-28 20:29:40.444006', 'Megan', '2019-09-28 20:29:40.444050', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 8, '{\'id\': 8, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL\', \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL\', \'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_id\': \'LVL-PRE\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': 2}', '{\'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL - EDITEd\', \'requested_to_target_date\': 2, \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL - EDITEd1111\', \'created\': \'2019-09-28T17:38:53.378781\', \'requested_to_template_id\': \'LVL-PRE\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 10), (\'level\', 1), (\'delegation\', \'Head of Department\'), (\'created\', \'2019-09-28T17:38:53.399373\'), (\'code\', \'TMPAPR-20190928-0000010\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 11), (\'level\', 2), (\'delegation\', \'SD/OD\'), (\'created\', \'2019-09-28T17:38:53.401639\'), (\'code\', \'TMPAPR-20190928-0000011\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_stakes\': [OrderedDict([(\'id\', 4), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.414846\'), (\'code\', \'TMPSTK-20190928-0000004\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 5), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.416964\'), (\'code\', \'TMPSTK-20190928-0000005\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})]), OrderedDict([(\'id\', 6), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.419129\'), (\'code\', \'TMPSTK-20190928-0000006\'), (\'user\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_attachments\': [OrderedDict([(\'id\', 15), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'attachment2\'), (\'file_name\', \'Screen Shot 2019-06-14 at 4.21.43 PM.png\'), (\'description\', \'attachment2 descsrasdad\'), (\'created\', \'2019-09-28T19:26:46.557974\'), (\'code\', \'TMPATCH-20190928-0000015\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/test_d2wbof2.txt\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 16), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'2222\'), (\'file_name\', \'Screen Shot 2019-08-11 at 7.03.49 PM.png\'), (\'description\', \'2222\'), (\'created\', \'2019-09-28T19:29:00.392467\'), (\'code\', \'TMPATCH-20190928-0000016\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/RMSv2_postman_collection\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'tmp_details\': [OrderedDict([(\'id\', 4), (\'field_idx\', \'0\'), (\'field_ref\', \'TLE-ier799t82kk13d2we9\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.436673\'), (\'code\', \'TMPDETAIL-20190928-0000004\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 5), (\'field_idx\', \'1\'), (\'field_ref\', \'SBTLE-tbabjmppfydk13d3626\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.439003\'), (\'code\', \'TMPDETAIL-20190928-0000005\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 6), (\'field_idx\', \'2\'), (\'field_ref\', \'SHRQSTN-8mf1mtpahnjk13d3jia\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.441175\'), (\'code\', \'TMPDETAIL-20190928-0000006\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 7), (\'field_idx\', \'3\'), (\'field_ref\', \'SHRQSTN-1l3zgkkoszahk13d4ag0\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.443366\'), (\'code\', \'TMPDETAIL-20190928-0000007\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'requested_to_company_object\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'requested_to_department_object\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}, \'requested_to_user_object\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Development\', \'point_of_contact\': \'Megan\', \'created_by\': \'Megan\'}'),
	(306, '2019-09-28 20:29:40.457502', 'Megan', '2019-09-28 20:29:40.457536', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 10, '{\'id\': 10, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Head of Department\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 399373), \'code\': \'TMPAPR-20190928-0000010\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 10, \'level\': 1, \'delegation\': \'Head of Department\', \'created\': \'2019-09-28T17:38:53.399373\', \'code\': \'TMPAPR-20190928-0000010\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(307, '2019-09-28 20:29:40.468370', 'Megan', '2019-09-28 20:29:40.468405', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 11, '{\'id\': 11, \'level\': 2, \'user\': \'USER-20190927-0000012\', \'delegation\': \'SD/OD\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 401639), \'code\': \'TMPAPR-20190928-0000011\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 11, \'level\': 2, \'delegation\': \'SD/OD\', \'created\': \'2019-09-28T17:38:53.401639\', \'code\': \'TMPAPR-20190928-0000011\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(308, '2019-09-28 20:29:40.480384', 'Megan', '2019-09-28 20:29:40.480418', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 4, '{\'id\': 4, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 414846), \'code\': \'TMPSTK-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.414846\', \'code\': \'TMPSTK-20190928-0000004\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(309, '2019-09-28 20:29:40.490572', 'Megan', '2019-09-28 20:29:40.490609', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 5, '{\'id\': 5, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 416964), \'code\': \'TMPSTK-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.416964\', \'code\': \'TMPSTK-20190928-0000005\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(310, '2019-09-28 20:29:40.502349', 'Megan', '2019-09-28 20:29:40.502382', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 6, '{\'id\': 6, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 419129), \'code\': \'TMPSTK-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.419129\', \'code\': \'TMPSTK-20190928-0000006\', \'user\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(311, '2019-09-28 20:29:40.506302', 'Megan', '2019-09-28 20:29:40.506335', 'Megan', 'DELETED', 'ChangeRequestTemplateAttachments', 15, '{\'id\': 15, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'attachment2\', \'file_name\': \'Screen Shot 2019-06-14 at 4.21.43 PM.png\', \'description\': \'attachment2 descsrasdad\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 19, 26, 46, 557974), \'code\': \'TMPATCH-20190928-0000015\', \'file_upload\': 15, \'template_no\': \'TMP-20190928-0000008\'}', ''),
	(312, '2019-09-28 20:29:40.518384', 'Megan', '2019-09-28 20:29:40.518414', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 16, '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2222\', \'file_name\': \'Screen Shot 2019-08-11 at 7.03.49 PM.png\', \'description\': \'2222\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 19, 29, 0, 392467), \'code\': \'TMPATCH-20190928-0000016\', \'file_upload\': 16, \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2222\', \'file_name\': \'Screen Shot 2019-08-11 at 7.03.49 PM.png\', \'description\': \'2222\', \'created\': \'2019-09-28T19:29:00.392467\', \'code\': \'TMPATCH-20190928-0000016\', \'uploaded_by\': \'none\', \'file_upload\': 16, \'template_no\': \'TMP-20190928-0000008\'}'),
	(313, '2019-09-28 20:29:40.526179', 'Megan', '2019-09-28 20:29:40.526210', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 4, '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 436673), \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.436673\', \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(314, '2019-09-28 20:29:40.532115', 'Megan', '2019-09-28 20:29:40.532147', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 5, '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 439003), \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.439003\', \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(315, '2019-09-28 20:29:40.538196', 'Megan', '2019-09-28 20:29:40.538229', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 6, '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 441175), \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.441175\', \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(316, '2019-09-28 20:29:40.544602', 'Megan', '2019-09-28 20:29:40.544633', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 7, '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 443366), \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.443366\', \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(317, '2019-09-28 20:32:07.527286', 'Megan', '2019-09-28 20:32:07.527329', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 8, '{\'id\': 8, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL - EDITEd\', \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL - EDITEd1111\', \'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_id\': \'LVL-PRE\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': 2}', '{\'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL - EDITEd\', \'requested_to_target_date\': 2, \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL - EDITEd1111\', \'created\': \'2019-09-28T17:38:53.378781\', \'requested_to_template_id\': \'LVL-PRE\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 10), (\'level\', 1), (\'delegation\', \'Head of Department\'), (\'created\', \'2019-09-28T17:38:53.399373\'), (\'code\', \'TMPAPR-20190928-0000010\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 11), (\'level\', 2), (\'delegation\', \'SD/OD\'), (\'created\', \'2019-09-28T17:38:53.401639\'), (\'code\', \'TMPAPR-20190928-0000011\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_stakes\': [OrderedDict([(\'id\', 4), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.414846\'), (\'code\', \'TMPSTK-20190928-0000004\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 5), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.416964\'), (\'code\', \'TMPSTK-20190928-0000005\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})]), OrderedDict([(\'id\', 6), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.419129\'), (\'code\', \'TMPSTK-20190928-0000006\'), (\'user\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_attachments\': [OrderedDict([(\'id\', 16), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'2222\'), (\'file_name\', \'Screen Shot 2019-08-11 at 7.03.49 PM.png\'), (\'description\', \'2222\'), (\'created\', \'2019-09-28T19:29:00.392467\'), (\'code\', \'TMPATCH-20190928-0000016\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/RMSv2_postman_collection\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'tmp_details\': [OrderedDict([(\'id\', 4), (\'field_idx\', \'0\'), (\'field_ref\', \'TLE-ier799t82kk13d2we9\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.436673\'), (\'code\', \'TMPDETAIL-20190928-0000004\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 5), (\'field_idx\', \'1\'), (\'field_ref\', \'SBTLE-tbabjmppfydk13d3626\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.439003\'), (\'code\', \'TMPDETAIL-20190928-0000005\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 6), (\'field_idx\', \'2\'), (\'field_ref\', \'SHRQSTN-8mf1mtpahnjk13d3jia\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.441175\'), (\'code\', \'TMPDETAIL-20190928-0000006\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 7), (\'field_idx\', \'3\'), (\'field_ref\', \'SHRQSTN-1l3zgkkoszahk13d4ag0\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.443366\'), (\'code\', \'TMPDETAIL-20190928-0000007\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'requested_to_company_object\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'requested_to_department_object\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}, \'requested_to_user_object\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Development\', \'point_of_contact\': \'Megan\', \'created_by\': \'Megan\'}'),
	(318, '2019-09-28 20:32:07.543628', 'Megan', '2019-09-28 20:32:07.543662', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 10, '{\'id\': 10, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Head of Department\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 399373), \'code\': \'TMPAPR-20190928-0000010\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 10, \'level\': 1, \'delegation\': \'Head of Department\', \'created\': \'2019-09-28T17:38:53.399373\', \'code\': \'TMPAPR-20190928-0000010\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(319, '2019-09-28 20:32:07.555940', 'Megan', '2019-09-28 20:32:07.555976', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 11, '{\'id\': 11, \'level\': 2, \'user\': \'USER-20190927-0000012\', \'delegation\': \'SD/OD\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 401639), \'code\': \'TMPAPR-20190928-0000011\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 11, \'level\': 2, \'delegation\': \'SD/OD\', \'created\': \'2019-09-28T17:38:53.401639\', \'code\': \'TMPAPR-20190928-0000011\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(320, '2019-09-28 20:32:07.569310', 'Megan', '2019-09-28 20:32:07.569353', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 4, '{\'id\': 4, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 414846), \'code\': \'TMPSTK-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.414846\', \'code\': \'TMPSTK-20190928-0000004\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(321, '2019-09-28 20:32:07.580626', 'Megan', '2019-09-28 20:32:07.580662', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 5, '{\'id\': 5, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 416964), \'code\': \'TMPSTK-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.416964\', \'code\': \'TMPSTK-20190928-0000005\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(322, '2019-09-28 20:32:07.592211', 'Megan', '2019-09-28 20:32:07.592247', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 6, '{\'id\': 6, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 419129), \'code\': \'TMPSTK-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.419129\', \'code\': \'TMPSTK-20190928-0000006\', \'user\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(323, '2019-09-28 20:32:07.604828', 'Megan', '2019-09-28 20:32:07.604860', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 16, '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2222\', \'file_name\': \'Screen Shot 2019-08-11 at 7.03.49 PM.png\', \'description\': \'2222\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 19, 29, 0, 392467), \'code\': \'TMPATCH-20190928-0000016\', \'file_upload\': 16, \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2222\', \'file_name\': \'Screen Shot 2019-08-11 at 7.03.49 PM.png\', \'description\': \'2222\', \'created\': \'2019-09-28T19:29:00.392467\', \'code\': \'TMPATCH-20190928-0000016\', \'uploaded_by\': \'none\', \'file_upload\': 16, \'template_no\': \'TMP-20190928-0000008\'}'),
	(324, '2019-09-28 20:32:07.613797', 'Megan', '2019-09-28 20:32:07.613830', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 4, '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 436673), \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.436673\', \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(325, '2019-09-28 20:32:07.621395', 'Megan', '2019-09-28 20:32:07.621427', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 5, '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 439003), \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.439003\', \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(326, '2019-09-28 20:32:07.627710', 'Megan', '2019-09-28 20:32:07.627741', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 6, '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 441175), \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.441175\', \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(327, '2019-09-28 20:32:07.634244', 'Megan', '2019-09-28 20:32:07.634275', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 7, '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 443366), \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.443366\', \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(349, '2019-09-28 20:38:38.715248', 'Megan', '2019-09-28 20:38:38.715294', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 8, '{\'id\': 8, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL - EDITEd\', \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL - EDITEd1111\', \'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_id\': \'LVL-PRE\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': 2}', '{\'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL - EDITEd\', \'requested_to_target_date\': 2, \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL - EDITEd1111\', \'created\': \'2019-09-28T17:38:53.378781\', \'requested_to_template_id\': \'LVL-PRE\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 10), (\'level\', 1), (\'delegation\', \'Head of Department\'), (\'created\', \'2019-09-28T17:38:53.399373\'), (\'code\', \'TMPAPR-20190928-0000010\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 11), (\'level\', 2), (\'delegation\', \'SD/OD\'), (\'created\', \'2019-09-28T17:38:53.401639\'), (\'code\', \'TMPAPR-20190928-0000011\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_stakes\': [OrderedDict([(\'id\', 4), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.414846\'), (\'code\', \'TMPSTK-20190928-0000004\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 5), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.416964\'), (\'code\', \'TMPSTK-20190928-0000005\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})]), OrderedDict([(\'id\', 6), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.419129\'), (\'code\', \'TMPSTK-20190928-0000006\'), (\'user\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_attachments\': [OrderedDict([(\'id\', 16), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'2222\'), (\'file_name\', \'Screen Shot 2019-08-11 at 7.03.49 PM.png\'), (\'description\', \'2222\'), (\'created\', \'2019-09-28T19:29:00.392467\'), (\'code\', \'TMPATCH-20190928-0000016\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/RMSv2_postman_collection\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'tmp_details\': [OrderedDict([(\'id\', 4), (\'field_idx\', \'0\'), (\'field_ref\', \'TLE-ier799t82kk13d2we9\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.436673\'), (\'code\', \'TMPDETAIL-20190928-0000004\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 5), (\'field_idx\', \'1\'), (\'field_ref\', \'SBTLE-tbabjmppfydk13d3626\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.439003\'), (\'code\', \'TMPDETAIL-20190928-0000005\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 6), (\'field_idx\', \'2\'), (\'field_ref\', \'SHRQSTN-8mf1mtpahnjk13d3jia\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.441175\'), (\'code\', \'TMPDETAIL-20190928-0000006\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 7), (\'field_idx\', \'3\'), (\'field_ref\', \'SHRQSTN-1l3zgkkoszahk13d4ag0\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.443366\'), (\'code\', \'TMPDETAIL-20190928-0000007\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'requested_to_company_object\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'requested_to_department_object\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}, \'requested_to_user_object\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Development\', \'point_of_contact\': \'Megan\', \'created_by\': \'Megan\'}'),
	(350, '2019-09-28 20:38:38.729527', 'Megan', '2019-09-28 20:38:38.729562', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 10, '{\'id\': 10, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Head of Department\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 399373), \'code\': \'TMPAPR-20190928-0000010\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 10, \'level\': 1, \'delegation\': \'Head of Department\', \'created\': \'2019-09-28T17:38:53.399373\', \'code\': \'TMPAPR-20190928-0000010\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(351, '2019-09-28 20:38:38.742453', 'Megan', '2019-09-28 20:38:38.742488', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 11, '{\'id\': 11, \'level\': 2, \'user\': \'USER-20190927-0000012\', \'delegation\': \'SD/OD\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 401639), \'code\': \'TMPAPR-20190928-0000011\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 11, \'level\': 2, \'delegation\': \'SD/OD\', \'created\': \'2019-09-28T17:38:53.401639\', \'code\': \'TMPAPR-20190928-0000011\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(352, '2019-09-28 20:38:38.754846', 'Megan', '2019-09-28 20:38:38.754880', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 4, '{\'id\': 4, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 414846), \'code\': \'TMPSTK-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.414846\', \'code\': \'TMPSTK-20190928-0000004\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(353, '2019-09-28 20:38:38.765572', 'Megan', '2019-09-28 20:38:38.765610', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 5, '{\'id\': 5, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 416964), \'code\': \'TMPSTK-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.416964\', \'code\': \'TMPSTK-20190928-0000005\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(354, '2019-09-28 20:38:38.776085', 'Megan', '2019-09-28 20:38:38.776118', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 6, '{\'id\': 6, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 419129), \'code\': \'TMPSTK-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.419129\', \'code\': \'TMPSTK-20190928-0000006\', \'user\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(355, '2019-09-28 20:38:38.789466', 'Megan', '2019-09-28 20:38:38.789498', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 16, '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2222\', \'file_name\': \'Screen Shot 2019-08-11 at 7.03.49 PM.png\', \'description\': \'2222\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 19, 29, 0, 392467), \'code\': \'TMPATCH-20190928-0000016\', \'file_upload\': 16, \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2222\', \'file_name\': \'Screen Shot 2019-08-11 at 7.03.49 PM.png\', \'description\': \'2222\', \'created\': \'2019-09-28T19:29:00.392467\', \'code\': \'TMPATCH-20190928-0000016\', \'uploaded_by\': \'none\', \'file_upload\': 16, \'template_no\': \'TMP-20190928-0000008\'}'),
	(356, '2019-09-28 20:38:38.824428', 'Megan', '2019-09-28 20:38:38.824464', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 4, '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 436673), \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.436673\', \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(357, '2019-09-28 20:38:38.830551', 'Megan', '2019-09-28 20:38:38.830581', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 5, '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 439003), \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.439003\', \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(358, '2019-09-28 20:38:38.836658', 'Megan', '2019-09-28 20:38:38.836689', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 6, '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 441175), \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.441175\', \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(359, '2019-09-28 20:38:38.842650', 'Megan', '2019-09-28 20:38:38.842680', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 7, '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 443366), \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.443366\', \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(367, '2019-09-28 21:17:08.966425', 'Megan', '2019-09-28 21:17:08.966470', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 8, '{\'id\': 8, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL - EDITEd\', \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL - EDITEd1111\', \'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_id\': \'LVL-PRE\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': 2}', '{\'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL - EDITEd\', \'requested_to_target_date\': 2, \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL - EDITEd1111\', \'created\': \'2019-09-28T17:38:53.378781\', \'requested_to_template_id\': \'LVL-PRE\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 10), (\'level\', 1), (\'delegation\', \'Head of Department\'), (\'created\', \'2019-09-28T17:38:53.399373\'), (\'code\', \'TMPAPR-20190928-0000010\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 11), (\'level\', 2), (\'delegation\', \'SD/OD\'), (\'created\', \'2019-09-28T17:38:53.401639\'), (\'code\', \'TMPAPR-20190928-0000011\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_stakes\': [OrderedDict([(\'id\', 4), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.414846\'), (\'code\', \'TMPSTK-20190928-0000004\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 5), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.416964\'), (\'code\', \'TMPSTK-20190928-0000005\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})]), OrderedDict([(\'id\', 6), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.419129\'), (\'code\', \'TMPSTK-20190928-0000006\'), (\'user\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_attachments\': [OrderedDict([(\'id\', 16), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'2222\'), (\'file_name\', \'Screen Shot 2019-08-11 at 7.03.49 PM.png\'), (\'description\', \'2222\'), (\'created\', \'2019-09-28T19:29:00.392467\'), (\'code\', \'TMPATCH-20190928-0000016\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/RMSv2_postman_collection\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'tmp_details\': [OrderedDict([(\'id\', 4), (\'field_idx\', \'0\'), (\'field_ref\', \'TLE-ier799t82kk13d2we9\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.436673\'), (\'code\', \'TMPDETAIL-20190928-0000004\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 5), (\'field_idx\', \'1\'), (\'field_ref\', \'SBTLE-tbabjmppfydk13d3626\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.439003\'), (\'code\', \'TMPDETAIL-20190928-0000005\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 6), (\'field_idx\', \'2\'), (\'field_ref\', \'SHRQSTN-8mf1mtpahnjk13d3jia\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.441175\'), (\'code\', \'TMPDETAIL-20190928-0000006\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 7), (\'field_idx\', \'3\'), (\'field_ref\', \'SHRQSTN-1l3zgkkoszahk13d4ag0\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.443366\'), (\'code\', \'TMPDETAIL-20190928-0000007\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'requested_to_company_object\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'requested_to_department_object\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}, \'requested_to_user_object\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Development\', \'point_of_contact\': \'Megan\', \'created_by\': \'Megan\'}'),
	(368, '2019-09-28 21:17:08.980455', 'Megan', '2019-09-28 21:17:08.980492', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 10, '{\'id\': 10, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Head of Department\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 399373), \'code\': \'TMPAPR-20190928-0000010\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 10, \'level\': 1, \'delegation\': \'Head of Department\', \'created\': \'2019-09-28T17:38:53.399373\', \'code\': \'TMPAPR-20190928-0000010\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(369, '2019-09-28 21:17:08.993287', 'Megan', '2019-09-28 21:17:08.993323', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 11, '{\'id\': 11, \'level\': 2, \'user\': \'USER-20190927-0000012\', \'delegation\': \'SD/OD\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 401639), \'code\': \'TMPAPR-20190928-0000011\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 11, \'level\': 2, \'delegation\': \'SD/OD\', \'created\': \'2019-09-28T17:38:53.401639\', \'code\': \'TMPAPR-20190928-0000011\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(370, '2019-09-28 21:17:09.007297', 'Megan', '2019-09-28 21:17:09.007336', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 4, '{\'id\': 4, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 414846), \'code\': \'TMPSTK-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.414846\', \'code\': \'TMPSTK-20190928-0000004\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(371, '2019-09-28 21:17:09.018329', 'Megan', '2019-09-28 21:17:09.018367', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 5, '{\'id\': 5, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 416964), \'code\': \'TMPSTK-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.416964\', \'code\': \'TMPSTK-20190928-0000005\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(372, '2019-09-28 21:17:09.029430', 'Megan', '2019-09-28 21:17:09.029468', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 6, '{\'id\': 6, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 419129), \'code\': \'TMPSTK-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.419129\', \'code\': \'TMPSTK-20190928-0000006\', \'user\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(373, '2019-09-28 21:17:09.041750', 'Megan', '2019-09-28 21:17:09.041782', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 16, '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2222\', \'file_name\': \'Screen Shot 2019-08-11 at 7.03.49 PM.png\', \'description\': \'2222\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 19, 29, 0, 392467), \'code\': \'TMPATCH-20190928-0000016\', \'file_upload\': 16, \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2222\', \'file_name\': \'Screen Shot 2019-08-11 at 7.03.49 PM.png\', \'description\': \'2222\', \'created\': \'2019-09-28T19:29:00.392467\', \'code\': \'TMPATCH-20190928-0000016\', \'uploaded_by\': \'none\', \'file_upload\': 16, \'template_no\': \'TMP-20190928-0000008\'}'),
	(374, '2019-09-28 21:17:09.052385', 'Megan', '2019-09-28 21:17:09.052417', 'Megan', 'Add', 'ChangeRequestTemplateAttachments', 17, '', '{\'id\': 17, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'6\', \'file_name\': \'CLIENTS_FROM_PROD.sql\', \'description\': \'6\', \'created\': \'2019-09-28T21:17:09.050655\', \'code\': \'TMPATCH-20190928-0000017\', \'uploaded_by\': \'none\', \'file_upload\': 54, \'template_no\': \'TMP-20190928-0000008\'}'),
	(375, '2019-09-28 21:17:09.063169', 'Megan', '2019-09-28 21:17:09.063201', 'Megan', 'Add', 'ChangeRequestTemplateAttachments', 18, '', '{\'id\': 18, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'6\', \'file_name\': \'CLIENTS_FROM_PROD.sql\', \'description\': \'6\', \'created\': \'2019-09-28T21:17:09.061476\', \'code\': \'TMPATCH-20190928-0000018\', \'uploaded_by\': \'none\', \'file_upload\': 54, \'template_no\': \'TMP-20190928-0000008\'}'),
	(376, '2019-09-28 21:17:09.075001', 'Megan', '2019-09-28 21:17:09.075034', 'Megan', 'Add', 'ChangeRequestTemplateAttachments', 19, '', '{\'id\': 19, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'6\', \'file_name\': \'CLIENTS_FROM_PROD.sql\', \'description\': \'6\', \'created\': \'2019-09-28T21:17:09.073378\', \'code\': \'TMPATCH-20190928-0000019\', \'uploaded_by\': \'none\', \'file_upload\': 54, \'template_no\': \'TMP-20190928-0000008\'}'),
	(377, '2019-09-28 21:17:09.139645', 'Megan', '2019-09-28 21:17:09.139675', 'Megan', 'Add', 'ChangeRequestTemplateAttachments', 20, '', '{\'id\': 20, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'6\', \'file_name\': \'CLIENTS_FROM_PROD.sql\', \'description\': \'6\', \'created\': \'2019-09-28T21:17:09.137976\', \'code\': \'TMPATCH-20190928-0000020\', \'uploaded_by\': \'none\', \'file_upload\': 54, \'template_no\': \'TMP-20190928-0000008\'}'),
	(378, '2019-09-28 21:17:09.147837', 'Megan', '2019-09-28 21:17:09.147867', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 4, '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 436673), \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.436673\', \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(379, '2019-09-28 21:17:09.154117', 'Megan', '2019-09-28 21:17:09.154147', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 5, '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 439003), \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.439003\', \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(380, '2019-09-28 21:17:09.160453', 'Megan', '2019-09-28 21:17:09.160483', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 6, '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 441175), \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.441175\', \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(381, '2019-09-28 21:17:09.166778', 'Megan', '2019-09-28 21:17:09.166809', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 7, '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 443366), \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.443366\', \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(382, '2019-09-28 21:17:41.925939', 'Megan', '2019-09-28 21:17:41.925983', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 8, '{\'id\': 8, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL - EDITEd\', \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL - EDITEd1111\', \'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_id\': \'LVL-PRE\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': 2}', '{\'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL - EDITEd\', \'requested_to_target_date\': 2, \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL - EDITEd1111\', \'created\': \'2019-09-28T17:38:53.378781\', \'requested_to_template_id\': \'LVL-PRE\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 10), (\'level\', 1), (\'delegation\', \'Head of Department\'), (\'created\', \'2019-09-28T17:38:53.399373\'), (\'code\', \'TMPAPR-20190928-0000010\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 11), (\'level\', 2), (\'delegation\', \'SD/OD\'), (\'created\', \'2019-09-28T17:38:53.401639\'), (\'code\', \'TMPAPR-20190928-0000011\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_stakes\': [OrderedDict([(\'id\', 4), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.414846\'), (\'code\', \'TMPSTK-20190928-0000004\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 5), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.416964\'), (\'code\', \'TMPSTK-20190928-0000005\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})]), OrderedDict([(\'id\', 6), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.419129\'), (\'code\', \'TMPSTK-20190928-0000006\'), (\'user\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_attachments\': [OrderedDict([(\'id\', 16), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'2222\'), (\'file_name\', \'Screen Shot 2019-08-11 at 7.03.49 PM.png\'), (\'description\', \'2222\'), (\'created\', \'2019-09-28T19:29:00.392467\'), (\'code\', \'TMPATCH-20190928-0000016\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/RMSv2_postman_collection\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 17), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'6\'), (\'file_name\', \'CLIENTS_FROM_PROD.sql\'), (\'description\', \'6\'), (\'created\', \'2019-09-28T21:17:09.050655\'), (\'code\', \'TMPATCH-20190928-0000017\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/CLIENTS_FROM_PROD.sql\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 18), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'6\'), (\'file_name\', \'CLIENTS_FROM_PROD.sql\'), (\'description\', \'6\'), (\'created\', \'2019-09-28T21:17:09.061476\'), (\'code\', \'TMPATCH-20190928-0000018\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/CLIENTS_FROM_PROD.sql\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 19), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'6\'), (\'file_name\', \'CLIENTS_FROM_PROD.sql\'), (\'description\', \'6\'), (\'created\', \'2019-09-28T21:17:09.073378\'), (\'code\', \'TMPATCH-20190928-0000019\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/CLIENTS_FROM_PROD.sql\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 20), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'6\'), (\'file_name\', \'CLIENTS_FROM_PROD.sql\'), (\'description\', \'6\'), (\'created\', \'2019-09-28T21:17:09.137976\'), (\'code\', \'TMPATCH-20190928-0000020\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/CLIENTS_FROM_PROD.sql\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'tmp_details\': [OrderedDict([(\'id\', 4), (\'field_idx\', \'0\'), (\'field_ref\', \'TLE-ier799t82kk13d2we9\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.436673\'), (\'code\', \'TMPDETAIL-20190928-0000004\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 5), (\'field_idx\', \'1\'), (\'field_ref\', \'SBTLE-tbabjmppfydk13d3626\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.439003\'), (\'code\', \'TMPDETAIL-20190928-0000005\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 6), (\'field_idx\', \'2\'), (\'field_ref\', \'SHRQSTN-8mf1mtpahnjk13d3jia\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.441175\'), (\'code\', \'TMPDETAIL-20190928-0000006\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 7), (\'field_idx\', \'3\'), (\'field_ref\', \'SHRQSTN-1l3zgkkoszahk13d4ag0\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.443366\'), (\'code\', \'TMPDETAIL-20190928-0000007\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'requested_to_company_object\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'requested_to_department_object\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}, \'requested_to_user_object\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Development\', \'point_of_contact\': \'Megan\', \'created_by\': \'Megan\'}'),
	(383, '2019-09-28 21:17:41.940282', 'Megan', '2019-09-28 21:17:41.940315', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 10, '{\'id\': 10, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Head of Department\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 399373), \'code\': \'TMPAPR-20190928-0000010\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 10, \'level\': 1, \'delegation\': \'Head of Department\', \'created\': \'2019-09-28T17:38:53.399373\', \'code\': \'TMPAPR-20190928-0000010\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(384, '2019-09-28 21:17:41.951306', 'Megan', '2019-09-28 21:17:41.951340', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 11, '{\'id\': 11, \'level\': 2, \'user\': \'USER-20190927-0000012\', \'delegation\': \'SD/OD\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 401639), \'code\': \'TMPAPR-20190928-0000011\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 11, \'level\': 2, \'delegation\': \'SD/OD\', \'created\': \'2019-09-28T17:38:53.401639\', \'code\': \'TMPAPR-20190928-0000011\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(385, '2019-09-28 21:17:41.963583', 'Megan', '2019-09-28 21:17:41.963622', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 4, '{\'id\': 4, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 414846), \'code\': \'TMPSTK-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.414846\', \'code\': \'TMPSTK-20190928-0000004\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(386, '2019-09-28 21:17:41.975277', 'Megan', '2019-09-28 21:17:41.975311', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 5, '{\'id\': 5, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 416964), \'code\': \'TMPSTK-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.416964\', \'code\': \'TMPSTK-20190928-0000005\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(387, '2019-09-28 21:17:41.985912', 'Megan', '2019-09-28 21:17:41.985949', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 6, '{\'id\': 6, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 419129), \'code\': \'TMPSTK-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.419129\', \'code\': \'TMPSTK-20190928-0000006\', \'user\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(388, '2019-09-28 21:17:41.989867', 'Megan', '2019-09-28 21:17:41.989920', 'Megan', 'DELETED', 'ChangeRequestTemplateAttachments', 17, '{\'id\': 17, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'6\', \'file_name\': \'CLIENTS_FROM_PROD.sql\', \'description\': \'6\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 21, 17, 9, 50655), \'code\': \'TMPATCH-20190928-0000017\', \'file_upload\': 54, \'template_no\': \'TMP-20190928-0000008\'}', ''),
	(389, '2019-09-28 21:17:41.992039', 'Megan', '2019-09-28 21:17:41.992071', 'Megan', 'DELETED', 'ChangeRequestTemplateAttachments', 18, '{\'id\': 18, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'6\', \'file_name\': \'CLIENTS_FROM_PROD.sql\', \'description\': \'6\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 21, 17, 9, 61476), \'code\': \'TMPATCH-20190928-0000018\', \'file_upload\': 54, \'template_no\': \'TMP-20190928-0000008\'}', ''),
	(390, '2019-09-28 21:17:41.993968', 'Megan', '2019-09-28 21:17:41.994000', 'Megan', 'DELETED', 'ChangeRequestTemplateAttachments', 19, '{\'id\': 19, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'6\', \'file_name\': \'CLIENTS_FROM_PROD.sql\', \'description\': \'6\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 21, 17, 9, 73378), \'code\': \'TMPATCH-20190928-0000019\', \'file_upload\': 54, \'template_no\': \'TMP-20190928-0000008\'}', ''),
	(391, '2019-09-28 21:17:41.995976', 'Megan', '2019-09-28 21:17:41.996009', 'Megan', 'DELETED', 'ChangeRequestTemplateAttachments', 20, '{\'id\': 20, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'6\', \'file_name\': \'CLIENTS_FROM_PROD.sql\', \'description\': \'6\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 21, 17, 9, 137976), \'code\': \'TMPATCH-20190928-0000020\', \'file_upload\': 54, \'template_no\': \'TMP-20190928-0000008\'}', ''),
	(392, '2019-09-28 21:17:42.008299', 'Megan', '2019-09-28 21:17:42.008331', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 16, '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2222\', \'file_name\': \'Screen Shot 2019-08-11 at 7.03.49 PM.png\', \'description\': \'2222\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 19, 29, 0, 392467), \'code\': \'TMPATCH-20190928-0000016\', \'file_upload\': 16, \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2222\', \'file_name\': \'Screen Shot 2019-08-11 at 7.03.49 PM.png\', \'description\': \'2222\', \'created\': \'2019-09-28T19:29:00.392467\', \'code\': \'TMPATCH-20190928-0000016\', \'uploaded_by\': \'none\', \'file_upload\': 16, \'template_no\': \'TMP-20190928-0000008\'}'),
	(393, '2019-09-28 21:17:42.016415', 'Megan', '2019-09-28 21:17:42.016445', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 4, '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 436673), \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.436673\', \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(394, '2019-09-28 21:17:42.022296', 'Megan', '2019-09-28 21:17:42.022325', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 5, '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 439003), \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.439003\', \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(395, '2019-09-28 21:17:42.028546', 'Megan', '2019-09-28 21:17:42.028576', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 6, '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 441175), \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.441175\', \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(396, '2019-09-28 21:17:42.034837', 'Megan', '2019-09-28 21:17:42.034890', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 7, '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 443366), \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.443366\', \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(397, '2019-09-28 21:21:29.832250', 'Megan', '2019-09-28 21:21:29.832293', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 8, '{\'id\': 8, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL - EDITEd\', \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL - EDITEd1111\', \'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_id\': \'LVL-PRE\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': 2}', '{\'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL - EDITEd\', \'requested_to_target_date\': 2, \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL - EDITEd1111\', \'created\': \'2019-09-28T17:38:53.378781\', \'requested_to_template_id\': \'LVL-PRE\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 10), (\'level\', 1), (\'delegation\', \'Head of Department\'), (\'created\', \'2019-09-28T17:38:53.399373\'), (\'code\', \'TMPAPR-20190928-0000010\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 11), (\'level\', 2), (\'delegation\', \'SD/OD\'), (\'created\', \'2019-09-28T17:38:53.401639\'), (\'code\', \'TMPAPR-20190928-0000011\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_stakes\': [OrderedDict([(\'id\', 4), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.414846\'), (\'code\', \'TMPSTK-20190928-0000004\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 5), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.416964\'), (\'code\', \'TMPSTK-20190928-0000005\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})]), OrderedDict([(\'id\', 6), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.419129\'), (\'code\', \'TMPSTK-20190928-0000006\'), (\'user\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_attachments\': [OrderedDict([(\'id\', 16), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'2222\'), (\'file_name\', \'Screen Shot 2019-08-11 at 7.03.49 PM.png\'), (\'description\', \'2222\'), (\'created\', \'2019-09-28T19:29:00.392467\'), (\'code\', \'TMPATCH-20190928-0000016\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/RMSv2_postman_collection\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'tmp_details\': [OrderedDict([(\'id\', 4), (\'field_idx\', \'0\'), (\'field_ref\', \'TLE-ier799t82kk13d2we9\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.436673\'), (\'code\', \'TMPDETAIL-20190928-0000004\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 5), (\'field_idx\', \'1\'), (\'field_ref\', \'SBTLE-tbabjmppfydk13d3626\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.439003\'), (\'code\', \'TMPDETAIL-20190928-0000005\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 6), (\'field_idx\', \'2\'), (\'field_ref\', \'SHRQSTN-8mf1mtpahnjk13d3jia\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.441175\'), (\'code\', \'TMPDETAIL-20190928-0000006\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 7), (\'field_idx\', \'3\'), (\'field_ref\', \'SHRQSTN-1l3zgkkoszahk13d4ag0\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.443366\'), (\'code\', \'TMPDETAIL-20190928-0000007\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'requested_to_company_object\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'requested_to_department_object\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}, \'requested_to_user_object\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Development\', \'point_of_contact\': \'Megan\', \'created_by\': \'Megan\'}'),
	(398, '2019-09-28 21:21:29.845129', 'Megan', '2019-09-28 21:21:29.845164', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 10, '{\'id\': 10, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Head of Department\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 399373), \'code\': \'TMPAPR-20190928-0000010\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 10, \'level\': 1, \'delegation\': \'Head of Department\', \'created\': \'2019-09-28T17:38:53.399373\', \'code\': \'TMPAPR-20190928-0000010\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(399, '2019-09-28 21:21:29.855986', 'Megan', '2019-09-28 21:21:29.856022', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 11, '{\'id\': 11, \'level\': 2, \'user\': \'USER-20190927-0000012\', \'delegation\': \'SD/OD\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 401639), \'code\': \'TMPAPR-20190928-0000011\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 11, \'level\': 2, \'delegation\': \'SD/OD\', \'created\': \'2019-09-28T17:38:53.401639\', \'code\': \'TMPAPR-20190928-0000011\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(400, '2019-09-28 21:21:29.867588', 'Megan', '2019-09-28 21:21:29.867621', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 4, '{\'id\': 4, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 414846), \'code\': \'TMPSTK-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.414846\', \'code\': \'TMPSTK-20190928-0000004\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(401, '2019-09-28 21:21:29.877212', 'Megan', '2019-09-28 21:21:29.877251', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 5, '{\'id\': 5, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 416964), \'code\': \'TMPSTK-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.416964\', \'code\': \'TMPSTK-20190928-0000005\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(402, '2019-09-28 21:21:29.887304', 'Megan', '2019-09-28 21:21:29.887340', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 6, '{\'id\': 6, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 419129), \'code\': \'TMPSTK-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.419129\', \'code\': \'TMPSTK-20190928-0000006\', \'user\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(403, '2019-09-28 21:21:29.898805', 'Megan', '2019-09-28 21:21:29.898836', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 16, '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2222\', \'file_name\': \'Screen Shot 2019-08-11 at 7.03.49 PM.png\', \'description\': \'2222\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 19, 29, 0, 392467), \'code\': \'TMPATCH-20190928-0000016\', \'file_upload\': 16, \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2222\', \'file_name\': \'Screen Shot 2019-08-11 at 7.03.49 PM.png\', \'description\': \'2222\', \'created\': \'2019-09-28T19:29:00.392467\', \'code\': \'TMPATCH-20190928-0000016\', \'uploaded_by\': \'none\', \'file_upload\': 16, \'template_no\': \'TMP-20190928-0000008\'}'),
	(404, '2019-09-28 21:21:29.908386', 'Megan', '2019-09-28 21:21:29.908419', 'Megan', 'Add', 'ChangeRequestTemplateAttachments', 21, '', '{\'id\': 21, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'cc\', \'file_name\': \'api.zip\', \'description\': \'c\', \'created\': \'2019-09-28T21:21:29.906754\', \'code\': \'TMPATCH-20190928-0000021\', \'uploaded_by\': \'none\', \'file_upload\': 59, \'template_no\': \'TMP-20190928-0000008\'}'),
	(405, '2019-09-28 21:21:29.917834', 'Megan', '2019-09-28 21:21:29.917863', 'Megan', 'Add', 'ChangeRequestTemplateAttachments', 22, '', '{\'id\': 22, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'cc\', \'file_name\': \'api.zip\', \'description\': \'c\', \'created\': \'2019-09-28T21:21:29.916329\', \'code\': \'TMPATCH-20190928-0000022\', \'uploaded_by\': \'none\', \'file_upload\': 59, \'template_no\': \'TMP-20190928-0000008\'}'),
	(406, '2019-09-28 21:21:29.927416', 'Megan', '2019-09-28 21:21:29.927446', 'Megan', 'Add', 'ChangeRequestTemplateAttachments', 23, '', '{\'id\': 23, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'cc\', \'file_name\': \'api.zip\', \'description\': \'c\', \'created\': \'2019-09-28T21:21:29.925609\', \'code\': \'TMPATCH-20190928-0000023\', \'uploaded_by\': \'none\', \'file_upload\': 59, \'template_no\': \'TMP-20190928-0000008\'}'),
	(407, '2019-09-28 21:21:29.935117', 'Megan', '2019-09-28 21:21:29.935147', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 4, '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 436673), \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.436673\', \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(408, '2019-09-28 21:21:29.940680', 'Megan', '2019-09-28 21:21:29.940714', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 5, '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 439003), \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.439003\', \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(409, '2019-09-28 21:21:29.946522', 'Megan', '2019-09-28 21:21:29.946553', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 6, '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 441175), \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.441175\', \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(410, '2019-09-28 21:21:29.952404', 'Megan', '2019-09-28 21:21:29.952434', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 7, '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 443366), \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.443366\', \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(411, '2019-09-28 21:27:48.705786', 'Megan', '2019-09-28 21:27:48.705824', 'Megan', 'DELETED', 'ChangeRequestTemplateApprovers', 2, '{\'id\': 2, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Change Control Board\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 658271), \'code\': \'TMPAPR-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', ''),
	(412, '2019-09-28 21:27:48.708155', 'Megan', '2019-09-28 21:27:48.708188', 'Megan', 'DELETED', 'ChangeRequestTemplateApprovers', 6, '{\'id\': 6, \'level\': 2, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Change Control Board\', \'created\': datetime.datetime(2019, 9, 27, 21, 39, 24, 405393), \'code\': \'TMPAPR-20190927-0000006\', \'template_no\': \'TMP-20190927-0000002\'}', ''),
	(413, '2019-09-28 21:27:48.710118', 'Megan', '2019-09-28 21:27:48.710151', 'Megan', 'DELETED', 'ChangeRequestTemplateApprovers', 7, '{\'id\': 7, \'level\': 3, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Change Control Board\', \'created\': datetime.datetime(2019, 9, 27, 21, 39, 24, 416173), \'code\': \'TMPAPR-20190927-0000007\', \'template_no\': \'TMP-20190927-0000002\'}', ''),
	(414, '2019-09-28 21:27:48.714680', 'Megan', '2019-09-28 21:27:48.714719', 'Megan', 'DELETED', 'ChangeRequestTemplateStakeHolders', 1, '{\'id\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 27, 20, 56, 27, 237350), \'code\': \'TMPSTK-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', ''),
	(415, '2019-09-28 21:27:48.716759', 'Megan', '2019-09-28 21:27:48.716792', 'Megan', 'DELETED', 'ChangeRequestTemplateStakeHolders', 2, '{\'id\': 2, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 27, 20, 56, 27, 248294), \'code\': \'TMPSTK-20190927-0000002\', \'template_no\': \'TMP-20190927-0000002\'}', ''),
	(416, '2019-09-28 21:27:48.721382', 'Megan', '2019-09-28 21:27:48.721420', 'Megan', 'DELETED', 'ChangeRequestTemplateAttachments', 1, '{\'id\': 1, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 666934), \'code\': \'TMPATCH-20190927-0000001\', \'file_upload\': 1, \'template_no\': \'TMP-20190927-0000002\'}', ''),
	(417, '2019-09-28 21:27:48.723630', 'Megan', '2019-09-28 21:27:48.723665', 'Megan', 'DELETED', 'ChangeRequestTemplateAttachments', 5, '{\'id\': 5, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'aaaa\', \'file_name\': \'test.png\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 17, 11, 31, 254649), \'code\': \'TMPATCH-20190927-0000005\', \'file_upload\': 5, \'template_no\': \'TMP-20190927-0000002\'}', ''),
	(418, '2019-09-28 21:27:48.725620', 'Megan', '2019-09-28 21:27:48.725654', 'Megan', 'DELETED', 'ChangeRequestTemplateAttachments', 11, '{\'id\': 11, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'123\', \'file_name\': \'api.zip\', \'description\': \'asd\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 27, 19, 17, 49, 325083), \'code\': \'TMPATCH-20190927-0000011\', \'file_upload\': 11, \'template_no\': \'TMP-20190927-0000002\'}', ''),
	(419, '2019-09-28 21:27:48.730486', 'Megan', '2019-09-28 21:27:48.730521', 'Megan', 'DELETED', 'ChangeRequestTemplateDetails', 1, '{\'id\': 1, \'field_idx\': \'0\', \'field_ref\': \'CHKS-w24wz95jypbk11r40fe\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"dfsf","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"dr3ibbc1ngk11r421j","label":"Item text here","item_label":"fs"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">dfsf</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"dr3ibbc1ngk11r421j\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"fs\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 27, 14, 35, 34, 672068), \'code\': \'TMPDETAIL-20190927-0000001\', \'template_no\': \'TMP-20190927-0000002\'}', ''),
	(420, '2019-09-28 21:27:48.735253', 'Megan', '2019-09-28 21:27:48.735288', 'Megan', 'DELETED', 'ChangeRequestTemplateHeader', 2, '{\'id\': 2, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'asdf\', \'requested_to_objective\': \'sdeef\', \'requested_to_priority\': \'High\', \'description\': \'sdf\', \'template_no\': \'TMP-20190927-0000002\', \'requested_to_template_id\': \'2\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': 0}', ''),
	(421, '2019-09-28 21:29:43.376610', 'Megan', '2019-09-28 21:29:43.376652', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 8, '{\'id\': 8, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL - EDITEd\', \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL - EDITEd1111\', \'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_id\': \'LVL-PRE\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': 2}', '{\'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL - EDITEd\', \'requested_to_target_date\': 2, \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL - EDITEd1111\', \'created\': \'2019-09-28T17:38:53.378781\', \'requested_to_template_id\': \'LVL-PRE\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 10), (\'level\', 1), (\'delegation\', \'Head of Department\'), (\'created\', \'2019-09-28T17:38:53.399373\'), (\'code\', \'TMPAPR-20190928-0000010\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 11), (\'level\', 2), (\'delegation\', \'SD/OD\'), (\'created\', \'2019-09-28T17:38:53.401639\'), (\'code\', \'TMPAPR-20190928-0000011\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_stakes\': [OrderedDict([(\'id\', 4), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.414846\'), (\'code\', \'TMPSTK-20190928-0000004\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 5), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.416964\'), (\'code\', \'TMPSTK-20190928-0000005\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})]), OrderedDict([(\'id\', 6), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.419129\'), (\'code\', \'TMPSTK-20190928-0000006\'), (\'user\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_attachments\': [OrderedDict([(\'id\', 16), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'2222\'), (\'file_name\', \'Screen Shot 2019-08-11 at 7.03.49 PM.png\'), (\'description\', \'2222\'), (\'created\', \'2019-09-28T19:29:00.392467\'), (\'code\', \'TMPATCH-20190928-0000016\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/RMSv2_postman_collection\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 21), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'cc\'), (\'file_name\', \'api.zip\'), (\'description\', \'c\'), (\'created\', \'2019-09-28T21:21:29.906754\'), (\'code\', \'TMPATCH-20190928-0000021\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/api_ZqUNAAX.zip\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 22), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'cc\'), (\'file_name\', \'api.zip\'), (\'description\', \'c\'), (\'created\', \'2019-09-28T21:21:29.916329\'), (\'code\', \'TMPATCH-20190928-0000022\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/api_ZqUNAAX.zip\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 23), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'cc\'), (\'file_name\', \'api.zip\'), (\'description\', \'c\'), (\'created\', \'2019-09-28T21:21:29.925609\'), (\'code\', \'TMPATCH-20190928-0000023\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/api_ZqUNAAX.zip\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'tmp_details\': [OrderedDict([(\'id\', 4), (\'field_idx\', \'0\'), (\'field_ref\', \'TLE-ier799t82kk13d2we9\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.436673\'), (\'code\', \'TMPDETAIL-20190928-0000004\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 5), (\'field_idx\', \'1\'), (\'field_ref\', \'SBTLE-tbabjmppfydk13d3626\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.439003\'), (\'code\', \'TMPDETAIL-20190928-0000005\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 6), (\'field_idx\', \'2\'), (\'field_ref\', \'SHRQSTN-8mf1mtpahnjk13d3jia\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.441175\'), (\'code\', \'TMPDETAIL-20190928-0000006\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 7), (\'field_idx\', \'3\'), (\'field_ref\', \'SHRQSTN-1l3zgkkoszahk13d4ag0\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.443366\'), (\'code\', \'TMPDETAIL-20190928-0000007\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'requested_to_company_object\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'requested_to_department_object\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}, \'requested_to_user_object\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Development\', \'point_of_contact\': \'Megan\', \'created_by\': \'Megan\'}'),
	(422, '2019-09-28 21:29:43.389705', 'Megan', '2019-09-28 21:29:43.389738', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 10, '{\'id\': 10, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Head of Department\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 399373), \'code\': \'TMPAPR-20190928-0000010\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 10, \'level\': 1, \'delegation\': \'Head of Department\', \'created\': \'2019-09-28T17:38:53.399373\', \'code\': \'TMPAPR-20190928-0000010\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(423, '2019-09-28 21:29:43.402267', 'Megan', '2019-09-28 21:29:43.402301', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 11, '{\'id\': 11, \'level\': 2, \'user\': \'USER-20190927-0000012\', \'delegation\': \'SD/OD\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 401639), \'code\': \'TMPAPR-20190928-0000011\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 11, \'level\': 2, \'delegation\': \'SD/OD\', \'created\': \'2019-09-28T17:38:53.401639\', \'code\': \'TMPAPR-20190928-0000011\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(424, '2019-09-28 21:29:43.414911', 'Megan', '2019-09-28 21:29:43.414947', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 4, '{\'id\': 4, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 414846), \'code\': \'TMPSTK-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.414846\', \'code\': \'TMPSTK-20190928-0000004\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(425, '2019-09-28 21:29:43.425570', 'Megan', '2019-09-28 21:29:43.425604', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 5, '{\'id\': 5, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 416964), \'code\': \'TMPSTK-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.416964\', \'code\': \'TMPSTK-20190928-0000005\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(426, '2019-09-28 21:29:43.437038', 'Megan', '2019-09-28 21:29:43.437073', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 6, '{\'id\': 6, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 419129), \'code\': \'TMPSTK-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.419129\', \'code\': \'TMPSTK-20190928-0000006\', \'user\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(427, '2019-09-28 21:29:43.441434', 'Megan', '2019-09-28 21:29:43.441469', 'Megan', 'DELETED', 'ChangeRequestTemplateAttachments', 21, '{\'id\': 21, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'cc\', \'file_name\': \'api.zip\', \'description\': \'c\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 21, 21, 29, 906754), \'code\': \'TMPATCH-20190928-0000021\', \'file_upload\': 59, \'template_no\': \'TMP-20190928-0000008\'}', ''),
	(428, '2019-09-28 21:29:43.443656', 'Megan', '2019-09-28 21:29:43.443690', 'Megan', 'DELETED', 'ChangeRequestTemplateAttachments', 22, '{\'id\': 22, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'cc\', \'file_name\': \'api.zip\', \'description\': \'c\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 21, 21, 29, 916329), \'code\': \'TMPATCH-20190928-0000022\', \'file_upload\': 59, \'template_no\': \'TMP-20190928-0000008\'}', ''),
	(429, '2019-09-28 21:29:43.445667', 'Megan', '2019-09-28 21:29:43.445700', 'Megan', 'DELETED', 'ChangeRequestTemplateAttachments', 23, '{\'id\': 23, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'cc\', \'file_name\': \'api.zip\', \'description\': \'c\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 21, 21, 29, 925609), \'code\': \'TMPATCH-20190928-0000023\', \'file_upload\': 59, \'template_no\': \'TMP-20190928-0000008\'}', ''),
	(430, '2019-09-28 21:29:43.457149', 'Megan', '2019-09-28 21:29:43.457180', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 16, '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2222\', \'file_name\': \'Screen Shot 2019-08-11 at 7.03.49 PM.png\', \'description\': \'2222\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 19, 29, 0, 392467), \'code\': \'TMPATCH-20190928-0000016\', \'file_upload\': 16, \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2222\', \'file_name\': \'Screen Shot 2019-08-11 at 7.03.49 PM.png\', \'description\': \'2222\', \'created\': \'2019-09-28T19:29:00.392467\', \'code\': \'TMPATCH-20190928-0000016\', \'uploaded_by\': \'none\', \'file_upload\': 16, \'template_no\': \'TMP-20190928-0000008\'}'),
	(431, '2019-09-28 21:29:43.465184', 'Megan', '2019-09-28 21:29:43.465215', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 4, '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 436673), \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.436673\', \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(432, '2019-09-28 21:29:43.472401', 'Megan', '2019-09-28 21:29:43.472432', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 5, '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 439003), \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.439003\', \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(433, '2019-09-28 21:29:43.478483', 'Megan', '2019-09-28 21:29:43.478514', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 6, '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 441175), \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.441175\', \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(434, '2019-09-28 21:29:43.484783', 'Megan', '2019-09-28 21:29:43.484814', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 7, '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 443366), \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.443366\', \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(435, '2019-09-28 21:30:44.191875', 'Megan', '2019-09-28 21:30:44.191934', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 8, '{\'id\': 8, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL - EDITEd\', \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL - EDITEd1111\', \'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_id\': \'LVL-PRE\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': 2}', '{\'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL - EDITEd\', \'requested_to_target_date\': 2, \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL - EDITEd1111\', \'created\': \'2019-09-28T17:38:53.378781\', \'requested_to_template_id\': \'LVL-PRE\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 10), (\'level\', 1), (\'delegation\', \'Head of Department\'), (\'created\', \'2019-09-28T17:38:53.399373\'), (\'code\', \'TMPAPR-20190928-0000010\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 11), (\'level\', 2), (\'delegation\', \'SD/OD\'), (\'created\', \'2019-09-28T17:38:53.401639\'), (\'code\', \'TMPAPR-20190928-0000011\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_stakes\': [OrderedDict([(\'id\', 4), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.414846\'), (\'code\', \'TMPSTK-20190928-0000004\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 5), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.416964\'), (\'code\', \'TMPSTK-20190928-0000005\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})]), OrderedDict([(\'id\', 6), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.419129\'), (\'code\', \'TMPSTK-20190928-0000006\'), (\'user\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_attachments\': [OrderedDict([(\'id\', 16), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'2222\'), (\'file_name\', \'Screen Shot 2019-08-11 at 7.03.49 PM.png\'), (\'description\', \'2222\'), (\'created\', \'2019-09-28T19:29:00.392467\'), (\'code\', \'TMPATCH-20190928-0000016\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/RMSv2_postman_collection\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'tmp_details\': [OrderedDict([(\'id\', 4), (\'field_idx\', \'0\'), (\'field_ref\', \'TLE-ier799t82kk13d2we9\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.436673\'), (\'code\', \'TMPDETAIL-20190928-0000004\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 5), (\'field_idx\', \'1\'), (\'field_ref\', \'SBTLE-tbabjmppfydk13d3626\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.439003\'), (\'code\', \'TMPDETAIL-20190928-0000005\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 6), (\'field_idx\', \'2\'), (\'field_ref\', \'SHRQSTN-8mf1mtpahnjk13d3jia\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.441175\'), (\'code\', \'TMPDETAIL-20190928-0000006\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 7), (\'field_idx\', \'3\'), (\'field_ref\', \'SHRQSTN-1l3zgkkoszahk13d4ag0\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.443366\'), (\'code\', \'TMPDETAIL-20190928-0000007\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'requested_to_company_object\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'requested_to_department_object\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}, \'requested_to_user_object\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Development\', \'point_of_contact\': \'Megan\', \'created_by\': \'Megan\'}'),
	(436, '2019-09-28 21:30:44.205246', 'Megan', '2019-09-28 21:30:44.205279', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 10, '{\'id\': 10, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Head of Department\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 399373), \'code\': \'TMPAPR-20190928-0000010\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 10, \'level\': 1, \'delegation\': \'Head of Department\', \'created\': \'2019-09-28T17:38:53.399373\', \'code\': \'TMPAPR-20190928-0000010\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(437, '2019-09-28 21:30:44.216636', 'Megan', '2019-09-28 21:30:44.216668', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 11, '{\'id\': 11, \'level\': 2, \'user\': \'USER-20190927-0000012\', \'delegation\': \'SD/OD\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 401639), \'code\': \'TMPAPR-20190928-0000011\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 11, \'level\': 2, \'delegation\': \'SD/OD\', \'created\': \'2019-09-28T17:38:53.401639\', \'code\': \'TMPAPR-20190928-0000011\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(438, '2019-09-28 21:30:44.228266', 'Megan', '2019-09-28 21:30:44.228299', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 4, '{\'id\': 4, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 414846), \'code\': \'TMPSTK-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.414846\', \'code\': \'TMPSTK-20190928-0000004\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(439, '2019-09-28 21:30:44.239108', 'Megan', '2019-09-28 21:30:44.239142', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 5, '{\'id\': 5, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 416964), \'code\': \'TMPSTK-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.416964\', \'code\': \'TMPSTK-20190928-0000005\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(440, '2019-09-28 21:30:44.249297', 'Megan', '2019-09-28 21:30:44.249335', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 6, '{\'id\': 6, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 419129), \'code\': \'TMPSTK-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.419129\', \'code\': \'TMPSTK-20190928-0000006\', \'user\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(441, '2019-09-28 21:30:44.260617', 'Megan', '2019-09-28 21:30:44.260648', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 16, '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2222\', \'file_name\': \'Screen Shot 2019-08-11 at 7.03.49 PM.png\', \'description\': \'2222\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 19, 29, 0, 392467), \'code\': \'TMPATCH-20190928-0000016\', \'file_upload\': 16, \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2222\', \'file_name\': \'Screen Shot 2019-08-11 at 7.03.49 PM.png\', \'description\': \'2222\', \'created\': \'2019-09-28T19:29:00.392467\', \'code\': \'TMPATCH-20190928-0000016\', \'uploaded_by\': \'none\', \'file_upload\': 16, \'template_no\': \'TMP-20190928-0000008\'}'),
	(442, '2019-09-28 21:30:44.270225', 'Megan', '2019-09-28 21:30:44.270258', 'Megan', 'Add', 'ChangeRequestTemplateAttachments', 24, '', '{\'id\': 24, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'c\', \'file_name\': \'api.zip\', \'description\': \'cc\', \'created\': \'2019-09-28T21:30:44.268578\', \'code\': \'TMPATCH-20190928-0000024\', \'uploaded_by\': \'none\', \'file_upload\': 62, \'template_no\': \'TMP-20190928-0000008\'}'),
	(443, '2019-09-28 21:30:44.279577', 'Megan', '2019-09-28 21:30:44.279608', 'Megan', 'Add', 'ChangeRequestTemplateAttachments', 25, '', '{\'id\': 25, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'c\', \'file_name\': \'api.zip\', \'description\': \'cc\', \'created\': \'2019-09-28T21:30:44.278031\', \'code\': \'TMPATCH-20190928-0000025\', \'uploaded_by\': \'none\', \'file_upload\': 62, \'template_no\': \'TMP-20190928-0000008\'}'),
	(444, '2019-09-28 21:30:44.289001', 'Megan', '2019-09-28 21:30:44.289032', 'Megan', 'Add', 'ChangeRequestTemplateAttachments', 26, '', '{\'id\': 26, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'c\', \'file_name\': \'api.zip\', \'description\': \'cc\', \'created\': \'2019-09-28T21:30:44.287367\', \'code\': \'TMPATCH-20190928-0000026\', \'uploaded_by\': \'none\', \'file_upload\': 62, \'template_no\': \'TMP-20190928-0000008\'}'),
	(445, '2019-09-28 21:30:44.296475', 'Megan', '2019-09-28 21:30:44.296506', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 4, '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 436673), \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.436673\', \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(446, '2019-09-28 21:30:44.302299', 'Megan', '2019-09-28 21:30:44.302329', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 5, '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 439003), \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.439003\', \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(447, '2019-09-28 21:30:44.308193', 'Megan', '2019-09-28 21:30:44.308222', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 6, '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 441175), \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.441175\', \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(448, '2019-09-28 21:30:44.314335', 'Megan', '2019-09-28 21:30:44.314365', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 7, '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 443366), \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.443366\', \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(449, '2019-09-28 21:31:15.002150', 'Megan', '2019-09-28 21:31:15.002202', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 8, '{\'id\': 8, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL - EDITEd\', \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL - EDITEd1111\', \'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_id\': \'LVL-PRE\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': 2}', '{\'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL - EDITEd\', \'requested_to_target_date\': 2, \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL - EDITEd1111\', \'created\': \'2019-09-28T17:38:53.378781\', \'requested_to_template_id\': \'LVL-PRE\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 10), (\'level\', 1), (\'delegation\', \'Head of Department\'), (\'created\', \'2019-09-28T17:38:53.399373\'), (\'code\', \'TMPAPR-20190928-0000010\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 11), (\'level\', 2), (\'delegation\', \'SD/OD\'), (\'created\', \'2019-09-28T17:38:53.401639\'), (\'code\', \'TMPAPR-20190928-0000011\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_stakes\': [OrderedDict([(\'id\', 4), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.414846\'), (\'code\', \'TMPSTK-20190928-0000004\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 5), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.416964\'), (\'code\', \'TMPSTK-20190928-0000005\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})]), OrderedDict([(\'id\', 6), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.419129\'), (\'code\', \'TMPSTK-20190928-0000006\'), (\'user\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_attachments\': [OrderedDict([(\'id\', 16), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'2222\'), (\'file_name\', \'Screen Shot 2019-08-11 at 7.03.49 PM.png\'), (\'description\', \'2222\'), (\'created\', \'2019-09-28T19:29:00.392467\'), (\'code\', \'TMPATCH-20190928-0000016\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/RMSv2_postman_collection\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 24), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'c\'), (\'file_name\', \'api.zip\'), (\'description\', \'cc\'), (\'created\', \'2019-09-28T21:30:44.268578\'), (\'code\', \'TMPATCH-20190928-0000024\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/api_BujND13.zip\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 25), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'c\'), (\'file_name\', \'api.zip\'), (\'description\', \'cc\'), (\'created\', \'2019-09-28T21:30:44.278031\'), (\'code\', \'TMPATCH-20190928-0000025\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/api_BujND13.zip\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 26), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'c\'), (\'file_name\', \'api.zip\'), (\'description\', \'cc\'), (\'created\', \'2019-09-28T21:30:44.287367\'), (\'code\', \'TMPATCH-20190928-0000026\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/api_BujND13.zip\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'tmp_details\': [OrderedDict([(\'id\', 4), (\'field_idx\', \'0\'), (\'field_ref\', \'TLE-ier799t82kk13d2we9\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.436673\'), (\'code\', \'TMPDETAIL-20190928-0000004\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 5), (\'field_idx\', \'1\'), (\'field_ref\', \'SBTLE-tbabjmppfydk13d3626\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.439003\'), (\'code\', \'TMPDETAIL-20190928-0000005\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 6), (\'field_idx\', \'2\'), (\'field_ref\', \'SHRQSTN-8mf1mtpahnjk13d3jia\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.441175\'), (\'code\', \'TMPDETAIL-20190928-0000006\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 7), (\'field_idx\', \'3\'), (\'field_ref\', \'SHRQSTN-1l3zgkkoszahk13d4ag0\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.443366\'), (\'code\', \'TMPDETAIL-20190928-0000007\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'requested_to_company_object\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'requested_to_department_object\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}, \'requested_to_user_object\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Development\', \'point_of_contact\': \'Megan\', \'created_by\': \'Megan\'}'),
	(450, '2019-09-28 21:31:15.019036', 'Megan', '2019-09-28 21:31:15.019082', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 10, '{\'id\': 10, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Head of Department\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 399373), \'code\': \'TMPAPR-20190928-0000010\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 10, \'level\': 1, \'delegation\': \'Head of Department\', \'created\': \'2019-09-28T17:38:53.399373\', \'code\': \'TMPAPR-20190928-0000010\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(451, '2019-09-28 21:31:15.031013', 'Megan', '2019-09-28 21:31:15.031057', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 11, '{\'id\': 11, \'level\': 2, \'user\': \'USER-20190927-0000012\', \'delegation\': \'SD/OD\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 401639), \'code\': \'TMPAPR-20190928-0000011\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 11, \'level\': 2, \'delegation\': \'SD/OD\', \'created\': \'2019-09-28T17:38:53.401639\', \'code\': \'TMPAPR-20190928-0000011\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(452, '2019-09-28 21:31:15.044540', 'Megan', '2019-09-28 21:31:15.044584', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 4, '{\'id\': 4, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 414846), \'code\': \'TMPSTK-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.414846\', \'code\': \'TMPSTK-20190928-0000004\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(453, '2019-09-28 21:31:15.056017', 'Megan', '2019-09-28 21:31:15.056054', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 5, '{\'id\': 5, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 416964), \'code\': \'TMPSTK-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.416964\', \'code\': \'TMPSTK-20190928-0000005\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(454, '2019-09-28 21:31:15.067942', 'Megan', '2019-09-28 21:31:15.067985', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 6, '{\'id\': 6, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 419129), \'code\': \'TMPSTK-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.419129\', \'code\': \'TMPSTK-20190928-0000006\', \'user\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(455, '2019-09-28 21:31:15.072442', 'Megan', '2019-09-28 21:31:15.072489', 'Megan', 'DELETED', 'ChangeRequestTemplateAttachments', 24, '{\'id\': 24, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'c\', \'file_name\': \'api.zip\', \'description\': \'cc\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 21, 30, 44, 268578), \'code\': \'TMPATCH-20190928-0000024\', \'file_upload\': 62, \'template_no\': \'TMP-20190928-0000008\'}', ''),
	(456, '2019-09-28 21:31:15.074446', 'Megan', '2019-09-28 21:31:15.074486', 'Megan', 'DELETED', 'ChangeRequestTemplateAttachments', 25, '{\'id\': 25, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'c\', \'file_name\': \'api.zip\', \'description\': \'cc\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 21, 30, 44, 278031), \'code\': \'TMPATCH-20190928-0000025\', \'file_upload\': 62, \'template_no\': \'TMP-20190928-0000008\'}', ''),
	(457, '2019-09-28 21:31:15.076981', 'Megan', '2019-09-28 21:31:15.077021', 'Megan', 'DELETED', 'ChangeRequestTemplateAttachments', 26, '{\'id\': 26, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'c\', \'file_name\': \'api.zip\', \'description\': \'cc\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 21, 30, 44, 287367), \'code\': \'TMPATCH-20190928-0000026\', \'file_upload\': 62, \'template_no\': \'TMP-20190928-0000008\'}', ''),
	(458, '2019-09-28 21:31:15.088427', 'Megan', '2019-09-28 21:31:15.088459', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 16, '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2222\', \'file_name\': \'Screen Shot 2019-08-11 at 7.03.49 PM.png\', \'description\': \'2222\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 19, 29, 0, 392467), \'code\': \'TMPATCH-20190928-0000016\', \'file_upload\': 16, \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2222\', \'file_name\': \'Screen Shot 2019-08-11 at 7.03.49 PM.png\', \'description\': \'2222\', \'created\': \'2019-09-28T19:29:00.392467\', \'code\': \'TMPATCH-20190928-0000016\', \'uploaded_by\': \'none\', \'file_upload\': 16, \'template_no\': \'TMP-20190928-0000008\'}'),
	(459, '2019-09-28 21:31:15.096073', 'Megan', '2019-09-28 21:31:15.096105', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 4, '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 436673), \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.436673\', \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(460, '2019-09-28 21:31:15.101954', 'Megan', '2019-09-28 21:31:15.101985', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 5, '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 439003), \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.439003\', \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(461, '2019-09-28 21:31:15.107993', 'Megan', '2019-09-28 21:31:15.108026', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 6, '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 441175), \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.441175\', \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(462, '2019-09-28 21:31:15.114487', 'Megan', '2019-09-28 21:31:15.114518', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 7, '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 443366), \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.443366\', \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(463, '2019-09-28 21:32:12.239932', 'Megan', '2019-09-28 21:32:12.239977', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 8, '{\'id\': 8, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL - EDITEd\', \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL - EDITEd1111\', \'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_id\': \'LVL-PRE\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': 2}', '{\'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL - EDITEd\', \'requested_to_target_date\': 2, \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL - EDITEd1111\', \'created\': \'2019-09-28T17:38:53.378781\', \'requested_to_template_id\': \'LVL-PRE\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 10), (\'level\', 1), (\'delegation\', \'Head of Department\'), (\'created\', \'2019-09-28T17:38:53.399373\'), (\'code\', \'TMPAPR-20190928-0000010\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 11), (\'level\', 2), (\'delegation\', \'SD/OD\'), (\'created\', \'2019-09-28T17:38:53.401639\'), (\'code\', \'TMPAPR-20190928-0000011\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_stakes\': [OrderedDict([(\'id\', 4), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.414846\'), (\'code\', \'TMPSTK-20190928-0000004\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 5), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.416964\'), (\'code\', \'TMPSTK-20190928-0000005\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})]), OrderedDict([(\'id\', 6), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.419129\'), (\'code\', \'TMPSTK-20190928-0000006\'), (\'user\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_attachments\': [OrderedDict([(\'id\', 16), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'2222\'), (\'file_name\', \'Screen Shot 2019-08-11 at 7.03.49 PM.png\'), (\'description\', \'2222\'), (\'created\', \'2019-09-28T19:29:00.392467\'), (\'code\', \'TMPATCH-20190928-0000016\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/RMSv2_postman_collection\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'tmp_details\': [OrderedDict([(\'id\', 4), (\'field_idx\', \'0\'), (\'field_ref\', \'TLE-ier799t82kk13d2we9\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.436673\'), (\'code\', \'TMPDETAIL-20190928-0000004\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 5), (\'field_idx\', \'1\'), (\'field_ref\', \'SBTLE-tbabjmppfydk13d3626\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.439003\'), (\'code\', \'TMPDETAIL-20190928-0000005\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 6), (\'field_idx\', \'2\'), (\'field_ref\', \'SHRQSTN-8mf1mtpahnjk13d3jia\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.441175\'), (\'code\', \'TMPDETAIL-20190928-0000006\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 7), (\'field_idx\', \'3\'), (\'field_ref\', \'SHRQSTN-1l3zgkkoszahk13d4ag0\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.443366\'), (\'code\', \'TMPDETAIL-20190928-0000007\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'requested_to_company_object\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'requested_to_department_object\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}, \'requested_to_user_object\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Development\', \'point_of_contact\': \'Megan\', \'created_by\': \'Megan\'}'),
	(464, '2019-09-28 21:32:12.253729', 'Megan', '2019-09-28 21:32:12.253766', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 10, '{\'id\': 10, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Head of Department\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 399373), \'code\': \'TMPAPR-20190928-0000010\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 10, \'level\': 1, \'delegation\': \'Head of Department\', \'created\': \'2019-09-28T17:38:53.399373\', \'code\': \'TMPAPR-20190928-0000010\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(465, '2019-09-28 21:32:12.264803', 'Megan', '2019-09-28 21:32:12.264838', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 11, '{\'id\': 11, \'level\': 2, \'user\': \'USER-20190927-0000012\', \'delegation\': \'SD/OD\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 401639), \'code\': \'TMPAPR-20190928-0000011\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 11, \'level\': 2, \'delegation\': \'SD/OD\', \'created\': \'2019-09-28T17:38:53.401639\', \'code\': \'TMPAPR-20190928-0000011\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(466, '2019-09-28 21:32:12.277363', 'Megan', '2019-09-28 21:32:12.277396', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 4, '{\'id\': 4, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 414846), \'code\': \'TMPSTK-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.414846\', \'code\': \'TMPSTK-20190928-0000004\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(467, '2019-09-28 21:32:12.287723', 'Megan', '2019-09-28 21:32:12.287757', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 5, '{\'id\': 5, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 416964), \'code\': \'TMPSTK-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.416964\', \'code\': \'TMPSTK-20190928-0000005\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(468, '2019-09-28 21:32:12.301546', 'Megan', '2019-09-28 21:32:12.301589', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 6, '{\'id\': 6, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 419129), \'code\': \'TMPSTK-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.419129\', \'code\': \'TMPSTK-20190928-0000006\', \'user\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(469, '2019-09-28 21:32:12.367332', 'Megan', '2019-09-28 21:32:12.367363', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 16, '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2222\', \'file_name\': \'Screen Shot 2019-08-11 at 7.03.49 PM.png\', \'description\': \'2222\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 19, 29, 0, 392467), \'code\': \'TMPATCH-20190928-0000016\', \'file_upload\': 16, \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2222\', \'file_name\': \'Screen Shot 2019-08-11 at 7.03.49 PM.png\', \'description\': \'2222\', \'created\': \'2019-09-28T19:29:00.392467\', \'code\': \'TMPATCH-20190928-0000016\', \'uploaded_by\': \'none\', \'file_upload\': 16, \'template_no\': \'TMP-20190928-0000008\'}'),
	(470, '2019-09-28 21:32:12.377406', 'Megan', '2019-09-28 21:32:12.377436', 'Megan', 'Add', 'ChangeRequestTemplateAttachments', 27, '', '{\'id\': 27, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'v\', \'file_name\': \'AcquisitionMigrator.rtf\', \'description\': \'v\', \'created\': \'2019-09-28T21:32:12.375743\', \'code\': \'TMPATCH-20190928-0000027\', \'uploaded_by\': \'none\', \'file_upload\': 66, \'template_no\': \'TMP-20190928-0000008\'}'),
	(471, '2019-09-28 21:32:12.388392', 'Megan', '2019-09-28 21:32:12.388423', 'Megan', 'Add', 'ChangeRequestTemplateAttachments', 28, '', '{\'id\': 28, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'v\', \'file_name\': \'AcquisitionMigrator.rtf\', \'description\': \'v\', \'created\': \'2019-09-28T21:32:12.386742\', \'code\': \'TMPATCH-20190928-0000028\', \'uploaded_by\': \'none\', \'file_upload\': 66, \'template_no\': \'TMP-20190928-0000008\'}'),
	(472, '2019-09-28 21:32:12.396472', 'Megan', '2019-09-28 21:32:12.396502', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 4, '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 436673), \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.436673\', \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(473, '2019-09-28 21:32:12.402633', 'Megan', '2019-09-28 21:32:12.402664', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 5, '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 439003), \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.439003\', \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(474, '2019-09-28 21:32:12.408867', 'Megan', '2019-09-28 21:32:12.408915', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 6, '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 441175), \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.441175\', \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(475, '2019-09-28 21:32:12.415572', 'Megan', '2019-09-28 21:32:12.415602', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 7, '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 443366), \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.443366\', \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(476, '2019-09-28 21:54:48.782153', 'Megan', '2019-09-28 21:54:48.782197', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 8, '{\'id\': 8, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL - EDITEd\', \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL - EDITEd1111\', \'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_id\': \'LVL-PRE\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': 2}', '{\'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL - EDITEd\', \'requested_to_target_date\': 2, \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL - EDITEd1111\', \'created\': \'2019-09-28T17:38:53.378781\', \'requested_to_template_id\': \'LVL-PRE\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 10), (\'level\', 1), (\'delegation\', \'Head of Department\'), (\'created\', \'2019-09-28T17:38:53.399373\'), (\'code\', \'TMPAPR-20190928-0000010\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 11), (\'level\', 2), (\'delegation\', \'SD/OD\'), (\'created\', \'2019-09-28T17:38:53.401639\'), (\'code\', \'TMPAPR-20190928-0000011\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_stakes\': [OrderedDict([(\'id\', 4), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.414846\'), (\'code\', \'TMPSTK-20190928-0000004\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 5), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.416964\'), (\'code\', \'TMPSTK-20190928-0000005\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})]), OrderedDict([(\'id\', 6), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.419129\'), (\'code\', \'TMPSTK-20190928-0000006\'), (\'user\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_attachments\': [OrderedDict([(\'id\', 16), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'2222\'), (\'file_name\', \'Screen Shot 2019-08-11 at 7.03.49 PM.png\'), (\'description\', \'2222\'), (\'created\', \'2019-09-28T19:29:00.392467\'), (\'code\', \'TMPATCH-20190928-0000016\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/RMSv2_postman_collection\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 27), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'v\'), (\'file_name\', \'AcquisitionMigrator.rtf\'), (\'description\', \'v\'), (\'created\', \'2019-09-28T21:32:12.375743\'), (\'code\', \'TMPATCH-20190928-0000027\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/AcquisitionMigrator_kOlJJYN.rtf\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 28), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'v\'), (\'file_name\', \'AcquisitionMigrator.rtf\'), (\'description\', \'v\'), (\'created\', \'2019-09-28T21:32:12.386742\'), (\'code\', \'TMPATCH-20190928-0000028\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/AcquisitionMigrator_kOlJJYN.rtf\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'tmp_details\': [OrderedDict([(\'id\', 4), (\'field_idx\', \'0\'), (\'field_ref\', \'TLE-ier799t82kk13d2we9\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.436673\'), (\'code\', \'TMPDETAIL-20190928-0000004\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 5), (\'field_idx\', \'1\'), (\'field_ref\', \'SBTLE-tbabjmppfydk13d3626\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.439003\'), (\'code\', \'TMPDETAIL-20190928-0000005\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 6), (\'field_idx\', \'2\'), (\'field_ref\', \'SHRQSTN-8mf1mtpahnjk13d3jia\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.441175\'), (\'code\', \'TMPDETAIL-20190928-0000006\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 7), (\'field_idx\', \'3\'), (\'field_ref\', \'SHRQSTN-1l3zgkkoszahk13d4ag0\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.443366\'), (\'code\', \'TMPDETAIL-20190928-0000007\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'requested_to_company_object\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'requested_to_department_object\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}, \'requested_to_user_object\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Development\', \'point_of_contact\': \'Megan\', \'created_by\': \'Megan\'}'),
	(477, '2019-09-28 21:54:48.795252', 'Megan', '2019-09-28 21:54:48.795288', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 10, '{\'id\': 10, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Head of Department\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 399373), \'code\': \'TMPAPR-20190928-0000010\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 10, \'level\': 1, \'delegation\': \'Head of Department\', \'created\': \'2019-09-28T17:38:53.399373\', \'code\': \'TMPAPR-20190928-0000010\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(478, '2019-09-28 21:54:48.805530', 'Megan', '2019-09-28 21:54:48.805563', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 11, '{\'id\': 11, \'level\': 2, \'user\': \'USER-20190927-0000012\', \'delegation\': \'SD/OD\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 401639), \'code\': \'TMPAPR-20190928-0000011\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 11, \'level\': 2, \'delegation\': \'SD/OD\', \'created\': \'2019-09-28T17:38:53.401639\', \'code\': \'TMPAPR-20190928-0000011\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(479, '2019-09-28 21:54:48.818027', 'Megan', '2019-09-28 21:54:48.818062', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 4, '{\'id\': 4, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 414846), \'code\': \'TMPSTK-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.414846\', \'code\': \'TMPSTK-20190928-0000004\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(480, '2019-09-28 21:54:48.828366', 'Megan', '2019-09-28 21:54:48.828401', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 5, '{\'id\': 5, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 416964), \'code\': \'TMPSTK-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.416964\', \'code\': \'TMPSTK-20190928-0000005\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(481, '2019-09-28 21:54:48.839023', 'Megan', '2019-09-28 21:54:48.839058', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 6, '{\'id\': 6, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 419129), \'code\': \'TMPSTK-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.419129\', \'code\': \'TMPSTK-20190928-0000006\', \'user\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(482, '2019-09-28 21:54:48.843002', 'Megan', '2019-09-28 21:54:48.843036', 'Megan', 'DELETED', 'ChangeRequestTemplateAttachments', 27, '{\'id\': 27, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'v\', \'file_name\': \'AcquisitionMigrator.rtf\', \'description\': \'v\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 21, 32, 12, 375743), \'code\': \'TMPATCH-20190928-0000027\', \'file_upload\': 66, \'template_no\': \'TMP-20190928-0000008\'}', ''),
	(483, '2019-09-28 21:54:48.845298', 'Megan', '2019-09-28 21:54:48.845333', 'Megan', 'DELETED', 'ChangeRequestTemplateAttachments', 28, '{\'id\': 28, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'v\', \'file_name\': \'AcquisitionMigrator.rtf\', \'description\': \'v\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 21, 32, 12, 386742), \'code\': \'TMPATCH-20190928-0000028\', \'file_upload\': 66, \'template_no\': \'TMP-20190928-0000008\'}', ''),
	(484, '2019-09-28 21:54:48.856625', 'Megan', '2019-09-28 21:54:48.856657', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 16, '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2222\', \'file_name\': \'Screen Shot 2019-08-11 at 7.03.49 PM.png\', \'description\': \'2222\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 19, 29, 0, 392467), \'code\': \'TMPATCH-20190928-0000016\', \'file_upload\': 16, \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2222\', \'file_name\': \'Screen Shot 2019-08-11 at 7.03.49 PM.png\', \'description\': \'2222\', \'created\': \'2019-09-28T19:29:00.392467\', \'code\': \'TMPATCH-20190928-0000016\', \'uploaded_by\': \'none\', \'file_upload\': 16, \'template_no\': \'TMP-20190928-0000008\'}'),
	(485, '2019-09-28 21:54:48.864440', 'Megan', '2019-09-28 21:54:48.864473', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 4, '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 436673), \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.436673\', \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(486, '2019-09-28 21:54:48.871684', 'Megan', '2019-09-28 21:54:48.871718', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 5, '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 439003), \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.439003\', \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(487, '2019-09-28 21:54:48.877812', 'Megan', '2019-09-28 21:54:48.877844', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 6, '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 441175), \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.441175\', \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(488, '2019-09-28 21:54:48.884175', 'Megan', '2019-09-28 21:54:48.884208', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 7, '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 443366), \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.443366\', \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(489, '2019-09-28 21:55:49.407152', 'Megan', '2019-09-28 21:55:49.407195', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 8, '{\'id\': 8, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL - EDITEd\', \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL - EDITEd1111\', \'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_id\': \'LVL-PRE\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': 2}', '{\'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL - EDITEd\', \'requested_to_target_date\': 2, \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL - EDITEd1111\', \'created\': \'2019-09-28T17:38:53.378781\', \'requested_to_template_id\': \'LVL-PRE\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 10), (\'level\', 1), (\'delegation\', \'Head of Department\'), (\'created\', \'2019-09-28T17:38:53.399373\'), (\'code\', \'TMPAPR-20190928-0000010\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 11), (\'level\', 2), (\'delegation\', \'SD/OD\'), (\'created\', \'2019-09-28T17:38:53.401639\'), (\'code\', \'TMPAPR-20190928-0000011\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_stakes\': [OrderedDict([(\'id\', 4), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.414846\'), (\'code\', \'TMPSTK-20190928-0000004\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 5), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.416964\'), (\'code\', \'TMPSTK-20190928-0000005\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})]), OrderedDict([(\'id\', 6), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.419129\'), (\'code\', \'TMPSTK-20190928-0000006\'), (\'user\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_attachments\': [OrderedDict([(\'id\', 16), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'2222\'), (\'file_name\', \'Screen Shot 2019-08-11 at 7.03.49 PM.png\'), (\'description\', \'2222\'), (\'created\', \'2019-09-28T19:29:00.392467\'), (\'code\', \'TMPATCH-20190928-0000016\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/RMSv2_postman_collection\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'tmp_details\': [OrderedDict([(\'id\', 4), (\'field_idx\', \'0\'), (\'field_ref\', \'TLE-ier799t82kk13d2we9\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.436673\'), (\'code\', \'TMPDETAIL-20190928-0000004\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 5), (\'field_idx\', \'1\'), (\'field_ref\', \'SBTLE-tbabjmppfydk13d3626\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.439003\'), (\'code\', \'TMPDETAIL-20190928-0000005\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 6), (\'field_idx\', \'2\'), (\'field_ref\', \'SHRQSTN-8mf1mtpahnjk13d3jia\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.441175\'), (\'code\', \'TMPDETAIL-20190928-0000006\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 7), (\'field_idx\', \'3\'), (\'field_ref\', \'SHRQSTN-1l3zgkkoszahk13d4ag0\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.443366\'), (\'code\', \'TMPDETAIL-20190928-0000007\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'requested_to_company_object\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'requested_to_department_object\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}, \'requested_to_user_object\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Development\', \'point_of_contact\': \'Megan\', \'created_by\': \'Megan\'}'),
	(490, '2019-09-28 21:55:49.420323', 'Megan', '2019-09-28 21:55:49.420356', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 10, '{\'id\': 10, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Head of Department\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 399373), \'code\': \'TMPAPR-20190928-0000010\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 10, \'level\': 1, \'delegation\': \'Head of Department\', \'created\': \'2019-09-28T17:38:53.399373\', \'code\': \'TMPAPR-20190928-0000010\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(491, '2019-09-28 21:55:49.431121', 'Megan', '2019-09-28 21:55:49.431156', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 11, '{\'id\': 11, \'level\': 2, \'user\': \'USER-20190927-0000012\', \'delegation\': \'SD/OD\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 401639), \'code\': \'TMPAPR-20190928-0000011\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 11, \'level\': 2, \'delegation\': \'SD/OD\', \'created\': \'2019-09-28T17:38:53.401639\', \'code\': \'TMPAPR-20190928-0000011\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(492, '2019-09-28 21:55:49.442995', 'Megan', '2019-09-28 21:55:49.443028', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 4, '{\'id\': 4, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 414846), \'code\': \'TMPSTK-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.414846\', \'code\': \'TMPSTK-20190928-0000004\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(493, '2019-09-28 21:55:49.453140', 'Megan', '2019-09-28 21:55:49.453174', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 5, '{\'id\': 5, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 416964), \'code\': \'TMPSTK-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.416964\', \'code\': \'TMPSTK-20190928-0000005\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(494, '2019-09-28 21:55:49.463539', 'Megan', '2019-09-28 21:55:49.463571', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 6, '{\'id\': 6, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 419129), \'code\': \'TMPSTK-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.419129\', \'code\': \'TMPSTK-20190928-0000006\', \'user\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(495, '2019-09-28 21:55:49.475274', 'Megan', '2019-09-28 21:55:49.475306', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 16, '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2222\', \'file_name\': \'Screen Shot 2019-08-11 at 7.03.49 PM.png\', \'description\': \'2222\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 19, 29, 0, 392467), \'code\': \'TMPATCH-20190928-0000016\', \'file_upload\': 16, \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2222\', \'file_name\': \'Screen Shot 2019-08-11 at 7.03.49 PM.png\', \'description\': \'2222\', \'created\': \'2019-09-28T19:29:00.392467\', \'code\': \'TMPATCH-20190928-0000016\', \'uploaded_by\': \'none\', \'file_upload\': 16, \'template_no\': \'TMP-20190928-0000008\'}'),
	(496, '2019-09-28 21:55:49.485130', 'Megan', '2019-09-28 21:55:49.485173', 'Megan', 'Add', 'ChangeRequestTemplateAttachments', 29, '', '{\'id\': 29, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'aa\', \'file_name\': \'BalanceCount as of 2019-05-29_HEADER.xlsx\', \'description\': \'a\', \'created\': \'2019-09-28T21:55:49.483440\', \'code\': \'TMPATCH-20190928-0000029\', \'uploaded_by\': \'none\', \'file_upload\': 69, \'template_no\': \'TMP-20190928-0000008\'}'),
	(497, '2019-09-28 21:55:49.495124', 'Megan', '2019-09-28 21:55:49.495155', 'Megan', 'Add', 'ChangeRequestTemplateAttachments', 30, '', '{\'id\': 30, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'bb\', \'file_name\': \'BalanceCount_AsOf_2019-04-30_HEADERS.xlsx\', \'description\': \'b\', \'created\': \'2019-09-28T21:55:49.493419\', \'code\': \'TMPATCH-20190928-0000030\', \'uploaded_by\': \'none\', \'file_upload\': 70, \'template_no\': \'TMP-20190928-0000008\'}'),
	(498, '2019-09-28 21:55:49.523098', 'Megan', '2019-09-28 21:55:49.523130', 'Megan', 'Add', 'ChangeRequestTemplateAttachments', 31, '', '{\'id\': 31, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'cc\', \'file_name\': \'MOCK_DATA_EXCEL.xlsx\', \'description\': \'c\', \'created\': \'2019-09-28T21:55:49.521148\', \'code\': \'TMPATCH-20190928-0000031\', \'uploaded_by\': \'none\', \'file_upload\': 71, \'template_no\': \'TMP-20190928-0000008\'}'),
	(499, '2019-09-28 21:55:49.531630', 'Megan', '2019-09-28 21:55:49.531661', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 4, '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 436673), \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.436673\', \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(500, '2019-09-28 21:55:49.538007', 'Megan', '2019-09-28 21:55:49.538043', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 5, '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 439003), \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.439003\', \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(501, '2019-09-28 21:55:49.544678', 'Megan', '2019-09-28 21:55:49.544708', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 6, '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 441175), \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.441175\', \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(502, '2019-09-28 21:55:49.551127', 'Megan', '2019-09-28 21:55:49.551158', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 7, '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 443366), \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.443366\', \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(503, '2019-09-28 22:06:12.259606', 'Megan', '2019-09-28 22:06:12.259651', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 8, '{\'id\': 8, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL - EDITEd\', \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL - EDITEd1111\', \'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_id\': \'LVL-PRE\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': 2}', '{\'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL - EDITEd\', \'requested_to_target_date\': 2, \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL - EDITEd1111\', \'created\': \'2019-09-28T17:38:53.378781\', \'requested_to_template_id\': \'LVL-PRE\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 10), (\'level\', 1), (\'delegation\', \'Head of Department\'), (\'created\', \'2019-09-28T17:38:53.399373\'), (\'code\', \'TMPAPR-20190928-0000010\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 11), (\'level\', 2), (\'delegation\', \'SD/OD\'), (\'created\', \'2019-09-28T17:38:53.401639\'), (\'code\', \'TMPAPR-20190928-0000011\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_stakes\': [OrderedDict([(\'id\', 4), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.414846\'), (\'code\', \'TMPSTK-20190928-0000004\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 5), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.416964\'), (\'code\', \'TMPSTK-20190928-0000005\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})]), OrderedDict([(\'id\', 6), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-28T17:38:53.419129\'), (\'code\', \'TMPSTK-20190928-0000006\'), (\'user\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190928-0000008\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_attachments\': [OrderedDict([(\'id\', 16), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'2222\'), (\'file_name\', \'Screen Shot 2019-08-11 at 7.03.49 PM.png\'), (\'description\', \'2222\'), (\'created\', \'2019-09-28T19:29:00.392467\'), (\'code\', \'TMPATCH-20190928-0000016\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/RMSv2_postman_collection\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 29), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'aa\'), (\'file_name\', \'BalanceCount as of 2019-05-29_HEADER.xlsx\'), (\'description\', \'a\'), (\'created\', \'2019-09-28T21:55:49.483440\'), (\'code\', \'TMPATCH-20190928-0000029\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/BalanceCount_as_of_2019-05-29_HEADER_cS88GdD.xlsx\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 30), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'bb\'), (\'file_name\', \'BalanceCount_AsOf_2019-04-30_HEADERS.xlsx\'), (\'description\', \'b\'), (\'created\', \'2019-09-28T21:55:49.493419\'), (\'code\', \'TMPATCH-20190928-0000030\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/BalanceCount_AsOf_2019-04-30_HEADERS.xlsx\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 31), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'cc\'), (\'file_name\', \'MOCK_DATA_EXCEL.xlsx\'), (\'description\', \'c\'), (\'created\', \'2019-09-28T21:55:49.521148\'), (\'code\', \'TMPATCH-20190928-0000031\'), (\'uploaded_by\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/MOCK_DATA_EXCEL.xlsx\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'tmp_details\': [OrderedDict([(\'id\', 4), (\'field_idx\', \'0\'), (\'field_ref\', \'TLE-ier799t82kk13d2we9\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.436673\'), (\'code\', \'TMPDETAIL-20190928-0000004\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 5), (\'field_idx\', \'1\'), (\'field_ref\', \'SBTLE-tbabjmppfydk13d3626\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.439003\'), (\'code\', \'TMPDETAIL-20190928-0000005\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 6), (\'field_idx\', \'2\'), (\'field_ref\', \'SHRQSTN-8mf1mtpahnjk13d3jia\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.441175\'), (\'code\', \'TMPDETAIL-20190928-0000006\'), (\'template_no\', \'TMP-20190928-0000008\')]), OrderedDict([(\'id\', 7), (\'field_idx\', \'3\'), (\'field_ref\', \'SHRQSTN-1l3zgkkoszahk13d4ag0\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-28T17:38:53.443366\'), (\'code\', \'TMPDETAIL-20190928-0000007\'), (\'template_no\', \'TMP-20190928-0000008\')])], \'requested_to_company_object\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'requested_to_department_object\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}, \'requested_to_user_object\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Development\', \'point_of_contact\': \'Megan\', \'created_by\': \'Megan\'}'),
	(504, '2019-09-28 22:06:12.273702', 'Megan', '2019-09-28 22:06:12.273736', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 10, '{\'id\': 10, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Head of Department\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 399373), \'code\': \'TMPAPR-20190928-0000010\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 10, \'level\': 1, \'delegation\': \'Head of Department\', \'created\': \'2019-09-28T17:38:53.399373\', \'code\': \'TMPAPR-20190928-0000010\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(505, '2019-09-28 22:06:12.284750', 'Megan', '2019-09-28 22:06:12.284783', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 11, '{\'id\': 11, \'level\': 2, \'user\': \'USER-20190927-0000012\', \'delegation\': \'SD/OD\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 401639), \'code\': \'TMPAPR-20190928-0000011\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 11, \'level\': 2, \'delegation\': \'SD/OD\', \'created\': \'2019-09-28T17:38:53.401639\', \'code\': \'TMPAPR-20190928-0000011\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(506, '2019-09-28 22:06:12.297059', 'Megan', '2019-09-28 22:06:12.297094', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 4, '{\'id\': 4, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 414846), \'code\': \'TMPSTK-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.414846\', \'code\': \'TMPSTK-20190928-0000004\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(507, '2019-09-28 22:06:12.309389', 'Megan', '2019-09-28 22:06:12.309425', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 5, '{\'id\': 5, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 416964), \'code\': \'TMPSTK-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.416964\', \'code\': \'TMPSTK-20190928-0000005\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'test@mailc.om\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(508, '2019-09-28 22:06:12.320388', 'Megan', '2019-09-28 22:06:12.320422', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 6, '{\'id\': 6, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 419129), \'code\': \'TMPSTK-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-28T17:38:53.419129\', \'code\': \'TMPSTK-20190928-0000006\', \'user\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'jeffrey@tirsolutions.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190928-0000008\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(509, '2019-09-28 22:06:12.333133', 'Megan', '2019-09-28 22:06:12.333166', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 16, '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2222\', \'file_name\': \'Screen Shot 2019-08-11 at 7.03.49 PM.png\', \'description\': \'2222\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 19, 29, 0, 392467), \'code\': \'TMPATCH-20190928-0000016\', \'file_upload\': 16, \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2222\', \'file_name\': \'Screen Shot 2019-08-11 at 7.03.49 PM.png\', \'description\': \'2222\', \'created\': \'2019-09-28T19:29:00.392467\', \'code\': \'TMPATCH-20190928-0000016\', \'uploaded_by\': \'none\', \'file_upload\': 16, \'template_no\': \'TMP-20190928-0000008\'}'),
	(510, '2019-09-28 22:06:12.346703', 'Megan', '2019-09-28 22:06:12.346737', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 29, '{\'id\': 29, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'aa\', \'file_name\': \'BalanceCount as of 2019-05-29_HEADER.xlsx\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 21, 55, 49, 483440), \'code\': \'TMPATCH-20190928-0000029\', \'file_upload\': 69, \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 29, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'aa\', \'file_name\': \'BalanceCount as of 2019-05-29_HEADER.xlsx\', \'description\': \'a\', \'created\': \'2019-09-28T21:55:49.483440\', \'code\': \'TMPATCH-20190928-0000029\', \'uploaded_by\': \'none\', \'file_upload\': 29, \'template_no\': \'TMP-20190928-0000008\'}'),
	(511, '2019-09-28 22:06:12.357927', 'Megan', '2019-09-28 22:06:12.357962', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 31, '{\'id\': 31, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'cc\', \'file_name\': \'MOCK_DATA_EXCEL.xlsx\', \'description\': \'c\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 21, 55, 49, 521148), \'code\': \'TMPATCH-20190928-0000031\', \'file_upload\': 71, \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 31, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'cc\', \'file_name\': \'MOCK_DATA_EXCEL.xlsx\', \'description\': \'c\', \'created\': \'2019-09-28T21:55:49.521148\', \'code\': \'TMPATCH-20190928-0000031\', \'uploaded_by\': \'none\', \'file_upload\': 31, \'template_no\': \'TMP-20190928-0000008\'}'),
	(512, '2019-09-28 22:06:12.370536', 'Megan', '2019-09-28 22:06:12.370568', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 30, '{\'id\': 30, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'bb\', \'file_name\': \'BalanceCount_AsOf_2019-04-30_HEADERS.xlsx\', \'description\': \'b\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 21, 55, 49, 493419), \'code\': \'TMPATCH-20190928-0000030\', \'file_upload\': 70, \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 30, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'bb\', \'file_name\': \'CLIENTS_FROM_PROD.sql\', \'description\': \'b\', \'created\': \'2019-09-28T21:55:49.493419\', \'code\': \'TMPATCH-20190928-0000030\', \'uploaded_by\': \'none\', \'file_upload\': 72, \'template_no\': \'TMP-20190928-0000008\'}'),
	(513, '2019-09-28 22:06:12.380857', 'Megan', '2019-09-28 22:06:12.380889', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 4, '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 436673), \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.436673\', \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(514, '2019-09-28 22:06:12.387500', 'Megan', '2019-09-28 22:06:12.387532', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 5, '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 439003), \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.439003\', \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(515, '2019-09-28 22:06:12.394325', 'Megan', '2019-09-28 22:06:12.394358', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 6, '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 441175), \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.441175\', \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(516, '2019-09-28 22:06:12.401210', 'Megan', '2019-09-28 22:06:12.401242', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 7, '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 443366), \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}', '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-28T17:38:53.443366\', \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}'),
	(517, '2019-09-29 15:59:47.928007', 'Megan', '2019-09-29 15:59:47.928050', 'Megan', 'DELETED', 'ChangeRequestFormHeader', 9, '{\'id\': 9, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL - EDITEd\', \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL - EDITEd1111\', \'form_code\': \'FRM-20190929-0000009\', \'requested_by_user\': \'USER-20190927-0000011\', \'cancel_date\': None, \'requested_by_department\': \'DEPARTMENT-20190923-0000002\', \'template_no\': \'TMP-20190928-0000008\', \'status\': \'Draft\', \'company_desc\': None, \'department_desc\': None, \'requested_desc\': None, \'old_form_code\': None, \'requested_to_template_id\': \'LVL-PRE\', \'requested_to_target_date\': datetime.datetime(2019, 10, 1, 7, 56, 23, 200000)}', ''),
	(518, '2019-09-29 16:00:10.636255', 'Megan', '2019-09-29 16:00:10.636293', 'Megan', 'DELETED', 'ChangeRequestTemplateApprovers', 10, '{\'id\': 10, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Head of Department\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 399373), \'code\': \'TMPAPR-20190928-0000010\', \'template_no\': \'TMP-20190928-0000008\'}', ''),
	(519, '2019-09-29 16:00:10.638461', 'Megan', '2019-09-29 16:00:10.638495', 'Megan', 'DELETED', 'ChangeRequestTemplateApprovers', 11, '{\'id\': 11, \'level\': 2, \'user\': \'USER-20190927-0000012\', \'delegation\': \'SD/OD\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 401639), \'code\': \'TMPAPR-20190928-0000011\', \'template_no\': \'TMP-20190928-0000008\'}', ''),
	(520, '2019-09-29 16:00:10.642865', 'Megan', '2019-09-29 16:00:10.642920', 'Megan', 'DELETED', 'ChangeRequestTemplateStakeHolders', 4, '{\'id\': 4, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 414846), \'code\': \'TMPSTK-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', ''),
	(521, '2019-09-29 16:00:10.645037', 'Megan', '2019-09-29 16:00:10.645075', 'Megan', 'DELETED', 'ChangeRequestTemplateStakeHolders', 5, '{\'id\': 5, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 416964), \'code\': \'TMPSTK-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', ''),
	(522, '2019-09-29 16:00:10.647083', 'Megan', '2019-09-29 16:00:10.647117', 'Megan', 'DELETED', 'ChangeRequestTemplateStakeHolders', 6, '{\'id\': 6, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 419129), \'code\': \'TMPSTK-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', ''),
	(523, '2019-09-29 16:00:10.651843', 'Megan', '2019-09-29 16:00:10.651880', 'Megan', 'DELETED', 'ChangeRequestTemplateAttachments', 16, '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'2222\', \'file_name\': \'Screen Shot 2019-08-11 at 7.03.49 PM.png\', \'description\': \'2222\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 19, 29, 0, 392467), \'code\': \'TMPATCH-20190928-0000016\', \'file_upload\': 16, \'template_no\': \'TMP-20190928-0000008\'}', ''),
	(524, '2019-09-29 16:00:10.653884', 'Megan', '2019-09-29 16:00:10.653938', 'Megan', 'DELETED', 'ChangeRequestTemplateAttachments', 29, '{\'id\': 29, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'aa\', \'file_name\': \'BalanceCount as of 2019-05-29_HEADER.xlsx\', \'description\': \'a\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 21, 55, 49, 483440), \'code\': \'TMPATCH-20190928-0000029\', \'file_upload\': 29, \'template_no\': \'TMP-20190928-0000008\'}', ''),
	(525, '2019-09-29 16:00:10.655998', 'Megan', '2019-09-29 16:00:10.656036', 'Megan', 'DELETED', 'ChangeRequestTemplateAttachments', 30, '{\'id\': 30, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'bb\', \'file_name\': \'CLIENTS_FROM_PROD.sql\', \'description\': \'b\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 21, 55, 49, 493419), \'code\': \'TMPATCH-20190928-0000030\', \'file_upload\': 72, \'template_no\': \'TMP-20190928-0000008\'}', ''),
	(526, '2019-09-29 16:00:10.657969', 'Megan', '2019-09-29 16:00:10.658003', 'Megan', 'DELETED', 'ChangeRequestTemplateAttachments', 31, '{\'id\': 31, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'cc\', \'file_name\': \'MOCK_DATA_EXCEL.xlsx\', \'description\': \'c\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 28, 21, 55, 49, 521148), \'code\': \'TMPATCH-20190928-0000031\', \'file_upload\': 31, \'template_no\': \'TMP-20190928-0000008\'}', ''),
	(527, '2019-09-29 16:00:10.662385', 'Megan', '2019-09-29 16:00:10.662420', 'Megan', 'DELETED', 'ChangeRequestTemplateDetails', 4, '{\'id\': 4, \'field_idx\': \'0\', \'field_ref\': \'TLE-ier799t82kk13d2we9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"This is my title ~","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">This is my title ~</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 436673), \'code\': \'TMPDETAIL-20190928-0000004\', \'template_no\': \'TMP-20190928-0000008\'}', ''),
	(528, '2019-09-29 16:00:10.666068', 'Megan', '2019-09-29 16:00:10.666102', 'Megan', 'DELETED', 'ChangeRequestTemplateDetails', 5, '{\'id\': 5, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-tbabjmppfydk13d3626\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"This is test only","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">This is test only</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 439003), \'code\': \'TMPDETAIL-20190928-0000005\', \'template_no\': \'TMP-20190928-0000008\'}', ''),
	(529, '2019-09-29 16:00:10.668498', 'Megan', '2019-09-29 16:00:10.668532', 'Megan', 'DELETED', 'ChangeRequestTemplateDetails', 6, '{\'id\': 6, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-8mf1mtpahnjk13d3jia\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter one here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter one here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 441175), \'code\': \'TMPDETAIL-20190928-0000006\', \'template_no\': \'TMP-20190928-0000008\'}', ''),
	(530, '2019-09-29 16:00:10.670431', 'Megan', '2019-09-29 16:00:10.670467', 'Megan', 'DELETED', 'ChangeRequestTemplateDetails', 7, '{\'id\': 7, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-1l3zgkkoszahk13d4ag0\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"Enter two here","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">Enter two here</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 28, 17, 38, 53, 443366), \'code\': \'TMPDETAIL-20190928-0000007\', \'template_no\': \'TMP-20190928-0000008\'}', ''),
	(531, '2019-09-29 16:00:10.674796', 'Megan', '2019-09-29 16:00:10.674834', 'Megan', 'DELETED', 'ChangeRequestTemplateHeader', 8, '{\'id\': 8, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000011\', \'requested_to_template_name\': \'TEST LEVEL\', \'requested_to_objective\': \'TEST LEVEL - EDITEd\', \'requested_to_priority\': \'High\', \'description\': \'TEST LEVEL - EDITEd1111\', \'template_no\': \'TMP-20190928-0000008\', \'requested_to_template_id\': \'LVL-PRE\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': 2}', ''),
	(532, '2019-09-29 16:00:49.580672', 'Megan', '2019-09-29 16:00:49.580709', 'Megan', 'DELETED', 'ChangeRequestTemplateApprovers', 9, '{\'id\': 9, \'level\': 1, \'user\': None, \'delegation\': \'Head of Department\', \'created\': datetime.datetime(2019, 9, 28, 17, 31, 42, 213079), \'code\': \'TMPAPR-20190928-0000009\', \'template_no\': \'TMP-20190928-0000007\'}', ''),
	(533, '2019-09-29 16:00:49.585016', 'Megan', '2019-09-29 16:00:49.585053', 'Megan', 'DELETED', 'ChangeRequestTemplateStakeHolders', 3, '{\'id\': 3, \'user\': \'USER-20190923-0000001\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 28, 17, 31, 42, 219665), \'code\': \'TMPSTK-20190928-0000003\', \'template_no\': \'TMP-20190928-0000007\'}', ''),
	(534, '2019-09-29 16:00:49.589384', 'Megan', '2019-09-29 16:00:49.589418', 'Megan', 'DELETED', 'ChangeRequestTemplateAttachments', 12, '{\'id\': 12, \'attachment_type\': \'hello\', \'attachment_name\': \'hello name\', \'file_name\': \'hello\', \'description\': \'hello desc\', \'uploaded_by\': \'USER-20190923-0000001\', \'created\': datetime.datetime(2019, 9, 28, 17, 31, 42, 227374), \'code\': \'TMPATCH-20190928-0000012\', \'file_upload\': 17, \'template_no\': \'TMP-20190928-0000007\'}', ''),
	(535, '2019-09-29 16:00:49.595165', 'Megan', '2019-09-29 16:00:49.595203', 'Megan', 'DELETED', 'ChangeRequestTemplateDetails', 3, '{\'id\': 3, \'field_idx\': \'ss\', \'field_ref\': \'ss\', \'field_val\': \'ss\', \'field_props\': \'ss\', \'created\': datetime.datetime(2019, 9, 28, 17, 31, 42, 231997), \'code\': \'TMPDETAIL-20190928-0000003\', \'template_no\': \'TMP-20190928-0000007\'}', ''),
	(536, '2019-09-29 16:00:49.599849', 'Megan', '2019-09-29 16:00:49.599883', 'Megan', 'DELETED', 'ChangeRequestTemplateHeader', 7, '{\'id\': 7, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190923-0000001\', \'requested_to_template_name\': \'Security Projects\', \'requested_to_objective\': \'Sample Objective\', \'requested_to_priority\': \'Normal\', \'description\': \'Lorem Ipsum\', \'template_no\': \'TMP-20190928-0000007\', \'requested_to_template_id\': \'CDO\', \'created_by_user\': \'USER-20190923-0000001\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': 10}', ''),
	(537, '2019-09-29 16:19:17.532380', 'Megan', '2019-09-29 16:19:17.532426', 'Megan', 'DELETED', 'ChangeRequestFormHeader', 11, '{\'id\': 11, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'Template Ed\', \'requested_to_objective\': \'TEST ed\', \'requested_to_priority\': \'High\', \'description\': \'TEST ed\', \'form_code\': \'FRM-20190929-0000011\', \'requested_by_user\': \'USER-20190927-0000011\', \'cancel_date\': None, \'requested_by_department\': \'DEPARTMENT-20190923-0000002\', \'template_no\': \'TMP-20190929-0000015\', \'status\': \'Draft\', \'company_desc\': None, \'department_desc\': None, \'requested_desc\': None, \'old_form_code\': None, \'requested_to_template_id\': \'XXX\', \'requested_to_target_date\': datetime.datetime(2019, 10, 4, 8, 16, 30, 620000)}', ''),
	(538, '2019-09-29 16:19:20.137584', 'Megan', '2019-09-29 16:19:20.137629', 'Megan', 'DELETED', 'ChangeRequestFormHeader', 10, '{\'id\': 10, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'Template Ed\', \'requested_to_objective\': \'TEST ed\', \'requested_to_priority\': \'High\', \'description\': \'TEST ed\', \'form_code\': \'FRM-20190929-0000010\', \'requested_by_user\': \'USER-20190927-0000011\', \'cancel_date\': None, \'requested_by_department\': \'DEPARTMENT-20190923-0000002\', \'template_no\': \'TMP-20190929-0000015\', \'status\': \'Draft\', \'company_desc\': None, \'department_desc\': None, \'requested_desc\': None, \'old_form_code\': None, \'requested_to_template_id\': \'XXX\', \'requested_to_target_date\': datetime.datetime(2019, 10, 4, 8, 16, 30, 620000)}', ''),
	(539, '2019-09-29 16:22:25.088691', 'Megan', '2019-09-29 16:22:25.088729', 'Megan', 'DELETED', 'ChangeRequestFormHeader', 12, '{\'id\': 12, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'Template Ed\', \'requested_to_objective\': \'TEST ed\', \'requested_to_priority\': \'High\', \'description\': \'TEST ed\', \'form_code\': \'FRM-20190929-0000012\', \'requested_by_user\': \'USER-20190927-0000011\', \'cancel_date\': None, \'requested_by_department\': \'DEPARTMENT-20190923-0000002\', \'template_no\': \'TMP-20190929-0000015\', \'status\': \'Draft\', \'company_desc\': None, \'department_desc\': None, \'requested_desc\': None, \'old_form_code\': None, \'requested_to_template_id\': \'XXX\', \'requested_to_target_date\': datetime.datetime(2019, 10, 4, 8, 19, 36, 883000)}', ''),
	(540, '2019-09-29 16:24:15.603717', 'Megan', '2019-09-29 16:24:15.603765', 'Megan', 'DELETED', 'ChangeRequestFormHeader', 13, '{\'id\': 13, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'Template Ed\', \'requested_to_objective\': \'TEST ed\', \'requested_to_priority\': \'High\', \'description\': \'TEST ed\', \'form_code\': \'FRM-20190929-0000013\', \'requested_by_user\': \'USER-20190927-0000011\', \'cancel_date\': None, \'requested_by_department\': \'DEPARTMENT-20190923-0000002\', \'template_no\': \'TMP-20190929-0000015\', \'status\': \'Draft\', \'company_desc\': None, \'department_desc\': None, \'requested_desc\': None, \'old_form_code\': None, \'requested_to_template_id\': \'XXX\', \'requested_to_target_date\': datetime.datetime(2019, 10, 4, 8, 22, 34, 937000)}', ''),
	(541, '2019-09-29 16:34:53.557537', 'Megan', '2019-09-29 16:34:53.557577', 'Megan', 'DELETED', 'ChangeRequestFormApprovers', 39, '{\'id\': 39, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 29, 16, 33, 29, 720550), \'code\': \'FRMAPR-20190929-0000039\', \'form_code\': \'FRM-20190929-0000014\', \'remarks\': None, \'action\': None, \'action_date\': None, \'date_sent\': None, \'tmp_approver\': \'TMPAPR-20190929-0000020\'}', ''),
	(542, '2019-09-29 16:34:53.559619', 'Megan', '2019-09-29 16:34:53.559655', 'Megan', 'DELETED', 'ChangeRequestFormApprovers', 40, '{\'id\': 40, \'level\': 2, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Vendor/Implementor\', \'created\': datetime.datetime(2019, 9, 29, 16, 33, 29, 722954), \'code\': \'FRMAPR-20190929-0000040\', \'form_code\': \'FRM-20190929-0000014\', \'remarks\': None, \'action\': None, \'action_date\': None, \'date_sent\': None, \'tmp_approver\': None}', ''),
	(543, '2019-09-29 16:34:53.561546', 'Megan', '2019-09-29 16:34:53.561580', 'Megan', 'DELETED', 'ChangeRequestFormApprovers', 41, '{\'id\': 41, \'level\': 3, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Requestor\', \'created\': datetime.datetime(2019, 9, 29, 16, 33, 29, 725383), \'code\': \'FRMAPR-20190929-0000041\', \'form_code\': \'FRM-20190929-0000014\', \'remarks\': None, \'action\': None, \'action_date\': None, \'date_sent\': None, \'tmp_approver\': None}', ''),
	(544, '2019-09-29 16:34:53.563506', 'Megan', '2019-09-29 16:34:53.563539', 'Megan', 'DELETED', 'ChangeRequestFormApprovers', 42, '{\'id\': 42, \'level\': 4, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Vendor/Implementor\', \'created\': datetime.datetime(2019, 9, 29, 16, 33, 29, 728715), \'code\': \'FRMAPR-20190929-0000042\', \'form_code\': \'FRM-20190929-0000014\', \'remarks\': None, \'action\': None, \'action_date\': None, \'date_sent\': None, \'tmp_approver\': None}', ''),
	(545, '2019-09-29 16:34:53.565356', 'Megan', '2019-09-29 16:34:53.565389', 'Megan', 'DELETED', 'ChangeRequestFormApprovers', 43, '{\'id\': 43, \'level\': 5, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Requestor\', \'created\': datetime.datetime(2019, 9, 29, 16, 33, 29, 731572), \'code\': \'FRMAPR-20190929-0000043\', \'form_code\': \'FRM-20190929-0000014\', \'remarks\': None, \'action\': None, \'action_date\': None, \'date_sent\': None, \'tmp_approver\': None}', ''),
	(546, '2019-09-29 16:34:53.569682', 'Megan', '2019-09-29 16:34:53.569716', 'Megan', 'DELETED', 'ChangeRequestFormStakeHolders', 9, '{\'id\': 9, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 29, 16, 33, 29, 749557), \'code\': \'FRMSTK-20190929-0000009\', \'form_code\': \'FRM-20190929-0000014\', \'date_added\': None, \'tmp_stake\': \'TMPSTK-20190929-0000007\'}', ''),
	(547, '2019-09-29 16:34:53.571738', 'Megan', '2019-09-29 16:34:53.571771', 'Megan', 'DELETED', 'ChangeRequestFormStakeHolders', 10, '{\'id\': 10, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 29, 16, 33, 29, 751880), \'code\': \'FRMSTK-20190929-0000010\', \'form_code\': \'FRM-20190929-0000014\', \'date_added\': None, \'tmp_stake\': \'TMPSTK-20190929-0000008\'}', ''),
	(548, '2019-09-29 16:34:53.573690', 'Megan', '2019-09-29 16:34:53.573723', 'Megan', 'DELETED', 'ChangeRequestFormStakeHolders', 11, '{\'id\': 11, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 29, 16, 33, 29, 754309), \'code\': \'FRMSTK-20190929-0000011\', \'form_code\': \'FRM-20190929-0000014\', \'date_added\': None, \'tmp_stake\': \'TMPSTK-20190929-0000009\'}', ''),
	(549, '2019-09-29 16:34:53.579396', 'Megan', '2019-09-29 16:34:53.579430', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 10, '{\'id\': 10, \'field_idx\': \'0\', \'field_ref\': \'TLE-pb0a5vb76jdk14pjwre\', \'field_val\': \'"\\\\"\\\\""\', \'field_props\': \'"{\\\\"id\\\\":\\\\"5d28715801c3f9e2d74e61e71\\\\",\\\\"code\\\\":\\\\"TLE\\\\",\\\\"name\\\\":\\\\"Title\\\\",\\\\"description\\\\":\\\\"Form Title\\\\",\\\\"kvps\\\\":[{\\\\"code\\\\":\\\\"QSTN1\\\\",\\\\"hint\\\\":\\\\"Enter title here.\\\\",\\\\"type\\\\":\\\\"String\\\\",\\\\"name\\\\":\\\\"Testing 101\\\\",\\\\"value\\\\":\\\\"\\\\",\\\\"items\\\\":[]}],\\\\"template\\\\":\\\\"\\\\\\\\n            <span class=\\\\\\\\\\\\"headline\\\\\\\\\\\\">Testing 101</span>\\\\\\\\n        \\\\"}"\', \'created\': datetime.datetime(2019, 9, 29, 16, 33, 29, 766525), \'code\': \'FRMDETAIL-20190929-0000010\', \'form_code\': \'FRM-20190929-0000014\', \'tmp_detail\': None}', ''),
	(550, '2019-09-29 16:34:53.581428', 'Megan', '2019-09-29 16:34:53.581465', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 11, '{\'id\': 11, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-y9amlq1felk14pk0tx\', \'field_val\': \'"\\\\"\\\\""\', \'field_props\': \'"{\\\\"id\\\\":\\\\"5d28715801c3f9e2d74e61e71\\\\",\\\\"code\\\\":\\\\"SBTLE\\\\",\\\\"name\\\\":\\\\"Subtitle\\\\",\\\\"description\\\\":\\\\"Form Sub Title\\\\",\\\\"kvps\\\\":[{\\\\"code\\\\":\\\\"QSTN1\\\\",\\\\"hint\\\\":\\\\"Enter sub title here\\\\",\\\\"type\\\\":\\\\"String\\\\",\\\\"name\\\\":\\\\"1010101010\\\\",\\\\"value\\\\":\\\\"\\\\",\\\\"items\\\\":[]}],\\\\"template\\\\":\\\\"\\\\\\\\n            <span class=\\\\\\\\\\\\"body-2\\\\\\\\\\\\">1010101010</span>\\\\\\\\n        \\\\"}"\', \'created\': datetime.datetime(2019, 9, 29, 16, 33, 29, 769078), \'code\': \'FRMDETAIL-20190929-0000011\', \'form_code\': \'FRM-20190929-0000014\', \'tmp_detail\': None}', ''),
	(551, '2019-09-29 16:34:53.583544', 'Megan', '2019-09-29 16:34:53.583580', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 12, '{\'id\': 12, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-1s1io79cvzek14pk7g7\', \'field_val\': \'"\\\\"Initial value ~\\\\""\', \'field_props\': \'"{\\\\"id\\\\":\\\\"5d28715801c3f9e2d74e61e71\\\\",\\\\"code\\\\":\\\\"SHRQSTN\\\\",\\\\"name\\\\":\\\\"Short Answer\\\\",\\\\"description\\\\":\\\\"Text Field\\\\",\\\\"kvps\\\\":[{\\\\"code\\\\":\\\\"QSTN1\\\\",\\\\"hint\\\\":\\\\"Ask short question here.\\\\",\\\\"type\\\\":\\\\"String\\\\",\\\\"name\\\\":\\\\"1. Answer this.\\\\",\\\\"value\\\\":\\\\"\\\\",\\\\"items\\\\":[]},{\\\\"code\\\\":\\\\"REQUIRED\\\\",\\\\"hint\\\\":\\\\"Required\\\\",\\\\"type\\\\":\\\\"Boolean\\\\",\\\\"name\\\\":false,\\\\"value\\\\":\\\\"\\\\",\\\\"items\\\\":[]}],\\\\"template\\\\":\\\\"\\\\\\\\n            <span class=\\\\\\\\\\\\"subtitle-1\\\\\\\\\\\\">1. Answer this.</span>\\\\\\\\n            <input-field\\\\\\\\n                :value=\\\\\\\\\\\\"value\\\\\\\\\\\\"\\\\\\\\n                @input=\\\\\\\\\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\\\\\\\\\"\\\\\\\\n                :max_text = \\\\\\\\\\\\"\\\'80\\\'\\\\\\\\\\\\"\\\\\\\\n                :type=\\\\\\\\\\\\"\\\'String\\\'\\\\\\\\\\\\"\\\\\\\\n                :required=\\\\\\\\\\\\"false\\\\\\\\\\\\"\\\\\\\\n                />\\\\\\\\n        \\\\"}"\', \'created\': datetime.datetime(2019, 9, 29, 16, 33, 29, 771343), \'code\': \'FRMDETAIL-20190929-0000012\', \'form_code\': \'FRM-20190929-0000014\', \'tmp_detail\': None}', ''),
	(552, '2019-09-29 16:34:53.585489', 'Megan', '2019-09-29 16:34:53.585525', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 13, '{\'id\': 13, \'field_idx\': \'3\', \'field_ref\': \'SEL-i780uu58jbck14pkdma\', \'field_val\': \'"\\\\"\\\\""\', \'field_props\': \'"{\\\\"id\\\\":\\\\"5d28715801c3f9e2d74e61e75\\\\",\\\\"code\\\\":\\\\"SEL\\\\",\\\\"name\\\\":\\\\"Dropdowns\\\\",\\\\"description\\\\":\\\\"Auto Completes\\\\",\\\\"kvps\\\\":[{\\\\"code\\\\":\\\\"QSTN1\\\\",\\\\"hint\\\\":\\\\"Ask question here.\\\\",\\\\"type\\\\":\\\\"String\\\\",\\\\"name\\\\":\\\\"2. Choose one.\\\\",\\\\"value\\\\":\\\\"\\\\",\\\\"items\\\\":[]},{\\\\"code\\\\":\\\\"CHOICES\\\\",\\\\"hint\\\\":\\\\"Add checkboxes here.\\\\",\\\\"type\\\\":\\\\"Array\\\\",\\\\"name\\\\":\\\\"\\\\",\\\\"value\\\\":\\\\"\\\\",\\\\"items\\\\":[{\\\\"itemKey\\\\":\\\\"26z5jl17ljbk14pkifk\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"item 1\\\\"},{\\\\"itemKey\\\\":\\\\"atnvj7a2467k14pkirh\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"item 2\\\\"},{\\\\"itemKey\\\\":\\\\"u25hxin70ik14pkj4w\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"item 3\\\\"}]},{\\\\"code\\\\":\\\\"REQUIRED\\\\",\\\\"hint\\\\":\\\\"Required\\\\",\\\\"type\\\\":\\\\"Boolean\\\\",\\\\"name\\\\":false,\\\\"value\\\\":\\\\"\\\\",\\\\"items\\\\":[]}],\\\\"template\\\\":\\\\"\\\\\\\\n            <span class=\\\\\\\\\\\\"subtitle-1\\\\\\\\\\\\">2. Choose one.</span>\\\\\\\\n            <br/>\\\\\\\\n            <input-field \\\\\\\\n                :type=\\\\\\\\\\\\"\\\'Object\\\'\\\\\\\\\\\\"\\\\\\\\n                :value=\\\\\\\\\\\\"value\\\\\\\\\\\\"\\\\\\\\n                @input=\\\\\\\\\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\\\\\\\\\"\\\\\\\\n                \\\\\\\\n                :ditems=\\\'[{\\\\\\\\\\\\"itemKey\\\\\\\\\\\\":\\\\\\\\\\\\"26z5jl17ljbk14pkifk\\\\\\\\\\\\",\\\\\\\\\\\\"label\\\\\\\\\\\\":\\\\\\\\\\\\"Item text here\\\\\\\\\\\\",\\\\\\\\\\\\"item_label\\\\\\\\\\\\":\\\\\\\\\\\\"item 1\\\\\\\\\\\\"},{\\\\\\\\\\\\"itemKey\\\\\\\\\\\\":\\\\\\\\\\\\"atnvj7a2467k14pkirh\\\\\\\\\\\\",\\\\\\\\\\\\"label\\\\\\\\\\\\":\\\\\\\\\\\\"Item text here\\\\\\\\\\\\",\\\\\\\\\\\\"item_label\\\\\\\\\\\\":\\\\\\\\\\\\"item 2\\\\\\\\\\\\"},{\\\\\\\\\\\\"itemKey\\\\\\\\\\\\":\\\\\\\\\\\\"u25hxin70ik14pkj4w\\\\\\\\\\\\",\\\\\\\\\\\\"label\\\\\\\\\\\\":\\\\\\\\\\\\"Item text here\\\\\\\\\\\\",\\\\\\\\\\\\"item_label\\\\\\\\\\\\":\\\\\\\\\\\\"item 3\\\\\\\\\\\\"}]\\\'\\\\\\\\n                :dtext=\\\\\\\\\\\\"\\\'item_label\\\'\\\\\\\\\\\\"\\\\\\\\n                :dvalue=\\\\\\\\\\\\"\\\'item_label\\\'\\\\\\\\\\\\"\\\\\\\\n                :required=\\\\\\\\\\\\"false\\\\\\\\\\\\"\\\\\\\\n                />\\\\\\\\n        \\\\"}"\', \'created\': datetime.datetime(2019, 9, 29, 16, 33, 29, 773717), \'code\': \'FRMDETAIL-20190929-0000013\', \'form_code\': \'FRM-20190929-0000014\', \'tmp_detail\': None}', ''),
	(553, '2019-09-29 16:34:53.587649', 'Megan', '2019-09-29 16:34:53.587685', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 14, '{\'id\': 14, \'field_idx\': \'4\', \'field_ref\': \'DTE-649e3n5ymckk14pkrd3\', \'field_val\': \'"\\\\"\\\\""\', \'field_props\': \'"{\\\\"id\\\\":\\\\"5d28715801c3f9e2d74e61e73\\\\",\\\\"code\\\\":\\\\"DTE\\\\",\\\\"name\\\\":\\\\"Date\\\\",\\\\"description\\\\":\\\\"Date Picker\\\\",\\\\"kvps\\\\":[{\\\\"code\\\\":\\\\"QSTN1\\\\",\\\\"hint\\\\":\\\\"Ask short question here.\\\\",\\\\"type\\\\":\\\\"String\\\\",\\\\"name\\\\":\\\\"3. Pick a date\\\\",\\\\"value\\\\":\\\\"\\\\",\\\\"items\\\\":[]},{\\\\"code\\\\":\\\\"REQUIRED\\\\",\\\\"hint\\\\":\\\\"Required\\\\",\\\\"type\\\\":\\\\"Boolean\\\\",\\\\"name\\\\":true,\\\\"value\\\\":\\\\"\\\\",\\\\"items\\\\":[]}],\\\\"template\\\\":\\\\"\\\\\\\\n            <span class=\\\\\\\\\\\\"subtitle-1\\\\\\\\\\\\">3. Pick a date</span>\\\\\\\\n            <input-field\\\\\\\\n                :value=\\\\\\\\\\\\"value\\\\\\\\\\\\"\\\\\\\\n                @input=\\\\\\\\\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\\\\\\\\\"\\\\\\\\n                :type=\\\\\\\\\\\\"\\\'Date\\\'\\\\\\\\\\\\" \\\\\\\\n                :required=\\\\\\\\\\\\"true\\\\\\\\\\\\"\\\\\\\\n                />\\\\\\\\n        \\\\"}"\', \'created\': datetime.datetime(2019, 9, 29, 16, 33, 29, 775996), \'code\': \'FRMDETAIL-20190929-0000014\', \'form_code\': \'FRM-20190929-0000014\', \'tmp_detail\': None}', ''),
	(554, '2019-09-29 16:34:53.592639', 'Megan', '2019-09-29 16:34:53.592675', 'Megan', 'DELETED', 'ChangeRequestFormHeader', 14, '{\'id\': 14, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'Template Ed\', \'requested_to_objective\': \'TEST ed\', \'requested_to_priority\': \'High\', \'description\': \'TEST ed\', \'form_code\': \'FRM-20190929-0000014\', \'requested_by_user\': \'USER-20190927-0000011\', \'cancel_date\': None, \'requested_by_department\': \'DEPARTMENT-20190923-0000002\', \'template_no\': \'TMP-20190929-0000015\', \'status\': \'Draft\', \'company_desc\': None, \'department_desc\': None, \'requested_desc\': None, \'old_form_code\': None, \'requested_to_template_id\': \'XXX\', \'requested_to_target_date\': datetime.datetime(2019, 10, 4, 8, 29, 14, 178000)}', ''),
	(555, '2019-09-29 16:40:58.950382', 'Megan', '2019-09-29 16:40:58.950436', 'Megan', 'DELETED', 'ChangeRequestFormApprovers', 44, '{\'id\': 44, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 29, 16, 35, 21, 400156), \'code\': \'FRMAPR-20190929-0000044\', \'form_code\': \'FRM-20190929-0000015\', \'remarks\': None, \'action\': None, \'action_date\': None, \'date_sent\': None, \'tmp_approver\': \'TMPAPR-20190929-0000020\'}', ''),
	(556, '2019-09-29 16:40:58.960382', 'Megan', '2019-09-29 16:40:58.960431', 'Megan', 'DELETED', 'ChangeRequestFormApprovers', 45, '{\'id\': 45, \'level\': 2, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Vendor/Implementor\', \'created\': datetime.datetime(2019, 9, 29, 16, 35, 21, 402518), \'code\': \'FRMAPR-20190929-0000045\', \'form_code\': \'FRM-20190929-0000015\', \'remarks\': None, \'action\': None, \'action_date\': None, \'date_sent\': None, \'tmp_approver\': None}', ''),
	(557, '2019-09-29 16:40:58.962473', 'Megan', '2019-09-29 16:40:58.962507', 'Megan', 'DELETED', 'ChangeRequestFormApprovers', 46, '{\'id\': 46, \'level\': 3, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Requestor\', \'created\': datetime.datetime(2019, 9, 29, 16, 35, 21, 404944), \'code\': \'FRMAPR-20190929-0000046\', \'form_code\': \'FRM-20190929-0000015\', \'remarks\': None, \'action\': None, \'action_date\': None, \'date_sent\': None, \'tmp_approver\': None}', ''),
	(558, '2019-09-29 16:40:58.964486', 'Megan', '2019-09-29 16:40:58.964519', 'Megan', 'DELETED', 'ChangeRequestFormApprovers', 47, '{\'id\': 47, \'level\': 4, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Vendor/Implementor\', \'created\': datetime.datetime(2019, 9, 29, 16, 35, 21, 407419), \'code\': \'FRMAPR-20190929-0000047\', \'form_code\': \'FRM-20190929-0000015\', \'remarks\': None, \'action\': None, \'action_date\': None, \'date_sent\': None, \'tmp_approver\': None}', ''),
	(559, '2019-09-29 16:40:58.966388', 'Megan', '2019-09-29 16:40:58.966421', 'Megan', 'DELETED', 'ChangeRequestFormApprovers', 48, '{\'id\': 48, \'level\': 5, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Requestor\', \'created\': datetime.datetime(2019, 9, 29, 16, 35, 21, 409805), \'code\': \'FRMAPR-20190929-0000048\', \'form_code\': \'FRM-20190929-0000015\', \'remarks\': None, \'action\': None, \'action_date\': None, \'date_sent\': None, \'tmp_approver\': None}', ''),
	(560, '2019-09-29 16:40:58.971161', 'Megan', '2019-09-29 16:40:58.971198', 'Megan', 'DELETED', 'ChangeRequestFormStakeHolders', 12, '{\'id\': 12, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 29, 16, 35, 21, 427162), \'code\': \'FRMSTK-20190929-0000012\', \'form_code\': \'FRM-20190929-0000015\', \'date_added\': None, \'tmp_stake\': \'TMPSTK-20190929-0000007\'}', ''),
	(561, '2019-09-29 16:40:58.973167', 'Megan', '2019-09-29 16:40:58.973200', 'Megan', 'DELETED', 'ChangeRequestFormStakeHolders', 13, '{\'id\': 13, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 29, 16, 35, 21, 429672), \'code\': \'FRMSTK-20190929-0000013\', \'form_code\': \'FRM-20190929-0000015\', \'date_added\': None, \'tmp_stake\': \'TMPSTK-20190929-0000008\'}', ''),
	(562, '2019-09-29 16:40:58.975301', 'Megan', '2019-09-29 16:40:58.975334', 'Megan', 'DELETED', 'ChangeRequestFormStakeHolders', 14, '{\'id\': 14, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 29, 16, 35, 21, 431981), \'code\': \'FRMSTK-20190929-0000014\', \'form_code\': \'FRM-20190929-0000015\', \'date_added\': None, \'tmp_stake\': \'TMPSTK-20190929-0000009\'}', ''),
	(563, '2019-09-29 16:40:58.981520', 'Megan', '2019-09-29 16:40:58.981559', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 15, '{\'id\': 15, \'field_idx\': \'0\', \'field_ref\': \'TLE-pb0a5vb76jdk14pjwre\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"Testing 101","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">Testing 101</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 16, 35, 21, 443369), \'code\': \'FRMDETAIL-20190929-0000015\', \'form_code\': \'FRM-20190929-0000015\', \'tmp_detail\': None}', ''),
	(564, '2019-09-29 16:40:58.983649', 'Megan', '2019-09-29 16:40:58.983682', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 16, '{\'id\': 16, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-y9amlq1felk14pk0tx\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"1010101010","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">1010101010</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 16, 35, 21, 445576), \'code\': \'FRMDETAIL-20190929-0000016\', \'form_code\': \'FRM-20190929-0000015\', \'tmp_detail\': None}', ''),
	(565, '2019-09-29 16:40:58.985709', 'Megan', '2019-09-29 16:40:58.985743', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 17, '{\'id\': 17, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-1s1io79cvzek14pk7g7\', \'field_val\': \'"12313232333"\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"1. Answer this.","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">1. Answer this.</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 16, 35, 21, 447965), \'code\': \'FRMDETAIL-20190929-0000017\', \'form_code\': \'FRM-20190929-0000015\', \'tmp_detail\': None}', ''),
	(566, '2019-09-29 16:40:58.987741', 'Megan', '2019-09-29 16:40:58.987775', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 18, '{\'id\': 18, \'field_idx\': \'3\', \'field_ref\': \'SEL-i780uu58jbck14pkdma\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e75","code":"SEL","name":"Dropdowns","description":"Auto Completes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"2. Choose one.","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"26z5jl17ljbk14pkifk","label":"Item text here","item_label":"item 1"},{"itemKey":"atnvj7a2467k14pkirh","label":"Item text here","item_label":"item 2"},{"itemKey":"u25hxin70ik14pkj4w","label":"Item text here","item_label":"item 3"}]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">2. Choose one.</span>\\\\n            <br/>\\\\n            <input-field \\\\n                :type=\\\\"\\\'Object\\\'\\\\"\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                \\\\n                :ditems=\\\'[{\\\\"itemKey\\\\":\\\\"26z5jl17ljbk14pkifk\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"item 1\\\\"},{\\\\"itemKey\\\\":\\\\"atnvj7a2467k14pkirh\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"item 2\\\\"},{\\\\"itemKey\\\\":\\\\"u25hxin70ik14pkj4w\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"item 3\\\\"}]\\\'\\\\n                :dtext=\\\\"\\\'item_label\\\'\\\\"\\\\n                :dvalue=\\\\"\\\'item_label\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 16, 35, 21, 450306), \'code\': \'FRMDETAIL-20190929-0000018\', \'form_code\': \'FRM-20190929-0000015\', \'tmp_detail\': None}', ''),
	(567, '2019-09-29 16:40:58.989911', 'Megan', '2019-09-29 16:40:58.989950', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 19, '{\'id\': 19, \'field_idx\': \'4\', \'field_ref\': \'DTE-649e3n5ymckk14pkrd3\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e73","code":"DTE","name":"Date","description":"Date Picker","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"3. Pick a date","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">3. Pick a date</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :type=\\\\"\\\'Date\\\'\\\\" \\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 16, 35, 21, 454517), \'code\': \'FRMDETAIL-20190929-0000019\', \'form_code\': \'FRM-20190929-0000015\', \'tmp_detail\': None}', ''),
	(568, '2019-09-29 16:40:58.994666', 'Megan', '2019-09-29 16:40:58.994703', 'Megan', 'DELETED', 'ChangeRequestFormHeader', 15, '{\'id\': 15, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'Template Ed\', \'requested_to_objective\': \'TEST ed\', \'requested_to_priority\': \'High\', \'description\': \'TEST ed\', \'form_code\': \'FRM-20190929-0000015\', \'requested_by_user\': \'USER-20190927-0000011\', \'cancel_date\': None, \'requested_by_department\': \'DEPARTMENT-20190923-0000002\', \'template_no\': \'TMP-20190929-0000015\', \'status\': \'Draft\', \'company_desc\': None, \'department_desc\': None, \'requested_desc\': None, \'old_form_code\': None, \'requested_to_template_id\': \'XXX\', \'requested_to_target_date\': datetime.datetime(2019, 10, 4, 8, 35, 11, 439000)}', ''),
	(569, '2019-09-29 17:00:40.706808', 'Megan', '2019-09-29 17:00:40.706854', 'Megan', 'DELETED', 'ChangeRequestFormStakeHolders', 21, '{\'id\': 21, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 29, 16, 59, 51, 356953), \'code\': \'FRMSTK-20190929-0000021\', \'form_code\': \'FRM-20190929-0000018\', \'date_added\': None, \'tmp_stake\': \'TMPSTK-20190929-0000007\'}', ''),
	(570, '2019-09-29 17:00:40.709036', 'Megan', '2019-09-29 17:00:40.709070', 'Megan', 'DELETED', 'ChangeRequestFormStakeHolders', 22, '{\'id\': 22, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 29, 16, 59, 51, 362255), \'code\': \'FRMSTK-20190929-0000022\', \'form_code\': \'FRM-20190929-0000018\', \'date_added\': None, \'tmp_stake\': \'TMPSTK-20190929-0000008\'}', ''),
	(571, '2019-09-29 17:00:40.711011', 'Megan', '2019-09-29 17:00:40.711043', 'Megan', 'DELETED', 'ChangeRequestFormStakeHolders', 23, '{\'id\': 23, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 29, 16, 59, 51, 364593), \'code\': \'FRMSTK-20190929-0000023\', \'form_code\': \'FRM-20190929-0000018\', \'date_added\': None, \'tmp_stake\': \'TMPSTK-20190929-0000009\'}', ''),
	(572, '2019-09-29 17:00:40.715681', 'Megan', '2019-09-29 17:00:40.715719', 'Megan', 'DELETED', 'ChangeRequestFormAttachments', 9, '{\'id\': 9, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'11111\', \'file_name\': \'Screen Shot 2019-06-03 at 4.28.05 PM.png\', \'description\': \'aaaa\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 29, 16, 59, 51, 379311), \'code\': \'FRMATCH-20190929-0000009\', \'form_code\': \'FRM-20190929-0000018\', \'file_upload\': None, \'tmp_attach\': None}', ''),
	(573, '2019-09-29 17:00:40.717847', 'Megan', '2019-09-29 17:00:40.717882', 'Megan', 'DELETED', 'ChangeRequestFormAttachments', 10, '{\'id\': 10, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'222222\', \'file_name\': \'Screen Shot 2019-06-03 at 11.55.38 AM.png\', \'description\': \'bbbbb\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 29, 16, 59, 51, 381518), \'code\': \'FRMATCH-20190929-0000010\', \'form_code\': \'FRM-20190929-0000018\', \'file_upload\': None, \'tmp_attach\': None}', ''),
	(574, '2019-09-29 17:00:40.719921', 'Megan', '2019-09-29 17:00:40.719955', 'Megan', 'DELETED', 'ChangeRequestFormAttachments', 11, '{\'id\': 11, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'333333\', \'file_name\': \'Screen Shot 2019-06-03 at 11.55.54 AM.png\', \'description\': \'ccccc\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 29, 16, 59, 51, 383763), \'code\': \'FRMATCH-20190929-0000011\', \'form_code\': \'FRM-20190929-0000018\', \'file_upload\': None, \'tmp_attach\': None}', ''),
	(575, '2019-09-29 17:00:40.728924', 'Megan', '2019-09-29 17:00:40.728989', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 20, '{\'id\': 20, \'field_idx\': \'0\', \'field_ref\': \'TLE-pb0a5vb76jdk14pjwre\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"Testing 101","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">Testing 101</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 16, 59, 51, 395441), \'code\': \'FRMDETAIL-20190929-0000020\', \'form_code\': \'FRM-20190929-0000018\', \'tmp_detail\': None}', ''),
	(576, '2019-09-29 17:00:40.731217', 'Megan', '2019-09-29 17:00:40.731251', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 21, '{\'id\': 21, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-y9amlq1felk14pk0tx\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"1010101010","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">1010101010</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 16, 59, 51, 397902), \'code\': \'FRMDETAIL-20190929-0000021\', \'form_code\': \'FRM-20190929-0000018\', \'tmp_detail\': None}', ''),
	(577, '2019-09-29 17:00:40.733653', 'Megan', '2019-09-29 17:00:40.733690', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 22, '{\'id\': 22, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-1s1io79cvzek14pk7g7\', \'field_val\': \'"dfgdfsg"\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"1. Answer this.","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">1. Answer this.</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 16, 59, 51, 400273), \'code\': \'FRMDETAIL-20190929-0000022\', \'form_code\': \'FRM-20190929-0000018\', \'tmp_detail\': None}', ''),
	(578, '2019-09-29 17:00:40.736369', 'Megan', '2019-09-29 17:00:40.736405', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 23, '{\'id\': 23, \'field_idx\': \'3\', \'field_ref\': \'SEL-i780uu58jbck14pkdma\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e75","code":"SEL","name":"Dropdowns","description":"Auto Completes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"2. Choose one.","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"26z5jl17ljbk14pkifk","label":"Item text here","item_label":"item 1"},{"itemKey":"atnvj7a2467k14pkirh","label":"Item text here","item_label":"item 2"},{"itemKey":"u25hxin70ik14pkj4w","label":"Item text here","item_label":"item 3"}]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">2. Choose one.</span>\\\\n            <br/>\\\\n            <input-field \\\\n                :type=\\\\"\\\'Object\\\'\\\\"\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                \\\\n                :ditems=\\\'[{\\\\"itemKey\\\\":\\\\"26z5jl17ljbk14pkifk\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"item 1\\\\"},{\\\\"itemKey\\\\":\\\\"atnvj7a2467k14pkirh\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"item 2\\\\"},{\\\\"itemKey\\\\":\\\\"u25hxin70ik14pkj4w\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"item 3\\\\"}]\\\'\\\\n                :dtext=\\\\"\\\'item_label\\\'\\\\"\\\\n                :dvalue=\\\\"\\\'item_label\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 16, 59, 51, 402560), \'code\': \'FRMDETAIL-20190929-0000023\', \'form_code\': \'FRM-20190929-0000018\', \'tmp_detail\': None}', ''),
	(579, '2019-09-29 17:00:40.738512', 'Megan', '2019-09-29 17:00:40.738546', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 24, '{\'id\': 24, \'field_idx\': \'4\', \'field_ref\': \'DTE-649e3n5ymckk14pkrd3\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e73","code":"DTE","name":"Date","description":"Date Picker","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"3. Pick a date","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">3. Pick a date</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :type=\\\\"\\\'Date\\\'\\\\" \\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 16, 59, 51, 404894), \'code\': \'FRMDETAIL-20190929-0000024\', \'form_code\': \'FRM-20190929-0000018\', \'tmp_detail\': None}', ''),
	(580, '2019-09-29 17:00:40.743223', 'Megan', '2019-09-29 17:00:40.743262', 'Megan', 'DELETED', 'ChangeRequestFormHeader', 18, '{\'id\': 18, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'Template Ed\', \'requested_to_objective\': \'TEST ed\', \'requested_to_priority\': \'High\', \'description\': \'TEST ed\', \'form_code\': \'FRM-20190929-0000018\', \'requested_by_user\': \'USER-20190927-0000011\', \'cancel_date\': None, \'requested_by_department\': \'DEPARTMENT-20190923-0000002\', \'template_no\': \'TMP-20190929-0000015\', \'status\': \'Draft\', \'company_desc\': None, \'department_desc\': None, \'requested_desc\': None, \'old_form_code\': None, \'requested_to_template_id\': \'XXX\', \'requested_to_target_date\': datetime.datetime(2019, 10, 4, 8, 59, 41, 728000)}', ''),
	(581, '2019-09-29 17:00:45.103638', 'Megan', '2019-09-29 17:00:45.103684', 'Megan', 'DELETED', 'ChangeRequestFormStakeHolders', 18, '{\'id\': 18, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 29, 16, 48, 11, 126483), \'code\': \'FRMSTK-20190929-0000018\', \'form_code\': \'FRM-20190929-0000017\', \'date_added\': None, \'tmp_stake\': \'TMPSTK-20190929-0000007\'}', ''),
	(582, '2019-09-29 17:00:45.107296', 'Megan', '2019-09-29 17:00:45.107331', 'Megan', 'DELETED', 'ChangeRequestFormStakeHolders', 19, '{\'id\': 19, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 29, 16, 48, 11, 128793), \'code\': \'FRMSTK-20190929-0000019\', \'form_code\': \'FRM-20190929-0000017\', \'date_added\': None, \'tmp_stake\': \'TMPSTK-20190929-0000008\'}', ''),
	(583, '2019-09-29 17:00:45.109217', 'Megan', '2019-09-29 17:00:45.109250', 'Megan', 'DELETED', 'ChangeRequestFormStakeHolders', 20, '{\'id\': 20, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 29, 16, 48, 11, 130961), \'code\': \'FRMSTK-20190929-0000020\', \'form_code\': \'FRM-20190929-0000017\', \'date_added\': None, \'tmp_stake\': \'TMPSTK-20190929-0000009\'}', ''),
	(584, '2019-09-29 17:00:45.116305', 'Megan', '2019-09-29 17:00:45.116355', 'Megan', 'DELETED', 'ChangeRequestFormHeader', 17, '{\'id\': 17, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'Template Ed\', \'requested_to_objective\': \'TEST ed\', \'requested_to_priority\': \'High\', \'description\': \'TEST ed\', \'form_code\': \'FRM-20190929-0000017\', \'requested_by_user\': \'USER-20190927-0000011\', \'cancel_date\': None, \'requested_by_department\': \'DEPARTMENT-20190923-0000002\', \'template_no\': \'TMP-20190929-0000015\', \'status\': \'Draft\', \'company_desc\': None, \'department_desc\': None, \'requested_desc\': None, \'old_form_code\': None, \'requested_to_template_id\': \'XXX\', \'requested_to_target_date\': datetime.datetime(2019, 10, 4, 8, 47, 56, 637000)}', ''),
	(585, '2019-09-29 17:00:48.448592', 'Megan', '2019-09-29 17:00:48.448631', 'Megan', 'DELETED', 'ChangeRequestFormStakeHolders', 15, '{\'id\': 15, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 29, 16, 44, 16, 447609), \'code\': \'FRMSTK-20190929-0000015\', \'form_code\': \'FRM-20190929-0000016\', \'date_added\': None, \'tmp_stake\': \'TMPSTK-20190929-0000007\'}', ''),
	(586, '2019-09-29 17:00:48.450787', 'Megan', '2019-09-29 17:00:48.450821', 'Megan', 'DELETED', 'ChangeRequestFormStakeHolders', 16, '{\'id\': 16, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 29, 16, 44, 16, 449869), \'code\': \'FRMSTK-20190929-0000016\', \'form_code\': \'FRM-20190929-0000016\', \'date_added\': None, \'tmp_stake\': \'TMPSTK-20190929-0000008\'}', ''),
	(587, '2019-09-29 17:00:48.452770', 'Megan', '2019-09-29 17:00:48.452803', 'Megan', 'DELETED', 'ChangeRequestFormStakeHolders', 17, '{\'id\': 17, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 29, 16, 44, 16, 452090), \'code\': \'FRMSTK-20190929-0000017\', \'form_code\': \'FRM-20190929-0000016\', \'date_added\': None, \'tmp_stake\': \'TMPSTK-20190929-0000009\'}', ''),
	(588, '2019-09-29 17:00:48.460212', 'Megan', '2019-09-29 17:00:48.460252', 'Megan', 'DELETED', 'ChangeRequestFormHeader', 16, '{\'id\': 16, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'Template Ed\', \'requested_to_objective\': \'TEST ed\', \'requested_to_priority\': \'High\', \'description\': \'TEST ed\', \'form_code\': \'FRM-20190929-0000016\', \'requested_by_user\': \'USER-20190927-0000011\', \'cancel_date\': None, \'requested_by_department\': \'DEPARTMENT-20190923-0000002\', \'template_no\': \'TMP-20190929-0000015\', \'status\': \'Draft\', \'company_desc\': None, \'department_desc\': None, \'requested_desc\': None, \'old_form_code\': None, \'requested_to_template_id\': \'XXX\', \'requested_to_target_date\': datetime.datetime(2019, 10, 4, 8, 44, 12, 359000)}', ''),
	(589, '2019-09-29 17:09:20.969122', 'Megan', '2019-09-29 17:09:20.969163', 'Megan', 'DELETED', 'ChangeRequestFormStakeHolders', 27, '{\'id\': 27, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 29, 17, 2, 3, 468861), \'code\': \'FRMSTK-20190929-0000027\', \'form_code\': \'FRM-20190929-0000020\', \'date_added\': None, \'tmp_stake\': \'TMPSTK-20190929-0000007\'}', ''),
	(590, '2019-09-29 17:09:20.971270', 'Megan', '2019-09-29 17:09:20.971310', 'Megan', 'DELETED', 'ChangeRequestFormStakeHolders', 28, '{\'id\': 28, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 29, 17, 2, 3, 471355), \'code\': \'FRMSTK-20190929-0000028\', \'form_code\': \'FRM-20190929-0000020\', \'date_added\': None, \'tmp_stake\': \'TMPSTK-20190929-0000008\'}', ''),
	(591, '2019-09-29 17:09:20.973144', 'Megan', '2019-09-29 17:09:20.973176', 'Megan', 'DELETED', 'ChangeRequestFormStakeHolders', 29, '{\'id\': 29, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 29, 17, 2, 3, 473790), \'code\': \'FRMSTK-20190929-0000029\', \'form_code\': \'FRM-20190929-0000020\', \'date_added\': None, \'tmp_stake\': \'TMPSTK-20190929-0000009\'}', ''),
	(592, '2019-09-29 17:09:20.977675', 'Megan', '2019-09-29 17:09:20.977718', 'Megan', 'DELETED', 'ChangeRequestFormAttachments', 15, '{\'id\': 15, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'11111\', \'file_name\': \'Screen Shot 2019-06-03 at 4.28.05 PM.png\', \'description\': \'aaaa\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 29, 17, 2, 3, 488863), \'code\': \'FRMATCH-20190929-0000015\', \'form_code\': \'FRM-20190929-0000020\', \'file_upload\': None, \'tmp_attach\': None}', ''),
	(593, '2019-09-29 17:09:20.979671', 'Megan', '2019-09-29 17:09:20.979710', 'Megan', 'DELETED', 'ChangeRequestFormAttachments', 16, '{\'id\': 16, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'222222\', \'file_name\': \'Screen Shot 2019-06-03 at 11.55.38 AM.png\', \'description\': \'bbbbb\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 29, 17, 2, 3, 491577), \'code\': \'FRMATCH-20190929-0000016\', \'form_code\': \'FRM-20190929-0000020\', \'file_upload\': None, \'tmp_attach\': None}', ''),
	(594, '2019-09-29 17:09:20.981645', 'Megan', '2019-09-29 17:09:20.981683', 'Megan', 'DELETED', 'ChangeRequestFormAttachments', 17, '{\'id\': 17, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'333333\', \'file_name\': \'Screen Shot 2019-06-03 at 11.55.54 AM.png\', \'description\': \'ccccc\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 29, 17, 2, 3, 494039), \'code\': \'FRMATCH-20190929-0000017\', \'form_code\': \'FRM-20190929-0000020\', \'file_upload\': None, \'tmp_attach\': None}', ''),
	(595, '2019-09-29 17:09:20.986595', 'Megan', '2019-09-29 17:09:20.986632', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 30, '{\'id\': 30, \'field_idx\': \'0\', \'field_ref\': \'TLE-pb0a5vb76jdk14pjwre\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"Testing 101","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">Testing 101</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 17, 2, 3, 507011), \'code\': \'FRMDETAIL-20190929-0000030\', \'form_code\': \'FRM-20190929-0000020\', \'tmp_detail\': None}', ''),
	(596, '2019-09-29 17:09:20.988612', 'Megan', '2019-09-29 17:09:20.988646', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 31, '{\'id\': 31, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-y9amlq1felk14pk0tx\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"1010101010","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">1010101010</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 17, 2, 3, 509402), \'code\': \'FRMDETAIL-20190929-0000031\', \'form_code\': \'FRM-20190929-0000020\', \'tmp_detail\': None}', ''),
	(597, '2019-09-29 17:09:20.990541', 'Megan', '2019-09-29 17:09:20.990575', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 32, '{\'id\': 32, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-1s1io79cvzek14pk7g7\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"1. Answer this.","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">1. Answer this.</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 17, 2, 3, 511657), \'code\': \'FRMDETAIL-20190929-0000032\', \'form_code\': \'FRM-20190929-0000020\', \'tmp_detail\': None}', ''),
	(598, '2019-09-29 17:09:20.992489', 'Megan', '2019-09-29 17:09:20.992523', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 33, '{\'id\': 33, \'field_idx\': \'3\', \'field_ref\': \'SEL-i780uu58jbck14pkdma\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e75","code":"SEL","name":"Dropdowns","description":"Auto Completes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"2. Choose one.","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"26z5jl17ljbk14pkifk","label":"Item text here","item_label":"item 1"},{"itemKey":"atnvj7a2467k14pkirh","label":"Item text here","item_label":"item 2"},{"itemKey":"u25hxin70ik14pkj4w","label":"Item text here","item_label":"item 3"}]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">2. Choose one.</span>\\\\n            <br/>\\\\n            <input-field \\\\n                :type=\\\\"\\\'Object\\\'\\\\"\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                \\\\n                :ditems=\\\'[{\\\\"itemKey\\\\":\\\\"26z5jl17ljbk14pkifk\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"item 1\\\\"},{\\\\"itemKey\\\\":\\\\"atnvj7a2467k14pkirh\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"item 2\\\\"},{\\\\"itemKey\\\\":\\\\"u25hxin70ik14pkj4w\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"item 3\\\\"}]\\\'\\\\n                :dtext=\\\\"\\\'item_label\\\'\\\\"\\\\n                :dvalue=\\\\"\\\'item_label\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 17, 2, 3, 514765), \'code\': \'FRMDETAIL-20190929-0000033\', \'form_code\': \'FRM-20190929-0000020\', \'tmp_detail\': None}', ''),
	(599, '2019-09-29 17:09:21.006802', 'Megan', '2019-09-29 17:09:21.006849', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 34, '{\'id\': 34, \'field_idx\': \'4\', \'field_ref\': \'DTE-649e3n5ymckk14pkrd3\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e73","code":"DTE","name":"Date","description":"Date Picker","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"3. Pick a date","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">3. Pick a date</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :type=\\\\"\\\'Date\\\'\\\\" \\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 17, 2, 3, 518603), \'code\': \'FRMDETAIL-20190929-0000034\', \'form_code\': \'FRM-20190929-0000020\', \'tmp_detail\': None}', ''),
	(600, '2019-09-29 17:09:21.022538', 'Megan', '2019-09-29 17:09:21.022587', 'Megan', 'DELETED', 'ChangeRequestFormHeader', 20, '{\'id\': 20, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'Template Ed\', \'requested_to_objective\': \'TEST ed\', \'requested_to_priority\': \'High\', \'description\': \'TEST ed\', \'form_code\': \'FRM-20190929-0000020\', \'requested_by_user\': \'USER-20190927-0000011\', \'cancel_date\': None, \'requested_by_department\': \'DEPARTMENT-20190923-0000002\', \'template_no\': \'TMP-20190929-0000015\', \'status\': \'Draft\', \'company_desc\': None, \'department_desc\': None, \'requested_desc\': None, \'old_form_code\': None, \'requested_to_template_id\': \'XXX\', \'requested_to_target_date\': datetime.datetime(2019, 10, 4, 9, 1, 46, 985000)}', ''),
	(601, '2019-09-29 17:09:24.721474', 'Megan', '2019-09-29 17:09:24.721519', 'Megan', 'DELETED', 'ChangeRequestFormStakeHolders', 24, '{\'id\': 24, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 29, 17, 1, 9, 452381), \'code\': \'FRMSTK-20190929-0000024\', \'form_code\': \'FRM-20190929-0000019\', \'date_added\': None, \'tmp_stake\': \'TMPSTK-20190929-0000007\'}', ''),
	(602, '2019-09-29 17:09:24.723557', 'Megan', '2019-09-29 17:09:24.723590', 'Megan', 'DELETED', 'ChangeRequestFormStakeHolders', 25, '{\'id\': 25, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 29, 17, 1, 9, 454871), \'code\': \'FRMSTK-20190929-0000025\', \'form_code\': \'FRM-20190929-0000019\', \'date_added\': None, \'tmp_stake\': \'TMPSTK-20190929-0000008\'}', ''),
	(603, '2019-09-29 17:09:24.725490', 'Megan', '2019-09-29 17:09:24.725524', 'Megan', 'DELETED', 'ChangeRequestFormStakeHolders', 26, '{\'id\': 26, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 29, 17, 1, 9, 457573), \'code\': \'FRMSTK-20190929-0000026\', \'form_code\': \'FRM-20190929-0000019\', \'date_added\': None, \'tmp_stake\': \'TMPSTK-20190929-0000009\'}', ''),
	(604, '2019-09-29 17:09:24.730325', 'Megan', '2019-09-29 17:09:24.730366', 'Megan', 'DELETED', 'ChangeRequestFormAttachments', 12, '{\'id\': 12, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'11111\', \'file_name\': \'Screen Shot 2019-06-03 at 4.28.05 PM.png\', \'description\': \'aaaa\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 29, 17, 1, 9, 472826), \'code\': \'FRMATCH-20190929-0000012\', \'form_code\': \'FRM-20190929-0000019\', \'file_upload\': None, \'tmp_attach\': None}', ''),
	(605, '2019-09-29 17:09:24.732293', 'Megan', '2019-09-29 17:09:24.732327', 'Megan', 'DELETED', 'ChangeRequestFormAttachments', 13, '{\'id\': 13, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'222222\', \'file_name\': \'Screen Shot 2019-06-03 at 11.55.38 AM.png\', \'description\': \'bbbbb\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 29, 17, 1, 9, 475154), \'code\': \'FRMATCH-20190929-0000013\', \'form_code\': \'FRM-20190929-0000019\', \'file_upload\': None, \'tmp_attach\': None}', ''),
	(606, '2019-09-29 17:09:24.734319', 'Megan', '2019-09-29 17:09:24.734352', 'Megan', 'DELETED', 'ChangeRequestFormAttachments', 14, '{\'id\': 14, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'333333\', \'file_name\': \'Screen Shot 2019-06-03 at 11.55.54 AM.png\', \'description\': \'ccccc\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 29, 17, 1, 9, 477395), \'code\': \'FRMATCH-20190929-0000014\', \'form_code\': \'FRM-20190929-0000019\', \'file_upload\': None, \'tmp_attach\': None}', ''),
	(607, '2019-09-29 17:09:24.739174', 'Megan', '2019-09-29 17:09:24.739215', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 25, '{\'id\': 25, \'field_idx\': \'0\', \'field_ref\': \'TLE-pb0a5vb76jdk14pjwre\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"Testing 101","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">Testing 101</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 17, 1, 9, 489187), \'code\': \'FRMDETAIL-20190929-0000025\', \'form_code\': \'FRM-20190929-0000019\', \'tmp_detail\': None}', ''),
	(608, '2019-09-29 17:09:24.741151', 'Megan', '2019-09-29 17:09:24.741186', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 26, '{\'id\': 26, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-y9amlq1felk14pk0tx\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"1010101010","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">1010101010</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 17, 1, 9, 491535), \'code\': \'FRMDETAIL-20190929-0000026\', \'form_code\': \'FRM-20190929-0000019\', \'tmp_detail\': None}', ''),
	(609, '2019-09-29 17:09:24.743119', 'Megan', '2019-09-29 17:09:24.743153', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 27, '{\'id\': 27, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-1s1io79cvzek14pk7g7\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"1. Answer this.","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">1. Answer this.</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 17, 1, 9, 493993), \'code\': \'FRMDETAIL-20190929-0000027\', \'form_code\': \'FRM-20190929-0000019\', \'tmp_detail\': None}', ''),
	(610, '2019-09-29 17:09:24.745238', 'Megan', '2019-09-29 17:09:24.745272', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 28, '{\'id\': 28, \'field_idx\': \'3\', \'field_ref\': \'SEL-i780uu58jbck14pkdma\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e75","code":"SEL","name":"Dropdowns","description":"Auto Completes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"2. Choose one.","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"26z5jl17ljbk14pkifk","label":"Item text here","item_label":"item 1"},{"itemKey":"atnvj7a2467k14pkirh","label":"Item text here","item_label":"item 2"},{"itemKey":"u25hxin70ik14pkj4w","label":"Item text here","item_label":"item 3"}]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">2. Choose one.</span>\\\\n            <br/>\\\\n            <input-field \\\\n                :type=\\\\"\\\'Object\\\'\\\\"\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                \\\\n                :ditems=\\\'[{\\\\"itemKey\\\\":\\\\"26z5jl17ljbk14pkifk\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"item 1\\\\"},{\\\\"itemKey\\\\":\\\\"atnvj7a2467k14pkirh\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"item 2\\\\"},{\\\\"itemKey\\\\":\\\\"u25hxin70ik14pkj4w\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"item 3\\\\"}]\\\'\\\\n                :dtext=\\\\"\\\'item_label\\\'\\\\"\\\\n                :dvalue=\\\\"\\\'item_label\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 17, 1, 9, 496330), \'code\': \'FRMDETAIL-20190929-0000028\', \'form_code\': \'FRM-20190929-0000019\', \'tmp_detail\': None}', ''),
	(611, '2019-09-29 17:09:24.747247', 'Megan', '2019-09-29 17:09:24.747280', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 29, '{\'id\': 29, \'field_idx\': \'4\', \'field_ref\': \'DTE-649e3n5ymckk14pkrd3\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e73","code":"DTE","name":"Date","description":"Date Picker","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"3. Pick a date","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">3. Pick a date</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :type=\\\\"\\\'Date\\\'\\\\" \\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 17, 1, 9, 499057), \'code\': \'FRMDETAIL-20190929-0000029\', \'form_code\': \'FRM-20190929-0000019\', \'tmp_detail\': None}', ''),
	(612, '2019-09-29 17:09:24.751736', 'Megan', '2019-09-29 17:09:24.751776', 'Megan', 'DELETED', 'ChangeRequestFormHeader', 19, '{\'id\': 19, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'Template Ed\', \'requested_to_objective\': \'TEST ed\', \'requested_to_priority\': \'High\', \'description\': \'TEST ed\', \'form_code\': \'FRM-20190929-0000019\', \'requested_by_user\': \'USER-20190927-0000011\', \'cancel_date\': None, \'requested_by_department\': \'DEPARTMENT-20190923-0000002\', \'template_no\': \'TMP-20190929-0000015\', \'status\': \'Draft\', \'company_desc\': None, \'department_desc\': None, \'requested_desc\': None, \'old_form_code\': None, \'requested_to_template_id\': \'XXX\', \'requested_to_target_date\': datetime.datetime(2019, 10, 4, 9, 1, 2, 15000)}', ''),
	(613, '2019-09-29 17:11:36.424330', 'Megan', '2019-09-29 17:11:36.424374', 'Megan', 'DELETED', 'ChangeRequestTemplateApprovers', 20, '{\'id\': 20, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 29, 16, 15, 58, 669755), \'code\': \'TMPAPR-20190929-0000020\', \'template_no\': \'TMP-20190929-0000015\'}', ''),
	(614, '2019-09-29 17:18:10.448824', 'superuser', '2019-09-29 17:18:10.448867', 'superuser', 'Update', 'USER', 11, '{\'id\': 11, \'last_login\': None, \'is_superuser\': False, \'first_name\': \'\', \'last_name\': \'\', \'is_staff\': False, \'is_active\': True, \'date_joined\': datetime.datetime(2019, 9, 27, 13, 9, 33, 182269), \'department\': \'DEPARTMENT-20190923-0000002\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'USR\', \'code\': \'USER-20190927-0000011\', \'name\': \'Megan\', \'username\': \'Megan\', \'password\': \'pbkdf2_sha256$150000$sZXGFC5PY50k$bj06smUZsWTEYliTlVO2XBdUZBwgftcTtk+2qc6N3IE=\', \'doa\': None, \'contact_no\': \'132\', \'email\': \'jeffrey@tirsolutions.com\', \'groups\': [], \'user_permissions\': [], \'application\': [<Application: Change Request Management System>]}', '{\'id\': 11, \'code\': \'USER-20190927-0000011\', \'name\': \'Megan\', \'username\': \'Megan\', \'contact_no\': \'132\', \'email\': \'eduardo@tirsolutions.com\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'USR\', \'is_active\': True, \'doa\': None, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}, \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'application\': <QuerySet [{\'id\': 2, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000002\', \'name\': \'Change Request Management System\'}]>}'),
	(615, '2019-09-29 17:42:06.970038', 'test1', '2019-09-29 17:42:06.970081', 'test1', 'DELETED', 'ChangeRequestFormApprovers', 49, '{\'id\': 49, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 29, 17, 9, 38, 188444), \'code\': \'FRMAPR-20190929-0000049\', \'form_code\': \'FRM-20190929-0000021\', \'remarks\': None, \'action\': None, \'action_date\': None, \'date_sent\': None, \'tmp_approver\': \'TMPAPR-20190929-0000020\'}', ''),
	(616, '2019-09-29 17:42:06.972773', 'test1', '2019-09-29 17:42:06.972806', 'test1', 'DELETED', 'ChangeRequestFormApprovers', 50, '{\'id\': 50, \'level\': 2, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Vendor/Implementor\', \'created\': datetime.datetime(2019, 9, 29, 17, 9, 38, 190906), \'code\': \'FRMAPR-20190929-0000050\', \'form_code\': \'FRM-20190929-0000021\', \'remarks\': None, \'action\': None, \'action_date\': None, \'date_sent\': None, \'tmp_approver\': None}', ''),
	(617, '2019-09-29 17:42:06.974816', 'test1', '2019-09-29 17:42:06.974849', 'test1', 'DELETED', 'ChangeRequestFormApprovers', 51, '{\'id\': 51, \'level\': 3, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Requestor\', \'created\': datetime.datetime(2019, 9, 29, 17, 9, 38, 193610), \'code\': \'FRMAPR-20190929-0000051\', \'form_code\': \'FRM-20190929-0000021\', \'remarks\': None, \'action\': None, \'action_date\': None, \'date_sent\': None, \'tmp_approver\': None}', ''),
	(618, '2019-09-29 17:42:06.981596', 'test1', '2019-09-29 17:42:06.981639', 'test1', 'DELETED', 'ChangeRequestFormStakeHolders', 30, '{\'id\': 30, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 29, 17, 9, 38, 220615), \'code\': \'FRMSTK-20190929-0000030\', \'form_code\': \'FRM-20190929-0000021\', \'date_added\': None, \'tmp_stake\': \'TMPSTK-20190929-0000007\'}', ''),
	(619, '2019-09-29 17:42:06.983825', 'test1', '2019-09-29 17:42:06.983861', 'test1', 'DELETED', 'ChangeRequestFormStakeHolders', 31, '{\'id\': 31, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 29, 17, 9, 38, 223023), \'code\': \'FRMSTK-20190929-0000031\', \'form_code\': \'FRM-20190929-0000021\', \'date_added\': None, \'tmp_stake\': \'TMPSTK-20190929-0000008\'}', ''),
	(620, '2019-09-29 17:42:06.986038', 'test1', '2019-09-29 17:42:06.986072', 'test1', 'DELETED', 'ChangeRequestFormStakeHolders', 32, '{\'id\': 32, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 29, 17, 9, 38, 225850), \'code\': \'FRMSTK-20190929-0000032\', \'form_code\': \'FRM-20190929-0000021\', \'date_added\': None, \'tmp_stake\': \'TMPSTK-20190929-0000009\'}', ''),
	(621, '2019-09-29 17:42:06.990891', 'test1', '2019-09-29 17:42:06.990947', 'test1', 'DELETED', 'ChangeRequestFormAttachments', 18, '{\'id\': 18, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'11111\', \'file_name\': \'Screen Shot 2019-06-03 at 4.28.05 PM.png\', \'description\': \'aaaa\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 29, 17, 9, 38, 247103), \'code\': \'FRMATCH-20190929-0000018\', \'form_code\': \'FRM-20190929-0000021\', \'file_upload\': None, \'tmp_attach\': \'TMPATCH-20190929-0000036\'}', ''),
	(622, '2019-09-29 17:42:06.993167', 'test1', '2019-09-29 17:42:06.993203', 'test1', 'DELETED', 'ChangeRequestFormAttachments', 19, '{\'id\': 19, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'222222\', \'file_name\': \'Screen Shot 2019-06-03 at 11.55.38 AM.png\', \'description\': \'bbbbb\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 29, 17, 9, 38, 249597), \'code\': \'FRMATCH-20190929-0000019\', \'form_code\': \'FRM-20190929-0000021\', \'file_upload\': None, \'tmp_attach\': \'TMPATCH-20190929-0000037\'}', ''),
	(623, '2019-09-29 17:42:06.995219', 'test1', '2019-09-29 17:42:06.995254', 'test1', 'DELETED', 'ChangeRequestFormAttachments', 20, '{\'id\': 20, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'333333\', \'file_name\': \'Screen Shot 2019-06-03 at 11.55.54 AM.png\', \'description\': \'ccccc\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 29, 17, 9, 38, 252061), \'code\': \'FRMATCH-20190929-0000020\', \'form_code\': \'FRM-20190929-0000021\', \'file_upload\': None, \'tmp_attach\': \'TMPATCH-20190929-0000038\'}', ''),
	(624, '2019-09-29 17:42:07.000214', 'test1', '2019-09-29 17:42:07.000260', 'test1', 'DELETED', 'ChangeRequestFormDetails', 35, '{\'id\': 35, \'field_idx\': \'0\', \'field_ref\': \'TLE-pb0a5vb76jdk14pjwre\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"Testing 101","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">Testing 101</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 17, 9, 38, 264716), \'code\': \'FRMDETAIL-20190929-0000035\', \'form_code\': \'FRM-20190929-0000021\', \'tmp_detail\': None}', ''),
	(625, '2019-09-29 17:42:07.003504', 'test1', '2019-09-29 17:42:07.003540', 'test1', 'DELETED', 'ChangeRequestFormDetails', 36, '{\'id\': 36, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-y9amlq1felk14pk0tx\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"1010101010","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">1010101010</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 17, 9, 38, 267164), \'code\': \'FRMDETAIL-20190929-0000036\', \'form_code\': \'FRM-20190929-0000021\', \'tmp_detail\': None}', ''),
	(626, '2019-09-29 17:42:07.005607', 'test1', '2019-09-29 17:42:07.005640', 'test1', 'DELETED', 'ChangeRequestFormDetails', 37, '{\'id\': 37, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-1s1io79cvzek14pk7g7\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"1. Answer this.","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">1. Answer this.</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 17, 9, 38, 269582), \'code\': \'FRMDETAIL-20190929-0000037\', \'form_code\': \'FRM-20190929-0000021\', \'tmp_detail\': None}', ''),
	(627, '2019-09-29 17:42:07.007944', 'test1', '2019-09-29 17:42:07.007978', 'test1', 'DELETED', 'ChangeRequestFormDetails', 38, '{\'id\': 38, \'field_idx\': \'3\', \'field_ref\': \'SEL-i780uu58jbck14pkdma\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e75","code":"SEL","name":"Dropdowns","description":"Auto Completes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"2. Choose one.","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"26z5jl17ljbk14pkifk","label":"Item text here","item_label":"item 1"},{"itemKey":"atnvj7a2467k14pkirh","label":"Item text here","item_label":"item 2"},{"itemKey":"u25hxin70ik14pkj4w","label":"Item text here","item_label":"item 3"}]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">2. Choose one.</span>\\\\n            <br/>\\\\n            <input-field \\\\n                :type=\\\\"\\\'Object\\\'\\\\"\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                \\\\n                :ditems=\\\'[{\\\\"itemKey\\\\":\\\\"26z5jl17ljbk14pkifk\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"item 1\\\\"},{\\\\"itemKey\\\\":\\\\"atnvj7a2467k14pkirh\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"item 2\\\\"},{\\\\"itemKey\\\\":\\\\"u25hxin70ik14pkj4w\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"item 3\\\\"}]\\\'\\\\n                :dtext=\\\\"\\\'item_label\\\'\\\\"\\\\n                :dvalue=\\\\"\\\'item_label\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 17, 9, 38, 272084), \'code\': \'FRMDETAIL-20190929-0000038\', \'form_code\': \'FRM-20190929-0000021\', \'tmp_detail\': None}', ''),
	(628, '2019-09-29 17:42:07.010306', 'test1', '2019-09-29 17:42:07.010345', 'test1', 'DELETED', 'ChangeRequestFormDetails', 39, '{\'id\': 39, \'field_idx\': \'4\', \'field_ref\': \'DTE-649e3n5ymckk14pkrd3\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e73","code":"DTE","name":"Date","description":"Date Picker","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"3. Pick a date","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">3. Pick a date</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :type=\\\\"\\\'Date\\\'\\\\" \\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 17, 9, 38, 275392), \'code\': \'FRMDETAIL-20190929-0000039\', \'form_code\': \'FRM-20190929-0000021\', \'tmp_detail\': None}', ''),
	(629, '2019-09-29 17:42:07.015292', 'test1', '2019-09-29 17:42:07.015326', 'test1', 'DELETED', 'ChangeRequestFormHeader', 21, '{\'id\': 21, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'Template Ed\', \'requested_to_objective\': \'TEST ed\', \'requested_to_priority\': \'High\', \'description\': \'TEST ed\', \'form_code\': \'FRM-20190929-0000021\', \'requested_by_user\': \'USER-20190927-0000011\', \'cancel_date\': None, \'requested_by_department\': \'DEPARTMENT-20190923-0000002\', \'template_no\': \'TMP-20190929-0000015\', \'status\': \'Draft\', \'company_desc\': None, \'department_desc\': None, \'requested_desc\': None, \'old_form_code\': None, \'requested_to_template_id\': \'XXX\', \'requested_to_target_date\': datetime.datetime(2019, 10, 4, 9, 9, 32, 312000)}', ''),
	(630, '2019-09-29 18:55:26.941070', 'Megan', '2019-09-29 18:55:26.941111', 'Megan', 'DELETED', 'ChangeRequestFormApprovers', 61, '{\'id\': 61, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 29, 18, 28, 52, 35038), \'code\': \'FRMAPR-20190929-0000061\', \'form_code\': \'FRM-20190929-0000025\', \'remarks\': None, \'action\': None, \'action_date\': None, \'date_sent\': None, \'tmp_approver\': \'TMPAPR-20190929-0000020\'}', ''),
	(631, '2019-09-29 18:55:26.943423', 'Megan', '2019-09-29 18:55:26.943455', 'Megan', 'DELETED', 'ChangeRequestFormApprovers', 62, '{\'id\': 62, \'level\': 2, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Vendor/Implementor\', \'created\': datetime.datetime(2019, 9, 29, 18, 28, 52, 37450), \'code\': \'FRMAPR-20190929-0000062\', \'form_code\': \'FRM-20190929-0000025\', \'remarks\': None, \'action\': None, \'action_date\': None, \'date_sent\': None, \'tmp_approver\': None}', ''),
	(632, '2019-09-29 18:55:26.945507', 'Megan', '2019-09-29 18:55:26.945540', 'Megan', 'DELETED', 'ChangeRequestFormApprovers', 63, '{\'id\': 63, \'level\': 3, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Requestor\', \'created\': datetime.datetime(2019, 9, 29, 18, 28, 52, 39714), \'code\': \'FRMAPR-20190929-0000063\', \'form_code\': \'FRM-20190929-0000025\', \'remarks\': None, \'action\': None, \'action_date\': None, \'date_sent\': None, \'tmp_approver\': None}', ''),
	(633, '2019-09-29 18:55:26.950653', 'Megan', '2019-09-29 18:55:26.950687', 'Megan', 'DELETED', 'ChangeRequestFormStakeHolders', 42, '{\'id\': 42, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 29, 18, 28, 52, 56444), \'code\': \'FRMSTK-20190929-0000042\', \'form_code\': \'FRM-20190929-0000025\', \'date_added\': None, \'tmp_stake\': \'TMPSTK-20190929-0000007\'}', ''),
	(634, '2019-09-29 18:55:26.952835', 'Megan', '2019-09-29 18:55:26.952886', 'Megan', 'DELETED', 'ChangeRequestFormStakeHolders', 43, '{\'id\': 43, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 29, 18, 28, 52, 58719), \'code\': \'FRMSTK-20190929-0000043\', \'form_code\': \'FRM-20190929-0000025\', \'date_added\': None, \'tmp_stake\': \'TMPSTK-20190929-0000008\'}', ''),
	(635, '2019-09-29 18:55:26.954983', 'Megan', '2019-09-29 18:55:26.955016', 'Megan', 'DELETED', 'ChangeRequestFormStakeHolders', 44, '{\'id\': 44, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 29, 18, 28, 52, 60943), \'code\': \'FRMSTK-20190929-0000044\', \'form_code\': \'FRM-20190929-0000025\', \'date_added\': None, \'tmp_stake\': \'TMPSTK-20190929-0000009\'}', ''),
	(636, '2019-09-29 18:55:26.959655', 'Megan', '2019-09-29 18:55:26.959689', 'Megan', 'DELETED', 'ChangeRequestFormAttachments', 30, '{\'id\': 30, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'11111\', \'file_name\': \'Screen Shot 2019-06-03 at 4.28.05 PM.png\', \'description\': \'aaaa\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 29, 18, 28, 52, 78624), \'code\': \'FRMATCH-20190929-0000030\', \'form_code\': \'FRM-20190929-0000025\', \'file_upload\': None, \'tmp_attach\': \'TMPATCH-20190929-0000036\'}', ''),
	(637, '2019-09-29 18:55:26.961760', 'Megan', '2019-09-29 18:55:26.961793', 'Megan', 'DELETED', 'ChangeRequestFormAttachments', 31, '{\'id\': 31, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'222222\', \'file_name\': \'Screen Shot 2019-06-03 at 11.55.38 AM.png\', \'description\': \'bbbbb\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 29, 18, 28, 52, 80904), \'code\': \'FRMATCH-20190929-0000031\', \'form_code\': \'FRM-20190929-0000025\', \'file_upload\': None, \'tmp_attach\': \'TMPATCH-20190929-0000037\'}', ''),
	(638, '2019-09-29 18:55:26.963853', 'Megan', '2019-09-29 18:55:26.963886', 'Megan', 'DELETED', 'ChangeRequestFormAttachments', 32, '{\'id\': 32, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'333333\', \'file_name\': \'Screen Shot 2019-06-03 at 11.55.54 AM.png\', \'description\': \'ccccc\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 29, 18, 28, 52, 83131), \'code\': \'FRMATCH-20190929-0000032\', \'form_code\': \'FRM-20190929-0000025\', \'file_upload\': None, \'tmp_attach\': \'TMPATCH-20190929-0000038\'}', ''),
	(639, '2019-09-29 18:55:26.968731', 'Megan', '2019-09-29 18:55:26.968763', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 55, '{\'id\': 55, \'field_idx\': \'0\', \'field_ref\': \'TLE-pb0a5vb76jdk14pjwre\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"Testing 101","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">Testing 101</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 18, 28, 52, 94131), \'code\': \'FRMDETAIL-20190929-0000055\', \'form_code\': \'FRM-20190929-0000025\', \'tmp_detail\': None}', ''),
	(640, '2019-09-29 18:55:26.970852', 'Megan', '2019-09-29 18:55:26.970884', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 56, '{\'id\': 56, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-y9amlq1felk14pk0tx\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"1010101010","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">1010101010</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 18, 28, 52, 96286), \'code\': \'FRMDETAIL-20190929-0000056\', \'form_code\': \'FRM-20190929-0000025\', \'tmp_detail\': None}', ''),
	(641, '2019-09-29 18:55:26.972954', 'Megan', '2019-09-29 18:55:26.972987', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 57, '{\'id\': 57, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-1s1io79cvzek14pk7g7\', \'field_val\': \'"WHOHOHOHOHOHOHOHOH"\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"1. Answer this.","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">1. Answer this.</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 18, 28, 52, 98806), \'code\': \'FRMDETAIL-20190929-0000057\', \'form_code\': \'FRM-20190929-0000025\', \'tmp_detail\': None}', ''),
	(642, '2019-09-29 18:55:26.975105', 'Megan', '2019-09-29 18:55:26.975138', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 58, '{\'id\': 58, \'field_idx\': \'3\', \'field_ref\': \'SEL-i780uu58jbck14pkdma\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e75","code":"SEL","name":"Dropdowns","description":"Auto Completes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"2. Choose one.","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"26z5jl17ljbk14pkifk","label":"Item text here","item_label":"item 1"},{"itemKey":"atnvj7a2467k14pkirh","label":"Item text here","item_label":"item 2"},{"itemKey":"u25hxin70ik14pkj4w","label":"Item text here","item_label":"item 3"}]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">2. Choose one.</span>\\\\n            <br/>\\\\n            <input-field \\\\n                :type=\\\\"\\\'Object\\\'\\\\"\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                \\\\n                :ditems=\\\'[{\\\\"itemKey\\\\":\\\\"26z5jl17ljbk14pkifk\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"item 1\\\\"},{\\\\"itemKey\\\\":\\\\"atnvj7a2467k14pkirh\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"item 2\\\\"},{\\\\"itemKey\\\\":\\\\"u25hxin70ik14pkj4w\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"item 3\\\\"}]\\\'\\\\n                :dtext=\\\\"\\\'item_label\\\'\\\\"\\\\n                :dvalue=\\\\"\\\'item_label\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 18, 28, 52, 101123), \'code\': \'FRMDETAIL-20190929-0000058\', \'form_code\': \'FRM-20190929-0000025\', \'tmp_detail\': None}', ''),
	(643, '2019-09-29 18:55:26.977108', 'Megan', '2019-09-29 18:55:26.977140', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 59, '{\'id\': 59, \'field_idx\': \'4\', \'field_ref\': \'DTE-649e3n5ymckk14pkrd3\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e73","code":"DTE","name":"Date","description":"Date Picker","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"3. Pick a date","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">3. Pick a date</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :type=\\\\"\\\'Date\\\'\\\\" \\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 18, 28, 52, 103346), \'code\': \'FRMDETAIL-20190929-0000059\', \'form_code\': \'FRM-20190929-0000025\', \'tmp_detail\': None}', ''),
	(644, '2019-09-29 18:55:26.982129', 'Megan', '2019-09-29 18:55:26.982162', 'Megan', 'DELETED', 'ChangeRequestFormHeader', 25, '{\'id\': 25, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'WOGOOHOHOHOHOHOHO\', \'requested_to_objective\': \'TEST ed\', \'requested_to_priority\': \'High\', \'description\': \'TEST ed\', \'form_code\': \'FRM-20190929-0000025\', \'requested_by_user\': \'USER-20190927-0000011\', \'cancel_date\': None, \'requested_by_department\': \'DEPARTMENT-20190923-0000002\', \'template_no\': \'TMP-20190929-0000015\', \'status\': \'Draft\', \'company_desc\': None, \'department_desc\': None, \'requested_desc\': None, \'old_form_code\': None, \'requested_to_template_id\': \'XXX\', \'requested_to_target_date\': datetime.datetime(2019, 10, 4, 10, 28, 36, 208000)}', ''),
	(645, '2019-09-29 18:55:30.214018', 'Megan', '2019-09-29 18:55:30.214056', 'Megan', 'DELETED', 'ChangeRequestFormApprovers', 58, '{\'id\': 58, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Approver\', \'created\': datetime.datetime(2019, 9, 29, 17, 47, 40, 704359), \'code\': \'FRMAPR-20190929-0000058\', \'form_code\': \'FRM-20190929-0000024\', \'remarks\': None, \'action\': None, \'action_date\': None, \'date_sent\': None, \'tmp_approver\': \'TMPAPR-20190929-0000020\'}', ''),
	(646, '2019-09-29 18:55:30.216146', 'Megan', '2019-09-29 18:55:30.216179', 'Megan', 'DELETED', 'ChangeRequestFormApprovers', 59, '{\'id\': 59, \'level\': 2, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Vendor/Implementor\', \'created\': datetime.datetime(2019, 9, 29, 17, 47, 40, 706943), \'code\': \'FRMAPR-20190929-0000059\', \'form_code\': \'FRM-20190929-0000024\', \'remarks\': None, \'action\': None, \'action_date\': None, \'date_sent\': None, \'tmp_approver\': None}', ''),
	(647, '2019-09-29 18:55:30.218219', 'Megan', '2019-09-29 18:55:30.218253', 'Megan', 'DELETED', 'ChangeRequestFormApprovers', 60, '{\'id\': 60, \'level\': 3, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Requestor\', \'created\': datetime.datetime(2019, 9, 29, 17, 47, 40, 709247), \'code\': \'FRMAPR-20190929-0000060\', \'form_code\': \'FRM-20190929-0000024\', \'remarks\': None, \'action\': None, \'action_date\': None, \'date_sent\': None, \'tmp_approver\': None}', ''),
	(648, '2019-09-29 18:55:30.222779', 'Megan', '2019-09-29 18:55:30.222812', 'Megan', 'DELETED', 'ChangeRequestFormStakeHolders', 39, '{\'id\': 39, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 29, 17, 47, 40, 727088), \'code\': \'FRMSTK-20190929-0000039\', \'form_code\': \'FRM-20190929-0000024\', \'date_added\': None, \'tmp_stake\': \'TMPSTK-20190929-0000007\'}', ''),
	(649, '2019-09-29 18:55:30.224851', 'Megan', '2019-09-29 18:55:30.224884', 'Megan', 'DELETED', 'ChangeRequestFormStakeHolders', 40, '{\'id\': 40, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 29, 17, 47, 40, 729367), \'code\': \'FRMSTK-20190929-0000040\', \'form_code\': \'FRM-20190929-0000024\', \'date_added\': None, \'tmp_stake\': \'TMPSTK-20190929-0000008\'}', ''),
	(650, '2019-09-29 18:55:30.227072', 'Megan', '2019-09-29 18:55:30.227104', 'Megan', 'DELETED', 'ChangeRequestFormStakeHolders', 41, '{\'id\': 41, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 29, 17, 47, 40, 731714), \'code\': \'FRMSTK-20190929-0000041\', \'form_code\': \'FRM-20190929-0000024\', \'date_added\': None, \'tmp_stake\': \'TMPSTK-20190929-0000009\'}', ''),
	(651, '2019-09-29 18:55:30.231730', 'Megan', '2019-09-29 18:55:30.231765', 'Megan', 'DELETED', 'ChangeRequestFormAttachments', 27, '{\'id\': 27, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'11111\', \'file_name\': \'Screen Shot 2019-06-03 at 4.28.05 PM.png\', \'description\': \'aaaa\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 29, 17, 47, 40, 754027), \'code\': \'FRMATCH-20190929-0000027\', \'form_code\': \'FRM-20190929-0000024\', \'file_upload\': None, \'tmp_attach\': \'TMPATCH-20190929-0000036\'}', ''),
	(652, '2019-09-29 18:55:30.233864', 'Megan', '2019-09-29 18:55:30.233920', 'Megan', 'DELETED', 'ChangeRequestFormAttachments', 28, '{\'id\': 28, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'222222\', \'file_name\': \'Screen Shot 2019-06-03 at 11.55.38 AM.png\', \'description\': \'bbbbb\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 29, 17, 47, 40, 756434), \'code\': \'FRMATCH-20190929-0000028\', \'form_code\': \'FRM-20190929-0000024\', \'file_upload\': None, \'tmp_attach\': \'TMPATCH-20190929-0000037\'}', ''),
	(653, '2019-09-29 18:55:30.235926', 'Megan', '2019-09-29 18:55:30.235960', 'Megan', 'DELETED', 'ChangeRequestFormAttachments', 29, '{\'id\': 29, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'333333\', \'file_name\': \'Screen Shot 2019-06-03 at 11.55.54 AM.png\', \'description\': \'ccccc\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 29, 17, 47, 40, 758846), \'code\': \'FRMATCH-20190929-0000029\', \'form_code\': \'FRM-20190929-0000024\', \'file_upload\': None, \'tmp_attach\': \'TMPATCH-20190929-0000038\'}', ''),
	(654, '2019-09-29 18:55:30.240305', 'Megan', '2019-09-29 18:55:30.240338', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 50, '{\'id\': 50, \'field_idx\': \'0\', \'field_ref\': \'TLE-pb0a5vb76jdk14pjwre\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"Testing 101","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">Testing 101</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 17, 47, 40, 770322), \'code\': \'FRMDETAIL-20190929-0000050\', \'form_code\': \'FRM-20190929-0000024\', \'tmp_detail\': None}', ''),
	(655, '2019-09-29 18:55:30.242286', 'Megan', '2019-09-29 18:55:30.242319', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 51, '{\'id\': 51, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-y9amlq1felk14pk0tx\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"1010101010","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">1010101010</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 17, 47, 40, 772561), \'code\': \'FRMDETAIL-20190929-0000051\', \'form_code\': \'FRM-20190929-0000024\', \'tmp_detail\': None}', ''),
	(656, '2019-09-29 18:55:30.244327', 'Megan', '2019-09-29 18:55:30.244359', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 52, '{\'id\': 52, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-1s1io79cvzek14pk7g7\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"1. Answer this.","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">1. Answer this.</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 17, 47, 40, 774779), \'code\': \'FRMDETAIL-20190929-0000052\', \'form_code\': \'FRM-20190929-0000024\', \'tmp_detail\': None}', ''),
	(657, '2019-09-29 18:55:30.246237', 'Megan', '2019-09-29 18:55:30.246269', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 53, '{\'id\': 53, \'field_idx\': \'3\', \'field_ref\': \'SEL-i780uu58jbck14pkdma\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e75","code":"SEL","name":"Dropdowns","description":"Auto Completes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"2. Choose one.","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"26z5jl17ljbk14pkifk","label":"Item text here","item_label":"item 1"},{"itemKey":"atnvj7a2467k14pkirh","label":"Item text here","item_label":"item 2"},{"itemKey":"u25hxin70ik14pkj4w","label":"Item text here","item_label":"item 3"}]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">2. Choose one.</span>\\\\n            <br/>\\\\n            <input-field \\\\n                :type=\\\\"\\\'Object\\\'\\\\"\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                \\\\n                :ditems=\\\'[{\\\\"itemKey\\\\":\\\\"26z5jl17ljbk14pkifk\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"item 1\\\\"},{\\\\"itemKey\\\\":\\\\"atnvj7a2467k14pkirh\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"item 2\\\\"},{\\\\"itemKey\\\\":\\\\"u25hxin70ik14pkj4w\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"item 3\\\\"}]\\\'\\\\n                :dtext=\\\\"\\\'item_label\\\'\\\\"\\\\n                :dvalue=\\\\"\\\'item_label\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 17, 47, 40, 777034), \'code\': \'FRMDETAIL-20190929-0000053\', \'form_code\': \'FRM-20190929-0000024\', \'tmp_detail\': None}', ''),
	(658, '2019-09-29 18:55:30.248142', 'Megan', '2019-09-29 18:55:30.248174', 'Megan', 'DELETED', 'ChangeRequestFormDetails', 54, '{\'id\': 54, \'field_idx\': \'4\', \'field_ref\': \'DTE-649e3n5ymckk14pkrd3\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e73","code":"DTE","name":"Date","description":"Date Picker","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"3. Pick a date","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">3. Pick a date</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :type=\\\\"\\\'Date\\\'\\\\" \\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 29, 17, 47, 40, 779312), \'code\': \'FRMDETAIL-20190929-0000054\', \'form_code\': \'FRM-20190929-0000024\', \'tmp_detail\': None}', ''),
	(659, '2019-09-29 18:55:30.252495', 'Megan', '2019-09-29 18:55:30.252527', 'Megan', 'DELETED', 'ChangeRequestFormHeader', 24, '{\'id\': 24, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'Template Ed\', \'requested_to_objective\': \'TEST ed\', \'requested_to_priority\': \'High\', \'description\': \'TEST ed\', \'form_code\': \'FRM-20190929-0000024\', \'requested_by_user\': \'USER-20190927-0000011\', \'cancel_date\': None, \'requested_by_department\': \'DEPARTMENT-20190923-0000002\', \'template_no\': \'TMP-20190929-0000015\', \'status\': \'Draft\', \'company_desc\': None, \'department_desc\': None, \'requested_desc\': None, \'old_form_code\': None, \'requested_to_template_id\': \'XXX\', \'requested_to_target_date\': datetime.datetime(2019, 10, 4, 9, 46, 27, 475000)}', '');
INSERT INTO `entity_logs` (`id`, `created`, `createdby`, `modified`, `modifiedby`, `action`, `entity`, `row_id`, `fromValue`, `toValue`) VALUES
	(660, '2019-09-30 10:05:30.638419', 'Megan', '2019-09-30 10:05:30.638461', 'Megan', 'Update', 'ChangeRequestTemplateHeader', 16, '{\'id\': 16, \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'requested_to_template_name\': \'Ed Template\', \'requested_to_objective\': \'To test objective\', \'requested_to_priority\': \'Normal\', \'description\': \'To test description\', \'template_no\': \'TMP-20190930-0000016\', \'requested_to_template_id\': \'ED-TEMP\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_target_date\': 10}', '{\'template_no\': \'TMP-20190930-0000016\', \'requested_to_template_name\': \'Ed Template\', \'requested_to_objective\': \'To test objective\', \'requested_to_target_date\': 10, \'requested_to_priority\': \'Normal\', \'description\': \'To test description\', \'created\': \'2019-09-30T10:05:09.387413\', \'requested_to_template_id\': \'ED-TEMP\', \'requested_to_company\': \'COMPANY-20190923-0000001\', \'requested_to_department\': \'DEPARTMENT-20190923-0000002\', \'requested_to_user\': \'USER-20190927-0000012\', \'created_by_user\': \'USER-20190927-0000011\', \'created_by_department\': \'DEPARTMENT-20190923-0000002\', \'tmp_approvers\': [OrderedDict([(\'id\', 21), (\'level\', 1), (\'delegation\', \'Head of Department\'), (\'created\', \'2019-09-30T10:05:09.404560\'), (\'code\', \'TMPAPR-20190930-0000021\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190930-0000016\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})])], \'tmp_stakes\': [OrderedDict([(\'id\', 10), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-30T10:05:09.417858\'), (\'code\', \'TMPSTK-20190930-0000010\'), (\'user\', {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190930-0000016\'), (\'company\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'})]), OrderedDict([(\'id\', 11), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-30T10:05:09.421890\'), (\'code\', \'TMPSTK-20190930-0000011\'), (\'user\', {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'red@tirsolutions.com\', \'contact_no\': \'12\'}), (\'template_no\', \'TMP-20190930-0000016\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})]), OrderedDict([(\'id\', 12), (\'delegation\', \'Mandatory Stakeholder\'), (\'created\', \'2019-09-30T10:05:09.424068\'), (\'code\', \'TMPSTK-20190930-0000012\'), (\'user\', {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'eduardo@tirsolutions.com\', \'contact_no\': \'132\'}), (\'template_no\', \'TMP-20190930-0000016\'), (\'company\', {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}), (\'department\', {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'})])], \'tmp_attachments\': [OrderedDict([(\'id\', 39), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'attch 1\'), (\'file_name\', \'Screen Shot 2019-06-03 at 4.28.05 PM.png\'), (\'description\', \'desc 1\'), (\'created\', \'2019-09-30T10:05:09.441323\'), (\'code\', \'TMPATCH-20190930-0000039\'), (\'uploaded_by\', \'none\'), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/Screen_Shot_2019-06-03_at_4.28.05_PM_m4kfFX9.png\'), (\'template_no\', \'TMP-20190930-0000016\')]), OrderedDict([(\'id\', 40), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'attch 2\'), (\'file_name\', \'Screen Shot 2019-06-03 at 11.55.38 AM.png\'), (\'description\', \'desc 2\'), (\'created\', \'2019-09-30T10:05:09.444032\'), (\'code\', \'TMPATCH-20190930-0000040\'), (\'uploaded_by\', \'none\'), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/Screen_Shot_2019-06-03_at_11.55.38_AM_6jLQAo5.png\'), (\'template_no\', \'TMP-20190930-0000016\')]), OrderedDict([(\'id\', 41), (\'attachment_type\', \'Mandatory\'), (\'attachment_name\', \'attch 3\'), (\'file_name\', \'Screen Shot 2019-06-03 at 11.55.54 AM.png\'), (\'description\', \'desc 3\'), (\'created\', \'2019-09-30T10:05:09.446332\'), (\'code\', \'TMPATCH-20190930-0000041\'), (\'uploaded_by\', \'none\'), (\'file_upload\', \'http://devapi.rmsv2.oneberrysystem.com/media/uploads/Screen_Shot_2019-06-03_at_11.55.54_AM_JOakMYu.png\'), (\'template_no\', \'TMP-20190930-0000016\')])], \'tmp_details\': [OrderedDict([(\'id\', 17), (\'field_idx\', \'0\'), (\'field_ref\', \'TLE-a5sxyeifa5ok15roi1l\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"Form Title","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">Form Title</span>\\\\n        "}\'), (\'created\', \'2019-09-30T10:05:09.459962\'), (\'code\', \'TMPDETAIL-20190930-0000017\'), (\'template_no\', \'TMP-20190930-0000016\')]), OrderedDict([(\'id\', 18), (\'field_idx\', \'1\'), (\'field_ref\', \'SBTLE-52j2usnz6ndk15roo4r\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"Fancy supporting subtitle","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">Fancy supporting subtitle</span>\\\\n        "}\'), (\'created\', \'2019-09-30T10:05:09.463370\'), (\'code\', \'TMPDETAIL-20190930-0000018\'), (\'template_no\', \'TMP-20190930-0000016\')]), OrderedDict([(\'id\', 19), (\'field_idx\', \'2\'), (\'field_ref\', \'SHRQSTN-dyux1z2vf7bk15rp1n1\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"1. Qusetion 1","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">1. Qusetion 1</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-30T10:05:09.465595\'), (\'code\', \'TMPDETAIL-20190930-0000019\'), (\'template_no\', \'TMP-20190930-0000016\')]), OrderedDict([(\'id\', 20), (\'field_idx\', \'3\'), (\'field_ref\', \'SHRQSTN-utb5mqwiu4k15rp9dn\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"2. Question 2","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">2. Question 2</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-30T10:05:09.467877\'), (\'code\', \'TMPDETAIL-20190930-0000020\'), (\'template_no\', \'TMP-20190930-0000016\')]), OrderedDict([(\'id\', 21), (\'field_idx\', \'4\'), (\'field_ref\', \'CHKS-8yld0otael7k15rq5dr\'), (\'field_val\', \'["chk 1","chk 2"]\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"3. Check item multiple here.","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"ztcmcpwm01sk15rqamg","label":"Item text here","item_label":"chk 1"},{"itemKey":"bgxupwkjtnik15rqaym","label":"Item text here","item_label":"chk 2"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">3. Check item multiple here.</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"ztcmcpwm01sk15rqamg\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"chk 1\\\\"},{\\\\"itemKey\\\\":\\\\"bgxupwkjtnik15rqaym\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"chk 2\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\'), (\'created\', \'2019-09-30T10:05:09.470176\'), (\'code\', \'TMPDETAIL-20190930-0000021\'), (\'template_no\', \'TMP-20190930-0000016\')]), OrderedDict([(\'id\', 22), (\'field_idx\', \'5\'), (\'field_ref\', \'MULTCH-sjffwgg7ogk15rqhe5\'), (\'field_val\', \'"chse 1"\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e69","code":"MULTCH","name":"Multiple choice","description":"Group of Radio buttons","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"4. Choose 1 item here","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"t0lpsjfrigk15rqmq7","label":"Item text here","item_label":"chse 1"},{"itemKey":"c3u4c7xwvr7k15rqn1s","label":"Item text here","item_label":"chse 2"},{"itemKey":"eydiqxf0kd8k15rqne2","label":"Item text here","item_label":"chse 3"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">4. Choose 1 item here</span>\\\\n            <br/>\\\\n            <v-radio-group\\\\n                column\\\\n                :value=\\\\"value\\\\"\\\\n                @change=\\\\"$emit(\\\'change\\\',$event)\\\\"\\\\n                >\\\\n                <v-radio\\\\n                    v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"t0lpsjfrigk15rqmq7\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"chse 1\\\\"},{\\\\"itemKey\\\\":\\\\"c3u4c7xwvr7k15rqn1s\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"chse 2\\\\"},{\\\\"itemKey\\\\":\\\\"eydiqxf0kd8k15rqne2\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"chse 3\\\\"}]\\\'\\\\n                    :key=\\\'loopItem.itemKey\\\'\\\\n\\\\n                    :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                    :value=\\\\"loopItem.item_label\\\\"\\\\n                    >\\\\n                </v-radio>\\\\n            </v-radio-group>\\\\n        "}\'), (\'created\', \'2019-09-30T10:05:09.472545\'), (\'code\', \'TMPDETAIL-20190930-0000022\'), (\'template_no\', \'TMP-20190930-0000016\')]), OrderedDict([(\'id\', 23), (\'field_idx\', \'6\'), (\'field_ref\', \'LNGQSTN-wb7z30p5cdk15rr3k9\'), (\'field_val\', \'""\'), (\'field_props\', \'{"id":"5d28715801c3f9e2d74e61e72","code":"LNGQSTN","name":"Paragraph","description":"Text Area","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"5. Your long text here.","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">5. Your long text here.</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :type=\\\\"\\\'LongString\\\'\\\\" \\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\'), (\'created\', \'2019-09-30T10:05:09.474825\'), (\'code\', \'TMPDETAIL-20190930-0000023\'), (\'template_no\', \'TMP-20190930-0000016\')])], \'requested_to_company_object\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'requested_to_department_object\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}, \'requested_to_user_object\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'red@tirsolutions.com\', \'contact_no\': \'12\'}, \'company\': \'Oneberry Technologies Pte Ltd.\', \'department\': \'Business Development\', \'point_of_contact\': \'test1\', \'created_by\': \'Megan\'}'),
	(661, '2019-09-30 10:05:30.652349', 'Megan', '2019-09-30 10:05:30.652382', 'Megan', 'Update', 'ChangeRequestTemplateApprovers', 21, '{\'id\': 21, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Head of Department\', \'created\': datetime.datetime(2019, 9, 30, 10, 5, 9, 404560), \'code\': \'TMPAPR-20190930-0000021\', \'template_no\': \'TMP-20190930-0000016\'}', '{\'id\': 21, \'level\': 1, \'delegation\': \'Head of Department\', \'created\': \'2019-09-30T10:05:09.404560\', \'code\': \'TMPAPR-20190930-0000021\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190930-0000016\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(662, '2019-09-30 10:05:30.664291', 'Megan', '2019-09-30 10:05:30.664324', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 10, '{\'id\': 10, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 30, 10, 5, 9, 417858), \'code\': \'TMPSTK-20190930-0000010\', \'template_no\': \'TMP-20190930-0000016\'}', '{\'id\': 10, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-30T10:05:09.417858\', \'code\': \'TMPSTK-20190930-0000010\', \'user\': {\'id\': 13, \'name\': \'test2\', \'username\': \'test2\', \'code\': \'USER-20190927-0000013\', \'email\': \'test2@sdf.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190930-0000016\', \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}}'),
	(663, '2019-09-30 10:05:30.674257', 'Megan', '2019-09-30 10:05:30.674290', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 11, '{\'id\': 11, \'user\': \'USER-20190927-0000012\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 30, 10, 5, 9, 421890), \'code\': \'TMPSTK-20190930-0000011\', \'template_no\': \'TMP-20190930-0000016\'}', '{\'id\': 11, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-30T10:05:09.421890\', \'code\': \'TMPSTK-20190930-0000011\', \'user\': {\'id\': 12, \'name\': \'test1\', \'username\': \'test1\', \'code\': \'USER-20190927-0000012\', \'email\': \'red@tirsolutions.com\', \'contact_no\': \'12\'}, \'template_no\': \'TMP-20190930-0000016\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(664, '2019-09-30 10:05:30.684334', 'Megan', '2019-09-30 10:05:30.684371', 'Megan', 'Update', 'ChangeRequestTemplateStakeHolders', 12, '{\'id\': 12, \'user\': \'USER-20190927-0000011\', \'delegation\': \'Mandatory Stakeholder\', \'created\': datetime.datetime(2019, 9, 30, 10, 5, 9, 424068), \'code\': \'TMPSTK-20190930-0000012\', \'template_no\': \'TMP-20190930-0000016\'}', '{\'id\': 12, \'delegation\': \'Mandatory Stakeholder\', \'created\': \'2019-09-30T10:05:09.424068\', \'code\': \'TMPSTK-20190930-0000012\', \'user\': {\'id\': 11, \'name\': \'Megan\', \'username\': \'Megan\', \'code\': \'USER-20190927-0000011\', \'email\': \'eduardo@tirsolutions.com\', \'contact_no\': \'132\'}, \'template_no\': \'TMP-20190930-0000016\', \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}}'),
	(665, '2019-09-30 10:05:30.695735', 'Megan', '2019-09-30 10:05:30.695766', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 39, '{\'id\': 39, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'attch 1\', \'file_name\': \'Screen Shot 2019-06-03 at 4.28.05 PM.png\', \'description\': \'desc 1\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 30, 10, 5, 9, 441323), \'code\': \'TMPATCH-20190930-0000039\', \'file_upload\': 83, \'template_no\': \'TMP-20190930-0000016\'}', '{\'id\': 39, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'attch 1\', \'file_name\': \'Screen Shot 2019-06-03 at 4.28.05 PM.png\', \'description\': \'desc 1\', \'created\': \'2019-09-30T10:05:09.441323\', \'code\': \'TMPATCH-20190930-0000039\', \'uploaded_by\': \'none\', \'file_upload\': 83, \'template_no\': \'TMP-20190930-0000016\'}'),
	(666, '2019-09-30 10:05:30.705944', 'Megan', '2019-09-30 10:05:30.705974', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 40, '{\'id\': 40, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'attch 2\', \'file_name\': \'Screen Shot 2019-06-03 at 11.55.38 AM.png\', \'description\': \'desc 2\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 30, 10, 5, 9, 444032), \'code\': \'TMPATCH-20190930-0000040\', \'file_upload\': 84, \'template_no\': \'TMP-20190930-0000016\'}', '{\'id\': 40, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'attch 2\', \'file_name\': \'Screen Shot 2019-06-03 at 11.55.38 AM.png\', \'description\': \'desc 2\', \'created\': \'2019-09-30T10:05:09.444032\', \'code\': \'TMPATCH-20190930-0000040\', \'uploaded_by\': \'none\', \'file_upload\': 84, \'template_no\': \'TMP-20190930-0000016\'}'),
	(667, '2019-09-30 10:05:30.716134', 'Megan', '2019-09-30 10:05:30.716165', 'Megan', 'Update', 'ChangeRequestTemplateAttachments', 41, '{\'id\': 41, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'attch 3\', \'file_name\': \'Screen Shot 2019-06-03 at 11.55.54 AM.png\', \'description\': \'desc 3\', \'uploaded_by\': \'USER-20190927-0000011\', \'created\': datetime.datetime(2019, 9, 30, 10, 5, 9, 446332), \'code\': \'TMPATCH-20190930-0000041\', \'file_upload\': 85, \'template_no\': \'TMP-20190930-0000016\'}', '{\'id\': 41, \'attachment_type\': \'Mandatory\', \'attachment_name\': \'attch 3\', \'file_name\': \'Screen Shot 2019-06-03 at 11.55.54 AM.png\', \'description\': \'desc 3\', \'created\': \'2019-09-30T10:05:09.446332\', \'code\': \'TMPATCH-20190930-0000041\', \'uploaded_by\': \'none\', \'file_upload\': 85, \'template_no\': \'TMP-20190930-0000016\'}'),
	(668, '2019-09-30 10:05:30.723518', 'Megan', '2019-09-30 10:05:30.723547', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 17, '{\'id\': 17, \'field_idx\': \'0\', \'field_ref\': \'TLE-a5sxyeifa5ok15roi1l\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"Form Title","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">Form Title</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 30, 10, 5, 9, 459962), \'code\': \'TMPDETAIL-20190930-0000017\', \'template_no\': \'TMP-20190930-0000016\'}', '{\'id\': 17, \'field_idx\': \'0\', \'field_ref\': \'TLE-a5sxyeifa5ok15roi1l\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"TLE","name":"Title","description":"Form Title","kvps":[{"code":"QSTN1","hint":"Enter title here.","type":"String","name":"Form Title","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"headline\\\\">Form Title</span>\\\\n        "}\', \'created\': \'2019-09-30T10:05:09.459962\', \'code\': \'TMPDETAIL-20190930-0000017\', \'template_no\': \'TMP-20190930-0000016\'}'),
	(669, '2019-09-30 10:05:30.729350', 'Megan', '2019-09-30 10:05:30.729378', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 18, '{\'id\': 18, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-52j2usnz6ndk15roo4r\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"Fancy supporting subtitle","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">Fancy supporting subtitle</span>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 30, 10, 5, 9, 463370), \'code\': \'TMPDETAIL-20190930-0000018\', \'template_no\': \'TMP-20190930-0000016\'}', '{\'id\': 18, \'field_idx\': \'1\', \'field_ref\': \'SBTLE-52j2usnz6ndk15roo4r\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SBTLE","name":"Subtitle","description":"Form Sub Title","kvps":[{"code":"QSTN1","hint":"Enter sub title here","type":"String","name":"Fancy supporting subtitle","value":"","items":[]}],"template":"\\\\n            <span class=\\\\"body-2\\\\">Fancy supporting subtitle</span>\\\\n        "}\', \'created\': \'2019-09-30T10:05:09.463370\', \'code\': \'TMPDETAIL-20190930-0000018\', \'template_no\': \'TMP-20190930-0000016\'}'),
	(670, '2019-09-30 10:05:30.735073', 'Megan', '2019-09-30 10:05:30.735104', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 19, '{\'id\': 19, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-dyux1z2vf7bk15rp1n1\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"1. Qusetion 1","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">1. Qusetion 1</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 30, 10, 5, 9, 465595), \'code\': \'TMPDETAIL-20190930-0000019\', \'template_no\': \'TMP-20190930-0000016\'}', '{\'id\': 19, \'field_idx\': \'2\', \'field_ref\': \'SHRQSTN-dyux1z2vf7bk15rp1n1\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"1. Qusetion 1","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">1. Qusetion 1</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-30T10:05:09.465595\', \'code\': \'TMPDETAIL-20190930-0000019\', \'template_no\': \'TMP-20190930-0000016\'}'),
	(671, '2019-09-30 10:05:30.740832', 'Megan', '2019-09-30 10:05:30.740861', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 20, '{\'id\': 20, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-utb5mqwiu4k15rp9dn\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"2. Question 2","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">2. Question 2</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 30, 10, 5, 9, 467877), \'code\': \'TMPDETAIL-20190930-0000020\', \'template_no\': \'TMP-20190930-0000016\'}', '{\'id\': 20, \'field_idx\': \'3\', \'field_ref\': \'SHRQSTN-utb5mqwiu4k15rp9dn\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e71","code":"SHRQSTN","name":"Short Answer","description":"Text Field","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"2. Question 2","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":true,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">2. Question 2</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :max_text = \\\\"\\\'80\\\'\\\\"\\\\n                :type=\\\\"\\\'String\\\'\\\\"\\\\n                :required=\\\\"true\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-30T10:05:09.467877\', \'code\': \'TMPDETAIL-20190930-0000020\', \'template_no\': \'TMP-20190930-0000016\'}'),
	(672, '2019-09-30 10:05:30.746720', 'Megan', '2019-09-30 10:05:30.746749', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 21, '{\'id\': 21, \'field_idx\': \'4\', \'field_ref\': \'CHKS-8yld0otael7k15rq5dr\', \'field_val\': \'["chk 1","chk 2"]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"3. Check item multiple here.","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"ztcmcpwm01sk15rqamg","label":"Item text here","item_label":"chk 1"},{"itemKey":"bgxupwkjtnik15rqaym","label":"Item text here","item_label":"chk 2"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">3. Check item multiple here.</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"ztcmcpwm01sk15rqamg\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"chk 1\\\\"},{\\\\"itemKey\\\\":\\\\"bgxupwkjtnik15rqaym\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"chk 2\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': datetime.datetime(2019, 9, 30, 10, 5, 9, 470176), \'code\': \'TMPDETAIL-20190930-0000021\', \'template_no\': \'TMP-20190930-0000016\'}', '{\'id\': 21, \'field_idx\': \'4\', \'field_ref\': \'CHKS-8yld0otael7k15rq5dr\', \'field_val\': \'[]\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e74","code":"CHKS","name":"Checkboxes","description":"Multiple checkboxes","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"3. Check item multiple here.","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"ztcmcpwm01sk15rqamg","label":"Item text here","item_label":"chk 1"},{"itemKey":"bgxupwkjtnik15rqaym","label":"Item text here","item_label":"chk 2"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">3. Check item multiple here.</span>\\\\n            <v-checkbox \\\\n                v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"ztcmcpwm01sk15rqamg\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"chk 1\\\\"},{\\\\"itemKey\\\\":\\\\"bgxupwkjtnik15rqaym\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"chk 2\\\\"}]\\\'\\\\n                :key=\\\'loopItem.itemKey\\\'\\\\n                multiple\\\\n                v-model=\\\\"value\\\\"\\\\n                @change=\\\\"(e) => { $emit(\\\'change\\\',value) }\\\\"\\\\n                :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                :value=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                >\\\\n            </v-checkbox>\\\\n            \\\\n        "}\', \'created\': \'2019-09-30T10:05:09.470176\', \'code\': \'TMPDETAIL-20190930-0000021\', \'template_no\': \'TMP-20190930-0000016\'}'),
	(673, '2019-09-30 10:05:30.799620', 'Megan', '2019-09-30 10:05:30.799651', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 22, '{\'id\': 22, \'field_idx\': \'5\', \'field_ref\': \'MULTCH-sjffwgg7ogk15rqhe5\', \'field_val\': \'"chse 1"\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e69","code":"MULTCH","name":"Multiple choice","description":"Group of Radio buttons","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"4. Choose 1 item here","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"t0lpsjfrigk15rqmq7","label":"Item text here","item_label":"chse 1"},{"itemKey":"c3u4c7xwvr7k15rqn1s","label":"Item text here","item_label":"chse 2"},{"itemKey":"eydiqxf0kd8k15rqne2","label":"Item text here","item_label":"chse 3"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">4. Choose 1 item here</span>\\\\n            <br/>\\\\n            <v-radio-group\\\\n                column\\\\n                :value=\\\\"value\\\\"\\\\n                @change=\\\\"$emit(\\\'change\\\',$event)\\\\"\\\\n                >\\\\n                <v-radio\\\\n                    v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"t0lpsjfrigk15rqmq7\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"chse 1\\\\"},{\\\\"itemKey\\\\":\\\\"c3u4c7xwvr7k15rqn1s\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"chse 2\\\\"},{\\\\"itemKey\\\\":\\\\"eydiqxf0kd8k15rqne2\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"chse 3\\\\"}]\\\'\\\\n                    :key=\\\'loopItem.itemKey\\\'\\\\n\\\\n                    :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                    :value=\\\\"loopItem.item_label\\\\"\\\\n                    >\\\\n                </v-radio>\\\\n            </v-radio-group>\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 30, 10, 5, 9, 472545), \'code\': \'TMPDETAIL-20190930-0000022\', \'template_no\': \'TMP-20190930-0000016\'}', '{\'id\': 22, \'field_idx\': \'5\', \'field_ref\': \'MULTCH-sjffwgg7ogk15rqhe5\', \'field_val\': \'"chse 1"\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e69","code":"MULTCH","name":"Multiple choice","description":"Group of Radio buttons","kvps":[{"code":"QSTN1","hint":"Ask question here.","type":"String","name":"4. Choose 1 item here","value":"","items":[]},{"code":"CHOICES","hint":"Add checkboxes here.","type":"Array","name":"","value":"","items":[{"itemKey":"t0lpsjfrigk15rqmq7","label":"Item text here","item_label":"chse 1"},{"itemKey":"c3u4c7xwvr7k15rqn1s","label":"Item text here","item_label":"chse 2"},{"itemKey":"eydiqxf0kd8k15rqne2","label":"Item text here","item_label":"chse 3"}]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">4. Choose 1 item here</span>\\\\n            <br/>\\\\n            <v-radio-group\\\\n                column\\\\n                :value=\\\\"value\\\\"\\\\n                @change=\\\\"$emit(\\\'change\\\',$event)\\\\"\\\\n                >\\\\n                <v-radio\\\\n                    v-for=\\\'loopItem in [{\\\\"itemKey\\\\":\\\\"t0lpsjfrigk15rqmq7\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"chse 1\\\\"},{\\\\"itemKey\\\\":\\\\"c3u4c7xwvr7k15rqn1s\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"chse 2\\\\"},{\\\\"itemKey\\\\":\\\\"eydiqxf0kd8k15rqne2\\\\",\\\\"label\\\\":\\\\"Item text here\\\\",\\\\"item_label\\\\":\\\\"chse 3\\\\"}]\\\'\\\\n                    :key=\\\'loopItem.itemKey\\\'\\\\n\\\\n                    :label=\\\\"loopItem ? loopItem.item_label : \\\'\\\'\\\\"\\\\n                    :value=\\\\"loopItem.item_label\\\\"\\\\n                    >\\\\n                </v-radio>\\\\n            </v-radio-group>\\\\n        "}\', \'created\': \'2019-09-30T10:05:09.472545\', \'code\': \'TMPDETAIL-20190930-0000022\', \'template_no\': \'TMP-20190930-0000016\'}'),
	(674, '2019-09-30 10:05:30.805704', 'Megan', '2019-09-30 10:05:30.805733', 'Megan', 'Update', 'ChangeRequestTemplateDetails', 23, '{\'id\': 23, \'field_idx\': \'6\', \'field_ref\': \'LNGQSTN-wb7z30p5cdk15rr3k9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e72","code":"LNGQSTN","name":"Paragraph","description":"Text Area","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"5. Your long text here.","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">5. Your long text here.</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :type=\\\\"\\\'LongString\\\'\\\\" \\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': datetime.datetime(2019, 9, 30, 10, 5, 9, 474825), \'code\': \'TMPDETAIL-20190930-0000023\', \'template_no\': \'TMP-20190930-0000016\'}', '{\'id\': 23, \'field_idx\': \'6\', \'field_ref\': \'LNGQSTN-wb7z30p5cdk15rr3k9\', \'field_val\': \'""\', \'field_props\': \'{"id":"5d28715801c3f9e2d74e61e72","code":"LNGQSTN","name":"Paragraph","description":"Text Area","kvps":[{"code":"QSTN1","hint":"Ask short question here.","type":"String","name":"5. Your long text here.","value":"","items":[]},{"code":"REQUIRED","hint":"Required","type":"Boolean","name":false,"value":"","items":[]}],"template":"\\\\n            <span class=\\\\"subtitle-1\\\\">5. Your long text here.</span>\\\\n            <input-field\\\\n                :value=\\\\"value\\\\"\\\\n                @input=\\\\"(e) => { $emit(\\\'input\\\', e) }\\\\"\\\\n                :type=\\\\"\\\'LongString\\\'\\\\" \\\\n                :required=\\\\"false\\\\"\\\\n                />\\\\n        "}\', \'created\': \'2019-09-30T10:05:09.474825\', \'code\': \'TMPDETAIL-20190930-0000023\', \'template_no\': \'TMP-20190930-0000016\'}'),
	(675, '2019-09-30 10:09:21.830510', 'superuser', '2019-09-30 10:09:21.830551', 'superuser', 'Update', 'USER', 13, '{\'id\': 13, \'last_login\': None, \'is_superuser\': False, \'first_name\': \'\', \'last_name\': \'\', \'is_staff\': False, \'is_active\': True, \'date_joined\': datetime.datetime(2019, 9, 27, 14, 9, 1, 701168), \'department\': \'DEPARTMENT-20190927-0000003\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'USR\', \'code\': \'USER-20190927-0000013\', \'name\': \'test2\', \'username\': \'test2\', \'password\': \'pbkdf2_sha256$150000$sZXGFC5PY50k$bj06smUZsWTEYliTlVO2XBdUZBwgftcTtk+2qc6N3IE=\', \'doa\': None, \'contact_no\': \'132\', \'email\': \'test2@sdf.com\', \'groups\': [], \'user_permissions\': [], \'application\': [<Application: Change Request Management System>]}', '{\'id\': 13, \'code\': \'USER-20190927-0000013\', \'name\': \'test2\', \'username\': \'test2\', \'contact_no\': \'132\', \'email\': \'coxlee@tirsolutions.com\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'USR\', \'is_active\': True, \'doa\': None, \'department\': {\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}, \'company\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}, \'application\': <QuerySet [{\'id\': 2, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000002\', \'name\': \'Change Request Management System\'}]>}'),
	(676, '2019-09-30 10:15:34.727240', 'superuser', '2019-09-30 10:15:34.727291', 'superuser', 'Update', 'USER', 12, '{\'id\': 12, \'last_login\': None, \'is_superuser\': False, \'first_name\': \'\', \'last_name\': \'\', \'is_staff\': False, \'is_active\': True, \'date_joined\': datetime.datetime(2019, 9, 27, 14, 7, 8, 720181), \'department\': \'DEPARTMENT-20190923-0000002\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'USR\', \'code\': \'USER-20190927-0000012\', \'name\': \'test1\', \'username\': \'test1\', \'password\': \'pbkdf2_sha256$150000$sZXGFC5PY50k$bj06smUZsWTEYliTlVO2XBdUZBwgftcTtk+2qc6N3IE=\', \'doa\': None, \'contact_no\': \'12\', \'email\': \'red@tirsolutions.com\', \'groups\': [], \'user_permissions\': [], \'application\': [<Application: Change Request Management System>]}', '{\'id\': 12, \'code\': \'USER-20190927-0000012\', \'name\': \'test1\', \'username\': \'test1\', \'contact_no\': \'12\', \'email\': \'jeffrey@tirsolutions.com\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'USR\', \'is_active\': True, \'doa\': None, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}, \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'application\': <QuerySet [{\'id\': 2, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000002\', \'name\': \'Change Request Management System\'}]>}'),
	(677, '2019-09-30 11:32:24.260433', 'Megan', '2019-09-30 11:32:24.260476', 'Megan', 'DELETED', 'ChangeRequestTemplateApprovers', 21, '{\'id\': 21, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Head of Department\', \'created\': datetime.datetime(2019, 9, 30, 10, 5, 9, 404560), \'code\': \'TMPAPR-20190930-0000021\', \'template_no\': \'TMP-20190930-0000016\'}', ''),
	(678, '2019-09-30 11:32:33.510315', 'Megan', '2019-09-30 11:32:33.510348', 'Megan', 'DELETED', 'ChangeRequestTemplateApprovers', 21, '{\'id\': 21, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Head of Department\', \'created\': datetime.datetime(2019, 9, 30, 10, 5, 9, 404560), \'code\': \'TMPAPR-20190930-0000021\', \'template_no\': \'TMP-20190930-0000016\'}', ''),
	(679, '2019-09-30 11:32:47.374519', 'Megan', '2019-09-30 11:32:47.374572', 'Megan', 'DELETED', 'ChangeRequestTemplateApprovers', 21, '{\'id\': 21, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Head of Department\', \'created\': datetime.datetime(2019, 9, 30, 10, 5, 9, 404560), \'code\': \'TMPAPR-20190930-0000021\', \'template_no\': \'TMP-20190930-0000016\'}', ''),
	(680, '2019-09-30 11:32:51.349798', 'Megan', '2019-09-30 11:32:51.349841', 'Megan', 'DELETED', 'ChangeRequestTemplateApprovers', 21, '{\'id\': 21, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Head of Department\', \'created\': datetime.datetime(2019, 9, 30, 10, 5, 9, 404560), \'code\': \'TMPAPR-20190930-0000021\', \'template_no\': \'TMP-20190930-0000016\'}', ''),
	(681, '2019-09-30 14:33:01.744835', 'test1', '2019-09-30 14:33:01.744907', 'test1', 'DELETED', 'ChangeRequestTemplateApprovers', 21, '{\'id\': 21, \'level\': 1, \'user\': \'USER-20190927-0000013\', \'delegation\': \'Head of Department\', \'created\': datetime.datetime(2019, 9, 30, 10, 5, 9, 404560), \'code\': \'TMPAPR-20190930-0000021\', \'template_no\': \'TMP-20190930-0000016\'}', ''),
	(682, '2019-09-30 14:34:53.898992', 'test1', '2019-09-30 14:34:53.899040', 'test1', 'Update', 'USER', 12, '{\'id\': 12, \'last_login\': None, \'is_superuser\': False, \'first_name\': \'\', \'last_name\': \'\', \'is_staff\': False, \'is_active\': True, \'date_joined\': datetime.datetime(2019, 9, 27, 14, 7, 8, 720181), \'department\': \'DEPARTMENT-20190923-0000002\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'USR\', \'code\': \'USER-20190927-0000012\', \'name\': \'test1\', \'username\': \'test1\', \'password\': \'pbkdf2_sha256$150000$VFJ5NgvHQYJ9$xraDjk2z7BpqJwqHWLK3tHIMkK81E46C6NOdo2MNMVg=\', \'doa\': None, \'contact_no\': \'12\', \'email\': \'jeffrey@tirsolutions.com\', \'groups\': [], \'user_permissions\': [], \'application\': [<Application: Change Request Management System>]}', '{\'id\': 12, \'last_login\': None, \'is_superuser\': False, \'first_name\': \'\', \'last_name\': \'\', \'is_staff\': False, \'is_active\': True, \'date_joined\': datetime.datetime(2019, 9, 27, 14, 7, 8, 720181), \'department\': \'DEPARTMENT-20190923-0000002\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'USR\', \'code\': \'USER-20190927-0000012\', \'name\': \'test1\', \'username\': \'test1\', \'password\': \'pbkdf2_sha256$150000$VFJ5NgvHQYJ9$xraDjk2z7BpqJwqHWLK3tHIMkK81E46C6NOdo2MNMVg=\', \'doa\': None, \'contact_no\': \'12\', \'email\': \'jeffrey@tirsolutions.com\', \'groups\': [], \'user_permissions\': [], \'application\': [<Application: Change Request Management System>]}'),
	(683, '2019-09-30 14:35:36.302004', 'test1', '2019-09-30 14:35:36.302051', 'test1', 'Update', 'USER', 12, '{\'id\': 12, \'last_login\': None, \'is_superuser\': False, \'first_name\': \'\', \'last_name\': \'\', \'is_staff\': False, \'is_active\': True, \'date_joined\': datetime.datetime(2019, 9, 27, 14, 7, 8, 720181), \'department\': \'DEPARTMENT-20190923-0000002\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'USR\', \'code\': \'USER-20190927-0000012\', \'name\': \'test1\', \'username\': \'test1\', \'password\': \'pbkdf2_sha256$150000$SPBwiT0BH8g3$6BxzVY7AZ33dSsIOue9NYERCmadgnkSaug1sAmgHL2A=\', \'doa\': None, \'contact_no\': \'12\', \'email\': \'jeffrey@tirsolutions.com\', \'groups\': [], \'user_permissions\': [], \'application\': [<Application: Change Request Management System>]}', '{\'id\': 12, \'last_login\': None, \'is_superuser\': False, \'first_name\': \'\', \'last_name\': \'\', \'is_staff\': False, \'is_active\': True, \'date_joined\': datetime.datetime(2019, 9, 27, 14, 7, 8, 720181), \'department\': \'DEPARTMENT-20190923-0000002\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'USR\', \'code\': \'USER-20190927-0000012\', \'name\': \'test1\', \'username\': \'test1\', \'password\': \'pbkdf2_sha256$150000$SPBwiT0BH8g3$6BxzVY7AZ33dSsIOue9NYERCmadgnkSaug1sAmgHL2A=\', \'doa\': None, \'contact_no\': \'12\', \'email\': \'jeffrey@tirsolutions.com\', \'groups\': [], \'user_permissions\': [], \'application\': [<Application: Change Request Management System>]}'),
	(684, '2019-09-30 14:36:07.565178', 'test1', '2019-09-30 14:36:07.565224', 'test1', 'Update', 'USER', 12, '{\'id\': 12, \'last_login\': None, \'is_superuser\': False, \'first_name\': \'\', \'last_name\': \'\', \'is_staff\': False, \'is_active\': True, \'date_joined\': datetime.datetime(2019, 9, 27, 14, 7, 8, 720181), \'department\': \'DEPARTMENT-20190923-0000002\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'USR\', \'code\': \'USER-20190927-0000012\', \'name\': \'test1\', \'username\': \'test1\', \'password\': \'pbkdf2_sha256$150000$Cn5whx2jItNZ$xJNkWPRqnZTn2PkpnlarNx5dMYkInFh7rZqRE6bCdSQ=\', \'doa\': None, \'contact_no\': \'12\', \'email\': \'jeffrey@tirsolutions.com\', \'groups\': [], \'user_permissions\': [], \'application\': [<Application: Change Request Management System>]}', '{\'id\': 12, \'last_login\': None, \'is_superuser\': False, \'first_name\': \'\', \'last_name\': \'\', \'is_staff\': False, \'is_active\': True, \'date_joined\': datetime.datetime(2019, 9, 27, 14, 7, 8, 720181), \'department\': \'DEPARTMENT-20190923-0000002\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'USR\', \'code\': \'USER-20190927-0000012\', \'name\': \'test1\', \'username\': \'test1\', \'password\': \'pbkdf2_sha256$150000$Cn5whx2jItNZ$xJNkWPRqnZTn2PkpnlarNx5dMYkInFh7rZqRE6bCdSQ=\', \'doa\': None, \'contact_no\': \'12\', \'email\': \'jeffrey@tirsolutions.com\', \'groups\': [], \'user_permissions\': [], \'application\': [<Application: Change Request Management System>]}'),
	(685, '2019-09-30 14:37:10.290954', 'test1', '2019-09-30 14:37:10.290998', 'test1', 'Update', 'USER', 12, '{\'id\': 12, \'last_login\': None, \'is_superuser\': False, \'first_name\': \'\', \'last_name\': \'\', \'is_staff\': False, \'is_active\': True, \'date_joined\': datetime.datetime(2019, 9, 27, 14, 7, 8, 720181), \'department\': \'DEPARTMENT-20190923-0000002\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'USR\', \'code\': \'USER-20190927-0000012\', \'name\': \'test1\', \'username\': \'test1\', \'password\': \'pbkdf2_sha256$150000$eV3GMO8ciMHF$8kcQ3KmniM8s46gNZBiOkZSJv3Qy550YirU8jR+vL7I=\', \'doa\': None, \'contact_no\': \'12\', \'email\': \'jeffrey@tirsolutions.com\', \'groups\': [], \'user_permissions\': [], \'application\': [<Application: Change Request Management System>]}', '{\'id\': 12, \'last_login\': None, \'is_superuser\': False, \'first_name\': \'\', \'last_name\': \'\', \'is_staff\': False, \'is_active\': True, \'date_joined\': datetime.datetime(2019, 9, 27, 14, 7, 8, 720181), \'department\': \'DEPARTMENT-20190923-0000002\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'USR\', \'code\': \'USER-20190927-0000012\', \'name\': \'test1\', \'username\': \'test1\', \'password\': \'pbkdf2_sha256$150000$eV3GMO8ciMHF$8kcQ3KmniM8s46gNZBiOkZSJv3Qy550YirU8jR+vL7I=\', \'doa\': None, \'contact_no\': \'12\', \'email\': \'jeffrey@tirsolutions.com\', \'groups\': [], \'user_permissions\': [], \'application\': [<Application: Change Request Management System>]}'),
	(686, '2019-09-30 14:37:53.216163', 'superuser', '2019-09-30 14:37:53.216201', 'superuser', 'Update', 'MODULE', 5, '{\'id\': 5, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'application\': \'APP-20190923-0000001\', \'code\': \'MODULE-20190927-0000005\', \'name\': \'User Management\', \'parent\': None, \'sort_id\': 4, \'component\': \'rms/user-management\'}', '{\'id\': 5, \'sub_module\': <QuerySet []>, \'created\': \'2019-09-27T12:50:01.383432\', \'createdby\': \'superuser\', \'modified\': \'2019-09-30T14:37:53.210860\', \'modifiedby\': \'superuser\', \'code\': \'MODULE-20190927-0000005\', \'name\': \'User Management\', \'sort_id\': 6, \'component\': \'rms/user-management\', \'application\': {\'id\': 1, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 33, 754098), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 33, 754098), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000001\', \'name\': \'Resource Management System\'}, \'parent\': None}'),
	(687, '2019-09-30 14:38:38.608034', 'superuser', '2019-09-30 14:38:38.608073', 'superuser', 'Update', 'MODULE', 10, '{\'id\': 10, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'application\': \'APP-20190923-0000002\', \'code\': \'MODULE-20190928-0000010\', \'name\': \'Change Reuest Form\', \'parent\': None, \'sort_id\': 1, \'component\': \'cms/change-request/form\'}', '{\'id\': 10, \'sub_module\': <QuerySet []>, \'created\': \'2019-09-28T12:28:20.174483\', \'createdby\': \'superuser\', \'modified\': \'2019-09-30T14:38:38.604217\', \'modifiedby\': \'superuser\', \'code\': \'MODULE-20190928-0000010\', \'name\': \'Change Request Form\', \'sort_id\': 1, \'component\': \'cms/change-request/form\', \'application\': {\'id\': 2, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000002\', \'name\': \'Change Request Management System\'}, \'parent\': None}'),
	(688, '2019-10-01 10:59:02.563630', 'superuser', '2019-10-01 10:59:02.563681', 'superuser', 'DELETED', 'USER', 9, '{\'id\': 9, \'last_login\': None, \'is_superuser\': False, \'first_name\': \'\', \'last_name\': \'\', \'is_staff\': False, \'is_active\': True, \'date_joined\': datetime.datetime(2019, 9, 23, 15, 55, 13, 512369), \'department\': \'DEPARTMENT-20190923-0000001\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'DUA\', \'code\': \'USER-20190923-0000009\', \'name\': \'test\', \'username\': \'test\', \'password\': \'pbkdf2_sha256$150000$sZXGFC5PY50k$bj06smUZsWTEYliTlVO2XBdUZBwgftcTtk+2qc6N3IE=\', \'doa\': None, \'contact_no\': \'132\', \'email\': \'test@mail.com\', \'groups\': [], \'user_permissions\': [], \'application\': [<Application: Resource Management System>, <Application: Change Request Management System>]}', ''),
	(689, '2019-10-01 10:59:30.298205', 'superuser', '2019-10-01 10:59:30.298265', 'superuser', 'DELETED', 'USER', 15, '{\'id\': 15, \'last_login\': None, \'is_superuser\': False, \'first_name\': \'\', \'last_name\': \'\', \'is_staff\': False, \'is_active\': True, \'date_joined\': datetime.datetime(2019, 9, 30, 14, 43, 12, 227192), \'department\': \'DEPARTMENT-20190927-0000003\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'CUA\', \'code\': \'USER-20190930-0000015\', \'name\': \'reynan-tir\', \'username\': \'reynan-tir\', \'password\': \'pbkdf2_sha256$150000$iRXbWni4Raha$8DJ3wThPtpO9yupcR/cZZQjSQz5DTTLrj2SWClkcqDc=\', \'doa\': None, \'contact_no\': \'12321323\', \'email\': \'reynan@tirsolutions.com\', \'groups\': [], \'user_permissions\': [], \'application\': [<Application: Resource Management System>, <Application: Change Request Management System>]}', ''),
	(690, '2019-10-01 11:07:06.675922', 'superuser', '2019-10-01 11:07:06.675958', 'superuser', 'DELETED', 'COMPANY', 2, '{\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources\', \'contact_details\': \'2152509\'}', '{\'id\': 2, \'created\': \'2019-09-23T13:05:24.438314\', \'createdby\': \'superuser\', \'modified\': \'2019-10-01T11:07:06.674339\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources Pte Ltd\', \'contact_details\': \'2152509\'}'),
	(691, '2019-10-01 11:07:47.717511', 'superuser', '2019-10-01 11:07:47.717546', 'superuser', 'DELETED', 'DEPARTMENT', 3, '{\'id\': 3, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000002\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Engineering\'}', '{\'id\': 3, \'created\': \'2019-09-27T14:08:21.623934\', \'createdby\': \'superuser\', \'modified\': \'2019-10-01T11:07:47.714694\', \'modifiedby\': \'superuser\', \'code\': \'DEPARTMENT-20190927-0000003\', \'name\': \'Software Engineering\', \'company\': {\'id\': 2, \'created\': datetime.datetime(2019, 9, 23, 13, 5, 24, 438314), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 10, 1, 11, 7, 6, 674339), \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000002\', \'name\': \'Total Integrated Resources Pte Ltd\', \'contact_details\': \'2152509\'}}'),
	(692, '2019-10-01 11:09:21.960016', 'superuser', '2019-10-01 11:09:21.960052', 'superuser', 'DELETED', 'DEPARTMENT', 1, '{\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000001\', \'name\': \'ADMIN\'}', '{\'id\': 1, \'created\': \'2019-09-23T12:45:52.531178\', \'createdby\': \'superuser\', \'modified\': \'2019-10-01T11:09:21.957027\', \'modifiedby\': \'superuser\', \'code\': \'DEPARTMENT-20190923-0000001\', \'name\': \'Admin\', \'company\': {\'id\': 1, \'created\': datetime.datetime(2019, 9, 23, 12, 45, 31, 58709), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 13, 15, 45, 68355), \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}}'),
	(693, '2019-10-01 11:16:06.622423', 'superuser', '2019-10-01 11:16:06.622476', 'superuser', 'DELETED', 'APPLICATION', 12, '{\'id\': 12, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'APP-20191001-0000012\', \'name\': \'testtest\'}', ''),
	(694, '2019-10-01 11:24:18.064065', 'superuser', '2019-10-01 11:24:18.064116', 'superuser', 'Update', 'USER', 16, '{\'id\': 16, \'last_login\': None, \'is_superuser\': False, \'first_name\': \'\', \'last_name\': \'\', \'is_staff\': False, \'is_active\': True, \'date_joined\': datetime.datetime(2019, 10, 1, 11, 18, 28, 660602), \'department\': \'DEPARTMENT-20190923-0000002\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'USR\', \'code\': \'USER-20191001-0000016\', \'name\': \'Alice\', \'username\': \'Alice\', \'password\': \'pbkdf2_sha256$150000$ZjLYRoWMs3G0$ndz2Uvodh5m9bJf75cWUKbcOnJOWDsoRNX6U3V43Lbc=\', \'doa\': None, \'contact_no\': \'123123\', \'email\': \'jeffrey@tirsolutions.com\', \'groups\': [], \'user_permissions\': [], \'application\': [<Application: Change Request Management System>]}', '{\'id\': 16, \'code\': \'USER-20191001-0000016\', \'name\': \'Alice\', \'username\': \'Alice\', \'contact_no\': \'123123\', \'email\': \'jeffrey@tirsolutions.com\', \'default_app\': \'APP-20190923-0000003\', \'user_type\': \'USR\', \'is_active\': True, \'doa\': None, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}, \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'application\': <QuerySet [{\'id\': 3, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 55, 957076), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 55, 957076), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000003\', \'name\': \'Asset Management System\'}]>}'),
	(695, '2019-10-01 11:26:50.439290', 'superuser', '2019-10-01 11:26:50.439336', 'superuser', 'Update', 'USER', 16, '{\'id\': 16, \'last_login\': None, \'is_superuser\': False, \'first_name\': \'\', \'last_name\': \'\', \'is_staff\': False, \'is_active\': True, \'date_joined\': datetime.datetime(2019, 10, 1, 11, 18, 28, 660602), \'department\': \'DEPARTMENT-20190923-0000002\', \'default_app\': \'APP-20190923-0000003\', \'user_type\': \'USR\', \'code\': \'USER-20191001-0000016\', \'name\': \'Alice\', \'username\': \'Alice\', \'password\': \'pbkdf2_sha256$150000$ZjLYRoWMs3G0$ndz2Uvodh5m9bJf75cWUKbcOnJOWDsoRNX6U3V43Lbc=\', \'doa\': None, \'contact_no\': \'123123\', \'email\': \'jeffrey@tirsolutions.com\', \'groups\': [], \'user_permissions\': [], \'application\': [<Application: Asset Management System>]}', '{\'id\': 16, \'code\': \'USER-20191001-0000016\', \'name\': \'Alice\', \'username\': \'Alice\', \'contact_no\': \'123123\', \'email\': \'jeffrey@tirsolutions.com\', \'default_app\': \'APP-20190927-0000004\', \'user_type\': \'USR\', \'is_active\': True, \'doa\': None, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}, \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'application\': <QuerySet [{\'id\': 3, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 55, 957076), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 55, 957076), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000003\', \'name\': \'Asset Management System\'}, {\'id\': 4, \'created\': datetime.datetime(2019, 9, 27, 18, 45, 22, 446345), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 27, 18, 45, 22, 446387), \'modifiedby\': \'superuser\', \'code\': \'APP-20190927-0000004\', \'name\': \'s\'}]>}'),
	(696, '2019-10-01 11:28:24.934662', 'superuser', '2019-10-01 11:28:24.934718', 'superuser', 'DELETED', 'APPLICATION', 11, '{\'id\': 11, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'APP-20190927-0000011\', \'name\': \'e\'}', ''),
	(697, '2019-10-01 11:39:13.418471', 'superuser', '2019-10-01 11:39:13.418522', 'superuser', 'DELETED', 'APPLICATION', 10, '{\'id\': 10, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'APP-20190927-0000010\', \'name\': \'kl\'}', ''),
	(698, '2019-10-01 11:39:17.425494', 'superuser', '2019-10-01 11:39:17.425539', 'superuser', 'DELETED', 'APPLICATION', 9, '{\'id\': 9, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'APP-20190927-0000009\', \'name\': \'k\'}', ''),
	(699, '2019-10-01 11:39:20.801967', 'superuser', '2019-10-01 11:39:20.802016', 'superuser', 'DELETED', 'APPLICATION', 8, '{\'id\': 8, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'APP-20190927-0000008\', \'name\': \'j\'}', ''),
	(700, '2019-10-01 11:39:24.055509', 'superuser', '2019-10-01 11:39:24.055559', 'superuser', 'DELETED', 'APPLICATION', 7, '{\'id\': 7, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'APP-20190927-0000007\', \'name\': \'h\'}', ''),
	(701, '2019-10-01 11:39:27.937191', 'superuser', '2019-10-01 11:39:27.937239', 'superuser', 'DELETED', 'APPLICATION', 6, '{\'id\': 6, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'APP-20190927-0000006\', \'name\': \'g\'}', ''),
	(702, '2019-10-01 11:39:31.775880', 'superuser', '2019-10-01 11:39:31.775946', 'superuser', 'DELETED', 'APPLICATION', 5, '{\'id\': 5, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'APP-20190927-0000005\', \'name\': \'d\'}', ''),
	(703, '2019-10-01 11:42:15.269043', 'superuser', '2019-10-01 11:42:15.269092', 'superuser', 'Update', 'USER', 16, '{\'id\': 16, \'last_login\': None, \'is_superuser\': False, \'first_name\': \'\', \'last_name\': \'\', \'is_staff\': False, \'is_active\': True, \'date_joined\': datetime.datetime(2019, 10, 1, 11, 18, 28, 660602), \'department\': \'DEPARTMENT-20190923-0000002\', \'default_app\': \'APP-20190927-0000004\', \'user_type\': \'USR\', \'code\': \'USER-20191001-0000016\', \'name\': \'Alice\', \'username\': \'Alice\', \'password\': \'pbkdf2_sha256$150000$ZjLYRoWMs3G0$ndz2Uvodh5m9bJf75cWUKbcOnJOWDsoRNX6U3V43Lbc=\', \'doa\': None, \'contact_no\': \'123123\', \'email\': \'jeffrey@tirsolutions.com\', \'groups\': [], \'user_permissions\': [], \'application\': [<Application: Asset Management System>, <Application: s>]}', '{\'id\': 16, \'code\': \'USER-20191001-0000016\', \'name\': \'Alice\', \'username\': \'Alice\', \'contact_no\': \'123123\', \'email\': \'jeffrey@tirsolutions.com\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'USR\', \'is_active\': True, \'doa\': None, \'department\': {\'id\': 2, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000002\', \'name\': \'Business Development\'}, \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'application\': <QuerySet [{\'id\': 2, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000002\', \'name\': \'Change Request Management System\'}]>}'),
	(704, '2019-10-01 11:43:30.418448', 'superuser', '2019-10-01 11:43:30.418494', 'superuser', 'DELETED', 'APPLICATION', 4, '{\'id\': 4, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'APP-20190927-0000004\', \'name\': \'s\'}', ''),
	(705, '2019-10-01 11:44:04.963288', 'superuser', '2019-10-01 11:44:04.963337', 'superuser', 'DELETED', 'COMPANY', 5, '{\'id\': 5, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20191001-0000005\', \'name\': \'test company\', \'contact_details\': \'123123\'}', ''),
	(706, '2019-10-01 11:48:23.304348', 'Alice', '2019-10-01 11:48:23.304396', 'Alice', 'Update', 'USER', 16, '{\'id\': 16, \'last_login\': None, \'is_superuser\': False, \'first_name\': \'\', \'last_name\': \'\', \'is_staff\': False, \'is_active\': True, \'date_joined\': datetime.datetime(2019, 10, 1, 11, 18, 28, 660602), \'department\': \'DEPARTMENT-20190923-0000002\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'USR\', \'code\': \'USER-20191001-0000016\', \'name\': \'Alice\', \'username\': \'Alice\', \'password\': \'pbkdf2_sha256$150000$EZE6APMBeuUR$prbxIqrHKjjPXh+tbDeXu5/1pcqlUcsVQTjoEpAw6aY=\', \'doa\': None, \'contact_no\': \'123123\', \'email\': \'jeffrey@tirsolutions.com\', \'groups\': [], \'user_permissions\': [], \'application\': [<Application: Change Request Management System>]}', '{\'id\': 16, \'last_login\': None, \'is_superuser\': False, \'first_name\': \'\', \'last_name\': \'\', \'is_staff\': False, \'is_active\': True, \'date_joined\': datetime.datetime(2019, 10, 1, 11, 18, 28, 660602), \'department\': \'DEPARTMENT-20190923-0000002\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'USR\', \'code\': \'USER-20191001-0000016\', \'name\': \'Alice\', \'username\': \'Alice\', \'password\': \'pbkdf2_sha256$150000$EZE6APMBeuUR$prbxIqrHKjjPXh+tbDeXu5/1pcqlUcsVQTjoEpAw6aY=\', \'doa\': None, \'contact_no\': \'123123\', \'email\': \'jeffrey@tirsolutions.com\', \'groups\': [], \'user_permissions\': [], \'application\': [<Application: Change Request Management System>]}'),
	(707, '2019-10-01 12:03:21.700673', 'superuser', '2019-10-01 12:03:21.700722', 'superuser', 'Update', 'USER', 1, '{\'id\': 1, \'last_login\': datetime.datetime(2019, 9, 30, 9, 45, 30, 878487), \'is_superuser\': True, \'first_name\': \'\', \'last_name\': \'\', \'is_staff\': True, \'is_active\': True, \'date_joined\': datetime.datetime(2019, 9, 23, 12, 42, 37, 938304), \'department\': \'DEPARTMENT-20190923-0000001\', \'default_app\': \'APP-20190923-0000001\', \'user_type\': \'SU\', \'code\': \'USER-20190923-0000001\', \'name\': \'\', \'username\': \'superuser\', \'password\': \'pbkdf2_sha256$150000$iRXbWni4Raha$8DJ3wThPtpO9yupcR/cZZQjSQz5DTTLrj2SWClkcqDc=\', \'doa\': None, \'contact_no\': None, \'email\': \'red@tirsolutions.com\', \'groups\': [], \'user_permissions\': [], \'application\': [<Application: Resource Management System>, <Application: Change Request Management System>, <Application: Asset Management System>]}', '{\'id\': 1, \'last_login\': datetime.datetime(2019, 9, 30, 9, 45, 30, 878487), \'is_superuser\': True, \'first_name\': \'\', \'last_name\': \'\', \'is_staff\': True, \'is_active\': True, \'date_joined\': datetime.datetime(2019, 9, 23, 12, 42, 37, 938304), \'department\': \'DEPARTMENT-20190923-0000001\', \'default_app\': \'APP-20190923-0000001\', \'user_type\': \'SU\', \'code\': \'USER-20190923-0000001\', \'name\': \'\', \'username\': \'superuser\', \'password\': \'pbkdf2_sha256$150000$iRXbWni4Raha$8DJ3wThPtpO9yupcR/cZZQjSQz5DTTLrj2SWClkcqDc=\', \'doa\': None, \'contact_no\': None, \'email\': \'red@tirsolutions.com\', \'groups\': [], \'user_permissions\': [], \'application\': [<Application: Resource Management System>, <Application: Change Request Management System>, <Application: Asset Management System>]}'),
	(708, '2019-10-01 13:35:46.705890', 'superuser', '2019-10-01 13:35:46.705959', 'superuser', 'DELETED', 'USER', 16, '{\'id\': 16, \'last_login\': None, \'is_superuser\': False, \'first_name\': \'\', \'last_name\': \'\', \'is_staff\': False, \'is_active\': True, \'date_joined\': datetime.datetime(2019, 10, 1, 11, 18, 28, 660602), \'department\': \'DEPARTMENT-20190923-0000002\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'USR\', \'code\': \'USER-20191001-0000016\', \'name\': \'Alice\', \'username\': \'Alice\', \'password\': \'pbkdf2_sha256$150000$EZE6APMBeuUR$prbxIqrHKjjPXh+tbDeXu5/1pcqlUcsVQTjoEpAw6aY=\', \'doa\': None, \'contact_no\': \'123123\', \'email\': \'jeffrey@tirsolutions.com\', \'groups\': [], \'user_permissions\': [], \'application\': [<Application: Change Request Management System>]}', ''),
	(709, '2019-10-01 14:29:20.526874', 'superuser', '2019-10-01 14:29:20.526947', 'superuser', 'DELETED', 'USER', 45, '{\'id\': 45, \'last_login\': None, \'is_superuser\': False, \'first_name\': \'\', \'last_name\': \'\', \'is_staff\': False, \'is_active\': True, \'date_joined\': datetime.datetime(2019, 10, 1, 14, 26, 39, 942185), \'department\': \'DEPARTMENT-20191001-0000006\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'USR\', \'code\': \'USER-20191001-0000045\', \'name\': \'test\', \'username\': \'test\', \'password\': \'pbkdf2_sha256$150000$r7wUcJdhEbQ9$hLyUhUbHjXzm/aW3tx//h1Twq0C3PwVaWUq3Mn0EWZA=\', \'doa\': None, \'contact_no\': \'123\', \'email\': \'teset@sdfl.com\', \'groups\': [], \'user_permissions\': [], \'application\': [<Application: Change Request Management System>]}', ''),
	(710, '2019-10-01 14:32:22.989007', 'superuser', '2019-10-01 14:32:22.989059', 'superuser', 'DELETED', 'USER', 49, '{\'id\': 49, \'last_login\': None, \'is_superuser\': False, \'first_name\': \'\', \'last_name\': \'\', \'is_staff\': False, \'is_active\': True, \'date_joined\': datetime.datetime(2019, 10, 1, 14, 29, 48, 737944), \'department\': \'DEPARTMENT-20191001-0000015\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'USR\', \'code\': \'USER-20191001-0000049\', \'name\': \'test\', \'username\': \'test\', \'password\': \'pbkdf2_sha256$150000$nI7oJjpWdv15$o99hqToyuzgEhIyhYF4fYvkooyJgjDKQV0yauMi4H80=\', \'doa\': None, \'contact_no\': \'132\', \'email\': \'test@mail.com\', \'groups\': [], \'user_permissions\': [], \'application\': [<Application: Change Request Management System>]}', ''),
	(711, '2019-10-01 14:50:00.477415', 'superuser', '2019-10-01 14:50:00.477457', 'superuser', 'Update', 'USER', 50, '{\'id\': 50, \'last_login\': None, \'is_superuser\': False, \'first_name\': \'\', \'last_name\': \'\', \'is_staff\': False, \'is_active\': True, \'date_joined\': datetime.datetime(2019, 10, 1, 14, 32, 49, 125644), \'department\': \'DEPARTMENT-20190923-0000001\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'USR\', \'code\': \'USER-20191001-0000050\', \'name\': \'test\', \'username\': \'test\', \'password\': \'pbkdf2_sha256$150000$Hu7aL486CYzd$VJxiqv0DJAYiBBePK5IaqbBjzZpnpo1rWXmDdRq267o=\', \'doa\': None, \'contact_no\': \'123\', \'email\': \'test@test.test\', \'groups\': [], \'user_permissions\': [], \'application\': [<Application: Change Request Management System>]}', '{\'id\': 50, \'code\': \'USER-20191001-0000050\', \'name\': \'test\', \'username\': \'test\', \'contact_no\': \'123\', \'email\': \'test@test.test\', \'default_app\': \'APP-20190923-0000002\', \'user_type\': \'USR\', \'is_active\': True, \'doa\': None, \'department\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'company\': \'COMPANY-20190923-0000001\', \'code\': \'DEPARTMENT-20190923-0000001\', \'name\': \'Admin\'}, \'company\': {\'id\': 1, \'createdby\': \'superuser\', \'modifiedby\': \'superuser\', \'code\': \'COMPANY-20190923-0000001\', \'name\': \'Oneberry Technologies Pte Ltd.\', \'contact_details\': \'2152509\'}, \'application\': <QuerySet [{\'id\': 2, \'created\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'createdby\': \'superuser\', \'modified\': datetime.datetime(2019, 9, 23, 12, 43, 40, 512905), \'modifiedby\': \'superuser\', \'code\': \'APP-20190923-0000002\', \'name\': \'Change Request Management System\'}]>}');
/*!40000 ALTER TABLE `entity_logs` ENABLE KEYS */;

-- Dumping structure for table rms_db.master_attachments
DROP TABLE IF EXISTS `master_attachments`;
CREATE TABLE IF NOT EXISTS `master_attachments` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `url` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=96 DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.master_attachments: ~0 rows (approximately)
DELETE FROM `master_attachments`;
/*!40000 ALTER TABLE `master_attachments` DISABLE KEYS */;
/*!40000 ALTER TABLE `master_attachments` ENABLE KEYS */;

-- Dumping structure for table rms_db.modules
DROP TABLE IF EXISTS `modules`;
CREATE TABLE IF NOT EXISTS `modules` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `created` datetime(6) NOT NULL,
  `createdby` varchar(255) NOT NULL,
  `modified` datetime(6) NOT NULL,
  `modifiedby` varchar(255) NOT NULL,
  `code` varchar(255) NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `sort_id` int(11) NOT NULL,
  `component` varchar(255) DEFAULT NULL,
  `application_id` varchar(255) NOT NULL,
  `parent_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`),
  UNIQUE KEY `name` (`name`),
  KEY `modules_application_id_f285bf5b_fk_applications_code` (`application_id`),
  KEY `modules_parent_id_c1d497fb_fk_modules_id` (`parent_id`),
  CONSTRAINT `modules_parent_id_c1d497fb_fk_modules_id` FOREIGN KEY (`parent_id`) REFERENCES `modules` (`id`),
  CONSTRAINT `modules_application_id_f285bf5b_fk_applications_code` FOREIGN KEY (`application_id`) REFERENCES `applications` (`code`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.modules: ~8 rows (approximately)
DELETE FROM `modules`;
/*!40000 ALTER TABLE `modules` DISABLE KEYS */;
INSERT INTO `modules` (`id`, `created`, `createdby`, `modified`, `modifiedby`, `code`, `name`, `sort_id`, `component`, `application_id`, `parent_id`) VALUES
	(1, '2019-09-27 12:49:27.795897', 'superuser', '2019-09-27 12:49:27.795897', 'superuser', 'MODULE-20190927-0000001', 'Application Management', 1, 'rms/application-management', 'APP-20190923-0000001', NULL),
	(2, '2019-09-27 12:49:31.756321', 'superuser', '2019-09-27 13:00:57.280102', 'superuser', 'MODULE-20190927-0000002', 'Company Management', 2, 'rms/company-management', 'APP-20190923-0000001', NULL),
	(3, '2019-09-27 12:49:49.528430', 'superuser', '2019-09-27 13:00:18.423200', 'superuser', 'MODULE-20190927-0000003', 'Department Management', 4, 'rms/department-management', 'APP-20190923-0000001', NULL),
	(4, '2019-09-27 12:49:57.378955', 'superuser', '2019-09-27 12:58:07.634481', 'superuser', 'MODULE-20190927-0000004', 'Module Management', 5, 'rms/module-management', 'APP-20190923-0000001', NULL),
	(5, '2019-09-27 12:50:01.383432', 'superuser', '2019-09-30 14:37:53.210860', 'superuser', 'MODULE-20190927-0000005', 'User Management', 6, 'rms/user-management', 'APP-20190923-0000001', NULL),
	(6, '2019-09-27 12:50:15.910699', 'superuser', '2019-09-27 19:04:53.805099', 'superuser', 'MODULE-20190927-0000006', 'Change Request Template', 3, 'cms/change-request/template', 'APP-20190923-0000002', NULL),
	(10, '2019-09-28 12:28:20.174483', 'superuser', '2019-09-30 14:38:38.604217', 'superuser', 'MODULE-20190928-0000010', 'Change Request Form', 2, 'cms/change-request/form', 'APP-20190923-0000002', NULL),
	(11, '2019-09-30 17:15:33.022534', 'superuser', '2019-09-30 17:15:33.022578', 'superuser', 'MODULE-20190930-0000011', 'Notification', 1, 'cms/notifications', 'APP-20190923-0000002', NULL);
/*!40000 ALTER TABLE `modules` ENABLE KEYS */;

-- Dumping structure for table rms_db.notifications
DROP TABLE IF EXISTS `notifications`;
CREATE TABLE IF NOT EXISTS `notifications` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(255) NOT NULL,
  `form_code` varchar(255) DEFAULT NULL,
  `app` varchar(255) DEFAULT NULL,
  `notif_type` varchar(20) NOT NULL,
  `account_no` varchar(255) DEFAULT NULL,
  `message` varchar(255) DEFAULT NULL,
  `is_read` tinyint(1) DEFAULT NULL,
  `sender_account_no` varchar(255) DEFAULT NULL,
  `created` datetime(6) NOT NULL,
  `modified` datetime(6) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`)
) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.notifications: ~25 rows (approximately)
DELETE FROM `notifications`;
/*!40000 ALTER TABLE `notifications` DISABLE KEYS */;
INSERT INTO `notifications` (`id`, `code`, `form_code`, `app`, `notif_type`, `account_no`, `message`, `is_read`, `sender_account_no`, `created`, `modified`) VALUES
	(1, 'NOTIF-20190928-0000001', 'FRM-20190928-0000006', 'APP-20190909-0000002', 'TASK', 'USER-20190927-0000011', 'Megan has sent you an APPROVAL REQUEST for change request (Security Projects)', 1, 'USER-20190927-0000011', '2019-09-28 12:41:00.400649', '2019-09-30 11:43:00.718526'),
	(2, 'NOTIF-20190928-0000002', 'FRM-20190928-0000007', 'APP-20190909-0000002', 'TASK', 'USER-20190927-0000011', 'Megan has sent you an APPROVAL REQUEST for change request (Security Projects)', 1, 'USER-20190927-0000011', '2019-09-28 12:41:38.675809', '2019-09-30 11:43:00.718526'),
	(3, 'NOTIF-20190928-0000003', 'FRM-20190928-0000008', 'APP-20190909-0000002', 'TASK', 'USER-20190927-0000011', 'Megan has sent you an APPROVAL REQUEST for change request (Security Projects)', 1, 'USER-20190927-0000011', '2019-09-28 19:24:19.448545', '2019-09-30 11:43:00.718526'),
	(4, 'NOTIF-20190929-0000004', 'FRM-20190929-0000022', 'APP-20190909-0000002', 'TASK', 'USER-20190927-0000013', 'Megan has sent you an APPROVAL REQUEST for change request (Template Ed)', 0, 'USER-20190927-0000011', '2019-09-29 17:11:03.178420', '2019-09-29 17:11:03.178460'),
	(5, 'NOTIF-20190929-0000005', 'FRM-20190929-0000022', 'APP-20190909-0000002', 'TASK', 'USER-20190927-0000011', 'test2 has APPROVED the change request (Template Ed)', 1, 'USER-20190927-0000013', '2019-09-29 17:14:05.039866', '2019-09-30 11:43:00.718526'),
	(6, 'NOTIF-20190929-0000006', 'FRM-20190929-0000022', 'APP-20190909-0000002', 'TASK', 'USER-20190927-0000012', 'Megan has sent you an ACKNOWLEDGEMENT REQUEST for change request (Template Ed)', 0, 'USER-20190927-0000011', '2019-09-29 17:14:05.084081', '2019-09-29 17:14:05.084116'),
	(7, 'NOTIF-20190929-0000007', 'FRM-20190929-0000022', 'APP-20190909-0000002', 'TASK', 'USER-20190927-0000011', 'test1 has ACKNOWLEDGED the change request (Template Ed)', 1, 'USER-20190927-0000012', '2019-09-29 17:19:49.313746', '2019-09-30 11:43:00.718526'),
	(8, 'NOTIF-20190929-0000008', 'FRM-20190929-0000023', 'APP-20190909-0000002', 'TASK', 'USER-20190927-0000013', 'Megan has sent you an APPROVAL REQUEST for change request (Template Ed)', 0, 'USER-20190927-0000011', '2019-09-29 17:42:56.313878', '2019-09-29 17:42:56.313935'),
	(9, 'NOTIF-20190929-0000009', 'FRM-20190929-0000023', 'APP-20190909-0000002', 'TASK', 'USER-20190927-0000011', 'test2 has APPROVED the change request (Template Ed)', 1, 'USER-20190927-0000013', '2019-09-29 17:43:40.921431', '2019-09-30 11:43:00.718526'),
	(10, 'NOTIF-20190929-0000010', 'FRM-20190929-0000023', 'APP-20190909-0000002', 'TASK', 'USER-20190927-0000012', 'Megan has sent you an ACKNOWLEDGEMENT REQUEST for change request (Template Ed)', 0, 'USER-20190927-0000011', '2019-09-29 17:43:40.949397', '2019-09-29 17:43:40.949434'),
	(11, 'NOTIF-20190929-0000011', 'FRM-20190929-0000023', 'APP-20190909-0000002', 'TASK', 'USER-20190927-0000011', 'test1 has ACKNOWLEDGED the change request (Template Ed)', 1, 'USER-20190927-0000012', '2019-09-29 17:44:30.836675', '2019-09-30 11:43:00.718526'),
	(12, 'NOTIF-20190929-0000012', 'FRM-20190929-0000023', 'APP-20190909-0000002', 'TASK', 'USER-20190927-0000011', 'test1 has COMPLETED the change request (Template Ed)', 1, 'USER-20190927-0000012', '2019-09-29 17:44:37.095102', '2019-09-30 11:43:00.718526'),
	(13, 'NOTIF-20190929-0000013', 'FRM-20190929-0000023', 'APP-20190909-0000002', 'TASK', 'USER-20190927-0000012', 'Megan has REJECTED the change request (Template Ed)', 0, 'USER-20190927-0000011', '2019-09-29 17:48:02.321757', '2019-09-29 17:48:02.321800'),
	(14, 'NOTIF-20190929-0000014', 'FRM-20190929-0000027', 'APP-20190909-0000002', 'TASK', 'USER-20190927-0000013', 'Megan has sent you an APPROVAL REQUEST for change request (Template Ed)', 0, 'USER-20190927-0000011', '2019-09-29 19:10:10.196327', '2019-09-29 19:10:10.196365'),
	(15, 'NOTIF-20190929-0000015', 'FRM-20190929-0000030', 'APP-20190909-0000002', 'TASK', 'USER-20190927-0000013', 'Megan has sent you an APPROVAL REQUEST for change request (Template Ed)', 0, 'USER-20190927-0000011', '2019-09-29 19:19:53.524497', '2019-09-29 19:19:53.524541'),
	(16, 'NOTIF-20190930-0000016', 'FRM-20190930-0000031', 'APP-20190909-0000002', 'TASK', 'USER-20190927-0000011', 'test2 has APPROVED the change request (Ed Template)', 1, 'USER-20190927-0000013', '2019-09-30 10:15:57.292863', '2019-09-30 11:43:00.718526'),
	(17, 'NOTIF-20190930-0000017', 'FRM-20190930-0000031', 'APP-20190909-0000002', 'TASK', 'USER-20190927-0000012', 'Megan has sent you an ACKNOWLEDGEMENT REQUEST for change request (Ed Template)', 0, 'USER-20190927-0000011', '2019-09-30 10:15:57.321369', '2019-09-30 10:15:57.321407'),
	(18, 'NOTIF-20190930-0000018', 'FRM-20190930-0000031', 'APP-20190909-0000002', 'TASK', 'USER-20190927-0000011', 'test1 has ACKNOWLEDGED the change request (Ed Template)', 1, 'USER-20190927-0000012', '2019-09-30 10:17:28.880701', '2019-09-30 11:43:00.718526'),
	(19, 'NOTIF-20190930-0000019', 'FRM-20190930-0000031', 'APP-20190909-0000002', 'TASK', 'USER-20190927-0000011', 'test1 has COMPLETED the change request (Ed Template)', 1, 'USER-20190927-0000012', '2019-09-30 10:17:40.052310', '2019-09-30 11:43:00.718526'),
	(20, 'NOTIF-20190930-0000020', 'FRM-20190930-0000031', 'APP-20190909-0000002', 'TASK', 'USER-20190927-0000012', 'Megan has ACCEPTED the change request (Ed Template)', 1, 'USER-20190927-0000011', '2019-09-30 10:26:20.250090', '2019-09-30 17:27:09.367825'),
	(21, 'NOTIF-20190930-0000021', 'FRM-20190930-0000032', 'APP-20190909-0000002', 'TASK', 'USER-20190927-0000011', 'Megan has COMPLETED the change request (Ed Template)', 1, 'USER-20190927-0000011', '2019-09-30 11:44:20.799311', '2019-09-30 11:44:31.109943'),
	(22, 'NOTIF-20190930-0000022', 'FRM-20190930-0000034', 'APP-20190909-0000002', 'TASK', 'USER-20190927-0000013', 'Megan has sent you an APPROVAL REQUEST for change request (Ed Template)', 0, 'USER-20190927-0000011', '2019-09-30 14:24:29.131773', '2019-09-30 14:24:29.131807'),
	(23, 'NOTIF-20190930-0000023', 'FRM-20190930-0000035', 'APP-20190909-0000002', 'TASK', 'USER-20190927-0000013', 'Megan has sent you an APPROVAL REQUEST for change request (Ed Template)', 0, 'USER-20190927-0000011', '2019-09-30 16:12:55.675425', '2019-09-30 16:12:55.675461'),
	(24, 'NOTIF-20190930-0000024', 'FRM-20190930-0000036', 'APP-20190909-0000002', 'TASK', 'USER-20190927-0000013', 'Megan has sent you an APPROVAL REQUEST for change request (Ed Template)', 0, 'USER-20190927-0000011', '2019-09-30 19:41:17.039036', '2019-09-30 19:41:17.039074'),
	(25, 'NOTIF-20190930-0000025', 'FRM-20190930-0000037', 'APP-20190909-0000002', 'TASK', 'USER-20190927-0000013', 'Megan has sent you an APPROVAL REQUEST for change request (Ed Template1)', 0, 'USER-20190927-0000011', '2019-09-30 19:43:47.087064', '2019-09-30 19:43:47.087101');
/*!40000 ALTER TABLE `notifications` ENABLE KEYS */;

-- Dumping structure for table rms_db.password_resets
DROP TABLE IF EXISTS `password_resets`;
CREATE TABLE IF NOT EXISTS `password_resets` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `email` varchar(255) NOT NULL,
  `token` varchar(255) NOT NULL,
  `created_at` datetime(6) NOT NULL,
  `timeout_at` datetime(6) NOT NULL,
  `is_active` tinyint(1) NOT NULL,
  `code` varchar(50) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.password_resets: ~0 rows (approximately)
DELETE FROM `password_resets`;
/*!40000 ALTER TABLE `password_resets` DISABLE KEYS */;
/*!40000 ALTER TABLE `password_resets` ENABLE KEYS */;

-- Dumping structure for table rms_db.permissions
DROP TABLE IF EXISTS `permissions`;
CREATE TABLE IF NOT EXISTS `permissions` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `created` datetime(6) NOT NULL,
  `createdby` varchar(255) NOT NULL,
  `modified` datetime(6) NOT NULL,
  `modifiedby` varchar(255) NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `code` varchar(255) DEFAULT NULL,
  `description` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.permissions: ~0 rows (approximately)
DELETE FROM `permissions`;
/*!40000 ALTER TABLE `permissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `permissions` ENABLE KEYS */;

-- Dumping structure for table rms_db.roles
DROP TABLE IF EXISTS `roles`;
CREATE TABLE IF NOT EXISTS `roles` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `created` datetime(6) NOT NULL,
  `createdby` varchar(255) NOT NULL,
  `modified` datetime(6) NOT NULL,
  `modifiedby` varchar(255) NOT NULL,
  `description` varchar(255) DEFAULT NULL,
  `code` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.roles: ~0 rows (approximately)
DELETE FROM `roles`;
/*!40000 ALTER TABLE `roles` DISABLE KEYS */;
/*!40000 ALTER TABLE `roles` ENABLE KEYS */;

-- Dumping structure for table rms_db.role_permissions
DROP TABLE IF EXISTS `role_permissions`;
CREATE TABLE IF NOT EXISTS `role_permissions` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `created` datetime(6) NOT NULL,
  `createdby` varchar(255) NOT NULL,
  `modified` datetime(6) NOT NULL,
  `modifiedby` varchar(255) NOT NULL,
  `permission_id` int(11) NOT NULL,
  `role_id` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `role_permissions_permission_id_ad343843_fk_permissions_id` (`permission_id`),
  KEY `role_permissions_role_id_216516f2_fk_roles_id` (`role_id`),
  CONSTRAINT `role_permissions_role_id_216516f2_fk_roles_id` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`),
  CONSTRAINT `role_permissions_permission_id_ad343843_fk_permissions_id` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.role_permissions: ~0 rows (approximately)
DELETE FROM `role_permissions`;
/*!40000 ALTER TABLE `role_permissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `role_permissions` ENABLE KEYS */;

-- Dumping structure for table rms_db.status_set
DROP TABLE IF EXISTS `status_set`;
CREATE TABLE IF NOT EXISTS `status_set` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `created` datetime(6) NOT NULL,
  `createdby` varchar(255) NOT NULL,
  `modified` datetime(6) NOT NULL,
  `modifiedby` varchar(255) NOT NULL,
  `ref` varchar(10) NOT NULL,
  `code` varchar(10) NOT NULL,
  `name` varchar(10) NOT NULL,
  `description` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`),
  UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- Dumping data for table rms_db.status_set: ~0 rows (approximately)
DELETE FROM `status_set`;
/*!40000 ALTER TABLE `status_set` DISABLE KEYS */;
/*!40000 ALTER TABLE `status_set` ENABLE KEYS */;

/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
/*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
