#
# TABLE STRUCTURE FOR: tec_categories
#

DROP TABLE IF EXISTS `tec_categories`;

CREATE TABLE `tec_categories` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(20) NOT NULL,
  `name` varchar(55) NOT NULL,
  `image` varchar(100) DEFAULT 'no_image.png',
  `parent_id` int(100) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=42 DEFAULT CHARSET=utf8;

INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (2, 'C01', 'Oil Seal Thailand', 'no_image.png', 4);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (4, 'C03', 'Oil Seal Korea', 'no_image.png', 4);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (5, 'C04', 'Oil Seal I/STO', 'no_image.png', 4);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (6, 'C05', 'Oil Seal OKTY', 'no_image.png', 4);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (7, 'C06', 'အမဲဆီ', 'no_image.png', 1);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (8, 'C07', 'ပန်ကာကြိုး A ပြောင် China', 'no_image.png', 3);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (9, 'C08', 'ပန်ကာကြိုး A ပြောင် Thailand', 'no_image.png', 3);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (10, 'C09', 'ပန်ကာကြိုး B ပြောင် China', 'no_image.png', 3);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (11, 'C10', 'ပန်ကာကြိုး B ပြောင် Thailand', 'no_image.png', 3);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (12, 'C11', 'ပန်ကာကြိုး C ပြောင် China', 'no_image.png', 3);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (13, 'C12', 'ပန်ကာကြိုး C ပြောင် Thailand', 'no_image.png', 3);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (14, 'C13', 'ပန်ကာကြိုး AX ချိန်း China', 'no_image.png', 3);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (15, 'C14', 'ပန်ကာကြိုး AX ချိန်း Thailand', 'no_image.png', 3);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (16, 'C15', 'ပန်ကာကြိုး BX ချိန်း China', 'no_image.png', 3);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (17, 'C16', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'no_image.png', 3);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (18, 'C17', 'ပန်ကာကြိုး CX ချိန်း China', 'no_image.png', 3);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (19, 'C18', 'ပန်ကာကြိုး CX ချိန်း Thailand', 'no_image.png', 3);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (20, 'C19', 'MPT Card', 'no_image.png', 2);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (21, 'C20', 'MPT Etopup', 'no_image.png', 2);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (22, 'C21', 'Telenor Card', 'no_image.png', 2);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (23, 'C22', 'Telenor Etopup', 'no_image.png', 2);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (24, 'C23', 'Ooredoo Card', 'no_image.png', 2);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (25, 'C24', 'Ooredoo Etopup', 'no_image.png', 2);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (26, 'C25', 'Mytel Card', 'no_image.png', 2);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (27, 'C26', 'Mytel Etopup', 'no_image.png', 2);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (28, 'C27', 'ပန်ကာကြိုး FMပြောင် China', 'no_image.png', 3);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (29, 'C28', 'ပန်ကာကြိုး FM ပြောင် Thailand', 'no_image.png', 3);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (30, 'C29', 'ပန်ကာကြိုး FM ချိန်း China', 'no_image.png', 3);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (31, 'C30', 'ပန်ကာကြိုး FM ချိန်း Thailand', 'no_image.png', 3);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (32, 'C02', 'Ananda Card', 'no_image.png', 2);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (33, 'C31', 'ဂီယာဝိုင်', 'no_image.png', 0);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (34, 'C32', 'အင်ဂျင်ဝိုင်', 'no_image.png', 0);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (35, 'C33', 'HY seal', 'no_image.png', 4);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (36, 'C34', 'Pressure Seal', 'no_image.png', 4);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (37, 'C35', 'ကျောက်စက်', 'no_image.png', 0);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (38, 'C36', 'ဖောက်စက်', 'no_image.png', 0);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (39, 'C37', 'Timing ဘက်ကြိုး', 'no_image.png', 3);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (40, 'C38', 'ရေပန့် seal', 'no_image.png', 4);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (41, 'C39', 'Orine', 'no_image.png', 0);


#
# TABLE STRUCTURE FOR: tec_combo_items
#

DROP TABLE IF EXISTS `tec_combo_items`;

CREATE TABLE `tec_combo_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `product_id` int(11) NOT NULL,
  `item_code` varchar(20) NOT NULL,
  `quantity` int(11) NOT NULL,
  `price` decimal(25,2) DEFAULT NULL,
  `cost` decimal(25,2) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;

INSERT INTO `tec_combo_items` (`id`, `product_id`, `item_code`, `quantity`, `price`, `cost`) VALUES (1, 4, 'b1', 1, NULL, NULL);
INSERT INTO `tec_combo_items` (`id`, `product_id`, `item_code`, `quantity`, `price`, `cost`) VALUES (2, 4, 'A00001', 1, NULL, NULL);


#
# TABLE STRUCTURE FOR: tec_customers
#

DROP TABLE IF EXISTS `tec_customers`;

CREATE TABLE `tec_customers` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(55) NOT NULL,
  `cf1` varchar(255) NOT NULL,
  `cf2` varchar(255) NOT NULL,
  `phone` varchar(20) NOT NULL,
  `email` varchar(100) NOT NULL,
  `store_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=147 DEFAULT CHARSET=utf8;

INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (1, 'ဈေးဝယ်', '', '', '012345678', 'customer@gmail.com', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (2, 'ko shwe latt', '', '', '09420053063', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (3, 'U Soe tinn', 'Nanswe', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (4, 'Ko show di', 'ကော်စီ', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (5, 'ko kyaw tin', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (6, 'ko khin zaw (tonday)', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (8, 'U hla mg (twin machine)', 'u hla mg', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (9, 'lucky bag', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (10, 'ကိုဟာနစ်', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (11, 'ကိုပာာနစ်အကို', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (12, 'Ko Aung moe', '', '', '09450041212', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (13, 'Lb ko thein zaw', '', '', '09420102281', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (14, 'dhamma', '', '', '09420220110', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (15, 'thancom', 'ko myint aung shift', '', '09420420960', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (16, 'ko san myint (dolar)', '', '', '09420243117', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (17, 'pipr raju', '', '', '09795694811', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (18, 'kalapu (piniyan)', '', '', '09420220073', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (19, 'shwe mate swe', '', '', '09953090275', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (20, 'ruby', '', '', '095143483', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (21, 'lb mg ta', '', '', '09425030876', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (22, 'valu ann', '', '', '09426666300/09776122', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (23, 'thancom ann (bro)', '', 'bayinunt', '09796460493', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (24, 'ko min khing', '', '', '09421158222/09799874', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (25, 'ko san mg shop', '', 's.dagon', '09975127802', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (26, 'ko san mg boss', '', '', '095127802', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (27, 'lb prepaid', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (28, '5502864', 'golden fish', '', '5502864', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (29, 'hla win (iron)', '', 's.dagon', '09421691377', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (30, 'gopa', '', 's.dagon', '09951599953', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (31, 'ko shagyi', 'Aungmigalar', 's.dagon', '095166035', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (32, 'ko kyaw kyaw', 'rupper', '', 'p', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (33, 'bokalay marmu', '', '', '09422532751', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (34, 'ko win aung', '', '', '09250272310', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (35, 'tea pay saya', 'Aung ta gon', 'thinkanyunt', '09250665632', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (36, 'ramax', 'aunh ta gon ', 's.dagon', '09421167922', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (37, 'shine zaw wun', 'shine', '', '095121439', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (38, 'thein than', 'thein than', 's.dagon', '09450061015', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (39, 'ko min thar wife', 'maha', 's.dagon', '095077163', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (40, 'shine sister (writer)', '', '', '09401538046', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (41, 'cho too by', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (42, 'cho too by (bro)', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (43, 'jv', '', '', '09441317745', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (44, 'kaung sat (tea shop)', 'kaung sat (tea shop)', 's.dagon', '09777728955', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (45, 'lb ko poe di', 'lucky bag manger', 's.dagon', '09970819995/09515693', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (46, 'lb zaw min tun', '', '', '09780313458', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (47, 'U kyaw marmu (forward)', 'u kyaw', 's.dagon', '09450392234', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (48, 'lb aye thi ta', 'lb money hander', '', '09250986074', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (49, 'ko babu (muli)', 'pyiphoeaung (bonat)', 's.dagon', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (50, 'ko kyaw naing', '', '', '095173154', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (51, 'ko thi ha', 'thi ha machine', '', '095085312', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (52, 'lb hein min thar', 'lb buyer', '', '09967902316', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (53, 'sanjay ko latt', '', '', '09977088870', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (54, 'U hla thein', '', 's.dagon', '095071927', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (55, 'lb u san win', 'lb bro', '', '09250018524', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (56, 'lb ko aung win', 'lb', '', '09250281360', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (57, 'ever top ko aung win', 'evertop', '', '095156654', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (58, 'min htat', 'kyaw soe moe', '', '09408010338', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (59, 'ko mg soe (pipe)', 'pipe ', '', '095111509', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (60, 'ko kayin', 'ball shop', '', '095003733', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (61, 'lb aung kyaw myint', 'lb', '', '09420064551', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (62, 'rajan (tharkayta)', 'mayanthi', '', '09963313044', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (63, 'lb aung ko latt', 'lb', '', '09799546044', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (64, 'lb ma hla hla win', 'lb', '', '09795382667', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (65, 'lb k k', 'lb', '', '09685650273', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (66, 'swan are ko shagyi', 'swan are', '', '09420281397', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (67, 'pp prepaid', '', '', '09796584147', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (68, 'pp oilseal', '', '', '09254199693', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (69, 'lb thi ha kyaw', 'lb', '', '09424028457', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (70, 'lb ma aye aye aung', 'lb', '', '09421178004', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (71, 'Aunty thi ta', 'kyaw soe moe shift', '', '09250977603', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (72, 'lb U aung myint', 'lb', '', '09250365685', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (73, 'ko har nak (bro)', 'ko hla tun', '', '09799399370', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (74, 'ko har nak (bro) oilseal', '', '', '09799399370', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (75, 'din kar', 'din kar', '', '095155441', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (76, 'tampiya ann', 'siwar', '', '09975162044', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (77, 'than myint (kanu son)', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (78, 'ko aung than (teashop)', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (79, 'u bar ju', '', '', '095126279', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (80, 'pa pa lay', 'hla win iron sheet', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (81, 'test', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (82, 'mayanthi(iron sheet)', '', 'tharkata', '0973228000', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (83, 'ko kaung nyunt', 'champion', '', '09970706048', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (84, 'lb office', '', '', '09685650273', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (85, 'flash gun', 'karin by', 'tharkata', '09420065078', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (86, 'Ravi ann (4th)', 'jamini', '', '09966174520', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (87, '3400', '', '', '09420103400', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (88, 'kanna ann', '147', '147', '09429884599', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (89, 'lb ma pu', 'lb', '', '09250269627', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (90, 'lb U kyaw kyaw', 'lb', '', '09965000189', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (91, 'ko Aye naing', 'Aye naing', 's.dagon', '09422448335', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (92, 'ko win tun', 'win tun pipe', '', '095168456', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (93, 'myat myat oo sister', 'pigtiydhan', 's.dagon', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (94, 'tampi(iron)', 'shwe than lwin', '', '095089292', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (95, 'shine (y.bro)', '', '', '09252242793', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (96, 'kyaw pying tun(teashop)', 'teashop', '', '09404090469', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (97, 'ko myo zaw', 'ko myo zaw (twin kon)', '', '09766662525', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (98, 'Ruthiran', 'u zaw min', 'tharkayta', '09252606075', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (99, 'u soe win (twin kon)', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (100, 'ganni by', '', '', '09254214541', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (101, 'Aunty thin', '', '', '09443165179', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (102, 'Aung ko oo', 'san thit kyaw', '', '095106886', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (103, 'u hla myint', '', '', '095043838', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (104, 'u saw Oo', '', '', '0997 211 0646', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (105, 'ko min khing oilseal', '', '', '09421158222', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (106, 'ကိုငယ်လေး အဖေ', '', '', '09423741164', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (107, 'ko kyaw soe moe (shift)', '', '', '095123169', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (108, 'layku ann', '', '', '095104385', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (109, 'yee baw(twin kon)', '', '', '0943029055', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (110, 'u hla myint oilseal', '', '', '795043838', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (111, 'ko mg mg shop', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (112, 'barsaka (sheet)', 'forward shop', 'tharketa', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (113, 'ခါလာ', '', '', '254122804', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (114, 'u than shwe', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (115, 'ကိုညာ ချဲ့ ', '', '', '09420047396', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (116, 'ကိုမိုးကီ', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (117, 'Ud ball', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (118, 'San thit ball', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (119, 'SR', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (120, 'Mya kyaw tun', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (121, 'Aunty thi ta (daughter)', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (122, 'Sanjay my shop', '', '', '09254181590', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (123, 'U cheeni oilseal', '', '', '09425326668', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (124, '420041838', '', '', '420041838', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (125, 'ထက်မြက်အောင်', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (126, '311 ဦးစိုးတင့်', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (127, 'ko aung zaw tun (စည်ပင် )', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (128, 'popular plastics ', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (130, 'ပတ္တမြား ပန့်', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (131, 'အန်ထော်နီ', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (132, 'စျေးဝယ် 1', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (133, 'ကိုဟာစံ', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (134, 'Ruby ပန့်', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (135, 'ဆဲဂ်နဲး', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (136, 'ကိုရဲမြင့်လှိုင်', '', '', '5008430', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (137, 'onestar', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (138, 'Kanu နဲး', '', '', '5108359', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (140, 'Happy cook', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (141, 'ကိုဖိုးအေး', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (142, 'ကိုပေါက် (မာမွတ်သမက်)', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (143, 'Mg win ညီ', '', '', '09450394033', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (144, 'Golden country', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (145, 'ကိုသန်းအောင် (ဆင်တဲလမ်း)', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (146, 'Gk', '', '', '', '', NULL);


#
# TABLE STRUCTURE FOR: tec_diary
#

DROP TABLE IF EXISTS `tec_diary`;

CREATE TABLE `tec_diary` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `note` varchar(1000) DEFAULT NULL,
  `created_by` varchar(55) NOT NULL,
  `attachment` varchar(55) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;

INSERT INTO `tec_diary` (`id`, `date`, `note`, `created_by`, `attachment`) VALUES (4, '2019-12-13 14:18:45', 'my shop open -8:15 am', '2', NULL);


#
# TABLE STRUCTURE FOR: tec_expenses
#

DROP TABLE IF EXISTS `tec_expenses`;

CREATE TABLE `tec_expenses` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `reference` varchar(50) NOT NULL,
  `amount` decimal(25,2) NOT NULL,
  `note` varchar(1000) DEFAULT NULL,
  `created_by` varchar(55) NOT NULL,
  `attachment` varchar(55) DEFAULT NULL,
  `store_id` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=69 DEFAULT CHARSET=utf8;

INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (1, '2019-12-09 18:53:39', 'foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (2, '2019-12-09 18:55:10', 'karthikaran', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (3, '2019-12-09 18:55:34', 'win thein', '2000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (4, '2019-12-09 18:56:51', 'ကော်ဘူးဝယ်', '71900.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (5, '2019-12-09 18:57:12', 'Taxi', '8000.00', '<ul><li></li></ul>', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (6, '2019-12-09 18:57:48', 'SR ', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (9, '2019-12-15 17:00:21', 'win thein daily', '2000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (10, '2019-12-15 17:01:18', 'karthiy daliy', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (11, '2019-12-16 20:28:12', 'karthi daliy', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (12, '2019-12-16 20:28:55', 'foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (13, '2019-12-16 20:32:59', 'my baby school fees', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (14, '2019-12-16 20:33:23', 'su bu', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (15, '2019-12-17 18:18:09', 'Bill', '2500.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (16, '2019-12-17 18:18:55', 'Foundation ', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (17, '2019-12-17 18:19:31', 'Baby school fees', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (18, '2019-12-17 18:19:56', 'Su bu', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (19, '2019-12-18 18:04:51', 'Karthikaran daliy ', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (20, '2019-12-18 18:05:28', 'my baby school fees', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (21, '2019-12-18 18:05:50', 'Su bu', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (22, '2019-12-18 18:06:15', 'Foundation ', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (23, '2019-12-19 18:20:30', 'Horseman pay', '362100.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (24, '2019-12-19 18:21:53', 'Karthi လခ', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (25, '2019-12-19 18:26:13', 'Win thein လခ', '6000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (26, '2019-12-19 18:26:48', 'Foundation ', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (27, '2019-12-19 18:28:19', 'Myathita ပစ္စည်း ဝယ်', '24000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (28, '2019-12-20 18:55:34', 'Foundation ', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (29, '2019-12-20 18:56:05', 'Karthikaran လခ', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (30, '2019-12-21 18:31:01', 'ဖုန်းဝယ် ', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (31, '2019-12-21 18:31:52', 'Karthikaran လခ', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (32, '2019-12-21 18:32:49', 'Win thein လခ', '4000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (33, '2019-12-21 18:33:37', 'Su bu', '6000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (34, '2019-12-21 18:34:05', 'My baby school fees', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (35, '2019-12-22 17:35:29', 'My baby school fees', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (36, '2019-12-22 17:35:53', 'Su bu', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (37, '2019-12-22 17:36:15', 'ဖုန်းဝယ် ', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (38, '2019-12-22 17:36:41', 'Karthikaran လခ', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (39, '2019-12-22 17:37:06', 'Win thein လခ', '2000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (40, '2019-12-23 20:33:15', 'Karthikaran လခ', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (41, '2019-12-23 20:33:37', 'Win thein လခ', '2000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (42, '2019-12-23 20:34:41', 'ဦးဘဲလူး လက်ဖက်ရည်တိုက်', '1600.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (43, '2019-12-23 20:36:00', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (45, '2019-12-24 18:04:46', 'Karthikaran လခ', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (46, '2019-12-24 18:06:01', 'My baby school fees', '6000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (47, '2019-12-24 18:07:08', 'Su bu', '6000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (48, '2019-12-24 18:07:41', 'ဖုန်းဝယ် ', '6000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (49, '2019-12-24 18:08:32', 'မုတ်ဆိတ် orine. 2ပေးငွေ', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (50, '2019-12-24 18:09:02', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (51, '2019-12-25 21:05:56', 'Karthikaran လခ', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (52, '2019-12-25 21:06:53', 'ဖုန်းဝယ် ', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (53, '2019-12-25 21:07:17', 'Win thein လခ', '2000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (54, '2019-12-25 21:07:39', 'My baby school fees', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (55, '2019-12-25 21:08:08', 'Su bu', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (56, '2019-12-26 17:40:23', 'Win thein လခ', '2000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (57, '2019-12-26 17:40:41', 'Karthikaran လခ', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (58, '2019-12-26 17:41:01', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (59, '2019-12-26 18:10:11', 'ဖုန်းဝယ် ', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (60, '2019-12-26 18:10:36', 'My baby school fees', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (61, '2019-12-26 18:10:57', 'Su bu', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (62, '2019-12-27 17:28:12', 'Win thein လခ', '2000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (63, '2019-12-27 17:28:52', 'Karthikaran လခ', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (64, '2019-12-27 17:29:02', 'Karthikaran လခ', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (65, '2019-12-27 17:31:11', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (66, '2019-12-27 17:31:32', 'My baby school fees', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (67, '2019-12-27 17:31:57', 'Su bu', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (68, '2019-12-27 17:32:37', 'ဖုန်းဝယ် ', '3000.00', '', '2', NULL, 1);


#
# TABLE STRUCTURE FOR: tec_gift_cards
#

DROP TABLE IF EXISTS `tec_gift_cards`;

CREATE TABLE `tec_gift_cards` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `card_no` varchar(20) NOT NULL,
  `value` decimal(25,2) NOT NULL,
  `customer_id` int(11) DEFAULT NULL,
  `balance` decimal(25,2) NOT NULL,
  `expiry` date DEFAULT NULL,
  `created_by` int(11) DEFAULT NULL,
  `store_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `card_no` (`card_no`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: tec_groups
#

DROP TABLE IF EXISTS `tec_groups`;

CREATE TABLE `tec_groups` (
  `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(20) NOT NULL,
  `description` varchar(100) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;

INSERT INTO `tec_groups` (`id`, `name`, `description`) VALUES (1, 'admin', 'Administrator');
INSERT INTO `tec_groups` (`id`, `name`, `description`) VALUES (2, 'staff', 'Staff');


#
# TABLE STRUCTURE FOR: tec_login_attempts
#

DROP TABLE IF EXISTS `tec_login_attempts`;

CREATE TABLE `tec_login_attempts` (
  `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `ip_address` varbinary(16) NOT NULL,
  `login` varchar(100) NOT NULL,
  `time` int(11) unsigned DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: tec_payments
#

DROP TABLE IF EXISTS `tec_payments`;

CREATE TABLE `tec_payments` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
  `sale_id` int(11) DEFAULT NULL,
  `customer_id` int(11) DEFAULT NULL,
  `transaction_id` varchar(50) DEFAULT NULL,
  `paid_by` varchar(20) NOT NULL,
  `cheque_no` varchar(20) DEFAULT NULL,
  `cc_no` varchar(20) DEFAULT NULL,
  `cc_holder` varchar(25) DEFAULT NULL,
  `cc_month` varchar(2) DEFAULT NULL,
  `cc_year` varchar(4) DEFAULT NULL,
  `cc_type` varchar(20) DEFAULT NULL,
  `amount` decimal(25,2) NOT NULL,
  `currency` varchar(3) DEFAULT NULL,
  `created_by` int(11) NOT NULL,
  `attachment` varchar(55) DEFAULT NULL,
  `note` varchar(1000) DEFAULT NULL,
  `pos_paid` decimal(25,2) DEFAULT '0.00',
  `pos_balance` decimal(25,2) DEFAULT '0.00',
  `gc_no` varchar(20) DEFAULT NULL,
  `reference` varchar(50) DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `store_id` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=176 DEFAULT CHARSET=utf8;

INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (8, '2019-12-09 11:02:51', 8, 5, NULL, 'cash', '', '', '', '', '', '', '10000.00', NULL, 2, NULL, '', '10000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (10, '2019-12-09 11:22:52', 10, 1, NULL, 'cash', '', '', '', '', '', '', '12200.00', NULL, 2, NULL, '', '13000.00', '800.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (11, '2019-12-09 13:09:35', 11, 6, NULL, 'cash', '', '', '', '', '', '', '765.00', NULL, 2, NULL, '', '1000.00', '235.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (12, '2019-12-09 13:12:50', 12, 1, NULL, 'cash', '', '', '', '', '', '', '5000.00', NULL, 2, NULL, '', '5000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (13, '2019-12-09 16:41:50', 13, 8, NULL, 'cash', '', '', '', '', '', '', '3000.00', NULL, 2, NULL, '', '3000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (14, '2019-12-09 16:45:54', 14, 8, NULL, 'cash', '', '', '', '', '', '', '500.00', NULL, 2, NULL, '', '500.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (15, '2019-12-09 18:13:17', 16, 11, NULL, 'cash', '', '', '', '', '', '', '3500.00', NULL, 2, NULL, '', '3500.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (18, '2019-12-10 09:04:19', 19, 1, NULL, 'cash', '', '', '', '', '', '', '10000.00', NULL, 1, NULL, '', '10000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (19, '2019-12-10 09:30:29', 20, 1, NULL, 'cash', '', '', '', '', '', '', '3000.00', NULL, 1, NULL, '', '5000.00', '2000.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (20, '2019-12-10 09:36:36', 21, 1, NULL, 'cash', '', '', '', '', '', '', '3000.00', NULL, 1, NULL, '', '3000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (21, '2019-12-10 09:40:07', 22, 1, NULL, 'cash', '', '', '', '', '', '', '3000.00', NULL, 1, NULL, '', '3000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (22, '2019-12-10 11:23:30', 23, 1, NULL, 'cash', '', '', '', '', '', '', '3000.00', NULL, 2, NULL, '', '3000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (25, '2019-12-12 20:36:56', 45, 36, NULL, 'cash', '', '', '', '', '', 'Visa', '25000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (26, '2019-12-13 16:05:33', 106, 99, NULL, 'cash', '', '', '', '', '', '', '5000.00', NULL, 2, NULL, '', '5000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (27, '2019-12-13 17:04:35', 40, 58, NULL, 'cash', '', '', '', '', '', 'Visa', '20000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (28, '2019-12-13 17:12:25', 107, 100, NULL, 'cash', '', '', '', '', '', '', '1000.00', NULL, 2, NULL, '', '1000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (29, '2019-12-13 17:13:08', 108, 101, NULL, 'cash', '', '', '', '', '', '', '1000.00', NULL, 2, NULL, '', '1000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (30, '2019-12-14 10:56:58', 117, 104, NULL, 'cash', '', '', '', '', '', '', '3000.00', NULL, 2, NULL, '', '3000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (31, '2019-12-14 13:37:45', 120, 1, NULL, 'cash', '', '', '', '', '', '', '1000.00', NULL, 2, NULL, '', '1000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (32, '2019-12-14 13:41:42', 121, 105, NULL, 'cash', '', '', '', '', '', '', '38300.00', NULL, 2, NULL, '', '38300.00', '-60.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (33, '2019-12-14 13:44:44', 122, 1, NULL, 'cash', '', '', '', '', '', '', '2640.00', NULL, 2, NULL, '', '2640.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (34, '2019-12-14 15:39:58', 57, 50, NULL, 'cash', '', '', '', '', '', 'Visa', '50000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (35, '2019-12-14 15:51:46', 126, 59, NULL, 'cash', '', '', '', '', '', 'Visa', '10000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (36, '2019-12-14 17:39:21', 128, 107, NULL, 'cash', '', '', '', '', '', '', '10000.00', NULL, 2, NULL, '', '10000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (37, '2019-12-15 09:33:41', 129, 108, NULL, 'cash', '', '', '', '', '', '', '10000.00', NULL, 2, NULL, '', '10000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (38, '2019-12-15 13:11:46', 132, 1, NULL, 'cash', '', '', '', '', '', '', '5000.00', NULL, 2, NULL, '', '5000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (39, '2019-12-15 13:12:25', 133, 1, NULL, 'cash', '', '', '', '', '', '', '3000.00', NULL, 2, NULL, '', '3000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (40, '2019-12-15 13:15:10', 134, 1, NULL, 'cash', '', '', '', '', '', '', '13000.00', NULL, 2, NULL, '', '13000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (41, '2019-12-15 15:43:38', 137, 111, NULL, 'cash', '', '', '', '', '', '', '20000.00', NULL, 2, NULL, '', '20000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (42, '2019-12-15 18:55:02', 141, 110, NULL, 'cash', '', '', '', '', '', 'Visa', '1500.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (43, '2019-12-16 17:20:18', 41, 43, NULL, 'cash', '', '', '', '', '', 'Visa', '10000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (44, '2019-12-16 17:21:47', 144, 113, NULL, 'cash', '', '', '', '', '', '', '5000.00', NULL, 2, NULL, '', '5000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (45, '2019-12-16 17:22:32', 145, 1, NULL, 'cash', '', '', '', '', '', '', '5000.00', NULL, 2, NULL, '', '5000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (46, '2019-12-16 17:23:14', 146, 101, NULL, 'cash', '', '', '', '', '', '', '4000.00', NULL, 2, NULL, '', '4000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (47, '2019-12-16 17:23:43', 147, 1, NULL, 'cash', '', '', '', '', '', '', '10000.00', NULL, 2, NULL, '', '10000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (48, '2019-12-16 18:23:26', 149, 1, NULL, 'cash', '', '', '', '', '', '', '30000.00', NULL, 2, NULL, '', '30000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (49, '2019-12-16 19:46:43', 151, 1, NULL, 'cash', '', '', '', '', '', '', '21660.00', NULL, 2, NULL, '', '22500.00', '840.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (50, '2019-12-16 19:48:43', 152, 1, NULL, 'cash', '', '', '', '', '', '', '2728.00', NULL, 2, NULL, '', '2800.00', '72.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (51, '2019-12-16 19:54:50', 153, 1, NULL, 'cash', '', '', '', '', '', '', '5500.00', NULL, 2, NULL, '', '5500.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (52, '2019-12-16 20:19:52', 154, 1, NULL, 'cash', '', '', '', '', '', '', '17500.00', NULL, 2, NULL, '', '17500.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (53, '2019-12-16 20:22:29', 155, 1, NULL, 'cash', '', '', '', '', '', '', '2800.00', NULL, 2, NULL, '', '2800.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (54, '2019-12-16 20:24:00', 156, 4, NULL, 'cash', '', '', '', '', '', '', '24000.00', NULL, 2, NULL, '', '24000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (55, '2019-12-16 20:26:14', 157, 1, NULL, 'cash', '', '', '', '', '', '', '22000.00', NULL, 2, NULL, '', '22000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (60, '2019-12-17 14:05:58', 169, 1, NULL, 'cash', '', '', '', '', '', '', '10999.00', NULL, 2, NULL, '', '10999.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (61, '2019-12-17 14:07:29', 170, 1, NULL, 'cash', '', '', '', '', '', '', '22500.00', NULL, 2, NULL, '', '22500.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (62, '2019-12-17 16:25:40', 173, 1, NULL, 'cash', '', '', '', '', '', '', '4500.00', NULL, 2, NULL, '', '4500.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (63, '2019-12-17 16:26:23', 69, 30, NULL, 'cash', '', '', '', '', '', 'Visa', '10000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (64, '2019-12-17 16:33:46', 123, 71, NULL, 'cash', '', '', '', '', '', 'Visa', '10000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (65, '2019-12-17 16:42:56', 176, 1, NULL, 'cash', '', '', '', '', '', '', '5800.00', NULL, 2, NULL, '', '5800.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (66, '2019-12-17 16:49:48', 177, 1, NULL, 'cash', '', '', '', '', '', '', '8000.00', NULL, 2, NULL, '', '8000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (67, '2019-12-17 16:51:44', 74, 44, NULL, 'cash', '', '', '', '', '', 'Visa', '70000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (68, '2019-12-17 16:56:49', 179, 1, NULL, 'cash', '', '', '', '', '', '', '16500.00', NULL, 2, NULL, '', '16500.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (69, '2019-12-17 17:07:30', 180, 1, NULL, 'cash', '', '', '', '', '', '', '9900.00', NULL, 2, NULL, '', '9900.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (70, '2019-12-17 18:13:31', 182, 13, NULL, 'cash', '', '', '', '', '', '', '3000.00', NULL, 2, NULL, '', '3000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (71, '2019-12-17 18:14:24', 59, 13, NULL, 'cash', '', '', '', '', '', 'Visa', '5000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (72, '2019-12-17 18:16:07', 183, 1, NULL, 'cash', '', '', '', '', '', '', '5000.00', NULL, 2, NULL, '', '5000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (73, '2019-12-17 18:17:28', 184, 1, NULL, 'cash', '', '', '', '', '', '', '3800.00', NULL, 2, NULL, '', '3800.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (74, '2019-12-17 18:22:59', 175, 117, NULL, 'cash', '', '', '', '', '', 'Visa', '2000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (75, '2019-12-18 13:20:15', 185, 79, NULL, 'cash', '', '', '', '', '', '', '5000.00', NULL, 2, NULL, '', '5000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (76, '2019-12-18 13:31:26', 187, 123, NULL, 'cash', '', '', '', '', '', '', '11000.00', NULL, 2, NULL, '', '11000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (77, '2019-12-18 13:33:40', 188, 1, NULL, 'cash', '', '', '', '', '', '', '6000.00', NULL, 2, NULL, '', '6000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (78, '2019-12-18 13:37:13', 191, 124, NULL, 'cash', '', '', '', '', '', '', '5000.00', NULL, 2, NULL, '', '5000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (79, '2019-12-18 13:40:28', 192, 80, NULL, 'cash', '', '', '', '', '', 'Visa', '3000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (80, '2019-12-18 14:33:18', 65, 24, NULL, 'cash', '', '', '', '', '', 'Visa', '65000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (81, '2019-12-18 15:26:05', 200, 1, NULL, 'cash', '', '', '', '', '', '', '6000.00', NULL, 2, NULL, '', '6000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (82, '2019-12-18 15:30:53', 202, 1, NULL, 'cash', '', '', '', '', '', '', '3500.00', NULL, 2, NULL, '', '3500.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (83, '2019-12-18 15:33:12', 204, 1, NULL, 'cash', '', '', '', '', '', '', '6000.00', NULL, 2, NULL, '', '6000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (84, '2019-12-18 15:34:37', 205, 125, NULL, 'cash', '', '', '', '', '', '', '20000.00', NULL, 2, NULL, '', '20000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (85, '2019-12-18 15:38:44', 207, 127, NULL, 'cash', '', '', '', '', '', '', '28500.00', NULL, 2, NULL, '', '28500.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (86, '2019-12-18 17:48:40', 211, 1, NULL, 'cash', '', '', '', '', '', '', '185000.00', NULL, 2, NULL, '', '185000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (87, '2019-12-18 17:52:51', 212, 1, NULL, 'cash', '', '', '', '', '', '', '90000.00', NULL, 2, NULL, '', '90000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (88, '2019-12-18 17:55:05', 213, 1, NULL, 'cash', '', '', '', '', '', '', '93000.00', NULL, 2, NULL, '', '93000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (89, '2019-12-18 17:56:23', 214, 1, NULL, 'cash', '', '', '', '', '', '', '50000.00', NULL, 2, NULL, '', '50000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (90, '2019-12-18 17:57:16', 215, 1, NULL, 'cash', '', '', '', '', '', '', '20000.00', NULL, 2, NULL, '', '20000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (91, '2019-12-18 17:58:20', 216, 1, NULL, 'cash', '', '', '', '', '', '', '5000.00', NULL, 2, NULL, '', '5000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (92, '2019-12-18 17:58:59', 210, 119, NULL, 'cash', '', '', '', '', '', 'Visa', '36000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (93, '2019-12-18 18:01:00', 66, 25, NULL, 'cash', '', '', '', '', '', 'Visa', '40000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (94, '2019-12-18 18:03:58', 217, 128, NULL, 'cash', '', '', '', '', '', '', '7194.00', NULL, 2, NULL, '', '7194.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (95, '2019-12-19 15:55:24', 218, 1, NULL, 'cash', '', '', '', '', '', '', '14500.00', NULL, 2, NULL, '', '14500.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (96, '2019-12-19 16:14:34', 116, 103, NULL, 'cash', '', '', '', '', '', 'Visa', '10000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (97, '2019-12-19 16:16:21', 201, 110, NULL, 'cash', '', '', '', '', '', 'Visa', '30000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (98, '2019-12-19 16:17:42', 114, 103, NULL, 'cash', '', '', '', '', '', 'Visa', '5360.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (99, '2019-12-19 16:18:19', 115, 103, NULL, 'cash', '', '', '', '', '', 'Visa', '10000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (100, '2019-12-19 16:19:22', 178, 110, NULL, 'cash', '', '', '', '', '', 'Visa', '5284.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (101, '2019-12-19 16:19:53', 136, 110, NULL, 'cash', '', '', '', '', '', 'Visa', '2244.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (102, '2019-12-19 16:25:14', 224, 116, NULL, 'cash', '', '', '', '', '', '', '6399.00', NULL, 2, NULL, '', '6399.00', '-0.95', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (103, '2019-12-19 16:31:13', 71, 33, NULL, 'cash', '', '', '', '', '', 'Visa', '10000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (104, '2019-12-19 16:58:11', 227, 130, NULL, 'cash', '', '', '', '', '', '', '4000.00', NULL, 2, NULL, '', '4000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (105, '2019-12-19 17:00:44', 229, 131, NULL, 'cash', '', '', '', '', '', '', '4000.00', NULL, 2, NULL, '', '4000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (106, '2019-12-19 17:04:14', 231, 62, NULL, 'cash', '', '', '', '', '', 'Visa', '3000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (107, '2019-12-19 17:30:33', 232, 1, NULL, 'cash', '', '', '', '', '', '', '11000.00', NULL, 2, NULL, '', '11000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (108, '2019-12-19 17:38:25', 233, 1, NULL, 'cash', '', '', '', '', '', '', '9000.00', NULL, 2, NULL, '', '9000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (109, '2019-12-19 17:42:14', 234, 1, NULL, 'cash', '', '', '', '', '', '', '1000.00', NULL, 2, NULL, '', '1000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (110, '2019-12-19 17:51:40', 7, 4, NULL, 'cash', '', '', '', '', '', 'Visa', '35200.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (111, '2019-12-19 18:03:43', 236, 1, NULL, 'cash', '', '', '', '', '', '', '3000.00', NULL, 2, NULL, '', '3000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (112, '2019-12-19 18:07:25', 51, 40, NULL, 'cash', '', '', '', '', '', 'Visa', '15000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (113, '2019-12-19 18:08:48', 52, 49, NULL, 'cash', '', '', '', '', '', 'Visa', '50000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (114, '2019-12-19 18:12:23', 239, 80, NULL, 'cash', '', '', '', '', '', 'Visa', '3000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (115, '2019-12-19 18:30:14', 240, 1, NULL, 'cash', '', '', '', '', '', '', '14500.00', NULL, 2, NULL, '', '14500.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (116, '2019-12-20 17:55:14', 241, 132, NULL, 'cash', '', '', '', '', '', '', '81100.00', NULL, 2, NULL, '', '81100.00', '-36.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (117, '2019-12-20 18:04:42', 242, 132, NULL, 'cash', '', '', '', '', '', '', '8754.00', NULL, 2, NULL, '', '8754.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (118, '2019-12-20 18:10:21', 160, 53, NULL, 'cash', '', '', '', '', '', 'Visa', '66000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (119, '2019-12-20 18:10:55', 46, 47, NULL, 'cash', '', '', '', '', '', 'Visa', '5000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (120, '2019-12-20 18:13:38', 48, 20, NULL, 'cash', '', '', '', '', '', 'Visa', '335000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (121, '2019-12-20 18:18:54', 209, 28, NULL, 'cash', '', '', '', '', '', 'Visa', '40000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (122, '2019-12-21 16:49:38', 260, 132, NULL, 'cash', '', '', '', '', '', '', '96000.00', NULL, 2, NULL, '', '96000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (123, '2019-12-21 16:51:47', 261, 130, NULL, 'cash', '', '', '', '', '', '', '5000.00', NULL, 2, NULL, '', '5000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (124, '2019-12-21 17:12:13', 190, 97, NULL, 'cash', '', '', '', '', '', 'Visa', '5000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (125, '2019-12-21 17:12:55', 249, 110, NULL, 'cash', '', '', '', '', '', 'Visa', '23000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (126, '2019-12-21 17:14:06', 102, 80, NULL, 'cash', '', '', '', '', '', 'Visa', '3000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (127, '2019-12-21 17:22:00', 124, 50, NULL, 'cash', '', '', '', '', '', 'Visa', '10000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (128, '2019-12-21 17:26:21', 262, 135, NULL, 'cash', '', '', '', '', '', '', '4000.00', NULL, 2, NULL, '', '4000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (129, '2019-12-21 17:27:17', 253, 133, NULL, 'cash', '', '', '', '', '', 'Visa', '34000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (130, '2019-12-21 17:28:37', 263, 132, NULL, 'cash', '', '', '', '', '', '', '15000.00', NULL, 2, NULL, '', '15000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (131, '2019-12-21 17:42:25', 264, 136, NULL, 'cash', '', '', '', '', '', '', '5000.00', NULL, 2, NULL, '', '5000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (132, '2019-12-21 18:05:46', 267, 50, NULL, 'cash', '', '', '', '', '', '', '20000.00', NULL, 2, NULL, '', '20000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (133, '2019-12-22 17:09:11', 281, 132, NULL, 'cash', '', '', '', '', '', '', '51270.00', NULL, 2, NULL, '', '51270.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (134, '2019-12-22 17:43:39', 163, 115, NULL, 'cash', '', '', '', '', '', 'Visa', '10000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (135, '2019-12-23 14:07:34', 68, 29, NULL, 'cash', '', '', '', '', '', 'Visa', '7000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (136, '2019-12-23 14:27:09', 304, 113, NULL, 'cash', '', '', '', '', '', '', '5000.00', NULL, 2, NULL, '', '5000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (137, '2019-12-23 14:34:33', 305, 138, NULL, 'cash', '', '', '', '', '', '', '10000.00', NULL, 2, NULL, '', '10000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (138, '2019-12-23 17:54:13', 306, 132, NULL, 'cash', '', '', '', '', '', '', '68168.00', NULL, 2, NULL, '', '68168.00', '-0.10', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (139, '2019-12-23 18:00:34', 307, 140, NULL, 'cash', '', '', '', '', '', '', '22552.00', NULL, 2, NULL, '', '22552.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (140, '2019-12-23 18:05:10', 308, 132, NULL, 'cash', '', '', '', '', '', '', '33000.00', NULL, 2, NULL, '', '33000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (141, '2019-12-23 18:11:11', 300, 18, NULL, 'cash', '', '', '', '', '', 'Visa', '10000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (142, '2019-12-23 18:16:41', 309, 22, NULL, 'cash', '', '', '', '', '', 'Visa', '170000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (143, '2019-12-23 18:17:22', 83, 78, NULL, 'cash', '', '', '', '', '', 'Visa', '10000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (144, '2019-12-23 20:09:43', 311, 2, NULL, 'cash', '', '', '', '', '', 'Visa', '50000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (145, '2019-12-23 20:23:22', 310, 37, NULL, 'cash', '', '', '', '', '', 'Visa', '50000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (146, '2019-12-23 20:26:16', 250, 99, NULL, 'cash', '', '', '', '', '', 'Visa', '20000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (147, '2019-12-23 20:27:52', 315, 141, NULL, 'cash', '', '', '', '', '', '', '28000.00', NULL, 2, NULL, '', '28000.00', '-160.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (148, '2019-12-23 20:31:58', 316, 132, NULL, 'cash', '', '', '', '', '', '', '20359.00', NULL, 2, NULL, '', '20359.00', '-0.78', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (149, '2019-12-24 14:16:00', 317, 142, NULL, 'cash', '', '', '', '', '', '', '17000.00', NULL, 2, NULL, '', '17000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (150, '2019-12-24 14:19:28', 318, 132, NULL, 'cash', '', '', '', '', '', '', '31431.00', NULL, 2, NULL, '', '31431.00', '-0.90', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (151, '2019-12-24 14:53:06', 285, 110, NULL, 'cash', '', '', '', '', '', 'Visa', '49500.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (152, '2019-12-24 17:58:02', 326, 132, NULL, 'cash', '', '', '', '', '', '', '44500.00', NULL, 2, NULL, '', '44500.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (153, '2019-12-24 17:58:32', 96, 93, NULL, 'cash', '', '', '', '', '', 'Visa', '35000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (154, '2019-12-24 18:03:01', 327, 144, NULL, 'cash', '', '', '', '', '', '', '52000.00', NULL, 2, NULL, '', '52000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (155, '2019-12-25 20:18:46', 329, 110, NULL, 'cash', '', '', '', '', '', '', '39636.00', NULL, 2, NULL, '', '40000.00', '364.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (156, '2019-12-25 20:38:16', 335, 113, NULL, 'cash', '', '', '', '', '', '', '5000.00', NULL, 2, NULL, '', '5000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (157, '2019-12-25 20:39:05', 336, 103, NULL, 'cash', '', '', '', '', '', '', '20000.00', NULL, 2, NULL, '', '20000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (158, '2019-12-25 20:46:39', 337, 132, NULL, 'cash', '', '', '', '', '', '', '7000.00', NULL, 2, NULL, '', '7000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (159, '2019-12-25 20:49:29', 329, 110, NULL, 'cash', '', '', '', '', '', 'Visa', '8500.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (160, '2019-12-25 21:01:19', 338, 132, NULL, 'cash', '', '', '', '', '', '', '3998.88', NULL, 2, NULL, '', '4000.00', '1.12', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (161, '2019-12-25 21:02:22', 47, 60, NULL, 'cash', '', '', '', '', '', 'Visa', '10000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (162, '2019-12-25 21:05:03', 339, 132, NULL, 'cash', '', '', '', '', '', '', '31356.00', NULL, 2, NULL, '', '31356.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (163, '2019-12-26 17:21:53', 354, 132, NULL, 'cash', '', '', '', '', '', '', '63499.00', NULL, 2, NULL, '', '63499.00', '-0.40', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (164, '2019-12-26 17:23:11', 355, 130, NULL, 'cash', '', '', '', '', '', '', '5000.00', NULL, 2, NULL, '', '5000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (165, '2019-12-26 17:26:11', 32, 2, NULL, 'cash', '', '', '', '', '', 'Visa', '30000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (166, '2019-12-26 17:28:02', 340, 2, NULL, 'cash', '', '', '', '', '', 'Visa', '10000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (167, '2019-12-26 17:33:20', 356, 132, NULL, 'cash', '', '', '', '', '', '', '33000.00', NULL, 2, NULL, '', '33000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (168, '2019-12-27 18:06:15', 371, 132, NULL, 'cash', '', '', '', '', '', '', '55000.00', NULL, 2, NULL, '', '55000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (169, '2019-12-27 18:06:57', 372, 125, NULL, 'cash', '', '', '', '', '', '', '19000.00', NULL, 2, NULL, '', '19000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (170, '2019-12-27 18:09:25', 373, 132, NULL, 'cash', '', '', '', '', '', '', '17000.00', NULL, 2, NULL, '', '17000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (171, '2019-12-27 18:10:28', 374, 146, NULL, 'cash', '', '', '', '', '', '', '35000.00', NULL, 2, NULL, '', '35000.00', '0.00', '', NULL, NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (172, '2019-12-27 18:11:37', 346, 8, NULL, 'cash', '', '', '', '', '', 'Visa', '9000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (173, '2019-12-27 18:12:01', 280, 121, NULL, 'cash', '', '', '', '', '', 'Visa', '3000.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (174, '2019-12-27 18:13:53', 357, 110, NULL, 'cash', '', '', '', '', '', 'Visa', '44578.00', NULL, 2, NULL, '', '0.00', '0.00', '', '', NULL, NULL, 1);
INSERT INTO `tec_payments` (`id`, `date`, `sale_id`, `customer_id`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `note`, `pos_paid`, `pos_balance`, `gc_no`, `reference`, `updated_by`, `updated_at`, `store_id`) VALUES (175, '2019-12-27 18:14:54', 375, 1, NULL, 'cash', '', '', '', '', '', '', '4000.00', NULL, 2, NULL, '', '4000.00', '0.00', '', NULL, NULL, NULL, 1);


#
# TABLE STRUCTURE FOR: tec_personal_income
#

DROP TABLE IF EXISTS `tec_personal_income`;

CREATE TABLE `tec_personal_income` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `reference` varchar(50) NOT NULL,
  `amount` decimal(25,2) NOT NULL,
  `note` varchar(1000) DEFAULT NULL,
  `created_by` varchar(55) NOT NULL,
  `attachment` varchar(55) DEFAULT NULL,
  `store_id` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8;

INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (2, '2019-12-01 10:51:00', 'December Salary', '300000.00', '', '1', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (3, '2019-12-15 13:57:58', 'income', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (4, '2019-12-16 18:17:50', 'daliy income', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (5, '2019-12-17 08:52:16', 'daliy income', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (6, '2019-12-18 12:29:29', 'daliy income', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (7, '2019-12-19 18:13:18', 'daliy income', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (9, '2019-12-20 16:18:25', 'daliy income', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (10, '2019-12-21 18:35:13', 'daliy income', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (11, '2019-12-22 17:32:47', 'daliy income', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (12, '2019-12-22 17:33:54', 'ကုလာပု ပြန်ပေးငွေ', '20000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (13, '2019-12-23 14:05:55', 'daliy income', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (14, '2019-12-24 14:55:48', 'daliy income', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (15, '2019-12-25 21:08:46', 'daliy income', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (16, '2019-12-26 13:09:38', 'daliy income', '10000.00', '', '2', NULL, 1);


#
# TABLE STRUCTURE FOR: tec_personal_use
#

DROP TABLE IF EXISTS `tec_personal_use`;

CREATE TABLE `tec_personal_use` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `reference` varchar(50) NOT NULL,
  `amount` decimal(25,2) NOT NULL,
  `note` varchar(1000) DEFAULT NULL,
  `created_by` varchar(55) NOT NULL,
  `attachment` varchar(55) DEFAULT NULL,
  `store_id` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=50 DEFAULT CHARSET=utf8;

INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (2, '2019-12-14 14:38:28', 'မုန့်စိမ်းပေါင်း', '200.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (3, '2019-12-14 14:57:37', 'Kalapu 100plus cooldrink', '700.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (4, '2019-12-14 14:58:49', 'ဘုန်းကြီး ဆွမ်းကပ်', '3500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (5, '2019-12-14 15:01:06', 'ဘုန်ကြီးလှူ', '1000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (6, '2019-12-14 15:05:33', 'ငါးရံဟင်း', '2000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (7, '2019-12-14 15:10:45', '1.12.2019 to 13.12.19 အထိ အသုံးစရိတ်', '57300.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (8, '2019-12-15 09:42:33', 'ကိုအောင်မိုး လက်ဖက်ရည်သောက် ', '700.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (9, '2019-12-15 08:58:39', 'ruthi and kartbi breakfast', '3700.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (10, '2019-12-15 09:40:56', 'ဘုန်းကြီးလှူ', '1000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (11, '2019-12-15 20:32:55', 'ko oo lipo', '700.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (12, '2019-12-16 18:17:06', 'kalapu 100plus', '1000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (13, '2019-12-17 08:51:05', 'ဘုန်းကြီးလှူ', '2000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (14, '2019-12-18 12:30:20', 'တိုရှည်', '600.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (15, '2019-12-18 16:46:04', 'ငှက်ပျောသီး ၂လုံး', '300.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (16, '2019-12-19 18:15:25', 'ခေါက်ဆွဲသုပ်', '1100.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (17, '2019-12-19 18:18:21', 'စံဂျေး ကွမ်း', '200.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (18, '2019-12-19 19:19:59', 'ကြက်ကုန်းဘောင် ', '2000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (19, '2019-12-20 09:09:58', 'မုန့်စား ဝိုင်းရှင်း', '2800.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (20, '2019-12-20 09:10:34', 'လက်ဖက်သုပ်', '500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (21, '2019-12-20 09:11:30', 'ငှက်ပျောသီး ၁ လုံး ', '1000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (23, '2019-12-20 09:51:41', 'ဇရပ်လွတ် ၂ ကောင်', '1500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (24, '2019-12-20 16:16:06', 'ကြက်ကြော် ', '1000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (25, '2019-12-20 16:19:48', 'ဘုန်းကြီးလှူ', '1000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (26, '2019-12-20 17:45:41', 'ကုလာပုချေးငွေ', '20000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (27, '2019-12-22 10:01:10', 'India shirt ', '31800.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (28, '2019-12-22 10:21:50', 'ဘုန်းကြီးလှူ', '2000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (30, '2019-12-22 10:23:14', 'တိုရှည်', '1000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (31, '2019-12-22 10:23:58', 'အီတလီ', '500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (32, '2019-12-22 17:34:48', 'နေလယ်ထမင်းနှင့်ဟင်း', '2000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (33, '2019-12-23 09:17:07', 'တိုရှည်', '600.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (34, '2019-12-23 09:17:38', 'ဘုန်းကြီးလှူ', '1000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (35, '2019-12-23 14:05:32', 'ကုလာပု 100plus တိုက်', '600.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (36, '2019-12-23 20:50:06', 'လက်ဖက်သုပ်', '500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (37, '2019-12-23 20:51:13', 'မြင်းခွာရွက်သုပ်', '500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (38, '2019-12-24 14:57:17', 'မုန့်စိမ်ပေါင်း', '300.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (39, '2019-12-24 14:57:58', 'ဘုန်းကြီးလှူ', '1000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (40, '2019-12-25 21:09:27', 'တိုရှည်', '1300.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (41, '2019-12-25 21:10:04', 'လက်ဖက်သုပ်', '500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (42, '2019-12-26 13:10:56', 'ဘုန်းကြီးလှူ', '1000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (43, '2019-12-26 13:11:54', 'ခေါက်ဆွဲသုပ်', '500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (44, '2019-12-26 17:41:56', 'ငှက်ပျောသီး', '150.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (45, '2019-12-26 17:42:37', 'လိမ္မော်သီး ', '500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (46, '2019-12-26 17:43:14', 'ထောပတ်သီး ', '500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (47, '2019-12-27 10:30:15', 'အိမ်သာ ', '200.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (48, '2019-12-27 10:31:06', 'တိုရှည်', '1000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (49, '2019-12-27 10:33:29', 'ဘုန်းကြီးလှူ', '1100.00', '', '2', NULL, 1);


#
# TABLE STRUCTURE FOR: tec_printers
#

DROP TABLE IF EXISTS `tec_printers`;

CREATE TABLE `tec_printers` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(55) NOT NULL,
  `type` varchar(25) NOT NULL,
  `profile` varchar(25) NOT NULL,
  `char_per_line` tinyint(3) unsigned DEFAULT NULL,
  `path` varchar(255) DEFAULT NULL,
  `ip_address` varbinary(45) DEFAULT NULL,
  `port` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;

INSERT INTO `tec_printers` (`id`, `title`, `type`, `profile`, `char_per_line`, `path`, `ip_address`, `port`) VALUES (1, 'XPrinter', 'network', 'default', 45, '', '192.168.1.200', '9100');


#
# TABLE STRUCTURE FOR: tec_product_store_qty
#

DROP TABLE IF EXISTS `tec_product_store_qty`;

CREATE TABLE `tec_product_store_qty` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `product_id` int(11) NOT NULL,
  `store_id` int(11) NOT NULL,
  `quantity` int(15) NOT NULL DEFAULT '0',
  `price` decimal(25,2) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `product_id` (`product_id`),
  KEY `store_id` (`store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2201 DEFAULT CHARSET=utf8;

INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1, 1, 1, 100, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (3, 3, 1, 8, '4000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (4, 4, 1, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (5, 1, 1, 100, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (6, 2, 1, 12, '2000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (7, 2, 1, 12, '2000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (8, 3, 1, 8, '4000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (9, 4, 1, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (10, 5, 1, 9, '4000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (11, 6, 1, 3, '7500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (12, 7, 1, 1, '8000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (13, 8, 1, 3, '15500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (14, 9, 1, 1, '37000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (15, 10, 1, 10, '8000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (16, 11, 1, 2, '18000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (17, 12, 1, 21, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (18, 13, 1, 62, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (19, 14, 1, 66, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (20, 15, 1, 34, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (21, 16, 1, 17, '3000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (22, 17, 1, 8, '3000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (23, 18, 1, 11, '3000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (24, 19, 1, 6, '3000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (25, 20, 1, 19, '5000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (26, 21, 1, 3, '5000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (27, 22, 1, 2, '5000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (28, 23, 1, 4, '5000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (29, 24, 1, 7, '10000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (30, 25, 1, 4, '10000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (31, 26, 1, 2, '10000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (32, 27, 1, 0, '1.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (33, 28, 1, 4, '4000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (34, 29, 1, 2, '7500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (35, 30, 1, 0, '32000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (36, 31, 1, 11, '11000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (37, 32, 1, 2, '11000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (38, 33, 1, 2, '3700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (39, 34, 1, 7, '6500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (40, 35, 1, 11, '11000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (41, 36, 1, 1, '11500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (42, 37, 1, 7, '3500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (43, 38, 1, 5, '3000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (44, 39, 1, 1, '2500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (45, 40, 1, 3, '13500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (46, 41, 1, 2, '9000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (47, 42, 1, 2, '4500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (48, 43, 1, 13, '5000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (49, 44, 1, 23, '10000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (50, 45, 1, 10, '20000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (51, 46, 1, 39000, '1.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (52, 47, 1, 6, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (53, 48, 1, 6, '3.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (54, 49, 1, 6, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (55, 50, 1, 68641, '68641.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (56, 51, 1, 5, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (57, 52, 1, 5, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (58, 53, 1, 6, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (59, 54, 1, 10, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (60, 55, 1, 1, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (61, 56, 1, 22, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (62, 57, 1, 45, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (63, 58, 1, 18, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (64, 59, 1, 56, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (65, 60, 1, 27, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (66, 61, 1, 22, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (67, 62, 1, 20, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (68, 63, 1, 20, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (69, 64, 1, 11, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (70, 65, 1, 29, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (71, 66, 1, 43, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (72, 67, 1, 11, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (73, 68, 1, 12, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (74, 69, 1, 13, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (75, 70, 1, 33, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (76, 71, 1, 20, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (77, 72, 1, 10, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (78, 73, 1, 23, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (79, 74, 1, 16, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (80, 75, 1, 5, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (81, 76, 1, 9, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (82, 77, 1, 48, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (83, 78, 1, 10, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (84, 79, 1, 29, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (85, 80, 1, 10, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (86, 81, 1, 16, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (87, 82, 1, 9, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (88, 83, 1, 15, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (89, 84, 1, 18, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (90, 85, 1, 22, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (91, 86, 1, 29, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (92, 87, 1, 12, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (93, 88, 1, 15, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (94, 89, 1, 27, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (95, 90, 1, 14, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (96, 91, 1, 14, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (97, 92, 1, 42, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (98, 93, 1, 11, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (99, 94, 1, 11, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (100, 95, 1, 22, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (101, 96, 1, 27, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (102, 97, 1, 22, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (103, 98, 1, 17, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (104, 99, 1, 50, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (105, 100, 1, 19, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (106, 101, 1, 11, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (107, 102, 1, 9, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (108, 103, 1, 13, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (109, 104, 1, 11, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (110, 105, 1, 17, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (111, 106, 1, 12, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (112, 107, 1, 24, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (113, 108, 1, 30, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (114, 109, 1, 11, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (115, 110, 1, 11, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (116, 111, 1, 11, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (117, 112, 1, 9, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (118, 113, 1, 20, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (119, 114, 1, 11, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (120, 115, 1, 14, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (121, 116, 1, 13, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (122, 117, 1, 13, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (123, 118, 1, 33, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (124, 119, 1, 11, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (125, 120, 1, 15, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (126, 121, 1, 10, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (127, 122, 1, 35, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (128, 123, 1, 12, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (129, 124, 1, 20, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (130, 125, 1, 12, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (131, 126, 1, 10, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (132, 127, 1, 26, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (133, 128, 1, 7, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (134, 129, 1, 9, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (135, 130, 1, 5, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (136, 131, 1, 20, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (137, 132, 1, 5, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (138, 133, 1, 16, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (139, 134, 1, 7, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (140, 135, 1, 4, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (141, 136, 1, 10, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (142, 137, 1, 5, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (143, 138, 1, 5, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (144, 139, 1, 5, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (145, 140, 1, 5, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (146, 141, 1, 5, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (147, 142, 1, 4, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (148, 143, 1, 2, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (149, 144, 1, 11, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (150, 145, 1, 9, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (151, 146, 1, 9, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (152, 147, 1, 11, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (153, 148, 1, 11, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (154, 149, 1, 6, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (155, 150, 1, 11, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (156, 151, 1, 12, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (157, 152, 1, 14, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (158, 153, 1, 18, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (159, 154, 1, 12, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (160, 155, 1, 15, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (161, 156, 1, 11, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (162, 157, 1, 11, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (163, 158, 1, 15, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (164, 159, 1, 13, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (165, 160, 1, 10, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (166, 161, 1, 39, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (167, 162, 1, 19, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (168, 163, 1, 12, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (169, 164, 1, 26, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (170, 165, 1, 16, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (171, 166, 1, 27, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (172, 167, 1, 21, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (173, 168, 1, 18, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (174, 169, 1, 11, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (175, 170, 1, 22, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (176, 171, 1, 14, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (177, 172, 1, 29, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (178, 173, 1, 21, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (179, 174, 1, 11, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (180, 175, 1, 10, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (181, 176, 1, 10, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (182, 177, 1, 12, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (183, 178, 1, 19, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (184, 179, 1, 12, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (185, 180, 1, 11, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (186, 181, 1, 11, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (187, 182, 1, 11, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (188, 183, 1, 12, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (189, 184, 1, 23, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (190, 185, 1, 10, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (191, 186, 1, 7, '6500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (192, 187, 1, 30, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (193, 188, 1, 25, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (194, 189, 1, 13, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (195, 190, 1, 10, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (196, 191, 1, 12, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (197, 192, 1, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (198, 193, 1, 12, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (199, 194, 1, 25, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (200, 195, 1, 15, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (201, 196, 1, 10, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (202, 197, 1, 20, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (203, 198, 1, 5, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (204, 199, 1, 10, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (205, 200, 1, 9, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (206, 201, 1, 5, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (207, 202, 1, 15, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (208, 203, 1, 21, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (209, 204, 1, 6, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (210, 205, 1, 30, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (211, 206, 1, 4, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (212, 207, 1, 5, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (213, 208, 1, 17, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (214, 209, 1, 8, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (215, 210, 1, 7, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (216, 211, 1, 11, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (217, 212, 1, 6, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (218, 213, 1, 10, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (219, 214, 1, 7, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (220, 215, 1, 16, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (221, 216, 1, 35, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (222, 217, 1, 13, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (223, 218, 1, 19, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (224, 219, 1, 8, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (225, 220, 1, 22, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (226, 221, 1, 19, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (227, 222, 1, 25, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (228, 223, 1, 41, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (229, 224, 1, 16, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (230, 225, 1, 3, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (231, 226, 1, 11, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (232, 227, 1, 11, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (233, 228, 1, 8, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (234, 229, 1, 28, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (235, 230, 1, 22, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (236, 231, 1, 11, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (237, 232, 1, 22, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (238, 233, 1, 16, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (239, 234, 1, 43, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (240, 235, 1, 23, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (241, 236, 1, 19, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (242, 237, 1, 22, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (243, 238, 1, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (244, 239, 1, 10, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (245, 240, 1, 9, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (246, 241, 1, 67, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (247, 242, 1, 42, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (248, 243, 1, 62, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (249, 244, 1, 8, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (250, 245, 1, 33, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (251, 246, 1, 26, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (252, 247, 1, 23, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (253, 248, 1, 82, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (254, 249, 1, 33, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (255, 250, 1, 6, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (256, 251, 1, 12, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (257, 252, 1, 13, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (258, 253, 1, 35, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (259, 254, 1, 18, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (260, 255, 1, 16, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (261, 256, 1, 36, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (262, 257, 1, 17, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (263, 258, 1, 28, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (264, 259, 1, 8, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (265, 260, 1, 10, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (266, 261, 1, 24, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (267, 262, 1, 21, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (268, 263, 1, 21, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (269, 264, 1, 28, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (270, 265, 1, 33, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (271, 266, 1, 34, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (272, 267, 1, 42, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (273, 268, 1, 53, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (274, 269, 1, 1, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (275, 270, 1, 30, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (276, 271, 1, 23, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (277, 272, 1, 39, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (278, 273, 1, 10, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (279, 274, 1, 16, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (280, 275, 1, 23, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (281, 276, 1, 10, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (282, 277, 1, 7, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (283, 278, 1, 22, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (284, 279, 1, 5, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (285, 280, 1, 6, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (286, 281, 1, 10, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (287, 282, 1, 4, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (288, 283, 1, 15, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (289, 284, 1, 10, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (290, 285, 1, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (291, 286, 1, 12, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (292, 287, 1, 4, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (293, 288, 1, 12, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (294, 289, 1, 4, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (295, 290, 1, 35, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (296, 291, 1, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (297, 292, 1, 7, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (298, 293, 1, 4, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (299, 294, 1, 10, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (300, 295, 1, 7, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (301, 296, 1, 13, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (302, 297, 1, 6, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (303, 298, 1, 6, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (304, 299, 1, 12, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (305, 300, 1, 10, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (306, 301, 1, 19, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (307, 302, 1, 7, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (308, 303, 1, 1, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (309, 304, 1, 5, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (310, 305, 1, 4, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (311, 306, 1, 5, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (312, 307, 1, 5, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (313, 308, 1, 3, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (314, 309, 1, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (315, 310, 1, 6, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (316, 311, 1, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (317, 312, 1, 4, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (318, 313, 1, 16, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (319, 314, 1, 10, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (320, 315, 1, 10, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (321, 316, 1, 10, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (322, 317, 1, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (323, 318, 1, 5, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (324, 319, 1, 6, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (325, 320, 1, 8, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (326, 321, 1, 4, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (327, 322, 1, 5, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (328, 323, 1, 1, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (329, 324, 1, 2, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (330, 325, 1, 3, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (331, 326, 1, 8, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (332, 327, 1, 5, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (333, 328, 1, 3, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (334, 329, 1, 4, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (335, 330, 1, 2, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (336, 331, 1, 3, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (337, 332, 1, 7, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (338, 333, 1, 7, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (339, 334, 1, 6, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (340, 335, 1, 2, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (341, 336, 1, 2, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (342, 337, 1, 5, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (343, 338, 1, 5, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (344, 339, 1, 3, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (345, 340, 1, 5, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (346, 341, 1, 4, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (347, 342, 1, 5, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (348, 343, 1, 6, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (349, 344, 1, 17, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (350, 345, 1, 0, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (351, 346, 1, 4, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (352, 347, 1, 1, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (353, 348, 1, 1, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (354, 349, 1, 2, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (355, 350, 1, 3, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (356, 351, 1, 4, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (357, 352, 1, 1, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (358, 353, 1, 2, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (359, 354, 1, 13, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (360, 355, 1, 18, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (361, 356, 1, 5, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (362, 357, 1, 2, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (363, 358, 1, 2, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (364, 359, 1, 11, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (365, 360, 1, 4, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (366, 361, 1, 18, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (367, 362, 1, 5, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (368, 363, 1, 1, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (369, 364, 1, 3, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (370, 365, 1, 2, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (371, 366, 1, 12, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (372, 367, 1, 1, '6.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (373, 368, 1, 6, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (374, 369, 1, 5, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (375, 370, 1, 5, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (376, 371, 1, 3, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (377, 372, 1, 5, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (378, 373, 1, 1, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (379, 374, 1, 12, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (380, 375, 1, 4, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (381, 376, 1, 1, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (382, 377, 1, 4, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (383, 378, 1, 2, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (384, 379, 1, 3, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (385, 380, 1, 1, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (386, 381, 1, 3, '35.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (387, 382, 1, 21, '35.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (388, 383, 1, 20, '35.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (389, 384, 1, 1, '35.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (390, 385, 1, 1, '35.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (391, 386, 1, 3, '35.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (392, 387, 1, 5, '35.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (393, 388, 1, 4, '35.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (394, 389, 1, 1, '35.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (395, 390, 1, 2, '35.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (396, 391, 1, 4, '35.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (397, 392, 1, 3, '35.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (398, 393, 1, 4, '35.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (399, 394, 1, 3, '35.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (400, 395, 1, 1, '35.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (401, 396, 1, 6, '35.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (402, 397, 1, 4, '35.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (403, 398, 1, 2, '35.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (404, 399, 1, 2, '35.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (405, 400, 1, 6, '35.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (406, 401, 1, 3, '35.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (407, 402, 1, 3, '35.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (408, 403, 1, 2, '35.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (409, 404, 1, 2, '35.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (410, 405, 1, 1, '35.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (411, 406, 1, 2, '35.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (412, 407, 1, 7, '35.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (413, 408, 1, 4, '35.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (414, 409, 1, 2, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (415, 410, 1, 2, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (416, 411, 1, 5, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (417, 412, 1, 6, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (418, 413, 1, 15, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (419, 414, 1, 7, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (420, 415, 1, 17, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (421, 416, 1, 5, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (422, 417, 1, 11, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (423, 418, 1, 7, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (424, 419, 1, 6, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (425, 420, 1, 7, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (426, 421, 1, 5, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (427, 422, 1, 11, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (428, 423, 1, 9, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (429, 424, 1, 9, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (430, 425, 1, 10, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (431, 426, 1, 6, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (432, 427, 1, 22, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (433, 428, 1, 10, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (434, 429, 1, 18, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (435, 430, 1, 6, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (436, 431, 1, 11, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (437, 432, 1, 11, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (438, 433, 1, 9, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (439, 434, 1, 6, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (440, 435, 1, 14, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (441, 436, 1, 8, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (442, 437, 1, 15, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (443, 438, 1, 13, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (444, 439, 1, 19, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (445, 440, 1, 13, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (446, 441, 1, 13, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (447, 442, 1, 10, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (448, 443, 1, 14, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (449, 444, 1, 27, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (450, 445, 1, 27, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (451, 446, 1, 8, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (452, 447, 1, 24, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (453, 448, 1, 5, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (454, 449, 1, 21, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (455, 450, 1, 19, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (456, 451, 1, 16, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (457, 452, 1, 26, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (458, 453, 1, 26, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (459, 454, 1, 16, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (460, 455, 1, 27, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (461, 456, 1, 14, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (462, 457, 1, 22, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (463, 458, 1, 15, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (464, 459, 1, 12, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (465, 460, 1, 10, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (466, 461, 1, 20, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (467, 462, 1, 18, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (468, 463, 1, 16, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (469, 464, 1, 11, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (470, 465, 1, 11, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (471, 466, 1, 12, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (472, 467, 1, 11, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (473, 468, 1, 11, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (474, 469, 1, 22, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (475, 470, 1, 10, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (476, 471, 1, 9, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (477, 472, 1, 11, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (478, 473, 1, 19, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (479, 474, 1, 12, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (480, 475, 1, 30, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (481, 476, 1, 11, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (482, 477, 1, 14, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (483, 478, 1, 4, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (484, 479, 1, 24, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (485, 480, 1, 8, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (486, 481, 1, 7, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (487, 482, 1, 10, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (488, 483, 1, 8, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (489, 484, 1, 8, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (490, 485, 1, 12, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (491, 486, 1, 5, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (492, 487, 1, 12, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (493, 488, 1, 8, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (494, 489, 1, 15, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (495, 490, 1, 10, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (496, 491, 1, 11, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (497, 492, 1, 9, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (498, 493, 1, 8, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (499, 494, 1, 14, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (500, 495, 1, 8, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (501, 496, 1, 15, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (502, 497, 1, 7, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (503, 498, 1, 9, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (504, 499, 1, 10, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (505, 500, 1, 19, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (506, 501, 1, 14, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (507, 502, 1, 19, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (508, 503, 1, 4, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (509, 504, 1, 5, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (510, 505, 1, 6, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (511, 506, 1, 8, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (512, 507, 1, 7, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (513, 508, 1, 8, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (514, 509, 1, 5, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (515, 510, 1, 6, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (516, 511, 1, 7, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (517, 512, 1, 5, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (518, 513, 1, 5, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (519, 514, 1, 9, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (520, 515, 1, 6, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (521, 516, 1, 6, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (522, 517, 1, 8, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (523, 518, 1, 5, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (524, 519, 1, 5, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (525, 520, 1, 10, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (526, 521, 1, 1, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (527, 522, 1, 5, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (528, 523, 1, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (529, 524, 1, 6, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (530, 525, 1, 4, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (531, 526, 1, 3, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (532, 527, 1, 4, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (533, 528, 1, 8, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (534, 529, 1, 5, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (535, 530, 1, 4, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (536, 531, 1, 4, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (537, 532, 1, 5, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (538, 533, 1, 7, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (539, 534, 1, 2, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (540, 535, 1, 4, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (541, 536, 1, 5, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (542, 537, 1, 6, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (543, 538, 1, 9, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (544, 539, 1, 8, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (545, 540, 1, 5, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (546, 541, 1, 9, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (547, 542, 1, 4, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (548, 543, 1, 16, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (549, 544, 1, 8, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (550, 545, 1, 10, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (551, 546, 1, 7, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (552, 547, 1, 5, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (553, 548, 1, 9, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (554, 549, 1, 5, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (555, 550, 1, 3, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (556, 551, 1, 10, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (557, 552, 1, 12, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (558, 553, 1, 16, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (559, 554, 1, 10, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (560, 555, 1, 12, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (561, 556, 1, 5, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (562, 557, 1, 16, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (563, 558, 1, 6, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (564, 559, 1, 12, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (565, 560, 1, 11, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (566, 561, 1, 9, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (567, 562, 1, 7, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (568, 563, 1, 13, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (569, 564, 1, 10, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (570, 565, 1, 2, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (571, 566, 1, 6, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (572, 567, 1, 4, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (573, 568, 1, 6, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (574, 569, 1, 10, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (575, 570, 1, 6, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (576, 571, 1, 18, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (577, 572, 1, 5, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (578, 573, 1, 7, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (579, 574, 1, 13, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (580, 575, 1, 9, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (581, 576, 1, 15, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (582, 577, 1, 8, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (583, 578, 1, 10, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (584, 579, 1, 5, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (585, 580, 1, 7, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (586, 581, 1, 3, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (587, 582, 1, 3, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (588, 583, 1, 1, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (589, 584, 1, 8, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (590, 585, 1, 20, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (591, 586, 1, 5, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (592, 587, 1, 5, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (593, 588, 1, 6, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (594, 589, 1, 4, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (595, 590, 1, 4, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (596, 591, 1, 2, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (597, 592, 1, 2, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (598, 593, 1, 25, '35.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (599, 594, 1, 2, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (600, 595, 1, 2, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (601, 596, 1, 2, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (602, 597, 1, 4, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (603, 598, 1, 4, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (604, 599, 1, 4, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (605, 600, 1, 5, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (606, 601, 1, 4, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (607, 602, 1, 5, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (608, 603, 1, 5, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (609, 604, 1, 5, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (610, 605, 1, 4, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (611, 606, 1, 4, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (612, 607, 1, 5, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (613, 608, 1, 5, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (614, 609, 1, 5, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (615, 610, 1, 5, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (616, 611, 1, 6, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (617, 612, 1, 5, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (618, 613, 1, 5, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (619, 614, 1, 5, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (620, 615, 1, 7, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (621, 616, 1, 5, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (622, 617, 1, 5, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (623, 618, 1, 5, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (624, 619, 1, 1, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (625, 620, 1, 3, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (626, 621, 1, 8, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (627, 622, 1, 6, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (628, 623, 1, 3, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (629, 624, 1, 4, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (630, 625, 1, 3, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (631, 626, 1, 3, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (632, 627, 1, 3, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (633, 628, 1, 3, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (634, 629, 1, 18, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (635, 630, 1, 5, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (636, 631, 1, 3, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (637, 632, 1, 5, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (638, 633, 1, 3, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (639, 634, 1, 2, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (640, 635, 1, 8, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (641, 636, 1, 3, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (642, 637, 1, 13, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (643, 638, 1, 10, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (644, 639, 1, 24, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (645, 640, 1, 4, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (646, 641, 1, 5, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (647, 642, 1, 1, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (648, 643, 1, 8, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (649, 644, 1, 19, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (650, 645, 1, 18, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (651, 646, 1, 3, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (652, 647, 1, 4, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (653, 648, 1, 3, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (654, 649, 1, 9, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (655, 650, 1, 6, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (656, 651, 1, 6, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (657, 652, 1, 29, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (658, 653, 1, 24, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (659, 654, 1, 0, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (660, 655, 1, 7, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (661, 656, 1, 10, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (662, 657, 1, 8, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (663, 658, 1, 11, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (664, 659, 1, 5, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (665, 660, 1, 6, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (666, 661, 1, 8, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (667, 662, 1, 8, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (668, 663, 1, 5, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (669, 664, 1, 7, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (670, 665, 1, 5, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (671, 666, 1, 8, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (672, 667, 1, 6, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (673, 668, 1, 4, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (674, 669, 1, 5, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (675, 670, 1, 6, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (676, 671, 1, 1, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (677, 672, 1, 6, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (678, 673, 1, 5, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (679, 674, 1, 3, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (680, 675, 1, 4, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (681, 676, 1, 5, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (682, 677, 1, 5, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (683, 678, 1, 5, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (684, 679, 1, 4, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (685, 680, 1, 4, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (686, 681, 1, 4, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (687, 682, 1, 4, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (688, 683, 1, 3, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (689, 684, 1, 3, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (690, 685, 1, 3, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (691, 686, 1, 3, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (692, 687, 1, 3, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (693, 688, 1, 3, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (694, 689, 1, 3, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (695, 690, 1, 3, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (696, 691, 1, 3, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (697, 692, 1, 3, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (698, 693, 1, 4, '86.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (699, 694, 1, 3, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (700, 695, 1, 5, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (701, 696, 1, 5, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (702, 697, 1, 5, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (703, 698, 1, 5, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (704, 699, 1, 4, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (705, 700, 1, 8, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (706, 701, 1, 5, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (707, 702, 1, 8, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (708, 703, 1, 5, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (709, 704, 1, 8, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (710, 705, 1, 8, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (711, 706, 1, 7, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (712, 707, 1, 5, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (713, 708, 1, 6, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (714, 709, 1, 8, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (715, 710, 1, 18, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (716, 711, 1, 8, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (717, 712, 1, 19, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (718, 713, 1, 7, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (719, 714, 1, 8, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (720, 715, 1, 13, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (721, 716, 1, 17, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (722, 717, 1, 9, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (723, 718, 1, 8, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (724, 719, 1, 13, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (725, 720, 1, 11, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (726, 721, 1, 8, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (727, 722, 1, 16, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (728, 723, 1, 8, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (729, 724, 1, 12, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (730, 725, 1, 8, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (731, 726, 1, 10, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (732, 727, 1, 6, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (733, 728, 1, 12, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (734, 729, 1, 10, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (735, 730, 1, 12, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (736, 731, 1, 13, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (737, 732, 1, 18, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (738, 733, 1, 8, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (739, 734, 1, 16, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (740, 735, 1, 6, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (741, 736, 1, 21, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (742, 737, 1, 10, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (743, 738, 1, 8, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (744, 739, 1, 9, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (745, 740, 1, 7, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (746, 741, 1, 9, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (747, 742, 1, 4, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (748, 743, 1, 6, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (749, 744, 1, 23, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (750, 745, 1, 9, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (751, 746, 1, 14, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (752, 747, 1, 13, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (753, 748, 1, 6, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (754, 749, 1, 9, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (755, 750, 1, 10, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (756, 751, 1, 21, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (757, 752, 1, 24, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (758, 753, 1, 5, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (759, 754, 1, 21, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (760, 755, 1, 5, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (761, 756, 1, 10, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (762, 757, 1, 10, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (763, 758, 1, 6, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (764, 759, 1, 2, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (765, 760, 1, 14, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (766, 761, 1, 5, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (767, 762, 1, 8, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (768, 763, 1, 3, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (769, 764, 1, 10, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (770, 765, 1, 2, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (771, 766, 1, 4, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (772, 767, 1, 4, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (773, 768, 1, 9, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (774, 769, 1, 8, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (775, 770, 1, 2, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (776, 771, 1, 3, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (777, 772, 1, 0, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (778, 773, 1, 10, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (779, 774, 1, 1, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (780, 775, 1, 6, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (781, 776, 1, 5, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (782, 777, 1, 5, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (783, 778, 1, 4, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (784, 779, 1, 4, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (785, 780, 1, 7, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (786, 781, 1, 22, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (787, 782, 1, 28, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (788, 783, 1, 0, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (789, 784, 1, 10, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (790, 785, 1, 2, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (791, 786, 1, 8, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (792, 787, 1, 12, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (793, 788, 1, 6, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (794, 789, 1, 13, '110.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (795, 790, 1, 10, '110.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (796, 791, 1, 3, '110.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (797, 792, 1, 3, '110.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (798, 793, 1, 3, '110.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (799, 794, 1, 3, '110.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (800, 795, 1, 2, '110.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (801, 796, 1, 1, '110.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (802, 797, 1, 3, '110.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (803, 798, 1, 3, '110.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (804, 799, 1, 2, '110.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (805, 800, 1, 3, '110.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (806, 801, 1, 1, '110.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (807, 802, 1, 2, '110.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (808, 803, 1, 3, '110.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (809, 804, 1, 12, '110.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (810, 805, 1, 2, '110.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (811, 806, 1, 16, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (812, 807, 1, 20, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (813, 808, 1, 10, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (814, 809, 1, 4, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (815, 810, 1, 20, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (816, 811, 1, 11, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (817, 812, 1, 8, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (818, 813, 1, 77, '400.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (819, 814, 1, 100, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (820, 815, 1, 7, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (821, 816, 1, 9, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (822, 817, 1, 2, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (823, 818, 1, 127, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (824, 819, 1, 13, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (825, 820, 1, 7, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (826, 821, 1, 24, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (827, 822, 1, 2, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (828, 823, 1, 1, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (829, 824, 1, 2, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (830, 825, 1, 270, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (831, 826, 1, 69, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (832, 827, 1, 10, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (833, 828, 1, 3, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (834, 829, 1, 5, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (835, 830, 1, 14, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (836, 831, 1, 18, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (837, 832, 1, 4, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (838, 833, 1, 55, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (839, 834, 1, 10, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (840, 835, 1, 10, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (841, 836, 1, 4, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (842, 837, 1, 50, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (843, 838, 1, 27, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (844, 839, 1, 3, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (845, 840, 1, 1, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (846, 841, 1, 3, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (847, 842, 1, 3, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (848, 843, 1, 4, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (849, 844, 1, 1, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (850, 845, 1, 10, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (851, 846, 1, 2, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (852, 847, 1, 52, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (853, 848, 1, 8, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (854, 849, 1, 53, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (855, 850, 1, 12, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (856, 851, 1, 0, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (857, 852, 1, 89, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (858, 853, 1, 104, '600.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (859, 854, 1, 79, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (860, 855, 1, 45, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (861, 856, 1, 54, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (862, 857, 1, 50, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (863, 858, 1, 49, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (864, 859, 1, 128, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (865, 860, 1, 7, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (866, 861, 1, 58, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (867, 862, 1, 3, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (868, 863, 1, 2, '2000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (869, 864, 1, 22, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (870, 865, 1, 2, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (871, 866, 1, 2, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (872, 867, 1, 20, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (873, 868, 1, 27, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (874, 869, 1, 6, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (875, 870, 1, 2, '2000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (876, 871, 1, 25, '100.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (877, 872, 1, 83, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (878, 873, 1, 9, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (879, 874, 1, 2, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (880, 875, 1, 20, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (881, 876, 1, 28, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (882, 877, 1, 6, '3500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (883, 878, 1, 26, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (884, 879, 1, 3, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (885, 880, 1, 17, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (886, 881, 1, 4, '2000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (887, 882, 1, 4, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (888, 883, 1, 5, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (889, 884, 1, 6, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (890, 885, 1, 10, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (891, 886, 1, 73, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (892, 887, 1, 9, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (893, 888, 1, 7, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (894, 889, 1, 19, '800.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (895, 890, 1, 25, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (896, 891, 1, 10, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (897, 892, 1, 15, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (898, 893, 1, 11, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (899, 894, 1, 89, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (900, 895, 1, 57, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (901, 896, 1, 29, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (902, 897, 1, 19, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (903, 898, 1, 40, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (904, 899, 1, 18, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (905, 900, 1, 6, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (906, 901, 1, 16, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (907, 902, 1, 14, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (908, 903, 1, 10, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (909, 904, 1, 141, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (910, 905, 1, 4, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (911, 906, 1, 9, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (912, 907, 1, 20, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (913, 908, 1, 19, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (914, 909, 1, 20, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (915, 910, 1, 20, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (916, 911, 1, 20, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (917, 912, 1, 16, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (918, 913, 1, 20, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (919, 914, 1, 58, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (920, 915, 1, 7, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (921, 916, 1, 4, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (922, 917, 1, 17, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (923, 918, 1, 19, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (924, 919, 1, 10, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (925, 920, 1, 11, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (926, 921, 1, 1, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (927, 922, 1, 23, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (928, 923, 1, 16, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (929, 924, 1, 16, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (930, 925, 1, 72, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (931, 926, 1, 2, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (932, 927, 1, 28, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (933, 928, 1, 10, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (934, 929, 1, 88, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (935, 930, 1, 20, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (936, 931, 1, 7, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (937, 932, 1, 20, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (938, 933, 1, 45, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (939, 934, 1, 12, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (940, 935, 1, 30, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (941, 936, 1, 29, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (942, 937, 1, 6, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (943, 938, 1, 40, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (944, 939, 1, 19, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (945, 940, 1, 19, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (946, 941, 1, 17, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (947, 942, 1, 20, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (948, 943, 1, 5, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (949, 944, 1, 15, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (950, 945, 1, 17, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (951, 946, 1, 21, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (952, 947, 1, 4, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (953, 948, 1, 20, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (954, 949, 1, 15, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (955, 950, 1, 72, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (956, 951, 1, 7, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (957, 952, 1, 12, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (958, 953, 1, 8, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (959, 954, 1, 18, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (960, 955, 1, 3, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (961, 956, 1, 0, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (962, 957, 1, 18, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (963, 958, 1, 44, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (964, 959, 1, 41, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (965, 960, 1, 10, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (966, 961, 1, 18, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (967, 962, 1, 10, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (968, 963, 1, 17, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (969, 964, 1, 12, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (970, 965, 1, 19, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (971, 966, 1, 6, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (972, 967, 1, 19, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (973, 968, 1, 61, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (974, 969, 1, 15, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (975, 970, 1, 1, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (976, 971, 1, 9, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (977, 972, 1, 17, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (978, 973, 1, 27, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (979, 974, 1, 1, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (980, 975, 1, 11, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (981, 976, 1, 20, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (982, 977, 1, 6, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (983, 978, 1, 36, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (984, 979, 1, 4, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (985, 980, 1, 2, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (986, 981, 1, 10, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (987, 982, 1, 40, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (988, 983, 1, 7, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (989, 984, 1, 22, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (990, 985, 1, 5, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (991, 986, 1, 58, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (992, 987, 1, 6, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (993, 988, 1, 50, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (994, 989, 1, 10, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (995, 990, 1, 17, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (996, 991, 1, 2, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (997, 992, 1, 18, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (998, 993, 1, 15, '2000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (999, 994, 1, 9, '2000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1000, 995, 1, 32, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1001, 996, 1, 6, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1002, 997, 1, 4, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1003, 998, 1, 13, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1004, 999, 1, 1, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1005, 1000, 1, 34, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1006, 1001, 1, 9, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1007, 1002, 1, 63, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1008, 1003, 1, 15, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1009, 1004, 1, 25, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1010, 1005, 1, 1, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1011, 1006, 1, 2, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1012, 1007, 1, 18, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1013, 1008, 1, 7, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1014, 1009, 1, 1, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1015, 1010, 1, 9, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1016, 1011, 1, 2, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1017, 1012, 1, 15, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1018, 1013, 1, 19, '2000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1019, 1014, 1, 1, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1020, 1015, 1, 20, '2500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1021, 1016, 1, 24, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1022, 1017, 1, 10, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1023, 1018, 1, 0, '3000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1024, 1019, 1, 16, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1025, 1020, 1, 8, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1026, 1021, 1, 19, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1027, 1022, 1, 26, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1028, 1023, 1, 54, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1029, 1024, 1, 16, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1030, 1025, 1, 4, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1031, 1026, 1, 7, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1032, 1027, 1, 20, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1033, 1028, 1, 10, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1034, 1029, 1, 5, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1035, 1030, 1, 3, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1036, 1031, 1, 8, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1037, 1032, 1, 33, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1038, 1033, 1, 13, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1039, 1034, 1, 1, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1040, 1035, 1, 7, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1041, 1036, 1, 6, '2000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1042, 1037, 1, 38, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1043, 1038, 1, 1, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1044, 1039, 1, 24, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1045, 1040, 1, 14, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1046, 1041, 1, 1, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1047, 1042, 1, 88, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1048, 1043, 1, 30, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1049, 1044, 1, 66, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1050, 1045, 1, 8, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1051, 1046, 1, 7, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1052, 1047, 1, 18, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1053, 1048, 1, 13, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1054, 1048, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1055, 1049, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1056, 1049, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1057, 1050, 1, 3, '5000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1058, 1050, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1059, 1051, 1, 24, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1060, 1051, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1061, 1052, 1, 12, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1062, 1052, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1063, 1053, 1, 13, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1064, 1053, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1065, 1054, 1, 9, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1066, 1054, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1067, 1055, 1, 7, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1068, 1055, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1069, 1056, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1070, 1056, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1071, 1057, 1, 7, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1072, 1057, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1073, 1058, 1, 29, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1074, 1058, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1075, 1059, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1076, 1059, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1077, 1060, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1078, 1060, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1079, 1061, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1080, 1061, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1081, 1062, 1, 23, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1082, 1062, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1083, 1063, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1084, 1063, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1085, 1064, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1086, 1064, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1087, 1065, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1088, 1065, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1089, 1066, 1, 14, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1090, 1066, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1091, 1067, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1092, 1067, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1093, 1068, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1094, 1068, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1095, 1069, 1, 15, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1096, 1069, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1097, 1070, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1098, 1070, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1099, 1071, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1100, 1071, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1101, 1072, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1102, 1072, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1103, 1073, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1104, 1073, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1105, 1074, 1, 6, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1106, 1074, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1107, 1075, 1, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1108, 1075, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1109, 1076, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1110, 1076, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1111, 1077, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1112, 1077, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1113, 1078, 1, 9, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1114, 1078, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1115, 1079, 1, 6, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1116, 1079, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1117, 1080, 1, 16, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1118, 1080, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1119, 1081, 1, 12, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1120, 1081, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1121, 1082, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1122, 1082, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1123, 1083, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1124, 1083, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1125, 1084, 1, 14, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1126, 1084, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1127, 1085, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1128, 1085, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1129, 1086, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1130, 1086, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1131, 1087, 1, 20, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1132, 1087, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1133, 1088, 1, 6, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1134, 1088, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1135, 1089, 1, 9, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1136, 1089, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1137, 1090, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1138, 1090, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1139, 1091, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1140, 1091, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1141, 1092, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1142, 1092, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1143, 1093, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1144, 1093, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1145, 1094, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1146, 1094, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1147, 1095, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1148, 1095, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1149, 1096, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1150, 1096, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1151, 1097, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1152, 1097, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1153, 1098, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1154, 1098, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1155, 1099, 1, 6, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1156, 1099, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1157, 1100, 1, 30, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1158, 1100, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1159, 1101, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1160, 1101, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1161, 1102, 1, 9, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1162, 1102, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1163, 1103, 1, 13, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1164, 1103, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1165, 1104, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1166, 1104, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1167, 1105, 1, 6, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1168, 1105, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1169, 1106, 1, 6, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1170, 1106, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1171, 1107, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1172, 1107, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1173, 1108, 1, 7, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1174, 1108, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1175, 1109, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1176, 1109, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1177, 1110, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1178, 1110, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1179, 1111, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1180, 1111, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1181, 1112, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1182, 1112, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1183, 1113, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1184, 1113, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1185, 1114, 1, 22, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1186, 1114, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1187, 1115, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1188, 1115, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1189, 1116, 1, 20, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1190, 1116, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1191, 1117, 1, 20, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1192, 1117, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1193, 1118, 1, 8, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1194, 1118, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1195, 1119, 1, 102, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1196, 1119, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1197, 1120, 1, 50, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1198, 1120, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1199, 1121, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1200, 1121, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1201, 1122, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1202, 1122, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1203, 1123, 1, 33, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1204, 1123, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1205, 1124, 1, 27, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1206, 1124, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1207, 1125, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1208, 1125, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1209, 1126, 1, 42, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1210, 1126, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1211, 1127, 1, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1212, 1127, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1213, 1128, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1214, 1128, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1215, 1129, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1216, 1129, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1217, 1130, 1, 7, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1218, 1130, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1219, 1131, 1, 15, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1220, 1131, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1221, 1132, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1222, 1132, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1223, 1133, 1, 90, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1224, 1133, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1225, 1134, 1, 112, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1226, 1134, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1227, 1135, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1228, 1135, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1229, 1136, 1, 39, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1230, 1136, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1231, 1137, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1232, 1137, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1233, 1138, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1234, 1138, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1235, 1139, 1, 24, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1236, 1139, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1237, 1140, 1, 18, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1238, 1140, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1239, 1141, 1, 22, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1240, 1141, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1241, 1142, 1, 7, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1242, 1142, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1243, 1143, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1244, 1143, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1245, 1144, 1, 22, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1246, 1144, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1247, 1145, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1248, 1145, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1249, 1146, 1, 21, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1250, 1146, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1251, 1147, 1, 15, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1252, 1147, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1253, 1148, 1, 6, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1254, 1148, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1255, 1149, 1, 78, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1256, 1149, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1257, 1150, 1, 15, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1258, 1150, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1259, 1151, 1, 7, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1260, 1151, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1261, 1152, 1, 6, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1262, 1152, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1263, 1153, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1264, 1153, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1265, 1154, 1, 9, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1266, 1154, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1267, 1155, 1, 57, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1268, 1155, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1269, 1156, 1, 26, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1270, 1156, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1271, 1157, 1, 7, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1272, 1157, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1273, 1158, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1274, 1158, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1275, 1159, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1276, 1159, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1277, 1160, 1, 65, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1278, 1160, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1279, 1161, 1, 61, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1280, 1161, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1281, 1162, 1, 7, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1282, 1162, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1283, 1163, 1, 30, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1284, 1163, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1285, 1164, 1, 6, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1286, 1164, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1287, 1165, 1, 20, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1288, 1165, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1289, 1166, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1290, 1166, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1291, 1167, 1, 37, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1292, 1167, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1293, 1168, 1, 9, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1294, 1168, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1295, 1169, 1, 12, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1296, 1169, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1297, 1170, 1, 33, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1298, 1170, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1299, 1171, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1300, 1171, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1301, 1172, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1302, 1172, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1303, 1173, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1304, 1173, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1305, 1174, 1, 16, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1306, 1174, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1307, 1175, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1308, 1175, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1309, 1176, 1, 27, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1310, 1176, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1311, 1177, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1312, 1177, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1313, 1178, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1314, 1178, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1315, 1179, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1316, 1179, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1317, 1180, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1318, 1180, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1319, 1181, 1, 107, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1320, 1181, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1321, 1182, 1, 22, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1322, 1182, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1323, 1183, 1, 52, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1324, 1183, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1325, 1184, 1, 9, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1326, 1184, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1327, 1185, 1, 35, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1328, 1185, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1329, 1186, 1, 7, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1330, 1186, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1331, 1187, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1332, 1187, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1333, 1188, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1334, 1188, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1335, 1189, 1, 8, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1336, 1189, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1337, 1190, 1, 25, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1338, 1190, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1339, 1191, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1340, 1191, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1341, 1192, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1342, 1192, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1343, 1193, 1, 20, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1344, 1193, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1345, 1194, 1, 8, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1346, 1194, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1347, 1195, 1, 7, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1348, 1195, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1349, 1196, 1, 22, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1350, 1196, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1351, 1197, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1352, 1197, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1353, 1198, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1354, 1198, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1355, 1199, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1356, 1199, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1357, 1200, 1, 20, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1358, 1200, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1359, 1201, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1360, 1201, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1361, 1202, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1362, 1202, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1363, 1203, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1364, 1203, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1365, 1204, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1366, 1204, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1367, 1205, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1368, 1205, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1369, 1206, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1370, 1206, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1371, 1207, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1372, 1207, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1373, 1208, 1, 17, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1374, 1208, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1375, 1209, 1, 41, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1376, 1209, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1377, 1210, 1, 11, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1378, 1210, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1379, 1211, 1, 16, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1380, 1211, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1381, 1212, 1, 11, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1382, 1212, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1383, 1213, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1384, 1213, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1385, 1214, 1, 13, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1386, 1214, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1387, 1215, 1, 28, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1388, 1215, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1389, 1216, 1, 12, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1390, 1216, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1391, 1217, 1, 11, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1392, 1217, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1393, 1218, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1394, 1218, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1395, 1219, 1, 7, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1396, 1219, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1397, 1220, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1398, 1220, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1399, 1221, 1, 6, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1400, 1221, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1401, 1222, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1402, 1222, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1403, 1223, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1404, 1223, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1405, 1224, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1406, 1224, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1407, 1225, 1, 8, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1408, 1225, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1409, 1226, 1, 19, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1410, 1226, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1411, 1227, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1412, 1227, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1413, 1228, 1, 9, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1414, 1228, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1415, 1229, 1, 93, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1416, 1229, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1417, 1230, 1, 18, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1418, 1230, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1419, 1231, 1, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1420, 1231, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1421, 1232, 1, 30, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1422, 1232, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1423, 1233, 1, 6, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1424, 1233, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1425, 1234, 1, 9, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1426, 1234, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1427, 1235, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1428, 1235, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1429, 1236, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1430, 1236, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1431, 63, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1432, 70, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1433, 71, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1434, 75, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1435, 81, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1436, 86, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1437, 88, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1438, 91, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1439, 94, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1440, 102, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1441, 103, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1442, 116, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1443, 117, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1444, 124, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1445, 125, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1446, 130, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1447, 132, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1448, 137, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1449, 138, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1450, 139, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1451, 140, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1452, 223, 2, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1453, 225, 2, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1454, 240, 2, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1455, 244, 2, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1456, 250, 2, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1457, 254, 2, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1458, 258, 2, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1459, 269, 2, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1460, 313, 2, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1461, 433, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1462, 434, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1463, 439, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1464, 445, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1465, 451, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1466, 452, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1467, 453, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1468, 460, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1469, 462, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1470, 475, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1471, 487, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1472, 560, 2, 0, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1473, 578, 2, 0, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1474, 656, 2, 0, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1475, 720, 2, 0, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1476, 722, 2, 0, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1477, 782, 2, 0, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1478, 781, 2, 0, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1479, 850, 2, 0, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1480, 857, 2, 0, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1481, 859, 2, 0, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1482, 868, 2, 0, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1483, 934, 2, 0, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1484, 935, 2, 0, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1485, 946, 2, 0, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1486, 956, 2, 0, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1487, 1030, 2, 0, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1488, 1237, 1, 9, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1489, 1237, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1490, 1238, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1491, 1238, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1492, 1239, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1493, 1239, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1494, 1240, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1495, 1240, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1496, 1241, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1497, 1241, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1498, 1242, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1499, 1242, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1500, 1243, 1, 6, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1501, 1243, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1502, 1244, 1, 40, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1503, 1244, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1504, 1245, 1, 198, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1505, 1245, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1506, 1246, 1, 18, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1507, 1246, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1508, 1247, 1, 7, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1509, 1247, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1510, 1248, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1511, 1248, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1512, 1249, 1, 11, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1513, 1249, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1514, 1250, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1515, 1250, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1516, 1251, 1, 23, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1517, 1251, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1518, 1252, 1, 23, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1519, 1252, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1520, 1253, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1521, 1253, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1522, 1254, 1, 15, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1523, 1254, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1524, 1255, 1, 6, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1525, 1255, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1526, 1256, 1, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1527, 1256, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1528, 1257, 1, 18, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1529, 1257, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1530, 1258, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1531, 1258, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1532, 1259, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1533, 1259, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1534, 1260, 1, 15, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1535, 1260, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1536, 1261, 1, 7, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1537, 1261, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1538, 1262, 1, 7, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1539, 1262, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1540, 1263, 1, 11, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1541, 1263, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1542, 1264, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1543, 1264, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1544, 1265, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1545, 1265, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1546, 1266, 1, 142, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1547, 1266, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1548, 1267, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1549, 1267, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1550, 1268, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1551, 1268, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1552, 1269, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1553, 1269, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1554, 1270, 1, 44, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1555, 1270, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1556, 1271, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1557, 1271, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1558, 1272, 1, 123, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1559, 1272, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1560, 1273, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1561, 1273, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1562, 1274, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1563, 1274, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1564, 1275, 1, 20, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1565, 1275, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1566, 1276, 1, 6, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1567, 1276, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1568, 1277, 1, 7, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1569, 1277, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1570, 1278, 1, 7, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1571, 1278, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1572, 1279, 1, 7, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1573, 1279, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1574, 1280, 1, 24, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1575, 1280, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1576, 1281, 1, 14, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1577, 1281, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1578, 1282, 1, 13, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1579, 1282, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1580, 1283, 1, 9, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1581, 1283, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1582, 1284, 1, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1583, 1284, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1584, 1285, 1, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1585, 1285, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1586, 1286, 1, 21, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1587, 1286, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1588, 1287, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1589, 1287, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1590, 1288, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1591, 1288, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1592, 1289, 1, 8, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1593, 1289, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1594, 1290, 1, 9, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1595, 1290, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1596, 1291, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1597, 1291, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1598, 1292, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1599, 1292, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1600, 1293, 1, 21, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1601, 1293, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1602, 1294, 1, 9, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1603, 1294, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1604, 1295, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1605, 1295, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1606, 1296, 1, 14, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1607, 1296, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1608, 1297, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1609, 1297, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1610, 1298, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1611, 1298, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1612, 1299, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1613, 1299, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1614, 1300, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1615, 1300, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1616, 1301, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1617, 1301, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1618, 1302, 1, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1619, 1302, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1620, 1303, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1621, 1303, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1622, 1304, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1623, 1304, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1624, 1305, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1625, 1305, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1626, 1306, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1627, 1306, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1628, 1307, 1, 14, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1629, 1307, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1630, 1308, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1631, 1308, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1632, 1309, 1, 55, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1633, 1309, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1634, 1310, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1635, 1310, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1636, 1311, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1637, 1311, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1638, 1312, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1639, 1312, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1640, 1313, 1, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1641, 1313, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1642, 1314, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1643, 1314, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1644, 1315, 1, 9, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1645, 1315, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1646, 1316, 1, 40, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1647, 1316, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1648, 1317, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1649, 1317, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1650, 1318, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1651, 1318, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1652, 1319, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1653, 1319, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1654, 1320, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1655, 1320, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1656, 1321, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1657, 1321, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1658, 1322, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1659, 1322, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1660, 1323, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1661, 1323, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1662, 1324, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1663, 1324, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1664, 1325, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1665, 1325, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1666, 1326, 1, 69, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1667, 1326, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1668, 1327, 1, 28, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1669, 1327, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1670, 1328, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1671, 1328, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1672, 1329, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1673, 1329, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1674, 1330, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1675, 1330, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1676, 1331, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1677, 1331, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1678, 1332, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1679, 1332, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1680, 1333, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1681, 1333, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1682, 1334, 1, 12, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1683, 1334, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1684, 1335, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1685, 1335, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1686, 1336, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1687, 1336, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1688, 1337, 1, 8, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1689, 1337, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1690, 1338, 1, 7, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1691, 1338, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1692, 1339, 1, 12, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1693, 1339, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1694, 1340, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1695, 1340, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1696, 1341, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1697, 1341, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1698, 1342, 1, 12, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1699, 1342, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1700, 1343, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1701, 1343, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1702, 1344, 1, 6, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1703, 1344, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1704, 1345, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1705, 1345, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1706, 1346, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1707, 1346, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1708, 1347, 1, 28, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1709, 1347, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1710, 1348, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1711, 1348, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1712, 1349, 1, 6, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1713, 1349, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1714, 1350, 1, 8, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1715, 1350, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1716, 1351, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1717, 1351, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1718, 1352, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1719, 1352, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1720, 1353, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1721, 1353, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1722, 1354, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1723, 1354, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1724, 1355, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1725, 1355, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1726, 1356, 1, 8, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1727, 1356, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1728, 1357, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1729, 1357, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1730, 1358, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1731, 1358, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1732, 1359, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1733, 1359, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1734, 1360, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1735, 1360, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1736, 1361, 1, 15, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1737, 1361, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1738, 1362, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1739, 1362, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1740, 1363, 1, 29, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1741, 1363, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1742, 1364, 1, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1743, 1364, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1744, 1365, 1, 16, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1745, 1365, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1746, 1366, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1747, 1366, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1748, 1367, 1, 9, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1749, 1367, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1750, 1368, 1, 55, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1751, 1368, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1752, 1369, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1753, 1369, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1754, 1370, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1755, 1370, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1756, 1371, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1757, 1371, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1758, 1372, 1, 9, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1759, 1372, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1760, 1373, 1, 18, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1761, 1373, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1762, 1374, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1763, 1374, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1764, 1375, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1765, 1375, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1766, 1376, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1767, 1376, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1768, 1377, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1769, 1377, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1770, 1378, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1771, 1378, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1772, 1379, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1773, 1379, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1774, 1380, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1775, 1380, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1776, 1381, 1, 7, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1777, 1381, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1778, 1382, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1779, 1382, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1780, 1383, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1781, 1383, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1782, 1384, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1783, 1384, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1784, 1385, 1, 6, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1785, 1385, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1786, 1386, 1, 36, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1787, 1386, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1788, 1387, 1, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1789, 1387, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1790, 1388, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1791, 1388, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1792, 1389, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1793, 1389, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1794, 1390, 1, 7, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1795, 1390, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1796, 1391, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1797, 1391, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1798, 1392, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1799, 1392, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1800, 1393, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1801, 1393, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1802, 1394, 1, 18, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1803, 1394, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1804, 1395, 1, 8, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1805, 1395, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1806, 1396, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1807, 1396, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1808, 1397, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1809, 1397, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1810, 1398, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1811, 1398, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1812, 1399, 1, 17, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1813, 1399, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1814, 1400, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1815, 1400, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1816, 1401, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1817, 1401, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1818, 1402, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1819, 1402, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1820, 1403, 1, 6, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1821, 1403, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1822, 1404, 1, 11, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1823, 1404, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1824, 1405, 1, 11, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1825, 1405, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1826, 1406, 1, 67, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1827, 1406, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1828, 1407, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1829, 1407, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1830, 1408, 1, 30, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1831, 1408, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1832, 1409, 1, 8, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1833, 1409, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1834, 1410, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1835, 1410, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1836, 1411, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1837, 1411, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1838, 1412, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1839, 1412, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1840, 1413, 1, 6, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1841, 1413, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1842, 1414, 1, 30, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1843, 1414, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1844, 1415, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1845, 1415, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1846, 1416, 1, 16, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1847, 1416, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1848, 1417, 1, 14, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1849, 1417, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1850, 1418, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1851, 1418, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1852, 1419, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1853, 1419, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1854, 1420, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1855, 1420, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1856, 1421, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1857, 1421, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1858, 1422, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1859, 1422, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1860, 1423, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1861, 1423, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1862, 1424, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1863, 1424, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1864, 1425, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1865, 1425, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1866, 1426, 1, 54, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1867, 1426, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1868, 1427, 1, 8, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1869, 1427, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1870, 1428, 1, 25, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1871, 1428, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1872, 1429, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1873, 1429, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1874, 1430, 1, 6, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1875, 1430, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1876, 1431, 1, 7, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1877, 1431, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1878, 1432, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1879, 1432, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1880, 1433, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1881, 1433, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1882, 1434, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1883, 1434, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1884, 1435, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1885, 1435, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1886, 1436, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1887, 1436, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1888, 1437, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1889, 1437, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1890, 1438, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1891, 1438, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1892, 1439, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1893, 1439, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1894, 1440, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1895, 1440, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1896, 1441, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1897, 1441, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1898, 2, 2, 0, '2000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1899, 3, 2, 0, '4000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1900, 6, 2, 0, '7500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1901, 28, 2, 0, '4000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1902, 29, 2, 0, '7500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1903, 11, 2, 0, '18000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1904, 30, 2, 0, '32000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1905, 10, 2, 0, '8000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1906, 1442, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1907, 1442, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1908, 4, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1909, 5, 2, 0, '4000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1910, 1443, 1, 21, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1911, 1443, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1912, 1444, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1913, 1444, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1914, 8, 2, 0, '15500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1915, 9, 2, 0, '37000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1916, 1445, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1917, 1445, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1918, 31, 2, 0, '11000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1919, 32, 2, 0, '11000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1920, 1446, 1, 6, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1921, 1446, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1922, 35, 2, 0, '11000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1923, 37, 2, 0, '3500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1924, 39, 2, 0, '2500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1925, 40, 2, 0, '13500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1926, 1447, 1, 28, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1927, 1447, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1928, 1448, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1929, 1448, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1930, 747, 2, 0, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1931, 425, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1932, 1449, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1933, 1449, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1934, 987, 2, 0, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1935, 1450, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1936, 1450, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1937, 1451, 1, 100000, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1938, 1451, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1939, 238, 2, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1940, 1452, 1, 100464, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1941, 1452, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1942, 1453, 1, 110, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1943, 1453, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1944, 1454, 1, 165299, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1945, 1454, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1946, 477, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1947, 1455, 1, 104959, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1948, 1455, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1949, 1456, 1, 42363, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1950, 1456, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1951, 1457, 1, 39775, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1952, 1457, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1953, 818, 2, 0, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1954, 838, 2, 0, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1955, 845, 2, 0, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1956, 849, 2, 0, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1957, 852, 2, 0, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1958, 855, 2, 0, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1959, 858, 2, 0, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1960, 872, 2, 0, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1961, 892, 2, 0, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1962, 895, 2, 0, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1963, 896, 2, 0, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1964, 902, 2, 0, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1965, 905, 2, 0, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1966, 916, 2, 0, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1967, 924, 2, 0, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1968, 926, 2, 0, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1969, 950, 2, 0, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1970, 972, 2, 0, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1971, 975, 2, 0, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1972, 990, 2, 0, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1973, 992, 2, 0, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1974, 997, 2, 0, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1975, 1002, 2, 0, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1976, 1011, 2, 0, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1977, 144, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1978, 156, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1979, 161, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1980, 165, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1981, 188, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1982, 149, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1983, 151, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1984, 157, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1985, 163, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1986, 179, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1987, 182, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1988, 183, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1989, 190, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1990, 193, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1991, 1458, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1992, 1458, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1993, 1459, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1994, 1459, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1995, 1460, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1996, 1460, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1997, 1461, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1998, 1461, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1999, 1462, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2000, 1462, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2001, 1463, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2002, 1463, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2003, 1464, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2004, 1464, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2005, 60, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2006, 61, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2007, 64, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2008, 67, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2009, 68, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2010, 84, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2011, 106, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2012, 109, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2013, 110, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2014, 111, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2015, 112, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2016, 119, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2017, 142, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2018, 211, 2, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2019, 213, 2, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2020, 214, 2, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2021, 219, 2, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2022, 228, 2, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2023, 232, 2, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2024, 236, 2, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2025, 242, 2, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2026, 248, 2, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2027, 260, 2, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2028, 265, 2, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2029, 280, 2, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2030, 305, 2, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2031, 307, 2, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2032, 414, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2033, 423, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2034, 424, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2035, 435, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2036, 437, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2037, 438, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2038, 440, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2039, 441, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2040, 443, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2041, 447, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2042, 448, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2043, 449, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2044, 454, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2045, 455, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2046, 457, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2047, 458, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2048, 459, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2049, 461, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2050, 463, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2051, 465, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2052, 467, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2053, 469, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2054, 471, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2055, 476, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2056, 479, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2057, 480, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2058, 485, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2059, 499, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2060, 510, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2061, 511, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2062, 512, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2063, 518, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2064, 522, 2, 0, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2065, 1465, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2066, 1465, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2067, 574, 2, 0, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2068, 1466, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2069, 1466, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2070, 535, 2, 0, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2071, 1467, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2072, 1467, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2073, 1468, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2074, 1468, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2075, 1469, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2076, 1469, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2077, 1470, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2078, 1470, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2079, 1471, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2080, 1471, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2081, 1472, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2082, 1472, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2083, 1473, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2084, 1473, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2085, 1474, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2086, 1474, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2087, 1475, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2088, 1475, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2089, 554, 2, 0, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2090, 557, 2, 0, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2091, 570, 2, 0, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2092, 590, 2, 0, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2093, 654, 2, 0, '70.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2094, 704, 2, 0, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2095, 717, 2, 0, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2096, 726, 2, 0, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2097, 732, 2, 0, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2098, 734, 2, 0, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2099, 751, 2, 0, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2100, 746, 2, 0, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2101, 778, 2, 0, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2102, 1476, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2103, 1476, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2104, 788, 2, 0, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2105, 1477, 1, 80, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2106, 1477, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2107, 1478, 1, 40, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2108, 1478, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2109, 1479, 1, 40, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2110, 1479, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2111, 1480, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2112, 1480, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2113, 1481, 1, 30, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2114, 1481, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2115, 1482, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2116, 1482, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2117, 1483, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2118, 1483, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2119, 1484, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2120, 1484, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2121, 1485, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2122, 1485, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2123, 1486, 1, 30, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2124, 1486, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2125, 1487, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2126, 1487, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2127, 1488, 1, 40, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2128, 1488, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2129, 1489, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2130, 1489, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2131, 1490, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2132, 1490, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2133, 1491, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2134, 1491, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2135, 1492, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2136, 1492, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2137, 1493, 1, 9, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2138, 1493, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2139, 1494, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2140, 1494, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2141, 1495, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2142, 1495, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2143, 1496, 1, 20, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2144, 1496, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2145, 1497, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2146, 1497, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2147, 1498, 1, 20, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2148, 1498, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2149, 1499, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2150, 1499, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2151, 1500, 1, 30, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2152, 1500, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2153, 1501, 1, 20, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2154, 1501, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2155, 1502, 1, 90, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2156, 1502, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2157, 1503, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2158, 1503, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2159, 1504, 1, 100, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2160, 1504, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2161, 1505, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2162, 1505, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2163, 1506, 1, 50, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2164, 1506, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2165, 1507, 1, 50, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2166, 1507, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2167, 1508, 1, 20, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2168, 1508, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2169, 1509, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2170, 1509, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2171, 1510, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2172, 1510, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2173, 1511, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2174, 1511, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2175, 1512, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2176, 1512, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2177, 1513, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2178, 1513, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2179, 24, 2, 0, '10000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2180, 13, 2, 0, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2181, 14, 2, 0, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2182, 15, 2, 0, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2183, 16, 2, 0, '3000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2184, 18, 2, 0, '3000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2185, 20, 2, 0, '5000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2186, 737, 2, 0, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2187, 1514, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2188, 1514, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2189, 1515, 1, 99, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2190, 1515, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2191, 1516, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2192, 1516, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2193, 1517, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2194, 1517, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2195, 368, 2, 0, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2196, 1518, 1, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2197, 1518, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2198, 1044, 2, 0, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2199, 1519, 1, 11, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2200, 1519, 2, 0, '0.00');


#
# TABLE STRUCTURE FOR: tec_products
#

DROP TABLE IF EXISTS `tec_products`;

CREATE TABLE `tec_products` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(50) NOT NULL,
  `name` char(255) NOT NULL,
  `category_id` int(11) NOT NULL DEFAULT '1',
  `price` decimal(25,2) NOT NULL,
  `image` varchar(255) DEFAULT 'no_image.png',
  `tax` varchar(20) DEFAULT '0',
  `cost` decimal(25,3) DEFAULT NULL,
  `tax_method` tinyint(1) DEFAULT '1',
  `quantity` int(15) DEFAULT '0',
  `barcode_symbology` varchar(20) NOT NULL DEFAULT 'code39',
  `type` varchar(20) NOT NULL DEFAULT 'standard',
  `details` text,
  `alert_quantity` int(10) DEFAULT '0',
  `unit` int(100) DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`)
) ENGINE=InnoDB AUTO_INCREMENT=1520 DEFAULT CHARSET=utf8;

INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (2, 'P000002', 'မိချောင်း 0.5kg', 7, '2000.00', 'no_image.png', '0', '1750.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (3, 'P000003', 'မိချောင်း 1kg', 7, '4000.00', 'no_image.png', '0', '3400.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (4, 'P000004', 'မိချောင်း 20kg', 7, '65000.00', 'no_image.png', '0', '60500.000', 1, 0, 'code39', 'standard', '', 0, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (5, 'P000005', 'Trane 0.5kg', 7, '4000.00', 'no_image.png', '0', '3650.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (6, 'P000006', 'မိချောင်း 2kg', 7, '7500.00', 'no_image.png', '0', '6800.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (7, 'P000007', 'Trane 1kg', 7, '8000.00', 'no_image.png', '0', '7300.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (8, 'P000008', 'Trane 2kg', 7, '15500.00', 'no_image.png', '0', '14500.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (9, 'P000009', 'Trane 5kg', 7, '37000.00', 'no_image.png', '0', '35000.000', 1, 0, 'code39', 'standard', '', 0, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (10, 'P000010', 'King အပူခံ 1kg', 7, '8000.00', 'no_image.png', '0', '6000.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (11, 'P000011', 'မိချောင်း 5kg', 7, '18000.00', 'no_image.png', '0', '16700.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (12, 'P000012', 'MPT 1000', 20, '1000.00', 'no_image.png', '0', '952.000', 1, 0, 'code39', 'standard', '', 10, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (13, 'P000013', 'Ooredoo 1000', 24, '1000.00', 'no_image.png', '0', '952.000', 1, 0, 'code39', 'standard', '', 10, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (14, 'P000014', 'Telenor 1000', 22, '1000.00', 'no_image.png', '0', '952.000', 1, 0, 'code39', 'standard', '', 10, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (15, 'P000015', 'Mytel 1000', 26, '1000.00', 'no_image.png', '0', '952.000', 1, 0, 'code39', 'standard', '', 10, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (16, 'P000016', 'MPT 3000', 20, '3000.00', 'no_image.png', '0', '2856.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (17, 'P000017', 'Ooredoo 3000', 24, '3000.00', 'no_image.png', '0', '2856.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (18, 'P000018', 'Telenor 3000', 22, '3000.00', 'no_image.png', '0', '2856.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (19, 'P000019', 'Mytel 3000', 26, '3000.00', 'no_image.png', '0', '2856.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (20, 'P000020', 'MPT 5000', 20, '5000.00', 'no_image.png', '0', '4760.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (21, 'P000021', 'Ooredoo 5000', 24, '5000.00', 'no_image.png', '0', '4760.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (22, 'P000022', 'Telenor 5000', 22, '5000.00', 'no_image.png', '0', '4760.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (23, 'P000023', 'Mytel 5000', 26, '5000.00', 'no_image.png', '0', '4760.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (24, 'P000024', 'MPT 10000', 20, '10000.00', 'no_image.png', '0', '9520.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (25, 'P000025', 'Telenor 10000', 22, '10000.00', 'no_image.png', '0', '9520.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (26, 'P000026', 'Ooredoo 10000', 24, '10000.00', 'no_image.png', '0', '9520.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (28, 'P000028', 'Dynamo 0.5kg', 7, '4000.00', 'no_image.png', '0', '3500.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (29, 'P000029', 'Dynamo 1kg', 7, '7500.00', 'no_image.png', '0', '6500.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (30, 'P000030', 'Dynamo 5kg', 7, '32000.00', 'no_image.png', '0', '30000.000', 1, 0, 'code39', 'standard', '', 0, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (31, 'P000031', '999 /90/4.5litre', 33, '11000.00', 'no_image.png', '0', '10200.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (32, 'P000032', '999 /140/4.5litre', 33, '11000.00', 'no_image.png', '0', '10200.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (33, 'P000033', 'Tip top 0.5kg', 7, '3700.00', 'no_image.png', '0', '3500.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (34, 'P000034', 'Tip top 1kg', 7, '6500.00', 'no_image.png', '0', '6200.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (35, 'P000035', 'Hero 90 /5litre', 33, '11000.00', 'no_image.png', '0', '10450.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (36, 'P000036', 'Hero 140 /5litre', 33, '11500.00', 'no_image.png', '0', '11000.000', 1, 0, 'code39', 'standard', '', 0, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (37, 'P000037', 'Ptt EP 0.5kg အပြာရောင်', 7, '3500.00', 'no_image.png', '0', '3150.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (38, 'P000038', 'Ptt mp 0.5kg အဝါရောင်', 7, '3000.00', 'no_image.png', '0', '2700.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (39, 'P000039', 'Ptt cup 0.5kg အနီရောင်', 7, '2500.00', 'no_image.png', '0', '2250.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (40, 'P000040', 'Ptt EP 2kg အပြာရောင်', 7, '13500.00', 'no_image.png', '0', '12150.000', 1, 0, 'code39', 'standard', '', 1, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (41, 'P000041', 'Ptt cup 2kg အနီရောင်', 7, '9000.00', 'no_image.png', '0', '8550.000', 1, 0, 'code39', 'standard', '', 1, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (42, 'P000042', 'Ptt 90/1litre', 33, '4500.00', 'no_image.png', '0', '3870.000', 1, 0, 'code39', 'standard', '', 1, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (43, 'P000043', 'Ananda 5000', 32, '5000.00', 'no_image.png', '0', '4712.000', 1, 0, 'code39', 'standard', '<ul><li></li></ul>', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (44, 'P000044', 'Ananda 10000', 32, '10000.00', 'no_image.png', '0', '9425.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (45, 'P000045', 'Ananda 20000', 32, '20000.00', 'no_image.png', '0', '18850.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (49, 'P000046', 'A.17', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 2, 17);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (51, 'P000051', 'A.18', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 3, 18);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (52, 'P000052', 'A.19', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 3, 19);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (53, 'P000053', 'A.20', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '<span></span><br>', 3, 20);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (54, 'P000054', 'A.21', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '<span></span><br>', 3, 21);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (55, 'P000055', 'A.22', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '&lt;span&gt;&lt;/span&gt;&lt;br&gt;', 3, 22);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (56, 'P000056', 'A.23', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '&lt;span&gt;&lt;/span&gt;&lt;br&gt;', 3, 23);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (57, 'P000057', 'A.24', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 3, 24);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (58, 'P000058', 'A.25', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 25);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (59, 'P000059', 'A.26', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 26);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (60, 'P000060', 'A.27', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 27);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (61, 'P000061', 'A.28', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 27);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (62, 'P000062', 'A.29', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 29);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (63, 'P000063', 'A.30', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 30);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (64, 'P000064', 'A.31', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 31);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (65, 'P000065', 'A.32', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 32);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (66, 'P000066', 'A.33', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 33);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (67, 'P000067', 'A.34', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 34);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (68, 'P000068', 'A.35', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 35);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (69, 'P000069', 'A.36', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 36);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (70, 'P000070', 'A.37', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 37);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (71, 'P000071', 'A.38', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 38);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (72, 'P000072', 'A.39', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 39);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (73, 'P000073', 'A.40', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 40);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (74, 'P000074', 'A.41', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 41);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (75, 'P000076', 'A.42', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 42);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (76, 'P000075', 'A.43', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 43);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (77, 'P000077', 'A.44', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 44);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (78, 'P000078', 'A.45', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 45);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (79, 'P000079', 'A.46', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 46);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (80, 'P000080', 'A.47', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 47);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (81, 'P000081', 'A.48', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 48);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (82, 'P000082', 'A.49', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 49);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (83, 'P000083', 'A.50', 8, '17.00', 'no_image.png', '0', '15.000', 1, 0, 'code39', 'standard', '', 5, 50);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (84, 'P000084', 'A.51', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 51);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (85, 'P000085', 'A.52', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 52);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (86, 'P000086', 'A.53', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 53);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (87, 'P000087', 'A.54', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 54);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (88, 'P000088', 'A.55', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 55);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (89, 'P000089', 'A.56', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 56);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (90, 'P000090', 'A.57', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 57);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (91, 'P000091', 'A.58', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 58);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (92, 'P000092', 'A.59', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 59);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (93, 'P000093', 'A.60', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (94, 'P000094', 'A.61', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 61);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (95, 'P000095', 'A.62', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 62);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (96, 'P000096', 'A.63', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 63);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (97, 'P000097', 'A.64', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 64);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (98, 'P000098', 'A.65', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 65);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (99, 'P000099', 'A.66', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 66);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (100, 'P000100', 'A.67', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 67);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (101, 'P000101', 'A.68', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 68);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (102, 'P000102', 'A.69', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 69);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (103, 'P000103', 'A.70', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 5, 70);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (104, 'P000104', 'A.71', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '<ul><li></li></ul>', 5, 70);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (105, 'P000105', 'A.72', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '<ul><li></li></ul>', 5, 72);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (106, 'P000106', 'A.73', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '<del></del>', 5, 73);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (107, 'P000107', 'A.74', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 74);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (108, 'P000108', 'A.75', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 75);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (109, 'P000109', 'A.76', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 76);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (110, 'P000110', 'A.77', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 77);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (111, 'P000111', 'A.78', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 78);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (112, 'P000112', 'A.79', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 79);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (113, 'P0000113', 'A.80', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 80);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (114, 'P0000114', 'A.81', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 81);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (115, 'P0000115', 'A.82', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 82);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (116, 'P0000116', 'A.83', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 83);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (117, 'P0000117', 'A.84', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 84);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (118, 'P0000118', 'A.85', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 85);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (119, 'P0000119', 'A.86', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 86);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (120, 'P0000120', 'A.87', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 87);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (121, 'P0000121', 'A.88', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 88);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (122, 'P0000122', 'A.89', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 89);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (123, 'P0000123', 'A.90', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 90);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (124, 'P0000124', 'A.91', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '<del></del>', 5, 91);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (125, 'P0000125', 'A.92', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 92);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (126, 'P0000126', 'A.93', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '<del></del>', 5, 93);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (127, 'P0000127', 'A.94', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 94);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (128, 'P0000128', 'A.95', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '<ul><li></li></ul>', 5, 95);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (129, 'P0000129', 'A.96', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 96);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (130, 'P0000130', 'A.97', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 97);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (131, 'P0000131', 'A.98', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 98);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (132, 'P0000132', 'A.99', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 3, 99);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (133, 'P0000133', 'A.100', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 100);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (134, 'P0000134', 'A.102', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 102);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (135, 'P0000135', 'A.103', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 103);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (136, 'P0000136', 'A.104', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 104);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (137, 'P0000137', 'A.105', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 105);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (138, 'P0000138', 'A.106', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 3, 106);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (139, 'P0000139', 'A.108', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 108);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (140, 'P0000140', 'A.110', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 3, 110);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (141, 'P0000141', 'A.112', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 3, 112);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (142, 'P0000142', 'A.120', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 4, 120);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (143, 'P0000143', 'A.175', 8, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 3, 175);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (144, 'P0000144', 'FM.16', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 5, 16);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (145, 'P0000145', 'FM.17', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 17);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (146, 'P0000146', 'FM.18', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 18);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (147, 'P0000147', 'FM.19', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 19);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (148, 'P0000148', 'FM.20', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 20);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (149, 'P0000149', 'FM.21', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 21);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (150, 'P0000150', 'FM.22', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 22);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (151, 'P0000151', 'FM.23', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 23);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (152, 'P0000152', 'FM.24', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 24);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (153, 'P0000153', 'FM.25', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 25);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (154, 'P0000154', 'FM.26', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 26);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (155, 'P0000155', 'FM.27', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 27);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (156, 'P0000156', 'FM.28', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 28);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (157, 'P0000157', 'FM.29', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 29);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (158, 'P0000158', 'FM.30', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 30);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (159, 'P0000159', 'FM.31', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 31);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (160, 'P0000160', 'FM.32', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 32);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (161, 'P0000161', 'FM.33', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 33);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (162, 'P0000162', 'FM.34', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 34);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (163, 'P0000163', 'FM.35', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 35);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (164, 'P0000164', 'FM.36', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 36);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (165, 'P0000165', 'FM.37', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 37);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (166, 'P0000166', 'FM.38', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 38);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (167, 'P0000167', 'FM.39', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 39);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (168, 'P0000168', 'FM.40', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 40);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (169, 'P0000169', 'FM.41', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 41);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (170, 'P0000170', 'FM.42', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 42);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (171, 'P0000171', 'FM.43', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 43);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (172, 'P0000172', 'FM.44', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 44);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (173, 'P0000173', 'FM.45', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 45);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (174, 'P0000174', 'FM.46', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 46);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (175, 'P0000175', 'FM.47', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 47);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (176, 'P0000176', 'FM.48', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 48);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (177, 'P0000179', 'FM.49', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 49);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (178, 'P0000180', 'FM.50', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 50);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (179, 'P0000178', 'FM.51', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 51);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (180, 'P0000181', 'FM.52', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 52);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (181, 'P0000182', 'FM.53', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 53);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (182, 'P0000183', 'FM.54', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 54);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (183, 'P0000184', 'FM.55', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 55);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (184, 'P0000185', 'FM.56', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 56);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (185, 'P0000186', 'FM.57', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 57);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (187, 'P0000187', 'FM.58', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 58);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (188, 'P0000188', 'FM.59', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 59);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (189, 'P0000189', 'FM.60', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 60);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (190, 'P0000190', 'FM.61', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 61);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (191, 'P0000191', 'FM.62', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 62);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (192, 'P0000192', 'FM.63', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 63);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (193, 'P0000193', 'FM.64', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 64);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (194, 'P0000194', 'FM.70', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 70);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (195, 'P0000195', 'FM.72', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 72);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (196, 'P0000196', 'FM.74', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 74);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (197, 'P0000197', 'FM.85', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 85);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (198, 'P0000198', 'FM.110', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 3, 110);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (199, 'P0000199', 'B.22', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 22);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (200, 'P000200', 'B.23', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 23);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (201, 'P000201', 'B.24', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 24);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (202, 'P000202', 'B.25', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 5, 25);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (203, 'P000203', 'B.26', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 26);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (204, 'P000204', 'B.27', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 27);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (205, 'P000205', 'B.28', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 28);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (206, 'P000206', 'B.29', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 29);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (207, 'P000207', 'B.30', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 30);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (208, 'P000208', 'B.31', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 31);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (209, 'P000209', 'B.32', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 32);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (210, 'P0000210', 'B.33', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 33);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (211, 'P00002119', 'B.34', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 34);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (212, 'P0000212', 'B.35', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 35);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (213, 'P0000213', 'B.36', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 36);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (214, 'P0000214', 'B.37', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 37);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (215, 'P0000215', 'B.38', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 38);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (216, 'P0000216', 'B.39', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 39);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (217, 'P0000217', 'B.40', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 40);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (218, 'P0000218', 'B.41', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 41);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (219, 'P0000219', 'B.42', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 42);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (220, 'P0000220', 'B.43', 10, '22.00', 'no_image.png', '0', '17.000', 1, 0, 'code39', 'standard', '', 5, 43);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (221, 'P0000221', 'B.44', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 44);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (222, 'P0000222', 'B.45', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 45);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (223, 'P0000223', 'B.46', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 46);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (224, 'P0000224', 'B.47', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 47);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (225, 'P0000225', 'B.48', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 48);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (226, 'P0000226', 'B.49', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 49);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (227, 'P0000227', 'B.49', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 49);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (228, 'P0000228', 'B.50', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 50);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (229, 'P0000229', 'B.51', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 51);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (230, 'P0000230', 'B.52', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 52);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (231, 'P0000231', 'B.53', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 53);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (232, 'P0000232', 'B.54', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 54);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (233, 'P0000233', 'B.55', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 55);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (234, 'P0000234', 'B.56', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 56);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (235, 'P0000235', 'B.57', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 57);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (236, 'P0000236', 'B.58', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 58);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (237, 'P0000237', 'B.59', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 59);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (238, 'P0000238', 'B.60', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 60);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (239, 'P0000239', 'B.61', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 61);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (240, 'P0000240', 'B.62', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 62);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (241, 'P0000241', 'B.63', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 63);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (242, 'P0000242', 'B.64', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 64);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (243, 'P0000243', 'B.65', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 65);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (244, 'P0000244', 'B.66', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 66);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (245, 'P0000245', 'B.67', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 67);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (246, 'P0000246', 'B.68', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 68);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (247, 'P0000247', 'B.69', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 69);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (248, 'P0000248', 'B.70', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 70);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (249, 'P0000249', 'B.71', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 71);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (250, 'P0000250', 'B.72', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 72);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (251, 'P0000251', 'B.73', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 73);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (252, 'P0000252', 'B.74', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 74);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (253, 'P0000253', 'B.75', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 75);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (254, 'P0000254', 'B.76', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 76);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (255, 'P0000255', 'B.77', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 77);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (256, 'P0000256', 'B.78', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 78);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (257, 'P0000257', 'B.79', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 79);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (258, 'P0000258', 'B.80', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 80);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (259, 'P0000259', 'B.81', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 81);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (260, 'P0000260', 'B.82', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 82);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (261, 'P0000261', 'B.83', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 83);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (262, 'P0000262', 'B.84', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 84);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (263, 'P0000263', 'B.85', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 85);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (264, 'P0000264', 'B.86', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 86);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (265, 'P0000265', 'B.87', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 87);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (266, 'P0000266', 'B.88', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 88);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (267, 'P0000267', 'B.89', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 89);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (268, 'P0000268', 'B.90', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 90);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (269, 'P0000269', 'B.91', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 91);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (270, 'P0000270', 'B.92', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 92);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (271, 'P0000271', 'B.93', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 93);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (272, 'P0000272', 'B.94', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 94);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (273, 'P0000273', 'B.95', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 95);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (274, 'P0000274', 'B.96', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 96);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (275, 'P0000275', 'B.97', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 97);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (276, 'P0000276', 'B.98', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 98);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (277, 'P0000277', 'B.99', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 99);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (278, 'P0000278', 'B.100', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 100);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (279, 'P0000279', 'B.101', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 101);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (280, 'P0000280', 'B.102', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 102);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (281, 'P0000281', 'B.103', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 103);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (282, 'P0000282', 'B.104', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 104);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (283, 'P0000283', 'B.105', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 105);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (284, 'P0000284', 'B.106', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 106);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (285, 'P0000285', 'B.107', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 107);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (286, 'P0000286', 'B.108', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 108);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (287, 'P0000287', 'B.109', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 109);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (288, 'P0000288', 'B.110', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 110);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (289, 'P0000289', 'B.111', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 111);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (290, 'P0000290', 'B.112', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 112);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (291, 'P0000291', 'B.113', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 113);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (292, 'P0000292', 'B.114', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 114);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (293, 'P0000293', 'B.115', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 115);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (294, 'P0000294', 'B.116', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 116);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (295, 'P0000295', 'B.118', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 118);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (296, 'P0000296', 'B.120', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 120);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (297, 'P0000297', 'B.122', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 122);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (298, 'P0000298', 'B.124', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 124);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (299, 'P0000299', 'B.125', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 125);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (300, 'P000300', 'B.126', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '<ul><li></li></ul>', 5, 126);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (301, 'P000301', 'B.128', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 128);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (302, 'P000302', 'B.130', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 130);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (303, 'P000303', 'B.131', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 131);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (304, 'P000304', 'B.132', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 132);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (305, 'P000305', 'B.134', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '<em></em>', 5, 134);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (306, 'P000306', 'B.135', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 135);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (307, 'P000307', 'B.136', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '&lt;ul&gt;&lt;li&gt;&lt;/li&gt;&lt;/ul&gt;', 5, 136);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (308, 'P000308', 'B.138', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 138);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (309, 'P000309', 'B.140', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 140);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (310, 'P0000310', 'B.144', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '<ul><li></li></ul>', 5, 144);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (311, 'P0000311', 'B.145', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 5, 145);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (312, 'P0000312', 'B.146', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 146);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (313, 'P0000313', 'B.148', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '<del></del>', 5, 148);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (314, 'P0000314', 'B.150', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 150);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (315, 'P0000315', 'B.152', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 152);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (316, 'P0000316', 'B.154', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 154);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (317, 'P0000317', 'B.155', 11, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 155);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (318, 'P0000318', 'B.158', 11, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 158);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (319, 'P0000319', 'B.160', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 160);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (320, 'P0000320', 'B.165', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 165);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (321, 'P0000321', 'B.170', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 170);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (322, 'P0000322', 'B.172', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 172);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (323, 'P0000323', 'B.176', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 176);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (324, 'P0000324', 'B.178', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 178);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (325, 'P0000325', 'B.180', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 180);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (326, 'P0000326', 'B.190', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 5, 190);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (327, 'P0000327', 'B.200', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 200);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (328, 'P0000328', 'B.240', 10, '22.00', 'no_image.png', '0', '19.000', 1, 0, 'code39', 'standard', '', 5, 240);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (329, 'P0000329', 'C.52', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 3, 52);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (330, 'P0000330', 'C.59', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '<em></em>', 3, 59);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (331, 'P0000331', 'C.62', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 62);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (332, 'P0000332', 'C.63', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 63);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (333, 'P0000333', 'C.65', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 65);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (334, 'P0000334', 'C.66', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 66);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (335, 'P0000335', 'C.67', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 67);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (336, 'P0000336', 'C.69', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 69);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (337, 'P0000337', 'C.70', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 70);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (338, 'P0000338', 'C.72', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 72);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (339, 'P0000339', 'C.76', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 76);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (340, 'P0000340', 'C.78', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 78);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (341, 'P0000341', 'C.80', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 80);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (342, 'P0000342', 'C.82', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 82);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (343, 'P0000343', 'C.85', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 85);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (344, 'P0000344', 'C.86', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 86);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (345, 'P0000345', 'C.88', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 88);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (346, 'P0000346', 'C.90', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 90);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (347, 'P0000347', 'C.92', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 92);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (348, 'P0000348', 'C.95', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 95);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (349, 'P0000349', 'C.96', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 96);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (350, 'P0000350', 'C.98', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 98);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (351, 'P0000351', 'C.102', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 102);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (352, 'P0000352', 'C.103', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 103);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (353, 'P0000353', 'C.105', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 105);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (354, 'P0000354', 'C.108', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 108);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (355, 'P0000355', 'C.110', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 110);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (356, 'P0000356', 'C.115', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 115);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (357, 'P0000357', 'C.120', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '<strong></strong>', 3, 120);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (358, 'P0000358', 'C.124', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 124);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (359, 'P0000359', 'C.130', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '<del></del>', 3, 130);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (360, 'P0000360', 'C.135', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 135);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (361, 'P0000361', 'C.140', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 140);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (362, 'P0000362', 'C.145', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 145);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (363, 'P0000363', 'C.150', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 150);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (364, 'P0000364', 'C.152', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 152);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (365, 'P0000365', 'C.155', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 155);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (366, 'P0000366', 'C.160', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 160);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (367, 'P0000367', 'C.165', 12, '6.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 165);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (368, 'P0000368', 'C.170', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 170);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (369, 'P0000369', 'C.175', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 175);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (370, 'P0000370', 'C.180', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 180);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (371, 'P0000371', 'C.185', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 185);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (372, 'P0000372', 'C.190', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 190);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (373, 'P0000373', 'C.195', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 195);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (374, 'P0000374', 'C.200', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 200);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (375, 'P0000375', 'C.210', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 210);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (376, 'P0000376', 'C.220', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '<em></em>', 3, 220);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (377, 'P0000377', 'C.230', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 3, 230);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (378, 'P0000378', 'C.250', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 1, 250);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (379, 'P0000379', 'C.280', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 2, 280);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (380, 'P0000380', 'C.300', 12, '60.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 1, 300);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (381, 'P0000381', 'A.23', 9, '35.00', 'no_image.png', '0', '30.000', 1, 0, 'code39', 'standard', '', 3, 23);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (382, 'P0000382', 'A.25', 9, '35.00', 'no_image.png', '0', '30.000', 1, 0, 'code39', 'standard', '', 3, 25);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (383, 'P0000383', 'A.26', 9, '35.00', 'no_image.png', '0', '30.000', 1, 0, 'code39', 'standard', '', 3, 26);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (384, 'P0000384', 'A.28', 9, '35.00', 'no_image.png', '0', '30.000', 1, 0, 'code39', 'standard', '', 2, 28);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (385, 'P0000385', 'A.30', 9, '35.00', 'no_image.png', '0', '30.000', 1, 0, 'code39', 'standard', '', 2, 30);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (386, 'P0000386', 'A.31', 9, '35.00', 'no_image.png', '0', '30.000', 1, 0, 'code39', 'standard', '', 2, 31);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (387, 'P0000387', 'A.33', 9, '35.00', 'no_image.png', '0', '30.000', 1, 0, 'code39', 'standard', '', 2, 33);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (388, 'P0000388', 'A.35', 9, '35.00', 'no_image.png', '0', '30.000', 1, 0, 'code39', 'standard', '', 2, 35);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (389, 'P0000389', 'A.38', 9, '35.00', 'no_image.png', '0', '30.000', 1, 0, 'code39', 'standard', '', 2, 38);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (390, 'P0000390', 'A.39', 9, '35.00', 'no_image.png', '0', '30.000', 1, 0, 'code39', 'standard', '', 2, 39);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (391, 'P0000391', 'A.40', 9, '35.00', 'no_image.png', '0', '30.000', 1, 0, 'code39', 'standard', '', 2, 40);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (392, 'P0000392', 'A.44', 9, '35.00', 'no_image.png', '0', '30.000', 1, 0, 'code39', 'standard', '', 2, 44);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (393, 'P0000393', 'A.45', 9, '35.00', 'no_image.png', '0', '30.000', 1, 0, 'code39', 'standard', '', 2, 45);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (394, 'P0000394', 'A.51', 9, '35.00', 'no_image.png', '0', '30.000', 1, 0, 'code39', 'standard', '', 2, 52);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (395, 'P0000395', 'A.55', 9, '35.00', 'no_image.png', '0', '30.000', 1, 0, 'code39', 'standard', '', 2, 55);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (396, 'P0000396', 'A.57', 9, '35.00', 'no_image.png', '0', '30.000', 1, 0, 'code39', 'standard', '', 2, 57);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (397, 'P0000397', 'A.58', 9, '35.00', 'no_image.png', '0', '30.000', 1, 0, 'code39', 'standard', '', 2, 58);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (398, 'P0000398', 'A.59', 9, '35.00', 'no_image.png', '0', '30.000', 1, 0, 'code39', 'standard', '', 2, 59);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (399, 'P0000399', 'A.61', 9, '35.00', 'no_image.png', '0', '30.000', 1, 0, 'code39', 'standard', '', 2, 61);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (400, 'P000400', 'A.62', 9, '35.00', 'no_image.png', '0', '30.000', 1, 0, 'code39', 'standard', '', 2, 62);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (401, 'P000401', 'A.63', 9, '35.00', 'no_image.png', '0', '30.000', 1, 0, 'code39', 'standard', '', 2, 63);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (402, 'P000402', 'A.64', 9, '35.00', 'no_image.png', '0', '30.000', 1, 0, 'code39', 'standard', '', 2, 64);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (403, 'P000403', 'A.65', 9, '35.00', 'no_image.png', '0', '30.000', 1, 0, 'code39', 'standard', '', 2, 65);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (404, 'P000404', 'A.66', 9, '35.00', 'no_image.png', '0', '30.000', 1, 0, 'code39', 'standard', '', 2, 66);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (405, 'P000405', 'A.67', 9, '35.00', 'no_image.png', '0', '30.000', 1, 0, 'code39', 'standard', '', 2, 67);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (406, 'P000406', 'A.69', 9, '35.00', 'no_image.png', '0', '30.000', 1, 0, 'code39', 'standard', '', 2, 69);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (407, 'P000407', 'A.70', 9, '35.00', 'no_image.png', '0', '30.000', 1, 0, 'code39', 'standard', '', 2, 70);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (408, 'P000408', 'A.97', 9, '35.00', 'no_image.png', '0', '30.000', 1, 0, 'code39', 'standard', '', 2, 97);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (409, 'P000409', 'B.23', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 23);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (410, 'P0000410', 'B.25', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 25);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (411, 'P0000411', 'B.26', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 26);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (412, 'P0000412', 'B.27', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 27);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (413, 'P0000413', 'B.28', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 28);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (414, 'P0000414', 'B.29', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 29);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (415, 'P0000415', 'B.30', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 30);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (416, 'P0000416', 'B.31', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 31);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (417, 'P0000417', 'B.32', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 32);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (418, 'P0000418', 'B.33', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 33);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (419, 'P0000419', 'B.34', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 34);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (420, 'P0000420', 'B.35', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 35);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (421, 'P0000421', 'B.36', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 36);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (422, 'P0000422', 'B.37', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 37);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (423, 'P0000423', 'B.38', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 38);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (424, 'P0000424', 'B.39', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 39);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (425, 'P0000425', 'B.40', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 40);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (426, 'P0000426', 'B.41', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 41);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (427, 'P0000427', 'B.42', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 42);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (428, 'P0000428', 'B.43', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 43);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (429, 'P0000429', 'B.44', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 44);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (432, 'P0000430', 'B.45', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 45);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (433, 'P0000433', 'B.46', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 46);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (434, 'P0000434', 'B.47', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 47);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (435, 'P0000435', 'B.48', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 48);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (436, 'P0000436', 'B.49', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 49);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (437, 'P0000437', 'B.50', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 50);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (438, 'P0000438', 'B.51', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 51);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (439, 'P0000439', 'B.52', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 52);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (440, 'P0000440', 'B.53', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 53);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (441, 'P0000441', 'B.54', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 54);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (442, 'P0000442', 'B.55', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 55);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (443, 'P0000443', 'B.56', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 56);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (444, 'P0000444', 'B.57', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 57);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (445, 'P0000445', 'B.58', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 58);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (446, 'P0000446', 'B.59', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 59);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (447, 'P0000447', 'B.60', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 60);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (448, 'P0000448', 'B.61', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 61);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (449, 'P0000449', 'B.62', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 62);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (450, 'P0000450', 'B.63', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 63);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (451, 'P0000451', 'B.64', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 64);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (452, 'P0000452', 'B.65', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 65);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (453, 'P0000453', 'B.66', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 66);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (454, 'P0000454', 'B.67', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 67);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (455, 'P0000455', 'B.68', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 68);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (456, 'P0000456', 'B.69', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 69);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (457, 'P0000457', 'B.70', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 70);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (458, 'P0000458', 'B.71', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 71);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (459, 'P0000459', 'B.72', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 72);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (460, 'P0000460', 'B.73', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 73);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (461, 'P0000461', 'B.74', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 74);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (462, 'P0000462', 'B.75', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 75);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (463, 'P0000463', 'B.76', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 76);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (464, 'P0000464', 'B.77', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 77);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (465, 'P0000465', 'B.78', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 78);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (466, 'P0000466', 'B.79', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 79);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (467, 'P0000467', 'B.80', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 80);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (468, 'P0000468', 'B.81', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 81);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (469, 'P0000469', 'B.82', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 82);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (470, 'P0000470', 'B.83', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 83);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (471, 'P0000471', 'B.84', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 84);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (472, 'P0000472', 'B.85', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 85);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (473, 'P0000473', 'B.86', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 86);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (474, 'P0000474', 'B.87', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 87);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (475, 'P0000475', 'B.88', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 88);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (476, 'P0000476', 'B.89', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 89);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (477, 'P0000477', 'B.90', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 90);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (478, 'P0000478', 'B.91', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 91);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (479, 'P0000479', 'B.92', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 92);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (480, 'P0000480', 'B.93', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 93);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (481, 'P0000481', 'B.94', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 94);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (482, 'P0000482', 'B.95', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 95);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (483, 'P0000483', 'B.96', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 96);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (484, 'P0000484', 'B.97', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 97);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (485, 'P0000485', 'B.98', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 3, 98);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (486, 'P0000486', 'B.99', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 99);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (487, 'P0000487', 'B.100', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 100);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (488, 'P0000488', 'B.102', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 102);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (489, 'P0000489', 'B.103', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 103);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (490, 'P0000490', 'B.104', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 104);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (491, 'P0000491', 'B.105', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 105);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (492, 'P0000492', 'B.106', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 106);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (493, 'P0000493', 'B.107', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 107);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (494, 'P0000494', 'B.108', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 108);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (495, 'P0000495', 'B.110', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 110);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (496, 'P0000496', 'B.112', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 112);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (497, 'P0000497', 'B.113', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 113);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (498, 'P0000498', 'B.114', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 114);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (499, 'P0000499', 'B.115', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 115);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (500, 'P000500', 'B.116', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 116);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (501, 'P000501', 'B.118', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 118);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (502, 'P000502', 'B.120', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 120);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (503, 'P000503', 'B.122', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 122);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (504, 'P000504', 'B.124', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 124);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (505, 'P000505', 'B.125', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 125);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (506, 'P000506', 'B.126', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 126);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (507, 'P000507', 'B.128', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 128);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (508, 'P000508', 'B.130', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 130);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (509, 'P000509', 'B.132', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 132);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (510, 'P0000510', 'B.134', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 134);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (511, 'P0000511', 'B.135', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 135);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (512, 'P0000512', 'B.136', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 136);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (513, 'P0000513', 'B.138', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 138);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (514, 'P0000514', 'B.140', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 140);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (515, 'P0000515', 'B.142', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 142);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (516, 'P0000516', 'B.144', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 144);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (517, 'P0000517', 'B.145', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 145);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (518, 'P0000518', 'B.146', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 146);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (519, 'P0000519', 'B.148', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 148);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (520, 'P0000520', 'B.150', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 150);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (521, 'P0000521', 'B.152', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 152);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (522, 'P0000522', 'B.155', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 155);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (523, 'P0000523', 'B.158', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 158);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (524, 'P0000524', 'B.160', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 160);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (525, 'P0000525', 'B.165', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 165);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (526, 'P0000526', 'B.170', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 170);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (527, 'P0000527', 'B.175', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 175);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (528, 'P0000528', 'B.180', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 180);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (529, 'P0000529', 'B.185', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 3, 185);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (530, 'P0000530', 'B.190', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 2, 190);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (531, 'P0000531', 'B.195', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 2, 195);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (532, 'P0000532', 'B.200', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 2, 200);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (533, 'P0000533', 'B.215', 11, '40.00', 'no_image.png', '0', '35.000', 1, 0, 'code39', 'standard', '', 2, 215);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (534, 'P0000534', 'C.50', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 50);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (535, 'P0000535', 'C.54', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 54);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (536, 'P0000536', 'C.56', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 56);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (537, 'P0000537', 'C.62', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 62);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (538, 'P0000538', 'C.64', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 64);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (539, 'P0000539', 'C.66', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 66);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (540, 'P0000540', 'C.68', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 68);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (541, 'P0000541', 'C.70', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 70);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (542, 'P0000542', 'C.73', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 73);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (543, 'P0000543', 'C.77', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 77);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (544, 'P0000544', 'C.80', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 80);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (545, 'P0000545', 'C.86', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 86);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (546, 'P0000546', 'C.88', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 88);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (547, 'P0000547', 'C.90', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 90);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (548, 'P0000548', 'C.92', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 92);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (549, 'P0000549', 'C.93', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 93);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (550, 'P0000550', 'C.94', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 94);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (551, 'P0000551', 'C.95', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 95);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (552, 'P0000552', 'C.96', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 96);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (553, 'P0000553', 'C.98', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 98);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (554, 'P0000554', 'C.100', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 100);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (555, 'P0000555', 'C.102', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 102);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (556, 'P0000556', 'C.104', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 104);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (557, 'P0000557', 'C.105', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 105);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (558, 'P0000558', 'C.106', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 106);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (559, 'P0000559', 'C.108', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 108);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (560, 'P0000560', 'C.110', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 110);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (561, 'P0000561', 'C.112', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 112);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (562, 'P0000562', 'C.115', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 115);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (563, 'P0000563', 'C.118', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 118);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (564, 'P0000564', 'C.120', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 120);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (565, 'P0000565', 'C.122', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 122);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (566, 'P0000566', 'C.125', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 125);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (567, 'P0000567', 'C.126', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 126);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (568, 'P0000568', 'C.128', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 128);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (569, 'P0000569', 'C.130', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 3, 130);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (570, 'P0000570', 'C.135', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 135);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (571, 'P0000571', 'C.140', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 140);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (572, 'P0000572', 'C.142', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 142);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (573, 'P0000573', 'C.145', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 145);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (574, 'P0000574', 'C.150', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 150);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (575, 'P0000575', 'C.155', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 155);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (576, 'P0000576', 'C.160', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 160);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (577, 'P0000578', 'C.165', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 165);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (578, 'P0000579', 'C.170', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 170);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (579, 'P0000580', 'C.175', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 175);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (580, 'P0000581', 'C.180', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 180);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (581, 'P0000582', 'C.185', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 185);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (582, 'P0000583', 'C.190', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 190);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (583, 'P0000584', 'C.195', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 195);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (584, 'P0000585', 'C.200', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 200);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (585, 'P0000586', 'C.210', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 210);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (586, 'P0000587', 'C.215', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 215);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (587, 'P0000588', 'C.220', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 220);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (588, 'P0000589', 'C.230', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 230);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (589, 'P0000590', 'C.235', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 235);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (590, 'P0000591', 'C.240', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 240);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (591, 'P0000592', 'C.245', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 245);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (592, 'P0000593', 'C.250', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 3, 250);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (595, 'P0000594', 'FMX.20', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 2, 20);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (596, 'P0000595', 'FMX.21', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 2, 21);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (597, 'P0000597', 'FMX.28', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 2, 28);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (598, 'P0000598', 'FMX.29', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 2, 29);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (599, 'P0000599', 'FMX.29.5', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 2, 30);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (600, 'P000600', 'FMX.30', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 2, 30);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (601, 'P000601', 'FMX.30.5', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 2, 31);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (602, 'P000602', 'FMX.31', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 2, 31);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (603, 'P000603', 'FMX.32', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 2, 32);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (604, 'P000604', 'FMX.33', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '<ul><li></li></ul>', 2, 33);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (605, 'P000605', 'FMX.34', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '<ul><li><del></del></li></ul>', 2, 34);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (606, 'P000606', 'FMX.35', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '<em></em>', 2, 35);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (607, 'P000607', 'FMX.36', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '<em></em>', 2, 36);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (608, 'P000608', 'FMX.37', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '<em></em>', 2, 37);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (609, 'P000609', 'FMX.38', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '<em></em>', 2, 38);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (610, 'P0000610', 'FMX.39', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '<em></em>', 2, 39);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (611, 'P0000611', 'FMX.40', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '<em></em>', 2, 40);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (612, 'P0000612', 'FMX.41', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '<em></em>', 2, 41);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (613, 'P0000613', 'FMX.42', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 2, 42);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (614, 'P0000614', 'FMX.43', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 2, 43);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (615, 'P0000615', 'FMX.44', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '<del></del>', 2, 44);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (616, 'P0000616', 'FMX.45', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '<del></del>', 2, 45);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (617, 'P0000617', 'FMX.46', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 2, 46);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (618, 'P0000618', 'FMX.47', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 2, 47);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (619, 'P0000619', 'FMX.48', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 2, 48);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (620, 'P0000620', 'FMX.49', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 2, 49);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (621, 'P0000621', 'FMX.50', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 2, 50);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (622, 'P0000622', 'FMX.52', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 2, 52);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (623, 'P0000623', 'FMX.53', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 2, 53);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (624, 'P0000624', 'FMX.55', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 2, 55);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (625, 'P0000625', 'FMX.56', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 2, 56);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (626, 'P0000626', 'FMX.57', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 2, 57);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (627, 'P0000627', 'FMX.59', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 2, 59);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (628, 'P0000628', 'FMX.60', 31, '70.00', 'no_image.png', '0', '40.000', 1, 0, 'code39', 'standard', '', 2, 60);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (629, 'P0000629', 'AX.24', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 24);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (630, 'P0000630', 'AX.25', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 25);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (631, 'P0000631', 'AX.26', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 26);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (632, 'P0000632', 'AX.27', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '<del></del>', 3, 27);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (633, 'P0000633', 'AX.28', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 28);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (634, 'P0000634', 'AX.29', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 29);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (635, 'P0000635', 'AX.30', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 30);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (636, 'P0000636', 'AX.31', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 31);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (637, 'P0000637', 'AX.32', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 32);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (638, 'P0000638', 'AX.33', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 33);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (639, 'P0000639', 'AX.34', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 34);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (640, 'P0000640', 'AX.35', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 35);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (641, 'P0000641', 'AX.36', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 36);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (642, 'P0000642', 'AX.37', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 37);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (643, 'P0000643', 'AX.38', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '<strong></strong>', 3, 38);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (644, 'P0000644', 'AX.39', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 39);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (645, 'P0000645', 'AX.40', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 40);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (646, 'P0000646', 'AX.41', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 41);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (647, 'P0000647', 'AX.42', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 42);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (648, 'P0000648', 'AX.43', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 43);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (649, 'P0000649', 'AX.44', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 44);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (650, 'P0000650', 'AX.45', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 45);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (651, 'P0000651', 'AX.46', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 46);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (652, 'P0000652', 'AX.47', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 47);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (653, 'P0000653', 'AX.48', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 48);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (654, 'P0000654', 'AX.49', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 49);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (655, 'P0000655', 'AX.50', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 50);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (656, 'P0000656', 'AX.51', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 51);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (657, 'P0000657', 'AX.52', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 52);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (658, 'P0000658', 'AX.53', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 53);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (659, 'P0000659', 'AX.54', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 54);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (660, 'P0000660', 'AX.55', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 55);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (661, 'P0000661', 'AX.56', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 56);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (662, 'P0000662', 'AX.57', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 57);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (663, 'P0000663', 'AX.58', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 58);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (664, 'P0000664', 'AX.59', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 59);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (665, 'P0000665', 'AX.60', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 60);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (666, 'P0000666', 'AX.62', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 62);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (667, 'P0000667', 'AX.63', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 63);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (668, 'P0000668', 'AX.64', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 64);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (669, 'P0000669', 'AX.65', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 65);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (670, 'P0000670', 'AX.66', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 66);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (671, 'P0000671', 'AX.67', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 67);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (672, 'P0000672', 'AX.68', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 68);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (673, 'P0000673', 'AX.69', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 69);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (674, 'P0000674', 'AX.70', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 3, 70);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (675, 'P0000676', 'AX.71', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 2, 71);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (676, 'P0000677', 'AX.72', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 2, 72);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (677, 'P0000678', 'AX.73', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 2, 73);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (678, 'P0000679', 'AX.74', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 2, 74);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (679, 'P0000680', 'AX.75', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 2, 75);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (680, 'P0000681', 'AX.76', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 2, 76);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (681, 'P0000682', 'AX.78', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 2, 78);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (682, 'P0000683', 'AX.80', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 2, 80);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (683, 'P0000684', 'AX.82', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 2, 82);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (684, 'P0000685', 'AX.83', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 2, 83);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (685, 'P0000686', 'AX.84', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 2, 84);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (686, 'P0000687', 'AX.85', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 2, 85);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (687, 'P0000688', 'AX.86', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 2, 86);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (688, 'P0000689', 'AX.88', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 2, 88);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (689, 'P0000690', 'AX.90', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 2, 90);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (690, 'P0000691', 'AX.92', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 2, 92);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (691, 'P0000692', 'AX.93', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 2, 93);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (692, 'P0000693', 'AX.94', 15, '70.00', 'no_image.png', '0', '54.000', 1, 0, 'code39', 'standard', '', 2, 94);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (693, 'P0000694', 'BX.30', 17, '86.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 30);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (694, 'P000695', 'BX.31', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 31);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (695, 'P000696', 'BX.32', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 32);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (696, 'P000697', 'BX.33', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 33);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (697, 'P000698', 'BX.34', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 34);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (698, 'P000699', 'BX.35', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 35);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (699, 'P000700', 'BX.36', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 36);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (700, 'P000701', 'BX.38', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 38);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (701, 'P000702', 'BX.39', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 39);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (702, 'P000703', 'BX.40', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 40);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (703, 'P000704', 'BX.41', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 41);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (704, 'P000705', 'BX.42', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 42);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (705, 'P000706', 'BX.43', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 43);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (706, 'P000707', 'BX.44', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 44);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (707, 'P000708', 'BX.45', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 45);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (708, 'P000709', 'BX.46', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 46);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (709, 'P000710', 'BX.47', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 47);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (710, 'P000711', 'BX.48', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 48);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (711, 'P000712', 'BX.49', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 49);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (712, 'P000713', 'BX.50', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 50);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (713, 'P000714', 'BX.51', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 51);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (714, 'P000715', 'BX.52', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 52);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (715, 'P000716', 'BX.53', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 53);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (716, 'P000717', 'BX.54', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 54);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (717, 'P000718', 'BX.55', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 55);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (718, 'P000719', 'BX.56', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 56);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (719, 'P000720', 'BX.57', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 57);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (720, 'P000721', 'BX.58', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 58);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (721, 'P000722', 'BX.59', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 59);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (722, 'P000723', 'BX.60', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 60);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (723, 'P000724', 'BX.61', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 61);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (724, 'P000725', 'BX.62', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 62);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (725, 'P000726', 'BX.63', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 63);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (726, 'P000727', 'BX.64', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 64);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (727, 'P000728', 'BX.65', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 65);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (728, 'P000729', 'BX.66', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 66);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (729, 'P000730', 'BX.67', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 67);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (730, 'P000731', 'BX.68', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 68);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (731, 'P000732', 'BX.69', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 69);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (732, 'P000733', 'BX.70', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 70);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (733, 'P000734', 'BX.71', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 71);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (734, 'P000735', 'BX.72', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 72);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (735, 'P000736', 'BX.73', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 73);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (736, 'P000737', 'BX.74', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 74);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (737, 'P000738', 'BX.75', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 75);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (738, 'P000739', 'BX.76', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 76);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (739, 'P000740', 'BX.77', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 77);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (740, 'P000741', 'BX.78', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 78);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (741, 'P000742', 'BX.79', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 79);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (742, 'P000743', 'BX.80', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 80);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (743, 'P000744', 'BX.81', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 81);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (744, 'P000745', 'BX.82', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 82);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (745, 'P000746', 'BX.83', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 83);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (746, 'P000747', 'BX.84', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 84);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (747, 'P000748', 'BX.85', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 85);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (748, 'P000749', 'BX.86', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 86);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (749, 'P000750', 'BX.87', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 87);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (750, 'P000751', 'BX.88', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 88);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (751, 'P000752', 'BX.89', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 89);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (752, 'P000753', 'BX.90', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 90);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (753, 'P000754', 'BX.91', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 91);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (754, 'P000755', 'BX.92', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 92);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (755, 'P000756', 'BX.93', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 93);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (756, 'P000757', 'BX.94', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 94);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (757, 'P000758', 'BX.95', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 95);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (758, 'P000759', 'BX.96', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 96);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (759, 'P000760', 'BX.97', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 97);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (760, 'P000761', 'BX.98', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 98);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (761, 'P000762', 'BX.99', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 99);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (762, 'P000763', 'BX.100', 17, '85.00', 'no_image.png', '0', '75.000', 1, 0, 'code39', 'standard', '', 3, 100);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (763, 'P000764', 'CX.52', 19, '160.00', 'no_image.png', '0', '135.000', 1, 0, 'code39', 'standard', '', 3, 52);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (764, 'P000765', 'CX.54', 19, '160.00', 'no_image.png', '0', '135.000', 1, 0, 'code39', 'standard', '', 3, 54);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (765, 'P000766', 'CX.58', 19, '160.00', 'no_image.png', '0', '135.000', 1, 0, 'code39', 'standard', '', 3, 58);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (766, 'P000767', 'CX.59', 19, '160.00', 'no_image.png', '0', '135.000', 1, 0, 'code39', 'standard', '', 3, 59);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (767, 'P000768', 'CX.64', 19, '160.00', 'no_image.png', '0', '135.000', 1, 0, 'code39', 'standard', '', 3, 64);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (768, 'P000769', 'CX.66', 19, '160.00', 'no_image.png', '0', '135.000', 1, 0, 'code39', 'standard', '', 3, 66);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (769, 'P000770', 'CX.67', 19, '160.00', 'no_image.png', '0', '135.000', 1, 0, 'code39', 'standard', '', 3, 67);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (770, 'P000771', 'CX.68', 19, '160.00', 'no_image.png', '0', '135.000', 1, 0, 'code39', 'standard', '', 3, 68);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (771, 'P000772', 'CX.69', 19, '160.00', 'no_image.png', '0', '135.000', 1, 0, 'code39', 'standard', '', 3, 69);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (772, 'P000773', 'CX.70', 19, '160.00', 'no_image.png', '0', '135.000', 1, 0, 'code39', 'standard', '', 3, 70);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (773, 'P000774', 'CX.72', 19, '160.00', 'no_image.png', '0', '135.000', 1, 0, 'code39', 'standard', '', 3, 72);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (774, 'P000775', 'CX.75', 19, '160.00', 'no_image.png', '0', '135.000', 1, 0, 'code39', 'standard', '', 3, 75);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (775, 'P000776', 'CX.76', 19, '160.00', 'no_image.png', '0', '135.000', 1, 0, 'code39', 'standard', '', 3, 76);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (776, 'P000777', 'CX.78', 19, '160.00', 'no_image.png', '0', '135.000', 1, 0, 'code39', 'standard', '', 3, 78);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (777, 'P000778', 'CX.80', 19, '160.00', 'no_image.png', '0', '135.000', 1, 0, 'code39', 'standard', '', 3, 80);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (778, 'P000779', 'CX.82', 19, '160.00', 'no_image.png', '0', '135.000', 1, 0, 'code39', 'standard', '', 3, 82);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (779, 'P000780', 'CX.84', 19, '160.00', 'no_image.png', '0', '135.000', 1, 0, 'code39', 'standard', '', 3, 84);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (780, 'P000781', 'CX.86', 19, '160.00', 'no_image.png', '0', '135.000', 1, 0, 'code39', 'standard', '', 3, 86);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (781, 'P000782', 'CX.88', 19, '160.00', 'no_image.png', '0', '135.000', 1, 0, 'code39', 'standard', '', 3, 88);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (782, 'P000783', 'CX.90', 19, '160.00', 'no_image.png', '0', '135.000', 1, 0, 'code39', 'standard', '', 3, 90);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (783, 'P000784', 'CX.92', 19, '160.00', 'no_image.png', '0', '135.000', 1, 0, 'code39', 'standard', '', 3, 92);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (784, 'P000785', 'CX.94', 19, '160.00', 'no_image.png', '0', '135.000', 1, 0, 'code39', 'standard', '', 3, 94);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (785, 'P000786', 'CX.95', 19, '160.00', 'no_image.png', '0', '135.000', 1, 0, 'code39', 'standard', '', 3, 95);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (786, 'P000787', 'CX.96', 19, '160.00', 'no_image.png', '0', '135.000', 1, 0, 'code39', 'standard', '', 3, 96);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (787, 'P000788', 'CX.98', 19, '160.00', 'no_image.png', '0', '135.000', 1, 0, 'code39', 'standard', '', 3, 98);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (788, 'P000789', 'CX.100', 19, '160.00', 'no_image.png', '0', '135.000', 1, 0, 'code39', 'standard', '', 3, 100);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (789, 'P000790', 'CX.38', 18, '110.00', 'no_image.png', '0', '90.000', 1, 0, 'code39', 'standard', '', 3, 38);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (790, 'P000791', 'CX.39', 18, '110.00', 'no_image.png', '0', '90.000', 1, 0, 'code39', 'standard', '', 3, 39);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (791, 'P000792', 'CX.40', 18, '110.00', 'no_image.png', '0', '90.000', 1, 0, 'code39', 'standard', '', 3, 40);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (792, 'P000793', 'CX.41', 18, '110.00', 'no_image.png', '0', '90.000', 1, 0, 'code39', 'standard', '', 3, 41);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (793, 'P000794', 'CX.42', 18, '110.00', 'no_image.png', '0', '90.000', 1, 0, 'code39', 'standard', '', 3, 42);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (794, 'P000795', 'CX.43', 18, '110.00', 'no_image.png', '0', '90.000', 1, 0, 'code39', 'standard', '', 3, 43);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (795, 'P000796', 'CX.44', 18, '110.00', 'no_image.png', '0', '90.000', 1, 0, 'code39', 'standard', '', 3, 44);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (796, 'P000797', 'CX.45', 18, '110.00', 'no_image.png', '0', '90.000', 1, 0, 'code39', 'standard', '', 3, 45);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (797, 'P000798', 'CX.46', 18, '110.00', 'no_image.png', '0', '90.000', 1, 0, 'code39', 'standard', '', 3, 46);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (798, 'P000799', 'CX.47', 18, '110.00', 'no_image.png', '0', '90.000', 1, 0, 'code39', 'standard', '', 2, 47);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (799, 'P000800', 'CX.48', 18, '110.00', 'no_image.png', '0', '90.000', 1, 0, 'code39', 'standard', '', 2, 48);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (800, 'P000801', 'CX.49', 18, '110.00', 'no_image.png', '0', '90.000', 1, 0, 'code39', 'standard', '', 2, 49);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (801, 'P000802', 'CX.50', 18, '110.00', 'no_image.png', '0', '90.000', 1, 0, 'code39', 'standard', '', 2, 50);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (802, 'P000803', 'CX.51', 18, '110.00', 'no_image.png', '0', '90.000', 1, 0, 'code39', 'standard', '', 2, 51);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (803, 'P000804', 'CX.52', 18, '110.00', 'no_image.png', '0', '90.000', 1, 0, 'code39', 'standard', '', 2, 52);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (804, 'P000805', 'CX.84', 18, '110.00', 'no_image.png', '0', '90.000', 1, 0, 'code39', 'standard', '', 2, 84);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (805, 'P000806', 'CX.90', 18, '110.00', 'no_image.png', '0', '90.000', 1, 0, 'code39', 'standard', '', 2, 90);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (806, 'P000807', '14.30.10', 5, '500.00', 'no_image.png', '0', '100.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (807, 'P000808', '16.30.7', 5, '500.00', 'no_image.png', '0', '120.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (808, 'P000810', '19.30.7', 5, '500.00', 'no_image.png', '0', '160.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (809, 'P000811', '19.32.7', 5, '500.00', 'no_image.png', '0', '100.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (810, 'P000812', '20.30.10', 5, '500.00', 'no_image.png', '0', '100.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (811, 'P000813', '20.47.10', 5, '500.00', 'no_image.png', '0', '170.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (812, 'P000814', '22.32.7', 5, '500.00', 'no_image.png', '0', '160.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (813, 'P000815', '22.35.7', 5, '400.00', 'no_image.png', '0', '170.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (814, 'P000816', '22.40.7', 5, '500.00', 'no_image.png', '0', '100.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (815, 'P000817', '25.47.10', 5, '500.00', 'no_image.png', '0', '170.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (816, 'P000818', '25.48.8', 5, '500.00', 'no_image.png', '0', '300.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (817, 'P000819', '25.52.10', 5, '500.00', 'no_image.png', '0', '180.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (818, 'P000820', '25.62.10', 5, '500.00', 'no_image.png', '0', '200.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (819, 'P000821', '28.38.7', 5, '500.00', 'no_image.png', '0', '100.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (820, 'P000822', '28.40.10', 5, '500.00', 'no_image.png', '0', '200.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (821, 'P000823', '28.48.11', 5, '500.00', 'no_image.png', '0', '150.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (822, 'P000825', '30.44.7', 5, '500.00', 'no_image.png', '0', '160.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (823, 'P000826', '30.50.10', 5, '500.00', 'no_image.png', '0', '180.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (824, 'P000827', '30.55.10', 5, '500.00', 'no_image.png', '0', '180.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (825, 'P000828', '30.52.10', 5, '500.00', 'no_image.png', '0', '175.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (826, 'P000829', '30.62.10', 5, '500.00', 'no_image.png', '0', '190.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (827, 'P000830', '30.65.10', 5, '500.00', 'no_image.png', '0', '200.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (828, 'P000831', '30.65.12', 5, '500.00', 'no_image.png', '0', '180.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (829, 'P000832', '32.48.8', 5, '500.00', 'no_image.png', '0', '170.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (830, 'P000833', '35.58.11', 5, '500.00', 'no_image.png', '0', '300.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (831, 'P000834', '35.60.10', 5, '500.00', 'no_image.png', '0', '209.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (832, 'P000835', '35.60.12', 5, '500.00', 'no_image.png', '0', '209.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (833, 'P000836', '35.62.10', 5, '500.00', 'no_image.png', '0', '220.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (834, 'P000837', '38.58.11', 5, '500.00', 'no_image.png', '0', '300.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (835, 'P000838', '40.50.7', 5, '500.00', 'no_image.png', '0', '180.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (836, 'P000839', '40.52.7', 5, '500.00', 'no_image.png', '0', '150.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (837, 'P000840', '40.60.10', 5, '500.00', 'no_image.png', '0', '199.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (838, 'P000841', '40.62.10', 5, '500.00', 'no_image.png', '0', '180.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (839, 'P000842', '40.49.10', 5, '500.00', 'no_image.png', '0', '160.000', 1, 0, 'code39', 'standard', '<del></del>', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (840, 'P000843', '42.60.9', 5, '500.00', 'no_image.png', '0', '220.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (841, 'P000844', '42.62.10', 5, '500.00', 'no_image.png', '0', '220.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (842, 'P000845', '42.62.12', 5, '500.00', 'no_image.png', '0', '220.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (843, 'P000846', '43.50.8', 5, '500.00', 'no_image.png', '0', '200.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (844, 'P000847', '44.62.10', 5, '500.00', 'no_image.png', '0', '220.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (845, 'P000848', '45.60.10', 5, '500.00', 'no_image.png', '0', '209.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (846, 'P000849', '45.62.10', 5, '500.00', 'no_image.png', '0', '200.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (847, 'P000850', '45.65.10', 5, '500.00', 'no_image.png', '0', '200.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (848, 'P000851', '45.68.12', 5, '700.00', 'no_image.png', '0', '200.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (849, 'P000852', '45.70.12', 5, '500.00', 'no_image.png', '0', '230.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (850, 'P000853', '45.72.12', 5, '500.00', 'no_image.png', '0', '261.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (851, 'P000854', '45.85.12', 5, '500.00', 'no_image.png', '0', '375.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (852, 'P000855', '48.72.12', 5, '500.00', 'no_image.png', '0', '242.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (853, 'P000856', '50.65.10', 5, '600.00', 'no_image.png', '0', '300.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (854, 'P000858', '50.70.10', 5, '500.00', 'no_image.png', '0', '220.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (855, 'P000859', '50.72.12', 5, '500.00', 'no_image.png', '0', '230.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (856, 'P000860', '50.80.12', 5, '500.00', 'no_image.png', '0', '275.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (857, 'P000861', '55.80.12', 5, '500.00', 'no_image.png', '0', '400.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (858, 'P000862', '58.80.12', 5, '500.00', 'no_image.png', '0', '400.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (859, 'P000863', '60.80.12', 5, '500.00', 'no_image.png', '0', '303.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (860, 'P000864', '60.82.12', 5, '500.00', 'no_image.png', '0', '300.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (861, 'P000865', '60.90.13', 5, '1000.00', 'no_image.png', '0', '418.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (862, 'P000866', '62.90.13', 5, '1000.00', 'no_image.png', '0', '300.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (863, 'P000867', '62.104.12', 5, '2000.00', 'no_image.png', '0', '700.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (864, 'P000868', '65.90.12', 5, '700.00', 'no_image.png', '0', '450.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (865, 'P000870', '65.95.10', 5, '1000.00', 'no_image.png', '0', '450.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (866, 'P000871', '70.85.10', 5, '1000.00', 'no_image.png', '0', '300.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (867, 'P000872', '70.88.12', 5, '1000.00', 'no_image.png', '0', '600.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (868, 'P000873', '70.90.13', 5, '700.00', 'no_image.png', '0', '376.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (869, 'P000875', '70.92.8.5', 5, '700.00', 'no_image.png', '0', '375.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (870, 'P000876', '70.94/116.24', 5, '2000.00', 'no_image.png', '0', '800.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (871, 'P000877', '70.100.12', 5, '100.00', 'no_image.png', '0', '600.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (872, 'P000878', '75.100.12', 5, '1000.00', 'no_image.png', '0', '450.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (873, 'P000883', '85.110.12', 5, '1000.00', 'no_image.png', '0', '500.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (874, 'P000880', '90.110.13', 5, '1000.00', 'no_image.png', '0', '600.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (875, 'P000881', '90.110.12', 5, '1000.00', 'no_image.png', '0', '600.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (876, 'P000882', '90.120.13', 5, '1500.00', 'no_image.png', '0', '800.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (877, 'P000884', '95.112.13', 5, '3500.00', 'no_image.png', '0', '2200.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (878, 'P000885', '95.120.13', 5, '1500.00', 'no_image.png', '0', '800.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (879, 'P000886', '95.125.12', 5, '1500.00', 'no_image.png', '0', '900.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (880, 'P000887', '100.130.13', 5, '1500.00', 'no_image.png', '0', '627.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (881, 'P000888', '100.140.12', 5, '2000.00', 'no_image.png', '0', '1500.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (882, 'P000889', '110.130.13', 5, '1500.00', 'no_image.png', '0', '627.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (883, 'P000890', '112.142.14', 5, '1000.00', 'no_image.png', '0', '450.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (884, 'P000891', '10.28.7', 6, '1000.00', 'no_image.png', '0', '160.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (885, 'P000892', '12.24.7', 6, '1000.00', 'no_image.png', '0', '160.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (886, 'P000893', '15.30.7', 6, '500.00', 'no_image.png', '0', '160.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (887, 'P000894', '20.32.7', 6, '500.00', 'no_image.png', '0', '209.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (888, 'P000895', '20.40.7', 6, '700.00', 'no_image.png', '0', '242.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (889, 'P000896', '20.40.10', 6, '800.00', 'no_image.png', '0', '242.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (890, 'P000897', '20.42.7', 6, '1000.00', 'no_image.png', '0', '275.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (891, 'P000898', '20.42.8', 6, '1000.00', 'no_image.png', '0', '275.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (892, 'P000899', '20.45.8', 6, '700.00', 'no_image.png', '0', '275.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (893, 'P000900', '20.45.11', 6, '1000.00', 'no_image.png', '0', '275.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (894, 'P000901', '22.28.4', 6, '700.00', 'no_image.png', '0', '176.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (895, 'P000902', '22.35.7', 6, '1000.00', 'no_image.png', '0', '209.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (896, 'P000903', '22.35.8', 6, '500.00', 'no_image.png', '0', '209.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (897, 'P000904', '22.42.7', 6, '1000.00', 'no_image.png', '0', '275.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (898, 'P000905', '22.45.10', 6, '700.00', 'no_image.png', '0', '250.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (899, 'P000906', '22.47.7', 6, '700.00', 'no_image.png', '0', '297.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (900, 'P000907', '22.47.10', 6, '700.00', 'no_image.png', '0', '297.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (901, 'P000908', '24.47.10', 6, '1000.00', 'no_image.png', '0', '297.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (902, 'P000909', '25.45.8', 6, '700.00', 'no_image.png', '0', '275.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (903, 'P000910', '25.45.11', 6, '700.00', 'no_image.png', '0', '275.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (904, 'P000911', '25.52.8', 6, '700.00', 'no_image.png', '0', '342.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (905, 'P000912', '25.52.10', 6, '700.00', 'no_image.png', '0', '341.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (906, 'P000913', '25.58.10', 6, '700.00', 'no_image.png', '0', '386.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (907, 'P000914', '26.42.7', 6, '1000.00', 'no_image.png', '0', '275.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (908, 'P000915', '26.52.8', 6, '1000.00', 'no_image.png', '0', '343.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (909, 'P000916', '27.45.8', 6, '1000.00', 'no_image.png', '0', '275.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (910, 'P000917', '28.37.7', 6, '1000.00', 'no_image.png', '0', '242.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (911, 'P000918', '28.49.8', 6, '700.00', 'no_image.png', '0', '341.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (912, 'P000919', '28.50.10', 6, '1000.00', 'no_image.png', '0', '270.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (913, 'P000920', '28.52.10', 6, '700.00', 'no_image.png', '0', '351.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (914, 'P000921', '30.37.4', 6, '1000.00', 'no_image.png', '0', '297.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (915, 'P000922', '30.40.7', 6, '700.00', 'no_image.png', '0', '242.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (916, 'P000923', '30.42.7', 6, '1000.00', 'no_image.png', '0', '275.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (917, 'P000924', '30.44.7', 6, '1000.00', 'no_image.png', '0', '275.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (918, 'P000925', '30.45.8', 6, '700.00', 'no_image.png', '0', '275.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (919, 'P000926', '30.45.10', 6, '700.00', 'no_image.png', '0', '275.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (920, 'P000927', '30.46.7', 6, '1000.00', 'no_image.png', '0', '270.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (921, 'P000928', '30.47.8', 6, '1000.00', 'no_image.png', '0', '297.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (922, 'P000929', '30.47.10', 6, '1000.00', 'no_image.png', '0', '298.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (923, 'P000930', '30.48.8', 6, '1000.00', 'no_image.png', '0', '297.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (924, 'P000931', '30.50.10', 6, '1000.00', 'no_image.png', '0', '297.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (925, 'P000932', '30.52.10', 6, '700.00', 'no_image.png', '0', '341.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (926, 'P000933', '30.55.11', 6, '1000.00', 'no_image.png', '0', '341.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (927, 'P000934', '30.58.8', 6, '1000.00', 'no_image.png', '0', '385.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (928, 'P000935', '30.60.8', 6, '1000.00', 'no_image.png', '0', '385.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (929, 'P000936', '30.62.8', 6, '700.00', 'no_image.png', '0', '430.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (930, 'P000937', '30.72.10', 6, '1000.00', 'no_image.png', '0', '506.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (931, 'P000938', '32.44.10', 6, '1000.00', 'no_image.png', '0', '275.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (932, 'P000939', '32.45.8', 6, '1000.00', 'no_image.png', '0', '429.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (933, 'P000940', '32.48.8', 6, '1000.00', 'no_image.png', '0', '298.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (934, 'P000941', '32.52.9.5', 6, '1000.00', 'no_image.png', '0', '341.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (935, 'P000942', '32.55.8', 6, '1000.00', 'no_image.png', '0', '341.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (936, 'P000943', '32.50.10', 6, '1000.00', 'no_image.png', '0', '297.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (937, 'P000944', '32.55.12', 6, '1000.00', 'no_image.png', '0', '341.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (938, 'P000945', '32.62.19', 6, '1000.00', 'no_image.png', '0', '429.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (939, 'P000946', '34.48.7', 6, '1000.00', 'no_image.png', '0', '297.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (940, 'P000947', '34.50.7', 6, '1000.00', 'no_image.png', '0', '297.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (941, 'P000948', '35.47.10', 6, '1000.00', 'no_image.png', '0', '297.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (942, 'P000949', '35.51.10', 6, '1000.00', 'no_image.png', '0', '340.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (943, 'P000950', '35.52.8', 6, '1000.00', 'no_image.png', '0', '342.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (944, 'P000951', '35.52.10', 6, '1000.00', 'no_image.png', '0', '340.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (945, 'P000952', '35.55.10', 6, '700.00', 'no_image.png', '0', '310.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (946, 'P000953', '35.56.10', 6, '1000.00', 'no_image.png', '0', '385.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (947, 'P000954', '35.60.10', 6, '1000.00', 'no_image.png', '0', '385.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (948, 'P000955', '35.62.10', 6, '1000.00', 'no_image.png', '0', '430.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (949, 'P000956', '35.80.12', 6, '1500.00', 'no_image.png', '0', '572.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (950, 'P000957', '38.55.10', 6, '1000.00', 'no_image.png', '0', '341.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (951, 'P000958', '38.58.8', 6, '1000.00', 'no_image.png', '0', '385.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (952, 'P000959', '38.58.11', 6, '1000.00', 'no_image.png', '0', '385.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (953, 'P000960', '38.62.10', 6, '1000.00', 'no_image.png', '0', '430.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (954, 'P000961', '38.72.10', 6, '1000.00', 'no_image.png', '0', '506.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (955, 'P000962', '38.74.11', 6, '1500.00', 'no_image.png', '0', '506.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (956, 'P000963', '40.50.7', 6, '700.00', 'no_image.png', '0', '300.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (957, 'P000964', '40.55.8', 6, '1000.00', 'no_image.png', '0', '341.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (958, 'P000965', '40.60.10', 6, '1000.00', 'no_image.png', '0', '385.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (959, 'P000966', '40.65.12', 6, '1000.00', 'no_image.png', '0', '430.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (960, 'P000967', '40.72.10', 6, '1000.00', 'no_image.png', '0', '506.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (961, 'P000968', '40.72.12', 6, '1000.00', 'no_image.png', '0', '506.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (962, 'P000969', '40.80.10', 6, '1000.00', 'no_image.png', '0', '520.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (963, 'P000970', '40.90.10', 6, '1000.00', 'no_image.png', '0', '660.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (964, 'P000971', '42.55.9', 6, '1000.00', 'no_image.png', '0', '341.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (965, 'P000972', '42.60.9', 6, '1000.00', 'no_image.png', '0', '385.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (966, 'P000973', '42.72.12', 6, '1000.00', 'no_image.png', '0', '460.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (967, 'P000974', '44.60.7', 6, '1000.00', 'no_image.png', '0', '350.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (968, 'P000975', '45.65.10', 6, '1000.00', 'no_image.png', '0', '429.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (969, 'P000976', '45.68.7', 6, '1000.00', 'no_image.png', '0', '462.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (970, 'P000977', '45.68.12', 6, '1000.00', 'no_image.png', '0', '462.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (971, 'P000978', '45.70.8', 6, '1000.00', 'no_image.png', '0', '462.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (972, 'P000979', '45.70.12', 6, '1000.00', 'no_image.png', '0', '462.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (973, 'P000980', '45.72.10', 6, '1000.00', 'no_image.png', '0', '460.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (974, 'P000981', '45.75.10', 6, '1000.00', 'no_image.png', '0', '572.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (975, 'P000982', '45.80.10', 6, '1000.00', 'no_image.png', '0', '572.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (976, 'P000983', '48.62.10', 6, '1000.00', 'no_image.png', '0', '430.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (977, 'P000984', '48.65.8', 6, '1000.00', 'no_image.png', '0', '430.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (978, 'P000985', '48.65.10', 6, '1000.00', 'no_image.png', '0', '462.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (979, 'P000986', '48.70.9', 6, '1000.00', 'no_image.png', '0', '462.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (980, 'P000987', '48.72.10', 6, '1000.00', 'no_image.png', '0', '506.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (981, 'P000988', '48.74.10', 6, '1000.00', 'no_image.png', '0', '430.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (982, 'P000989', '50.65.10', 6, '1000.00', 'no_image.png', '0', '462.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (983, 'P000990', '50.68.8', 6, '1000.00', 'no_image.png', '0', '462.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (984, 'P000991', '50.68.10', 6, '1000.00', 'no_image.png', '0', '462.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (985, 'P000992', '50.70.8', 6, '1000.00', 'no_image.png', '0', '462.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (986, 'P000993', '50.70.12', 6, '1000.00', 'no_image.png', '0', '506.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (987, 'P000994', '50.72.12', 6, '1000.00', 'no_image.png', '0', '460.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (988, 'P000995', '50.75.12', 6, '1000.00', 'no_image.png', '0', '572.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (989, 'P000996', '50.78.12', 6, '1000.00', 'no_image.png', '0', '572.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (990, 'P000997', '50.80.8', 6, '1000.00', 'no_image.png', '0', '572.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (991, 'P000998', '50.80.12', 6, '1000.00', 'no_image.png', '0', '572.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (992, 'P000999', '50.85.12', 6, '1500.00', 'no_image.png', '0', '595.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (993, 'P001000', '50.100.10', 6, '2000.00', 'no_image.png', '0', '730.000', 1, 0, 'code39', 'standard', '<del></del>', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (994, 'P001001', '50.100.12', 6, '2000.00', 'no_image.png', '0', '730.000', 1, 0, 'code39', 'standard', '<del></del>', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (995, 'P001002', '52.70.10', 6, '1000.00', 'no_image.png', '0', '506.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (996, 'P001003', '52.72.10', 6, '1000.00', 'no_image.png', '0', '506.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (997, 'P001004', '52.72.12', 6, '1000.00', 'no_image.png', '0', '460.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (998, 'P001005', '53.72.12', 6, '1000.00', 'no_image.png', '0', '506.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (999, 'P001006', '55.70.9', 6, '1000.00', 'no_image.png', '0', '506.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1000, 'P001007', '55.70.10', 6, '1000.00', 'no_image.png', '0', '506.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1001, 'P001008', '55.72.9', 6, '1000.00', 'no_image.png', '0', '506.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1002, 'P001009', '55.72.10', 6, '1000.00', 'no_image.png', '0', '460.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1003, 'P001010', '55.78.12', 6, '1000.00', 'no_image.png', '0', '572.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1004, 'P001011', '55.80.12', 6, '1000.00', 'no_image.png', '0', '572.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1005, 'P001012', '55.80.13', 6, '1000.00', 'no_image.png', '0', '572.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1006, 'P001013', '55.90.10', 6, '1500.00', 'no_image.png', '0', '660.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1007, 'P001014', '60.78.10', 6, '1500.00', 'no_image.png', '0', '572.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1008, 'P001015', '60.80.10', 6, '1000.00', 'no_image.png', '0', '572.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1009, 'P001016', '60.80.12', 6, '1000.00', 'no_image.png', '0', '570.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1010, 'P001017', '60.85.8', 6, '1500.00', 'no_image.png', '0', '540.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1011, 'P001018', '60.85.12', 6, '1500.00', 'no_image.png', '0', '540.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1012, 'P001019', '60.90.8', 6, '1500.00', 'no_image.png', '0', '660.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1013, 'P001020', '60.100.10', 6, '2000.00', 'no_image.png', '0', '730.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1014, 'P001021', '62.85.10', 6, '1000.00', 'no_image.png', '0', '540.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1015, 'P001022', '60.110.12', 6, '2500.00', 'no_image.png', '0', '990.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1016, 'P001023', '62.90.13', 6, '1500.00', 'no_image.png', '0', '660.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1017, 'P001024', '62.95.12', 6, '1500.00', 'no_image.png', '0', '737.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1018, 'P001025', '63.100.13', 6, '3000.00', 'no_image.png', '0', '730.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1019, 'P001026', '65.80.8', 6, '1500.00', 'no_image.png', '0', '520.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1020, 'P001027', '65.85.10', 6, '1500.00', 'no_image.png', '0', '540.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1021, 'P001028', '65.88.12', 6, '1500.00', 'no_image.png', '0', '660.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1022, 'P001029', '65.90.10', 6, '1500.00', 'no_image.png', '0', '660.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1023, 'P001030', '65.90.12', 6, '1500.00', 'no_image.png', '0', '660.000', 1, 0, 'code39', 'standard', '&lt;del&gt;&lt;/del&gt;', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1024, 'P001031', '65.95.13', 6, '1500.00', 'no_image.png', '0', '737.000', 1, 0, 'code39', 'standard', '<del></del>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1025, 'P001032', '68.95.8', 6, '1500.00', 'no_image.png', '0', '737.000', 1, 0, 'code39', 'standard', '<del></del>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1026, 'P001033', '68.95.13', 6, '1500.00', 'no_image.png', '0', '737.000', 1, 0, 'code39', 'standard', '<del></del>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1027, 'P001034', '70.90.8', 6, '1500.00', 'no_image.png', '0', '660.000', 1, 0, 'code39', 'standard', '<del></del>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1028, 'P001035', '70.90.12', 6, '1500.00', 'no_image.png', '0', '660.000', 1, 0, 'code39', 'standard', '<del></del>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1029, 'P001036', '70.90.13', 6, '1500.00', 'no_image.png', '0', '660.000', 1, 0, 'code39', 'standard', '', 0, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1030, 'P001037', '70.95.10', 6, '1500.00', 'no_image.png', '0', '737.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1031, 'P001038', '70.95.12', 6, '1500.00', 'no_image.png', '0', '737.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1032, 'P001039', '70.100.10', 6, '1500.00', 'no_image.png', '0', '730.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1033, 'P001040', '70.100.12', 6, '1500.00', 'no_image.png', '0', '730.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1034, 'P001041', '70.105.13', 6, '1500.00', 'no_image.png', '0', '830.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1035, 'P001042', '70.110.12', 6, '1500.00', 'no_image.png', '0', '990.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1036, 'P001043', '72.100.12', 6, '2000.00', 'no_image.png', '0', '913.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1037, 'P001044', '75.90.10', 6, '1500.00', 'no_image.png', '0', '660.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1038, 'P001045', '75.95.11', 6, '1500.00', 'no_image.png', '0', '737.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1039, 'P001046', '75.95.12', 6, '1500.00', 'no_image.png', '0', '737.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1040, 'P001047', '75.100.10', 6, '1500.00', 'no_image.png', '0', '730.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1041, 'P001048', '75.100.12', 6, '1500.00', 'no_image.png', '0', '730.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1042, 'P001049', '75.100.13', 6, '1500.00', 'no_image.png', '0', '803.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1043, 'P001050', '75.105.13', 6, '1500.00', 'no_image.png', '0', '830.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1044, 'P001051', '75.110.12', 6, '1500.00', 'no_image.png', '0', '990.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1045, 'P001052', '75.115.13', 6, '1500.00', 'no_image.png', '0', '1078.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1046, 'P001059', '85.120.10', 6, '1500.00', 'no_image.png', '0', '1144.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1047, 'P001054', '80.105.13', 6, '1500.00', 'no_image.png', '0', '830.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1048, 'P001060', '85.125.12', 6, '2500.00', 'no_image.png', '0', '1210.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1049, 'P001061', '85.130.12', 6, '2500.00', 'no_image.png', '0', '1309.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1050, 'P001062', '85.140.12', 6, '5000.00', 'no_image.png', '0', '1485.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1051, 'P001063', '90.110.10', 6, '1500.00', 'no_image.png', '0', '900.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1052, 'P001064', '90.115.13', 6, '2500.00', 'no_image.png', '0', '1078.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1053, 'P001065', '90.125.12', 6, '2500.00', 'no_image.png', '0', '1210.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1054, 'P001066', '90.130.12', 6, '2500.00', 'no_image.png', '0', '1309.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1055, 'P001067', '95.110.12', 6, '3000.00', 'no_image.png', '0', '900.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1056, 'P001068', '95.115.12', 6, '2000.00', 'no_image.png', '0', '1078.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1057, 'P001069', '95.120.12', 6, '2000.00', 'no_image.png', '0', '1040.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1058, 'P001070', '95.125.12', 6, '2000.00', 'no_image.png', '0', '1210.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1059, 'P001071', '100.120.12', 6, '2000.00', 'no_image.png', '0', '1144.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1060, 'P001072', '100.120.13', 6, '2000.00', 'no_image.png', '0', '1144.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1061, 'P001073', '100.125.13', 6, '2000.00', 'no_image.png', '0', '1210.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1062, 'P001074', '100.130.13', 6, '2500.00', 'no_image.png', '0', '1309.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1063, 'P001075', '100.135.12', 6, '2500.00', 'no_image.png', '0', '1300.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1064, 'P001076', '100.145.14', 6, '2000.00', 'no_image.png', '0', '1485.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1065, 'P001077', '105.130.12', 6, '3000.00', 'no_image.png', '0', '1309.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1066, 'P001078', '105.140.13', 6, '3500.00', 'no_image.png', '0', '1485.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1067, 'P001079', '105.140.14', 6, '3500.00', 'no_image.png', '0', '1485.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1068, 'P001080', '110.130.12', 6, '3000.00', 'no_image.png', '0', '1190.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1069, 'P001081', '110.135.13', 6, '2500.00', 'no_image.png', '0', '1300.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1070, 'P001082', '110.135.15', 6, '3000.00', 'no_image.png', '0', '1300.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1071, 'P001083', '110.140.14', 6, '3000.00', 'no_image.png', '0', '1485.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1072, 'P001084', '110.150.13', 6, '4000.00', 'no_image.png', '0', '1550.000', 1, 0, 'code39', 'standard', '<del></del>', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1073, 'P001085', '110.150.14', 6, '4000.00', 'no_image.png', '0', '1550.000', 1, 0, 'code39', 'standard', '<del></del>', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1074, 'P001086', '115.140.12', 6, '4000.00', 'no_image.png', '0', '1485.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1075, 'P001087', '115.145.14', 6, '3000.00', 'no_image.png', '0', '1500.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1076, 'P001088', '115.150.14', 6, '4000.00', 'no_image.png', '0', '1550.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1077, 'P001089', '115.160.15', 6, '4000.00', 'no_image.png', '0', '1800.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1078, 'P001090', '120.140.12', 6, '3000.00', 'no_image.png', '0', '1350.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1079, 'P001091', '120.140.14', 6, '3000.00', 'no_image.png', '0', '1350.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1080, 'P001092', '120.150.12', 6, '3500.00', 'no_image.png', '0', '1705.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1081, 'P001093', '120.150.14', 6, '3500.00', 'no_image.png', '0', '1705.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1082, 'P001094', '120.155.14', 6, '3500.00', 'no_image.png', '0', '1705.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1083, 'P001095', '120.160.13', 6, '6000.00', 'no_image.png', '0', '1800.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1084, 'P001096', '120.160.14', 6, '4000.00', 'no_image.png', '0', '1980.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1085, 'P001097', '120.170.14', 6, '6000.00', 'no_image.png', '0', '2277.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1086, 'P001098', '120.180.15', 6, '8000.00', 'no_image.png', '0', '2706.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1087, 'P001099', '125.150.13', 6, '3500.00', 'no_image.png', '0', '1550.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1088, 'P001100', '125.160.12', 6, '4000.00', 'no_image.png', '0', '1800.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1089, 'P001101', '130.150.13', 6, '3000.00', 'no_image.png', '0', '1705.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1090, 'P001102', '130.160.13', 6, '3500.00', 'no_image.png', '0', '1980.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1091, 'P001103', '130.160.15', 6, '3500.00', 'no_image.png', '0', '1980.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1092, 'P001104', '130.170.13', 6, '6000.00', 'no_image.png', '0', '2277.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1093, 'P001105', '130.170.15', 6, '6000.00', 'no_image.png', '0', '2277.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1094, 'P001106', '135.160.15', 6, '3500.00', 'no_image.png', '0', '1980.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1095, 'P001107', '135.165.13', 6, '3500.00', 'no_image.png', '0', '2134.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1096, 'P001108', '135.165.14', 6, '3500.00', 'no_image.png', '0', '2134.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1097, 'P001109', '135.170.12', 6, '6000.00', 'no_image.png', '0', '2277.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1098, 'P001110', '140.160.14', 6, '6000.00', 'no_image.png', '0', '1980.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1099, 'P001111', '140.170.14', 6, '6000.00', 'no_image.png', '0', '2277.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1100, 'P001112', '140.170.15', 6, '6000.00', 'no_image.png', '0', '2277.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1101, 'P001113', '150.170.15', 6, '7000.00', 'no_image.png', '0', '2070.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1102, 'P001114', '150.180.12', 6, '6000.00', 'no_image.png', '0', '2460.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1103, 'P001115', '150.180.16', 6, '6000.00', 'no_image.png', '0', '2460.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1104, 'P001116', '155.190.15', 6, '12000.00', 'no_image.png', '0', '2992.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1105, 'P001117', '160.180.15', 6, '10000.00', 'no_image.png', '0', '2992.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1106, 'P001118', '160.190.14', 6, '10000.00', 'no_image.png', '0', '2992.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1107, 'P001119', '160.200.15', 6, '12000.00', 'no_image.png', '0', '3564.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1108, 'P001120', '160.210.15', 6, '18000.00', 'no_image.png', '0', '3760.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1109, 'P001121', '165.190.14', 6, '10000.00', 'no_image.png', '0', '2992.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1110, 'P001122', '170.200.15', 6, '10000.00', 'no_image.png', '0', '3565.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1111, 'P001123', '175.200.15', 6, '10000.00', 'no_image.png', '0', '3564.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1112, 'P001124', '180.210.15', 6, '10000.00', 'no_image.png', '0', '3760.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1113, 'P001125', '185.210.15', 6, '10000.00', 'no_image.png', '0', '4136.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1114, 'P001126', '200.230.15', 6, '12000.00', 'no_image.png', '0', '5125.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1115, 'P001127', '13.20.5=သံ', 4, '1000.00', 'no_image.png', '0', '250.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1116, 'P001128', '14.20.5', 4, '1500.00', 'no_image.png', '0', '550.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1117, 'P001129', '17.34.7', 4, '1000.00', 'no_image.png', '0', '250.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1118, 'P001130', '19.38.7/7.5', 4, '1000.00', 'no_image.png', '0', '250.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1119, 'P001131', '20.32.7', 4, '500.00', 'no_image.png', '0', '210.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1120, 'P001132', '20.47.10', 4, '800.00', 'no_image.png', '0', '280.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1121, 'P001133', '21.35.7', 4, '1000.00', 'no_image.png', '0', '350.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1122, 'P001134', '22.32.7', 4, '1000.00', 'no_image.png', '0', '200.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1123, 'P001135', '22.35.7', 4, '500.00', 'no_image.png', '0', '180.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1124, 'P001136', '25.37.7', 4, '1000.00', 'no_image.png', '0', '303.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1125, 'P001137', '25.42.7', 4, '700.00', 'no_image.png', '0', '300.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1126, 'P001138', '25.62.10', 4, '800.00', 'no_image.png', '0', '340.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1127, 'P001139', '28.47.7', 4, '1000.00', 'no_image.png', '0', '275.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1128, 'P001140', '30.37.4', 4, '1000.00', 'no_image.png', '0', '400.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1129, 'P001142', '30.40.7', 4, '1000.00', 'no_image.png', '0', '276.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1130, 'P001143', '30.42.6/9', 4, '1000.00', 'no_image.png', '0', '358.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1131, 'P001144', '30.50.10', 4, '800.00', 'no_image.png', '0', '375.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1132, 'P001145', '30.55.10', 4, '1000.00', 'no_image.png', '0', '425.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1133, 'P001146', '30.62.10', 4, '800.00', 'no_image.png', '0', '375.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1134, 'P001147', '32.42.7', 4, '500.00', 'no_image.png', '0', '300.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1135, 'P001148', '32.44.7', 4, '1000.00', 'no_image.png', '0', '325.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1136, 'P001149', '32.46.7', 4, '1000.00', 'no_image.png', '0', '450.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1137, 'P001150', '32.52.11', 4, '700.00', 'no_image.png', '0', '300.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1138, 'P001151', '35.48.8', 4, '1000.00', 'no_image.png', '0', '325.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1139, 'P001152', '35.50.8', 4, '700.00', 'no_image.png', '0', '385.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1140, 'P001153', '35.52.10', 4, '1000.00', 'no_image.png', '0', '375.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1141, 'P001154', '35.56.10', 4, '800.00', 'no_image.png', '0', '495.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1142, 'P001155', '37.57.10', 4, '1000.00', 'no_image.png', '0', '450.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1143, 'P001156', '38.50.8', 4, '1000.00', 'no_image.png', '0', '375.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1144, 'P001157', '38.55.8', 4, '1000.00', 'no_image.png', '0', '374.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1145, 'P001158', '38.56.10', 4, '1000.00', 'no_image.png', '0', '450.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1146, 'P001159', '38.58.11', 4, '1000.00', 'no_image.png', '0', '400.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1147, 'P001160', '38.74.11 သံ', 4, '1500.00', 'no_image.png', '0', '770.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1148, 'P001161', '40.50.7', 4, '1000.00', 'no_image.png', '0', '352.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1149, 'P001162', '40.55.8', 4, '1000.00', 'no_image.png', '0', '352.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1150, 'P001163', '40.56.8', 4, '1200.00', 'no_image.png', '0', '450.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1151, 'P001164', '40.66.8/11.5', 4, '1000.00', 'no_image.png', '0', '590.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1152, 'P001165', '40.70.12', 4, '1000.00', 'no_image.png', '0', '676.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1153, 'P001166', '42.62.10', 4, '1000.00', 'no_image.png', '0', '450.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1154, 'P001167', '42.65.12', 4, '1000.00', 'no_image.png', '0', '410.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1155, 'P001168', '45.62.10', 4, '900.00', 'no_image.png', '0', '440.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1156, 'P001169', '45.75.12', 4, '1000.00', 'no_image.png', '0', '700.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1157, 'P001170', '47.84.10/12.5', 4, '2500.00', 'no_image.png', '0', '800.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1158, 'P001171', '48.72.12', 4, '1000.00', 'no_image.png', '0', '550.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1159, 'P001172', '50.70.10', 4, '1000.00', 'no_image.png', '0', '425.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1160, 'P001173', '50.70.12', 4, '1000.00', 'no_image.png', '0', '550.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1161, 'P001174', '50.72.12', 4, '1000.00', 'no_image.png', '0', '605.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1162, 'P001175', '50.75.12', 4, '1000.00', 'no_image.png', '0', '605.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1163, 'P001176', '50.80.12', 4, '1000.00', 'no_image.png', '0', '600.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1164, 'P001177', '50.90.10', 4, '1500.00', 'no_image.png', '0', '800.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1165, 'P001178', '52.65.9', 4, '850.00', 'no_image.png', '0', '680.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1166, 'P001179', '52.68.7.5/12', 4, '1500.00', 'no_image.png', '0', '1000.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1167, 'P001180', '52.72.12', 4, '1500.00', 'no_image.png', '0', '1003.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1168, 'P001181', '52.75.10', 4, '1000.00', 'no_image.png', '0', '600.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1169, 'P001182', '52.75.12', 4, '1000.00', 'no_image.png', '0', '600.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1170, 'P001183', '55.72.12', 4, '1000.00', 'no_image.png', '0', '600.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1171, 'P001184', '55.75.12', 4, '1000.00', 'no_image.png', '0', '600.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1172, 'P001185', '55.78.10/18.9', 4, '3000.00', 'no_image.png', '0', '2300.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1173, 'P001186', '55.82.12', 4, '1000.00', 'no_image.png', '0', '650.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1174, 'P001187', '55.85.10', 4, '1500.00', 'no_image.png', '0', '880.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1175, 'P001188', '55.100.12', 4, '2000.00', 'no_image.png', '0', '1200.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1176, 'P001189', '58.80.12', 4, '1000.00', 'no_image.png', '0', '700.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1177, 'P001190', '58.88  သံ', 4, '1500.00', 'no_image.png', '0', '900.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1178, 'P001191', '60.72.12 သံ', 4, '1500.00', 'no_image.png', '0', '625.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1179, 'P001192', '60.75.8', 4, '1000.00', 'no_image.png', '0', '625.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1180, 'P001193', '60.80.8', 4, '1500.00', 'no_image.png', '0', '715.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1181, 'P001194', '60.80.12', 4, '1000.00', 'no_image.png', '0', '715.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1182, 'P001195', '60.82.12', 4, '1500.00', 'no_image.png', '0', '688.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1183, 'P001196', '60.85.12', 4, '1500.00', 'no_image.png', '0', '700.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1184, 'P001197', '60.90.12', 4, '1500.00', 'no_image.png', '0', '800.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1185, 'P001198', '60.95.12', 4, '1500.00', 'no_image.png', '0', '900.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1186, 'P001199', '62.82.9 သံ', 4, '1500.00', 'no_image.png', '0', '900.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1187, 'P001200', '62.85.8/10 သံ', 4, '1500.00', 'no_image.png', '0', '1000.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1188, 'P001201', '62.82.9', 4, '1500.00', 'no_image.png', '0', '688.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1189, 'P001202', '62.93.12', 4, '2000.00', 'no_image.png', '0', '880.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1190, 'P001203', '65.85.12', 4, '1500.00', 'no_image.png', '0', '650.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1191, 'P001204', '65.90.13', 4, '1500.00', 'no_image.png', '0', '900.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1192, 'P001205', '65.90.13 သံ', 4, '2000.00', 'no_image.png', '0', '1200.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1193, 'P001206', '68.90.10 သံ', 4, '2000.00', 'no_image.png', '0', '900.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1194, 'P001207', '70.88.12', 4, '1500.00', 'no_image.png', '0', '800.000', 1, 0, 'code39', 'standard', '', 0, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1195, 'P001208', '70.95.12', 4, '1500.00', 'no_image.png', '0', '880.000', 1, 0, 'code39', 'standard', '', 0, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1196, 'P001209', '70.100.12', 4, '1500.00', 'no_image.png', '0', '900.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1197, 'P001210', '70.100.13', 4, '1500.00', 'no_image.png', '0', '900.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1198, 'P001211', '70.112.12/30 သံ', 4, '4000.00', 'no_image.png', '0', '2300.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1199, 'P001212', '70.124.10/16 သံ', 4, '6000.00', 'no_image.png', '0', '4500.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1200, 'P001213', '75.95.13', 4, '1500.00', 'no_image.png', '0', '800.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1201, 'P001214', '76.102.12/22 သံ', 4, '6000.00', 'no_image.png', '0', '3000.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1202, 'P001215', '78.115.10/19.5 သံ', 4, '2000.00', 'no_image.png', '0', '1500.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1203, 'P001216', '80.100.12', 4, '1500.00', 'no_image.png', '0', '800.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1204, 'P001217', '80.110.12', 4, '1500.00', 'no_image.png', '0', '1100.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1205, 'P001218', '80.113.12/22 သံ', 4, '4000.00', 'no_image.png', '0', '2400.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1206, 'P001219', '80.115.12', 4, '2000.00', 'no_image.png', '0', '1100.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1207, 'P001220', '80.120.12', 4, '2000.00', 'no_image.png', '0', '1300.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1208, 'P001221', '85.100.12', 4, '1500.00', 'no_image.png', '0', '800.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1209, 'P001222', '85.110.13', 4, '1500.00', 'no_image.png', '0', '990.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1210, 'P001223', '85.115.12', 4, '2000.00', 'no_image.png', '0', '1000.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1211, 'P001224', '90.110.12', 4, '1500.00', 'no_image.png', '0', '1100.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1212, 'P001225', '95.130.13', 4, '2500.00', 'no_image.png', '0', '1430.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1213, 'P001226', '100.140.13', 4, '2500.00', 'no_image.png', '0', '1500.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1214, 'P001227', '100.125.13', 4, '2000.00', 'no_image.png', '0', '1200.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1215, 'P001228', '120.150.14', 4, '3500.00', 'no_image.png', '0', '2000.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1216, 'P001229', '125.150.14 သံ', 4, '3500.00', 'no_image.png', '0', '1500.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1217, 'P001230', '127.147.11 သံ', 4, '3000.00', 'no_image.png', '0', '1400.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1218, 'P001231', '140.170.15', 4, '6000.00', 'no_image.png', '0', '2800.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1219, 'P001232', '170.200.15', 4, '7000.00', 'no_image.png', '0', '4500.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1220, 'P001233', '10.22.7', 2, '1000.00', 'no_image.png', '0', '160.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1221, 'P001234', '10.30.7', 2, '1000.00', 'no_image.png', '0', '200.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1222, 'P001235', '11.6.24.10', 2, '1000.00', 'no_image.png', '0', '300.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1223, 'P001236', '12.20.5', 2, '1000.00', 'no_image.png', '0', '240.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1224, 'P001237', '12.22.9', 2, '1000.00', 'no_image.png', '0', '160.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1225, 'P001238', '12.25.7', 2, '1000.00', 'no_image.png', '0', '300.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1226, 'P001239', '12.28.7', 2, '1000.00', 'no_image.png', '0', '250.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1227, 'P001240', '15.25.7', 2, '1000.00', 'no_image.png', '0', '222.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1228, 'P001241', '15.28.7', 2, '1000.00', 'no_image.png', '0', '222.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1229, 'P001242', '15.30.7', 2, '500.00', 'no_image.png', '0', '222.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1230, 'P001243', '15.32.7', 2, '1000.00', 'no_image.png', '0', '222.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1231, 'P001244', '15.35.7', 2, '1000.00', 'no_image.png', '0', '222.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1232, 'P001245', '16.22.5', 2, '1000.00', 'no_image.png', '0', '222.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1233, 'P001246', '16.30.7', 2, '1000.00', 'no_image.png', '0', '160.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1234, 'P001247', '16.32.7', 2, '1000.00', 'no_image.png', '0', '222.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1235, 'P001248', '17.30.7', 2, '1000.00', 'no_image.png', '0', '250.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1236, 'P001249', '17.30.7 NOK', 2, '1000.00', 'no_image.png', '0', '300.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1237, 'P001250', '17.32.7', 2, '1000.00', 'no_image.png', '0', '280.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1238, 'P001251', '18.30.7', 2, '1000.00', 'no_image.png', '0', '300.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1239, 'P001252', '18.32.7', 2, '1000.00', 'no_image.png', '0', '222.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1240, 'P001253', '19.32.8', 2, '1000.00', 'no_image.png', '0', '300.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1241, 'P001254', '20.28.5 JAPAN', 2, '2000.00', 'no_image.png', '0', '1200.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1242, 'P001255', '20.32.5', 2, '1000.00', 'no_image.png', '0', '320.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1243, 'P001256', '20.32.7', 2, '500.00', 'no_image.png', '0', '210.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1244, 'P001257', '20.32.7 nok japan', 2, '500.00', 'no_image.png', '0', '250.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1245, 'P001258', '20.35.7', 2, '500.00', 'no_image.png', '0', '100.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1246, 'P001259', '20.35.8', 2, '500.00', 'no_image.png', '0', '100.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1247, 'P001260', '20.36.7', 2, '1000.00', 'no_image.png', '0', '358.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1248, 'P001261', '20.38.7', 2, '1000.00', 'no_image.png', '0', '300.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1249, 'P001262', '20.40.7', 2, '1000.00', 'no_image.png', '0', '350.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1250, 'P001263', '20.47.10', 2, '1000.00', 'no_image.png', '0', '350.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1251, 'P001264', '20.30.7', 2, '1000.00', 'no_image.png', '0', '300.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1252, 'P001265', '21.35.7 MU', 2, '1500.00', 'no_image.png', '0', '700.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1253, 'P001266', '21.38.8', 2, '1000.00', 'no_image.png', '0', '220.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1254, 'P001267', '22.35.7', 2, '1000.00', 'no_image.png', '0', '250.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1255, 'P001268', '22.36.7', 2, '1000.00', 'no_image.png', '0', '300.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1256, 'P001269', '22.38.7', 2, '1000.00', 'no_image.png', '0', '300.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1257, 'P001270', '22.39.9', 2, '1000.00', 'no_image.png', '0', '400.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1258, 'P001271', '22.42.10', 2, '1000.00', 'no_image.png', '0', '300.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1259, 'P001272', '24.30.7', 2, '1000.00', 'no_image.png', '0', '150.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1260, 'P001273', '24.32.7', 2, '1000.00', 'no_image.png', '0', '300.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1261, 'P001274', '24.36.8', 2, '1000.00', 'no_image.png', '0', '325.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1262, 'P001275', '24.38.7', 2, '1000.00', 'no_image.png', '0', '325.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1263, 'P001276', '24.40.8', 2, '1000.00', 'no_image.png', '0', '400.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1264, 'P001277', '25.36.7', 2, '1000.00', 'no_image.png', '0', '313.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1265, 'P001278', '25.37.7', 2, '1000.00', 'no_image.png', '0', '303.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1266, 'P001279', '25.38.7', 2, '500.00', 'no_image.png', '0', '100.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1267, 'P001280', '25.40.7', 2, '1000.00', 'no_image.png', '0', '312.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1268, 'P001281', '25.40.8', 2, '1000.00', 'no_image.png', '0', '313.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1269, 'P001282', '25.44.7', 2, '1000.00', 'no_image.png', '0', '313.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1270, 'P001283', '25.47.10', 2, '1000.00', 'no_image.png', '0', '450.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1271, 'P001284', '25.50.10', 2, '1000.00', 'no_image.png', '0', '450.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1272, 'P001285', '25.52.10', 2, '800.00', 'no_image.png', '0', '340.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1273, 'P001286', '25.55.10', 2, '1000.00', 'no_image.png', '0', '600.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1274, 'P001287', '26.40.7', 2, '1000.00', 'no_image.png', '0', '300.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1275, 'P001288', '26.42.7', 2, '1000.00', 'no_image.png', '0', '270.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1276, 'P001289', '26.47.10', 2, '1000.00', 'no_image.png', '0', '340.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1277, 'P001290', '27.37.7', 2, '1000.00', 'no_image.png', '0', '600.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1278, 'P001291', '27.43.9', 2, '1000.00', 'no_image.png', '0', '600.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1279, 'P001292', '28.38.7', 2, '1000.00', 'no_image.png', '0', '400.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1280, 'P001293', '28.40.8', 2, '1000.00', 'no_image.png', '0', '270.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1281, 'P001294', '28.41.7', 2, '1000.00', 'no_image.png', '0', '408.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1282, 'P001295', '28.42.7', 2, '1000.00', 'no_image.png', '0', '408.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1283, 'P001296', '28.45.8', 2, '1000.00', 'no_image.png', '0', '408.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1284, 'P001297', '28.45.8', 2, '1000.00', 'no_image.png', '0', '408.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1285, 'P001298', '28.47.7', 2, '1000.00', 'no_image.png', '0', '643.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1286, 'P001299', '28.48.8', 2, '1000.00', 'no_image.png', '0', '643.000', 1, 0, 'code39', 'standard', '', 0, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1287, 'P001300', '28.52.10', 2, '1000.00', 'no_image.png', '0', '350.000', 1, 0, 'code39', 'standard', '', 0, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1288, 'P001301', '28.62.10', 2, '1000.00', 'no_image.png', '0', '643.000', 1, 0, 'code39', 'standard', '', 0, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1289, 'P001302', '30.40.7', 2, '1000.00', 'no_image.png', '0', '450.000', 1, 0, 'code39', 'standard', '', 0, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1290, 'P001303', '30.43.9.5', 2, '1000.00', 'no_image.png', '0', '358.000', 1, 0, 'code39', 'standard', '', 0, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1291, 'P001304', '30.45.6', 2, '1000.00', 'no_image.png', '0', '450.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1292, 'P001305', '30.45.8  NOK', 2, '1500.00', 'no_image.png', '0', '600.000', 1, 0, 'code39', 'standard', '', 16, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1293, 'P001306', '30.45.8', 2, '1000.00', 'no_image.png', '0', '450.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1294, 'P001307', '30.47.7', 2, '1000.00', 'no_image.png', '0', '461.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1295, 'P001308', '30.58.11', 2, '1000.00', 'no_image.png', '0', '600.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1296, 'P001309', '30.60.10', 2, '1000.00', 'no_image.png', '0', '500.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1297, 'P001310', '30.65.10', 2, '1000.00', 'no_image.png', '0', '500.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1298, 'P001311', '30.72.10', 2, '1000.00', 'no_image.png', '0', '577.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1299, 'P001312', '32.40.6 NOK', 2, '1000.00', 'no_image.png', '0', '700.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1300, 'P001313', '32.45.7', 2, '1000.00', 'no_image.png', '0', '400.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1301, 'P001314', '32.47.8', 2, '1000.00', 'no_image.png', '0', '600.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1302, 'P001315', '32.53.7 NECT JAPAN', 2, '1500.00', 'no_image.png', '0', '600.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1303, 'P001316', '33.46.10', 2, '1000.00', 'no_image.png', '0', '374.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1304, 'P001317', '34.50.11 NOK', 2, '2000.00', 'no_image.png', '0', '1000.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1305, 'P001318', '35.47.7', 2, '1000.00', 'no_image.png', '0', '656.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1306, 'P001319', '35.50.8', 2, '700.00', 'no_image.png', '0', '400.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1307, 'P001320', '35.52.8', 2, '1000.00', 'no_image.png', '0', '374.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1308, 'P001321', '35.52.9', 2, '1000.00', 'no_image.png', '0', '374.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1309, 'P001322', '35.55.10', 2, '1000.00', 'no_image.png', '0', '549.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1310, 'P001323', '35.55.11 NECT JAPAN', 2, '1000.00', 'no_image.png', '0', '800.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1311, 'P001324', '35.62.7 NOK JAPAN', 2, '2000.00', 'no_image.png', '0', '1200.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1312, 'P001325', '35.65.10', 2, '1000.00', 'no_image.png', '0', '600.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1313, 'P001326', '35.72.10', 2, '1000.00', 'no_image.png', '0', '600.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1314, 'P001327', '38.44.12', 2, '1000.00', 'no_image.png', '0', '450.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1315, 'P001328', '38.50.8', 2, '1000.00', 'no_image.png', '0', '686.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1316, 'P001329', '38.56.10', 2, '1300.00', 'no_image.png', '0', '700.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1317, 'P001330', '38.60.10', 2, '1000.00', 'no_image.png', '0', '650.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1318, 'P001331', '38.62.10', 2, '1000.00', 'no_image.png', '0', '700.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1319, 'P001332', '38.65.9', 2, '1500.00', 'no_image.png', '0', '600.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1320, 'P001333', '38.65  သံ', 2, '1500.00', 'no_image.png', '0', '978.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1321, 'P001334', '38.72.10', 2, '1000.00', 'no_image.png', '0', '700.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1322, 'P001335', '38.74.11 သံ NOK', 2, '1500.00', 'no_image.png', '0', '770.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1323, 'P001336', '40.50.6.5', 2, '1000.00', 'no_image.png', '0', '400.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1324, 'P001337', '40.58.8', 2, '1000.00', 'no_image.png', '0', '500.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1325, 'P001338', '40.62.8', 2, '1000.00', 'no_image.png', '0', '572.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1326, 'P001339', '40.62.10', 2, '1000.00', 'no_image.png', '0', '455.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1327, 'P001340', '40.65.10', 2, '1000.00', 'no_image.png', '0', '774.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1328, 'P001341', '40.68.10', 2, '1000.00', 'no_image.png', '0', '590.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1329, 'P001342', '40.75.12', 2, '1000.00', 'no_image.png', '0', '751.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1330, 'P001343', '40.90.10', 2, '2000.00', 'no_image.png', '0', '1300.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1331, 'P001344', '41.40.13 JAPAN', 2, '2000.00', 'no_image.png', '0', '1200.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1332, 'P001345', '41.47.12', 2, '1000.00', 'no_image.png', '0', '400.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1333, 'P001346', '41.53.7', 2, '1500.00', 'no_image.png', '0', '1014.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1334, 'P001347', '42.55.7', 2, '1000.00', 'no_image.png', '0', '771.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1335, 'P001348', '42.55.7 သံ', 2, '1000.00', 'no_image.png', '0', '771.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1336, 'P001349', '42.55.9', 2, '1000.00', 'no_image.png', '0', '771.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1337, 'P001350', '42.58.8', 2, '1000.00', 'no_image.png', '0', '771.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1338, 'P001351', '42.62.10', 2, '1300.00', 'no_image.png', '0', '771.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1339, 'P001352', '42.68.9', 2, '1500.00', 'no_image.png', '0', '771.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1340, 'P001353', '42.72.12', 2, '1500.00', 'no_image.png', '0', '771.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1341, 'P001354', '43.63.9', 2, '1000.00', 'no_image.png', '0', '400.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1342, 'P001355', '43.65.10', 2, '1000.00', 'no_image.png', '0', '410.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1343, 'P001356', '43.70.9/15.5 NOK', 2, '3000.00', 'no_image.png', '0', '1200.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1344, 'P001357', '44.60.9', 2, '1000.00', 'no_image.png', '0', '442.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1345, 'P001358', '45.62.9 သံ', 2, '1500.00', 'no_image.png', '0', '1000.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1346, 'P001359', '45.62.10', 2, '1000.00', 'no_image.png', '0', '650.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1347, 'P001360', '45.65.12', 2, '1000.00', 'no_image.png', '0', '657.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1348, 'P001361', '45.65.12', 2, '1000.00', 'no_image.png', '0', '600.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1349, 'P001363', '45.68.12', 2, '1000.00', 'no_image.png', '0', '846.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1350, 'P001364', '45.72.10', 2, '1000.00', 'no_image.png', '0', '650.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1351, 'P001365', '45.72.12', 2, '1500.00', 'no_image.png', '0', '1000.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1352, 'P001366', '47.63.70.6/13', 2, '2000.00', 'no_image.png', '0', '800.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1353, 'P001367', '48.60.9 သံ', 2, '1500.00', 'no_image.png', '0', '900.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1354, 'P001368', '48.70.9 သံ', 2, '1500.00', 'no_image.png', '0', '900.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1355, 'P001369', '48.72.12', 2, '1000.00', 'no_image.png', '0', '650.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1356, 'P001370', '48.80.10', 2, '2000.00', 'no_image.png', '0', '1200.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1357, 'P001371', '48.102.8/10', 2, '3000.00', 'no_image.png', '0', '2500.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1358, 'P001372', '50.60.9', 2, '1000.00', 'no_image.png', '0', '600.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1359, 'P001373', '50.62.10', 2, '1500.00', 'no_image.png', '0', '800.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1360, 'P001374', '50.64.10', 2, '1000.00', 'no_image.png', '0', '640.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1361, 'P001375', '50.65.9', 2, '1000.00', 'no_image.png', '0', '650.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1362, 'P001376', '50.72.9', 2, '1000.00', 'no_image.png', '0', '650.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1363, 'P001377', '50.75.12', 2, '1500.00', 'no_image.png', '0', '1000.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1364, 'P001378', '52.62.5/9', 2, '1500.00', 'no_image.png', '0', '1000.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1365, 'P001380', '52.65.9', 2, '1000.00', 'no_image.png', '0', '700.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1366, 'P001381', '52.68.7.5/12', 2, '1500.00', 'no_image.png', '0', '1000.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1367, 'P001382', '52.70.9', 2, '1000.00', 'no_image.png', '0', '657.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1368, 'P001383', '52.72.12', 2, '1500.00', 'no_image.png', '0', '1000.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1369, 'P001384', '52.100.15 သံ', 2, '4000.00', 'no_image.png', '0', '2200.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1370, 'P001385', '54.73.7.9', 2, '1000.00', 'no_image.png', '0', '700.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1371, 'P001386', '55.68.11', 2, '1500.00', 'no_image.png', '0', '600.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1372, 'P001387', '55.70.9', 2, '1500.00', 'no_image.png', '0', '608.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1374, 'P001389', '55.75.10', 2, '1500.00', 'no_image.png', '0', '1000.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1375, 'P001390', '56.72.9', 2, '1000.00', 'no_image.png', '0', '600.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1376, 'P001391', '56.73.8/12', 2, '1000.00', 'no_image.png', '0', '450.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1377, 'P001392', '200.300.12', 2, '1500.00', 'no_image.png', '0', '700.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1378, 'P001393', '55.80.10', 2, '1500.00', 'no_image.png', '0', '1000.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1379, 'P001394', '55.90.10', 2, '1500.00', 'no_image.png', '0', '956.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1380, 'P001395', '57.76.12', 2, '1500.00', 'no_image.png', '0', '1144.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1381, 'P001396', '58.72.9', 2, '1500.00', 'no_image.png', '0', '1000.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1382, 'P001397', '58.7.85.1.8', 2, '1500.00', 'no_image.png', '0', '916.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1383, 'P001398', '58.102.12 သံ', 2, '3000.00', 'no_image.png', '0', '2300.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1384, 'P001399', '60.75.9', 2, '1500.00', 'no_image.png', '0', '750.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1385, 'P001400', '60.82.12', 2, '1500.00', 'no_image.png', '0', '850.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1386, 'P001401', '60.85.12', 2, '1500.00', 'no_image.png', '0', '1133.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1387, 'P001402', '60.90.12', 2, '1500.00', 'no_image.png', '0', '1100.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1388, 'P001403', '60.100.10', 2, '1800.00', 'no_image.png', '0', '1300.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1389, 'P001404', '62.85.12', 2, '1500.00', 'no_image.png', '0', '1133.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1390, 'P001405', '62.85.12 JAPAN', 2, '2200.00', 'no_image.png', '0', '1800.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1391, 'P001406', '62.90.13', 2, '1500.00', 'no_image.png', '0', '950.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1392, 'P001407', '63.100.12.5/21', 2, '2000.00', 'no_image.png', '0', '1000.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1393, 'P001408', '65.82.10', 2, '1500.00', 'no_image.png', '0', '1133.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1394, 'P001409', '65.90.12', 2, '1500.00', 'no_image.png', '0', '1200.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1395, 'P001410', '65.95.13', 2, '1500.00', 'no_image.png', '0', '1200.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1396, 'P001411', '65.105.9/15', 2, '3000.00', 'no_image.png', '0', '2200.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1397, 'P001412', '65.120.13', 2, '1800.00', 'no_image.png', '0', '1200.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1398, 'P001413', '68.88.9.5', 2, '1500.00', 'no_image.png', '0', '1000.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1399, 'P001414', '70.92.12', 2, '1500.00', 'no_image.png', '0', '1000.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1400, 'P001415', '70.110.13', 2, '2500.00', 'no_image.png', '0', '1500.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1401, 'P001416', '70.112.10/18', 2, '3500.00', 'no_image.png', '0', '2500.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1402, 'P001417', '70.124.10/16 MU', 2, '6000.00', 'no_image.png', '0', '4500.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1403, 'P001418', '75.95.8', 2, '1500.00', 'no_image.png', '0', '880.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1404, 'P001419', '75.100.12 NOK JAPAN', 2, '3000.00', 'no_image.png', '0', '2200.000', 1, 0, 'code39', 'standard', '<ol><li></li></ol>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1405, 'P001420', '75.100.13 NOK JAPAN', 2, '3000.00', 'no_image.png', '0', '2200.000', 1, 0, 'code39', 'standard', '<span></span><br>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1406, 'P001421', '75.100.13', 2, '1500.00', 'no_image.png', '0', '1200.000', 1, 0, 'code39', 'standard', '<span></span><br>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1407, 'P001422', '75.102.15', 2, '2000.00', 'no_image.png', '0', '1500.000', 1, 0, 'code39', 'standard', '<span></span><br>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1408, 'P001423', '75.110.12', 2, '2000.00', 'no_image.png', '0', '1575.000', 1, 0, 'code39', 'standard', '<span></span><br>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1409, 'P001424', '75.110.13', 2, '2000.00', 'no_image.png', '0', '1575.000', 1, 0, 'code39', 'standard', '<span></span><br>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1410, 'P001425', '75.112.10/17', 2, '2500.00', 'no_image.png', '0', '1800.000', 1, 0, 'code39', 'standard', '<span></span><br>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1411, 'P001426', '75.115.13/20', 2, '2500.00', 'no_image.png', '0', '1800.000', 1, 0, 'code39', 'standard', '<span></span><br>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1412, 'P001427', '75.121.13 သံ', 2, '3000.00', 'no_image.png', '0', '2045.000', 1, 0, 'code39', 'standard', '<span></span><br>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1413, 'P001428', '75.121.13', 2, '3000.00', 'no_image.png', '0', '2045.000', 1, 0, 'code39', 'standard', '<span></span><br>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1414, 'P001429', '80.100.13', 2, '1500.00', 'no_image.png', '0', '1200.000', 1, 0, 'code39', 'standard', '<span></span><br>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1415, 'P001430', '80.105.13', 2, '2000.00', 'no_image.png', '0', '1400.000', 1, 0, 'code39', 'standard', '<span></span><br>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1416, 'P001431', '80.110.12', 2, '2000.00', 'no_image.png', '0', '1400.000', 1, 0, 'code39', 'standard', '<span></span><br>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1417, 'P001432', '80.110.13', 2, '2000.00', 'no_image.png', '0', '1500.000', 1, 0, 'code39', 'standard', '<span></span><br>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1418, 'P001433', '80.122.10/18', 2, '3500.00', 'no_image.png', '0', '2300.000', 1, 0, 'code39', 'standard', '<span></span><br>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1419, 'P001434', '85.102.12', 2, '4000.00', 'no_image.png', '0', '3500.000', 1, 0, 'code39', 'standard', '<span></span><br>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1420, 'P001435', '85.114.12', 2, '2000.00', 'no_image.png', '0', '1400.000', 1, 0, 'code39', 'standard', '<span></span><br>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1421, 'P001436', '85.115.13', 2, '2000.00', 'no_image.png', '0', '1500.000', 1, 0, 'code39', 'standard', '<span></span><br>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1422, 'P001437', '80.115.15', 2, '2000.00', 'no_image.png', '0', '1400.000', 1, 0, 'code39', 'standard', '<span></span><br>', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1423, 'P001438', '90.110.8.5', 2, '2000.00', 'no_image.png', '0', '1500.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1424, 'P001439', '90.125.13', 2, '2500.00', 'no_image.png', '0', '2112.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1425, 'P001440', '90.135.15', 2, '2500.00', 'no_image.png', '0', '2112.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1426, 'P001441', '95.120.13', 2, '2000.00', 'no_image.png', '0', '2112.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1427, 'P001442', '95.120.13 NOK JAPAN', 2, '4000.00', 'no_image.png', '0', '3000.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1428, 'P001443', '100.120.13', 2, '2500.00', 'no_image.png', '0', '1998.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1429, 'P001444', '102.116.14', 2, '1500.00', 'no_image.png', '0', '1000.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1430, 'P001445', '105.125.13', 2, '2500.00', 'no_image.png', '0', '1998.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1431, 'P001446', '105.135.14', 2, '3000.00', 'no_image.png', '0', '2200.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1432, 'P001447', '110.140.13', 2, '3500.00', 'no_image.png', '0', '2840.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1433, 'P001448', '114.130.11  သံ', 2, '3500.00', 'no_image.png', '0', '2408.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1434, 'P001449', '114.130.11', 2, '3000.00', 'no_image.png', '0', '2408.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1435, 'P001450', '116.132.12', 2, '2000.00', 'no_image.png', '0', '1000.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1436, 'P001451', '120.140.12', 2, '3500.00', 'no_image.png', '0', '2841.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1437, 'P001452', '135.165.13', 2, '4500.00', 'no_image.png', '0', '3300.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1438, 'P001453', '146.170.18', 2, '7000.00', 'no_image.png', '0', '3300.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1439, 'P001454', '150.180.15', 2, '7000.00', 'no_image.png', '0', '4000.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1440, 'P001455', '154.175.13 သံ', 2, '7000.00', 'no_image.png', '0', '3000.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1441, 'P001456', '155.180.17', 2, '7000.00', 'no_image.png', '0', '3500.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1442, 'P001457', 'Trane 10kg', 7, '71000.00', 'no_image.png', '0', '67000.000', 1, 0, 'code39', 'standard', '', 1, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1443, 'P001459', 'CROWN အပူခံ 0.5kg', 7, '4000.00', 'no_image.png', '0', '3080.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1444, 'P001460', 'DYNAMO 18kg', 7, '105000.00', 'no_image.png', '0', '99500.000', 1, 0, 'code39', 'standard', '', 1, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1445, 'P001461', 'Trane 18kg', 7, '105000.00', 'no_image.png', '0', '99800.000', 1, 0, 'code39', 'standard', '', 1, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1446, 'P001462', '999/250/sp 4.5litre', 33, '11000.00', 'no_image.png', '0', '10600.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1447, 'P001463', 'king 90/4.5litre', 33, '9000.00', 'no_image.png', '0', '7366.000', 1, 0, 'code39', 'standard', '', 4, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1448, 'P001464', 'king 140/4.5litre', 33, '9000.00', 'no_image.png', '0', '7366.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1450, 'P001465', '25.35.7', 4, '500.00', 'no_image.png', '0', '200.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1454, 'P001466', 'MPT Etop', 21, '1.00', 'no_image.png', '0', '0.949', 1, 0, 'code39', 'etopup', '', 0, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1455, 'P001467', 'Telenor Etop', 23, '1.00', 'no_image.png', '0', '0.949', 1, 0, 'code39', 'standard', '', 0, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1456, 'P001468', 'Ooredoo Etop', 25, '1.00', 'no_image.png', '0', '0.949', 1, 0, 'code39', 'standard', '', 0, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1457, 'P001469', 'Mytel Etop', 27, '1.00', 'no_image.png', '0', '0.949', 1, 0, 'code39', 'standard', '', 0, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1458, 'P001470', 'fm.65', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 65);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1459, 'P001471', 'fm.66', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 0, 66);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1460, 'P001472', 'fm.67', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 67);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1461, 'P001473', 'fm.68', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 68);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1462, 'P001474', 'fm.69', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 69);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1463, 'P001475', 'fm.71', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 5, 71);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1464, 'P001476', 'fm.75', 28, '17.00', 'no_image.png', '0', '14.000', 1, 0, 'code39', 'standard', '', 3, 75);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1465, 'P001477', 'c.52', 13, '85.00', 'no_image.png', '0', '63.000', 1, 0, 'code39', 'standard', '', 2, 52);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1466, 'P001478', 'c.53', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 2, 53);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1467, 'P001479', 'c.55', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 2, 55);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1468, 'P001480', 'c.57', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 2, 57);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1469, 'P001481', 'c.58', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 2, 58);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1470, 'P001482', 'c.59', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 2, 59);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1471, 'P001483', 'c.60', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 2, 60);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1472, 'P001484', 'c.63', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 2, 63);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1473, 'P001485', 'c.65', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 2, 65);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1474, 'P001486', 'c.67', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 2, 67);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1475, 'P001487', 'c.69', 13, '85.00', 'no_image.png', '0', '64.000', 1, 0, 'code39', 'standard', '', 2, 69);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1476, 'P001488', 'cx.85', 19, '160.00', 'no_image.png', '0', '135.000', 1, 0, 'code39', 'standard', '', 3, 85);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1477, 'P001489', 's5m.390×8mm', 39, '7500.00', 'no_image.png', '0', '1575.000', 1, 0, 'code39', 'standard', '', 10, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1478, 'P001490', 's5m.390×25mm', 39, '12500.00', 'no_image.png', '0', '5175.000', 1, 0, 'code39', 'standard', '', 6, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1479, 'P001491', 's5m.390×30mm', 39, '15000.00', 'no_image.png', '0', '6300.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1480, 'P001492', '220L×30mm', 39, '17000.00', 'no_image.png', '0', '6075.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1481, 'P001493', '8m.576×20mm', 39, '20000.00', 'no_image.png', '0', '7770.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1482, 'P001494', '8m.712×20mm', 39, '22000.00', 'no_image.png', '0', '9546.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1483, 'P001495', '8m.1200×20mm', 39, '27000.00', 'no_image.png', '0', '16206.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1484, 'P001496', 'H.500×25mm', 39, '25000.00', 'no_image.png', '0', '12210.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1485, 'P001497', '320L×30mm', 39, '17000.00', 'no_image.png', '0', '8071.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1486, 'P001498', 's3m.390×8mm', 39, '3500.00', 'no_image.png', '0', '550.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1487, 'P001499', '8m.400×30mm', 39, '15000.00', 'no_image.png', '0', '6277.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1488, 'P001500', '427L×25mm', 39, '18000.00', 'no_image.png', '0', '8968.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1489, 'P001501', '300L×25mm', 39, '15000.00', 'no_image.png', '0', '6277.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1490, 'P001503', '187L×25mm', 39, '12000.00', 'no_image.png', '0', '3587.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1491, 'P001504', '570L×25', 39, '25000.00', 'no_image.png', '0', '12106.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1492, 'P001505', '8m.696×30mm', 39, '35000.00', 'no_image.png', '0', '23765.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1493, 'P001506', '270L×25mm', 39, '15000.00', 'no_image.png', '0', '6726.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1494, 'P001507', '210L×25mm', 39, '15000.00', 'no_image.png', '0', '4259.000', 1, 0, 'code39', 'standard', '', 0, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1495, 'P001508', '3m.300×9mm', 39, '4000.00', 'no_image.png', '0', '1575.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1496, 'P001509', '285L×25mm', 39, '15000.00', 'no_image.png', '0', '7200.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1497, 'P001510', '322L×30mm', 39, '25000.00', 'no_image.png', '0', '9900.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1498, 'P001511', '8m.600×30mm', 39, '22000.00', 'no_image.png', '0', '11500.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1499, 'P001512', '8m.600×25mm', 39, '25000.00', 'no_image.png', '0', '10350.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1500, 'P001513', 's5m.390×20mm', 39, '12500.00', 'no_image.png', '0', '4500.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1501, 'P001514', '8m.480×21mm', 39, '10000.00', 'no_image.png', '0', '3080.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1502, 'P001515', 'T10.560×15mm', 39, '7500.00', 'no_image.png', '0', '1980.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1503, 'P001516', 'T5.1800×15mm pu', 39, '15000.00', 'no_image.png', '0', '7700.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1504, 'P001518', '170XL×10mm', 39, '4000.00', 'no_image.png', '0', '2400.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1505, 'P001519', '70.80.6 black', 35, '6000.00', 'no_image.png', '0', '3080.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1506, 'P001520', '30.45.8', 4, '1000.00', 'no_image.png', '0', '320.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1507, 'P001521', '25.40.7', 4, '1000.00', 'no_image.png', '0', '230.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1508, 'P001522', '90.110.13', 4, '1500.00', 'no_image.png', '0', '1000.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1509, 'P001523', '80.105.13', 4, '1500.00', 'no_image.png', '0', '990.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1510, 'P001524', '32.50.8', 2, '1000.00', 'no_image.png', '0', '450.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1511, 'P001525', '200.240.15', 6, '30000.00', 'no_image.png', '0', '5800.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1512, 'P001526', '90.120.13', 6, '2000.00', 'no_image.png', '0', '1100.000', 1, 0, 'code39', 'standard', '', 3, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1513, 'P001527', '30.54.9', 6, '1000.00', 'no_image.png', '0', '352.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1514, 'P001528', '65.113.10/30 သံကော်လန်', 4, '6500.00', 'no_image.png', '0', '2400.000', 1, 0, 'code39', 'standard', '', 2, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1515, 'P001529', '25.35.7', 2, '500.00', 'no_image.png', '0', '247.000', 1, 0, 'code39', 'standard', '', 25, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1516, 'P001530', '28.48.11', 2, '1000.00', 'no_image.png', '0', '477.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1517, 'P001531', '22.4-30-5', 35, '3000.00', 'no_image.png', '0', '1100.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1518, 'P001532', '8m.680×20mm', 39, '52000.00', 'no_image.png', '0', '33000.000', 1, 0, 'code39', 'standard', '', 0, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1519, 'P001533', '78.100.12', 6, '1500.00', 'no_image.png', '0', '730.000', 1, 0, 'code39', 'standard', '', 5, 0);


#
# TABLE STRUCTURE FOR: tec_purchase_items
#

DROP TABLE IF EXISTS `tec_purchase_items`;

CREATE TABLE `tec_purchase_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `purchase_id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `quantity` int(11) NOT NULL,
  `cost` decimal(25,2) NOT NULL,
  `subtotal` decimal(25,2) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=59 DEFAULT CHARSET=utf8;

INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1, 1, 858, 200, '300.00', '60000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2, 2, 872, 100, '450.00', '45000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (4, 3, 854, 100, '225.00', '22500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (12, 4, 2, 5, '1750.00', '8750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (13, 4, 3, 8, '3400.00', '27200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (14, 4, 5, 4, '3650.00', '14600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (15, 4, 6, 1, '6800.00', '6800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (16, 4, 7, 4, '7300.00', '29200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (17, 4, 8, 2, '14500.00', '29000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (18, 4, 9, 1, '35000.00', '35000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (19, 5, 1453, 10, '2000.00', '20000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (22, 7, 10, 12, '5633.00', '67596.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (23, 8, 2, 10, '1750.00', '17500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (24, 9, 1454, 100000, '0.95', '94900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (25, 10, 43, 1, '4712.00', '4712.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (26, 10, 44, 15, '9425.00', '141375.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (27, 10, 45, 3, '18850.00', '56550.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (29, 12, 857, 50, '275.00', '13750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (30, 12, 1183, 50, '715.00', '35750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (31, 13, 425, 10, '35.00', '350.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (32, 13, 470, 3, '35.00', '105.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (33, 13, 471, 5, '35.00', '175.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (34, 13, 479, 10, '35.00', '350.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (35, 13, 490, 8, '35.00', '280.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (36, 13, 491, 5, '35.00', '175.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (37, 13, 492, 4, '35.00', '140.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (38, 13, 570, 4, '64.00', '256.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (39, 13, 573, 4, '64.00', '256.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (40, 13, 711, 4, '75.00', '300.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (41, 13, 722, 8, '75.00', '600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (42, 13, 725, 5, '75.00', '375.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (43, 13, 737, 10, '75.00', '750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (44, 14, 1455, 100000, '0.95', '95000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (45, 15, 1447, 18, '7200.00', '129600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (46, 16, 1454, 300000, '0.95', '284700.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (47, 17, 58, 5, '14.00', '70.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (48, 17, 60, 17, '14.00', '238.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (49, 17, 61, 10, '14.00', '140.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (50, 17, 165, 10, '14.00', '140.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (51, 17, 219, 1, '21.00', '21.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (52, 18, 473, 10, '35.00', '350.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (53, 18, 474, 5, '35.00', '175.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (54, 18, 475, 30, '35.00', '1050.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (55, 18, 479, 20, '35.00', '700.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (56, 19, 37, 5, '3150.00', '15750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (57, 19, 40, 3, '12150.00', '36450.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (58, 20, 1455, 100000, '0.95', '95000.00');


#
# TABLE STRUCTURE FOR: tec_purchases
#

DROP TABLE IF EXISTS `tec_purchases`;

CREATE TABLE `tec_purchases` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `reference` varchar(55) NOT NULL,
  `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `note` varchar(1000) NOT NULL,
  `total` decimal(25,2) NOT NULL,
  `attachment` varchar(255) DEFAULT NULL,
  `supplier_id` int(11) DEFAULT NULL,
  `received` tinyint(1) DEFAULT NULL,
  `created_by` int(11) NOT NULL,
  `store_id` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8;

INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`) VALUES (1, '', '2019-12-09 10:53:00', '', '60000.00', NULL, 2, 1, 2, 1);
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`) VALUES (2, '', '2019-12-09 11:06:00', '', '45000.00', NULL, 3, 1, 2, 1);
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`) VALUES (3, '', '2019-12-09 11:12:00', '', '22500.00', NULL, 3, 1, 2, 1);
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`) VALUES (4, '', '2019-12-09 17:11:00', '', '150550.00', NULL, 4, 1, 2, 1);
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`) VALUES (5, '', '2019-12-10 09:46:00', '', '20000.00', NULL, 2, 1, 1, 1);
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`) VALUES (7, 'အမဲဆီ', '2019-12-16 20:30:00', '', '67596.00', NULL, 7, 1, 2, 1);
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`) VALUES (8, 'အမဲဆီ ', '2019-12-17 18:20:00', '', '17500.00', NULL, 4, 1, 2, 1);
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`) VALUES (9, 'Etop', '2019-12-19 10:09:00', '', '94900.00', NULL, 8, 1, 2, 1);
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`) VALUES (10, 'Ananda', '2019-12-20 18:56:00', '', '202637.00', NULL, 2, 1, 2, 1);
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`) VALUES (12, '', '2019-12-22 09:45:00', '', '49500.00', NULL, 6, 1, 2, 1);
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`) VALUES (13, 'ပန်ကာကြိုး', '2019-12-23 15:24:00', '', '4112.00', NULL, 12, 1, 2, 1);
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`) VALUES (14, 'Telenor', '2019-12-23 16:33:00', '', '95000.00', NULL, 10, 1, 2, 1);
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`) VALUES (15, 'King oil', '2019-12-24 14:38:00', '', '129600.00', NULL, 7, 1, 2, 1);
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`) VALUES (16, '', '2019-12-24 14:40:00', '', '284700.00', NULL, 8, 1, 2, 1);
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`) VALUES (17, 'ပန်ကာကြိုး', '2019-12-24 15:04:00', '', '609.00', NULL, 13, 1, 2, 1);
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`) VALUES (18, '', '2019-12-27 15:51:00', '', '2275.00', NULL, 12, 1, 2, 1);
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`) VALUES (19, '', '2019-12-27 15:57:00', '', '52200.00', NULL, 14, 1, 2, 1);
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`) VALUES (20, 'Telenor', '2019-12-27 17:29:00', '', '95000.00', NULL, 10, 1, 2, 1);


#
# TABLE STRUCTURE FOR: tec_registers
#

DROP TABLE IF EXISTS `tec_registers`;

CREATE TABLE `tec_registers` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `user_id` int(11) NOT NULL,
  `cash_in_hand` decimal(25,2) NOT NULL,
  `status` varchar(10) NOT NULL,
  `total_cash` decimal(25,2) DEFAULT NULL,
  `total_cheques` int(11) DEFAULT NULL,
  `total_cc_slips` int(11) DEFAULT NULL,
  `total_cash_submitted` decimal(25,2) DEFAULT NULL,
  `total_cheques_submitted` int(11) DEFAULT NULL,
  `total_cc_slips_submitted` int(11) DEFAULT NULL,
  `note` text,
  `closed_at` timestamp NULL DEFAULT NULL,
  `transfer_opened_bills` varchar(50) DEFAULT NULL,
  `closed_by` int(11) DEFAULT NULL,
  `store_id` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8;

INSERT INTO `tec_registers` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`, `store_id`) VALUES (1, '2019-11-26 15:29:34', 1, '0.00', 'close', '0.00', 0, 0, '0.00', NULL, NULL, '', '2019-12-05 13:11:24', NULL, 1, 1);
INSERT INTO `tec_registers` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`, `store_id`) VALUES (2, '2019-11-27 09:33:30', 2, '0.00', 'close', '-96935.00', 0, 0, '-96935.00', NULL, NULL, '', '2019-12-09 18:58:26', NULL, 2, 1);
INSERT INTO `tec_registers` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`, `store_id`) VALUES (3, '2019-12-05 14:34:33', 1, '0.00', 'close', '0.00', 0, 0, '0.00', NULL, NULL, '', '2019-12-05 16:43:32', NULL, 1, 1);
INSERT INTO `tec_registers` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`, `store_id`) VALUES (4, '2019-12-05 16:43:45', 1, '0.00', 'close', '0.00', 0, 0, '0.00', NULL, NULL, '', '2019-12-08 10:45:28', NULL, 1, 2);
INSERT INTO `tec_registers` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`, `store_id`) VALUES (5, '2019-12-08 10:45:40', 1, '0.00', 'open', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1);
INSERT INTO `tec_registers` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`, `store_id`) VALUES (6, '2019-12-10 11:13:15', 2, '0.00', 'close', '208940.00', 0, 0, '208940.00', NULL, NULL, '', '2019-12-15 17:01:55', NULL, 2, 1);
INSERT INTO `tec_registers` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`, `store_id`) VALUES (7, '2019-12-15 18:51:37', 2, '0.00', 'close', '115688.00', 0, 0, '115688.00', NULL, NULL, '', '2019-12-16 20:58:27', NULL, 2, 1);
INSERT INTO `tec_registers` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`, `store_id`) VALUES (8, '2019-12-17 08:49:34', 2, '0.00', 'close', '148499.00', 0, 0, '148499.00', NULL, NULL, '', '2019-12-17 18:25:02', NULL, 2, 1);
INSERT INTO `tec_registers` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`, `store_id`) VALUES (9, '2019-12-18 09:22:06', 2, '0.00', 'close', '639194.00', 0, 0, '639194.00', NULL, NULL, '', '2019-12-18 18:07:17', NULL, 2, 1);
INSERT INTO `tec_registers` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`, `store_id`) VALUES (10, '2019-12-19 10:05:58', 2, '0.00', 'close', '-185613.00', 0, 0, '-185613.00', NULL, NULL, '', '2019-12-19 18:33:36', NULL, 2, 1);
INSERT INTO `tec_registers` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`, `store_id`) VALUES (11, '2019-12-20 09:08:47', 2, '0.00', 'close', '495854.00', 0, 0, '495854.00', NULL, NULL, '', '2019-12-20 19:02:19', NULL, 2, 1);
INSERT INTO `tec_registers` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`, `store_id`) VALUES (12, '2019-12-21 10:39:46', 2, '0.00', 'close', '194000.00', 0, 0, '194000.00', NULL, NULL, '', '2019-12-21 18:35:45', NULL, 2, 1);
INSERT INTO `tec_registers` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`, `store_id`) VALUES (13, '2019-12-22 09:33:28', 2, '0.00', 'close', '40270.00', 0, 0, '40270.00', NULL, NULL, '', '2019-12-22 17:48:00', NULL, 2, 1);
INSERT INTO `tec_registers` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`, `store_id`) VALUES (14, '2019-12-23 09:15:32', 2, '0.00', 'close', '460479.00', 0, 0, '460479.00', NULL, NULL, '', '2019-12-23 20:37:04', NULL, 2, 1);
INSERT INTO `tec_registers` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`, `store_id`) VALUES (15, '2019-12-24 10:25:36', 2, '0.00', 'close', '168431.00', 0, 0, '168431.00', NULL, NULL, '', '2019-12-24 18:14:51', NULL, 2, 1);
INSERT INTO `tec_registers` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`, `store_id`) VALUES (16, '2019-12-25 20:08:18', 2, '0.00', 'close', '104490.88', 0, 0, '104490.88', NULL, NULL, '', '2019-12-25 21:10:42', NULL, 2, 1);
INSERT INTO `tec_registers` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`, `store_id`) VALUES (17, '2019-12-26 12:21:38', 2, '0.00', 'close', '90499.00', 0, 0, '90499.00', NULL, NULL, '', '2019-12-26 18:15:20', NULL, 2, 1);
INSERT INTO `tec_registers` (`id`, `date`, `user_id`, `cash_in_hand`, `status`, `total_cash`, `total_cheques`, `total_cc_slips`, `total_cash_submitted`, `total_cheques_submitted`, `total_cc_slips_submitted`, `note`, `closed_at`, `transfer_opened_bills`, `closed_by`, `store_id`) VALUES (18, '2019-12-27 10:29:10', 2, '0.00', 'close', '125578.00', 0, 0, '125578.00', NULL, NULL, '', '2019-12-27 18:15:28', NULL, 2, 1);


#
# TABLE STRUCTURE FOR: tec_sale_items
#

DROP TABLE IF EXISTS `tec_sale_items`;

CREATE TABLE `tec_sale_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `sale_id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `quantity` int(11) NOT NULL,
  `unit_price` decimal(25,2) NOT NULL,
  `net_unit_price` decimal(25,2) NOT NULL,
  `discount` varchar(20) DEFAULT NULL,
  `item_discount` decimal(25,2) DEFAULT NULL,
  `tax` int(20) DEFAULT NULL,
  `item_tax` decimal(25,2) DEFAULT NULL,
  `subtotal` decimal(25,2) NOT NULL,
  `real_unit_price` decimal(25,2) DEFAULT NULL,
  `cost` decimal(25,2) DEFAULT '0.00',
  `product_code` varchar(50) DEFAULT NULL,
  `product_categories` varchar(100) DEFAULT NULL,
  `product_name` varchar(50) DEFAULT NULL,
  `comment` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=652 DEFAULT CHARSET=utf8;

INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (12, 7, 40, 1, '13500.00', '13500.00', '0', '0.00', 0, '0.00', '13500.00', '13500.00', '12150.00', 'P000040', 'အမဲဆီ', 'Ptt EP 2kg အပြာရောင်', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (13, 7, 425, 3, '1600.00', '1600.00', '0', '0.00', 0, '0.00', '4800.00', '1600.00', '1400.00', 'P0000425', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.40', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (14, 7, 462, 4, '3000.00', '3000.00', '0', '0.00', 0, '0.00', '12000.00', '3000.00', '2625.00', 'P0000462', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.75', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (15, 7, 747, 4, '7225.00', '7225.00', '0', '0.00', 0, '0.00', '28900.00', '7225.00', '6375.00', 'P000748', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.85', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (16, 8, 858, 20, '500.00', '500.00', '0', '0.00', 0, '0.00', '10000.00', '500.00', '400.00', 'P000862', 'Oil Seal I/STO', '58.80.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (18, 10, 734, 2, '6120.00', '6120.00', '0', '0.00', 0, '0.00', '12240.00', '6120.00', '5400.00', 'P000735', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.72', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (19, 11, 78, 1, '765.00', '765.00', '0', '0.00', 0, '0.00', '765.00', '765.00', '630.00', 'P000078', 'ပန်ကာကြိုး A ပြောင် China', 'A.45', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (20, 12, 2, 1, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '2000.00', '2000.00', '1750.00', 'P000002', 'အမဲဆီ', 'မိချောင်း 0.5kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (21, 12, 251, 2, '1606.00', '1606.00', '0', '0.00', 0, '0.00', '3212.00', '1606.00', '1387.00', 'P0000251', 'ပန်ကာကြိုး B ပြောင် China', 'B.73', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (22, 13, 916, 3, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '3000.00', '1000.00', '275.00', 'P000923', 'Oil Seal OKTY', '30.42.7', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (23, 14, 1450, 1, '500.00', '500.00', '0', '0.00', 0, '0.00', '500.00', '500.00', '200.00', 'P001465', 'Oil Seal Korea', '25.35.7', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (24, 15, 68, 5, '595.00', '595.00', '0', '0.00', 0, '0.00', '2975.00', '595.00', '490.00', 'P000068', 'ပန်ကာကြိုး A ပြောင် China', 'A.35', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (25, 15, 174, 5, '782.00', '782.00', '0', '0.00', 0, '0.00', '3910.00', '782.00', '644.00', 'P0000174', 'ပန်ကာကြိုး FMပြောင် China', 'FM.46', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (26, 15, 455, 10, '2244.00', '2244.00', '0', '0.00', 0, '0.00', '22440.00', '2244.00', '2380.00', 'P0000455', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.68', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (27, 15, 485, 10, '3234.00', '3234.00', '0', '0.00', 0, '0.00', '32340.00', '3234.00', '3430.00', 'P0000485', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.98', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (28, 15, 554, 5, '7500.00', '7500.00', '0', '0.00', 0, '0.00', '37500.00', '7500.00', '6400.00', 'P0000554', 'ပန်ကာကြိုး C ပြောင် Thailand', 'C.100', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (29, 15, 557, 10, '7875.00', '7875.00', '0', '0.00', 0, '0.00', '78750.00', '7875.00', '6720.00', 'P0000557', 'ပန်ကာကြိုး C ပြောင် Thailand', 'C.105', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (30, 15, 742, 10, '6800.00', '6800.00', '0', '0.00', 0, '0.00', '68000.00', '6800.00', '6000.00', 'P000743', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.80', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (31, 15, 750, 10, '7040.00', '7040.00', '0', '0.00', 0, '0.00', '70400.00', '7040.00', '6600.00', 'P000751', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.88', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (32, 15, 987, 5, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '5000.00', '1000.00', '460.00', 'P000994', 'Oil Seal OKTY', '50.72.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (33, 15, 1163, 1, '3540.00', '3540.00', '0', '0.00', 0, '0.00', '3540.00', '3540.00', '600.00', 'P001176', 'Oil Seal Korea', '50.80.12', 'ud 4pcs');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (34, 16, 872, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '450.00', 'P000878', 'Oil Seal I/STO', '75.100.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (35, 16, 1174, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.00', '880.00', 'P001187', 'Oil Seal Korea', '55.85.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (42, 23, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (43, 24, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (55, 31, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '5155441');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (56, 32, 1454, 30000, '1.00', '1.00', '0', '0.00', 0, '0.00', '30000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '420053063');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (57, 33, 1454, 45000, '1.00', '1.00', '0', '0.00', 0, '0.00', '45000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (58, 34, 1455, 226000, '1.00', '1.00', '0', '0.00', 0, '0.00', '226000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (59, 35, 1454, 25000, '1.00', '1.00', '0', '0.00', 0, '0.00', '25000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (60, 36, 1454, 30000, '1.00', '1.00', '0', '0.00', 0, '0.00', '30000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (61, 37, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (62, 38, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '420220110');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (63, 39, 1454, 50000, '1.00', '1.00', '0', '0.00', 0, '0.00', '50000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (64, 40, 1454, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (65, 41, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (66, 42, 1454, 81000, '1.00', '1.00', '0', '0.00', 0, '0.00', '81000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (67, 43, 1454, 30000, '1.00', '1.00', '0', '0.00', 0, '0.00', '30000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (68, 44, 1455, 30000, '1.00', '1.00', '0', '0.00', 0, '0.00', '30000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (69, 45, 1454, 25000, '1.00', '1.00', '0', '0.00', 0, '0.00', '25000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (70, 46, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (71, 47, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (72, 48, 1454, 245000, '1.00', '1.00', '0', '0.00', 0, '0.00', '245000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (73, 49, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (74, 50, 1454, 48000, '1.00', '1.00', '0', '0.00', 0, '0.00', '48000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (75, 51, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (76, 52, 1454, 50000, '1.00', '1.00', '0', '0.00', 0, '0.00', '50000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (77, 53, 1455, 15000, '1.00', '1.00', '0', '0.00', 0, '0.00', '15000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (78, 54, 1456, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (79, 55, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (80, 56, 1454, 15000, '1.00', '1.00', '0', '0.00', 0, '0.00', '15000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (81, 57, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '09955173154');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (82, 58, 1454, 40000, '1.00', '1.00', '0', '0.00', 0, '0.00', '40000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (83, 59, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (84, 60, 1454, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (85, 61, 1454, 38000, '1.00', '1.00', '0', '0.00', 0, '0.00', '38000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (86, 62, 1455, 11000, '1.00', '1.00', '0', '0.00', 0, '0.00', '11000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (87, 63, 1454, 111000, '1.00', '1.00', '0', '0.00', 0, '0.00', '111000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (88, 64, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (89, 65, 1454, 65000, '1.00', '1.00', '0', '0.00', 0, '0.00', '65000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (90, 66, 1456, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (91, 67, 1454, 30000, '1.00', '1.00', '0', '0.00', 0, '0.00', '30000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (92, 68, 1454, 7000, '1.00', '1.00', '0', '0.00', 0, '0.00', '7000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (93, 69, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (94, 70, 1454, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (95, 71, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (96, 72, 1454, 15000, '1.00', '1.00', '0', '0.00', 0, '0.00', '15000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (97, 73, 1454, 50000, '1.00', '1.00', '0', '0.00', 0, '0.00', '50000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (98, 74, 1455, 75000, '1.00', '1.00', '0', '0.00', 0, '0.00', '75000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (99, 75, 1456, 25000, '1.00', '1.00', '0', '0.00', 0, '0.00', '25000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (100, 76, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (101, 77, 1454, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (102, 78, 1457, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (103, 79, 1454, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (104, 80, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (105, 81, 1456, 8000, '1.00', '1.00', '0', '0.00', 0, '0.00', '8000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (106, 82, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (107, 83, 1454, 15000, '1.00', '1.00', '0', '0.00', 0, '0.00', '15000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (108, 84, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (110, 86, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '09965127802');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (111, 87, 1454, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (112, 88, 1456, 6000, '1.00', '1.00', '0', '0.00', 0, '0.00', '6000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (113, 89, 1454, 6000, '1.00', '1.00', '0', '0.00', 0, '0.00', '6000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (114, 90, 1454, 31350, '1.00', '1.00', '0', '0.00', 0, '0.00', '31350.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (115, 91, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (116, 92, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '09975127802');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (117, 93, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '09965000189');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (118, 94, 1454, 30000, '1.00', '1.00', '0', '0.00', 0, '0.00', '30000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '09422448335');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (119, 95, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (120, 96, 1454, 35000, '1.00', '1.00', '0', '0.00', 0, '0.00', '35000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (121, 97, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (122, 98, 1454, 80000, '1.00', '1.00', '0', '0.00', 0, '0.00', '80000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (123, 99, 1456, 33000, '1.00', '1.00', '0', '0.00', 0, '0.00', '33000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (124, 100, 1454, 154800, '1.00', '1.00', '0', '0.00', 0, '0.00', '154800.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (125, 101, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '09780313458');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (126, 102, 1457, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Etop', 'mytel');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (127, 103, 1454, 2000, '1.00', '1.00', '0', '0.00', 0, '0.00', '2000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', 'kyaw thu');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (128, 104, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '09783699558');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (129, 105, 1457, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Etop', '09685650273');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (130, 106, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '4200');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (131, 107, 1454, 1000, '1.00', '1.00', '0', '0.00', 0, '0.00', '1000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (132, 108, 1454, 1000, '1.00', '1.00', '0', '0.00', 0, '0.00', '1000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (133, 109, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '5121439');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (134, 110, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '09454909010');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (135, 111, 1454, 40000, '1.00', '1.00', '0', '0.00', 0, '0.00', '40000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '095106886');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (136, 112, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '5106886');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (137, 113, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '445127802');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (138, 114, 454, 2, '2680.00', '2680.00', '0', '0.00', 0, '0.00', '5360.00', '2680.00', '2345.00', 'P0000454', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.67', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (139, 115, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (140, 116, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (141, 117, 1456, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '0997 211 0646');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (142, 118, 1457, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Etop', 'lb mail');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (143, 119, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '09421028797');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (144, 120, 855, 2, '500.00', '500.00', '0', '0.00', 0, '0.00', '1000.00', '500.00', '230.00', 'P000859', 'Oil Seal I/STO', '50.72.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (145, 121, 435, 6, '1920.00', '1920.00', '0', '0.00', 0, '0.00', '11520.00', '1920.00', '1680.00', 'P0000435', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.48', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (146, 121, 714, 2, '4420.00', '4420.00', '0', '0.00', 0, '0.00', '8840.00', '4420.00', '3900.00', 'P000715', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.52', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (147, 121, 1447, 2, '9000.00', '9000.00', '0', '0.00', 0, '0.00', '18000.00', '9000.00', '7366.00', 'P001463', 'ဂီယာဝိုင်', 'king 90/4.5litre', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (148, 122, 453, 1, '2640.00', '2640.00', '0', '0.00', 0, '0.00', '2640.00', '2640.00', '2310.00', 'P0000453', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.66', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (149, 123, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '09250977603');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (150, 124, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', 'သမီး');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (151, 125, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '426666300');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (152, 125, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '776122706');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (153, 126, 1457, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Etop', '09695111509');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (154, 127, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '423741163');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (155, 128, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '5123169');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (156, 129, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '5104385');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (157, 130, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '09427410065');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (158, 131, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '51');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (159, 131, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '7851');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (160, 132, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '0996 364 4347');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (161, 133, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (162, 134, 10, 1, '9000.00', '9000.00', '0', '0.00', 0, '0.00', '9000.00', '9000.00', '6000.00', 'P000010', 'အမဲဆီ', 'King အပူခံ 1kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (163, 134, 1443, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.00', '4000.00', '3080.00', 'P001459', 'အမဲဆီ', 'CROWN အပူခံ 0.5kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (164, 135, 855, 2, '500.00', '500.00', '0', '0.00', 0, '0.00', '1000.00', '500.00', '230.00', 'P000859', 'Oil Seal I/STO', '50.72.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (165, 136, 229, 2, '1122.00', '1122.00', '0', '0.00', 0, '0.00', '2244.00', '1122.00', '969.00', 'P0000229', 'ပန်ကာကြိုး B ပြောင် China', 'B.51', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (166, 137, 1454, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '09444493956');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (167, 138, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '425151839');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (168, 138, 1457, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Etop', '09695151839');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (169, 139, 1454, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', 'myo aye 51');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (170, 139, 1457, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Etop', 'mytel');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (171, 140, 21, 2, '5000.00', '5000.00', '0', '0.00', 0, '0.00', '10000.00', '5000.00', '4760.00', 'P000021', 'Ooredoo Card', 'Ooredoo 5000', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (172, 141, 83, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.00', '750.00', 'P000083', 'ပန်ကာကြိုး A ပြောင် China	', 'A.50', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (173, 142, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (174, 143, 1454, 25000, '1.00', '1.00', '0', '0.00', 0, '0.00', '25000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (175, 144, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '254122804');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (176, 145, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (177, 146, 1454, 4000, '1.00', '1.00', '0', '0.00', 0, '0.00', '4000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (178, 147, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (179, 148, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (180, 149, 439, 4, '2080.00', '2080.00', '0', '0.00', 0, '0.00', '8320.00', '2080.00', '1820.00', 'P0000439', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.52', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (181, 149, 465, 3, '3120.00', '3120.00', '0', '0.00', 0, '0.00', '9360.00', '3120.00', '2730.00', 'P0000465', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.78', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (182, 149, 838, 2, '660.00', '660.00', '0', '0.00', 0, '0.00', '1320.00', '660.00', '180.00', 'P000841', 'Oil Seal I/STO', '40.62.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (183, 149, 926, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '341.00', 'P000933', 'Oil Seal OKTY', '30.55.11', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (184, 149, 1042, 4, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '6000.00', '1500.00', '803.00', 'P001049', 'Oil Seal OKTY', '75.100.13', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (185, 149, 1181, 4, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '4000.00', '1000.00', '715.00', 'P001194', 'Oil Seal Korea', '60.80.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (186, 150, 69, 5, '612.00', '612.00', '0', '0.00', 0, '0.00', '3060.00', '612.00', '504.00', 'P000069', 'ပန်ကာကြိုး A ပြောင် China', 'A.36', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (187, 150, 78, 5, '765.00', '765.00', '0', '0.00', 0, '0.00', '3825.00', '765.00', '630.00', 'P000078', 'ပန်ကာကြိုး A ပြောင် China', 'A.45', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (188, 150, 82, 5, '833.00', '833.00', '0', '0.00', 0, '0.00', '4165.00', '833.00', '686.00', 'P000082', 'ပန်ကာကြိုး A ပြောင် China', 'A.49', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (189, 150, 172, 5, '748.00', '748.00', '0', '0.00', 0, '0.00', '3740.00', '748.00', '616.00', 'P0000172', 'ပန်ကာကြိုး FMပြောင် China', 'FM.44', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (190, 150, 557, 10, '8925.00', '8925.00', '0', '0.00', 0, '0.00', '89250.00', '8925.00', '6720.00', 'P0000557', 'ပန်ကာကြိုး C ပြောင် Thailand', 'C.105', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (191, 150, 934, 50, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '50000.00', '1000.00', '341.00', 'P000941', 'Oil Seal OKTY', '32.52.9.5', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (192, 150, 1011, 10, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '15000.00', '1500.00', '540.00', 'P001018', 'Oil Seal OKTY', '60.85.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (193, 151, 439, 2, '2080.00', '2080.00', '0', '0.00', 0, '0.00', '4160.00', '2080.00', '1820.00', 'P0000439', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.52', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (194, 151, 856, 2, '500.00', '500.00', '0', '0.00', 0, '0.00', '1000.00', '500.00', '275.00', 'P000860', 'Oil Seal I/STO', '50.80.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (195, 151, 859, 3, '500.00', '500.00', '0', '0.00', 0, '0.00', '1500.00', '500.00', '303.00', 'P000863', 'Oil Seal I/STO', '60.80.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (196, 151, 1042, 4, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '6000.00', '1500.00', '803.00', 'P001049', 'Oil Seal OKTY', '75.100.13', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (197, 151, 1447, 1, '9000.00', '9000.00', '0', '0.00', 0, '0.00', '9000.00', '9000.00', '7366.00', 'P001463', 'ဂီယာဝိုင်', 'king 90/4.5litre', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (198, 152, 240, 2, '1364.00', '1364.00', '0', '0.00', 0, '0.00', '2728.00', '1364.00', '1178.00', 'P0000240', 'ပန်ကာကြိုး B ပြောင် China', 'B.62', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (199, 153, 850, 2, '500.00', '500.00', '0', '0.00', 0, '0.00', '1000.00', '500.00', '261.00', 'P000853', 'Oil Seal I/STO', '45.72.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (200, 153, 872, 4, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '4000.00', '1000.00', '450.00', 'P000878', 'Oil Seal I/STO', '75.100.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (201, 153, 1134, 1, '500.00', '500.00', '0', '0.00', 0, '0.00', '500.00', '500.00', '300.00', 'P001147', 'Oil Seal Korea', '32.42.7', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (202, 154, 6, 1, '7500.00', '7500.00', '0', '0.00', 0, '0.00', '7500.00', '7500.00', '6800.00', 'P000006', 'အမဲဆီ', 'မိချောင်း 2kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (203, 154, 838, 4, '500.00', '500.00', '0', '0.00', 0, '0.00', '2000.00', '500.00', '180.00', 'P000841', 'Oil Seal I/STO', '40.62.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (204, 154, 857, 4, '500.00', '500.00', '0', '0.00', 0, '0.00', '2000.00', '500.00', '400.00', 'P000861', 'Oil Seal I/STO', '55.80.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (205, 154, 1024, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.00', '1500.00', '737.00', 'P001031', 'Oil Seal OKTY', '65.95.13', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (206, 154, 1043, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.00', '1500.00', '830.00', 'P001050', 'Oil Seal OKTY', '75.105.13', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (207, 155, 206, 4, '870.00', '870.00', '0', '0.00', 0, '0.00', '3480.00', '870.00', '551.00', 'P000206', 'ပန်ကာကြိုး B ပြောင် China', 'B.29', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (208, 156, 479, 2, '3680.00', '3680.00', '0', '0.00', 0, '0.00', '7360.00', '3680.00', '3220.00', 'P0000479', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.92', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (209, 156, 490, 4, '4160.00', '4160.00', '0', '0.00', 0, '0.00', '16640.00', '4160.00', '3640.00', 'P0000490', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.104', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (210, 157, 11, 1, '18000.00', '18000.00', '0', '0.00', 0, '0.00', '18000.00', '18000.00', '16700.00', 'P000011', 'အမဲဆီ', 'မိချောင်း 5kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (211, 157, 849, 2, '500.00', '500.00', '0', '0.00', 0, '0.00', '1000.00', '500.00', '230.00', 'P000852', 'Oil Seal I/STO', '45.70.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (212, 157, 856, 2, '500.00', '500.00', '0', '0.00', 0, '0.00', '1000.00', '500.00', '275.00', 'P000860', 'Oil Seal I/STO', '50.80.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (213, 157, 872, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '450.00', 'P000878', 'Oil Seal I/STO', '75.100.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (214, 158, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (215, 159, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (216, 160, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '443949460');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (217, 161, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '5143483');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (218, 161, 1457, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Etop', 'myo aye mytel');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (219, 162, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', 'myo aye 89');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (220, 163, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (221, 164, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '51');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (222, 164, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '7851');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (226, 169, 832, 3, '833.00', '833.00', '0', '0.00', 0, '0.00', '2499.00', '833.00', '209.00', 'P000835', 'Oil Seal I/STO', '35.60.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (227, 169, 857, 5, '500.00', '500.00', '0', '0.00', 0, '0.00', '2500.00', '500.00', '400.00', 'P000861', 'Oil Seal I/STO', '55.80.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (228, 169, 1065, 1, '3000.00', '3000.00', '0', '0.00', 0, '0.00', '3000.00', '3000.00', '1309.00', 'P001077', 'Oil Seal OKTY', '105.130.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (229, 169, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (230, 170, 6, 1, '7500.00', '7500.00', '0', '0.00', 0, '0.00', '7500.00', '7500.00', '6800.00', 'P000006', 'အမဲဆီ', 'မိချောင်း 2kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (231, 170, 858, 20, '500.00', '500.00', '0', '0.00', 0, '0.00', '10000.00', '500.00', '400.00', 'P000862', 'Oil Seal I/STO', '58.80.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (232, 170, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (233, 171, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (234, 172, 936, 50, '700.00', '700.00', '0', '0.00', 0, '0.00', '35000.00', '700.00', '297.00', 'P000943', 'Oil Seal OKTY', '32.50.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (235, 172, 1137, 100, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '100000.00', '1000.00', '300.00', 'P001150', 'Oil Seal Korea', '32.52.11', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (236, 173, 838, 2, '500.00', '500.00', '0', '0.00', 0, '0.00', '1000.00', '500.00', '180.00', 'P000841', 'Oil Seal I/STO', '40.62.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (237, 173, 1450, 1, '500.00', '500.00', '0', '0.00', 0, '0.00', '500.00', '500.00', '200.00', 'P001465', 'Oil Seal Korea', '25.35.7', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (238, 173, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (239, 174, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (240, 175, 1266, 4, '500.00', '500.00', '0', '0.00', 0, '0.00', '2000.00', '500.00', '100.00', 'P001279', 'Oil Seal Thailand', '25.38.7', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (241, 176, 645, 1, '2800.00', '2800.00', '0', '0.00', 0, '0.00', '2800.00', '2800.00', '2160.00', 'P0000645', 'ပန်ကာကြိုး AX ချိန်း Thailand', 'AX.40', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (242, 176, 858, 2, '500.00', '500.00', '0', '0.00', 0, '0.00', '1000.00', '500.00', '400.00', 'P000862', 'Oil Seal I/STO', '58.80.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (243, 176, 912, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '270.00', 'P000919', 'Oil Seal OKTY', '28.50.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (244, 177, 838, 2, '500.00', '500.00', '0', '0.00', 0, '0.00', '1000.00', '500.00', '180.00', 'P000841', 'Oil Seal I/STO', '40.62.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (245, 177, 854, 2, '500.00', '500.00', '0', '0.00', 0, '0.00', '1000.00', '500.00', '220.00', 'P000858', 'Oil Seal I/STO', '50.70.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (246, 177, 1270, 6, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '6000.00', '1000.00', '450.00', 'P001283', 'Oil Seal Thailand', '25.47.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (247, 178, 142, 1, '2040.00', '2040.00', '0', '0.00', 0, '0.00', '2040.00', '2040.00', '1680.00', 'P0000142', 'ပန်ကာကြိုး A ပြောင် China', 'A.120', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (248, 178, 946, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '385.00', 'P000953', 'Oil Seal OKTY', '35.56.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (249, 179, 6, 1, '7500.00', '7500.00', '0', '0.00', 0, '0.00', '7500.00', '7500.00', '6800.00', 'P000006', 'အမဲဆီ', 'မိချောင်း 2kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (250, 179, 1369, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.00', '4000.00', '2200.00', 'P001384', 'Oil Seal Thailand', '52.100.15 သံ', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (251, 179, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (252, 180, 2, 2, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '4000.00', '2000.00', '1750.00', 'P000002', 'အမဲဆီ', 'မိချောင်း 0.5kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (253, 180, 1068, 1, '2500.00', '2500.00', '0', '0.00', 0, '0.00', '2500.00', '2500.00', '1190.00', 'P001080', 'Oil Seal OKTY', '110.130.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (254, 180, 1142, 1, '1400.00', '1400.00', '0', '0.00', 0, '0.00', '1400.00', '1400.00', '450.00', 'P001155', 'Oil Seal Korea', '37.57.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (255, 180, 1510, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '450.00', 'P001524', 'Oil Seal Thailand', '32.50.8', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (256, 181, 1099, 2, '6000.00', '6000.00', '0', '0.00', 0, '0.00', '12000.00', '6000.00', '2277.00', 'P001111', 'Oil Seal OKTY', '140.170.14', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (257, 181, 1511, 2, '30000.00', '30000.00', '0', '0.00', 0, '0.00', '60000.00', '30000.00', '5800.00', 'P001525', 'Oil Seal OKTY', '200.240.15', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (258, 181, 1512, 2, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '4000.00', '2000.00', '1100.00', 'P001526', 'Oil Seal OKTY', '90.120.13', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (259, 182, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (260, 183, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (261, 184, 258, 1, '1800.00', '1800.00', '0', '0.00', 0, '0.00', '1800.00', '1800.00', '1520.00', 'P0000258', 'ပန်ကာကြိုး B ပြောင် China', 'B.80', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (262, 184, 1161, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '605.00', 'P001174', 'Oil Seal Korea', '50.72.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (263, 185, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (264, 186, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '450041212');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (265, 187, 1011, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.00', '540.00', 'P001018', 'Oil Seal OKTY', '60.85.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (266, 187, 1046, 2, '2500.00', '2500.00', '0', '0.00', 0, '0.00', '5000.00', '2500.00', '1144.00', 'P001059', 'Oil Seal OKTY', '85.120.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (267, 187, 1054, 1, '3000.00', '3000.00', '0', '0.00', 0, '0.00', '3000.00', '3000.00', '1309.00', 'P001066', 'Oil Seal OKTY', '90.130.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (268, 187, 1387, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.00', '1100.00', 'P001402', 'Oil Seal Thailand', '60.90.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (269, 188, 838, 2, '500.00', '500.00', '0', '0.00', 0, '0.00', '1000.00', '500.00', '180.00', 'P000841', 'Oil Seal I/STO', '40.62.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (270, 188, 945, 2, '750.00', '750.00', '0', '0.00', 0, '0.00', '1500.00', '750.00', '310.00', 'P000952', 'Oil Seal OKTY', '35.55.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (271, 188, 1450, 1, '500.00', '500.00', '0', '0.00', 0, '0.00', '500.00', '500.00', '200.00', 'P001465', 'Oil Seal Korea', '25.35.7', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (272, 188, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (273, 189, 1454, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '5127802');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (274, 190, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (275, 191, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (276, 192, 1457, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (277, 193, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '445127802');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (278, 194, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '40');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (279, 194, 1457, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Etop', '695121');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (280, 195, 550, 4, '7520.00', '7520.00', '0', '0.00', 0, '0.00', '30080.00', '7520.00', '6016.00', 'P0000550', 'ပန်ကာကြိုး C ပြောင် Thailand', 'C.94', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (281, 196, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '785000960');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (282, 197, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '790988163');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (283, 198, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '421158222');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (284, 198, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '09781019567');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (285, 199, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '427970455');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (286, 199, 1455, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '792056225');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (287, 200, 1004, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '572.00', 'P001011', 'Oil Seal OKTY', '55.80.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (288, 200, 1089, 1, '2500.00', '2500.00', '0', '0.00', 0, '0.00', '2500.00', '2500.00', '1705.00', 'P001101', 'Oil Seal OKTY', '130.150.13', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (289, 200, 1209, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.00', '990.00', 'P001222', 'Oil Seal Korea', '85.110.13', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (290, 200, 1454, 1000, '1.00', '1.00', '0', '0.00', 0, '0.00', '1000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (291, 201, 58, 10, '425.00', '425.00', '0', '0.00', 0, '0.00', '4250.00', '425.00', '350.00', 'P000058', 'ပန်ကာကြိုး A ပြောင် China', 'A.25', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (292, 201, 645, 2, '2800.00', '2800.00', '0', '0.00', 0, '0.00', '5600.00', '2800.00', '2160.00', 'P0000645', 'ပန်ကာကြိုး AX ချိန်း Thailand', 'AX.40', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (293, 201, 735, 2, '6205.00', '6205.00', '0', '0.00', 0, '0.00', '12410.00', '6205.00', '5475.00', 'P000736', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.73', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (294, 202, 838, 1, '500.00', '500.00', '0', '0.00', 0, '0.00', '500.00', '500.00', '180.00', 'P000841', 'Oil Seal I/STO', '40.62.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (295, 202, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (296, 203, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '40');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (297, 204, 850, 4, '500.00', '500.00', '0', '0.00', 0, '0.00', '2000.00', '500.00', '261.00', 'P000853', 'Oil Seal I/STO', '45.72.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (298, 204, 1134, 2, '500.00', '500.00', '0', '0.00', 0, '0.00', '1000.00', '500.00', '300.00', 'P001147', 'Oil Seal Korea', '32.42.7', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (299, 204, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (300, 205, 1455, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '789887928');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (301, 206, 469, 2, '3280.00', '3280.00', '0', '0.00', 0, '0.00', '6560.00', '3280.00', '2870.00', 'P0000469', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.82', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (302, 206, 471, 1, '3360.00', '3360.00', '0', '0.00', 0, '0.00', '3360.00', '3360.00', '2940.00', 'P0000471', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.84', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (303, 207, 42, 1, '4500.00', '4500.00', '0', '0.00', 0, '0.00', '4500.00', '4500.00', '3870.00', 'P000042', 'ဂီယာဝိုင်', 'Ptt 90/1litre', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (304, 207, 341, 5, '4800.00', '4800.00', '0', '0.00', 0, '0.00', '24000.00', '4800.00', '3200.00', 'P0000341', 'ပန်ကာကြိုး C ပြောင် China', 'C.80', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (305, 208, 646, 1, '2665.00', '2665.00', '0', '0.00', 0, '0.00', '2665.00', '2665.00', '2214.00', 'P0000646', 'ပန်ကာကြိုး AX ချိန်း Thailand', 'AX.41', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (306, 209, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '5502864');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (307, 210, 725, 6, '5544.00', '5544.00', '0', '0.00', 0, '0.00', '33264.00', '5544.00', '4725.00', 'P000726', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.63', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (308, 211, 12, 79, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '79000.00', '1000.00', '952.00', 'P000012', 'MPT Card', 'MPT 1000', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (309, 211, 13, 38, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '38000.00', '1000.00', '952.00', 'P000013', 'Ooredoo Card', 'Ooredoo 1000', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (310, 211, 14, 34, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '34000.00', '1000.00', '952.00', 'P000014', 'Telenor Card', 'Telenor 1000', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (311, 211, 15, 34, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '34000.00', '1000.00', '952.00', 'P000015', 'Mytel Card', 'Mytel 1000', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (312, 212, 16, 23, '3000.00', '3000.00', '0', '0.00', 0, '0.00', '69000.00', '3000.00', '2856.00', 'P000016', 'MPT Card', 'MPT 3000', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (313, 212, 17, 3, '3000.00', '3000.00', '0', '0.00', 0, '0.00', '9000.00', '3000.00', '2856.00', 'P000017', 'Ooredoo Card', 'Ooredoo 3000', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (314, 212, 18, 4, '3000.00', '3000.00', '0', '0.00', 0, '0.00', '12000.00', '3000.00', '2856.00', 'P000018', 'Telenor Card', 'Telenor 3000', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (315, 213, 19, 6, '3000.00', '3000.00', '0', '0.00', 0, '0.00', '18000.00', '3000.00', '2856.00', 'P000019', 'Mytel Card', 'Mytel 3000', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (316, 213, 20, 11, '5000.00', '5000.00', '0', '0.00', 0, '0.00', '55000.00', '5000.00', '4760.00', 'P000020', 'MPT Card', 'MPT 5000', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (317, 213, 21, 4, '5000.00', '5000.00', '0', '0.00', 0, '0.00', '20000.00', '5000.00', '4760.00', 'P000021', 'Ooredoo Card', 'Ooredoo 5000', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (318, 214, 22, 3, '5000.00', '5000.00', '0', '0.00', 0, '0.00', '15000.00', '5000.00', '4760.00', 'P000022', 'Telenor Card', 'Telenor 5000', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (319, 214, 23, 1, '5000.00', '5000.00', '0', '0.00', 0, '0.00', '5000.00', '5000.00', '4760.00', 'P000023', 'Mytel Card', 'Mytel 5000', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (320, 214, 24, 3, '10000.00', '10000.00', '0', '0.00', 0, '0.00', '30000.00', '10000.00', '9520.00', 'P000024', 'MPT Card', 'MPT 10000', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (321, 215, 25, 1, '10000.00', '10000.00', '0', '0.00', 0, '0.00', '10000.00', '10000.00', '9520.00', 'P000025', 'Telenor Card', 'Telenor 10000', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (322, 215, 26, 1, '10000.00', '10000.00', '0', '0.00', 0, '0.00', '10000.00', '10000.00', '9520.00', 'P000026', 'Ooredoo Card', 'Ooredoo 10000', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (323, 216, 901, 4, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '4000.00', '1000.00', '297.00', 'P000908', 'Oil Seal OKTY', '24.47.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (324, 216, 1293, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '450.00', 'P001306', 'Oil Seal Thailand', '30.45.8', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (325, 217, 58, 6, '800.00', '800.00', '0', '0.00', 0, '0.00', '4800.00', '800.00', '350.00', 'P000058', 'ပန်ကာကြိုး A ပြောင် China', 'A.25', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (326, 217, 149, 3, '798.00', '798.00', '0', '0.00', 0, '0.00', '2394.00', '798.00', '294.00', 'P0000149', 'ပန်ကာကြိုး FMပြောင် China', 'FM.21', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (327, 218, 2, 1, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '2000.00', '2000.00', '1750.00', 'P000002', 'အမဲဆီ', 'မိချောင်း 0.5kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (328, 218, 858, 7, '500.00', '500.00', '0', '0.00', 0, '0.00', '3500.00', '500.00', '400.00', 'P000862', 'Oil Seal I/STO', '58.80.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (329, 218, 872, 4, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '4000.00', '1000.00', '450.00', 'P000878', 'Oil Seal I/STO', '75.100.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (330, 218, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (331, 219, 1456, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (332, 220, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', 'မကြည်ဖြူ');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (333, 220, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '613');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (334, 220, 1457, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Etop', 'Mail');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (335, 221, 475, 4, '3520.00', '3520.00', '0', '0.00', 0, '0.00', '14080.00', '3520.00', '3080.00', 'P0000475', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.88', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (336, 221, 479, 4, '3680.00', '3680.00', '0', '0.00', 0, '0.00', '14720.00', '3680.00', '3220.00', 'P0000479', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.92', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (337, 222, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '300');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (338, 222, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '776122706');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (339, 223, 923, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '297.00', 'P000930', 'Oil Seal OKTY', '30.48.8', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (340, 223, 924, 2, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '4000.00', '2000.00', '297.00', 'P000931', 'Oil Seal OKTY', '30.50.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (341, 223, 946, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '385.00', 'P000953', 'Oil Seal OKTY', '35.56.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (342, 224, 466, 2, '3200.29', '3200.29', '0', '0.00', 0, '0.00', '6400.58', '3200.29', '2765.00', 'P0000466', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.79', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (343, 225, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '51');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (344, 225, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '7851');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (345, 226, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '444');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (346, 227, 838, 10, '400.00', '400.00', '0', '0.00', 0, '0.00', '4000.00', '400.00', '180.00', 'P000841', 'Oil Seal I/STO', '40.62.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (347, 228, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '51');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (348, 228, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '7851');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (349, 229, 2, 1, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '2000.00', '2000.00', '1750.00', 'P000002', 'အမဲဆီ', 'မိချောင်း 0.5kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (350, 229, 1020, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '540.00', 'P001027', 'Oil Seal OKTY', '65.85.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (351, 230, 1457, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (352, 231, 1456, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (353, 232, 1189, 1, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '2000.00', '2000.00', '880.00', 'P001202', 'Oil Seal Korea', '62.93.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (354, 232, 1211, 2, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '4000.00', '2000.00', '1100.00', 'P001224', 'Oil Seal Korea', '90.110.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (355, 232, 1513, 5, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '5000.00', '1000.00', '352.00', 'P001527', 'Oil Seal OKTY', '30.54.9', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (356, 233, 1042, 4, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '6000.00', '1500.00', '803.00', 'P001049', 'Oil Seal OKTY', '75.100.13', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (357, 233, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (358, 234, 1455, 1000, '1.00', '1.00', '0', '0.00', 0, '0.00', '1000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (359, 235, 40, 1, '14000.00', '14000.00', '0', '0.00', 0, '0.00', '14000.00', '14000.00', '12150.00', 'P000040', 'အမဲဆီ', 'Ptt EP 2kg အပြာရောင်', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (360, 235, 446, 2, '2360.00', '2360.00', '0', '0.00', 0, '0.00', '4720.00', '2360.00', '2065.00', 'P0000446', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.59', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (361, 235, 721, 2, '5015.00', '5015.00', '0', '0.00', 0, '0.00', '10030.00', '5015.00', '4425.00', 'P000722', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.59', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (362, 235, 737, 6, '6375.00', '6375.00', '0', '0.00', 0, '0.00', '38250.00', '6375.00', '5625.00', 'P000738', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.75', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (363, 236, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (364, 237, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '773443200');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (365, 238, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '506');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (366, 239, 1457, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (367, 240, 501, 3, '4720.00', '4720.00', '0', '0.00', 0, '0.00', '14160.00', '4720.00', '4130.00', 'P000501', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.118', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (368, 240, 1134, 1, '500.00', '500.00', '0', '0.00', 0, '0.00', '500.00', '500.00', '300.00', 'P001147', 'Oil Seal Korea', '32.42.7', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (369, 241, 3, 5, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '20000.00', '4000.00', '3400.00', 'P000003', 'အမဲဆီ', 'မိချောင်း 1kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (370, 241, 11, 1, '18000.00', '18000.00', '0', '0.00', 0, '0.00', '18000.00', '18000.00', '16700.00', 'P000011', 'အမဲဆီ', 'မိချောင်း 5kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (371, 241, 221, 1, '968.00', '968.00', '0', '0.00', 0, '0.00', '968.00', '968.00', '836.00', 'P0000221', 'ပန်ကာကြိုး B ပြောင် China', 'B.44', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (372, 241, 250, 2, '1584.00', '1584.00', '0', '0.00', 0, '0.00', '3168.00', '1584.00', '1368.00', 'P0000250', 'ပန်ကာကြိုး B ပြောင် China', 'B.72', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (373, 241, 850, 2, '500.00', '500.00', '0', '0.00', 0, '0.00', '1000.00', '500.00', '261.00', 'P000853', 'Oil Seal I/STO', '45.72.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (374, 241, 858, 30, '500.00', '500.00', '0', '0.00', 0, '0.00', '15000.00', '500.00', '400.00', 'P000862', 'Oil Seal I/STO', '58.80.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (375, 241, 1002, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '460.00', 'P001009', 'Oil Seal OKTY', '55.72.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (376, 241, 1443, 2, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '8000.00', '4000.00', '3080.00', 'P001459', 'အမဲဆီ', 'CROWN အပူခံ 0.5kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (377, 241, 1447, 1, '9000.00', '9000.00', '0', '0.00', 0, '0.00', '9000.00', '9000.00', '7366.00', 'P001463', 'ဂီယာဝိုင်', 'king 90/4.5litre', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (378, 241, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (388, 242, 2, 1, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '2000.00', '2000.00', '1750.00', 'P000002', 'အမဲဆီ', 'မိချောင်း 0.5kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (389, 242, 235, 1, '1254.00', '1254.00', '0', '0.00', 0, '0.00', '1254.00', '1254.00', '19.00', 'P0000235', 'ပန်ကာကြိုး B ပြောင် China', 'B.57', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (390, 242, 838, 2, '500.00', '500.00', '0', '0.00', 0, '0.00', '1000.00', '500.00', '180.00', 'P000841', 'Oil Seal I/STO', '40.62.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (391, 242, 849, 2, '500.00', '500.00', '0', '0.00', 0, '0.00', '1000.00', '500.00', '230.00', 'P000852', 'Oil Seal I/STO', '45.70.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (392, 242, 872, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '450.00', 'P000878', 'Oil Seal I/STO', '75.100.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (393, 242, 1134, 1, '500.00', '500.00', '0', '0.00', 0, '0.00', '500.00', '500.00', '300.00', 'P001147', 'Oil Seal Korea', '32.42.7', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (394, 242, 1156, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '700.00', 'P001169', 'Oil Seal Korea', '45.75.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (395, 243, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '421128636');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (396, 243, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '793540641');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (397, 244, 1454, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '250272310');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (398, 244, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '09968686679');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (399, 245, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', 'ruthi');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (400, 246, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', 'အမေ');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (401, 247, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', 'Kanna 44');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (402, 248, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '5071927');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (403, 249, 10, 2, '8000.00', '8000.00', '0', '0.00', 0, '0.00', '16000.00', '8000.00', '6000.00', 'P000010', 'အမဲဆီ', 'King အပူခံ 1kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (404, 249, 85, 6, '884.00', '884.00', '0', '0.00', 0, '0.00', '5304.00', '884.00', '728.00', 'P000085', 'ပန်ကာကြိုး A ပြောင် China', 'A.52', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (405, 250, 1088, 4, '3500.00', '3500.00', '0', '0.00', 0, '0.00', '14000.00', '3500.00', '1800.00', 'P001100', 'Oil Seal OKTY', '125.160.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (406, 250, 1209, 4, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '6000.00', '1500.00', '990.00', 'P001222', 'Oil Seal Korea', '85.110.13', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (407, 251, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '09967902316');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (408, 252, 1454, 30000, '1.00', '1.00', '0', '0.00', 0, '0.00', '30000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '426666100');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (409, 253, 30, 1, '34000.00', '34000.00', '0', '0.00', 0, '0.00', '34000.00', '34000.00', '30000.00', 'P000030', 'အမဲဆီ', 'Dynamo 5kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (410, 254, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '45/\r\n26/');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (411, 255, 1454, 30000, '1.00', '1.00', '0', '0.00', 0, '0.00', '30000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', 'Iphone 4290');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (412, 256, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '250');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (413, 257, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '09971991040');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (414, 257, 1457, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Etop', 'Lb mail');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (415, 258, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', 'မလှလှဝင်း');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (416, 259, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '603');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (417, 260, 2, 1, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '2000.00', '2000.00', '1750.00', 'P000002', 'အမဲဆီ', 'မိချောင်း 0.5kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (418, 260, 4, 1, '73000.00', '73000.00', '0', '0.00', 0, '0.00', '73000.00', '73000.00', '60500.00', 'P000004', 'အမဲဆီ', 'မိချောင်း 20kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (419, 260, 872, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '450.00', 'P000878', 'Oil Seal I/STO', '75.100.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (420, 260, 905, 10, '700.00', '700.00', '0', '0.00', 0, '0.00', '7000.00', '700.00', '341.00', 'P000912', 'Oil Seal OKTY', '25.52.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (421, 260, 1018, 3, '3000.00', '3000.00', '0', '0.00', 0, '0.00', '9000.00', '3000.00', '730.00', 'P001025', 'Oil Seal OKTY', '63.100.13', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (422, 260, 1293, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '450.00', 'P001306', 'Oil Seal Thailand', '30.45.8', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (423, 260, 1312, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '600.00', 'P001325', 'Oil Seal Thailand', '35.65.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (424, 261, 854, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.00', '500.00', '220.00', 'P000858', 'Oil Seal I/STO', '50.70.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (425, 262, 850, 4, '500.00', '500.00', '0', '0.00', 0, '0.00', '2000.00', '500.00', '261.00', 'P000853', 'Oil Seal I/STO', '45.72.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (426, 262, 1208, 1, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '2000.00', '2000.00', '800.00', 'P001221', 'Oil Seal Korea', '85.100.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (427, 263, 43, 1, '5000.00', '5000.00', '0', '0.00', 0, '0.00', '5000.00', '5000.00', '4712.00', 'P000043', 'Ananda Card', 'Ananda 5000', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (428, 263, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (429, 264, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '78500');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (432, 265, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (433, 265, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (434, 266, 1455, 30000, '1.00', '1.00', '0', '0.00', 0, '0.00', '30000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '792056225');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (435, 267, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '422450246');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (436, 267, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '09970258795');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (437, 268, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '09965173154');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (438, 269, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (439, 269, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (440, 270, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '428');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (441, 270, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '775151');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (442, 271, 1455, 30000, '1.00', '1.00', '0', '0.00', 0, '0.00', '30000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '785015420');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (443, 271, 1457, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Etop', 'lb mail');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (444, 272, 851, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.00', '500.00', '375.00', 'P000854', 'Oil Seal I/STO', '45.85.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (445, 273, 230, 2, '1144.00', '1144.00', '0', '0.00', 0, '0.00', '2288.00', '1144.00', '988.00', 'P0000230', 'ပန်ကာကြိုး B ပြောင် China', 'B.52', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (446, 273, 521, 3, '6080.00', '6080.00', '0', '0.00', 0, '0.00', '18240.00', '6080.00', '5320.00', 'P0000521', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.152', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (447, 274, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '254181579');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (448, 275, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '09953350057');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (449, 276, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (450, 277, 473, 10, '2838.00', '2838.00', '0', '0.00', 0, '0.00', '28380.00', '2838.00', '3010.00', 'P0000473', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.86', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (451, 277, 475, 10, '2904.00', '2904.00', '0', '0.00', 0, '0.00', '29040.00', '2904.00', '3080.00', 'P0000475', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.88', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (452, 278, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (453, 279, 1455, 30000, '1.00', '1.00', '0', '0.00', 0, '0.00', '30000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '09795182377');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (454, 280, 1456, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (455, 281, 3, 2, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '8000.00', '4000.00', '3400.00', 'P000003', 'အမဲဆီ', 'မိချောင်း 1kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (456, 281, 653, 1, '3360.00', '3360.00', '0', '0.00', 0, '0.00', '3360.00', '3360.00', '2592.00', 'P0000653', 'ပန်ကာကြိုး AX ချိန်း Thailand', 'AX.48', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (457, 281, 708, 1, '3910.00', '3910.00', '0', '0.00', 0, '0.00', '3910.00', '3910.00', '3450.00', 'P000709', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.46', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (458, 281, 838, 2, '500.00', '500.00', '0', '0.00', 0, '0.00', '1000.00', '500.00', '180.00', 'P000841', 'Oil Seal I/STO', '40.62.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (459, 281, 864, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '450.00', 'P000868', 'Oil Seal I/STO', '65.90.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (460, 281, 936, 10, '600.00', '600.00', '0', '0.00', 0, '0.00', '6000.00', '600.00', '297.00', 'P000943', 'Oil Seal OKTY', '32.50.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (461, 281, 1447, 3, '9000.00', '9000.00', '0', '0.00', 0, '0.00', '27000.00', '9000.00', '7366.00', 'P001463', 'ဂီယာဝိုင်', 'king 90/4.5litre', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (462, 282, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '427970455');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (463, 283, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '421167922');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (464, 283, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '771444881');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (465, 284, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '8446');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (466, 285, 278, 3, '2200.00', '2200.00', '0', '0.00', 0, '0.00', '6600.00', '2200.00', '1900.00', 'P0000278', 'ပန်ကာကြိုး B ပြောင် China', 'B.100', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (467, 286, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '4500');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (468, 287, 831, 2, '500.00', '500.00', '0', '0.00', 0, '0.00', '1000.00', '500.00', '209.00', 'P000834', 'Oil Seal I/STO', '35.60.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (469, 288, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '450041212');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (471, 289, 872, 4, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '4000.00', '1000.00', '450.00', 'P000878', 'Oil Seal I/STO', '75.100.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (472, 290, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '445127802');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (473, 290, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '09973236054');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (474, 291, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', 'Father');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (475, 292, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '43028761');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (476, 292, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '799399370');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (477, 293, 189, 2, '1020.00', '1020.00', '0', '0.00', 0, '0.00', '2040.00', '1020.00', '840.00', 'P0000189', 'ပန်ကာကြိုး FMပြောင် China', 'FM.60', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (478, 293, 707, 2, '3825.00', '3825.00', '0', '0.00', 0, '0.00', '7650.00', '3825.00', '3375.00', 'P000708', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.45', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (479, 294, 1457, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (480, 295, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '25');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (481, 296, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '09773626488');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (482, 297, 78, 10, '765.00', '765.00', '0', '0.00', 0, '0.00', '7650.00', '765.00', '630.00', 'P000078', 'ပန်ကာကြိုး A ပြောင် China', 'A.45', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (483, 297, 448, 10, '2013.00', '2013.00', '0', '0.00', 0, '0.00', '20130.00', '2013.00', '2135.00', 'P0000448', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.61', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (484, 298, 437, 2, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '4000.00', '2000.00', '1750.00', 'P0000437', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.50', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (485, 299, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '443949460');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (486, 300, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '459999109/5\r\n899777725/5');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (487, 301, 1131, 2, '800.00', '800.00', '0', '0.00', 0, '0.00', '1600.00', '800.00', '375.00', 'P001144', 'Oil Seal Korea', '30.50.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (488, 302, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '09965127802');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (489, 303, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '796460493');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (490, 304, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (491, 305, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '5108359');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (492, 306, 7, 2, '7750.00', '7750.00', '0', '0.00', 0, '0.00', '15500.00', '7750.00', '7300.00', 'P000007', 'အမဲဆီ', 'Trane 1kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (493, 306, 40, 1, '14000.00', '14000.00', '0', '0.00', 0, '0.00', '14000.00', '14000.00', '12150.00', 'P000040', 'အမဲဆီ', 'Ptt EP 2kg အပြာရောင်', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (494, 306, 76, 9, '1096.50', '1096.50', '0', '0.00', 0, '0.00', '9868.50', '1096.50', '602.00', 'P000075', 'ပန်ကာကြိုး A ပြောင် China', 'A.43', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (495, 306, 235, 1, '1299.60', '1299.60', '0', '0.00', 0, '0.00', '1299.60', '1299.60', '1083.00', 'P0000235', 'ပန်ကာကြိုး B ပြောင် China', 'B.57', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (496, 306, 858, 8, '500.00', '500.00', '0', '0.00', 0, '0.00', '4000.00', '500.00', '400.00', 'P000862', 'Oil Seal I/STO', '58.80.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (497, 306, 968, 4, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '4000.00', '1000.00', '429.00', 'P000975', 'Oil Seal OKTY', '45.65.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (498, 306, 1004, 4, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '4000.00', '1000.00', '572.00', 'P001011', 'Oil Seal OKTY', '55.80.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (499, 306, 1011, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.00', '1500.00', '540.00', 'P001018', 'Oil Seal OKTY', '60.85.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (500, 306, 1147, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.00', '770.00', 'P001160', 'Oil Seal Korea', '38.74.11 သံ', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (501, 306, 1155, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '440.00', 'P001168', 'Oil Seal Korea', '45.62.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (502, 306, 1447, 1, '9000.00', '9000.00', '0', '0.00', 0, '0.00', '9000.00', '9000.00', '7366.00', 'P001463', 'ဂီယာဝိုင်', 'king 90/4.5litre', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (503, 307, 214, 4, '814.00', '814.00', '0', '0.00', 0, '0.00', '3256.00', '814.00', '703.00', 'P0000214', 'ပန်ကာကြိုး B ပြောင် China', 'B.37', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (504, 307, 219, 4, '924.00', '924.00', '0', '0.00', 0, '0.00', '3696.00', '924.00', '798.00', 'P0000219', 'ပန်ကာကြိုး B ပြောင် China', 'B.42', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (505, 307, 359, 2, '7800.00', '7800.00', '0', '0.00', 0, '0.00', '15600.00', '7800.00', '5200.00', 'P0000359', 'ပန်ကာကြိုး C ပြောင် China', 'C.130', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (506, 308, 872, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '450.00', 'P000878', 'Oil Seal I/STO', '75.100.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (507, 308, 1069, 4, '3500.00', '3500.00', '0', '0.00', 0, '0.00', '14000.00', '3500.00', '1300.00', 'P001081', 'Oil Seal OKTY', '110.135.13', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (508, 308, 1179, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '625.00', 'P001192', 'Oil Seal Korea', '60.75.8', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (509, 308, 1369, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.00', '4000.00', '2200.00', 'P001384', 'Oil Seal Thailand', '52.100.15 သံ', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (510, 308, 1379, 2, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '4000.00', '2000.00', '956.00', 'P001394', 'Oil Seal Thailand', '55.90.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (511, 308, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (512, 308, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (513, 309, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '426666300');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (514, 310, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '790937326');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (516, 312, 1455, 16000, '1.00', '1.00', '0', '0.00', 0, '0.00', '16000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (517, 313, 475, 2, '3520.00', '3520.00', '0', '0.00', 0, '0.00', '7040.00', '3520.00', '3080.00', 'P0000475', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.88', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (518, 313, 479, 2, '3680.00', '3680.00', '0', '0.00', 0, '0.00', '7360.00', '3680.00', '3220.00', 'P0000479', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.92', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (519, 311, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '4200');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (520, 314, 1454, 50000, '1.00', '1.00', '0', '0.00', 0, '0.00', '50000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (521, 315, 781, 2, '14080.00', '14080.00', '0', '0.00', 0, '0.00', '28160.00', '14080.00', '11880.00', 'P000782', 'ပန်ကာကြိုး CX ချိန်း Thailand', 'CX.88', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (522, 316, 277, 1, '2199.78', '2199.78', '0', '0.00', 0, '0.00', '2199.78', '2199.78', '1881.00', 'P0000277', 'ပန်ကာကြိုး B ပြောင် China', 'B.99', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (523, 316, 427, 1, '1680.00', '1680.00', '0', '0.00', 0, '0.00', '1680.00', '1680.00', '1470.00', 'P0000427', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.42', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (524, 316, 441, 3, '2160.00', '2160.00', '0', '0.00', 0, '0.00', '6480.00', '2160.00', '1890.00', 'P0000441', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.54', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (525, 316, 1231, 6, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '6000.00', '1000.00', '222.00', 'P001244', 'Oil Seal Thailand', '15.35.7', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (526, 316, 1369, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.00', '4000.00', '2200.00', 'P001384', 'Oil Seal Thailand', '52.100.15 သံ', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (527, 317, 368, 2, '8500.00', '8500.00', '0', '0.00', 0, '0.00', '17000.00', '8500.00', '6800.00', 'P0000368', 'ပန်ကာကြိုး C ပြောင် China', 'C.170', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (528, 318, 63, 1, '999.90', '999.90', '0', '0.00', 0, '0.00', '999.90', '999.90', '420.00', 'P000063', 'ပန်ကာကြိုး A ပြောင် China', 'A.30', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (529, 318, 252, 2, '1628.00', '1628.00', '0', '0.00', 0, '0.00', '3256.00', '1628.00', '1406.00', 'P0000252', 'ပန်ကာကြိုး B ပြောင် China', 'B.74', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (530, 318, 254, 4, '1672.00', '1672.00', '0', '0.00', 0, '0.00', '6688.00', '1672.00', '1444.00', 'P0000254', 'ပန်ကာကြိုး B ပြောင် China', 'B.76', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (531, 318, 280, 2, '2244.00', '2244.00', '0', '0.00', 0, '0.00', '4488.00', '2244.00', '1938.00', 'P0000280', 'ပန်ကာကြိုး B ပြောင် China', 'B.102', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (532, 318, 505, 2, '5000.00', '5000.00', '0', '0.00', 0, '0.00', '10000.00', '5000.00', '4375.00', 'P000505', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.125', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (533, 318, 1000, 4, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '4000.00', '1000.00', '506.00', 'P001007', 'Oil Seal OKTY', '55.70.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (534, 318, 1178, 1, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '2000.00', '2000.00', '625.00', 'P001191', 'Oil Seal Korea', '60.72.12 သံ', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (535, 319, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '450394033');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (536, 320, 1454, 15000, '1.00', '1.00', '0', '0.00', 0, '0.00', '15000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '514\r\n09964212636');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (537, 321, 1454, 6000, '1.00', '1.00', '0', '0.00', 0, '0.00', '6000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '5020951/\r\nKanna');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (538, 322, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '788022613');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (539, 322, 1457, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Etop', 'Lb mail');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (540, 323, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', 'သားငယ်\r\n763184462');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (541, 324, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '254199693');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (542, 324, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '796584147');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (543, 325, 1130, 3, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '3000.00', '1000.00', '358.00', 'P001143', 'Oil Seal Korea', '30.42.6/9', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (544, 326, 6, 1, '7500.00', '7500.00', '0', '0.00', 0, '0.00', '7500.00', '7500.00', '6800.00', 'P000006', 'အမဲဆီ', 'မိချောင်း 2kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (545, 326, 32, 1, '11000.00', '11000.00', '0', '0.00', 0, '0.00', '11000.00', '11000.00', '10200.00', 'P000032', 'ဂီယာဝိုင်', '999 /140/4.5litre', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (546, 326, 864, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '450.00', 'P000868', 'Oil Seal I/STO', '65.90.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (547, 326, 868, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '376.00', 'P000873', 'Oil Seal I/STO', '70.90.13', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (548, 326, 872, 5, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '5000.00', '1000.00', '450.00', 'P000878', 'Oil Seal I/STO', '75.100.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (549, 326, 1010, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.00', '540.00', 'P001017', 'Oil Seal OKTY', '60.85.8', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (550, 326, 1023, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.00', '660.00', 'P001030', 'Oil Seal OKTY', '65.90.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (551, 326, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (552, 326, 1455, 13000, '1.00', '1.00', '0', '0.00', 0, '0.00', '13000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (553, 327, 1518, 1, '52000.00', '52000.00', '0', '0.00', 0, '0.00', '52000.00', '52000.00', '33000.00', 'P001532', 'Timing ဘက်ကြိုး', '8m.680×20mm', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (554, 328, 471, 2, '3360.00', '3360.00', '0', '0.00', 0, '0.00', '6720.00', '3360.00', '2940.00', 'P0000471', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.84', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (555, 328, 473, 2, '3440.00', '3440.00', '0', '0.00', 0, '0.00', '6880.00', '3440.00', '3010.00', 'P0000473', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.86', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (556, 328, 475, 4, '3520.00', '3520.00', '0', '0.00', 0, '0.00', '14080.00', '3520.00', '3080.00', 'P0000475', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.88', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (557, 328, 479, 4, '3680.00', '3680.00', '0', '0.00', 0, '0.00', '14720.00', '3680.00', '3220.00', 'P0000479', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.92', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (558, 329, 234, 2, '1232.00', '1232.00', '0', '0.00', 0, '0.00', '2464.00', '1232.00', '1064.00', 'P0000234', 'ပန်ကာကြိုး B ပြောင် China', 'B.56', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (559, 329, 236, 2, '1276.00', '1276.00', '0', '0.00', 0, '0.00', '2552.00', '1276.00', '1102.00', 'P0000236', 'ပန်ကာကြိုး B ပြောင် China', 'B.58', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (560, 329, 264, 10, '1892.00', '1892.00', '0', '0.00', 0, '0.00', '18920.00', '1892.00', '1634.00', 'P0000264', 'ပန်ကာကြိုး B ပြောင် China', 'B.86', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (561, 329, 925, 1, '700.00', '700.00', '0', '0.00', 0, '0.00', '700.00', '700.00', '341.00', 'P000932', 'Oil Seal OKTY', '30.52.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (562, 329, 1044, 10, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '15000.00', '1500.00', '990.00', 'P001051', 'Oil Seal OKTY', '75.110.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (563, 330, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '421128636');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (564, 330, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '09964212636');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (565, 331, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '09958502143\r\nPk');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (566, 332, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '4014');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (567, 332, 1457, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Etop', '09695121');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (568, 333, 1457, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Etop', '696169587');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (569, 334, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '420420960');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (570, 335, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (571, 336, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (572, 336, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (573, 337, 58, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '350.00', 'P000058', 'ပန်ကာကြိုး A ပြောင် China', 'A.25', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (574, 337, 838, 2, '500.00', '500.00', '0', '0.00', 0, '0.00', '1000.00', '500.00', '180.00', 'P000841', 'Oil Seal I/STO', '40.62.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (575, 337, 874, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.00', '600.00', 'P000880', 'Oil Seal I/STO', '90.110.13', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (576, 337, 1457, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (577, 337, 1515, 1, '500.00', '500.00', '0', '0.00', 0, '0.00', '500.00', '500.00', '247.00', 'P001529', 'Oil Seal Thailand', '25.35.7', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (578, 338, 149, 2, '999.60', '999.60', '0', '0.00', 0, '0.00', '1999.20', '999.60', '294.00', 'P0000149', 'ပန်ကာကြိုး FMပြောင် China', 'FM.21', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (579, 338, 152, 2, '999.84', '999.84', '0', '0.00', 0, '0.00', '1999.68', '999.84', '336.00', 'P0000152', 'ပန်ကာကြိုး FMပြောင် China', 'FM.24', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (580, 339, 2, 1, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '2000.00', '2000.00', '1750.00', 'P000002', 'အမဲဆီ', 'မိချောင်း 0.5kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (581, 339, 6, 1, '7500.00', '7500.00', '0', '0.00', 0, '0.00', '7500.00', '7500.00', '6800.00', 'P000006', 'အမဲဆီ', 'မိချောင်း 2kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (582, 339, 7, 1, '8000.00', '8000.00', '0', '0.00', 0, '0.00', '8000.00', '8000.00', '7300.00', 'P000007', 'အမဲဆီ', 'Trane 1kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (583, 339, 282, 2, '2288.00', '2288.00', '0', '0.00', 0, '0.00', '4576.00', '2288.00', '1976.00', 'P0000282', 'ပန်ကာကြိုး B ပြောင် China', 'B.104', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (584, 339, 469, 1, '3280.00', '3280.00', '0', '0.00', 0, '0.00', '3280.00', '3280.00', '2870.00', 'P0000469', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.82', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (585, 339, 1044, 4, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '6000.00', '1500.00', '990.00', 'P001051', 'Oil Seal OKTY', '75.110.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (586, 340, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '4200');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (587, 341, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '420220073');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (588, 342, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '5020951');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (589, 343, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '427970455');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (590, 344, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '252606075');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (591, 345, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '420102281');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (592, 346, 986, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '506.00', 'P000993', 'Oil Seal OKTY', '50.70.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (593, 346, 1181, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '715.00', 'P001194', 'Oil Seal Korea', '60.80.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (594, 346, 1519, 3, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '6000.00', '2000.00', '730.00', 'P001533', 'Oil Seal OKTY', '78.100.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (595, 347, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '40');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (596, 348, 1074, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.00', '4000.00', '1485.00', 'P001086', 'Oil Seal OKTY', '115.140.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (597, 348, 1078, 1, '3000.00', '3000.00', '0', '0.00', 0, '0.00', '3000.00', '3000.00', '1350.00', 'P001090', 'Oil Seal OKTY', '120.140.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (598, 349, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '450061015');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (599, 350, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '5121439');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (600, 351, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '5502864');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (601, 352, 7, 2, '7750.00', '7750.00', '0', '0.00', 0, '0.00', '15500.00', '7750.00', '7300.00', 'P000007', 'အမဲဆီ', 'Trane 1kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (602, 353, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '426666400');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (603, 354, 8, 1, '15500.00', '15500.00', '0', '0.00', 0, '0.00', '15500.00', '15500.00', '14500.00', 'P000008', 'အမဲဆီ', 'Trane 2kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (604, 354, 11, 1, '18000.00', '18000.00', '0', '0.00', 0, '0.00', '18000.00', '18000.00', '16700.00', 'P000011', 'အမဲဆီ', 'မိချောင်း 5kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (605, 354, 708, 2, '3999.70', '3999.70', '0', '0.00', 0, '0.00', '7999.40', '3999.70', '3450.00', 'P000709', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.46', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (606, 354, 858, 9, '500.00', '500.00', '0', '0.00', 0, '0.00', '4500.00', '500.00', '400.00', 'P000862', 'Oil Seal I/STO', '58.80.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (607, 354, 868, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '376.00', 'P000873', 'Oil Seal I/STO', '70.90.13', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (608, 354, 968, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '429.00', 'P000975', 'Oil Seal OKTY', '45.65.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (609, 354, 1168, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.00', '600.00', 'P001181', 'Oil Seal Korea', '52.75.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (610, 354, 1443, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.00', '4000.00', '3080.00', 'P001459', 'အမဲဆီ', 'CROWN အပူခံ 0.5kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (611, 354, 1448, 1, '9000.00', '9000.00', '0', '0.00', 0, '0.00', '9000.00', '9000.00', '7366.00', 'P001464', 'ဂီယာဝိုင်', 'king 140/4.5litre', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (612, 355, 854, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.00', '500.00', '220.00', 'P000858', 'Oil Seal I/STO', '50.70.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (613, 356, 1454, 18000, '1.00', '1.00', '0', '0.00', 0, '0.00', '18000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (614, 356, 1455, 11000, '1.00', '1.00', '0', '0.00', 0, '0.00', '11000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (615, 356, 1456, 4000, '1.00', '1.00', '0', '0.00', 0, '0.00', '4000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (616, 357, 212, 10, '770.00', '770.00', '0', '0.00', 0, '0.00', '7700.00', '770.00', '665.00', 'P0000212', 'ပန်ကာကြိုး B ပြောင် China', 'B.35', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (617, 357, 231, 10, '1166.00', '1166.00', '0', '0.00', 0, '0.00', '11660.00', '1166.00', '1007.00', 'P0000231', 'ပန်ကာကြိုး B ပြောင် China', 'B.53', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (618, 357, 233, 10, '1210.00', '1210.00', '0', '0.00', 0, '0.00', '12100.00', '1210.00', '1045.00', 'P0000233', 'ပန်ကာကြိုး B ပြောင် China', 'B.55', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (619, 357, 235, 10, '1254.00', '1254.00', '0', '0.00', 0, '0.00', '12540.00', '1254.00', '1083.00', 'P0000235', 'ပန်ကာကြိုး B ပြောင် China', 'B.57', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (620, 357, 250, 10, '1584.00', '1584.00', '0', '0.00', 0, '0.00', '15840.00', '1584.00', '1368.00', 'P0000250', 'ပန်ကာကြိုး B ပြောင် China', 'B.72', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (621, 358, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Etop', '790937326');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (622, 359, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '445127802');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (623, 359, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo Etop', '09975127802');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (624, 360, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '445127802');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (625, 360, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo Etop', '09975127802');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (626, 361, 1455, 30000, '1.00', '1.00', '0', '0.00', 0, '0.00', '30000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '777366610');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (627, 362, 1456, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo Etop', '09975162044');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (628, 363, 742, 2, '7040.00', '7040.00', '0', '0.00', 0, '0.00', '14080.00', '7040.00', '6000.00', 'P000743', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.80', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (629, 364, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '5168456/\r\n785168456');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (630, 365, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '450041212');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (631, 366, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '795609733');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (632, 367, 710, 1, '4224.00', '4224.00', '0', '0.00', 0, '0.00', '4224.00', '4224.00', '3600.00', 'P000711', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.48', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (633, 368, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '785000960');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (634, 369, 1456, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (635, 370, 44, 1, '10000.00', '10000.00', '0', '0.00', 0, '0.00', '10000.00', '10000.00', '9425.00', 'P000044', 'Ananda Card', 'Ananda 10000', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (636, 371, 467, 1, '3200.00', '3200.00', '0', '0.00', 0, '0.00', '3200.00', '3200.00', '2800.00', 'P0000467', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.80', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (637, 371, 847, 2, '500.00', '500.00', '0', '0.00', 0, '0.00', '1000.00', '500.00', '200.00', 'P000850', 'Oil Seal I/STO', '45.65.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (638, 371, 868, 5, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '5000.00', '1000.00', '376.00', 'P000873', 'Oil Seal I/STO', '70.90.13', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (639, 371, 921, 3, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '3000.00', '1000.00', '297.00', 'P000928', 'Oil Seal OKTY', '30.47.8', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (640, 371, 922, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '298.00', 'P000929', 'Oil Seal OKTY', '30.47.10', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (641, 371, 1369, 2, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '8000.00', '4000.00', '2200.00', 'P001384', 'Oil Seal Thailand', '52.100.15 သံ', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (642, 371, 1454, 34000, '1.00', '1.00', '0', '0.00', 0, '0.00', '34000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (643, 372, 1454, 19000, '1.00', '1.00', '0', '0.00', 0, '0.00', '19000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (644, 373, 858, 25, '500.00', '500.00', '0', '0.00', 0, '0.00', '12500.00', '500.00', '400.00', 'P000862', 'Oil Seal I/STO', '58.80.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (645, 373, 1150, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '450.00', 'P001163', 'Oil Seal Korea', '40.56.8', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (646, 373, 1349, 2, '1250.00', '1250.00', '0', '0.00', 0, '0.00', '2500.00', '1250.00', '846.00', 'P001363', 'Oil Seal Thailand', '45.68.12', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (647, 374, 43, 1, '5000.00', '5000.00', '0', '0.00', 0, '0.00', '5000.00', '5000.00', '4712.00', 'P000043', 'Ananda Card', 'Ananda 5000', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (648, 374, 44, 1, '10000.00', '10000.00', '0', '0.00', 0, '0.00', '10000.00', '10000.00', '9425.00', 'P000044', 'Ananda Card', 'Ananda 10000', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (649, 374, 45, 1, '20000.00', '20000.00', '0', '0.00', 0, '0.00', '20000.00', '20000.00', '18850.00', 'P000045', 'Ananda Card', 'Ananda 20000', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (650, 375, 1454, 1000, '1.00', '1.00', '0', '0.00', 0, '0.00', '1000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (651, 375, 1457, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel Etop', '');


#
# TABLE STRUCTURE FOR: tec_sales
#

DROP TABLE IF EXISTS `tec_sales`;

CREATE TABLE `tec_sales` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` datetime NOT NULL,
  `customer_id` int(11) NOT NULL,
  `customer_name` varchar(55) NOT NULL,
  `total` decimal(25,2) NOT NULL,
  `product_discount` decimal(25,2) DEFAULT NULL,
  `order_discount_id` varchar(20) DEFAULT NULL,
  `order_discount` decimal(25,2) DEFAULT NULL,
  `total_discount` decimal(25,2) DEFAULT NULL,
  `product_tax` decimal(25,2) DEFAULT NULL,
  `order_tax_id` varchar(20) DEFAULT NULL,
  `order_tax` decimal(25,2) DEFAULT NULL,
  `total_tax` decimal(25,2) DEFAULT NULL,
  `grand_total` decimal(25,2) NOT NULL,
  `total_items` int(11) DEFAULT NULL,
  `total_quantity` int(15) DEFAULT NULL,
  `paid` decimal(25,2) DEFAULT NULL,
  `created_by` int(11) DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `note` varchar(1000) DEFAULT NULL,
  `status` varchar(20) DEFAULT NULL,
  `rounding` decimal(10,2) DEFAULT NULL,
  `store_id` int(11) NOT NULL DEFAULT '1',
  `hold_ref` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=376 DEFAULT CHARSET=utf8;

INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (7, '2019-12-09 10:27:44', 4, 'Ko show di', '59200.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '59200.00', 4, 12, '35200.00', 2, NULL, NULL, '', 'partial', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (8, '2019-12-09 11:02:51', 5, 'ko kyaw tin', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 20, '10000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (10, '2019-12-09 11:22:52', 1, 'ဈေးဝယ်', '12240.00', '0.00', '40', '40.00', '40.00', '0.00', '0%', '0.00', '0.00', '12200.00', 1, 2, '12200.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (11, '2019-12-09 13:09:35', 6, 'ko khin zaw (tonday)', '765.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '765.00', 1, 1, '765.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (12, '2019-12-09 13:12:50', 1, 'ဈေးဝယ်', '5212.00', '0.00', '212', '212.00', '212.00', '0.00', '0%', '0.00', '0.00', '5000.00', 2, 3, '5000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (13, '2019-12-09 16:41:50', 8, 'U hla mg (twin machine)', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3, '3000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (14, '2019-12-09 16:45:54', 8, 'U hla mg (twin machine)', '500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '500.00', 1, 1, '500.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (15, '2019-12-09 17:39:59', 9, 'lucky bag', '324855.00', '0.00', '2380', '2380.00', '2380.00', '0.00', '0%', '0.00', '0.00', '322475.00', 10, 71, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (16, '2019-12-09 18:13:17', 11, 'ကိုပာာနစ်အကို', '3500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3500.00', 2, 3, '3500.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (23, '2019-12-10 11:23:30', 1, 'ဈေးဝယ်', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '3000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (24, '2019-12-10 11:26:26', 12, 'Ko Aung moe', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (31, '2019-12-12 20:01:03', 75, 'din kar', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (32, '2019-12-12 20:03:44', 2, 'ko shwe latt', '30000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '30000.00', 1, 30000, '30000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (33, '2019-12-12 20:05:43', 50, 'ko kyaw naing', '45000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '45000.00', 1, 45000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (34, '2019-12-12 20:09:08', 27, 'lb prepaid', '226000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '226000.00', 1, 226000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (35, '2019-12-12 20:11:56', 34, 'ko win aung', '25000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '25000.00', 1, 25000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (36, '2019-12-12 20:13:35', 38, 'thein than', '30000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '30000.00', 1, 30000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (37, '2019-12-12 20:16:30', 11, 'ကိုပာာနစ်အကို', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (38, '2019-12-12 20:17:34', 14, 'dhamma', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (39, '2019-12-12 20:18:46', 51, 'ko thi ha', '50000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '50000.00', 1, 50000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (40, '2019-12-12 20:20:36', 58, 'min htat', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 1, 20000, '20000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (41, '2019-12-12 20:21:15', 43, 'jv', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '10000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (42, '2019-12-12 20:23:20', 37, 'shine zaw wun', '81000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '81000.00', 1, 81000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (43, '2019-12-12 20:24:53', 52, 'lb hein min thar', '30000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '30000.00', 1, 30000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (44, '2019-12-12 20:25:41', 63, 'lb aung ko latt', '30000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '30000.00', 1, 30000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (45, '2019-12-12 20:27:03', 36, 'ramax', '25000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '25000.00', 1, 25000, '25000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (46, '2019-12-12 20:28:35', 47, 'U kyaw marmu (forward)', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '5000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (47, '2019-12-12 20:29:35', 60, 'ko kayin', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '10000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (48, '2019-12-12 20:30:49', 20, 'ruby', '245000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '245000.00', 1, 245000, '335000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (49, '2019-12-12 20:32:50', 21, 'lb mg ta', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (50, '2019-12-12 20:34:24', 53, 'sanjay ko latt', '48000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '48000.00', 1, 48000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (51, '2019-12-12 20:37:37', 40, 'shine sister (writer)', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '15000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (52, '2019-12-12 20:39:03', 49, 'ko babu (muli)', '50000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '50000.00', 1, 50000, '50000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (53, '2019-12-12 20:39:52', 64, 'lb ma hla hla win', '15000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '15000.00', 1, 15000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (54, '2019-12-12 20:40:47', 62, 'rajan (tharkayta)', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (55, '2019-12-12 20:43:22', 82, 'mayanthi(iron sheet)', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (56, '2019-12-12 20:44:05', 56, 'lb ko aung win', '15000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '15000.00', 1, 15000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (57, '2019-12-13 08:43:36', 50, 'ko kyaw naing', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '50000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (58, '2019-12-13 08:45:55', 15, 'thancom', '40000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '40000.00', 1, 40000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (59, '2019-12-13 08:48:54', 13, 'Lb ko thein zaw', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '5000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (60, '2019-12-13 08:50:38', 16, 'ko san myint (dolar)', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 1, 20000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (61, '2019-12-13 08:51:36', 18, 'kalapu (piniyan)', '38000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '38000.00', 1, 38000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (62, '2019-12-13 08:52:20', 19, 'shwe mate swe', '11000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '11000.00', 1, 11000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (63, '2019-12-13 08:53:13', 22, 'valu ann', '111000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '111000.00', 1, 111000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (64, '2019-12-13 08:54:38', 12, 'Ko Aung moe', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (65, '2019-12-13 08:56:45', 24, 'ko min khing', '65000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '65000.00', 1, 65000, '65000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (66, '2019-12-13 08:57:39', 25, 'ko san mg shop', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 1, 20000, '40000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (67, '2019-12-13 08:58:13', 28, '5502864', '30000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '30000.00', 1, 30000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (68, '2019-12-13 08:59:23', 29, 'hla win (iron)', '7000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '7000.00', 1, 7000, '7000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (69, '2019-12-13 08:59:56', 30, 'gopa', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '10000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (70, '2019-12-13 09:00:43', 32, 'ko kyaw kyaw', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 1, 20000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (71, '2019-12-13 09:01:13', 33, 'bokalay marmu', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '10000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (72, '2019-12-13 09:01:57', 35, 'tea pay saya', '15000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '15000.00', 1, 15000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (73, '2019-12-13 09:04:52', 39, 'ko min thar wife', '50000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '50000.00', 1, 50000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (74, '2019-12-13 09:05:33', 44, 'kaung sat (tea shop)', '75000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '75000.00', 1, 75000, '70000.00', 2, NULL, NULL, '', 'partial', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (75, '2019-12-13 09:14:15', 45, 'lb ko poe di', '25000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '25000.00', 1, 25000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (76, '2019-12-13 09:15:58', 48, 'lb aye thi ta', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (77, '2019-12-13 09:17:23', 54, 'U hla thein', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 1, 20000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (78, '2019-12-13 09:20:07', 65, 'lb k k', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (79, '2019-12-13 09:21:56', 66, 'swan are ko shagyi', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 1, 20000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (80, '2019-12-13 09:24:56', 67, 'pp prepaid', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (81, '2019-12-13 10:53:49', 76, 'tampiya ann', '8000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '8000.00', 1, 8000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (82, '2019-12-13 10:55:12', 77, 'than myint (kanu son)', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (83, '2019-12-13 10:59:32', 78, 'ko aung than (teashop)', '15000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '15000.00', 1, 15000, '10000.00', 2, NULL, NULL, '', 'partial', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (84, '2019-12-13 11:01:34', 83, 'ko kaung nyunt', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (86, '2019-12-13 11:07:24', 25, 'ko san mg shop', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (87, '2019-12-13 11:11:30', 85, 'flash gun', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 1, 20000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (88, '2019-12-13 11:14:11', 86, 'Ravi ann (4th)', '6000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '6000.00', 1, 6000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (89, '2019-12-13 11:15:18', 87, '3400', '6000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '6000.00', 1, 6000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (90, '2019-12-13 11:16:45', 88, 'kanna ann', '31350.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '31350.00', 1, 31350, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (91, '2019-12-13 11:19:07', 89, 'lb ma pu', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (92, '2019-12-13 11:21:35', 25, 'ko san mg shop', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (93, '2019-12-13 11:29:22', 90, 'lb U kyaw kyaw', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (94, '2019-12-13 11:31:42', 91, 'ko Aye naing', '30000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '30000.00', 1, 30000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (95, '2019-12-13 11:35:53', 92, 'ko win tun', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (96, '2019-12-13 11:56:14', 93, 'myat myat oo sister', '35000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '35000.00', 1, 35000, '35000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (97, '2019-12-13 11:57:32', 94, 'tampi(iron)', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (98, '2019-12-13 11:58:56', 95, 'shine (y.bro)', '80000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '80000.00', 1, 80000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (99, '2019-12-13 12:01:03', 96, 'kyaw pying tun(teashop)', '33000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '33000.00', 1, 33000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (100, '2019-12-13 13:16:21', 98, 'Ruthiran', '154800.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '154800.00', 1, 154800, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (101, '2019-12-13 13:17:11', 46, 'lb zaw min tun', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (102, '2019-12-13 14:22:07', 80, 'pa pa lay', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '3000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (103, '2019-12-13 14:23:04', 71, 'Aunty thi ta', '2000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '2000.00', 1, 2000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (104, '2019-12-13 14:23:57', 71, 'Aunty thi ta', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (105, '2019-12-13 14:27:10', 48, 'lb aye thi ta', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (106, '2019-12-13 16:05:33', 99, 'u soe win (twin kon)', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '5000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (107, '2019-12-13 17:12:25', 100, 'ganni by', '1000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '1000.00', 1, 1000, '1000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (108, '2019-12-13 17:13:08', 101, 'Aunty thin', '1000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '1000.00', 1, 1000, '1000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (109, '2019-12-13 17:19:44', 37, 'shine zaw wun', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (110, '2019-12-13 17:55:01', 53, 'sanjay ko latt', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (111, '2019-12-14 08:32:07', 102, 'Aung ko oo', '40000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '40000.00', 1, 40000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (112, '2019-12-14 08:32:48', 102, 'Aung ko oo', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (113, '2019-12-14 09:54:31', 25, 'ko san mg shop', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (114, '2019-12-14 10:13:13', 103, 'u hla myint', '5360.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5360.00', 1, 2, '5360.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (115, '2019-12-14 10:43:53', 103, 'u hla myint', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '10000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (116, '2019-12-14 10:44:15', 103, 'u hla myint', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '10000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (117, '2019-12-14 10:56:58', 104, 'u saw Oo', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '3000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (118, '2019-12-14 11:01:19', 27, 'lb prepaid', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (119, '2019-12-14 11:15:35', 37, 'shine zaw wun', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (120, '2019-12-14 13:37:45', 1, 'ဈေးဝယ်', '1000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '1000.00', 1, 2, '1000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (121, '2019-12-14 13:41:42', 105, 'ko min khing oilseal', '38360.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '38360.00', 3, 10, '38300.00', 2, NULL, NULL, '', 'partial', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (122, '2019-12-14 13:44:44', 1, 'ဈေးဝယ်', '2640.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '2640.00', 1, 1, '2640.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (123, '2019-12-14 13:47:59', 71, 'Aunty thi ta', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '10000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (124, '2019-12-14 15:41:29', 50, 'ko kyaw naing', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '10000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (125, '2019-12-14 15:48:36', 22, 'valu ann', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 2, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (126, '2019-12-14 15:50:50', 59, 'ko mg soe (pipe)', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '10000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (127, '2019-12-14 15:55:28', 106, 'ကိုငယ်လေး အဖေ', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (128, '2019-12-14 17:39:21', 107, 'ko kyaw soe moe (shift)', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '10000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (129, '2019-12-15 09:33:41', 108, 'layku ann', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '10000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (130, '2019-12-15 10:17:43', 31, 'ko shagyi', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (131, '2019-12-15 11:09:39', 32, 'ko kyaw kyaw', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 2, 20000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (132, '2019-12-15 13:11:46', 1, 'ဈေးဝယ်', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '5000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (133, '2019-12-15 13:12:25', 1, 'ဈေးဝယ်', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '3000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (134, '2019-12-15 13:15:10', 1, 'ဈေးဝယ်', '13000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '13000.00', 2, 2, '13000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (135, '2019-12-15 13:56:37', 109, 'yee baw(twin kon)', '1000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '1000.00', 1, 2, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (136, '2019-12-15 15:31:53', 110, 'u hla myint oilseal', '2244.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '2244.00', 1, 2, '2244.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (137, '2019-12-15 15:43:38', 111, 'ko mg mg shop', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 1, 20000, '20000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (138, '2019-12-15 15:45:08', 20, 'ruby', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 2, 20000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (139, '2019-12-15 15:50:19', 20, 'ruby', '30000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '30000.00', 2, 30000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (140, '2019-12-15 15:59:56', 112, 'barsaka (sheet)', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 2, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (141, '2019-12-15 16:52:31', 110, 'u hla myint oilseal', '1500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '1500.00', 1, 1, '1500.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (142, '2019-12-16 08:35:51', 36, 'ramax', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (143, '2019-12-16 08:42:34', 36, 'ramax', '25000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '25000.00', 1, 25000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (144, '2019-12-16 17:21:47', 113, 'kar lar', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '5000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (145, '2019-12-16 17:22:32', 1, 'ဈေးဝယ်', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '5000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (146, '2019-12-16 17:23:14', 101, 'Aunty thin', '4000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '4000.00', 1, 4000, '4000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (147, '2019-12-16 17:23:43', 1, 'ဈေးဝယ်', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '10000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (148, '2019-12-16 18:07:54', 34, 'ko win aung', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (149, '2019-12-16 18:23:26', 1, 'ဈေးဝယ်', '30000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '30000.00', 6, 18, '30000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (150, '2019-12-16 19:43:06', 9, 'lucky bag', '169040.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '169040.00', 7, 90, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (151, '2019-12-16 19:46:43', 1, 'ဈေးဝယ်', '21660.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '21660.00', 5, 12, '21660.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (152, '2019-12-16 19:48:43', 1, 'ဈေးဝယ်', '2728.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '2728.00', 1, 2, '2728.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (153, '2019-12-16 19:54:50', 1, 'ဈေးဝယ်', '5500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5500.00', 3, 7, '5500.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (154, '2019-12-16 20:19:52', 1, 'ဈေးဝယ်', '17500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '17500.00', 5, 13, '17500.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (155, '2019-12-16 20:22:29', 1, 'ဈေးဝယ်', '3480.00', '0.00', '680', '680.00', '680.00', '0.00', '0%', '0.00', '0.00', '2800.00', 1, 4, '2800.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (156, '2019-12-16 20:24:00', 4, 'Ko show di', '24000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '24000.00', 2, 6, '24000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (157, '2019-12-16 20:26:14', 1, 'ဈေးဝယ်', '22000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '22000.00', 4, 7, '22000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (158, '2019-12-16 20:34:20', 114, 'u than shwe', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (159, '2019-12-16 20:34:53', 53, 'sanjay ko latt', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (160, '2019-12-16 20:43:08', 53, 'sanjay ko latt', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '66000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (161, '2019-12-16 20:46:35', 20, 'ruby', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 2, 20000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (162, '2019-12-16 20:47:24', 20, 'ruby', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (163, '2019-12-16 20:50:43', 115, 'ကိုညာ ချဲ့ ', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '10000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (164, '2019-12-16 20:57:26', 32, 'ko kyaw kyaw', '15000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '15000.00', 2, 15000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (169, '2019-12-17 14:05:58', 1, 'ဈေးဝယ်', '10999.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10999.00', 4, 3009, '10999.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (170, '2019-12-17 14:07:29', 1, 'ဈေးဝယ်', '22500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '22500.00', 3, 5021, '22500.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (171, '2019-12-17 14:08:08', 61, 'lb aung kyaw myint', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (172, '2019-12-17 14:10:23', 9, 'lucky bag', '135000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '135000.00', 2, 150, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (173, '2019-12-17 16:25:40', 1, 'ဈေးဝယ်', '4500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '4500.00', 3, 3003, '4500.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (174, '2019-12-17 16:27:17', 30, 'gopa', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (175, '2019-12-17 16:41:36', 117, 'Ud ball', '2000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '2000.00', 1, 4, '2000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (176, '2019-12-17 16:42:56', 1, 'ဈေးဝယ်', '5800.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5800.00', 3, 5, '5800.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (177, '2019-12-17 16:49:48', 1, 'ဈေးဝယ်', '8000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '8000.00', 3, 10, '8000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (178, '2019-12-17 16:54:21', 110, 'u hla myint oilseal', '3040.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3040.00', 2, 2, '5284.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (179, '2019-12-17 16:56:49', 1, 'ဈေးဝယ်', '16500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '16500.00', 3, 5002, '16500.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (180, '2019-12-17 17:07:30', 1, 'ဈေးဝယ်', '9900.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '9900.00', 4, 6, '9900.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (181, '2019-12-17 18:13:00', 9, 'lucky bag', '76000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '76000.00', 3, 6, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (182, '2019-12-17 18:13:31', 13, 'Lb ko thein zaw', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '3000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (183, '2019-12-17 18:16:07', 1, 'ဈေးဝယ်', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '5000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (184, '2019-12-17 18:17:28', 1, 'ဈေးဝယ်', '3800.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3800.00', 2, 3, '3800.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (185, '2019-12-18 13:20:15', 79, 'u bar ju', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '5000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (186, '2019-12-18 13:27:56', 12, 'Ko Aung moe', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (187, '2019-12-18 13:31:26', 123, 'U cheeni oilseal', '11000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '11000.00', 4, 5, '11000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (188, '2019-12-18 13:33:40', 1, 'ဈေးဝယ်', '6000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '6000.00', 4, 3005, '6000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (189, '2019-12-18 13:34:50', 26, 'ko san mg boss', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 1, 20000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (190, '2019-12-18 13:35:15', 97, 'ko myo zaw', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '5000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (191, '2019-12-18 13:37:13', 124, '420041838', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '5000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (192, '2019-12-18 13:39:42', 80, 'pa pa lay', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '3000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (193, '2019-12-18 13:42:17', 25, 'ko san mg shop', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (194, '2019-12-18 13:48:37', 40, 'shine sister (writer)', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 2, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (195, '2019-12-18 13:51:18', 4, 'Ko show di', '30080.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '30080.00', 1, 4, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (196, '2019-12-18 14:27:34', 15, 'thancom', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (197, '2019-12-18 14:28:17', 71, 'Aunty thi ta', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (198, '2019-12-18 14:30:19', 24, 'ko min khing', '15000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '15000.00', 2, 15000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (199, '2019-12-18 14:31:30', 24, 'ko min khing', '25000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '25000.00', 2, 25000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (200, '2019-12-18 15:26:05', 1, 'ဈေးဝယ်', '6000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '6000.00', 4, 1003, '6000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (201, '2019-12-18 15:29:17', 110, 'u hla myint oilseal', '22260.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '22260.00', 3, 14, '30000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (202, '2019-12-18 15:30:53', 1, 'ဈေးဝယ်', '3500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3500.00', 2, 3001, '3500.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (203, '2019-12-18 15:31:26', 58, 'min htat', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (204, '2019-12-18 15:33:12', 1, 'ဈေးဝယ်', '6000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '6000.00', 3, 3006, '6000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (205, '2019-12-18 15:34:37', 125, 'ထက်မြက်အောင်', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 1, 20000, '20000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (206, '2019-12-18 15:37:33', 126, '311 karran', '9920.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '9920.00', 2, 3, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (207, '2019-12-18 15:38:44', 127, 'ko aung zaw tun (စည်ပင် )', '28500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '28500.00', 2, 6, '28500.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (208, '2019-12-18 15:39:24', 119, 'SR', '2665.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '2665.00', 1, 1, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (209, '2019-12-18 16:00:28', 28, '5502864', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '40000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (210, '2019-12-18 16:18:04', 119, 'SR', '33264.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '33264.00', 1, 6, '36000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (211, '2019-12-18 17:48:40', 1, 'ဈေးဝယ်', '185000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '185000.00', 4, 185, '185000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (212, '2019-12-18 17:52:51', 1, 'ဈေးဝယ်', '90000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '90000.00', 3, 30, '90000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (213, '2019-12-18 17:55:05', 1, 'ဈေးဝယ်', '93000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '93000.00', 3, 21, '93000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (214, '2019-12-18 17:56:23', 1, 'ဈေးဝယ်', '50000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '50000.00', 3, 7, '50000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (215, '2019-12-18 17:57:16', 1, 'ဈေးဝယ်', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 2, 2, '20000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (216, '2019-12-18 17:58:20', 1, 'ဈေးဝယ်', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 2, 5, '5000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (217, '2019-12-18 18:03:58', 128, 'popular plastics ', '7194.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '7194.00', 2, 9, '7194.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (218, '2019-12-19 15:55:24', 1, 'ဈေးဝယ်', '14500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '14500.00', 4, 5012, '14500.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (219, '2019-12-19 16:02:22', 76, 'tampiya ann', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (220, '2019-12-19 16:06:41', 27, 'lb prepaid', '15000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '15000.00', 3, 15000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (221, '2019-12-19 16:10:01', 126, '311 karran', '28800.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '28800.00', 2, 8, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (222, '2019-12-19 16:13:19', 22, 'valu ann', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 2, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (223, '2019-12-19 16:22:39', 110, 'u hla myint oilseal', '6000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '6000.00', 3, 4, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (224, '2019-12-19 16:25:14', 116, 'ko Moe ki', '6400.58', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '6400.58', 1, 2, '6399.00', 2, NULL, NULL, '', 'partial', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (225, '2019-12-19 16:29:59', 57, 'ever top ko aung win', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 2, 20000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (226, '2019-12-19 16:30:46', 33, 'bokalay marmu', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (227, '2019-12-19 16:58:11', 130, 'ပတ္တမြား ပန့်', '4000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '4000.00', 1, 10, '4000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (228, '2019-12-19 16:59:04', 32, 'ko kyaw kyaw', '15000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '15000.00', 2, 15000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (229, '2019-12-19 17:00:44', 131, 'အန်ထော်နီ', '4000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '4000.00', 2, 3, '4000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (230, '2019-12-19 17:02:05', 65, 'lb k k', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (231, '2019-12-19 17:03:15', 62, 'rajan (tharkayta)', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '3000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (232, '2019-12-19 17:30:33', 1, 'ဈေးဝယ်', '11000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '11000.00', 3, 8, '11000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (233, '2019-12-19 17:38:25', 1, 'ဈေးဝယ်', '9000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '9000.00', 2, 3004, '9000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (234, '2019-12-19 17:42:14', 1, 'ဈေးဝယ်', '1000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '1000.00', 1, 1000, '1000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (235, '2019-12-19 17:59:21', 4, 'Ko show di', '67000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '67000.00', 4, 11, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (236, '2019-12-19 18:03:43', 1, 'ဈေးဝယ်', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '3000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (237, '2019-12-19 18:05:29', 37, 'shine zaw wun', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (238, '2019-12-19 18:09:33', 49, 'ko babu (muli)', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (239, '2019-12-19 18:11:15', 80, 'pa pa lay', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '3000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (240, '2019-12-19 18:30:14', 1, 'ဈေးဝယ်', '14660.00', '0.00', '160', '160.00', '160.00', '0.00', '0%', '0.00', '0.00', '14500.00', 2, 4, '14500.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (241, '2019-12-20 17:55:14', 132, 'စျေးဝယ် 1', '81136.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '81136.00', 10, 5045, '81100.00', 2, NULL, NULL, '', 'partial', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (242, '2019-12-20 18:04:42', 132, 'စျေးဝယ် 1', '8754.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '8754.00', 7, 10, '8754.00', 2, 2, '2019-12-20 18:17:08', '', 'partial', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (243, '2019-12-20 18:16:01', 20, 'ruby', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 2, 10000, '0.00', 2, 2, '2019-12-20 18:17:25', '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (244, '2019-12-20 18:22:49', 34, 'ko win aung', '25000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '25000.00', 2, 25000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (245, '2019-12-20 18:23:33', 98, 'Ruthiran', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (246, '2019-12-20 18:24:16', 98, 'Ruthiran', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (247, '2019-12-20 18:25:00', 98, 'Ruthiran', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (248, '2019-12-20 18:25:50', 54, 'U hla thein', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (249, '2019-12-20 18:27:03', 110, 'u hla myint oilseal', '21304.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '21304.00', 2, 8, '23000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (250, '2019-12-20 18:30:43', 99, 'u soe win (twin kon)', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 2, 8, '20000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (251, '2019-12-20 18:31:41', 49, 'ko babu (muli)', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (252, '2019-12-20 18:33:05', 22, 'valu ann', '30000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '30000.00', 1, 30000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (253, '2019-12-20 18:41:10', 133, 'ကိုဟာစံ', '34000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '34000.00', 1, 1, '34000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (254, '2019-12-20 18:42:12', 47, 'U kyaw marmu (forward)', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (255, '2019-12-20 18:43:30', 14, 'dhamma', '30000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '30000.00', 1, 30000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (256, '2019-12-20 18:44:41', 48, 'lb aye thi ta', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (257, '2019-12-20 18:46:06', 27, 'lb prepaid', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 2, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (258, '2019-12-20 18:48:22', 27, 'lb prepaid', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (259, '2019-12-20 18:52:33', 27, 'lb prepaid', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (260, '2019-12-21 16:49:38', 132, 'စျေးဝယ် 1', '96000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '96000.00', 7, 20, '96000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (261, '2019-12-21 16:51:47', 130, 'ပတ္တမြား ပန့်', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 10, '5000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (262, '2019-12-21 17:26:21', 135, 'ဆဲဂ်နဲး', '4000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '4000.00', 2, 5, '4000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (263, '2019-12-21 17:28:37', 132, 'စျေးဝယ် 1', '15000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '15000.00', 2, 10001, '15000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (264, '2019-12-21 17:42:25', 136, 'ကိုရဲမြင့်လှိုင်', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '5000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (265, '2019-12-21 17:57:31', 63, 'lb aung ko latt', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 2, 10000, '0.00', 2, 2, '2019-12-21 17:58:23', '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (266, '2019-12-21 18:03:34', 24, 'ko min khing', '30000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '30000.00', 1, 30000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (267, '2019-12-21 18:05:46', 50, 'ko kyaw naing', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 2, 20000, '20000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (268, '2019-12-21 18:06:30', 50, 'ko kyaw naing', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (269, '2019-12-21 18:07:58', 37, 'shine zaw wun', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 2, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (270, '2019-12-21 18:09:00', 20, 'ruby', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 2, 20000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (271, '2019-12-21 18:14:09', 27, 'lb prepaid', '35000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '35000.00', 2, 35000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (272, '2019-12-21 18:15:25', 137, 'onestar', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 10, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (273, '2019-12-21 18:16:44', 110, 'u hla myint oilseal', '20528.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20528.00', 2, 5, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (274, '2019-12-21 18:18:23', 34, 'ko win aung', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (275, '2019-12-21 18:19:51', 57, 'ever top ko aung win', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (276, '2019-12-21 18:20:57', 35, 'tea pay saya', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (277, '2019-12-21 18:22:11', 9, 'lucky bag', '57420.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '57420.00', 2, 20, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (278, '2019-12-21 18:22:43', 125, 'ထက်မြက်အောင်', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (279, '2019-12-21 18:23:48', 53, 'sanjay ko latt', '30000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '30000.00', 1, 30000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (280, '2019-12-21 18:24:20', 121, 'Aunty thi ta (daughter)', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '3000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (281, '2019-12-22 17:09:11', 132, 'စျေးဝယ် 1', '51270.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '51270.00', 7, 21, '51270.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (282, '2019-12-22 17:10:32', 24, 'ko min khing', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (283, '2019-12-22 17:12:58', 36, 'ramax', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 2, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (284, '2019-12-22 17:13:55', 82, 'mayanthi(iron sheet)', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (285, '2019-12-22 17:14:54', 110, 'u hla myint oilseal', '6600.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '6600.00', 1, 3, '49500.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (286, '2019-12-22 17:15:47', 38, 'thein than', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (287, '2019-12-22 17:16:30', 135, 'ဆဲဂ်နဲး', '1000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '1000.00', 1, 2, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (288, '2019-12-22 17:17:54', 12, 'Ko Aung moe', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (289, '2019-12-22 17:20:47', 120, 'Mya kyaw tun', '4000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '4000.00', 1, 4, '0.00', 2, 2, '2019-12-22 17:44:05', '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (290, '2019-12-23 13:52:32', 25, 'ko san mg shop', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 2, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (291, '2019-12-23 13:53:33', 15, 'thancom', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (292, '2019-12-23 14:00:35', 11, 'ကိုပာာနစ်အကို', '13000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '13000.00', 2, 13000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (293, '2019-12-23 14:01:42', 110, 'u hla myint oilseal', '9690.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '9690.00', 2, 4, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (294, '2019-12-23 14:02:35', 80, 'pa pa lay', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (295, '2019-12-23 14:08:55', 56, 'lb ko aung win', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (296, '2019-12-23 14:10:04', 27, 'lb prepaid', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (297, '2019-12-23 14:11:35', 9, 'lucky bag', '27780.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '27780.00', 2, 20, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (298, '2019-12-23 14:13:10', 116, 'ကိုမိုးကီ', '4000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '4000.00', 1, 2, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (299, '2019-12-23 14:19:58', 53, 'sanjay ko latt', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (300, '2019-12-23 14:21:23', 18, 'kalapu (piniyan)', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '10000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (301, '2019-12-23 14:22:55', 110, 'u hla myint oilseal', '1600.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '1600.00', 1, 2, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (302, '2019-12-23 14:23:48', 25, 'ko san mg shop', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (303, '2019-12-23 14:24:35', 23, 'thancom ann (bro)', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (304, '2019-12-23 14:27:09', 113, 'ခါလာ', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '5000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (305, '2019-12-23 14:34:33', 138, 'Kanu နဲး', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '10000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (306, '2019-12-23 17:54:13', 132, 'စျေးဝယ် 1', '68168.10', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '68168.10', 11, 35, '68168.00', 2, NULL, NULL, '', 'partial', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (307, '2019-12-23 18:00:34', 140, 'Happy cook', '22552.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '22552.00', 3, 10, '22552.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (308, '2019-12-23 18:05:10', 132, 'စျေးဝယ် 1', '33000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '33000.00', 7, 8010, '33000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (309, '2019-12-23 18:12:27', 22, 'valu ann', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '170000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (310, '2019-12-23 18:13:09', 37, 'shine zaw wun', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '50000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (311, '2019-12-23 18:13:39', 2, 'ko shwe latt', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '50000.00', 2, 2, '2019-12-23 20:20:55', '', 'partial', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (312, '2019-12-23 18:14:26', 19, 'shwe mate swe', '16000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '16000.00', 1, 16000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (313, '2019-12-23 18:15:18', 126, '311 ဦးစိုးတင့်', '14400.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '14400.00', 2, 4, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (314, '2019-12-23 20:22:03', 2, 'ko shwe latt', '50000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '50000.00', 1, 50000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (315, '2019-12-23 20:27:52', 141, 'ကိုဖိုးအေး', '28160.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '28160.00', 1, 2, '28000.00', 2, NULL, NULL, '', 'partial', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (316, '2019-12-23 20:31:58', 132, 'စျေးဝယ် 1', '20359.78', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20359.78', 5, 12, '20359.00', 2, NULL, NULL, '', 'partial', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (317, '2019-12-24 14:16:00', 142, 'ကိုပေါက် (မာမွတ်သမက်)', '17000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '17000.00', 1, 2, '17000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (318, '2019-12-24 14:19:28', 132, 'စျေးဝယ် 1', '31431.90', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '31431.90', 7, 16, '31431.00', 2, NULL, NULL, '', 'partial', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (319, '2019-12-24 14:21:02', 143, 'Mg win ညီ', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (320, '2019-12-24 14:21:57', 20, 'ruby', '15000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '15000.00', 1, 15000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (321, '2019-12-24 14:32:45', 98, 'Ruthiran', '6000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '6000.00', 1, 6000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (322, '2019-12-24 17:41:54', 27, 'lb prepaid', '15000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '15000.00', 2, 15000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (323, '2019-12-24 17:43:00', 44, 'kaung sat (tea shop)', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (324, '2019-12-24 17:44:29', 67, 'pp prepaid', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 2, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (325, '2019-12-24 17:45:01', 110, 'u hla myint oilseal', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (326, '2019-12-24 17:58:02', 132, 'စျေးဝယ် 1', '44500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '44500.00', 9, 16011, '44500.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (327, '2019-12-24 18:03:01', 144, 'Golden country', '52000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '52000.00', 1, 1, '52000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (328, '2019-12-25 20:11:55', 126, '311 ဦးစိုးတင့်', '42400.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '42400.00', 4, 12, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (329, '2019-12-25 20:18:46', 110, 'u hla myint oilseal', '39636.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '39636.00', 5, 25, '48136.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (330, '2019-12-25 20:20:37', 20, 'ruby', '15000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '15000.00', 2, 15000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (331, '2019-12-25 20:23:22', 57, 'ever top ko aung win', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (332, '2019-12-25 20:24:49', 40, 'shine sister (writer)', '15000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '15000.00', 2, 15000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (333, '2019-12-25 20:26:23', 137, 'onestar', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (334, '2019-12-25 20:28:16', 15, 'thancom', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (335, '2019-12-25 20:38:16', 113, 'ခါလာ', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '5000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (336, '2019-12-25 20:39:05', 103, 'u hla myint', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 2, 20000, '20000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (337, '2019-12-25 20:46:39', 132, 'စျေးဝယ် 1', '7000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '7000.00', 5, 3005, '7000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (338, '2019-12-25 21:01:19', 132, 'စျေးဝယ် 1', '3998.88', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3998.88', 2, 4, '3998.88', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (339, '2019-12-25 21:05:03', 132, 'စျေးဝယ် 1', '31356.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '31356.00', 6, 10, '31356.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (340, '2019-12-26 16:58:01', 2, 'ko shwe latt', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '10000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (341, '2019-12-26 16:58:55', 18, 'kalapu (piniyan)', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (342, '2019-12-26 17:01:19', 98, 'Ruthiran', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (343, '2019-12-26 17:02:06', 24, 'ko min khing', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (344, '2019-12-26 17:03:34', 98, 'Ruthiran', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (345, '2019-12-26 17:04:29', 13, 'Lb ko thein zaw', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (346, '2019-12-26 17:09:56', 8, 'U hla mg (twin machine)', '9000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '9000.00', 3, 6, '9000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (347, '2019-12-26 17:10:37', 58, 'min htat', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (348, '2019-12-26 17:11:49', 110, 'u hla myint oilseal', '7000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '7000.00', 2, 2, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (349, '2019-12-26 17:12:31', 38, 'thein than', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (350, '2019-12-26 17:13:02', 37, 'shine zaw wun', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (351, '2019-12-26 17:13:37', 28, '5502864', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (352, '2019-12-26 17:16:06', 145, 'ကိုသန်းအောင် (ဆင်တဲလမ်း)', '15500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '15500.00', 1, 2, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (353, '2019-12-26 17:16:42', 22, 'valu ann', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (354, '2019-12-26 17:21:53', 132, 'စျေးဝယ် 1', '63499.40', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '63499.40', 9, 19, '63499.00', 2, NULL, NULL, '', 'partial', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (355, '2019-12-26 17:23:11', 130, 'ပတ္တမြား ပန့်', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 10, '5000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (356, '2019-12-26 17:33:20', 132, 'စျေးဝယ် 1', '33000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '33000.00', 3, 33000, '33000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (357, '2019-12-26 17:44:39', 110, 'u hla myint oilseal', '59840.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '59840.00', 5, 50, '44578.00', 2, NULL, NULL, '', 'partial', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (358, '2019-12-26 17:48:34', 37, 'shine zaw wun', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (359, '2019-12-27 17:35:41', 25, 'ko san mg shop', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 2, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (360, '2019-12-27 17:35:44', 25, 'ko san mg shop', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 2, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (361, '2019-12-27 17:37:04', 53, 'sanjay ko latt', '30000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '30000.00', 1, 30000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (362, '2019-12-27 17:38:18', 76, 'tampiya ann', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (363, '2019-12-27 17:50:24', 119, 'SR', '14080.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '14080.00', 1, 2, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (364, '2019-12-27 17:51:29', 92, 'ko win tun', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (365, '2019-12-27 17:52:13', 12, 'Ko Aung moe', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (366, '2019-12-27 17:53:02', 44, 'kaung sat (tea shop)', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (367, '2019-12-27 17:53:50', 119, 'SR', '4224.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '4224.00', 1, 1, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (368, '2019-12-27 17:54:29', 15, 'thancom', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (369, '2019-12-27 17:55:06', 121, 'Aunty thi ta (daughter)', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (370, '2019-12-27 17:56:42', 50, 'ko kyaw naing', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 1, '0.00', 2, NULL, NULL, '', 'due', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (371, '2019-12-27 18:06:15', 132, 'စျေးဝယ် 1', '55200.00', '0.00', '200', '200.00', '200.00', '0.00', '0%', '0.00', '0.00', '55000.00', 7, 34014, '55000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (372, '2019-12-27 18:06:57', 125, 'ထက်မြက်အောင်', '19000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '19000.00', 1, 19000, '19000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (373, '2019-12-27 18:09:25', 132, 'စျေးဝယ် 1', '17000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '17000.00', 3, 29, '17000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (374, '2019-12-27 18:10:28', 146, 'Gk', '35000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '35000.00', 3, 3, '35000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (375, '2019-12-27 18:14:54', 1, 'ဈေးဝယ်', '4000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '4000.00', 2, 4000, '4000.00', 2, NULL, NULL, '', 'paid', '0.00', 1, NULL);


#
# TABLE STRUCTURE FOR: tec_sessions
#

DROP TABLE IF EXISTS `tec_sessions`;

CREATE TABLE `tec_sessions` (
  `id` varchar(40) NOT NULL,
  `ip_address` varchar(45) NOT NULL,
  `timestamp` int(10) unsigned NOT NULL DEFAULT '0',
  `data` blob NOT NULL,
  PRIMARY KEY (`id`),
  KEY `ci_sessions_timestamp` (`timestamp`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('009j7hal0fllijbi5mvb4fimep6tbir5', '65.18.122.169', 1575300737, '__ci_last_regenerate|i:1575300737;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575260107\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01433nt394mcbu2k5oof0u50gchr054h', '65.18.115.71', 1576824445, '__ci_last_regenerate|i:1576824445;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01akcci7897i9b1dnur5drud7jrund5q', '65.18.122.59', 1575517631, '__ci_last_regenerate|i:1575517631;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575445201\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01btvv4fcoeq1qolpc8nlldvudj58q5c', '65.18.126.155', 1576381275, '__ci_last_regenerate|i:1576381275;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01q6gi9met77m8fjdjq4ibf41p2tt17d', '65.18.123.201', 1575127833, '__ci_last_regenerate|i:1575127833;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('021k36qop891tf1ut7o01go586r08q2j', '65.18.115.29', 1574758998, '__ci_last_regenerate|i:1574758998;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574748934\";last_ip|s:12:\"65.18.115.29\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|i:1;has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02v0t5vg921s9g50m9848pk98oa0mhlq', '65.18.127.104', 1575766795, '__ci_last_regenerate|i:1575766795;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575724930\";last_ip|s:13:\"65.18.126.202\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03kdv8moghqt0u20e06bcejnltsphsb0', '65.18.115.58', 1576220444, '__ci_last_regenerate|i:1576220444;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03utv6bfsf7osn4mifdahm6k02r0e430', '65.18.127.15', 1576315286, '__ci_last_regenerate|i:1576315286;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576288902\";last_ip|s:12:\"65.18.127.63\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05rb544ot3plknjrg29svphu48l2acuo', '65.18.123.148', 1575452160, '__ci_last_regenerate|i:1575452160;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575422164\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0616lju2ht84405n3kj6ce8bk8vdcttq', '65.18.115.94', 1577359853, '__ci_last_regenerate|i:1577359853;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06hc90uo7rgqih4auja8q2sfoiqrpaec', '65.18.122.59', 1575511637, '__ci_last_regenerate|i:1575511637;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575445201\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07egmej5irm5mgpqdfj8mb3233ig9sgj', '65.18.115.58', 1575886510, '__ci_last_regenerate|i:1575886510;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575863394\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08q2c1vlloknn4hlg18lo3lsraqgfm6l', '65.18.115.115', 1576909268, '__ci_last_regenerate|i:1576909268;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0901c2rsdkqqbi3aj7t5seet77rljit5', '65.18.122.59', 1575556190, '__ci_last_regenerate|i:1575556190;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575540398\";last_ip|s:12:\"65.18.122.11\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09461o1j37bqheou793tj2a8hrd97v9a', '65.18.115.115', 1576908788, '__ci_last_regenerate|i:1576908788;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576863268\";last_ip|s:13:\"65.18.115.115\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09v9uhr50058n58fj4794kba5eos4ctp', '65.18.127.80', 1575790939, '__ci_last_regenerate|i:1575790866;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575788337\";last_ip|s:13:\"103.73.236.51\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b2m01insft0eihigam86s245f71ratg', '103.73.236.135', 1577086735, '__ci_last_regenerate|i:1577086735;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577010823\";last_ip|s:14:\"103.73.236.135\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"14\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-23 09:15:32\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0baqdonsnqrhc4a5an1ccjtt7mnqkjqu', '103.73.236.248', 1577419410, '__ci_last_regenerate|i:1577419125;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577356042\";last_ip|s:14:\"103.73.236.248\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"18\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-27 10:29:10\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c76h18j7bcud8os0htkddlfllhedrqi', '65.18.115.90', 1576939312, '__ci_last_regenerate|i:1576939312;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c8ctt7mslcfiu52ps8fb5njt41s66qp', '65.18.123.151', 1575192173, '__ci_last_regenerate|i:1575192173;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575119677\";last_ip|s:13:\"65.18.123.201\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d5eopphv6d33huab7eaonf6ur76tbep', '65.18.127.15', 1576307552, '__ci_last_regenerate|i:1576307552;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576288902\";last_ip|s:12:\"65.18.127.63\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0dfdmbj569khjjbbglbgpo5tiitq1360', '65.18.115.58', 1576389658, '__ci_last_regenerate|i:1576389658;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e87evaeui9lqd8ujpffjesv933j09ie', '103.73.237.118', 1575299098, '__ci_last_regenerate|i:1575299098;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575260107\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0eble1l668u31rq6oe94aaqub82ac7e6', '65.18.115.94', 1577360033, '__ci_last_regenerate|i:1577360033;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ejobus9h91914hik2auj9eggqr8s948', '65.18.123.150', 1574914183, '__ci_last_regenerate|i:1574914183;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574863954\";last_ip|s:13:\"103.73.237.76\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0envt0kfel5l7phqkkbf9ad4l693jhg7', '65.18.115.71', 1576467237, '__ci_last_regenerate|i:1576467144;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576406114\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fh4ao94setp201hk2rmr58csu5frqke', '65.18.115.58', 1576229879, '__ci_last_regenerate|i:1576229879;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0gn9qb8k52trs0n84njl4u87m32chgi3', '65.18.115.94', 1577360697, '__ci_last_regenerate|i:1577360697;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1577178831\";last_ip|s:12:\"65.18.115.94\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0gpnj77c1ghop9th8pijjdep7dbu2nlg', '65.18.115.58', 1576220433, '__ci_last_regenerate|i:1576220433;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0gtudnbufdtimt7tanf8gpbu44snf50g', '65.18.127.31', 1576211029, '__ci_last_regenerate|i:1576211029;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576139180\";last_ip|s:13:\"103.73.237.18\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0hg6u0bjukqmouu769fod29dvjkf7jib', '65.18.126.128', 1576576969, '__ci_last_regenerate|i:1576576969;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576487844\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"8\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 08:49:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0hn8gp4hnr0vma2npackf30q0cb0j3tl', '65.18.115.58', 1576236898, '__ci_last_regenerate|i:1576236898;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ic461040pq5iv5h3cc0q7c5tcnq576e', '65.18.123.231', 1575275832, '__ci_last_regenerate|i:1575275832;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575206450\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ifjo5o3a5rkta016ppurakecj16e9lv', '61.151.178.166', 1575788399, '__ci_last_regenerate|i:1575788399;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0jbd7h5cg2ha25fhgm4003ifacaggh10', '65.18.126.155', 1576400131, '__ci_last_regenerate|i:1576400131;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0k9jf9ue1n6qncvp0cjc77oce34cumbj', '103.73.237.188', 1574757332, '__ci_last_regenerate|i:1574757332;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574749311\";last_ip|s:12:\"65.18.115.29\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0kdem81d35h7jvi18l7r92fcq4qe0d7i', '65.18.115.118', 1574825385, '__ci_last_regenerate|i:1574825385;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574823333\";last_ip|s:13:\"65.18.115.118\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0l65qu2umlhp6oooqepv551ppt94gesn', '65.18.115.71', 1576560127, '__ci_last_regenerate|i:1576560127;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576489185\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0m9p1okbkp2sk881iqt590ra947limgc', '65.18.120.82', 1576845147, '__ci_last_regenerate|i:1576844874;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576822128\";last_ip|s:15:\"103.217.156.207\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ms7n4mnc2pf8ncdsukhlm66hvk2bnm6', '65.18.115.58', 1575778991, '__ci_last_regenerate|i:1575778991;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575540795\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0mur6c2enipj48mnga1qn324rcrcjn1l', '65.18.127.104', 1575765509, '__ci_last_regenerate|i:1575765509;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575724930\";last_ip|s:13:\"65.18.126.202\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ng9ngulb5en17k5kqgtj7nes710s2h4', '65.18.126.226', 1575706975, '__ci_last_regenerate|i:1575706975;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575641321\";last_ip|s:11:\"65.18.123.4\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0nlcfpq1mh8v0f5mqnao9u1ei8f0c57h', '65.18.115.115', 1576907486, '__ci_last_regenerate|i:1576907486;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0oohr7qo63464ri3madlqrlsnsg776lu', '65.18.115.58', 1576389953, '__ci_last_regenerate|i:1576389953;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0p8mh5g80gjsb39soatflg214ei7fh0h', '65.18.115.58', 1576317897, '__ci_last_regenerate|i:1576317897;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576206954\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0pv0mv5qr3dtg7qlh9smco553svkm73p', '65.18.115.58', 1576398529, '__ci_last_regenerate|i:1576398528;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576377843\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0q5h0dfo24qbg20ddb3r8r0v6mg81pfh', '65.18.123.201', 1575124053, '__ci_last_regenerate|i:1575124053;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0s0n29setqspqn9nhvbfat0bsebfcc4o', '65.18.123.28', 1575592526, '__ci_last_regenerate|i:1575592526;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575552243\";last_ip|s:12:\"65.18.122.59\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0sgh4gehf6u54evfa1gpf93v4t73gimp', '65.18.115.58', 1576319432, '__ci_last_regenerate|i:1576319432;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576308692\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0to65cdri549bkig7j727d0g3jml7crt', '101.91.60.108', 1574947269, '__ci_last_regenerate|i:1574947268;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0u7aepue0nrusqd9bongmp074bkjhvmp', '65.18.123.201', 1575123466, '__ci_last_regenerate|i:1575123466;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0u7lo6uuoeg5nfd7rhc8p0spaf5i3vdt', '65.18.115.94', 1577361830, '__ci_last_regenerate|i:1577361830;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1577178831\";last_ip|s:12:\"65.18.115.94\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0udp15rj20pa87e9gghac2mufnq5dd86', '61.151.178.197', 1574946697, '__ci_last_regenerate|i:1574946695;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ur19io7i3uf8sjhlsh5istgpa75se6k', '65.18.115.58', 1576390587, '__ci_last_regenerate|i:1576390587;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576318287\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0veau8oqrt8ujjsth0nnp30c0stmjgpl', '65.18.115.90', 1577033938, '__ci_last_regenerate|i:1577033938;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576985466\";last_ip|s:12:\"65.18.115.90\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0vqlc0p7tqa0fkc9dum5bmgg6o0h329q', '65.18.115.58', 1576398526, '__ci_last_regenerate|i:1576398526;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10oh4qlkb7ovs7es36skpbrhgguco9ea', '65.18.127.15', 1576319000, '__ci_last_regenerate|i:1576319000;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576288902\";last_ip|s:12:\"65.18.127.63\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11c06mqa82ikbqadsaa3mstmv69quugk', '65.18.115.90', 1576938335, '__ci_last_regenerate|i:1576938335;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('127jbqfotfi6iqab18k68t4fkqj4qj7g', '65.18.115.58', 1576039910, '__ci_last_regenerate|i:1576039910;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13487ugn8uutdsi798mkmuugueisv1nj', '65.18.115.71', 1576489597, '__ci_last_regenerate|i:1576489597;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576481410\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13u20nusfnnalgp18316qegdqqjhipkq', '65.18.126.202', 1575727452, '__ci_last_regenerate|i:1575727452;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575683100\";last_ip|s:13:\"65.18.123.145\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14j0li12ubcpth2r0hp4pbkv7os3je6b', '65.18.123.231', 1575297527, '__ci_last_regenerate|i:1575297527;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575260107\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('162nemtife8903tln06qon5q9jdf1dmu', '65.18.126.247', 1575890389, '__ci_last_regenerate|i:1575890389;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575790881\";last_ip|s:12:\"65.18.127.80\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17md403ue14top1nttf7r763oadjpio9', '65.18.115.90', 1576941203, '__ci_last_regenerate|i:1576941169;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576906804\";last_ip|s:13:\"65.18.115.115\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17mgqgmub6so89tn62171atu3ccaiqov', '65.18.115.58', 1575946121, '__ci_last_regenerate|i:1575946121;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575900118\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19npb6ecj0ffhoe6csqikrbldbch3kua', '65.18.126.226', 1575689560, '__ci_last_regenerate|i:1575689560;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575641321\";last_ip|s:11:\"65.18.123.4\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bn0ma8amcd27hmui9rr9pco1qjl5pk7', '103.73.237.18', 1576126334, '__ci_last_regenerate|i:1576126289;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576056907\";last_ip|s:13:\"65.18.126.232\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cvp5mobdbm8r4gvcqqul0cjh8mvgot1', '103.73.237.118', 1575268781, '__ci_last_regenerate|i:1575268781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dgt94gvmmm268kd23rluosl4vvi27s6', '65.18.115.58', 1575787612, '__ci_last_regenerate|i:1575787612;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575778507\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1era5m8r96efm4bkojmdg4lji4871s03', '65.18.115.94', 1577359800, '__ci_last_regenerate|i:1577359800;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1gmotv4jv8fhvf4nffpnp1t096gcbebj', '65.18.123.148', 1575445551, '__ci_last_regenerate|i:1575445551;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575422164\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1gs38esvi97qpoaoobquugsq3jpr2s3f', '65.18.126.128', 1576582828, '__ci_last_regenerate|i:1576582828;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576487844\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"8\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 08:49:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1h4pu3ruudoj3ar66n3r9psa50m5dqsd', '65.18.120.82', 1576812913, '__ci_last_regenerate|i:1576812895;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576736968\";last_ip|s:13:\"65.18.126.234\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"11\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-20 09:08:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1hden922bt9g5i9ecctt78c1evk5ih4d', '65.18.115.58', 1576229304, '__ci_last_regenerate|i:1576229304;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1i05ti20dvurgfa30noc6p0loqgp1438', '65.18.123.199', 1574825707, '__ci_last_regenerate|i:1574825707;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574819757\";last_ip|s:14:\"136.228.173.74\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1i9cosl7dqjjqjopac3n9c6uagop9dv3', '65.18.123.28', 1575591883, '__ci_last_regenerate|i:1575591883;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575552243\";last_ip|s:12:\"65.18.122.59\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1iessmu2l8aemg9ofn5c4k6rdav5ind8', '65.18.122.88', 1575385101, '__ci_last_regenerate|i:1575385101;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575364413\";last_ip|s:12:\"65.18.122.64\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1in0js1o8oj1dllmvbra1dq2qlhqmh1t', '58.247.206.146', 1574819818, '__ci_last_regenerate|i:1574819818;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1j8bk7qi7pb3p525k58s0bce3apcrq1n', '65.18.115.90', 1576939002, '__ci_last_regenerate|i:1576939002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1jfukrro252vkq5e9r8pbt7t1u5aing8', '65.18.115.58', 1576389953, '__ci_last_regenerate|i:1576389953;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1jg9527cj8h18ol91pvktfjperv5r2ce', '65.18.122.112', 1575351370, '__ci_last_regenerate|i:1575351370;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575291187\";last_ip|s:13:\"65.18.123.231\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1m372gjopbhicl6toetjmh4pmu11aoq7', '65.18.120.5', 1577342582, '__ci_last_regenerate|i:1577342364;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577281092\";last_ip|s:13:\"65.18.120.145\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"17\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-26 12:21:38\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ml53c9q6sp7tga8o9ifemt6a9o4oh54', '103.73.236.135', 1576987053, '__ci_last_regenerate|i:1576987053;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576915114\";last_ip|s:13:\"103.73.236.70\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"13\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-22 09:33:28\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1nr6eumv0ntj9g7j6rmk6lrlnsltf2m5', '65.18.115.58', 1575825544, 'identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575779010\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";__ci_last_regenerate|i:1575825544;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1odql8r3tl6be83d3q0lj2vm0k5i87jn', '65.18.115.90', 1576938335, '__ci_last_regenerate|i:1576938335;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1oha6snb7eb8atlsfbdonqb475ptmfb8', '103.73.237.118', 1575207926, '__ci_last_regenerate|i:1575207926;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1q30eaqqals79hskqb2er5drq3nda7ba', '65.18.115.94', 1577359840, '__ci_last_regenerate|i:1577359840;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1q8e4ovg03cc2hg3qf38egnv8tcr10p3', '65.18.126.128', 1576578409, '__ci_last_regenerate|i:1576578409;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576487844\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"8\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 08:49:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1qb2ttjat6rsa1qtv9cvk471k71vaoum', '65.18.126.202', 1575729558, '__ci_last_regenerate|i:1575729558;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575683100\";last_ip|s:13:\"65.18.123.145\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1rfsf3evt997ebt3vhsc8hdoa90fnf3u', '65.18.115.90', 1576938581, '__ci_last_regenerate|i:1576938581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1rpb1am9ud85g7d2rgcstamqik6rqjbf', '103.73.237.212', 1577101560, '__ci_last_regenerate|i:1577101560;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577010823\";last_ip|s:14:\"103.73.236.135\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"14\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-23 09:15:32\";rmspos|i:1;message|s:102:\"ရောင်းရန်အောင်မြင်စွာထည့်ပြီးပါပြီ\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1rvrngadhtnco25hao2iclgark425496', '65.18.115.58', 1576221985, '__ci_last_regenerate|i:1576221985;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1sb313cr6rm2j8cb70ubh7163mu2h5ek', '65.18.115.90', 1576939215, '__ci_last_regenerate|i:1576939215;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1tb026dam97tcpnkioau7p8si3clev1n', '65.18.127.104', 1575771360, '__ci_last_regenerate|i:1575771360;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575724930\";last_ip|s:13:\"65.18.126.202\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1th47ankdnq9sqh87n74nfd2s6npdrgc', '65.18.122.59', 1575552620, '__ci_last_regenerate|i:1575552620;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575540398\";last_ip|s:12:\"65.18.122.11\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1tktvo29qcphs9uc3p8eribg7cnsd5ck', '103.73.237.118', 1575215736, '__ci_last_regenerate|i:1575215736;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1vev3d99c81cl7ri4o4s4rbo2qptn2k8', '65.18.126.128', 1576554245, '__ci_last_regenerate|i:1576554245;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576487844\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"8\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 08:49:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20era0hjma11rjh90ktqfukolpn4patn', '61.129.6.251', 1574819973, '__ci_last_regenerate|i:1574819973;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20rqhqfgdgq8ibk3pipfvt3nkf752if2', '103.73.237.118', 1575207609, '__ci_last_regenerate|i:1575207609;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21nvljgq4um9samljkqvjsmi2ove06rq', '65.18.115.58', 1576233828, '__ci_last_regenerate|i:1576233828;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21q3qeekk7jscjjn9mik0m8lri61jg3k', '65.18.120.82', 1576843869, '__ci_last_regenerate|i:1576843869;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576822128\";last_ip|s:15:\"103.217.156.207\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"11\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-20 09:08:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('227u025t51hhv8373v9p2ntk90plnfih', '65.18.120.145', 1577281726, '__ci_last_regenerate|i:1577281726;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577173259\";last_ip|s:13:\"103.73.237.83\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"16\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-25 20:08:18\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22ec0vo2udrlo5i04btap2a16uatu3lp', '65.18.120.145', 1577282089, '__ci_last_regenerate|i:1577282089;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577173259\";last_ip|s:13:\"103.73.237.83\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"16\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-25 20:08:18\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23lcu447pp5eq9kjo54ecdf0j5368j9f', '65.18.123.231', 1575275522, '__ci_last_regenerate|i:1575275522;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575206450\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23uu9n7cnh816hc9bm028o91diigio4j', '65.18.126.171', 1576160055, '__ci_last_regenerate|i:1576160045;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576118374\";last_ip|s:13:\"65.18.126.208\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25l68rs9d7bu2248pn7phnnik4rh203p', '65.18.126.226', 1575686979, '__ci_last_regenerate|i:1575686979;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575641321\";last_ip|s:11:\"65.18.123.4\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25qjmemt62dh5je25jfjfgchmvdu8bek', '103.73.236.248', 1577428147, '__ci_last_regenerate|i:1577428124;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577419143\";last_ip|s:14:\"103.73.236.248\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"18\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-27 10:29:10\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('270e3oev25kqaatj570vlpbgns1c9hu1', '65.18.115.58', 1575880592, '__ci_last_regenerate|i:1575880592;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575863394\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2866b3g1n2au3dn7ng887j10am8avrbf', '65.18.115.58', 1576213327, '__ci_last_regenerate|i:1576213327;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28pnqpnu18sg2uojcpc1pspkp8qale1d', '65.18.115.115', 1576907401, '__ci_last_regenerate|i:1576907401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('297j9mic7s0l6c4qkblrne5i5bvqgb8s', '103.73.237.158', 1577187191, '__ci_last_regenerate|i:1577187191;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577173231\";last_ip|s:13:\"103.73.237.83\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"15\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-24 10:25:36\";rmspos|i:1;message|s:102:\"ရောင်းရန်အောင်မြင်စွာထည့်ပြီးပါပြီ\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29cf67k9e6m8rbtlcbcivmn35hdt3mna', '103.73.237.188', 1574752939, '__ci_last_regenerate|i:1574752939;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574749311\";last_ip|s:12:\"65.18.115.29\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29d3vsnklqvo1fo744i6e4iom7ubq23v', '65.18.123.148', 1575456816, '__ci_last_regenerate|i:1575456816;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575422164\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29lnqu5dk0dvs8o3ouoe1uhrtam0s42l', '65.18.123.4', 1575643258, '__ci_last_regenerate|i:1575643258;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575617918\";last_ip|s:12:\"65.18.123.28\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b2g2lf0l7p70frupmdgcmt3a3dtdvt8', '65.18.115.58', 1576383654, '__ci_last_regenerate|i:1576383654;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576318287\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d0jtmnba4c35tbi4fedc2u5fvrv8jlc', '65.18.127.104', 1575774806, '__ci_last_regenerate|i:1575774806;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575724930\";last_ip|s:13:\"65.18.126.202\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d85kh536ql7go7oimtd3tc18dnnqlkr', '103.73.237.118', 1575206961, '__ci_last_regenerate|i:1575206961;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dahju39affvkmc2ltl7fje23eon6kve', '65.18.115.115', 1576909016, '__ci_last_regenerate|i:1576909016;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dhp959d90nl4c4vm6mglg0rukbomveb', '65.18.126.155', 1576399139, '__ci_last_regenerate|i:1576399139;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2dthfb81r26sahj64qrogqcf9hm4cbqu', '65.18.126.210', 1576756205, '__ci_last_regenerate|i:1576756205;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576726551\";last_ip|s:13:\"65.18.126.234\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"10\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-19 10:05:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2elmg766o74odim0v1foea0p690n1fcj', '65.18.115.90', 1576987031, '__ci_last_regenerate|i:1576986956;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576983018\";last_ip|s:12:\"65.18.115.90\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2g6k6cttmifpke7ee66cn8h2jqegf9nq', '65.18.127.13', 1576477792, '__ci_last_regenerate|i:1576471321;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576461041\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2gnp97j0ekqqcv764rc2o9cktd5nu22h', '65.18.122.112', 1575352029, '__ci_last_regenerate|i:1575352029;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575291187\";last_ip|s:13:\"65.18.123.231\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2h3im9mebcsgvgjdrhdaavtnc78jckum', '65.18.123.148', 1575445368, '__ci_last_regenerate|i:1575445368;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2hd8ajh6dfq5213arig334ppdadchg6e', '65.18.122.112', 1575345065, '__ci_last_regenerate|i:1575345065;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575291187\";last_ip|s:13:\"65.18.123.231\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2hj3nq3pngnok610tibbn266uahk0dbd', '65.18.115.88', 1574996541, '__ci_last_regenerate|i:1574996541;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574946714\";last_ip|s:12:\"65.18.115.88\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ip94juje9gqbr0spnll3kggk61uecqv', '65.18.115.94', 1577357818, '__ci_last_regenerate|i:1577357818;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2k0i85qfivhg35gakvrg6o2iqtmo6tor', '65.18.122.212', 1575041390, '__ci_last_regenerate|i:1575041390;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575000885\";last_ip|s:13:\"65.18.123.144\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2lougcn0vla5uu0o8pjkdnedflbebp36', '65.18.115.94', 1577179529, '__ci_last_regenerate|i:1577179519;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1577020353\";last_ip|s:12:\"65.18.115.90\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2m1gilpgvds6p0ar4pslme1atifachns', '65.18.115.71', 1576576529, '__ci_last_regenerate|i:1576576522;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576489185\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2nltbt028g550uucnlk02g6n2ehp2dem', '65.18.115.71', 1576568259, '__ci_last_regenerate|i:1576568259;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2np2ai9l8f2epska6tv6vo92scu647uh', '65.18.126.155', 1576418576, '__ci_last_regenerate|i:1576418553;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2p0cl9u4eovrl2fp7ru73532dep7e5f8', '65.18.115.115', 1576900915, '__ci_last_regenerate|i:1576900915;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576863268\";last_ip|s:13:\"65.18.115.115\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2pnad6ofv40r2q1sbkes0kg9tsa6ohrj', '65.18.115.58', 1576389658, '__ci_last_regenerate|i:1576389658;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2rcoirsj2atlefi5h128qqacp6u00q62', '65.18.115.90', 1576939767, '__ci_last_regenerate|i:1576939767;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2rdr1gtoonetnbmhdu9krq4dcpjkc9n4', '103.73.237.188', 1574755987, '__ci_last_regenerate|i:1574755987;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ruk6rqou5dipist58davn6tdm6t7r62', '65.18.115.90', 1577005986, '__ci_last_regenerate|i:1577005986;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2s2s5put18r36v62chh5vv0nlpq36c2h', '65.18.115.90', 1576938887, '__ci_last_regenerate|i:1576938887;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30nh2a3gvi7udi0lnh8bffmdi1l6gprd', '65.18.115.115', 1576865266, '__ci_last_regenerate|i:1576865266;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576660358\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30sivs8s4lu4j0bphiaf7a88e8eokev1', '65.18.115.29', 1574759304, '__ci_last_regenerate|i:1574759304;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574748934\";last_ip|s:12:\"65.18.115.29\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|i:1;has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31nhcspppjh8f936jhfpjl6u66q6766m', '65.18.115.58', 1576225881, '__ci_last_regenerate|i:1576225881;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32talp4aask7tav8m9si5peg618rdtlo', '65.18.115.58', 1576229619, '__ci_last_regenerate|i:1576229619;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33lafok9f23qrm9gd35bt4md1ij4c0tm', '65.18.126.247', 1575865592, '__ci_last_regenerate|i:1575865592;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575790881\";last_ip|s:12:\"65.18.127.80\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33t1ol18jeg2jtfe5ofq2k38379cn8rs', '65.18.115.58', 1576229303, '__ci_last_regenerate|i:1576229303;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('346vbr65iuc09qdibgekifn83gu18gcs', '65.18.126.155', 1576384486, '__ci_last_regenerate|i:1576384486;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('347ns8mc7gqhtud36vrilofr3db1o2jm', '65.18.123.148', 1575458727, '__ci_last_regenerate|i:1575458727;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575422164\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('352acmp0ccaegvc053fso5ban9v43p37', '65.18.115.58', 1576229603, '__ci_last_regenerate|i:1576229603;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('353jd0i0hseean18s07nbgn672kk1hae', '103.73.237.212', 1577100253, '__ci_last_regenerate|i:1577100253;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577010823\";last_ip|s:14:\"103.73.236.135\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"14\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-23 09:15:32\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35gufhaj5evftnh7f2h4rl8uvbitr3hi', '65.18.126.155', 1576379317, '__ci_last_regenerate|i:1576379317;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38f7fita8flfge3s2mddq9ccpbpe2f1s', '65.18.123.231', 1575296590, '__ci_last_regenerate|i:1575296590;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575260107\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3901m8vf8qvh5t2gks81qa7nc59cklvg', '65.18.122.88', 1575381271, '__ci_last_regenerate|i:1575381271;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575364413\";last_ip|s:12:\"65.18.122.64\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39t8i815g68r4eis4p2uclre1jiaqamk', '65.18.127.15', 1576312845, '__ci_last_regenerate|i:1576312845;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576288902\";last_ip|s:12:\"65.18.127.63\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a86o0pki9rr3t9im4gchmcti284ldl2', '103.73.237.118', 1575211514, '__ci_last_regenerate|i:1575211514;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3agu812bh23n8qfbi6uovd7ofbllvvd8', '65.18.120.82', 1576843104, '__ci_last_regenerate|i:1576843104;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576822128\";last_ip|s:15:\"103.217.156.207\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"11\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-20 09:08:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3avk7osrofccbepb10prmhinj6tr9992', '65.18.115.58', 1575887370, '__ci_last_regenerate|i:1575887292;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575863394\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bgdt6itcvh3nnh18eronm7maft70p9a', '65.18.122.212', 1575041066, '__ci_last_regenerate|i:1575041066;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575000885\";last_ip|s:13:\"65.18.123.144\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bvbdm47vbo4vdoi8iotgb9lk6vhf95k', '65.18.115.71', 1576573778, '__ci_last_regenerate|i:1576573778;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576489185\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3crc9eb8pbeipmklu652k39los884flt', '65.18.115.90', 1576938887, '__ci_last_regenerate|i:1576938887;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d6p5295ot5qj2hp2rmngp96mc83905c', '65.18.127.55', 1576225798, '__ci_last_regenerate|i:1576225798;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576202299\";last_ip|s:12:\"65.18.127.31\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ek0j5d9ko3nl2s5q83hai50b4jbqvo2', '65.18.123.231', 1575295636, '__ci_last_regenerate|i:1575295636;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575260107\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3es43ogan58msd86951qo0jc5kp5ucf4', '65.18.115.71', 1576552067, '__ci_last_regenerate|i:1576552067;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fsi2ijh5vogf2tcr11i4o8qv9omjifs', '65.18.127.15', 1576331203, '__ci_last_regenerate|i:1576331203;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576327784\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fvce37ghjri17jka9855nut4isebhkk', '65.18.126.247', 1575894453, '__ci_last_regenerate|i:1575894453;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575790881\";last_ip|s:12:\"65.18.127.80\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3g5au36jp7h4e05fpl7tfqm5rfai1oh7', '65.18.126.202', 1575725227, '__ci_last_regenerate|i:1575725227;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575683100\";last_ip|s:13:\"65.18.123.145\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3h9v8pd6801dksk35nu06kcjiihncfql', '65.18.126.128', 1576568018, '__ci_last_regenerate|i:1576568018;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576487844\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"8\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 08:49:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ipeb6evtm9vctj3us1ecofdjbflc9jc', '65.18.115.90', 1576939766, '__ci_last_regenerate|i:1576939766;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3j7l9o9cgur5u1t8k255bgnfva5mbpt8', '65.18.115.90', 1576984014, '__ci_last_regenerate|i:1576984014;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576937698\";last_ip|s:12:\"65.18.115.90\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ja0df4bm5r7h3gnk3i4n522lrlqvjn0', '65.18.123.28', 1575592833, '__ci_last_regenerate|i:1575592833;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575552243\";last_ip|s:12:\"65.18.122.59\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3jgp2octp4ma3dq0b8sku6i7p2997fam', '103.73.236.135', 1577086102, '__ci_last_regenerate|i:1577086102;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577010823\";last_ip|s:14:\"103.73.236.135\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"14\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-23 09:15:32\";rmspos|i:1;message|s:102:\"ရောင်းရန်အောင်မြင်စွာထည့်ပြီးပါပြီ\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3jvppa34akjrt7orbl5v4snt62r7i6d5', '103.73.237.188', 1574750693, '__ci_last_regenerate|i:1574750693;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3knid7uol483jig4tl8s4m4tog6eo531', '103.73.237.188', 1574750707, '__ci_last_regenerate|i:1574750707;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3menv4jjgspiraa2h91e8pa1sa444oog', '65.18.123.201', 1575130172, '__ci_last_regenerate|i:1575130172;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3niqdnna1q3eeb63pie4j4d4pcv7f3mr', '65.18.115.94', 1577372215, '__ci_last_regenerate|i:1577372215;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1577350137\";last_ip|s:12:\"65.18.115.94\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3palgrs6t7d6u9vphqco8jjk029ffidl', '65.18.126.155', 1576390429, '__ci_last_regenerate|i:1576390429;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3pear71s954aid4ggc4r0055307ae020', '65.18.123.28', 1575620866, '__ci_last_regenerate|i:1575620866;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575591258\";last_ip|s:12:\"65.18.123.28\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3pj2104ocfl95v5r41hbahs56f145jp5', '65.18.127.13', 1576495369, '__ci_last_regenerate|i:1576495369;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576471321\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3pmhi8jn0l6riv0131it3tenvdqfh6au', '65.18.126.155', 1576406082, '__ci_last_regenerate|i:1576406082;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3q2t4khhvtvqj6akf21366adbln28tna', '65.18.115.58', 1576213327, '__ci_last_regenerate|i:1576213327;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3qtc50offrdrkphu5hacf45kfhd92cet', '65.18.115.58', 1576220033, '__ci_last_regenerate|i:1576220033;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3qtcoij5rolas58lldr6ck5vq1kj8ipk', '65.18.122.212', 1575037792, '__ci_last_regenerate|i:1575037792;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575000885\";last_ip|s:13:\"65.18.123.144\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3qtld23e21fephf39gajg1cqac60gn16', '61.129.8.179', 1574947032, '__ci_last_regenerate|i:1574947031;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3r0m7530nsgenln1bj56dokr0r615b8t', '65.18.115.58', 1576220078, '__ci_last_regenerate|i:1576220078;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3re3h7b20kvec0g7l58osoql8sftaf9g', '65.18.115.71', 1576568194, '__ci_last_regenerate|i:1576568194;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3rva03o8kec5ji1lcrpggsnu7bikq8j7', '65.18.126.247', 1575883915, '__ci_last_regenerate|i:1575883915;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575790881\";last_ip|s:12:\"65.18.127.80\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";rmspos|i:1;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3rvsfr3mhvvigvg7b0b7i58848dn16ig', '65.18.123.231', 1575298784, '__ci_last_regenerate|i:1575298784;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575260107\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3snvi2c9dsu7f36n9s65imeip81jejf5', '65.18.123.151', 1575192497, '__ci_last_regenerate|i:1575192497;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575119677\";last_ip|s:13:\"65.18.123.201\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3t65qrp6kb3m7m5oa7chg24nb2hv9ab1', '65.18.115.90', 1576939729, '__ci_last_regenerate|i:1576939729;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3t7l4rg9cfah8mjo7bu1duskct3j3v9k', '103.73.237.118', 1575219375, '__ci_last_regenerate|i:1575219375;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3tcd8rsn2sjudnacm20duvogde644fjn', '65.18.115.90', 1576939541, '__ci_last_regenerate|i:1576939541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3tmk89okecjf25stgl847rh00trc07e5', '65.18.123.28', 1575603409, '__ci_last_regenerate|i:1575603409;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575552243\";last_ip|s:12:\"65.18.122.59\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3vs1s6k3cdfu1co9rsvpja0vcg5v62fg', '65.18.122.112', 1575350762, '__ci_last_regenerate|i:1575350762;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575291187\";last_ip|s:13:\"65.18.123.231\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40q0n5ijf5ulk3cdgvdm93u7g63rqadt', '65.18.126.210', 1576751291, '__ci_last_regenerate|i:1576751291;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576726551\";last_ip|s:13:\"65.18.126.234\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"10\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-19 10:05:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41ho1sssm4fjelbn3p6av74c2j24iho8', '65.18.115.118', 1574826676, '__ci_last_regenerate|i:1574826676;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574823333\";last_ip|s:13:\"65.18.115.118\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42ejbrsh8u8hudq2me1n50nqomt65bpu', '65.18.126.202', 1575727130, '__ci_last_regenerate|i:1575727130;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575683100\";last_ip|s:13:\"65.18.123.145\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42guh8specj6pkfbt5ubcgnhdjrl8vh7', '65.18.122.212', 1575035521, '__ci_last_regenerate|i:1575035521;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575000885\";last_ip|s:13:\"65.18.123.144\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43r07kb1ojlo4s0o1sddsam6clr8b02d', '65.18.115.90', 1576983378, '__ci_last_regenerate|i:1576983378;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576937698\";last_ip|s:12:\"65.18.115.90\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43v8r7ubprhkmct63ir1ga2rh5sf1lsf', '65.18.123.28', 1575620479, '__ci_last_regenerate|i:1575620479;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575591258\";last_ip|s:12:\"65.18.123.28\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4528vsg0oskb2ebag2njfp20hj9ult0i', '65.18.126.128', 1576558457, '__ci_last_regenerate|i:1576558457;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576487844\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"8\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 08:49:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48l2ktt1tbjjlnr1ntihj5lpp384vak0', '65.18.115.115', 1576908791, '__ci_last_regenerate|i:1576908788;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576863268\";last_ip|s:13:\"65.18.115.115\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48l7ubefrm0k9br7r1ajii5kfmcq0mi6', '65.18.123.231', 1575292602, '__ci_last_regenerate|i:1575292602;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575260107\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48rqfp1i3i9j5bs80gual4efo98rj7at', '65.18.127.71', 1576653880, '__ci_last_regenerate|i:1576653880;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576549161\";last_ip|s:13:\"65.18.126.128\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"9\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-18 09:22:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('497rdrsrksdcnv655v2vjk16iq5kovkn', '65.18.115.90', 1576938003, '__ci_last_regenerate|i:1576938003;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576906804\";last_ip|s:13:\"65.18.115.115\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c1rl64fos93p43epefuf99sq2cps796', '65.18.115.58', 1575966457, '__ci_last_regenerate|i:1575966431;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575945192\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cjbbrfve6itc40uvpas69sn7jtso3of', '65.18.123.231', 1575277049, '__ci_last_regenerate|i:1575277049;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575206450\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dhk1o92n4jfd80ddvel22lhjkaqsj7p', '65.18.127.104', 1575781204, '__ci_last_regenerate|i:1575781204;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575724930\";last_ip|s:13:\"65.18.126.202\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e1hbi0qff823t27jccngjv2bddkt4t3', '65.18.115.90', 1576938984, '__ci_last_regenerate|i:1576938984;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4eg4idjcb764qsiuhv5e50e5bhpbnr91', '65.18.122.59', 1575517933, '__ci_last_regenerate|i:1575517933;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575445201\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4eohf1rv3hno84u2568ppmdr9m1d5tj9', '65.18.126.226', 1575685940, '__ci_last_regenerate|i:1575685940;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575641321\";last_ip|s:11:\"65.18.123.4\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4esfsb21kaks162h2tjql2qtiulbq12c', '65.18.127.13', 1576462406, '__ci_last_regenerate|i:1576462335;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576376715\";last_ip|s:13:\"65.18.126.155\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fjt7fathvkdgop9uicb1d95jtda1cg9', '65.18.115.58', 1576213281, '__ci_last_regenerate|i:1576213281;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4glnuebu0c1fh5k6dcmqkanb7lcn0kgf', '65.18.123.201', 1575127353, '__ci_last_regenerate|i:1575127353;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4h2vr1pnlfd4628dc3e5tun3nlf4i6mo', '65.18.115.58', 1576048695, '__ci_last_regenerate|i:1576048695;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575966431\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4hbnk027vdgmit8d8sth6qnk5onrea22', '65.18.127.61', 1576506446, '__ci_last_regenerate|i:1576506446;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576471321\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4i1r1lokc2ceim7flnb5c1mqv95ob1k1', '136.228.173.183', 1574949273, '__ci_last_regenerate|i:1574949245;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574930229\";last_ip|s:13:\"103.73.236.36\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4lr5p0vm1vaneqpv79jpv2etlk2vnho4', '103.73.237.118', 1575223168, '__ci_last_regenerate|i:1575222882;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4lubdep3fjbg719huagdg4vun90vug1n', '65.18.123.201', 1575123165, '__ci_last_regenerate|i:1575123165;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4mrdh5rcev8b7sg3947uk3su5r5nm4ai', '65.18.115.58', 1576229013, '__ci_last_regenerate|i:1576229013;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ojkjqj23h0pacj8cv8i77u8miplffu6', '103.73.237.76', 1574864596, '__ci_last_regenerate|i:1574864596;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574852823\";last_ip|s:13:\"103.73.236.92\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4otpl02ebe120br2vcvjf0h668u4ukag', '65.18.126.171', 1576159743, '__ci_last_regenerate|i:1576159743;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576118374\";last_ip|s:13:\"65.18.126.208\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4pq7njlo77jdtaif6mo68s03ta7fuoep', '65.18.115.58', 1576216406, '__ci_last_regenerate|i:1576216406;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4q4rhd2lhoipaovrjm6uocjvibna5buu', '65.18.122.112', 1575344763, '__ci_last_regenerate|i:1575344763;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575291187\";last_ip|s:13:\"65.18.123.231\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4q5cmr22q9cebhld6fe57kijh2fn165k', '65.18.127.15', 1576314103, '__ci_last_regenerate|i:1576314103;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576288902\";last_ip|s:12:\"65.18.127.63\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4qebikkqv07o0hko4e5rkaef75fmakbv', '103.73.237.212', 1577091701, '__ci_last_regenerate|i:1577091701;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577010823\";last_ip|s:14:\"103.73.236.135\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"14\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-23 09:15:32\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4qtvhbmralq81shhghaqhaej4pagb05l', '65.18.122.35', 1575532841, '__ci_last_regenerate|i:1575532841;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575509677\";last_ip|s:12:\"65.18.122.59\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4r46d22h30avjefbn2jigg64c8lmua47', '65.18.127.61', 1576506043, '__ci_last_regenerate|i:1576506043;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576471321\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4s67berbjg2kmpsl3oih1mksee6vchol', '65.18.123.201', 1575128672, '__ci_last_regenerate|i:1575128672;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4t1rc1rsafjgls8kcgdp0srgc4f7l1qk', '65.18.115.58', 1576219941, '__ci_last_regenerate|i:1576219941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4u7mb9i1bmh8haqcq73mflolbtss9in8', '65.18.115.115', 1576905979, '__ci_last_regenerate|i:1576905979;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4uuhnfj2e3vrnmnbkbb9h91bupfe38ic', '65.18.127.15', 1576328115, '__ci_last_regenerate|i:1576328115;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4v45rve6log73suadmhn8etkcppg7faa', '65.18.115.115', 1576907402, '__ci_last_regenerate|i:1576907402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50tk0qcogr643m1cnbqhee32a02rvsop', '101.89.29.92', 1574819947, '__ci_last_regenerate|i:1574819946;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51s9017p3kep6s6q8dq8ck6f9psvmfku', '65.18.127.55', 1576224560, '__ci_last_regenerate|i:1576224560;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576202299\";last_ip|s:12:\"65.18.127.31\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52ev31ni2a17c11vccadm2857isutlu1', '65.18.122.59', 1575510981, '__ci_last_regenerate|i:1575510981;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575445201\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52i9le9o4g1cj9t8lq27q8of3bidqns4', '65.18.127.31', 1576213553, '__ci_last_regenerate|i:1576213553;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576139180\";last_ip|s:13:\"103.73.237.18\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5344tuf8js7b5onmd4u72kdmej3o60m9', '65.18.115.90', 1576938300, '__ci_last_regenerate|i:1576938300;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53gs9mqnujchs41d4q77ufufhdbli218', '65.18.123.231', 1575296908, '__ci_last_regenerate|i:1575296908;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575260107\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53l3kapgnbgs5tmtq72sp3k30rb5ei8c', '136.228.173.78', 1577284279, '__ci_last_regenerate|i:1577284279;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577173259\";last_ip|s:13:\"103.73.237.83\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"16\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-25 20:08:18\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53mg9i41ivh07dum4qi93j2jhg2o92bf', '65.18.122.112', 1575352334, '__ci_last_regenerate|i:1575352334;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575291187\";last_ip|s:13:\"65.18.123.231\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('541f6iv7k133a53t72t6f8vlqf0o6utl', '65.18.115.58', 1575343660, '__ci_last_regenerate|i:1575343659;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5567jv8i3qsk9mncff6g91j4qdi1gc63', '103.73.237.118', 1575263742, '__ci_last_regenerate|i:1575263742;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575206450\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('568jusdid82nmm6g2hsoa72mj209b2ik', '65.18.115.71', 1576466564, '__ci_last_regenerate|i:1576466564;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56objj25j5pdu11l964rrp0ehr1r3e52', '65.18.126.151', 1575951933, '__ci_last_regenerate|i:1575951933;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575863397\";last_ip|s:13:\"65.18.126.247\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57husn56dnd0lek51rpm51cp1achqufv', '65.18.115.58', 1575903765, '__ci_last_regenerate|i:1575903765;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575876865\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57qv9ks73pek2lpij8pj0uqonk5vo5n4', '65.18.115.118', 1574824778, '__ci_last_regenerate|i:1574824778;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574823341\";last_ip|s:13:\"65.18.123.199\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('582tfkesr1kpao2dnuleerln9empad4u', '65.18.122.59', 1575556822, '__ci_last_regenerate|i:1575556822;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575540398\";last_ip|s:12:\"65.18.122.11\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58b9lahqhuv1elaifpsaneg2guqr84ce', '65.18.127.71', 1576644348, '__ci_last_regenerate|i:1576644348;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576549161\";last_ip|s:13:\"65.18.126.128\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"9\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-18 09:22:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59pd4v8o7g7gtv6ri3b6a3fbggfqj1rc', '103.73.237.18', 1576158454, '__ci_last_regenerate|i:1576158454;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576118374\";last_ip|s:13:\"65.18.126.208\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a54tuvl63trfmagk2lgssmjfit7539j', '65.18.115.90', 1576940307, '__ci_last_regenerate|i:1576940307;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5aidacu04901h09rcfpuvcngs931ulnn', '103.73.237.118', 1575210570, '__ci_last_regenerate|i:1575210570;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cb8upi2igbhsvon804sug1vbenki1ol', '65.18.126.232', 1576063362, '__ci_last_regenerate|i:1576058367;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576045887\";last_ip|s:13:\"65.18.126.208\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cmvvgutvrjkmpsm0q1mke03fiudingt', '65.18.115.94', 1577360033, '__ci_last_regenerate|i:1577360033;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cp55dt8qg21anlit69ph27b4fj43p0s', '65.18.115.58', 1576209749, '__ci_last_regenerate|i:1576209749;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cv969mkmfs590gju71euijeorrnd5ot', '65.18.127.31', 1576203834, '__ci_last_regenerate|i:1576203834;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576139180\";last_ip|s:13:\"103.73.237.18\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";rmspos|i:1;message|s:102:\"ရောင်းရန်အောင်မြင်စွာထည့်ပြီးပါပြီ\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5egfl0qrk16tngmqmh1eakbuloclmse5', '65.18.123.28', 1575625695, '__ci_last_regenerate|i:1575625695;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575591258\";last_ip|s:12:\"65.18.123.28\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f6jusk90nm14nemlj41ieo5gs32fr3e', '103.73.237.118', 1575215050, '__ci_last_regenerate|i:1575215050;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fm4pgdkuokq4t3cr31ujhv9voifnvpt', '65.18.115.58', 1576236943, '__ci_last_regenerate|i:1576236943;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5frfjcfeb4bk95aal7phgitmu9c4toe5', '65.18.115.90', 1576939872, '__ci_last_regenerate|i:1576939872;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fs6aramct5pvv08o9ida7ekstl4801r', '65.18.123.199', 1574824991, '__ci_last_regenerate|i:1574824991;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574819757\";last_ip|s:14:\"136.228.173.74\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5g24h1j3bmi7a5daq05b2p4f9mhpebeu', '65.18.115.58', 1576229619, '__ci_last_regenerate|i:1576229619;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5heol37gs04s47m2fts5ohjms9dp9smj', '65.18.126.170', 1576142584, '__ci_last_regenerate|i:1576142584;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576118374\";last_ip|s:13:\"65.18.126.208\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5hjfqsv8g3p15dfj2uv13lrugv53up89', '69.160.29.224', 1576927505, '__ci_last_regenerate|i:1576927505;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ircnlb4gut7crr0p8emmcuicfgr3149', '65.18.115.90', 1576939708, '__ci_last_regenerate|i:1576939708;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5jjr505umfl46pqn1mp2jis2aj2n73qh', '65.18.127.7', 1576233697, '__ci_last_regenerate|i:1576233697;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576202299\";last_ip|s:12:\"65.18.127.31\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5jopjdhivkh8qojqfj82s5cj4eh3kb2o', '65.18.122.59', 1575557830, '__ci_last_regenerate|i:1575557830;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575540398\";last_ip|s:12:\"65.18.122.11\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5mmeuhrdofq0b87vp5np7iglmiqas30e', '65.18.115.58', 1575866946, '__ci_last_regenerate|i:1575866946;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575843814\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ms29bgi6rkqbphlb7ru4nqnjen4vtpu', '65.18.122.59', 1575556504, '__ci_last_regenerate|i:1575556504;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575540398\";last_ip|s:12:\"65.18.122.11\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5nal95uibfltj796ldnjt3if0u0tjlr3', '65.18.123.201', 1575126328, '__ci_last_regenerate|i:1575126328;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5nocstdffjge6r280m8697kldkprf97u', '65.18.123.4', 1575632882, '__ci_last_regenerate|i:1575632882;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575591258\";last_ip|s:12:\"65.18.123.28\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5npa5g5g0fa6t822ijmp9vmnqsk64q2s', '65.18.122.64', 1575368019, '__ci_last_regenerate|i:1575368019;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575340705\";last_ip|s:13:\"65.18.122.112\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ojr9ggv073f271jieckad188bphs3ab', '65.18.123.28', 1575598648, '__ci_last_regenerate|i:1575598648;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575552243\";last_ip|s:12:\"65.18.122.59\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5prv4cp2fjmv9b0hoesfn2vn2h1o0rpg', '103.73.236.248', 1577357513, '__ci_last_regenerate|i:1577357513;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577339492\";last_ip|s:11:\"65.18.120.5\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"17\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-26 12:21:38\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5qb78qdd5iu1b7716ke8p0d8ltqmss4a', '65.18.122.59', 1575519308, '__ci_last_regenerate|i:1575519307;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575445201\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5qh8hi818s3qsklhlnd4aovceuhbgice', '65.18.123.35', 1574953843, '__ci_last_regenerate|i:1574953843;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574950575\";last_ip|s:13:\"103.73.236.36\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5qinbnga4c8lqpnviom6h5qad1l0bj4o', '136.228.173.74', 1574820148, '__ci_last_regenerate|i:1574820148;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574750726\";last_ip|s:14:\"103.73.237.188\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5qk7al17l2cbjiv0sdr46rp97o1jun1m', '65.18.127.71', 1576669038, '__ci_last_regenerate|i:1576668852;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576549161\";last_ip|s:13:\"65.18.126.128\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";message|s:28:\"Register successfully closed\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5rm282g7qmp1d0t5jpj7a6fja7j4ri6o', '65.18.123.231', 1575293640, '__ci_last_regenerate|i:1575293640;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575260107\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5uir5p7lhetj2ma7h6h0eb9i1f7ot4st', '65.18.123.231', 1575275182, '__ci_last_regenerate|i:1575275182;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575206450\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5v13poiompm4sb57eq426h6v0hpt3sec', '65.18.115.29', 1574758632, '__ci_last_regenerate|i:1574758632;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574748934\";last_ip|s:12:\"65.18.115.29\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|i:1;has_store_id|N;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5v27ss0703u53i2b2l2rpggpfe3mou37', '65.18.115.58', 1575885412, '__ci_last_regenerate|i:1575885412;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575863394\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5v2q4trqna92n960202skf3qt86udkbl', '65.18.115.29', 1574756772, '__ci_last_regenerate|i:1574756772;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574748934\";last_ip|s:12:\"65.18.115.29\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|i:1;has_store_id|N;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5v3lgm8578759m2s2vj10qngjue8qv4m', '65.18.127.13', 1576495030, '__ci_last_regenerate|i:1576495030;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576471321\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5vdun8rh67hae3q2mhm3dvaqukbkfbtb', '65.18.115.90', 1577005986, '__ci_last_regenerate|i:1577005986;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5vop7dm27bt7g807loi3e16voddoojou', '103.73.236.248', 1577360390, '__ci_last_regenerate|i:1577360390;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577339492\";last_ip|s:11:\"65.18.120.5\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"17\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-26 12:21:38\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60rlq7u3g18kmaeq9ire0fvhmr9ue4u3', '65.18.126.151', 1575952995, '__ci_last_regenerate|i:1575952995;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575863397\";last_ip|s:13:\"65.18.126.247\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6123o5vpnipr1cvich9d3nperak7begt', '65.18.120.82', 1576842302, '__ci_last_regenerate|i:1576842302;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576822128\";last_ip|s:15:\"103.217.156.207\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"11\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-20 09:08:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('617u6k2ddkjbjc3uhsfiaoeeukbiinnr', '65.18.122.112', 1575345708, '__ci_last_regenerate|i:1575345708;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575291187\";last_ip|s:13:\"65.18.123.231\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63c2db8d5vop0rumjbgtgferij3pb3g4', '103.73.237.188', 1574755987, '__ci_last_regenerate|i:1574755987;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63osndu0pui7boas1a0letsjsc4781lo', '65.18.123.151', 1575191194, '__ci_last_regenerate|i:1575191194;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575119677\";last_ip|s:13:\"65.18.123.201\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63ru40caee1iol6hu2je3jgnlloqts2h', '65.18.127.7', 1576237101, '__ci_last_regenerate|i:1576237101;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576202299\";last_ip|s:12:\"65.18.127.31\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('646h9kancpmuirgkoe4ou0arctkm2qes', '65.18.123.201', 1575130808, '__ci_last_regenerate|i:1575130808;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64d5ek1ljs2g38lghapqledv4902hmat', '65.18.115.71', 1576560441, '__ci_last_regenerate|i:1576560441;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576489185\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('656s7oi44hs81q0a1qsgfh9dd66sltm4', '65.18.123.150', 1574919582, '__ci_last_regenerate|i:1574919582;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574863954\";last_ip|s:13:\"103.73.237.76\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65p9mkeed03ivnevmgo91v25eah6s4fi', '65.18.127.104', 1575777711, '__ci_last_regenerate|i:1575777711;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575724930\";last_ip|s:13:\"65.18.126.202\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68lc88nsvahrkarilaks46s5e5i1ioak', '65.18.115.58', 1576133838, '__ci_last_regenerate|i:1576127830;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576035476\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68mutnim7lgqkh8tk4l2d5jchklv4crd', '65.18.115.90', 1576938886, '__ci_last_regenerate|i:1576938886;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69160vrsmk2snqukfpkvnoddiseb4nak', '65.18.115.115', 1576909251, '__ci_last_regenerate|i:1576909251;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69kt19l7g7cv16sr3e3vplju1rqvhlpl', '65.18.126.128', 1576583767, '__ci_last_regenerate|i:1576583493;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576487844\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6anlm07k3k6hhuqag33utb8necvvdskk', '65.18.115.58', 1576231715, '__ci_last_regenerate|i:1576231715;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ap0stkr4qossjqdis94gidachbmr28k', '103.73.236.70', 1576915837, '__ci_last_regenerate|i:1576915837;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576901379\";last_ip|s:12:\"65.18.121.97\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"12\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-21 10:39:46\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ba2kcpcbim8mtr82t0sdh6bmm7g4pai', '65.18.127.71', 1576662449, '__ci_last_regenerate|i:1576662449;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576549161\";last_ip|s:13:\"65.18.126.128\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"9\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-18 09:22:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6buchkr5jrokab1vm1et3vlnpbhtaqpf', '65.18.122.212', 1575034553, '__ci_last_regenerate|i:1575034553;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575000885\";last_ip|s:13:\"65.18.123.144\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c5tl0ee80jugkv73tqhhjmrirp29ih5', '65.18.115.90', 1576939507, '__ci_last_regenerate|i:1576939507;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cov98d19110nfn344m1f15dnb38g8j5', '65.18.115.94', 1577358566, '__ci_last_regenerate|i:1577358566;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dpg2tes3cnkgt6mitt622tmjl5ndqoj', '65.18.115.58', 1576052680, '__ci_last_regenerate|i:1576052680;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575966431\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f48377s3p2l431nv1giemvc9ib54h92', '65.18.115.90', 1576939641, '__ci_last_regenerate|i:1576939641;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576906804\";last_ip|s:13:\"65.18.115.115\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6geqgbppfpcadc824o70vecnvv6kavsu', '65.18.126.226', 1575707599, '__ci_last_regenerate|i:1575707599;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575641321\";last_ip|s:11:\"65.18.123.4\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6hse095qsl9i63qs8775ivbl7a0f3ekj', '103.73.236.248', 1577444262, '__ci_last_regenerate|i:1577444262;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577428124\";last_ip|s:14:\"103.73.236.248\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"18\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-27 10:29:10\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6hu596tnoin2kmfh0dfoc4qkjksgqo27', '65.18.115.58', 1576234511, '__ci_last_regenerate|i:1576234511;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6j3q86odi6pnbr2is86uo5cbpv8aljrj', '65.18.115.58', 1576213326, '__ci_last_regenerate|i:1576213326;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6j41l0eog3lhct1fhpo05eebmqthkks5', '65.18.126.155', 1576412798, '__ci_last_regenerate|i:1576412798;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6jnnhtfu4p994fr8j82sk646lnanb0ce', '65.18.120.82', 1576842769, '__ci_last_regenerate|i:1576842769;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576822128\";last_ip|s:15:\"103.217.156.207\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"11\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-20 09:08:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6klevu061gt1mh1192otq0hj7a9gs4v3', '65.18.115.90', 1576983436, '__ci_last_regenerate|i:1576983436;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6mtcd45j0pp6dkcfg9sgc9cpd0674v49', '65.18.115.58', 1576212964, '__ci_last_regenerate|i:1576212964;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6njco2cbsf26as4g85hh9o4tdd0mt29c', '65.18.123.201', 1575131446, '__ci_last_regenerate|i:1575131446;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6nod5bfhh13t2r9g2km4r0j2pqdqcmbv', '65.18.122.212', 1575041992, '__ci_last_regenerate|i:1575041725;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575000885\";last_ip|s:13:\"65.18.123.144\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6noujb7v5ph3qb3ur4b7ng800ogfrnl1', '65.18.126.155', 1576398507, '__ci_last_regenerate|i:1576398507;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6npb2rca4gs26fp3a089oss150k3aqe0', '65.18.115.58', 1576213975, '__ci_last_regenerate|i:1576213975;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6oa5qghmcns3apf1s92sohfuoa76c8dv', '65.18.115.90', 1576939239, '__ci_last_regenerate|i:1576939239;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6qdh5t0kindhaouimllhrvp5vs8n7jhl', '65.18.115.94', 1577354257, '__ci_last_regenerate|i:1577354257;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1577178831\";last_ip|s:12:\"65.18.115.94\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6qgrt9dc4da86m698i3oiqh2dllubgba', '65.18.115.58', 1575947908, '__ci_last_regenerate|i:1575947880;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575900118\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6r41nb8prop3pmgohv7mjde0hd927fq7', '65.18.123.28', 1575621741, '__ci_last_regenerate|i:1575621741;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575591258\";last_ip|s:12:\"65.18.123.28\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6rsks19c24rohhq6bqmcgihqgajv4mdq', '65.18.115.58', 1575946829, '__ci_last_regenerate|i:1575946829;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575900118\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6rtlfcl6j9qbfo30eh1hmatopj9djenl', '103.73.237.118', 1575189362, '__ci_last_regenerate|i:1575189362;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575119677\";last_ip|s:13:\"65.18.123.201\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6t0jb7mv0ppk995190vlbdqp5q99u8lu', '65.18.115.58', 1576219940, '__ci_last_regenerate|i:1576219940;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6tjnh4c71uksskohk7t3dpefrs3sns68', '103.73.236.70', 1576926745, '__ci_last_regenerate|i:1576926745;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576901379\";last_ip|s:12:\"65.18.121.97\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"12\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-21 10:39:46\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6u0rkbqtcoh4ik84921kc3nv5sdcq7vn', '65.18.122.59', 1575558807, '__ci_last_regenerate|i:1575558807;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575540398\";last_ip|s:12:\"65.18.122.11\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6u33r1k6hv3e213b30qk6demai9qs681', '65.18.115.88', 1574997095, '__ci_last_regenerate|i:1574997095;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574946714\";last_ip|s:12:\"65.18.115.88\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6uf5g226tcuqkpmcc19otm33m3oafl21', '65.18.115.58', 1576219940, '__ci_last_regenerate|i:1576219940;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('709fl7l2ih39hrfm73e5p5u1bjakj6n3', '65.18.115.29', 1574754785, '__ci_last_regenerate|i:1574754785;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574748934\";last_ip|s:12:\"65.18.115.29\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|i:1;has_store_id|N;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70c8rusq9dkk4vjvesgsb1a1ggvgrt1v', '103.73.237.188', 1574760060, '__ci_last_regenerate|i:1574760060;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574749311\";last_ip|s:12:\"65.18.115.29\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70kh6kkroopb03o7vmh5bntn16lohnn3', '103.73.236.135', 1577087915, '__ci_last_regenerate|i:1577087915;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577010823\";last_ip|s:14:\"103.73.236.135\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"14\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-23 09:15:32\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72n3fdp1u0mu5f00q7j03privd16k4qf', '65.18.115.71', 1576560748, '__ci_last_regenerate|i:1576560748;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576489185\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72qda5erq661mfrq6fq8t1pfhbjige1j', '65.18.115.58', 1575825066, 'identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575779010\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";__ci_last_regenerate|i:1575825066;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72svs9v0hi9jc5m0a6hijdmsuocmsr25', '65.18.123.231', 1575291821, '__ci_last_regenerate|i:1575291821;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575260107\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73gnk4buqkm6okbeeto80ucuujqr6vkc', '65.18.115.58', 1576229303, '__ci_last_regenerate|i:1576229303;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('766649s02r73oq8ok04basfd79r9e1b2', '65.18.123.201', 1575129849, '__ci_last_regenerate|i:1575129849;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76cm710fo2m263viu5r9sb5lu57i87ol', '65.18.115.58', 1576221633, '__ci_last_regenerate|i:1576221633;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77pjog0nt4rpmi5l0dh9ok4gr18lcmro', '65.18.123.28', 1575599893, '__ci_last_regenerate|i:1575599893;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575552243\";last_ip|s:12:\"65.18.122.59\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78bm8k4eek1m4v8u6f1hmeojluq0ih1p', '65.18.115.58', 1576222977, '__ci_last_regenerate|i:1576222977;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78eok6r710pcdc9vonga4m1bf5hanruq', '65.18.115.90', 1576939485, '__ci_last_regenerate|i:1576939485;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78lgbq64djestok9pobduf56pp565m06', '65.18.122.212', 1575041542, '__ci_last_regenerate|i:1575041542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78t882n73vnvd6dctcqdcf0vk00vc7h6', '65.18.115.90', 1576938581, '__ci_last_regenerate|i:1576938581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('790crc7qfr00kci621cmapcouac6c3nk', '65.18.127.31', 1576219565, '__ci_last_regenerate|i:1576219565;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576139180\";last_ip|s:13:\"103.73.237.18\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7966rss6qmgtkpkcqqurk3k4il4mheek', '103.73.237.212', 1577109181, '__ci_last_regenerate|i:1577109181;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577069121\";last_ip|s:14:\"103.73.236.135\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"14\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-23 09:15:32\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ai56rd7v8b3osofsap91a8rt2edj62e', '65.18.126.128', 1576576357, '__ci_last_regenerate|i:1576576357;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576487844\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"8\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 08:49:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7aie09ct1fsh14kk525v6vruvuvrkekq', '65.18.120.82', 1576843408, '__ci_last_regenerate|i:1576843408;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576822128\";last_ip|s:15:\"103.217.156.207\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"11\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-20 09:08:47\";rmspos|i:1;message|s:102:\"ရောင်းရန်အောင်မြင်စွာထည့်ပြီးပါပြီ\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c4vjl6send8ctmcufte55iecfi0jde0', '65.18.127.7', 1576236258, '__ci_last_regenerate|i:1576236258;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576202299\";last_ip|s:12:\"65.18.127.31\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cks1283i2cec4spus2lh9s4s9vcrkto', '65.18.115.94', 1577360275, '__ci_last_regenerate|i:1577360275;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1577178831\";last_ip|s:12:\"65.18.115.94\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d3r1b8hv24cid69earh1rhqjfobnd4b', '65.18.123.28', 1575605591, '__ci_last_regenerate|i:1575605300;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575552243\";last_ip|s:12:\"65.18.122.59\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7daem5oj3c4p7ppfr4nrk2q7r7of2udh', '65.18.115.58', 1576398526, '__ci_last_regenerate|i:1576398526;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dctpum9b9s8dfnt3jn1jk5mgrvi4sbf', '65.18.115.90', 1577036934, '__ci_last_regenerate|i:1577036934;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576985466\";last_ip|s:12:\"65.18.115.90\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ddqeaf4uq668ff1g5e27uddk7l2svej', '65.18.123.199', 1574828365, '__ci_last_regenerate|i:1574828365;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574819757\";last_ip|s:14:\"136.228.173.74\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7do0kuv3fdmbpc3j8mrg0k7n2ro741i2', '65.18.126.210', 1576756573, '__ci_last_regenerate|i:1576756573;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576726551\";last_ip|s:13:\"65.18.126.234\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"10\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-19 10:05:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7du54tl61dm6n4q11452t3t0vk22jhf3', '65.18.115.58', 1576236942, '__ci_last_regenerate|i:1576236942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e5do93fbgmj6a67ps6mk5m04sbklaf5', '65.18.115.94', 1577359853, '__ci_last_regenerate|i:1577359852;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e95vl4ga07d8e3fbiksp8hcj0ijpetk', '103.73.237.118', 1575213108, '__ci_last_regenerate|i:1575213108;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7epg6kkeeb7nuujd12tj1k463gdghojb', '65.18.115.71', 1576568166, '__ci_last_regenerate|i:1576568166;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576489185\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7erqd7qn17lv6bc9h2lfm3ku0ck2glbs', '65.18.123.231', 1575280515, '__ci_last_regenerate|i:1575280515;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575206450\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ffquvip2piva068l5li403e5f3o2dk3', '65.18.122.59', 1575559545, '__ci_last_regenerate|i:1575559545;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575540398\";last_ip|s:12:\"65.18.122.11\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fmdoltchokr1j4uvjhilelki6l092g8', '65.18.122.212', 1575038104, '__ci_last_regenerate|i:1575038104;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575000885\";last_ip|s:13:\"65.18.123.144\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7g8dvoq14tjpu9pn64gskg1kre55io6c', '65.18.127.31', 1576204492, '__ci_last_regenerate|i:1576204492;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576139180\";last_ip|s:13:\"103.73.237.18\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7godkq7crtucaqf2easidt5ugfpcc7of', '136.228.173.78', 1577283399, '__ci_last_regenerate|i:1577283399;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577173259\";last_ip|s:13:\"103.73.237.83\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"16\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-25 20:08:18\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7h4h60osrjmertdtbe8nhpbkbfggtuf1', '136.228.173.201', 1577111062, '__ci_last_regenerate|i:1577111062;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577069121\";last_ip|s:14:\"103.73.236.135\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7hpsbf2l1ethm6vt3ha57opqsmmt0vdk', '65.18.127.15', 1576296833, '__ci_last_regenerate|i:1576296833;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576288806\";last_ip|s:12:\"65.18.127.63\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7hst922rfuhe9g41hn3e557pqcttfriv', '65.18.123.148', 1575445897, '__ci_last_regenerate|i:1575445897;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575422164\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7j64senj8ljdhajb715i8oe3aercl8bk', '65.18.123.199', 1574829396, '__ci_last_regenerate|i:1574829396;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574819757\";last_ip|s:14:\"136.228.173.74\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7jjii7f47npcatvno6qneq7dhp2veqsr', '65.18.126.155', 1576384176, '__ci_last_regenerate|i:1576384176;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7k2cga4erfsu7b12i9bvh8s4mhhoihrm', '65.18.123.4', 1575641634, '__ci_last_regenerate|i:1575641634;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575617918\";last_ip|s:12:\"65.18.123.28\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7k4v95psc3vjns53ronia678ot123cu8', '65.18.123.148', 1575458090, '__ci_last_regenerate|i:1575458090;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575422164\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7kig6kfib48d20299r46u7i3gtfum028', '65.18.115.58', 1575868730, '__ci_last_regenerate|i:1575868730;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575843814\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7krusk8urjf1iit01de38gv7gjaib854', '65.18.115.90', 1576939200, '__ci_last_regenerate|i:1576939200;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ljper1htqp15o7hjsfiaudsaa858h38', '65.18.115.118', 1574846830, '__ci_last_regenerate|i:1574846830;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574824781\";last_ip|s:13:\"65.18.115.118\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ljpicebeajr5esj7a84riii190khqg2', '65.18.126.208', 1576045949, '__ci_last_regenerate|i:1576045876;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575946990\";last_ip|s:13:\"65.18.126.151\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ll9g7jnufbiecvuprullaec4har5481', '65.18.115.115', 1576905232, '__ci_last_regenerate|i:1576905232;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7m4a19opni0si5m9ehctquvfhiftonqk', '65.18.123.231', 1575298173, '__ci_last_regenerate|i:1575298173;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575260107\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7md5jmke0va3a4mqeleeo5ldlrgqn08d', '65.18.122.59', 1575557187, '__ci_last_regenerate|i:1575557187;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575540398\";last_ip|s:12:\"65.18.122.11\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ofu7ad9eneokc5mo53csif4qa04h3lb', '65.18.127.61', 1576504210, '__ci_last_regenerate|i:1576504210;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576471321\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";rmspos|i:1;message|s:102:\"ရောင်းရန်အောင်မြင်စွာထည့်ပြီးပါပြီ\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7rk8ciddt5sckgqoi0e9t55ts4bchjlf', '65.18.115.71', 1576467144, '__ci_last_regenerate|i:1576467144;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576406114\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7rpdhka0sv553m28ofqpgsbkjn1dcquk', '69.160.26.110', 1574919999, '__ci_last_regenerate|i:1574919999;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7t8b9pu88eim7hv60l7knij7qtpkephd', '65.18.115.94', 1577361868, '__ci_last_regenerate|i:1577361830;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1577178831\";last_ip|s:12:\"65.18.115.94\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7tnii0vctejqp6p9i5l96evlhqdrcaev', '65.18.122.88', 1575384160, '__ci_last_regenerate|i:1575384160;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575364413\";last_ip|s:12:\"65.18.122.64\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7u3b9tdpeo6ej0ko4fsurs3dgpa3ftcm', '65.18.115.94', 1577359734, '__ci_last_regenerate|i:1577359734;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7u4gj74827dtpqcfekt7i4h73qfi8c3h', '65.18.115.58', 1576220444, '__ci_last_regenerate|i:1576220444;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7uobvko4j9il8d0s3reomujge4fadffk', '65.18.115.115', 1576907401, '__ci_last_regenerate|i:1576907401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7vh1pe8ekhb1dhlk4gb568g9crj19m4m', '103.73.237.118', 1575212502, '__ci_last_regenerate|i:1575212502;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('804fphn1s7ufm2s23nprhku4l4f0bmvs', '65.18.115.58', 1576387668, '__ci_last_regenerate|i:1576387668;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576318287\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80dt5m5gmmbr141ogk9pjft3uge36va3', '65.18.115.58', 1575945567, '__ci_last_regenerate|i:1575945567;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575900118\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80pl98bit1rg296qailm2tnsgeb6eiam', '65.18.127.71', 1576656116, '__ci_last_regenerate|i:1576656116;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576549161\";last_ip|s:13:\"65.18.126.128\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"9\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-18 09:22:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('815sf43v6o4760rbc54n9hvs8j6bn8ck', '65.18.115.115', 1576906341, '__ci_last_regenerate|i:1576906341;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576863268\";last_ip|s:13:\"65.18.115.115\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81ijmc431809o6bcv63nnivenpqp9v1q', '65.18.115.58', 1575782654, '__ci_last_regenerate|i:1575782654;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575778507\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('821ceuun31fj5rlhulj33fff0d1dn84o', '65.18.127.13', 1576462335, '__ci_last_regenerate|i:1576462335;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576376715\";last_ip|s:13:\"65.18.126.155\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('825b9a45kjftpmj0khrogb5jjfn6qj5l', '65.18.115.94', 1577460310, '__ci_last_regenerate|i:1577460310;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1577371395\";last_ip|s:12:\"65.18.115.94\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82oe0fr2i3mvva1t4pbk291mhf77v26h', '136.228.173.183', 1574946971, '__ci_last_regenerate|i:1574946971;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574930229\";last_ip|s:13:\"103.73.236.36\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83cochln1ib6pvsbsht4o34ush10jhg2', '65.18.122.169', 1575299724, '__ci_last_regenerate|i:1575299724;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575260107\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84hnpt84aq4vbv7bescelvcrb38hut5l', '65.18.123.201', 1575120880, '__ci_last_regenerate|i:1575120880;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84qoanmk045i3okogu2uos3msolsq4ao', '65.18.115.90', 1577006866, '__ci_last_regenerate|i:1577006866;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84v7hkjkin0d5lkm8fvbom733g9cbnk3', '65.18.122.88', 1575385350, '__ci_last_regenerate|i:1575385101;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575364413\";last_ip|s:12:\"65.18.122.64\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('865b0p14t6fbau8tui0bvdo608r227h8', '103.73.237.118', 1575216417, '__ci_last_regenerate|i:1575216417;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88o2hn7bf87dj733p6dnliqbkq3rm34d', '65.18.120.82', 1576835140, '__ci_last_regenerate|i:1576835140;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576822128\";last_ip|s:15:\"103.217.156.207\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"11\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-20 09:08:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89450414grd0rcr9f7a1krjdt345qpcv', '65.18.123.28', 1575604854, '__ci_last_regenerate|i:1575604854;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575552243\";last_ip|s:12:\"65.18.122.59\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89vq714f1vqrr4bktphj5af51g9jp1u1', '65.18.115.58', 1576216495, '__ci_last_regenerate|i:1576216495;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a098d6qasf2ijldmfuqaildusd160i3', '103.73.237.212', 1577100634, '__ci_last_regenerate|i:1577100634;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577010823\";last_ip|s:14:\"103.73.236.135\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"14\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-23 09:15:32\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a38a7u0npvrt66enffdsrunpbnvmc1o', '65.18.115.58', 1575785320, '__ci_last_regenerate|i:1575785320;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575778507\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cachic66icei8li71sbbb8armrca1k7', '103.73.236.135', 1577013510, '__ci_last_regenerate|i:1577013491;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576983796\";last_ip|s:11:\"65.18.121.3\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";error|s:62:\"Register is not opened, please open register with cash in hand\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fheuqbpjetan3q0hkd9k3g8nlpm4alc', '65.18.127.7', 1576238424, '__ci_last_regenerate|i:1576237101;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576202299\";last_ip|s:12:\"65.18.127.31\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fuqls1i4bl5vg5so2dshskrnqp0704s', '65.18.122.59', 1575518991, '__ci_last_regenerate|i:1575518991;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575445201\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8gv8fscmptprkiaq0n1489op969io960', '65.18.115.90', 1576990523, '__ci_last_regenerate|i:1576990523;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8gve7uct8dclcsqrtiliie90nuu9mtf9', '65.18.115.58', 1576225565, '__ci_last_regenerate|i:1576225565;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8j7vpoelv07bauh2vqe0h6vtmjgsl8kf', '65.18.122.112', 1575341731, '__ci_last_regenerate|i:1575341731;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575291187\";last_ip|s:13:\"65.18.123.231\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8jjbifbc26i9rpr3n1om7j3p6i78dba5', '65.18.115.90', 1576983679, '__ci_last_regenerate|i:1576983679;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576937698\";last_ip|s:12:\"65.18.115.90\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8kr855sg7od0jjhggedei4tpbhhdu78d', '65.18.115.58', 1576221771, '__ci_last_regenerate|i:1576221771;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8l1jc0guthulm00fabpg5jq831v1i3vf', '65.18.115.94', 1577357208, '__ci_last_regenerate|i:1577357208;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1577178831\";last_ip|s:12:\"65.18.115.94\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8mq1patuukoi1p3466g7oaek7khsbv8d', '65.18.115.90', 1576938983, '__ci_last_regenerate|i:1576938983;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8p7eksqju5brjiecl8m31pq6dltras2v', '65.18.123.199', 1574830045, '__ci_last_regenerate|i:1574830045;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574819757\";last_ip|s:14:\"136.228.173.74\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8qc5kq51aflgev4jdm3vnln3oipr0a3e', '65.18.115.90', 1577005932, '__ci_last_regenerate|i:1577005932;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8qj4nu4f89offk8uj427oa36l2pqucq8', '65.18.115.58', 1576229013, '__ci_last_regenerate|i:1576229013;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8qthhhnp6e87a7r2k51r85kjuk49uppo', '65.18.123.28', 1575624167, '__ci_last_regenerate|i:1575624167;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575591258\";last_ip|s:12:\"65.18.123.28\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ragbhlueufj9rl9c8sibb4h4edhipdb', '65.18.123.199', 1574828729, '__ci_last_regenerate|i:1574828729;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574819757\";last_ip|s:14:\"136.228.173.74\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8re5cdvvgmrfbiuvoibd8e9lvcapnim7', '103.73.237.118', 1575220320, '__ci_last_regenerate|i:1575220320;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8s2k4jje13dkdpidv2bqe2ohptd86qq2', '65.18.115.115', 1576905979, '__ci_last_regenerate|i:1576905979;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8sn7aratvpcra7bijo5s9ahkhhjnk20h', '65.18.122.88', 1575383487, '__ci_last_regenerate|i:1575383487;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575364413\";last_ip|s:12:\"65.18.122.64\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8suig7fdu33iaad9n1aesrj9634ggqb1', '103.73.237.83', 1577174470, '__ci_last_regenerate|i:1577174470;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577173231\";last_ip|s:13:\"103.73.237.83\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"15\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-24 10:25:36\";rmspos|i:1;message|s:102:\"ရောင်းရန်အောင်မြင်စွာထည့်ပြီးပါပြီ\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8tq4vakbtokukq6n3b96o8eondi8ptfn', '65.18.115.58', 1576216406, '__ci_last_regenerate|i:1576216406;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8umk6loqf0crkftlnnakvopd3d45b2f7', '65.18.126.151', 1575958782, '__ci_last_regenerate|i:1575958782;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575863397\";last_ip|s:13:\"65.18.126.247\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8v738e7kifrf8s56gf67k3473u29lagq', '103.73.237.18', 1576148840, '__ci_last_regenerate|i:1576148840;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576118374\";last_ip|s:13:\"65.18.126.208\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8v8fq8hd6712rakne7mplbmkkf49q8ii', '65.18.115.71', 1576568193, '__ci_last_regenerate|i:1576568193;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8vdq530o3f62086a1hvmhvo0afm2cuvv', '65.18.115.94', 1577359840, '__ci_last_regenerate|i:1577359840;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8vk7akrb1q9gvrb0a44ondqnu8msfmvj', '65.18.126.226', 1575707921, '__ci_last_regenerate|i:1575707921;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575641321\";last_ip|s:11:\"65.18.123.4\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9079ifpt68l3ofp30hdqt9rttd8dvqhp', '65.18.115.58', 1576390143, '__ci_last_regenerate|i:1576390143;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91d2thcitjichaqcbb7umdjv5p6brccd', '65.18.127.61', 1576505215, '__ci_last_regenerate|i:1576505215;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576471321\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('928idkn4ur2mga4k0r5lnh701kg79mrg', '65.18.115.90', 1577021245, '__ci_last_regenerate|i:1577021245;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576985466\";last_ip|s:12:\"65.18.115.90\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92pkf9mai4goege3u90pd437bfus2aeg', '65.18.122.59', 1575519307, '__ci_last_regenerate|i:1575519307;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575445201\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93j0nsrn9r62umlidnsn2qp1pkoiqlrj', '65.18.115.71', 1576561136, '__ci_last_regenerate|i:1576561136;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576489185\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('940gtq2of4s4n4kjfid7vd2lflhjjs4u', '65.18.122.59', 1575518236, '__ci_last_regenerate|i:1575518236;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575445201\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9448mbd1mlk3scpi8nsvkkhjuaq052gv', '65.18.123.28', 1575619619, '__ci_last_regenerate|i:1575619619;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575591258\";last_ip|s:12:\"65.18.123.28\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('948adk7sq1ldfuvfqknmdt1fgphdk4ku', '65.18.115.58', 1576227789, '__ci_last_regenerate|i:1576227789;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94a2al0v4oj6o3b08f029kj9j158qdpi', '65.18.127.104', 1575765813, '__ci_last_regenerate|i:1575765813;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575724930\";last_ip|s:13:\"65.18.126.202\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94eo29s4qp0b52fnnhfidsgre13sl34t', '65.18.122.212', 1575035859, '__ci_last_regenerate|i:1575035859;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575000885\";last_ip|s:13:\"65.18.123.144\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94hp6i2hclp91ev4crug7aaonir4ap9e', '65.18.115.58', 1576219941, '__ci_last_regenerate|i:1576219941;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96uqidj87iabu1q8japnrvd8mpk9uhaj', '65.18.115.58', 1576213470, '__ci_last_regenerate|i:1576213470;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97177deqqk55uld79in54baa2o6ckc6o', '65.18.115.58', 1575540846, '__ci_last_regenerate|i:1575540795;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575528004\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"2\";has_store_id|N;register_id|s:1:\"4\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-05 16:43:45\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a1ddiqbdjskn0bli3nsan6i28mm08qa', '65.18.115.58', 1575829396, 'identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575779010\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";__ci_last_regenerate|i:1575829386;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9avrt3g3me8qnrdhds41u6rrepf6m6kq', '65.18.115.90', 1576939239, '__ci_last_regenerate|i:1576939239;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bkkq68gedglsq5kt5md2udvtpd3ash3', '65.18.122.248', 1574771637, '__ci_last_regenerate|i:1574771637;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574749311\";last_ip|s:12:\"65.18.115.29\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9btc9kp0msv7fuee1ml00tm7q9cmk3m3', '65.18.115.58', 1576236942, '__ci_last_regenerate|i:1576236942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9buk8p9o145v2bptoscdb3cq5hiebm4u', '65.18.115.58', 1575787139, '__ci_last_regenerate|i:1575787139;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575778507\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cpkkrhnig78pm36r0k5p7gr3h41m8h4', '65.18.115.58', 1576216406, '__ci_last_regenerate|i:1576216406;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dlddhbeu256957ils0iu0tebaf11aff', '65.18.126.155', 1576383101, '__ci_last_regenerate|i:1576383101;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dlg69mfes930nohto6a3mvs950e03et', '65.18.115.71', 1576568193, '__ci_last_regenerate|i:1576568193;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dmr4d9pn5b08h46o5n6smcftr6j8c22', '65.18.126.232', 1576058367, '__ci_last_regenerate|i:1576058367;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576045887\";last_ip|s:13:\"65.18.126.208\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e7smrm68ck5mqrd8q4ae165kp95g31r', '65.18.123.28', 1575596697, '__ci_last_regenerate|i:1575596697;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575552243\";last_ip|s:12:\"65.18.122.59\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9g89bhsbbst2rau9190jp211vn4qmm0b', '65.18.126.128', 1576564550, '__ci_last_regenerate|i:1576564550;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576487844\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"8\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 08:49:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9hapq5bv7jcutk36acucn3egudrl3d1r', '65.18.115.71', 1576493079, '__ci_last_regenerate|i:1576493079;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576481410\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9in493qfbbtjn2683a72o6pg2bhf1f5t', '65.18.115.58', 1576213670, '__ci_last_regenerate|i:1576213670;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9is76hsehk3a8g2vunfd17rphe0t0895', '65.18.115.58', 1575528952, '__ci_last_regenerate|i:1575528952;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575514533\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"2\";has_store_id|N;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}error|s:62:\"Register is not opened, please open register with cash in hand\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9j523kipsa08jn5hdi4os382e9ndmu2m', '65.18.126.226', 1575687673, '__ci_last_regenerate|i:1575687673;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575641321\";last_ip|s:11:\"65.18.123.4\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9jkc789qceun4nt3tpav2ouc802ojtdj', '65.18.122.59', 1575559227, '__ci_last_regenerate|i:1575559227;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575540398\";last_ip|s:12:\"65.18.122.11\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9k525tsn8h82g5mvs3s6bjisnb0j96il', '65.18.115.90', 1576938580, '__ci_last_regenerate|i:1576938580;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9l945j1mpil910em97lh6s6f0di0h4tk', '65.18.126.247', 1575882027, '__ci_last_regenerate|i:1575882027;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575790881\";last_ip|s:12:\"65.18.127.80\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";rmspos|i:1;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9lr73o3ml2e5h6inu4ber5fs2odl6mdq', '65.18.115.58', 1576229881, '__ci_last_regenerate|i:1576229881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9lt7v9kpf4k4a9b3kh3nbdi44qvs85pf', '65.18.115.58', 1576039910, '__ci_last_regenerate|i:1576039910;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9m2rv8jhkmu0hvn3780nng2nbt0h160p', '103.73.237.18', 1576158116, '__ci_last_regenerate|i:1576158116;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576118374\";last_ip|s:13:\"65.18.126.208\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9n0a0gdn4q6auo5mns352asmj8e02j0o', '65.18.123.28', 1575604314, '__ci_last_regenerate|i:1575604314;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575552243\";last_ip|s:12:\"65.18.122.59\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9nboraqlo2gb3ep5518hq48l74omuft3', '65.18.121.3', 1576984477, '__ci_last_regenerate|i:1576984477;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576915114\";last_ip|s:13:\"103.73.236.70\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"13\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-22 09:33:28\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ngho590jq6lmlghtd33vnbfhj63npbf', '103.73.237.118', 1575194073, '__ci_last_regenerate|i:1575194073;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575119677\";last_ip|s:13:\"65.18.123.201\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9nl2qplp7of17sd9jc55f8gcrfsc06q9', '65.18.115.29', 1574763934, '__ci_last_regenerate|i:1574763934;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574748934\";last_ip|s:12:\"65.18.115.29\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|i:1;has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9o253qq73k07shb734vtf9t279rdb75l', '65.18.126.170', 1576145684, '__ci_last_regenerate|i:1576145684;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576118374\";last_ip|s:13:\"65.18.126.208\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9o7inqepbcuuo58aavr6vl4j2bp58n7a', '65.18.126.202', 1575717445, '__ci_last_regenerate|i:1575717426;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9on0gi8k0pgdcg0hhdn18psjig76a0at', '65.18.115.58', 1576228911, '__ci_last_regenerate|i:1576228911;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9pd1n4eg5f7l441dlr6bstkd7o4j4qnk', '103.73.236.92', 1574852823, '__ci_last_regenerate|i:1574852823;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574846496\";last_ip|s:13:\"65.18.123.199\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9pnco3gmpjtbvkbojlanhiticl3mdub1', '65.18.127.15', 1576314525, '__ci_last_regenerate|i:1576314525;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576288902\";last_ip|s:12:\"65.18.127.63\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9qmiak5qopppiodov8p6l6fr6mijhdrn', '65.18.120.82', 1576821527, '__ci_last_regenerate|i:1576821502;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576809518\";last_ip|s:12:\"65.18.120.82\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"11\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-20 09:08:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9qua8ko45mcl3furh8fd8jfaom4qqmh5', '65.18.115.94', 1577358566, '__ci_last_regenerate|i:1577358566;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9tlue7614q6bmu40a5acl8invcsuvj7r', '65.18.115.90', 1576939708, '__ci_last_regenerate|i:1576939708;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9v10ebo3ge4v3v105obkhv4aubs67k9f', '65.18.122.88', 1575382555, '__ci_last_regenerate|i:1575382555;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575364413\";last_ip|s:12:\"65.18.122.64\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a07oktag248l9prmcjl3bbrd9katia9f', '65.18.127.31', 1576213161, '__ci_last_regenerate|i:1576213161;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576139180\";last_ip|s:13:\"103.73.237.18\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0supitf45et44rv89n1j6p2rsu4ak5q', '65.18.122.212', 1575040074, '__ci_last_regenerate|i:1575040074;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575000885\";last_ip|s:13:\"65.18.123.144\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1kj0ts17sd4k306lfhvq7hpod08nfrf', '103.73.237.188', 1574768112, '__ci_last_regenerate|i:1574768112;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574749311\";last_ip|s:12:\"65.18.115.29\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2bmik4h828dq02969ve9qhvmibq8kkf', '103.73.237.118', 1575260402, '__ci_last_regenerate|i:1575260402;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575206450\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a327m218nffmtt0d7d41pm2rugknj1sd', '65.18.115.90', 1576939946, '__ci_last_regenerate|i:1576939946;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a357n1rv2se0vdjhni831bsaov90nv84', '65.18.115.71', 1576571521, '__ci_last_regenerate|i:1576571521;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576489185\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3r6g731jmell2ojskcoga1rejg525b4', '103.73.237.188', 1574766321, '__ci_last_regenerate|i:1574766321;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574749311\";last_ip|s:12:\"65.18.115.29\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4vch75t46oemcuki7u5ogitn294448t', '69.160.29.224', 1576927505, '__ci_last_regenerate|i:1576927505;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a686bt2p2vq3jm4fd3n3ku7mpklt56do', '65.18.115.115', 1576905231, '__ci_last_regenerate|i:1576905231;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6tb8oc68kdk2uelh2hsd3vqi54u4k6l', '65.18.126.128', 1576577988, '__ci_last_regenerate|i:1576577988;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576487844\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"8\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 08:49:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7mp53jtb46qhd9630ie7j1vg1m6vvc3', '65.18.120.82', 1576841983, '__ci_last_regenerate|i:1576841983;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576822128\";last_ip|s:15:\"103.217.156.207\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"11\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-20 09:08:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a85o6dqsec2cgker3c6jsdopi4v4j8bn', '65.18.122.212', 1575040739, '__ci_last_regenerate|i:1575040739;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575000885\";last_ip|s:13:\"65.18.123.144\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a90e3g7ru9o80f7mo3f5bgi12lnifift', '103.73.237.188', 1574764228, '__ci_last_regenerate|i:1574764228;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574749311\";last_ip|s:12:\"65.18.115.29\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa8mdnpktvi5s5i78ghj19rtb19q0b9p', '65.18.115.58', 1576052989, '__ci_last_regenerate|i:1576052989;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575966431\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aajaft06usfq7fqfdernkvhoq16jt8ho', '65.18.126.171', 1576159115, '__ci_last_regenerate|i:1576159115;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576118374\";last_ip|s:13:\"65.18.126.208\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abg1kqkrd91p1q9fr75gttdu5bd7b46v', '65.18.123.35', 1574953186, '__ci_last_regenerate|i:1574953186;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574950575\";last_ip|s:13:\"103.73.236.36\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac6dtqgpqb7f28s82ut9tanh8mgvgj05', '65.18.126.155', 1576413452, '__ci_last_regenerate|i:1576413452;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac8sq6cgeqsor1ngihgunordshdteki5', '65.18.115.90', 1576938300, '__ci_last_regenerate|i:1576938300;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae1pn3719pq9m1a2qlef8la79a61gtjd', '65.18.115.29', 1574760400, '__ci_last_regenerate|i:1574760400;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574748934\";last_ip|s:12:\"65.18.115.29\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|i:1;has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aek8ks8k9vq1sk8qtbk09dgqb1q1tmp5', '65.18.115.94', 1577357818, '__ci_last_regenerate|i:1577357818;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aemq1d7vo4n59tc8p1p70cvb11c73ol3', '103.73.237.83', 1577179673, '__ci_last_regenerate|i:1577179673;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577173231\";last_ip|s:13:\"103.73.237.83\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"15\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-24 10:25:36\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afgbjpm9b4s7gmsk7hif5bgmqam0m1ej', '65.18.115.90', 1576939180, '__ci_last_regenerate|i:1576939180;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ag8d9rso9hbs18bgjtvr41s2t3vhilh6', '65.18.126.247', 1575889799, '__ci_last_regenerate|i:1575889799;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575790881\";last_ip|s:12:\"65.18.127.80\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aheta95pc0m3kq8430m4bu2cih1rc0lg', '65.18.115.58', 1575991162, '__ci_last_regenerate|i:1575991161;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ahjmfrtm96cbt3ih8cs3tetlitq6ra6m', '65.18.126.155', 1576401619, '__ci_last_regenerate|i:1576401619;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ahtpc9ntlfr6gnnuqt8f2hhbj943as0o', '65.18.126.151', 1575953939, '__ci_last_regenerate|i:1575953939;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575863397\";last_ip|s:13:\"65.18.126.247\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";rmspos|i:1;message|s:102:\"ရောင်းရန်အောင်မြင်စွာထည့်ပြီးပါပြီ\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aipsahk3l0ndjlnnja2r4ov5eeev0njh', '103.73.237.118', 1575209884, '__ci_last_regenerate|i:1575209884;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aj186kf79vla5nlmffcfh42cfm09qf7a', '65.18.115.58', 1576229881, '__ci_last_regenerate|i:1576229881;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ak7badusmtm36c3u7kl55fee5uoueldm', '65.18.123.201', 1575120561, '__ci_last_regenerate|i:1575120561;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('akkl9bru3gs452gt75anu1l6c6gdvnui', '65.18.123.28', 1575619271, '__ci_last_regenerate|i:1575619271;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575591258\";last_ip|s:12:\"65.18.123.28\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('al43k5h6dli82lot8l7t1cnqhipe6pg3', '65.18.126.226', 1575687308, '__ci_last_regenerate|i:1575687308;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575641321\";last_ip|s:11:\"65.18.123.4\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('al551180oagcr8hetud26o4lnjg4jfsc', '103.73.236.70', 1576929929, '__ci_last_regenerate|i:1576929929;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576901379\";last_ip|s:12:\"65.18.121.97\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"12\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-21 10:39:46\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('altbt1m575ag9mok484vbnoq6malk7k3', '65.18.126.210', 1576748324, '__ci_last_regenerate|i:1576748324;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576726551\";last_ip|s:13:\"65.18.126.234\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"10\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-19 10:05:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('am6ovviq2o7juq7riamle4jrsk81gc7c', '65.18.126.155', 1576397456, '__ci_last_regenerate|i:1576397456;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('amr0pkrqrvkclprtrtu6js9is7gks0h5', '65.18.115.115', 1576907556, '__ci_last_regenerate|i:1576907556;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('andbo0i80crntfdalkegvh8bfljpu6dj', '65.18.115.90', 1577005262, '__ci_last_regenerate|i:1577005262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ao875g5riiq249evop7uf7kqehm5g3c9', '65.18.115.90', 1576938928, '__ci_last_regenerate|i:1576938928;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aqbqcovgij6sesaamgrilv2e3uopjmqv', '65.18.115.88', 1574947967, '__ci_last_regenerate|i:1574947967;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574846063\";last_ip|s:13:\"65.18.115.118\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('asbnn9iqnu9o11v4kn1tr6hpbnesu1fq', '65.18.123.28', 1575597036, '__ci_last_regenerate|i:1575597036;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575552243\";last_ip|s:12:\"65.18.122.59\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('at570f333adiogl60pvhcf7ca9ujrm8m', '65.18.123.231', 1575281155, '__ci_last_regenerate|i:1575281155;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575206450\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('atuu4ra7fk48cufhlk1hv7tv928v55qg', '103.73.237.212', 1577108383, '__ci_last_regenerate|i:1577108383;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577010823\";last_ip|s:14:\"103.73.236.135\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"14\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-23 09:15:32\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('auhimc97adfubq30539mbdook7nima42', '65.18.115.90', 1576939507, '__ci_last_regenerate|i:1576939507;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('av921m6d5l3jl4401kc1aoem27v3riic', '65.18.115.58', 1576125823, '__ci_last_regenerate|i:1576125823;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576035476\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0n66ff1hpuruugekphd6lp7omh38a2e', '65.18.123.28', 1575591560, '__ci_last_regenerate|i:1575591560;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575552243\";last_ip|s:12:\"65.18.122.59\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0snov89ch406gbnefcbit7g1ev6bflc', '65.18.126.155', 1576418553, '__ci_last_regenerate|i:1576418553;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0vcfh7dvbl9nqipmgr8n94kegc5a60k', '65.18.127.13', 1576501710, '__ci_last_regenerate|i:1576501710;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576471321\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b182p8kasq5e0jhdk5dlashif89f3db7', '65.18.126.155', 1576400943, '__ci_last_regenerate|i:1576400943;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b24e0i004uha4v2q8hedscgn85aq2epg', '65.18.115.90', 1576939180, '__ci_last_regenerate|i:1576939180;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2j01rsqc3q6o5vdvbqpm7qf71pbouov', '65.18.127.7', 1576233275, '__ci_last_regenerate|i:1576233275;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576202299\";last_ip|s:12:\"65.18.127.31\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2u37l4r5o1gfgk4e4ph1f2dib10ma2a', '65.18.115.88', 1574954580, '__ci_last_regenerate|i:1574954572;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574846063\";last_ip|s:13:\"65.18.115.118\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3lriuvuac0u7ccjbt9dnfj3hlk0gc25', '65.18.115.90', 1576939583, '__ci_last_regenerate|i:1576939583;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3vd7vjd2hn1cfpa6clr345mu0letosq', '65.18.127.31', 1576211844, '__ci_last_regenerate|i:1576211844;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576139180\";last_ip|s:13:\"103.73.237.18\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4buh2e4rkkgsh9fpkp8fasub6ktrm0s', '65.18.122.59', 1575517318, '__ci_last_regenerate|i:1575517318;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575445201\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4c2iqhs5d47fpjeonacpnkkcf6te9qp', '65.18.122.64', 1575368966, '__ci_last_regenerate|i:1575368966;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575340705\";last_ip|s:13:\"65.18.122.112\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4nsa85otr4e6i6pf0p3kot0si4o1od7', '65.18.123.145', 1575684082, '__ci_last_regenerate|i:1575684082;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575641321\";last_ip|s:11:\"65.18.123.4\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5hh4rvcv9cam5p8rdc47badaqlj8mcb', '65.18.115.118', 1574825775, '__ci_last_regenerate|i:1574825775;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574823333\";last_ip|s:13:\"65.18.115.118\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6mtehro22vajpbe605fcrl8a8p9ejne', '65.18.123.201', 1575131115, '__ci_last_regenerate|i:1575131115;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6tdicfqb8uibrc6t8qvk0gkcn841bdg', '65.18.115.90', 1576940217, '__ci_last_regenerate|i:1576940217;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7gncs6csdp1isusika0g4ivnlcdfp77', '103.73.237.118', 1575264742, '__ci_last_regenerate|i:1575264742;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575206450\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b97rn49qsm98ncn41a0m6u4sd751jeuj', '103.73.237.76', 1574864684, '__ci_last_regenerate|i:1574864596;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574852823\";last_ip|s:13:\"103.73.236.92\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('baoa7ah6ndii11jujo4l0p5t0kjq8e80', '65.18.115.90', 1577036934, '__ci_last_regenerate|i:1577036934;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576985466\";last_ip|s:12:\"65.18.115.90\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb6kvl0vig041vr4qhl8nbc6bgce5tue', '103.73.237.118', 1575207299, '__ci_last_regenerate|i:1575207299;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcgt0j0i3ido39r2b4732f0uk642jsve', '103.73.236.248', 1577447128, '__ci_last_regenerate|i:1577446897;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577428124\";last_ip|s:14:\"103.73.236.248\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";message|s:28:\"Register successfully closed\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bck9combgiargtjm32narn6146kni2pt', '103.73.237.118', 1575222882, '__ci_last_regenerate|i:1575222882;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be0q9mj0hehl9vokb1t2q7m1hfsuc332', '65.18.115.90', 1577034450, '__ci_last_regenerate|i:1577034450;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576985466\";last_ip|s:12:\"65.18.115.90\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bee9q9p016ocjf772i31sk2mk6ksaaks', '65.18.123.151', 1575191822, '__ci_last_regenerate|i:1575191822;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575119677\";last_ip|s:13:\"65.18.123.201\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf8ejjpp2q49cgqfko94ps11benpvd1u', '65.18.122.212', 1575040398, '__ci_last_regenerate|i:1575040398;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575000885\";last_ip|s:13:\"65.18.123.144\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfaj90vstv0mhgcocejmk1kme8jvjttv', '65.18.120.145', 1577282896, '__ci_last_regenerate|i:1577282896;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577173259\";last_ip|s:13:\"103.73.237.83\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"16\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-25 20:08:18\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfga26d148e9h0q3lcvb3nb4pn1u72f8', '65.18.123.148', 1575458421, '__ci_last_regenerate|i:1575458421;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575422164\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bgo3099pkmjaaudfva1ci0475unn1s6q', '65.18.115.58', 1576042378, '__ci_last_regenerate|i:1576042378;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575966431\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bi32u10e4jv303n96tlv0ih3opp5qmta', '103.73.236.135', 1577013189, '__ci_last_regenerate|i:1577013189;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576983796\";last_ip|s:11:\"65.18.121.3\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"13\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-22 09:33:28\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('birg8g10t0l1fkcrupu1fl9p6rbk3b4n', '65.18.126.247', 1575888923, '__ci_last_regenerate|i:1575888923;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575790881\";last_ip|s:12:\"65.18.127.80\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bjl0p98dq43ntkg5hk4akkhdae2gebdq', '65.18.123.199', 1574827592, '__ci_last_regenerate|i:1574827592;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574819757\";last_ip|s:14:\"136.228.173.74\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bka0ng0omler44knp3qrrmk4rlq8c028', '65.18.115.58', 1575781543, '__ci_last_regenerate|i:1575781543;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575778507\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bkimu4abcjihg0a0pbrevg9mdc6h0858', '65.18.123.148', 1575457438, '__ci_last_regenerate|i:1575457438;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575422164\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bljt05kh8turq6tf7g0pdns96uh8as3k', '65.18.127.31', 1576211372, '__ci_last_regenerate|i:1576211372;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576139180\";last_ip|s:13:\"103.73.237.18\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('blmlu2vfatq7ik6rh9bhj2ai6vjp8aob', '65.18.127.104', 1575777035, '__ci_last_regenerate|i:1575777035;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575724930\";last_ip|s:13:\"65.18.126.202\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bmlef4kc6rsubf76prgq328lri9krlhr', '103.73.236.248', 1577357844, '__ci_last_regenerate|i:1577357844;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577339492\";last_ip|s:11:\"65.18.120.5\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"17\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-26 12:21:38\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bmre6ijocrkc7fd8idvck2498hhohal4', '65.18.115.29', 1574758189, '__ci_last_regenerate|i:1574758189;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574748934\";last_ip|s:12:\"65.18.115.29\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|i:1;has_store_id|N;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bn9jqtg20pjorp60a6nv3ndd7knod23g', '65.18.115.58', 1576222605, '__ci_last_regenerate|i:1576222605;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bnusqhg3v3rb8pcilude7h8grukmnop1', '65.18.126.155', 1576384794, '__ci_last_regenerate|i:1576384794;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('boeks8ghln1ssh2ffc0104bdfj2psm6b', '65.18.115.58', 1576220444, '__ci_last_regenerate|i:1576220444;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bq5657gourhtqa4pc55ghv8qitlqiqss', '65.18.115.58', 1576216406, '__ci_last_regenerate|i:1576216406;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bqtfik2c4nm1bl7hb8ui11576b4ahuf8', '103.73.236.248', 1577445624, '__ci_last_regenerate|i:1577445624;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577428124\";last_ip|s:14:\"103.73.236.248\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"18\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-27 10:29:10\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bra7qfm5qucgdoccrelurm9jacd98p2v', '103.73.237.118', 1575220648, '__ci_last_regenerate|i:1575220648;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('brg011kv5pb7pn0pbl5au3b4naqvpjko', '65.18.115.90', 1577026171, '__ci_last_regenerate|i:1577026171;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576985466\";last_ip|s:12:\"65.18.115.90\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bs5ug424dq7l2abv6dbekj1bi94c5u1m', '103.73.236.135', 1577086434, '__ci_last_regenerate|i:1577086434;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577010823\";last_ip|s:14:\"103.73.236.135\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"14\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-23 09:15:32\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bsjaven4lh3mjc4mpkomc9qh132ifak2', '103.73.236.135', 1577087262, '__ci_last_regenerate|i:1577087262;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577010823\";last_ip|s:14:\"103.73.236.135\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"14\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-23 09:15:32\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bt9n74erub4ch7mdorgmck20ocei1vgt', '65.18.123.231', 1575298475, '__ci_last_regenerate|i:1575298475;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575260107\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('btbp8m7jtq82lgo2scngs2gsuiurelvf', '65.18.115.90', 1576939871, '__ci_last_regenerate|i:1576939871;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bu5cf6c9k57ni9u6ro6ljgpmr1cmkpjt', '65.18.123.35', 1574954960, '__ci_last_regenerate|i:1574954960;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574950575\";last_ip|s:13:\"103.73.236.36\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bu5p29kavdtvst3f1vp4dlo582oss7ch', '103.73.236.36', 1574930583, '__ci_last_regenerate|i:1574930583;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574920304\";last_ip|s:13:\"103.73.236.36\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('buv7c0dc0tmbb9oglgpoi9g9gr0m8p8h', '65.18.122.112', 1575345368, '__ci_last_regenerate|i:1575345368;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575291187\";last_ip|s:13:\"65.18.123.231\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bverfsb34fgelkdql7pb8795sk5k317b', '103.73.237.18', 1576149183, '__ci_last_regenerate|i:1576149183;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576118374\";last_ip|s:13:\"65.18.126.208\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bvhs0r0sjjmg040ilarcrkoubeansufo', '65.18.115.115', 1576905231, '__ci_last_regenerate|i:1576905231;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c02p5hgptoh8fqri12b5p2i1b5c1dho7', '65.18.115.90', 1576990524, '__ci_last_regenerate|i:1576990524;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0dh5oviid5utd4ftti65gj03llqti0m', '65.18.115.88', 1575002301, '__ci_last_regenerate|i:1575002231;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574946714\";last_ip|s:12:\"65.18.115.88\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0st8blnuioqqgpr12ho1ek3ppf90t9u', '65.18.127.55', 1576223830, '__ci_last_regenerate|i:1576223830;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576202299\";last_ip|s:12:\"65.18.127.31\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1o9tlgicsigpoanv1ujl5ttp778ug2p', '65.18.115.58', 1576406773, '__ci_last_regenerate|i:1576406752;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576398529\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1opba75p5qvsik2mpeqdk4t4kh7la7p', '65.18.115.29', 1574761077, '__ci_last_regenerate|i:1574761077;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574748934\";last_ip|s:12:\"65.18.115.29\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|i:1;has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3635049o7r5o2noa38l5224qdi8caip', '65.18.126.155', 1576415864, '__ci_last_regenerate|i:1576415864;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3b5jfem5hcok220pgu4kde1s4d73ot9', '103.73.237.118', 1575188341, '__ci_last_regenerate|i:1575188341;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575119677\";last_ip|s:13:\"65.18.123.201\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3kgol2kupr7rao6hq1d9ncgrescu4u9', '65.18.115.90', 1576939507, '__ci_last_regenerate|i:1576939507;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4duir6o9fj07dbfks5f4bkeo0cptk3f', '65.18.123.231', 1575277353, '__ci_last_regenerate|i:1575277353;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575206450\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c65fb5psqaqt0qs3pnmparhmdsd0eavn', '65.18.115.90', 1576941169, '__ci_last_regenerate|i:1576941169;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576906804\";last_ip|s:13:\"65.18.115.115\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c790n180em41v0rb88ipmue0oell8ea8', '65.18.115.115', 1576905979, '__ci_last_regenerate|i:1576905979;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7j4fm43i62hqimgn5617djndbgcp9su', '65.18.126.128', 1576579050, '__ci_last_regenerate|i:1576579050;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576487844\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"8\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 08:49:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8t81qmhaqj2quhp41ro2gdupkq5gjl2', '65.18.115.58', 1575784739, '__ci_last_regenerate|i:1575784739;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575778507\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8ukng2tupb2b6uqsrv1fc73gj9n5i8e', '65.18.121.3', 1576985076, '__ci_last_regenerate|i:1576985076;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576915114\";last_ip|s:13:\"103.73.236.70\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"13\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-22 09:33:28\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8vi3glc4d34askp6bbpln3jr3h563lh', '61.129.6.227', 1574946822, '__ci_last_regenerate|i:1574946821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9trm38n91r3c9f5tse499l0utcbneq4', '103.73.237.83', 1577179195, '__ci_last_regenerate|i:1577179195;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577173231\";last_ip|s:13:\"103.73.237.83\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"15\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-24 10:25:36\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccm2bnt884sed4jv177pvj8r1r7katrs', '65.18.127.7', 1576232856, '__ci_last_regenerate|i:1576232856;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576202299\";last_ip|s:12:\"65.18.127.31\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccr11b8aodca5nklpdpm99m0fgj55rnj', '65.18.123.148', 1575423421, '__ci_last_regenerate|i:1575423421;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575380262\";last_ip|s:12:\"65.18.122.88\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdjv1p19hu76hqqdhgs3mannca400i71', '65.18.115.58', 1576127830, '__ci_last_regenerate|i:1576127830;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576035476\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdlptjse4n8apeqsp55jnun7u1dpudhm', '65.18.123.148', 1575445368, '__ci_last_regenerate|i:1575445368;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cej8b04s7ejjll4a301tj00472edkkc9', '103.73.237.158', 1577187512, '__ci_last_regenerate|i:1577187512;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577173231\";last_ip|s:13:\"103.73.237.83\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"15\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-24 10:25:36\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cemhkem6pur2llluq6ls3urie57msrl2', '65.18.115.58', 1576221770, '__ci_last_regenerate|i:1576221770;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cevpusq7tf5utrvs9jc6jhapkt57m5cv', '65.18.126.202', 1575728099, '__ci_last_regenerate|i:1575728099;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575683100\";last_ip|s:13:\"65.18.123.145\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfsd3fh4i8k4hqd73muqt1dnq5pfl4i7', '65.18.123.148', 1575467195, '__ci_last_regenerate|i:1575467195;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575422164\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cg7rda0nq42j5vb5s95gkdjisuu2qst2', '65.18.126.151', 1575956759, '__ci_last_regenerate|i:1575956759;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575863397\";last_ip|s:13:\"65.18.126.247\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ch32tlvhj7p31abple84slhgb9qdpfta', '65.18.127.61', 1576502690, '__ci_last_regenerate|i:1576502690;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576471321\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('chid9298ajsm629279hav2vqthr6mtge', '65.18.115.58', 1576222301, '__ci_last_regenerate|i:1576222301;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('civjd8qb47h3q0ea3vjj5ibqogms4emu', '65.18.115.90', 1576940217, '__ci_last_regenerate|i:1576940217;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cjniqut8d09cb72a0fj1kuddcjjam54f', '65.18.127.61', 1576504574, '__ci_last_regenerate|i:1576504574;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576471321\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cjvmohfgbg56oitk6lg7aj0mfbe6ah1d', '65.18.126.155', 1576383440, '__ci_last_regenerate|i:1576383440;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ck0tq0fh9vkjuvcghrr88l5mqk9jtcc1', '103.73.236.70', 1576923577, '__ci_last_regenerate|i:1576923577;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576901379\";last_ip|s:12:\"65.18.121.97\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"12\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-21 10:39:46\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ckdj0q01pgrdnptr99rdro0q73j3gg7b', '103.73.237.118', 1575212805, '__ci_last_regenerate|i:1575212805;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ckivflg3gvie5s1amm1tttac8ita3vp6', '65.18.115.29', 1574757409, '__ci_last_regenerate|i:1574757409;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574748934\";last_ip|s:12:\"65.18.115.29\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|i:1;has_store_id|N;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cl5mr32ftfeq3rit7a7r52b2v3vcp0jk', '65.18.127.61', 1576502203, '__ci_last_regenerate|i:1576502203;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576471321\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('clgtllq1vhga3efluuvn0p75k04gp8eq', '103.73.237.118', 1575263441, '__ci_last_regenerate|i:1575263441;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575206450\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cmls2kq0lcbpvnhqi970l1n12qcgkcd7', '65.18.115.58', 1576389658, '__ci_last_regenerate|i:1576389658;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cn3bjist0noe8bg3df6p0fkr6d5dv2sd', '65.18.115.71', 1576574984, '__ci_last_regenerate|i:1576574984;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576489185\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cojusvkv2v1hpn32qfqq8mlfra86joav', '65.18.115.71', 1576481442, '__ci_last_regenerate|i:1576481410;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576466168\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cotell632245o1up67bi1vvdcdgcfoso', '65.18.123.199', 1574847839, '__ci_last_regenerate|i:1574847839;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574823803\";last_ip|s:13:\"65.18.115.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cps0tvhk8495t7te0g3ea9uatvnm9up4', '65.18.123.4', 1575632883, '__ci_last_regenerate|i:1575632882;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575591258\";last_ip|s:12:\"65.18.123.28\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cqcjmvm4hggeobk899l2plqvg9giflj3', '65.18.115.58', 1576389953, '__ci_last_regenerate|i:1576389953;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cqsrnm5jig0gjt1mlh4stf2d7mlvk6um', '65.18.115.58', 1575533045, '__ci_last_regenerate|i:1575533045;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575514533\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|N;has_store_id|N;message|s:29:\"Store successfully unselected\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cquua2jbvaees7fc45csmnb8v714ud3n', '65.18.115.71', 1576660589, '__ci_last_regenerate|i:1576660306;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576552103\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cs9bbnimcgk3vqqdp0p0s7c03a300ie4', '65.18.126.247', 1575873904, '__ci_last_regenerate|i:1575873904;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575790881\";last_ip|s:12:\"65.18.127.80\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";rmspos|i:1;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cu32hc6j8rgs5qr0b6digfv4pf7knim5', '65.18.127.71', 1576667556, '__ci_last_regenerate|i:1576667556;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576549161\";last_ip|s:13:\"65.18.126.128\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"9\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-18 09:22:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cur8col2vagak9c42i237m6irs0nv0c6', '103.73.236.135', 1577088273, '__ci_last_regenerate|i:1577088273;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577010823\";last_ip|s:14:\"103.73.236.135\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"14\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-23 09:15:32\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0l1at1avp6eb63rjmgttrso02q8psvh', '103.73.237.118', 1575210890, '__ci_last_regenerate|i:1575210890;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d13jsnngfevo6t9r9tiai6s0tri09e82', '103.73.236.135', 1577013491, '__ci_last_regenerate|i:1577013491;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576983796\";last_ip|s:11:\"65.18.121.3\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";message|s:28:\"Register successfully closed\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1kda19rv2u8dfffc6vd8s0q41mljq1s', '65.18.126.155', 1576415402, '__ci_last_regenerate|i:1576415402;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2iulvebtpvfukdnt3b50uan1gfo3elk', '65.18.122.212', 1575035210, '__ci_last_regenerate|i:1575035210;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575000885\";last_ip|s:13:\"65.18.123.144\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2q4is2rjd8s38vc8qoiecorc7gkh4km', '65.18.122.88', 1575380946, '__ci_last_regenerate|i:1575380946;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575364413\";last_ip|s:12:\"65.18.122.64\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d34n38t6jcffmkrfkh7gnkll9qtmjec4', '65.18.115.94', 1577359800, '__ci_last_regenerate|i:1577359800;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3dmoh14b2j6nll1tbg9tlr7igl7mdi4', '103.73.237.158', 1577186882, '__ci_last_regenerate|i:1577186882;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577173231\";last_ip|s:13:\"103.73.237.83\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"15\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-24 10:25:36\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3ikemrsoqpi6hj8hobqulrgu6dqe5s5', '65.18.115.90', 1576939729, '__ci_last_regenerate|i:1576939729;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3pfjtmnqsjpdrc6utfj363roqn2kbaq', '65.18.127.15', 1576317872, '__ci_last_regenerate|i:1576317872;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576288902\";last_ip|s:12:\"65.18.127.63\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4aq8e4q73ln3vtv4ud9l49mshvgp5il', '65.18.126.210', 1576757016, '__ci_last_regenerate|i:1576757016;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576726551\";last_ip|s:13:\"65.18.126.234\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"10\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-19 10:05:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4em5g6s8mqdkklkmc2q225idclr17ub', '65.18.115.90', 1576939215, '__ci_last_regenerate|i:1576939215;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d754036nhik47l4vfqq78nhodb63mslv', '65.18.126.247', 1575887932, '__ci_last_regenerate|i:1575887932;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575790881\";last_ip|s:12:\"65.18.127.80\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7jujc5tquibtgm9dh9ef7o5focgjpbd', '65.18.121.3', 1576986435, '__ci_last_regenerate|i:1576986435;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576915114\";last_ip|s:13:\"103.73.236.70\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"13\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-22 09:33:28\";error|s:248:\"ဝင်ရောက်ချိတ်ဆက်ရန်ငြင်းဆိုခြင်း! တောင်းဆိုထားသောစာမျက်နှာကိုသင်ဝင်ရောက်ခွင့်မရှိပါ။\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d83ih22h6cff0rdlge4uv3k1nirguomg', '65.18.115.58', 1576051288, '__ci_last_regenerate|i:1576051288;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575966431\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";rmspos|i:1;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d95muls0v8kc9dtmas3kn60emj5tib5c', '65.18.127.55', 1576222498, '__ci_last_regenerate|i:1576222498;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576139180\";last_ip|s:13:\"103.73.237.18\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9g95g4n2jn3ibektpudags3muu4g9pl', '65.18.115.90', 1576938316, '__ci_last_regenerate|i:1576938316;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576906804\";last_ip|s:13:\"65.18.115.115\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9ubqa38vd1fcnidat5dtavlivddfsah', '65.18.123.145', 1575683405, '__ci_last_regenerate|i:1575683405;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575641321\";last_ip|s:11:\"65.18.123.4\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da84cbn3meqnlo881ldd8rg0g21mdm6r', '65.18.122.112', 1575351064, '__ci_last_regenerate|i:1575351064;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575291187\";last_ip|s:13:\"65.18.123.231\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dadvhl1cs6egsdup7im56d4r437ph7ek', '103.73.237.118', 1575299421, '__ci_last_regenerate|i:1575299421;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575260107\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dajh9pevoaqoguffdn2uobp6gh8qu0vh', '65.18.115.58', 1576220529, '__ci_last_regenerate|i:1576220529;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dal955gofdi3ccgjtdbrkcqefarfdn2b', '65.18.127.71', 1576661802, '__ci_last_regenerate|i:1576661802;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576549161\";last_ip|s:13:\"65.18.126.128\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"9\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-18 09:22:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db49bdg6s47jlr2nqrukv5ejah59k2mr', '65.18.127.104', 1575776369, '__ci_last_regenerate|i:1575776369;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575724930\";last_ip|s:13:\"65.18.126.202\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbc85ijbtn1akqg73ackgrmfle3cnmkj', '65.18.115.58', 1575910199, '__ci_last_regenerate|i:1575910199;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575876865\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbj87hbnqq24dslrg4e0257ru0dqnj0s', '103.73.237.118', 1575193134, '__ci_last_regenerate|i:1575193134;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575119677\";last_ip|s:13:\"65.18.123.201\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbpioibjqcn9an5ntkmaiq4qhhk1ool5', '65.18.115.115', 1576905979, '__ci_last_regenerate|i:1576905979;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddjoe3ja31hn9jicp0bpvm295as9hg8i', '103.73.237.83', 1577176063, '__ci_last_regenerate|i:1577176063;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577173231\";last_ip|s:13:\"103.73.237.83\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"15\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-24 10:25:36\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddl1q3t08nccnlc7c6btfrefvr4leg76', '65.18.115.94', 1577179519, '__ci_last_regenerate|i:1577179519;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1577020353\";last_ip|s:12:\"65.18.115.90\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddt71q9nvapfmb68np7mqja1d6tsetq2', '65.18.127.71', 1576652982, '__ci_last_regenerate|i:1576652982;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576549161\";last_ip|s:13:\"65.18.126.128\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"9\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-18 09:22:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de709tqteaet85l9tu8t9cnj8tskkd7g', '103.73.237.188', 1574766694, '__ci_last_regenerate|i:1574766694;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574749311\";last_ip|s:12:\"65.18.115.29\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('deloaa53sve0k7ca3vrno69qvkh0cgsi', '65.18.126.247', 1575865230, '__ci_last_regenerate|i:1575865230;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575790881\";last_ip|s:12:\"65.18.127.80\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df5h8c5oo84tvg659oq0hp9ehf5s84e1', '65.18.115.58', 1575901541, '__ci_last_regenerate|i:1575901541;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575876865\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfpnab3se9f811lcrujitnoub6tfhg8h', '65.18.122.11', 1575540954, '__ci_last_regenerate|i:1575540954;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575532476\";last_ip|s:12:\"65.18.122.35\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfsplmb8te6k14jbpacisdlhq2ijfmak', '103.73.237.118', 1575193758, '__ci_last_regenerate|i:1575193758;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575119677\";last_ip|s:13:\"65.18.123.201\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dh3285aboemtuqolakgfiqmc6fvgojap', '103.73.237.212', 1577091216, '__ci_last_regenerate|i:1577091216;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577010823\";last_ip|s:14:\"103.73.236.135\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"14\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-23 09:15:32\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('djhfrb4injpfdr87s6p97mgsb0dmrjl5', '65.18.126.247', 1575863864, '__ci_last_regenerate|i:1575863864;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575790881\";last_ip|s:12:\"65.18.127.80\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('djo7mj5j1c68e5i2m3u3ibrqefpvj9rk', '103.73.237.118', 1575261167, '__ci_last_regenerate|i:1575261167;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575206450\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dk48uv3h5bf5r72pc5bkoe4v2ppm26cu', '65.18.115.29', 1574757716, '__ci_last_regenerate|i:1574757716;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574748934\";last_ip|s:12:\"65.18.115.29\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|i:1;has_store_id|N;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dk70h0pcs798i6qc9v6p2i2g2covjik4', '103.73.237.212', 1577089487, '__ci_last_regenerate|i:1577089487;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577010823\";last_ip|s:14:\"103.73.236.135\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"14\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-23 09:15:32\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dl07n96t6esp6dcrlv2pl3ojjdc2elql', '65.18.123.4', 1575641949, '__ci_last_regenerate|i:1575641949;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575617918\";last_ip|s:12:\"65.18.123.28\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dlhqbomvlvejar8hgtfujm2onk0tuua1', '65.18.115.58', 1575819949, 'identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575779010\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";__ci_last_regenerate|i:1575819949;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dn04361n89pn2fgjrkamulbsl1bt0nh4', '65.18.115.58', 1576220033, '__ci_last_regenerate|i:1576220033;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dn3vnok5bkjusf218allqgof5ig4sudu', '65.18.126.202', 1575730197, '__ci_last_regenerate|i:1575729938;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575683100\";last_ip|s:13:\"65.18.123.145\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dpgl2fuude1adijq30ncbcl9usqjj4ht', '65.18.121.3', 1576985428, '__ci_last_regenerate|i:1576985428;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576915114\";last_ip|s:13:\"103.73.236.70\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"13\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-22 09:33:28\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dsnujjj9qd5eni68tlg2s2r84pk8eltq', '65.18.115.58', 1576406451, '__ci_last_regenerate|i:1576406451;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576398529\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dt9riraohipsplb1rqjihhnml52jqurr', '65.18.126.202', 1575729210, '__ci_last_regenerate|i:1575729210;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575683100\";last_ip|s:13:\"65.18.123.145\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ducdtkjj0rcktk2nguofc6vcge0jmg2c', '65.18.115.58', 1576048168, '__ci_last_regenerate|i:1576048168;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575966431\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('duffa8a7h8o5fo1pn7db9s48ge5ua4li', '65.18.122.112', 1575346356, '__ci_last_regenerate|i:1575346356;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575291187\";last_ip|s:13:\"65.18.123.231\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('duocr4ttdtkrtrd6rlja4d2eg2usie22', '65.18.127.13', 1576488983, '__ci_last_regenerate|i:1576488983;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576471321\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dv07nhu6jhdii7g1jtuu9316cm0ek3e0', '65.18.126.155', 1576387655, '__ci_last_regenerate|i:1576387655;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dvkf6p20hrbkc69icl7hphbgd6hb1rqd', '103.73.237.188', 1574750693, '__ci_last_regenerate|i:1574750693;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e13jq2frob630ek98l94su6412h0aksn', '65.18.126.151', 1575980419, '__ci_last_regenerate|i:1575970208;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575863397\";last_ip|s:13:\"65.18.126.247\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2a5gk3dg5r0jpui3vt45jpjoocj5hho', '65.18.123.201', 1575128983, '__ci_last_regenerate|i:1575128983;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4jrm7vn37f072l1plt7vcetvp2pruit', '103.73.236.70', 1576922902, '__ci_last_regenerate|i:1576922902;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576901379\";last_ip|s:12:\"65.18.121.97\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"12\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-21 10:39:46\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4m8h2pq1sb5efkpflo4oe45i2ef7r3q', '65.18.120.145', 1577281380, '__ci_last_regenerate|i:1577281380;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577173259\";last_ip|s:13:\"103.73.237.83\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"16\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-25 20:08:18\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e55eu7vgttbfo1l8ivituic6vmb9bcpk', '65.18.123.28', 1575600534, '__ci_last_regenerate|i:1575600534;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575552243\";last_ip|s:12:\"65.18.122.59\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e595d7al9cnr1m3b538rd57f8jvbmkjb', '103.73.236.248', 1577444662, '__ci_last_regenerate|i:1577444662;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577428124\";last_ip|s:14:\"103.73.236.248\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"18\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-27 10:29:10\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5ohk3dsg1du1pdv6gbdtepdbmunv0bl', '65.18.126.155', 1576412470, '__ci_last_regenerate|i:1576412470;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5pf68nhejqr2bknqasbi9eidcodpq4a', '65.18.127.71', 1576653428, '__ci_last_regenerate|i:1576653428;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e694g5lfquoakh6n5hmd6gv47o5ah992', '65.18.115.58', 1575844193, '__ci_last_regenerate|i:1575844193;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575817768\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6cdfsdcvbl1alrt14jdo12t48cbktp6', '65.18.126.128', 1576583493, '__ci_last_regenerate|i:1576583493;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576487844\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"8\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 08:49:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6cqv2phsmpocptuma41t0hnioa9j4tm', '65.18.123.148', 1575451846, '__ci_last_regenerate|i:1575451846;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575422164\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7o4ud1sg5ur9l0frjq795cotlc090sa', '65.18.123.35', 1574954170, '__ci_last_regenerate|i:1574954170;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574950575\";last_ip|s:13:\"103.73.236.36\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7p39t51bc4330c3jd5nnjap5te4b94u', '65.18.115.58', 1576220529, '__ci_last_regenerate|i:1576220529;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e81ttenj1j4s59bd6knmenlpdd3jsqh2', '103.73.237.118', 1575214101, '__ci_last_regenerate|i:1575214101;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9ot90rt0iijp24c7qg17v6j3ieflkks', '65.18.115.90', 1576939002, '__ci_last_regenerate|i:1576939002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eafe7si4868ol8g15dtldqceugels3g8', '65.18.115.118', 1574847191, '__ci_last_regenerate|i:1574847191;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574824781\";last_ip|s:13:\"65.18.115.118\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eajfl0vnkat0s44rc3jgt2dr0nssevs2', '65.18.126.210', 1576748625, '__ci_last_regenerate|i:1576748625;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576726551\";last_ip|s:13:\"65.18.126.234\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"10\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-19 10:05:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb6e9gjofh5dqj9nhk2vl21s7rvftu1t', '65.18.115.29', 1574760099, '__ci_last_regenerate|i:1574760099;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574748934\";last_ip|s:12:\"65.18.115.29\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|i:1;has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebnhochutq9bu9mjs9bm98spr6pvsdd5', '65.18.126.155', 1576388369, '__ci_last_regenerate|i:1576388369;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebrkch2ehn9oi38kdvvd0td3ci301fes', '65.18.127.61', 1576505551, '__ci_last_regenerate|i:1576505551;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576471321\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edd66064rovdsllutr7b1ocicmsiqino', '65.18.122.88', 1575380563, '__ci_last_regenerate|i:1575380563;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575364413\";last_ip|s:12:\"65.18.122.64\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eg286n4oc1kdr0q3ngho775laelfkc1f', '65.18.115.94', 1577359853, '__ci_last_regenerate|i:1577359853;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eh43kr0n1plcus5boj73mvbpgj2q41ud', '65.18.115.71', 1576563216, '__ci_last_regenerate|i:1576563216;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576489185\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ehp5bkjn73tcajv8c0un3892l9sv0bd0', '65.18.115.58', 1575214268, '__ci_last_regenerate|i:1575214268;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ehrvo5rk16c62jlknk2ofjdh9490dmhr', '65.18.126.210', 1576755528, '__ci_last_regenerate|i:1576755528;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576726551\";last_ip|s:13:\"65.18.126.234\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"10\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-19 10:05:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ei299i1196308blhlihfvg4q82v44c6h', '65.18.127.7', 1576234184, '__ci_last_regenerate|i:1576234184;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576202299\";last_ip|s:12:\"65.18.127.31\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eihnsqvasd5bmtvt5k297219qq30dmsb', '65.18.126.247', 1575864536, '__ci_last_regenerate|i:1575864536;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575790881\";last_ip|s:12:\"65.18.127.80\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eitm6hsn7fj4or39ttqnaf1166vpj5eb', '65.18.115.58', 1576148555, '__ci_last_regenerate|i:1576148555;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576119674\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ejs5do579hgo3eth2mq4sthr6g6ce7sk', '65.18.126.155', 1576390046, '__ci_last_regenerate|i:1576390046;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eknsdhanvqmsbjfis1u3p3v3rkv1ug46', '65.18.123.151', 1575191516, '__ci_last_regenerate|i:1575191516;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575119677\";last_ip|s:13:\"65.18.123.201\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('el00mbrqhmrek9mjeed2g8s6ks52e84e', '65.18.115.58', 1575864067, '__ci_last_regenerate|i:1575864067;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575843814\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ela13hvqrpiscv17v4pc28jkfq34mmj9', '65.18.115.58', 1576221646, '__ci_last_regenerate|i:1576221646;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('en251fpvoa38qijdgs44bitgmiovmtav', '65.18.115.90', 1577033258, '__ci_last_regenerate|i:1577033258;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576985466\";last_ip|s:12:\"65.18.115.90\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('enlukmkjbq2s7fg59fvrf7p1docep426', '65.18.123.28', 1575605300, '__ci_last_regenerate|i:1575605300;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575552243\";last_ip|s:12:\"65.18.122.59\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eokgdfatug84ae8o8rjbu1jbgg68fma3', '65.18.120.82', 1576844176, '__ci_last_regenerate|i:1576844176;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576822128\";last_ip|s:15:\"103.217.156.207\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"11\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-20 09:08:47\";rmspos|i:1;message|s:102:\"ရောင်းရန်အောင်မြင်စွာထည့်ပြီးပါပြီ\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eolg1uis6p6nqn0kbb4rt5monm685ff2', '65.18.115.115', 1576905155, '__ci_last_regenerate|i:1576905155;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576863268\";last_ip|s:13:\"65.18.115.115\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('epa52fe6gm54l4vfa5mr47acp11ud88r', '65.18.115.71', 1576466564, '__ci_last_regenerate|i:1576466564;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('equrlr9rie6eda5p5k5h0dg8mlvt7ct0', '65.18.115.90', 1576939767, '__ci_last_regenerate|i:1576939767;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('erqnoj84sfim99cgndb0ogvk7lm9jqbv', '65.18.115.58', 1576384402, '__ci_last_regenerate|i:1576384402;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576318287\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ertdl17nm8grl58b9cg2ilthfv10n14i', '103.73.236.135', 1577079663, '__ci_last_regenerate|i:1577079663;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577010823\";last_ip|s:14:\"103.73.236.135\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"14\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-23 09:15:32\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('esb2pafeab9f9dp43725om4prnvgri8e', '103.73.236.248', 1577438803, '__ci_last_regenerate|i:1577438803;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577428124\";last_ip|s:14:\"103.73.236.248\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"18\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-27 10:29:10\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eu8nv69kb97h02a0rcu940s165108ugr', '65.18.115.94', 1577357518, '__ci_last_regenerate|i:1577357518;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1577178831\";last_ip|s:12:\"65.18.115.94\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('evg5lh8oa9bo7l0lag21qee6sviae1e2', '65.18.115.58', 1575882476, '__ci_last_regenerate|i:1575882476;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575863394\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('evgs261rop5jsabkh2vuksgbgs6olve3', '65.18.115.58', 1576042034, '__ci_last_regenerate|i:1576042034;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575966431\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f047ngcc8uhcp2ss8733eutjemrrv3gh', '65.18.115.94', 1577359800, '__ci_last_regenerate|i:1577359800;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f09t0u3f7n50e6dau135fj8vnhefms68', '65.18.115.90', 1576939309, '__ci_last_regenerate|i:1576939309;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576906804\";last_ip|s:13:\"65.18.115.115\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f18kdv5cto3omt03svg2c9iob7otdmk4', '65.18.115.94', 1577358566, '__ci_last_regenerate|i:1577358566;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1e22qpevm3nu4l1cgklu4plg1h60s5b', '65.18.115.115', 1576866901, '__ci_last_regenerate|i:1576866901;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576660358\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1fcijum7gc1fnjcosogfqd8nmomev83', '65.18.121.97', 1576904777, '__ci_last_regenerate|i:1576904777;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576828803\";last_ip|s:12:\"65.18.120.82\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"12\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-21 10:39:46\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f216et0fbea9fjd1oin7ftn3sgcccl3u', '65.18.126.171', 1576160045, '__ci_last_regenerate|i:1576160045;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576118374\";last_ip|s:13:\"65.18.126.208\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2bc0lvf3an3l6ca67q9jhatd3o8rvv3', '65.18.126.155', 1576413799, '__ci_last_regenerate|i:1576413799;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3apjr98be6tglabbpr9enslqs2af759', '65.18.115.58', 1575904154, '__ci_last_regenerate|i:1575904154;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575876865\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3jvh8atuii2nsacm6stt7lcmb4rg933', '65.18.115.90', 1577005262, '__ci_last_regenerate|i:1577005262;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3la9u2o0nn4u99fj62oh3btsais7ihv', '65.18.115.58', 1576213470, '__ci_last_regenerate|i:1576213470;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5if1i8b1uijf20cvl8s4t531s8gfkpb', '65.18.115.94', 1577359734, '__ci_last_regenerate|i:1577359734;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7l71s1vvq4lfm6lqls6mijb7bfs7lvl', '65.18.115.71', 1576466564, '__ci_last_regenerate|i:1576466564;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8631s1i7j8hcoath1nbf316vp11772f', '65.18.115.58', 1575783443, '__ci_last_regenerate|i:1575783443;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575778507\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8e11m4ls19iekls4hc7n08ldd5ghm73', '65.18.122.112', 1575351725, '__ci_last_regenerate|i:1575351725;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575291187\";last_ip|s:13:\"65.18.123.231\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f94kpl2lvqftuofmog8vnru78srf7ack', '65.18.126.210', 1576755170, '__ci_last_regenerate|i:1576755170;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576726551\";last_ip|s:13:\"65.18.126.234\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"10\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-19 10:05:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9l62jop38i4nl1b8apoqrloqtb4kh9k', '65.18.127.15', 1576318367, '__ci_last_regenerate|i:1576318367;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576288902\";last_ip|s:12:\"65.18.127.63\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa857errodrhb3jptva9epj3a0as5869', '65.18.115.90', 1576983435, '__ci_last_regenerate|i:1576983435;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc7d54iddlihp6nrt7pbobpp7q4vcbr3', '65.18.115.71', 1576824444, '__ci_last_regenerate|i:1576824444;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcngndnfn8mmfh9urbfh0s3m924vd8tj', '103.73.237.18', 1576148539, '__ci_last_regenerate|i:1576148539;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576118374\";last_ip|s:13:\"65.18.126.208\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fgggmid8v32ouhaotr5a827tcu3mgf64', '103.73.237.188', 1574771280, '__ci_last_regenerate|i:1574771280;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574749311\";last_ip|s:12:\"65.18.115.29\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fhdr4g2et81jd2bm925rnucqpre830dh', '103.73.236.135', 1576998051, '__ci_last_regenerate|i:1576997925;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576915114\";last_ip|s:13:\"103.73.236.70\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"13\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-22 09:33:28\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fhumhm9umhfpee9fjud4sna97kc8i76p', '65.18.120.5', 1577341890, '__ci_last_regenerate|i:1577341890;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577281092\";last_ip|s:13:\"65.18.120.145\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"17\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-26 12:21:38\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fj0c7q9u4a7t04hnmu1maqkcr501oqeh', '65.18.123.28', 1575630833, '__ci_last_regenerate|i:1575630833;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575591258\";last_ip|s:12:\"65.18.123.28\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fji2alsv6b6rivn6pd12rsp7f0kcsi24', '65.18.115.90', 1576939946, '__ci_last_regenerate|i:1576939946;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fks24sc2bm8nqs4dvo3fhj02730m5bei', '65.18.115.58', 1576049528, '__ci_last_regenerate|i:1576049528;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575966431\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fm82sdv0pdqba2pqmt4s0n28mtuqjv0e', '65.18.115.58', 1576216167, '__ci_last_regenerate|i:1576216167;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fmdmmgoli2upvggfite8akdimvrhi25s', '65.18.115.71', 1576558656, '__ci_last_regenerate|i:1576558656;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576489185\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fnhhe3vkq39s1u8hpfrqphogrfg1b20h', '65.18.126.128', 1576583167, '__ci_last_regenerate|i:1576583167;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576487844\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"8\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 08:49:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fnm9ksl77ecfbq5vckiaqqdqor8h34cu', '65.18.115.58', 1576221813, '__ci_last_regenerate|i:1576221813;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fntu5sg5bi2jfup93hd8lolkri2bfiuh', '65.18.115.58', 1576390144, '__ci_last_regenerate|i:1576390144;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fra058d61i2750e4fbl298d8kr8r4h1l', '65.18.126.226', 1575708627, '__ci_last_regenerate|i:1575708586;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575641321\";last_ip|s:11:\"65.18.123.4\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('frdm7oubb2a7k1ttq86ut80icfqqqofp', '65.18.115.90', 1576938300, '__ci_last_regenerate|i:1576938300;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('frfb4v2bn3778j0fvt71tjpd67m457ol', '65.18.115.58', 1575887292, '__ci_last_regenerate|i:1575887292;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575863394\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fs5fvprjasr9qovm9l11ingms7trqjgc', '65.18.127.71', 1576664080, '__ci_last_regenerate|i:1576664080;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576549161\";last_ip|s:13:\"65.18.126.128\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"9\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-18 09:22:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fs9ci32phi44ie3qjoercfcc6u0q2buh', '65.18.126.202', 1575724877, '__ci_last_regenerate|i:1575724877;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fsn7sld4hd7as4jekjk1e11jgujffe62', '65.18.122.59', 1575558498, '__ci_last_regenerate|i:1575558498;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575540398\";last_ip|s:12:\"65.18.122.11\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ft85ckjq6a7k6pmdanatqppju1ibllku', '65.18.123.199', 1574852726, '__ci_last_regenerate|i:1574852726;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574823803\";last_ip|s:13:\"65.18.115.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fu2fjgr13j1nitt1um61e8s0geqo3vom', '65.18.126.247', 1575885023, '__ci_last_regenerate|i:1575885023;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575790881\";last_ip|s:12:\"65.18.127.80\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fu5i038ji9s56sjih73s5edppc24q9u4', '65.18.126.155', 1576386368, '__ci_last_regenerate|i:1576386368;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fusf49vgomosondv8mcv23s833d6fu6i', '65.18.115.58', 1576221272, '__ci_last_regenerate|i:1576221272;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fv7jsst3gnep78lomna8bics59gqg0dc', '65.18.115.90', 1576939485, '__ci_last_regenerate|i:1576939485;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fvpovumoegnf387hbsc00v8lmm1qudjv', '65.18.120.82', 1576811437, '__ci_last_regenerate|i:1576811437;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576736968\";last_ip|s:13:\"65.18.126.234\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"11\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-20 09:08:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('g049gj6ht3pj089iturmrjfuo52mkuhh', '65.18.115.94', 1577359852, '__ci_last_regenerate|i:1577359852;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('g0lueqsnc7idlkm12515gu38bqnl4e32', '65.18.127.55', 1576223527, '__ci_last_regenerate|i:1576223527;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576202299\";last_ip|s:12:\"65.18.127.31\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('g0pggnn2qlq4t84gkqhri5r07bfbhbb9', '65.18.127.104', 1575770420, '__ci_last_regenerate|i:1575770420;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575724930\";last_ip|s:13:\"65.18.126.202\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('g1943vrpsv7o68ntid124rkbsoc2h3oj', '65.18.115.90', 1576939872, '__ci_last_regenerate|i:1576939872;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('g1fr8ittdsq2mf8v4ou34p9jt7oea0ih', '65.18.115.58', 1576314141, '__ci_last_regenerate|i:1576314141;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576206954\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('g1tkj69gbfoscrp60vd2dsteh1km5bqi', '65.18.123.35', 1574952362, '__ci_last_regenerate|i:1574952362;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574950575\";last_ip|s:13:\"103.73.236.36\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('g2an2b5h93oc7d74tpk26ei7f476bjuj', '65.18.127.104', 1575775949, '__ci_last_regenerate|i:1575775949;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575724930\";last_ip|s:13:\"65.18.126.202\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('g40ujqcig7l8nk38fpso8p30saf24cq6', '65.18.127.104', 1575771050, '__ci_last_regenerate|i:1575771050;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575724930\";last_ip|s:13:\"65.18.126.202\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('g4kmt2o7ndk49r5nd3aif6usii9srfac', '65.18.115.58', 1576236857, '__ci_last_regenerate|i:1576236857;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('g5i1rgilqcfhn2d51k9qnjn6anuhcvj3', '65.18.127.31', 1576210354, '__ci_last_regenerate|i:1576210354;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576139180\";last_ip|s:13:\"103.73.237.18\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('g5q8do2hald95gplk4d7hmat8hv0rsi9', '103.73.237.118', 1575208612, '__ci_last_regenerate|i:1575208612;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('g6872dvdsseu1rl43pq11p21eaaserc3', '65.18.126.128', 1576552860, '__ci_last_regenerate|i:1576552860;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576487844\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"8\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 08:49:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('g6bo5d9u0fi61kejjr080f2rokjkf8mp', '65.18.115.118', 1574826358, '__ci_last_regenerate|i:1574826358;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574823333\";last_ip|s:13:\"65.18.115.118\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('g7427318p7kc74g6ipbr9sjiur7o97i1', '65.18.115.58', 1575790914, '__ci_last_regenerate|i:1575790908;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575778507\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('g76n5m8ihg1a2l7d572p0qp9d14o1ihd', '65.18.122.11', 1575543023, '__ci_last_regenerate|i:1575543023;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575532476\";last_ip|s:12:\"65.18.122.35\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('g7jfgpc36b9lli3vcrpm9og16fue30ab', '65.18.126.155', 1576399781, '__ci_last_regenerate|i:1576399781;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('g8jhv13mjfvfr62fcvpp1kbgck53qhrm', '65.18.115.90', 1576939485, '__ci_last_regenerate|i:1576939485;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('g8n8q9t5mkddsur5kjn3l2f74p7bigv2', '65.18.115.58', 1576220529, '__ci_last_regenerate|i:1576220529;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('g9q5t8d55o2o8icb2fsts1dmv9a6u20o', '65.18.115.58', 1576213470, '__ci_last_regenerate|i:1576213470;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gac1s2qc25dsmi60rc7f30s5qburo0jd', '65.18.127.71', 1576668539, '__ci_last_regenerate|i:1576668539;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576549161\";last_ip|s:13:\"65.18.126.128\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"9\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-18 09:22:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ge8btkold24rrqvrkuksfeti8joivso1', '65.18.115.90', 1576938983, '__ci_last_regenerate|i:1576938983;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gen5plmoucdi6kdjfdh7u53so100sjhj', '65.18.115.58', 1576313797, '__ci_last_regenerate|i:1576313797;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576206954\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gfjcitfff4gnieu4a0s645htbeelf7lj', '65.18.123.148', 1575455865, '__ci_last_regenerate|i:1575455865;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575422164\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gh3l8t7v8at1ef5c27ucgfr973451ta1', '65.18.126.210', 1576754865, '__ci_last_regenerate|i:1576754865;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576726551\";last_ip|s:13:\"65.18.126.234\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"10\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-19 10:05:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gh69lerhss3orkku6akd7kakn18ij0g5', '65.18.115.58', 1576125183, '__ci_last_regenerate|i:1576125183;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576035476\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ghrvcnmtvd53ic8hr2s27sgcms8na2tc', '65.18.127.71', 1576668228, '__ci_last_regenerate|i:1576668228;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576549161\";last_ip|s:13:\"65.18.126.128\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"9\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-18 09:22:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gija2hm29446oi0i1ipj1cnit3kh2hmk', '65.18.123.28', 1575618535, '__ci_last_regenerate|i:1575618535;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575591258\";last_ip|s:12:\"65.18.123.28\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('giq377gdobnclcsfloighdec74toocja', '65.18.115.94', 1577359291, '__ci_last_regenerate|i:1577359291;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1577178831\";last_ip|s:12:\"65.18.115.94\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gjcv6bdd9d0su0pbb1ng6g33ptugfnsm', '65.18.115.94', 1577361485, '__ci_last_regenerate|i:1577361485;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1577178831\";last_ip|s:12:\"65.18.115.94\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gjiga72jvdl391ij6nl5j3somc343jgb', '65.18.127.15', 1576309993, '__ci_last_regenerate|i:1576309993;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576288902\";last_ip|s:12:\"65.18.127.63\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gjlhc83j56uijkh9onv91rmsr4bcst46', '65.18.115.58', 1576148220, '__ci_last_regenerate|i:1576148220;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576119674\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gluj0odi1smdf55g32ibj74nod1p6la6', '65.18.115.29', 1574759683, '__ci_last_regenerate|i:1574759683;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574748934\";last_ip|s:12:\"65.18.115.29\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|i:1;has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gm1jlkgt5edeb6h7b8esdathh58nprhr', '65.18.126.155', 1576402129, '__ci_last_regenerate|i:1576402129;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gmebmud5sa13lo0v6e1ev4uu5qbaf3n8', '65.18.123.199', 1574827225, '__ci_last_regenerate|i:1574827225;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574819757\";last_ip|s:14:\"136.228.173.74\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gn3fe69vo7rda6mmh7pehpjb6r9baln3', '65.18.115.90', 1576938177, '__ci_last_regenerate|i:1576938177;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gnt2d5sf5q2rqpaccojkf6va2tnvmv4j', '136.228.173.9', 1576330030, '__ci_last_regenerate|i:1576330030;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gois0ii4irif6eccrcsilarfnk1mn1m3', '65.18.115.58', 1576389658, '__ci_last_regenerate|i:1576389658;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gpd2ljek9greo6j7icim00n98fbm65ui', '65.18.123.231', 1575294905, '__ci_last_regenerate|i:1575294905;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575260107\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gqkeiufbifb60gr1ahgpthmu6f08831n', '65.18.115.94', 1577359800, '__ci_last_regenerate|i:1577359800;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gr1j3g4bee2f66iau0aslcl9cl9hfr3c', '65.18.122.59', 1575559908, '__ci_last_regenerate|i:1575559908;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575540398\";last_ip|s:12:\"65.18.122.11\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gruk57mqb8t1ol5fvsoepeb6v91t8h8k', '103.73.236.51', 1575789684, '__ci_last_regenerate|i:1575789684;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575764883\";last_ip|s:13:\"65.18.127.104\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gsbh7fl4bhlqvm6bcb1s153a5lcvrjuq', '65.18.123.231', 1575291497, '__ci_last_regenerate|i:1575291497;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575260107\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gskukiknpu27op7jgq4e1eel6t9pis42', '65.18.127.31', 1576205407, '__ci_last_regenerate|i:1576205407;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576139180\";last_ip|s:13:\"103.73.237.18\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gsruu77j0smma3dd5vjimtr32jbkp34i', '65.18.126.155', 1576413110, '__ci_last_regenerate|i:1576413110;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gt192ls83fr2c77hvssdfkm0ei40krer', '65.18.122.88', 1575383850, '__ci_last_regenerate|i:1575383850;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575364413\";last_ip|s:12:\"65.18.122.64\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gu0lr9vdqafqdvevpr54hthfqenp94mi', '103.73.236.70', 1576925436, '__ci_last_regenerate|i:1576925436;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576901379\";last_ip|s:12:\"65.18.121.97\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"12\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-21 10:39:46\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gub48njmnlvj51rgaoqjvs6fp0i55kp8', '65.18.126.210', 1576753233, '__ci_last_regenerate|i:1576753233;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576726551\";last_ip|s:13:\"65.18.126.234\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"10\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-19 10:05:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gublsfc535rspr6e504chto6qfqpc15g', '103.73.237.158', 1577188002, '__ci_last_regenerate|i:1577187891;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577173231\";last_ip|s:13:\"103.73.237.83\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gv99qiboc91u148un9uddjdf8sv5jsmj', '65.18.122.59', 1575552932, '__ci_last_regenerate|i:1575552932;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575540398\";last_ip|s:12:\"65.18.122.11\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gvd634833ivslp77uq2h9brd2ipt4rf5', '65.18.115.115', 1576907557, '__ci_last_regenerate|i:1576907557;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gvrraet9re1m5tsc7uthiqv93uuht7n6', '65.18.126.155', 1576400435, '__ci_last_regenerate|i:1576400435;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gvt656o5186gaa3h9dpjltqn5ahbiiic', '103.73.236.135', 1577011494, '__ci_last_regenerate|i:1577011494;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576983796\";last_ip|s:11:\"65.18.121.3\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"13\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-22 09:33:28\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('h075b30d9fca5hh77i9pqe94us5f487q', '65.18.123.201', 1575122142, '__ci_last_regenerate|i:1575122142;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('h0rfjriiqee5v1adi2kciijh1da4ppq1', '136.228.173.183', 1574947354, '__ci_last_regenerate|i:1574947354;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574930229\";last_ip|s:13:\"103.73.236.36\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('h135ooc9glka8iouvr0njduuahshhq4g', '65.18.115.90', 1576939520, '__ci_last_regenerate|i:1576939520;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('h1blpgv4a1vtjjm8u7kb2sk7binfvptu', '103.73.237.118', 1575214429, '__ci_last_regenerate|i:1575214429;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('h1ius1vvj8f1bpfb6kmtog1avko7vgr8', '65.18.126.247', 1575873575, '__ci_last_regenerate|i:1575873575;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575790881\";last_ip|s:12:\"65.18.127.80\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('h1ol5se68g9ek4hh4jfqi9hbfafkb9mo', '65.18.126.234', 1576741945, '__ci_last_regenerate|i:1576741945;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576726551\";last_ip|s:13:\"65.18.126.234\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"10\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-19 10:05:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('h34juu4dplfp2v0jvp4k677o595ognqm', '65.18.115.90', 1576939239, '__ci_last_regenerate|i:1576939239;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('h3splu2in7iikp3hd0oic1g23lkhqrlb', '65.18.115.58', 1576211269, '__ci_last_regenerate|i:1576211269;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('h44ggel2cn3867gr0d9fmqlve6h7oehe', '65.18.123.231', 1575296258, '__ci_last_regenerate|i:1575296258;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575260107\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('h4pln0k5snom8lom0id8rp1g0fhuspmj', '65.18.123.148', 1575456176, '__ci_last_regenerate|i:1575456176;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575422164\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('h544hgms5j1fsno3djgh39ac2fn30bht', '103.73.236.135', 1577084909, '__ci_last_regenerate|i:1577084909;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577010823\";last_ip|s:14:\"103.73.236.135\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"14\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-23 09:15:32\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('h5ejkgtt3odg5okhpc103e4e6kgcrilv', '65.18.122.212', 1575039122, '__ci_last_regenerate|i:1575039122;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575000885\";last_ip|s:13:\"65.18.123.144\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('h62iv0tb9r9acsln5som216rp7c8hjts', '65.18.115.115', 1576908647, '__ci_last_regenerate|i:1576908647;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576900323\";last_ip|s:13:\"65.18.115.115\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('h6bf9p8v5pqtptbrs5im9ldtkai84o7v', '65.18.115.58', 1575514927, '__ci_last_regenerate|i:1575514525;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574994431\";last_ip|s:12:\"65.18.115.88\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('h7j5bc2bgejarr1c8net5v6st3279mhl', '103.73.237.118', 1575209573, '__ci_last_regenerate|i:1575209573;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('h7k9s86htgrit9ltc60mbh913617oedt', '103.73.237.87', 1575185708, '__ci_last_regenerate|i:1575185708;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575119677\";last_ip|s:13:\"65.18.123.201\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('h8eescr46rj1t0l7nekvc3tpb0k82m9j', '65.18.123.201', 1575130488, '__ci_last_regenerate|i:1575130488;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('h8g6uedjfvr2rqn69vfl7g1rbu3idqd8', '65.18.115.58', 1576221813, '__ci_last_regenerate|i:1576221813;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('h8kdnol58doqia7v7cq9jl7hnuovptqp', '65.18.122.88', 1575384780, '__ci_last_regenerate|i:1575384780;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575364413\";last_ip|s:12:\"65.18.122.64\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('h8lvjjp90k6b88nlpuchcghr4qkntag5', '65.18.120.82', 1576840512, '__ci_last_regenerate|i:1576840512;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576822128\";last_ip|s:15:\"103.217.156.207\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"11\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-20 09:08:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('h8qp5t2fbbgshlb8m9vcentiugcr2rde', '65.18.126.155', 1576381641, '__ci_last_regenerate|i:1576381641;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ha28m95vt73in15lfh9dcsc43tgmrncm', '103.73.237.188', 1574769885, '__ci_last_regenerate|i:1574769885;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574749311\";last_ip|s:12:\"65.18.115.29\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hauoe62gc2ap7j57o4p2kbkt245n9mn7', '65.18.115.58', 1576229304, '__ci_last_regenerate|i:1576229304;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hb7c79f11643e336bdg8vgfvfglpt0nj', '65.18.127.71', 1576658476, '__ci_last_regenerate|i:1576658476;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576549161\";last_ip|s:13:\"65.18.126.128\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"9\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-18 09:22:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hc2b7evfs96ag3ag3ht11stgicr5c3j5', '65.18.115.58', 1576220076, '__ci_last_regenerate|i:1576220076;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hcb4d2f4tk0d01slomgqd1soo6cgavdr', '65.18.127.71', 1576655815, '__ci_last_regenerate|i:1576655815;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576549161\";last_ip|s:13:\"65.18.126.128\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"9\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-18 09:22:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hceigf31susm58qr54eujmh5tg1j3s8s', '65.18.115.90', 1576938300, '__ci_last_regenerate|i:1576938300;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hch30q1qimrag3n0cl0o4lq1t8jjb3s3', '65.18.115.71', 1576574125, '__ci_last_regenerate|i:1576574125;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hfjbbo7a3qhcnaqn7ehf3ptqoqsrodlq', '65.18.115.90', 1576940308, '__ci_last_regenerate|i:1576940308;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hgqk6s8mmn710ksmdpomovc8p9l4qb91', '65.18.127.61', 1576504903, '__ci_last_regenerate|i:1576504903;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576471321\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hhtvc9dt402vn8rna3rhovnugidej59i', '103.73.237.118', 1575220954, '__ci_last_regenerate|i:1575220954;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hjabb8urrb4h3q4t4ippel10n1m6gdqn', '65.18.123.35', 1574951979, '__ci_last_regenerate|i:1574951979;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574950575\";last_ip|s:13:\"103.73.236.36\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hjum6n15g9t5dp5cjvs410ptlo3j3m49', '65.18.127.71', 1576668852, '__ci_last_regenerate|i:1576668852;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576549161\";last_ip|s:13:\"65.18.126.128\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"9\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-18 09:22:06\";rmspos|i:1;message|s:102:\"ရောင်းရန်အောင်မြင်စွာထည့်ပြီးပါပြီ\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hk0r0oreveldg2mll6bgjfanqdge41fp', '65.18.115.115', 1576909251, '__ci_last_regenerate|i:1576909251;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hk28u5oa1gvlt88o253jbo2406n8t9rd', '65.18.115.90', 1576983436, '__ci_last_regenerate|i:1576983436;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hkr2cgnnapdvvm8s0mi8evlp4anrogda', '65.18.115.58', 1575910218, '__ci_last_regenerate|i:1575910199;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575876865\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hm7isc5rc68376mt5t9baedbm9n2clkk', '65.18.115.115', 1576909268, '__ci_last_regenerate|i:1576909268;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hnbd956p2attra5e84he1s56t0t6g2ie', '65.18.123.201', 1575125665, '__ci_last_regenerate|i:1575125665;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hnm4lh76fk57augh5b1ckgmiojvpkreh', '103.73.237.118', 1575262459, '__ci_last_regenerate|i:1575262459;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575206450\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hnojht7vnssb3umb9iggb8dsbuivh2k2', '65.18.126.128', 1576577496, '__ci_last_regenerate|i:1576577496;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576487844\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"8\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 08:49:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hopa9g3mmlro7pfesua6eo1cae375bj3', '103.73.237.188', 1574767073, '__ci_last_regenerate|i:1574767073;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574749311\";last_ip|s:12:\"65.18.115.29\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hr308u6bvd031dp3fst1hbr7hipenm6a', '65.18.122.112', 1575352657, '__ci_last_regenerate|i:1575352657;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575291187\";last_ip|s:13:\"65.18.123.231\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('huo5i0r8h64c7gq7lkltoa2fdc8gu7vb', '65.18.115.58', 1576229619, '__ci_last_regenerate|i:1576229619;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('i09g4a0d8etfrp17hhhqm9rpami8p0st', '103.73.237.188', 1574759859, '__ci_last_regenerate|i:1574759859;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('i0d1qljvm5ka8c06v6a5tibdp8oe31bn', '61.129.6.227', 1574946846, '__ci_last_regenerate|i:1574946846;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('i1aa21vpm9l0nk49c1bnl9mislb9rdjg', '65.18.126.247', 1575885345, '__ci_last_regenerate|i:1575885345;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575790881\";last_ip|s:12:\"65.18.127.80\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('i27n5g1p63jar4qdu88tsj355bkhcjoa', '65.18.115.58', 1576398526, '__ci_last_regenerate|i:1576398526;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('i3l8pi5rddo0nd96l0f6pp6urskavpq7', '65.18.126.155', 1576385339, '__ci_last_regenerate|i:1576385339;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('i3sh6qatfsal52bbuk0425ba99vhremu', '65.18.123.231', 1575297225, '__ci_last_regenerate|i:1575297225;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575260107\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('i5idk9ciksf69cc1esojqoj54kgj7vre', '65.18.122.64', 1575369633, '__ci_last_regenerate|i:1575369633;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575340705\";last_ip|s:13:\"65.18.122.112\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('i5l05id76ahcfo6crfkjfv1gf5hvc8hk', '65.18.115.90', 1576938353, '__ci_last_regenerate|i:1576938353;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('i5v8sogi5d79r8e45oht3ul6qqid3844', '65.18.115.90', 1576938334, '__ci_last_regenerate|i:1576938334;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('i6qfspgd2mdk44t9paf1otn80gcu1veo', '65.18.126.155', 1576398838, '__ci_last_regenerate|i:1576398838;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('i8415vq9gce3qth9ifvsjh5mcfiefqnv', '65.18.115.90', 1576939542, '__ci_last_regenerate|i:1576939542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('i87b5ktvcb90c08pk0f7t10hr298hfa9', '65.18.123.4', 1575643268, '__ci_last_regenerate|i:1575643258;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575617918\";last_ip|s:12:\"65.18.123.28\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('i8803nc1a0acrier1g5fpeol9s62hm2e', '65.18.126.155', 1576385989, '__ci_last_regenerate|i:1576385989;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('i8lesnek0q6dl4elg3c1of7n3i72ar0p', '65.18.123.201', 1575122490, '__ci_last_regenerate|i:1575122490;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('i9s6uotir8am5dvh9d854jqkq7g0s1a9', '65.18.123.231', 1575295952, '__ci_last_regenerate|i:1575295952;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575260107\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ia8ue3ofrh9a94gvt7mu1s2drphl131f', '65.18.122.59', 1575554945, '__ci_last_regenerate|i:1575554945;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575540398\";last_ip|s:12:\"65.18.122.11\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('iaa544c9j866br8mbl076qo79vjjpa1p', '103.73.237.188', 1574764990, '__ci_last_regenerate|i:1574764990;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574749311\";last_ip|s:12:\"65.18.115.29\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ibr4re9p6jnvdjliacq8dlnujdgh5dj8', '65.18.123.28', 1575600908, '__ci_last_regenerate|i:1575600908;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575552243\";last_ip|s:12:\"65.18.122.59\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ibt1av5np47dkdoti79godp02u299d6h', '65.18.126.210', 1576754399, '__ci_last_regenerate|i:1576754399;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576726551\";last_ip|s:13:\"65.18.126.234\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"10\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-19 10:05:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('icffdek7uel3ttci3cto1di45gprochq', '65.18.127.15', 1576298735, '__ci_last_regenerate|i:1576298735;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576288806\";last_ip|s:12:\"65.18.127.63\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('icklmdm0cpqkifp8tup9a3mfet333pri', '65.18.127.15', 1576307879, '__ci_last_regenerate|i:1576307879;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576288902\";last_ip|s:12:\"65.18.127.63\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('icseu7r0f71ctav6tielp1i6hck59vkc', '65.18.123.199', 1574823757, '__ci_last_regenerate|i:1574823757;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574819757\";last_ip|s:14:\"136.228.173.74\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('id37k1peie5l3rf345d7tu0btotuf12v', '103.73.236.70', 1576928991, '__ci_last_regenerate|i:1576928991;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576901379\";last_ip|s:12:\"65.18.121.97\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"12\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-21 10:39:46\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('iek0kra5keml7lsjdijdjasalsples9a', '65.18.123.148', 1575466854, '__ci_last_regenerate|i:1575466854;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575422164\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('if54u2068pk3r7tt870eqb64igrsnnbr', '65.18.115.58', 1576221813, '__ci_last_regenerate|i:1576221813;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ifa9abv32sbm69afeqvqjpgfs0dbh70n', '65.18.123.231', 1575295293, '__ci_last_regenerate|i:1575295293;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575260107\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('iflqbqusu3s095inlu1nogcgb151vtcs', '65.18.115.58', 1575886089, '__ci_last_regenerate|i:1575886089;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575863394\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ifnabqu0jukbbofrmq82bcn98761jlvu', '103.73.237.158', 1577187891, '__ci_last_regenerate|i:1577187891;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577173231\";last_ip|s:13:\"103.73.237.83\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"15\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-24 10:25:36\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('igcb2lcojca33c7kgpd00d14oiu0phh2', '103.73.237.118', 1575220015, '__ci_last_regenerate|i:1575220015;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('igfskb8ccmpsj9nfktvc180i1fnu1na1', '65.18.127.104', 1575770724, '__ci_last_regenerate|i:1575770724;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575724930\";last_ip|s:13:\"65.18.126.202\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('igl08o8ejhsptc2ggmb8lqioh7986kna', '65.18.126.128', 1576576663, '__ci_last_regenerate|i:1576576663;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576487844\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"8\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 08:49:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ihfl3mvakl31hpol2qbqnj9mrjt8qph8', '65.18.115.58', 1576052989, '__ci_last_regenerate|i:1576052989;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575966431\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ii8ssvvjl99aladr6uck1ev3lbjbvqfb', '65.18.115.58', 1576220116, '__ci_last_regenerate|i:1576220116;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('im11r8tr7s01l2mt0r9idfd9abbf3iv1', '65.18.123.201', 1575127046, '__ci_last_regenerate|i:1575127046;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('im846o6vvh25t3tedl25cbo6kj5kcbb9', '65.18.127.15', 1576298931, '__ci_last_regenerate|i:1576298735;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576288806\";last_ip|s:12:\"65.18.127.63\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('incnj8i8eqldini3kfkb5pee2aosu7b2', '65.18.115.90', 1576939002, '__ci_last_regenerate|i:1576939002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('iogg1sv8bi616v6i10mn6oa87pl504ub', '65.18.115.58', 1575877385, '__ci_last_regenerate|i:1575877385;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575863394\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ioi052lbp8kgj3vbn8toor68o9m6o290', '65.18.115.58', 1576236897, '__ci_last_regenerate|i:1576236897;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ipflrs2980a2ocuf8k0q2m0qn4qtevvi', '103.73.237.212', 1577094408, '__ci_last_regenerate|i:1577094408;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577010823\";last_ip|s:14:\"103.73.236.135\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"14\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-23 09:15:32\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('is9i3j93r7ng7pjkpvsh74cov6m02rdj', '65.18.123.148', 1575450836, '__ci_last_regenerate|i:1575450836;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575422164\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ism60v9u7475o0ftrj64u085mdvp6nk6', '61.129.6.159', 1574820297, '__ci_last_regenerate|i:1574820296;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('isrvq77onr7b317onskm45rfd0ok6f3h', '103.73.237.188', 1574759730, '__ci_last_regenerate|i:1574759730;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574749311\";last_ip|s:12:\"65.18.115.29\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('it11ui4ufanu25mnvdsqc1honq3513lm', '65.18.126.210', 1576755884, '__ci_last_regenerate|i:1576755884;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576726551\";last_ip|s:13:\"65.18.126.234\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"10\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-19 10:05:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('it2gjdjct9mq7c5so7v173psk099enip', '65.18.115.58', 1575882017, '__ci_last_regenerate|i:1575882017;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575863394\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('it5ddv9dnr9a9or9sn977udmkbdp29n9', '103.73.237.118', 1575221604, '__ci_last_regenerate|i:1575221604;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('itutucr4mh80nnkpdpe9shqrlu9ou0v3', '65.18.123.148', 1575423748, '__ci_last_regenerate|i:1575423748;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575380262\";last_ip|s:12:\"65.18.122.88\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('iu4l5ap4f4lcchgv5crqc34mnsehcp72', '103.73.237.118', 1575193457, '__ci_last_regenerate|i:1575193457;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575119677\";last_ip|s:13:\"65.18.123.201\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('iu5pg33886llqie5huh8gta0q03nfhma', '65.18.115.58', 1576148608, '__ci_last_regenerate|i:1576148555;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576119674\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('iuacceiev2beg2idph3c78pc7m49vg42', '65.18.115.90', 1576938928, '__ci_last_regenerate|i:1576938928;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('iurppg8q584f6j77kbui8t58ajvpc84m', '65.18.115.58', 1576319128, '__ci_last_regenerate|i:1576319128;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576308692\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j07nfu4eh72b7v1hauoqe7qg0bkqd92m', '65.18.123.231', 1575297829, '__ci_last_regenerate|i:1575297829;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575260107\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j0ko2it5h35emtu1t4u0bu3n5nh6snf0', '65.18.126.226', 1575705077, '__ci_last_regenerate|i:1575705077;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575641321\";last_ip|s:11:\"65.18.123.4\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j1m0qn290mf89ggm2bsirjs1ksjg73dq', '65.18.115.58', 1576321032, '__ci_last_regenerate|i:1576321032;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576308692\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j2abf7gstgij0vc55tgrbbcf30op81lu', '65.18.123.199', 1574833543, '__ci_last_regenerate|i:1574833543;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574819757\";last_ip|s:14:\"136.228.173.74\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j36nf6i7897iipbtdjlhn4qvt3v5lqtm', '65.18.115.58', 1576229286, '__ci_last_regenerate|i:1576229286;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j3u4eiam2eo3t5gsm52471imsmfu8nq9', '65.18.115.90', 1576938353, '__ci_last_regenerate|i:1576938353;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j41inkkp49gphbnr6m3b7dejrqdh3e8v', '65.18.115.94', 1577359840, '__ci_last_regenerate|i:1577359840;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j4bp484f2q0sne0ilpib1b2i05duojnl', '65.18.115.58', 1576236942, '__ci_last_regenerate|i:1576236942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j4fmec7aqgj2poghb6lt3rpl9i4jget9', '103.73.237.118', 1575221269, '__ci_last_regenerate|i:1575221269;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j4kopeesrishlgm034aa3e7076em63o8', '65.18.127.13', 1576494213, '__ci_last_regenerate|i:1576494213;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576471321\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j52l44pv4kaa75sjctbdm84195ur4fd8', '65.18.115.58', 1576214986, '__ci_last_regenerate|i:1576214986;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j533bb6973efcbtsquug471s23ikrlhc', '65.18.115.71', 1576568260, '__ci_last_regenerate|i:1576568260;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j54tqm11dg4brdo490fbbpegrul0v3do', '65.18.127.71', 1576659556, '__ci_last_regenerate|i:1576659556;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576549161\";last_ip|s:13:\"65.18.126.128\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"9\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-18 09:22:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j5cn4o9iv4ghq6m7db7vr06v77if5ahj', '65.18.115.94', 1577357819, '__ci_last_regenerate|i:1577357819;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1577178831\";last_ip|s:12:\"65.18.115.94\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j5jlm4gtlm8j5toeu2pcvrsks8psqmqm', '65.18.123.148', 1575457131, '__ci_last_regenerate|i:1575457131;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575422164\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j5uf68gjcpd2f6dr3l3itia09gtv237k', '65.18.123.201', 1575125328, '__ci_last_regenerate|i:1575125328;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j61b4m51be79r5dt3778eivbbujk5mtg', '65.18.126.247', 1575866910, '__ci_last_regenerate|i:1575866910;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575790881\";last_ip|s:12:\"65.18.127.80\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";rmspos|i:1;message|s:102:\"ရောင်းရန်အောင်မြင်စွာထည့်ပြီးပါပြီ\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j6lsad14fm9an2pfnl2lg0lkfokr5lf6', '65.18.115.71', 1576645060, '__ci_last_regenerate|i:1576645060;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j6mif29dekevhics94klrcq5v3uula8k', '65.18.126.171', 1576157786, '__ci_last_regenerate|i:1576157786;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576118374\";last_ip|s:13:\"65.18.126.208\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";rmspos|i:1;message|s:102:\"ရောင်းရန်အောင်မြင်စွာထည့်ပြီးပါပြီ\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j6v3n93pm6if3li5bgvhc9ola1hm8fq9', '65.18.123.151', 1575194330, '__ci_last_regenerate|i:1575194073;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575119677\";last_ip|s:13:\"65.18.123.201\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j700pbfo3q10b0rgo7fdbsjcttcjsg10', '65.18.115.58', 1576221646, '__ci_last_regenerate|i:1576221646;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j7eshp748hasa35udphdq7te682fq3aj', '65.18.122.112', 1575346019, '__ci_last_regenerate|i:1575346019;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575291187\";last_ip|s:13:\"65.18.123.231\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j82pnl493qoheugan9nigjvehrq22gp0', '61.129.7.235', 1574946962, '__ci_last_regenerate|i:1574946961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j8sb0ag7kkbedu8fahm4g3uojerqgcm6', '65.18.115.58', 1576220076, '__ci_last_regenerate|i:1576220076;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ja7omqqoffqat1ai3qcb4gr3ibd2d3lj', '65.18.115.58', 1576216583, '__ci_last_regenerate|i:1576216583;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jb2911n08nn5e4tnre6ro6hdbkpdjgq5', '65.18.115.94', 1577358503, '__ci_last_regenerate|i:1577358503;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1577178831\";last_ip|s:12:\"65.18.115.94\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jbek8j4rs7rced8h8ujcodtcubf5fh5r', '65.18.115.58', 1575864904, '__ci_last_regenerate|i:1575864904;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575843814\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jc5rkhliq31j6n2rqt039ul478t6gsa5', '65.18.115.58', 1576210123, '__ci_last_regenerate|i:1576210123;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jc61hah6tigkh3n3qussb5jpp36qhp2r', '65.18.115.90', 1576938177, '__ci_last_regenerate|i:1576938177;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jcljvmm05okfk4vamts2fppnou3fstcp', '65.18.127.31', 1576212251, '__ci_last_regenerate|i:1576212251;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576139180\";last_ip|s:13:\"103.73.237.18\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jdmrcltit7tmscn4ss2vg5ucis0buhoq', '65.18.115.58', 1575881293, '__ci_last_regenerate|i:1575881293;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575863394\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jf4hjef2bm8frs6oubbg8pdeqnj0iqsb', '103.73.237.188', 1574754767, '__ci_last_regenerate|i:1574754767;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574749311\";last_ip|s:12:\"65.18.115.29\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jfm724pr9i0kvph0pnqhc889bdfj89rl', '65.18.115.58', 1576221646, '__ci_last_regenerate|i:1576221646;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jfo72qnvpc3hr71pgsamlbuq54pers65', '65.18.123.201', 1575129473, '__ci_last_regenerate|i:1575129473;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jg63giqnj3h0v71uc98k4lco0sjh53u0', '103.73.237.18', 1576158800, '__ci_last_regenerate|i:1576158800;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576118374\";last_ip|s:13:\"65.18.126.208\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jgodkmh9t187a83utnjmo61ms96pa3oa', '65.18.123.35', 1574954962, '__ci_last_regenerate|i:1574954960;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574950575\";last_ip|s:13:\"103.73.236.36\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ji9nidojiej8l885csp18ut7q6oj5fn9', '65.18.115.90', 1577005932, '__ci_last_regenerate|i:1577005932;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jiq60gdre86uahvgl39p7dp1soomdvda', '65.18.115.71', 1576575610, '__ci_last_regenerate|i:1576575610;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576489185\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jj09gsl2kogsjoord6njejvuuvbqdkcn', '65.18.127.71', 1576653436, '__ci_last_regenerate|i:1576653436;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576549161\";last_ip|s:13:\"65.18.126.128\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"9\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-18 09:22:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jjc39e81247ldni548br4sl22t6jg15n', '136.228.173.201', 1577110439, '__ci_last_regenerate|i:1577110439;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577069121\";last_ip|s:14:\"103.73.236.135\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jjmu0rm7eb74rgl9qn29ba86kt9ov5aa', '65.18.122.212', 1575038464, '__ci_last_regenerate|i:1575038464;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575000885\";last_ip|s:13:\"65.18.123.144\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jjopke520s9vv8gorp5fh4mjpim1u7eh', '65.18.115.58', 1575885737, '__ci_last_regenerate|i:1575885737;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575863394\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jjq7smb95en5dfi5ltfiaq1r76if7cp3', '65.18.115.58', 1576216583, '__ci_last_regenerate|i:1576216583;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jkd8f5nbmtvpnjcbnldmt8633ib3oorc', '65.18.120.162', 1576915821, '__ci_last_regenerate|i:1576915821;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jkqeifbke9in4m69e96sgnpj724qhae2', '65.18.126.155', 1576405215, '__ci_last_regenerate|i:1576405215;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jl13alc698tmkrvbs7ep6ksu8fth4h9g', '65.18.115.115', 1576868686, '__ci_last_regenerate|i:1576868686;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576660358\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jl210omd6f6h63h5q8s2j5v8g83f802c', '65.18.115.58', 1576229880, '__ci_last_regenerate|i:1576229880;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jl7g3ql5lms0os8d53cqccuami94065k', '136.228.173.183', 1574949245, '__ci_last_regenerate|i:1574949245;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574930229\";last_ip|s:13:\"103.73.236.36\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jlpi222lgrf1g3o93n1i3iuvk7nifjjs', '65.18.127.61', 1576506566, '__ci_last_regenerate|i:1576506446;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576471321\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jm5r2mafp2q72hcsnhnrc38cdmm997m7', '103.73.237.118', 1575219073, '__ci_last_regenerate|i:1575219073;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jmjn1j50hir4l466gca8tmkbs2nblea2', '65.18.127.15', 1576321698, '__ci_last_regenerate|i:1576321698;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576288902\";last_ip|s:12:\"65.18.127.63\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jnap1vndum6g59odsh41qp77l1j8dv79', '65.18.122.169', 1575300414, '__ci_last_regenerate|i:1575300414;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575260107\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jnhhcamv2ljq88klhdf8e240ge6k825h', '65.18.126.226', 1575702981, '__ci_last_regenerate|i:1575702981;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575641321\";last_ip|s:11:\"65.18.123.4\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jobgu2ddl2i21pvdatdkmm5k23g02j5n', '103.73.236.70', 1576927651, '__ci_last_regenerate|i:1576927651;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576901379\";last_ip|s:12:\"65.18.121.97\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"12\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-21 10:39:46\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jpqlc79ancdcqpsu58d4spph1hg1113h', '65.18.115.90', 1577006866, '__ci_last_regenerate|i:1577006866;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jrvdmu3lvu59d3n026d89p252li521bm', '65.18.127.71', 1576664508, '__ci_last_regenerate|i:1576664508;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576549161\";last_ip|s:13:\"65.18.126.128\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"9\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-18 09:22:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jshid2o4vq1ehhgbo5tb9miv2r1augug', '103.73.236.135', 1577012826, '__ci_last_regenerate|i:1577012826;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576983796\";last_ip|s:11:\"65.18.121.3\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"13\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-22 09:33:28\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jt55t0n97u28rkim00chahkdhpleip7r', '65.18.115.58', 1575884576, '__ci_last_regenerate|i:1575884576;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575863394\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jt7smtb9qj6d8982n6f7mmr195jf14ei', '65.18.126.247', 1575865893, '__ci_last_regenerate|i:1575865893;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575790881\";last_ip|s:12:\"65.18.127.80\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('juloeaesph6l23sqljtue351sdoa2ien', '65.18.127.71', 1576659877, '__ci_last_regenerate|i:1576659877;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576549161\";last_ip|s:13:\"65.18.126.128\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"9\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-18 09:22:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jvoel7aicp9no69fb30hltthq6tmp1eo', '65.18.123.148', 1575455211, '__ci_last_regenerate|i:1575455211;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575422164\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('k0fjmke293fp9rhsqcenrqdfu62sgvq0', '65.18.127.15', 1576314977, '__ci_last_regenerate|i:1576314977;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576288902\";last_ip|s:12:\"65.18.127.63\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('k0rcqlb94noiumm8r4bmslnbhfs73rii', '65.18.127.15', 1576297618, '__ci_last_regenerate|i:1576297618;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576288806\";last_ip|s:12:\"65.18.127.63\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('k0u0jh3v0evj1fsvf4q3pptttc7p6f9c', '65.18.126.210', 1576747942, '__ci_last_regenerate|i:1576747942;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576726551\";last_ip|s:13:\"65.18.126.234\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"10\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-19 10:05:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('k11m1rbts470s4uv61qvtukvak54totu', '61.129.6.227', 1574819841, '__ci_last_regenerate|i:1574819840;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('k19ric7pvil8mt5drtpae6la4ca4h64o', '103.73.236.36', 1574951014, '__ci_last_regenerate|i:1574951014;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574946653\";last_ip|s:15:\"136.228.173.183\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('k2k548g15smhekg3ssg452bm6bjip19u', '65.18.122.35', 1575532842, '__ci_last_regenerate|i:1575532841;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575509677\";last_ip|s:12:\"65.18.122.59\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('k2n968adi8tiooi12o73q00dm73s187d', '65.18.123.148', 1575468656, '__ci_last_regenerate|i:1575468656;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575422164\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('k2rf8su13si0g8909bob8hl93hsf6vqh', '65.18.123.231', 1575292929, '__ci_last_regenerate|i:1575292929;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575260107\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('k36kpifmbd8d8nqq6u2i8dqsa3uh2n9l', '65.18.122.212', 1575036862, '__ci_last_regenerate|i:1575036862;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575000885\";last_ip|s:13:\"65.18.123.144\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('k3ojdbgg0njqlqhoca5eao952s1m9v5k', '65.18.115.58', 1576381989, '__ci_last_regenerate|i:1576381989;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576318287\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('k4inflsu7l3bjkb6f6pjll9muq6k1fhm', '65.18.127.15', 1576317150, '__ci_last_regenerate|i:1576317150;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576288902\";last_ip|s:12:\"65.18.127.63\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('k571qflhtoc450vgmk6m3qcb32mr6rfe', '65.18.115.115', 1576909268, '__ci_last_regenerate|i:1576909268;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('k5fg3uj9u01lpia22jdg0vv5tllt3l1h', '65.18.115.94', 1577359654, '__ci_last_regenerate|i:1577359654;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1577178831\";last_ip|s:12:\"65.18.115.94\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('k77p3llb8v7dbcv2806ggdvuqa4j4m86', '103.73.237.188', 1574769195, '__ci_last_regenerate|i:1574769195;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574749311\";last_ip|s:12:\"65.18.115.29\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kafcapt8ovu6f7q7vjb65ukirpj9cd1q', '65.18.115.115', 1576909250, '__ci_last_regenerate|i:1576909250;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kar56tel2e09n4v5vg1fdhoibfjnllop', '65.18.115.90', 1577020785, '__ci_last_regenerate|i:1577020785;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576985466\";last_ip|s:12:\"65.18.115.90\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kbf615uqvc6gdit9plv8rajbrlrld5uf', '65.18.127.7', 1576229706, '__ci_last_regenerate|i:1576229706;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576202299\";last_ip|s:12:\"65.18.127.31\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kbll19ra4jau8pdjspap5a8vr5u7t789', '65.18.123.28', 1575618227, '__ci_last_regenerate|i:1575618227;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575591258\";last_ip|s:12:\"65.18.123.28\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kc5drllttq2gjvpmtt0f1h5799u9s26q', '65.18.122.64', 1575367676, '__ci_last_regenerate|i:1575367676;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575340705\";last_ip|s:13:\"65.18.122.112\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kd3goq5jgvn6qv2tm1p7m14udmehgujt', '65.18.115.115', 1576905972, '__ci_last_regenerate|i:1576905972;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576863268\";last_ip|s:13:\"65.18.115.115\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kd75fl18gkp0ed1a58erdla1datjg4t5', '65.18.127.13', 1576496254, '__ci_last_regenerate|i:1576496254;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576471321\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kdatpq106pv8j60ecvrfn6lj121vseo6', '103.73.237.18', 1576156744, '__ci_last_regenerate|i:1576156744;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576118374\";last_ip|s:13:\"65.18.126.208\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kdnrgvievdat8n7cnmb3uqnsml1kklb9', '65.18.122.59', 1575557499, '__ci_last_regenerate|i:1575557499;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575540398\";last_ip|s:12:\"65.18.122.11\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kdofcuob9q5g8tuvtlt8eaieemtctrae', '65.18.115.71', 1576574125, '__ci_last_regenerate|i:1576574125;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kdub32oeaq02obj5792hqvgall82l22c', '65.18.115.94', 1577357818, '__ci_last_regenerate|i:1577357818;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kf0ao642i518oe7hsd9qrdibijs8cu7a', '65.18.127.71', 1576653429, '__ci_last_regenerate|i:1576653429;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kf2bailhbkjstuikh2ohbbmsetepej81', '65.18.123.231', 1575294593, '__ci_last_regenerate|i:1575294593;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575260107\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kff9isvfkbdto9ej2tpk55a3tngouu15', '65.18.127.15', 1576308203, '__ci_last_regenerate|i:1576308203;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576288902\";last_ip|s:12:\"65.18.127.63\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kgdv6td3p3s05amq85134snmls848go7', '65.18.115.90', 1576939728, '__ci_last_regenerate|i:1576939728;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kgebd3854lmmbtilr5601nh5gpe2o99v', '65.18.115.58', 1576221646, '__ci_last_regenerate|i:1576221646;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kgj9sgtdl18efc51f6u39gq4u5mr2cgh', '65.18.115.58', 1575783032, '__ci_last_regenerate|i:1575783032;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575778507\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kgn7q48dg4faqnhudde11a41g7dertbh', '65.18.115.58', 1576225155, '__ci_last_regenerate|i:1576225155;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kgpedgm9qh2fqjngortgngorrpk4rmq8', '103.73.236.248', 1577358587, '__ci_last_regenerate|i:1577358587;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577339492\";last_ip|s:11:\"65.18.120.5\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"17\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-26 12:21:38\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kgs5sd73iuk8jfdviumhf6q0mqqr795e', '65.18.115.58', 1576216583, '__ci_last_regenerate|i:1576216583;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ki5d149ssu31m35526gnm4udisaridjp', '65.18.115.58', 1576229013, '__ci_last_regenerate|i:1576229013;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kipk656109h3khnjilfvj0b5juu6seev', '103.73.237.118', 1575219686, '__ci_last_regenerate|i:1575219686;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kj85t1uhvomsdd4gousble236jtf0rgd', '65.18.115.118', 1574849279, '__ci_last_regenerate|i:1574849279;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574824781\";last_ip|s:13:\"65.18.115.118\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kjdo9cilasjilulj8cfuk4qs73qlaemo', '103.73.236.70', 1576928649, '__ci_last_regenerate|i:1576928649;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576901379\";last_ip|s:12:\"65.18.121.97\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"12\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-21 10:39:46\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kk0rooo7ohc0u0amkpcfct9utuditi02', '65.18.123.231', 1575277665, '__ci_last_regenerate|i:1575277665;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575206450\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kk9chsu9j85qa5ung0bupq21egf1tdp3', '103.73.236.135', 1576997925, '__ci_last_regenerate|i:1576997925;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576915114\";last_ip|s:13:\"103.73.236.70\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"13\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-22 09:33:28\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('klnnifbgnq01l67uk7iqibr22vfc1fdv', '65.18.115.58', 1576210517, '__ci_last_regenerate|i:1576210517;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('klo58ijcqlpm4ja9pfqbmnoceffdpmtq', '103.73.237.188', 1574762522, '__ci_last_regenerate|i:1574762522;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574749311\";last_ip|s:12:\"65.18.115.29\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('km2mmsbdgq1ql1u2amvc09eh9ou8l0rd', '65.18.123.148', 1575456505, '__ci_last_regenerate|i:1575456505;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575422164\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kmgj7c0t3u1ode35h2v23csavo2v313p', '65.18.127.104', 1575771666, '__ci_last_regenerate|i:1575771666;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575724930\";last_ip|s:13:\"65.18.126.202\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('korg84be6c9h4gqa68c242eaikd8lff0', '65.18.123.148', 1575455548, '__ci_last_regenerate|i:1575455548;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575422164\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kpr920ucedva19havpbsk1efj898d1rc', '103.73.237.188', 1574768487, '__ci_last_regenerate|i:1574768487;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574749311\";last_ip|s:12:\"65.18.115.29\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kq7qcfd3oirlthbknvbrdv9aqd502gt1', '65.18.120.82', 1576844525, '__ci_last_regenerate|i:1576844525;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576822128\";last_ip|s:15:\"103.217.156.207\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"11\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-20 09:08:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kqfv91dv68ep1bsqkka2qct03jcpms6f', '65.18.115.94', 1577350116, '__ci_last_regenerate|i:1577350116;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('krs4h7bl2jcdopq5gltdpktnqv03ae17', '65.18.123.148', 1575457774, '__ci_last_regenerate|i:1575457774;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575422164\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ksvq3e0msacoh427hg8i1pr2nen9r3t2', '65.18.126.155', 1576392048, '__ci_last_regenerate|i:1576392048;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kt6ui55evu2hhmj2eb6rm70uv6j79s0f', '65.18.122.88', 1575380559, '__ci_last_regenerate|i:1575380559;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kt90qkv44996rhsshesg9o532ff3oru4', '65.18.115.58', 1576216583, '__ci_last_regenerate|i:1576216583;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ktb08n9cg0e7r2nrqv2jduer8b7ilemv', '65.18.115.118', 1574846433, '__ci_last_regenerate|i:1574846433;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574824781\";last_ip|s:13:\"65.18.115.118\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ktlhgbsf52jpf6g36l72vcpr2kl5j6k4', '65.18.123.151', 1575192801, '__ci_last_regenerate|i:1575192801;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575119677\";last_ip|s:13:\"65.18.123.201\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ktu8a540jbh1gemvvj3sbtqdbgt8qnbp', '65.18.127.15', 1576331279, '__ci_last_regenerate|i:1576331203;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576327784\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kvs2fa4jj8947tvn7kr097m83vl8akfn', '65.18.123.231', 1575280840, '__ci_last_regenerate|i:1575280840;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575206450\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('l01359gvp68ed18sppcr45c29oa1hu7d', '65.18.123.201', 1575124747, '__ci_last_regenerate|i:1575124747;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('l0ddevbrmss5vldnhp8him5db6uk6b8a', '103.73.236.70', 1576925781, '__ci_last_regenerate|i:1576925781;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576901379\";last_ip|s:12:\"65.18.121.97\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"12\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-21 10:39:46\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('l0e1tcg3hnfklm66d1lhv6ed7gqmtfgq', '65.18.123.201', 1575121521, '__ci_last_regenerate|i:1575121521;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('l18m8eb8plunibr8acp2mvogmcg66ajt', '65.18.115.90', 1576939582, '__ci_last_regenerate|i:1576939582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('l198upnvspndofqikmvtsfo3slcgoh4m', '103.73.236.92', 1574852948, '__ci_last_regenerate|i:1574852726;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574823803\";last_ip|s:13:\"65.18.115.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('l2naqkmqf52uft39p35dkjvhern9dmi4', '103.73.237.83', 1577173862, '__ci_last_regenerate|i:1577173862;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577173231\";last_ip|s:13:\"103.73.237.83\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"15\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-24 10:25:36\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('l43v2hhtov8sgbfntki82umkk0l89sjq', '65.18.126.226', 1575687994, '__ci_last_regenerate|i:1575687994;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575641321\";last_ip|s:11:\"65.18.123.4\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('l4dokrgvlp5206d5qg6l05vsseblrl9f', '65.18.127.31', 1576203216, '__ci_last_regenerate|i:1576203216;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576139180\";last_ip|s:13:\"103.73.237.18\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('l4hqjck28igrpljqfcu5v63fm1kqufsp', '103.73.237.18', 1576149517, '__ci_last_regenerate|i:1576149517;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576118374\";last_ip|s:13:\"65.18.126.208\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('l4q0oj2j7es7u03bpbdvlhuo7sb3qi0j', '65.18.115.58', 1576162504, '__ci_last_regenerate|i:1576162459;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576147914\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('l59qgltq595irrdskjplgdsplt28qoiq', '65.18.127.31', 1576207107, '__ci_last_regenerate|i:1576207107;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576139180\";last_ip|s:13:\"103.73.237.18\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('l63lmod7pqcor03lglljs7l8hog0trui', '65.18.122.112', 1575352814, '__ci_last_regenerate|i:1575352657;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575291187\";last_ip|s:13:\"65.18.123.231\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('l7i6nuoi61iuo80frenmh4fcprs05esu', '65.18.115.71', 1576493105, '__ci_last_regenerate|i:1576493079;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576481410\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('l9jgbte42udlrt30rr563u62ovvf9esv', '65.18.115.58', 1575947153, '__ci_last_regenerate|i:1575947153;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575900118\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('l9ka0c87ded7fgnt3vmcer6bcgkdj9df', '103.73.236.248', 1577356414, '__ci_last_regenerate|i:1577356414;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577339492\";last_ip|s:11:\"65.18.120.5\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"17\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-26 12:21:38\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('l9qkho0dgt5099276dsl1hvvkmifgels', '65.18.126.155', 1576388018, '__ci_last_regenerate|i:1576388018;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lad1aqa9b8qb330j82l2dclma5dt1vdm', '65.18.115.58', 1575819618, 'identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575779010\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";__ci_last_regenerate|i:1575819618;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lal4m46ms3d7t08pas76edu70ngq6psf', '65.18.115.90', 1576939312, '__ci_last_regenerate|i:1576939312;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lapsldij98esh3l0tta8mfg28qfuap25', '65.18.123.148', 1575468806, '__ci_last_regenerate|i:1575468656;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575422164\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lb3048a2c62pvc02pdnm1uatqvofgig3', '65.18.115.90', 1576938984, '__ci_last_regenerate|i:1576938984;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576906804\";last_ip|s:13:\"65.18.115.115\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lb3ef9dfrqtf7m2icfrbntdde4954a5l', '65.18.126.151', 1575954684, '__ci_last_regenerate|i:1575954684;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575863397\";last_ip|s:13:\"65.18.126.247\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lbf4rit8m510jbjj63h4joap22044bvd', '65.18.115.90', 1576939214, '__ci_last_regenerate|i:1576939214;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lbljmpqnhrets54766qpo3ou50copmo8', '65.18.127.15', 1576307245, '__ci_last_regenerate|i:1576307245;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576288902\";last_ip|s:12:\"65.18.127.63\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lcrqvnjjq8m3j8c59sfpd8upa4acoso8', '65.18.115.90', 1576940307, '__ci_last_regenerate|i:1576940307;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ld2177afilfg5v7avm5rbekt0n7qnba2', '65.18.122.59', 1575559951, '__ci_last_regenerate|i:1575559908;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575540398\";last_ip|s:12:\"65.18.122.11\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ld7opod99jp5p4hq84njfcetnuu73qqr', '103.73.237.188', 1574766008, '__ci_last_regenerate|i:1574766008;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574749311\";last_ip|s:12:\"65.18.115.29\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ld92h6otdgbgvbg523avch14luvghsvs', '65.18.115.94', 1577359966, '__ci_last_regenerate|i:1577359966;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1577178831\";last_ip|s:12:\"65.18.115.94\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ldcqfd9j9hvutbumo8c6un0mof02ck5p', '65.18.115.71', 1576568674, '__ci_last_regenerate|i:1576568674;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576489185\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('le9ld0j7jv5dsvq0je6hs55vkcrh9032', '65.18.115.115', 1576907556, '__ci_last_regenerate|i:1576907556;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('leja4jtmt536t6s20vj0ejj34tvs4vol', '101.89.29.97', 1574946994, '__ci_last_regenerate|i:1574946992;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lfo3l0vbmmafuh9u4mosl2dj9h4b6vgr', '103.73.237.118', 1575190870, '__ci_last_regenerate|i:1575190870;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575119677\";last_ip|s:13:\"65.18.123.201\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lfpgo6vbg6b51g34mno246p9gk4c54tv', '65.18.126.210', 1576749646, '__ci_last_regenerate|i:1576749646;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576726551\";last_ip|s:13:\"65.18.126.234\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"10\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-19 10:05:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lfqjhmk6mq9eur0u2emb8jhi3h6k7op3', '103.73.236.36', 1574931915, '__ci_last_regenerate|i:1574931889;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574920304\";last_ip|s:13:\"103.73.236.36\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('li4ihvoqtm3h3h407qfkusqrar92rj9t', '103.73.237.158', 1577186187, '__ci_last_regenerate|i:1577186187;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577173231\";last_ip|s:13:\"103.73.237.83\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"15\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-24 10:25:36\";rmspos|i:1;message|s:102:\"ရောင်းရန်အောင်မြင်စွာထည့်ပြီးပါပြီ\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('li7mfldop6v1hsl7deu57is7ptj96i4b', '65.18.127.104', 1575765193, '__ci_last_regenerate|i:1575765193;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575724930\";last_ip|s:13:\"65.18.126.202\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lif28auh52647um864pal9f6uljg3jvt', '65.18.127.31', 1576205055, '__ci_last_regenerate|i:1576205055;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576139180\";last_ip|s:13:\"103.73.237.18\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lk1ufsppbsa4fbk0ggtnbs4evkqeps8r', '65.18.123.144', 1575000889, '__ci_last_regenerate|i:1575000885;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574990310\";last_ip|s:13:\"65.18.123.144\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lla3qq8n0ead8on1mo6jnsqu7op5qcrv', '65.18.115.90', 1576939239, '__ci_last_regenerate|i:1576939239;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lmt8aj49vjmoj2b11m4f93dckoedbg9g', '65.18.126.247', 1575886310, '__ci_last_regenerate|i:1575886310;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575790881\";last_ip|s:12:\"65.18.127.80\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lnjc10jtvt3ta9t9poivgj03bnaeussp', '103.73.236.70', 1576928340, '__ci_last_regenerate|i:1576928340;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576901379\";last_ip|s:12:\"65.18.121.97\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"12\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-21 10:39:46\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lnnuts5708orcl3ouhabp6tlc0gtqlq4', '65.18.126.155', 1576388987, '__ci_last_regenerate|i:1576388987;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lnqud820608pcgmmvelnt01gq737ef3u', '65.18.127.63', 1576293871, '__ci_last_regenerate|i:1576293871;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576288806\";last_ip|s:12:\"65.18.127.63\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lo5ipmr0seo522h9mbdq8pnk9mce92le', '103.73.236.248', 1577446897, '__ci_last_regenerate|i:1577446897;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577428124\";last_ip|s:14:\"103.73.236.248\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"18\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-27 10:29:10\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lofec576h42keoudlg9ba0bc4ne55ah6', '65.18.115.115', 1576907485, '__ci_last_regenerate|i:1576907485;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('log2jjj4kl3sd9gjm92qupavh6g21qve', '65.18.123.28', 1575599533, '__ci_last_regenerate|i:1575599533;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575552243\";last_ip|s:12:\"65.18.122.59\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('looji1cg7j38nh0ti0k9n72gel794hbr', '65.18.115.58', 1576050792, '__ci_last_regenerate|i:1576050792;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575966431\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";rmspos|i:1;message|s:102:\"ရောင်းရန်အောင်မြင်စွာထည့်ပြီးပါပြီ\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('louubepfl2hjh7il046h0k9pqjj19nao', '65.18.127.71', 1576661428, '__ci_last_regenerate|i:1576661428;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576549161\";last_ip|s:13:\"65.18.126.128\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"9\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-18 09:22:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lp0v7uijo74arl9848g9nbe5dsbcv3dt', '65.18.123.148', 1575446255, '__ci_last_regenerate|i:1575446255;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575422164\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lqobrdlgqlmth0g319g5qtkqpvgrmupm', '65.18.127.71', 1576667920, '__ci_last_regenerate|i:1576667920;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576549161\";last_ip|s:13:\"65.18.126.128\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"9\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-18 09:22:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lrtq6o11vmrc070hljiqfd391u92hgvv', '65.18.115.88', 1574954572, '__ci_last_regenerate|i:1574954572;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574846063\";last_ip|s:13:\"65.18.115.118\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lshho2pnjhrfbo1rv3fi72bqhro7n1e5', '65.18.123.201', 1575120018, '__ci_last_regenerate|i:1575120018;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lskipg0q2abrrmfhn34618ejsmig5cla', '65.18.115.29', 1574761777, '__ci_last_regenerate|i:1574761777;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574748934\";last_ip|s:12:\"65.18.115.29\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|i:1;has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lu421i64fv7m5oj1d5vcrqrbjcen7nne', '103.73.237.83', 1577176840, '__ci_last_regenerate|i:1577176840;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577173231\";last_ip|s:13:\"103.73.237.83\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"15\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-24 10:25:36\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lu7jt7cjk9cvv035su60ur0kagfvhkjf', '65.18.115.58', 1576039910, '__ci_last_regenerate|i:1576039910;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lu8sfjhrmc0vbfvfivqafg8kq9166i8o', '65.18.115.58', 1575790311, '__ci_last_regenerate|i:1575790311;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575778507\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('luc2jl29upud7eqp6004032tavh8jlfp', '65.18.115.94', 1577360033, '__ci_last_regenerate|i:1577360033;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('luvnm20tsipkjpa5jtc1ik0rlkkg07p1', '65.18.115.58', 1576211604, '__ci_last_regenerate|i:1576211604;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('m04u9lgfjjlm00rkfg7eopsmppoq08ut', '65.18.115.58', 1576390143, '__ci_last_regenerate|i:1576390143;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('m1v6vcvnmo6t16moihf45kcvlct0g2ic', '65.18.115.90', 1576939946, '__ci_last_regenerate|i:1576939946;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('m28qrouip44hono3tnce6kt86jg2fefg', '65.18.115.29', 1574762709, '__ci_last_regenerate|i:1574762709;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574748934\";last_ip|s:12:\"65.18.115.29\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|i:1;has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('m2mbrharg741j569bp0ne5hrbgtovrr3', '65.18.123.28', 1575592188, '__ci_last_regenerate|i:1575592188;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575552243\";last_ip|s:12:\"65.18.122.59\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('m36ohkeu9esrekqeqhpkfgf6vkou7vef', '103.73.236.248', 1577357017, '__ci_last_regenerate|i:1577357017;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577339492\";last_ip|s:11:\"65.18.120.5\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"17\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-26 12:21:38\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('m3qmqkvlvtiiaqbfo12ohv3akovblik8', '65.18.115.90', 1576990524, '__ci_last_regenerate|i:1576990524;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('m4ngcgcvcran2pktc7e6n4ajon597hur', '65.18.115.90', 1576939521, '__ci_last_regenerate|i:1576939521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('m4qnjonb4euont2paeqvmqod5vba5jd2', '65.18.126.155', 1576397791, '__ci_last_regenerate|i:1576397791;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('m5pdnuf1n3o5l0hgtc116tktla3rl2uf', '65.18.127.71', 1576654294, '__ci_last_regenerate|i:1576654294;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576549161\";last_ip|s:13:\"65.18.126.128\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"9\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-18 09:22:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('m7tntlgvaq7kdbf23kf71an0n7vcf56f', '65.18.115.58', 1576039910, '__ci_last_regenerate|i:1576039910;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('m8n4uhqhls2c19qqcplffnpodk9jtsmn', '103.73.237.118', 1575188646, '__ci_last_regenerate|i:1575188646;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575119677\";last_ip|s:13:\"65.18.123.201\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('m9cdo983j58m0hhtucs91lkscqcnh0dg', '65.18.115.58', 1575533128, '__ci_last_regenerate|i:1575533045;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575514533\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"3\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-05 14:34:33\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('m9ecgi783kob02o7vdtimeai3kkac3ts', '65.18.121.3', 1576984106, '__ci_last_regenerate|i:1576984106;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576915114\";last_ip|s:13:\"103.73.236.70\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"13\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-22 09:33:28\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('m9htrpgf8ls0u7k23gpckh9quu7586ib', '65.18.115.58', 1576390144, '__ci_last_regenerate|i:1576390144;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mab7le8ib9q43gbcmpetl29e70bmjelo', '65.18.115.58', 1576220078, '__ci_last_regenerate|i:1576220078;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mb36okg6pbb92inosui44tbiqil7sgu0', '103.73.237.212', 1577108689, '__ci_last_regenerate|i:1577108689;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577010823\";last_ip|s:14:\"103.73.236.135\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"14\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-23 09:15:32\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mb7daftdfd6p7s4ctdobum01t8v78f4q', '103.73.236.36', 1574920362, '__ci_last_regenerate|i:1574920253;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574912592\";last_ip|s:13:\"65.18.123.150\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mboc7d2eenm5c983qqu2aul3fqih52ar', '65.18.123.201', 1575128362, '__ci_last_regenerate|i:1575128362;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mbqf2q4sa5r8d99oj76nr9af7ll4scsu', '65.18.122.212', 1575041725, '__ci_last_regenerate|i:1575041725;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575000885\";last_ip|s:13:\"65.18.123.144\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mc5gpuov0437l8jss1ecc6spupclq1cc', '65.18.115.88', 1574946987, '__ci_last_regenerate|i:1574946987;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574846063\";last_ip|s:13:\"65.18.115.118\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|i:1;has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mcciet01k3fal2657n414s8bggagangq', '103.73.236.248', 1577360720, '__ci_last_regenerate|i:1577360720;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577339492\";last_ip|s:11:\"65.18.120.5\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"17\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-26 12:21:38\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mcig9lbj9iv33hvegk241smolo7j25sj', '103.73.237.118', 1575260711, '__ci_last_regenerate|i:1575260711;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575206450\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mcladgqf1d1rbl6qashg7fi933gqg5tm', '65.18.123.199', 1574824088, '__ci_last_regenerate|i:1574824088;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574819757\";last_ip|s:14:\"136.228.173.74\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('md38grnrqebqb4a5e8m87mf1cuutmvad', '103.73.237.18', 1576142278, '__ci_last_regenerate|i:1576142278;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576118374\";last_ip|s:13:\"65.18.126.208\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mdnbni78360mjiqdvptratqrdsbdbjam', '65.18.126.210', 1576753915, '__ci_last_regenerate|i:1576753915;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576726551\";last_ip|s:13:\"65.18.126.234\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"10\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-19 10:05:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('meeimios50lcd5fga04ihbuj4qej9vlv', '65.18.115.58', 1576212289, '__ci_last_regenerate|i:1576212289;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mf1i8e7fec1tfustqrqhmk20l5rpncg5', '103.73.236.135', 1576996109, '__ci_last_regenerate|i:1576996109;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576915114\";last_ip|s:13:\"103.73.236.70\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"13\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-22 09:33:28\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mg9f9pgf3tvr14q4ipcup00e8jh8ud2l', '65.18.126.155', 1576386995, '__ci_last_regenerate|i:1576386995;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mgkk68u7o200ke9ai3s7eor826bgah6c', '65.18.123.144', 1574990699, '__ci_last_regenerate|i:1574990638;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574951662\";last_ip|s:12:\"65.18.123.35\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mhiu1svi2g638vqrp0m9faigis2bup85', '65.18.122.11', 1575543748, '__ci_last_regenerate|i:1575543529;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575532476\";last_ip|s:12:\"65.18.122.35\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mhu9p8um1s34op9ofnetlv6jfuh8li1c', '65.18.115.115', 1576909016, '__ci_last_regenerate|i:1576909016;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mj0p3ln6k8fo0pisehalnfrim699gpho', '65.18.123.199', 1574825344, '__ci_last_regenerate|i:1574825344;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574819757\";last_ip|s:14:\"136.228.173.74\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mjnv7ntcu7js4n98ohf6923f8jjf3m22', '103.73.236.135', 1577085654, '__ci_last_regenerate|i:1577085654;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577010823\";last_ip|s:14:\"103.73.236.135\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"14\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-23 09:15:32\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mk0t9e0115m51sacnlon3u7cjr4o98c6', '65.18.122.169', 1575300874, '__ci_last_regenerate|i:1575300737;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575260107\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mk7mpbocmghs5hd7q8nh32idrjn4br3t', '103.73.236.70', 1576929946, '__ci_last_regenerate|i:1576929929;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576901379\";last_ip|s:12:\"65.18.121.97\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";message|s:28:\"Register successfully closed\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ml3ounks0nf2vipeac24p419d2hgse3k', '65.18.126.151', 1575953297, '__ci_last_regenerate|i:1575953297;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575863397\";last_ip|s:13:\"65.18.126.247\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mlsvfe5rocs2v542o5a2bbanr0a3vm3j', '103.73.236.135', 1577087575, '__ci_last_regenerate|i:1577087575;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577010823\";last_ip|s:14:\"103.73.236.135\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"14\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-23 09:15:32\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mmiq92hs90q96atqica2r19r00csv8r3', '65.18.115.71', 1576466834, '__ci_last_regenerate|i:1576466834;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mmkrlnlaf7crlj4c8lf96huo39m125fi', '65.18.115.90', 1576938334, '__ci_last_regenerate|i:1576938334;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mmp9ieg8f6pemtbm5486npd677q1p52l', '65.18.122.88', 1575384465, '__ci_last_regenerate|i:1575384465;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575364413\";last_ip|s:12:\"65.18.122.64\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mmsin01e303eguql9ct2us3sf02p7aid', '65.18.123.201', 1575126026, '__ci_last_regenerate|i:1575126026;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mo2or933jicpooorjarlbg09v60hhs4m', '101.89.239.230', 1574946714, '__ci_last_regenerate|i:1574946714;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mo9v7a72frm4c4po5n3hgbqfnkqqiud7', '65.18.115.71', 1576466833, '__ci_last_regenerate|i:1576466833;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mokgigj1u8749jsn8h2pbjf8omptnc7e', '65.18.115.71', 1576466833, '__ci_last_regenerate|i:1576466833;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mood9c4dmlus533jpaj3ov62bvdfc4km', '65.18.126.247', 1575888352, '__ci_last_regenerate|i:1575888352;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575790881\";last_ip|s:12:\"65.18.127.80\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('morqds73af8dfeqj1pmi344h9e7vhldh', '65.18.115.90', 1577035361, '__ci_last_regenerate|i:1577035361;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576985466\";last_ip|s:12:\"65.18.115.90\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mpd4uf16f8p7iachnugrirbuijisfth4', '65.18.122.11', 1575542711, '__ci_last_regenerate|i:1575542711;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575532476\";last_ip|s:12:\"65.18.122.35\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mrba58vtq5u27ae2r49c2p35he7g8jam', '65.18.123.199', 1574846810, '__ci_last_regenerate|i:1574846810;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574823803\";last_ip|s:13:\"65.18.115.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mrt3mr953672jga2nu18nce96u5vjeb4', '65.18.115.58', 1576406752, '__ci_last_regenerate|i:1576406752;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576398529\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mt1uiif4h48v5calm8k02gs8igb9oqnr', '65.18.115.58', 1575868730, '__ci_last_regenerate|i:1575868730;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575843814\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mvsgjdscl27dnqd55akma3a3ji9660dq', '65.18.127.104', 1575776714, '__ci_last_regenerate|i:1575776714;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575724930\";last_ip|s:13:\"65.18.126.202\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('n0h418bcbekurpupns6qk7vcpmansfic', '65.18.115.90', 1576939986, '__ci_last_regenerate|i:1576939986;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576906804\";last_ip|s:13:\"65.18.115.115\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('n1qc0nkg6mmd5hcc3ac0umive4g9lgkr', '103.73.236.70', 1576915821, '__ci_last_regenerate|i:1576915821;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576914849\";last_ip|s:13:\"103.73.236.70\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"12\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-21 10:39:46\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('n1ufncq72uh1os21vls445r8gbdssas8', '65.18.127.15', 1576310707, '__ci_last_regenerate|i:1576310707;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576288902\";last_ip|s:12:\"65.18.127.63\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('n23sibftpajhf3uf1srf5av36aqd12ev', '65.18.122.64', 1575369935, '__ci_last_regenerate|i:1575369935;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575340705\";last_ip|s:13:\"65.18.122.112\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('n26qujvi74j6kj3tjlt81c5jv3hk6rv7', '65.18.115.90', 1576983435, '__ci_last_regenerate|i:1576983435;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('n3k5fn7h6cqm8rus7fmpkfnmum03490u', '65.18.126.128', 1576580440, '__ci_last_regenerate|i:1576580440;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576487844\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"8\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 08:49:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('n420tmknfghtiioa90p38ojf5i6t9grs', '65.18.123.28', 1575603796, '__ci_last_regenerate|i:1575603796;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575552243\";last_ip|s:12:\"65.18.122.59\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('n49nc7mgqueevuokhpeeq5piuvgll7sk', '65.18.115.115', 1576909268, '__ci_last_regenerate|i:1576909268;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('n55t3evtqnnmijv6i57kgs34de0vr1ab', '103.73.236.248', 1577358200, '__ci_last_regenerate|i:1577358200;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577339492\";last_ip|s:11:\"65.18.120.5\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"17\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-26 12:21:38\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('n7fmn6uni907etbvu882cchseths0ln2', '65.18.127.31', 1576212658, '__ci_last_regenerate|i:1576212658;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576139180\";last_ip|s:13:\"103.73.237.18\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";rmspos|i:1;message|s:102:\"ရောင်းရန်အောင်မြင်စွာထည့်ပြီးပါပြီ\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('n7moosbibkcjcuda4kdtvgi8h39aslu8', '103.73.237.188', 1574765610, '__ci_last_regenerate|i:1574765610;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574749311\";last_ip|s:12:\"65.18.115.29\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('n81rpf5i60374pd93ilg0bh1tmok8760', '65.18.115.58', 1575864421, '__ci_last_regenerate|i:1575864421;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575843814\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('n8aa1ccm5fft312ei14rp37p3oa1ua27', '65.18.115.115', 1576909016, '__ci_last_regenerate|i:1576909016;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('n8gspuvqkc15do63t0q92p3df83r21kg', '65.18.115.118', 1574849279, '__ci_last_regenerate|i:1574849279;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574824781\";last_ip|s:13:\"65.18.115.118\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('na3uv9vbn8c206k7am7tkl1aldqj2tdu', '65.18.115.71', 1576728165, '__ci_last_regenerate|i:1576728165;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('nbgbqrpr327m9svru70ghb7ggks7e04n', '65.18.115.58', 1575865677, '__ci_last_regenerate|i:1575865677;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575843814\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('nc8jvc14fjl8259e1odqnvb4hfn0t41u', '65.18.115.90', 1576939766, '__ci_last_regenerate|i:1576939766;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('nd3d6ovopr18e6ut9tgr02g43qirjl5c', '65.18.115.115', 1576907485, '__ci_last_regenerate|i:1576907485;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('nf1g6g0do1h9i99mlfnchknd2go8g0ls', '65.18.115.58', 1576220844, '__ci_last_regenerate|i:1576220844;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('nffdrdhego0fu1up7k1i8dor1gbj5beh', '65.18.115.58', 1576219787, '__ci_last_regenerate|i:1576219787;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ngckoiudpjoiij46mcgbt4287rta4acg', '65.18.126.155', 1576399468, '__ci_last_regenerate|i:1576399468;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ngfear7a8duhkps4059e1rb9fhqi4k9m', '65.18.115.58', 1576213470, '__ci_last_regenerate|i:1576213470;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('nhqn1pnpt71n9r2jpds207hp47cqoubj', '65.18.127.104', 1575766468, '__ci_last_regenerate|i:1575766468;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575724930\";last_ip|s:13:\"65.18.126.202\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('nhtvu9kgmb1ekis7bhmbbe1qvls2ruip', '65.18.115.58', 1576398526, '__ci_last_regenerate|i:1576398526;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('nj5l2vqmeatf2c6j3ifi1a4opsas631m', '65.18.123.231', 1575298321, '__ci_last_regenerate|i:1575298321;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('nkah6ssjffddpanr12il38r1fi4prl00', '65.18.115.94', 1577359734, '__ci_last_regenerate|i:1577359734;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('nkhdddijtq5klkgskli4sc3tflahi6cp', '65.18.123.28', 1575599198, '__ci_last_regenerate|i:1575599198;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575552243\";last_ip|s:12:\"65.18.122.59\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('nkjrcculqul75l8dljj62874chim0ag3', '65.18.115.90', 1577005932, '__ci_last_regenerate|i:1577005932;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('nm1ug9mpuh22vk6vad9h80pfe9hq9ur6', '65.18.115.94', 1577357818, '__ci_last_regenerate|i:1577357818;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('nm2sm0d3s60sspo6muqlbcb35na47894', '65.18.115.71', 1576568259, '__ci_last_regenerate|i:1576568259;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('nmofa5j9bbdhsb411oifeo7fvl73poht', '103.73.236.51', 1575789684, '__ci_last_regenerate|i:1575789684;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575764883\";last_ip|s:13:\"65.18.127.104\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('no4uc5bkkd4gh1qql3kf6g09hh7p7jc0', '65.18.115.58', 1576221813, '__ci_last_regenerate|i:1576221813;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('no558sobedlaoqgskr04ajvdhtlrbdi0', '103.73.237.118', 1575213439, '__ci_last_regenerate|i:1575213439;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('npfat0r7me635qjmqe9u65jj14b1o9rt', '65.18.115.94', 1577360033, '__ci_last_regenerate|i:1577360033;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('nqr49qnsfuj11qukntgih4rml1h8e36t', '65.18.127.15', 1576317534, '__ci_last_regenerate|i:1576317534;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576288902\";last_ip|s:12:\"65.18.127.63\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('nr6et6fil0hu2340r1bfjk26dk9p7bob', '65.18.115.115', 1576907486, '__ci_last_regenerate|i:1576907486;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('nrsfbunf8b5ue9jkg2i11jtopj7sdcsv', '65.18.115.90', 1576939200, '__ci_last_regenerate|i:1576939200;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('nsgjusrh15ic17fm602nr5olptlsb1l6', '65.18.126.151', 1575964421, '__ci_last_regenerate|i:1575964421;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575863397\";last_ip|s:13:\"65.18.126.247\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ntctcj52ci84as9vlv5n07a65e1grvmr', '65.18.115.58', 1576221771, '__ci_last_regenerate|i:1576221771;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('nthn3chtsdvuvabsp7ssnfoq27ftj71a', '65.18.123.28', 1575597697, '__ci_last_regenerate|i:1575597697;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575552243\";last_ip|s:12:\"65.18.122.59\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ntqn4nt5j91b7cb6rdc091smk21kshat', '65.18.115.58', 1576047766, '__ci_last_regenerate|i:1576047766;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575966431\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('nuf37b9mgedb11c4capckge3m9ppp9ug', '65.18.122.59', 1575558180, '__ci_last_regenerate|i:1575558180;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575540398\";last_ip|s:12:\"65.18.122.11\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('o27h980981f4jq12l3mr0hhvqt4cjeqj', '65.18.115.90', 1576938580, '__ci_last_regenerate|i:1576938580;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('o2u6ujgt09j0071jd47rua8nk6e5j17d', '65.18.126.155', 1576388680, '__ci_last_regenerate|i:1576388680;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('o363f6u2h7j3r1emq6vj528o144k06of', '65.18.126.226', 1575708282, '__ci_last_regenerate|i:1575708282;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575641321\";last_ip|s:11:\"65.18.123.4\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('o3is0esqb7v3gps5vil5pef539vvsrhd', '65.18.115.58', 1575878058, '__ci_last_regenerate|i:1575878058;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575863394\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('o3oo6au0i8oed4gfkdi9aor7knqj52m0', '65.18.127.31', 1576215831, '__ci_last_regenerate|i:1576215831;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576139180\";last_ip|s:13:\"103.73.237.18\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('o3pb4ae7bh67q7agtel0buqsi6aicpsj', '65.18.123.144', 1574990638, '__ci_last_regenerate|i:1574990638;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574951662\";last_ip|s:12:\"65.18.123.35\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('o3rqb5nej1kmd1dqms3cm7qh3t2tjn9s', '101.91.60.108', 1575788413, '__ci_last_regenerate|i:1575788412;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('o3u65i15dn8fip0a0acvgh0fuqguajr7', '103.73.237.118', 1575222550, '__ci_last_regenerate|i:1575222550;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('o4g9nkhaq7bu907okpfjge3hp32ljq2d', '65.18.115.90', 1576938177, '__ci_last_regenerate|i:1576938177;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('o4v6jdpkibd59dneaqjo83ojq8506ofg', '65.18.126.155', 1576389329, '__ci_last_regenerate|i:1576389329;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('o52i3rfjjakmcdqb1buhvvt2tj55bnbp', '65.18.122.212', 1575038767, '__ci_last_regenerate|i:1575038767;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575000885\";last_ip|s:13:\"65.18.123.144\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('o5mdt5bkik1fev0fnjleajb2i5gu40lv', '65.18.127.13', 1576493275, '__ci_last_regenerate|i:1576493275;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576471321\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('o66udsih5abgh5g1r60m6r90va4mq7ci', '65.18.115.94', 1577371781, '__ci_last_regenerate|i:1577371781;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1577350137\";last_ip|s:12:\"65.18.115.94\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('o75tf2re6r7ac9s435v3afu89uieemue', '65.18.123.199', 1574829084, '__ci_last_regenerate|i:1574829084;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574819757\";last_ip|s:14:\"136.228.173.74\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('o79okirseefupb0i6m3phqhplr7nlmn7', '65.18.115.71', 1576837804, '__ci_last_regenerate|i:1576837804;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('o7bau56ifbvpkbavpiggf5mtp4l9429u', '65.18.126.226', 1575708586, '__ci_last_regenerate|i:1575708586;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575641321\";last_ip|s:11:\"65.18.123.4\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('o8m59m8h47mgm3lnmn5clrlggjvfbmvi', '65.18.127.13', 1576493594, '__ci_last_regenerate|i:1576493594;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576471321\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('o9eu83jbv3a6h7o44cn182joh2urug44', '65.18.122.248', 1574771716, '__ci_last_regenerate|i:1574771637;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574749311\";last_ip|s:12:\"65.18.115.29\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('o9hgtgpf6kjpti81tv9fmi6ufe821nq5', '65.18.126.202', 1575729938, '__ci_last_regenerate|i:1575729938;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575683100\";last_ip|s:13:\"65.18.123.145\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('o9i8g2da2o2db1mnbhndlnc7gq3gaclr', '65.18.126.155', 1576386681, '__ci_last_regenerate|i:1576386681;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('oac7e8ucbsntjgdsfppnr07tutqfvr87', '65.18.115.58', 1576049897, '__ci_last_regenerate|i:1576049897;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575966431\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('oaic8ug62p7ju7m3dfgpqdl2m6p2q7m4', '65.18.126.202', 1575728753, '__ci_last_regenerate|i:1575728753;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575683100\";last_ip|s:13:\"65.18.123.145\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('oaqlnobu290ao9d2tn4ca0n9eohtrr4a', '65.18.115.90', 1576940217, '__ci_last_regenerate|i:1576940217;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ob0epndngcduvj701et5tin4b60id02n', '65.18.126.210', 1576748962, '__ci_last_regenerate|i:1576748962;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576726551\";last_ip|s:13:\"65.18.126.234\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"10\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-19 10:05:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('obpinge4vvrtgt8uhpgkt64cbv2vfm5e', '65.18.115.29', 1574763021, '__ci_last_regenerate|i:1574763021;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574748934\";last_ip|s:12:\"65.18.115.29\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|i:1;has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('obq0uuf1vue3gbm2hh1enci7g07ru6n1', '65.18.115.58', 1576389946, '__ci_last_regenerate|i:1576389946;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576318287\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ocrgu6d84nvoenlt8l45218fptubah71', '65.18.115.58', 1576234136, '__ci_last_regenerate|i:1576234136;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ocssa2krif52tkt0ihpcbamgeu6l83el', '65.18.123.201', 1575121830, '__ci_last_regenerate|i:1575121830;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('oebsppppbrurd2h1i5gme29c9schv11r', '65.18.115.115', 1576866464, '__ci_last_regenerate|i:1576866464;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576660358\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('oevpgjt9nrm8hqfqp8efjpja5emqtu1a', '136.228.173.201', 1577109795, '__ci_last_regenerate|i:1577109795;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577069121\";last_ip|s:14:\"103.73.236.135\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"14\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-23 09:15:32\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('oh5q6rd4ebmkv9jnp15cmpo8r2cvv7db', '65.18.115.90', 1576938929, '__ci_last_regenerate|i:1576938929;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('oh9luegp2cphoulbkli09rb8nn0lrqj3', '65.18.126.128', 1576571147, '__ci_last_regenerate|i:1576571147;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576487844\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"8\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 08:49:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('oi32pqm38p8u8tantabfhbg1gjrkn9e9', '65.18.126.151', 1575970208, '__ci_last_regenerate|i:1575970208;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575863397\";last_ip|s:13:\"65.18.126.247\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('oiv714vihan92akl18q9g3l3t6ul33lg', '65.18.127.15', 1576318674, '__ci_last_regenerate|i:1576318674;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576288902\";last_ip|s:12:\"65.18.127.63\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('oja54curn4emvluvs8sigvd5fcetbvdr', '65.18.115.58', 1576236898, '__ci_last_regenerate|i:1576236898;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ojlbaual1ffpn0d339kmhjqttq5eqp62', '65.18.123.148', 1575422148, '__ci_last_regenerate|i:1575422148;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('okjuk68aldfu5vp4elin1t8qjuesqnp9', '65.18.115.71', 1576728165, '__ci_last_regenerate|i:1576728165;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ol25er6tocspeie4d4u0bmev10mse9ek', '65.18.123.199', 1574828032, '__ci_last_regenerate|i:1574828032;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574819757\";last_ip|s:14:\"136.228.173.74\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('olcc9t55sjid5re2o460sr28dgvq6ftb', '65.18.123.4', 1575642272, '__ci_last_regenerate|i:1575642272;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575617918\";last_ip|s:12:\"65.18.123.28\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('olfjc8nsthnt587t38pe2o83g9p493ef', '65.18.122.11', 1575543529, '__ci_last_regenerate|i:1575543529;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575532476\";last_ip|s:12:\"65.18.122.35\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('olfuub0ptvgk4nk68uirkhk1mvoli4qv', '65.18.115.94', 1577359839, '__ci_last_regenerate|i:1577359839;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('om517brqgeir7jqomu2h6tva6i2sh8r5', '65.18.127.15', 1576330888, '__ci_last_regenerate|i:1576330888;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576327784\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('omn5ap5ffsga95id4oambju2tsv36oq0', '103.73.237.150', 1576904846, '__ci_last_regenerate|i:1576904777;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576828803\";last_ip|s:12:\"65.18.120.82\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"12\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-21 10:39:46\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('oncnrup73t4jhpuj6t90vhmav94irubh', '65.18.126.128', 1576572210, '__ci_last_regenerate|i:1576572210;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576487844\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"8\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 08:49:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('onrvca99icp1eru87p5lbmruiqa44m74', '65.18.115.90', 1576939541, '__ci_last_regenerate|i:1576939541;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('onv7122eurei6l8jobd9rrgmtiihhe9p', '103.73.237.188', 1574750693, '__ci_last_regenerate|i:1574750693;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ook8188a090g344su6fecb3h6gqtmpp6', '65.18.127.13', 1576496776, '__ci_last_regenerate|i:1576496776;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576471321\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('op553s2d6bjoigtmrvr4gtsa4v0atbp7', '65.18.126.247', 1575887413, '__ci_last_regenerate|i:1575887413;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575790881\";last_ip|s:12:\"65.18.127.80\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('opn5uq0p0l262v8m0tib1tq3qr68md3c', '65.18.120.82', 1576841682, '__ci_last_regenerate|i:1576841682;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576822128\";last_ip|s:15:\"103.217.156.207\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"11\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-20 09:08:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ops92ank4gdh54rq8onen265ffv83gkq', '103.73.237.83', 1577175745, '__ci_last_regenerate|i:1577175745;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577173231\";last_ip|s:13:\"103.73.237.83\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"15\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-24 10:25:36\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('oqpqei9r1buv0h1po1tl814ms1db2vqv', '65.18.126.171', 1576157045, '__ci_last_regenerate|i:1576157045;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576118374\";last_ip|s:13:\"65.18.126.208\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('orcvcr9ha67klgar8v8guhhvvad9b3tr', '65.18.126.247', 1575886729, '__ci_last_regenerate|i:1575886729;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575790881\";last_ip|s:12:\"65.18.127.80\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ose056jpi9s8ut774tv1g5ll1bllavea', '65.18.126.226', 1575702660, '__ci_last_regenerate|i:1575702660;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575641321\";last_ip|s:11:\"65.18.123.4\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ouqo0kl0pboer41hivl3aeee7m3dpenb', '65.18.126.151', 1575967863, '__ci_last_regenerate|i:1575967863;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575863397\";last_ip|s:13:\"65.18.126.247\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ovge1qm7pch31738044hejitat1apuj2', '65.18.123.199', 1574847176, '__ci_last_regenerate|i:1574847176;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574823803\";last_ip|s:13:\"65.18.115.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('p0nmr3mea97u9jrgeub8ljk0laj546lc', '65.18.115.58', 1576312829, '__ci_last_regenerate|i:1576312829;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576206954\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('p37ut3cmf2itsksamjtfqmn1g1aofqhk', '65.18.115.71', 1576466565, '__ci_last_regenerate|i:1576466565;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('p4b4qsj0vdkkaf1sdvl37h61epvjsv4f', '103.73.237.188', 1574762903, '__ci_last_regenerate|i:1574762903;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574749311\";last_ip|s:12:\"65.18.115.29\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('p4bj30jdfe14eroi14a5sg45cpmdl9m5', '65.18.115.94', 1577377019, '__ci_last_regenerate|i:1577372215;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1577350137\";last_ip|s:12:\"65.18.115.94\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('p4r9mmfml2sgun7sp5tr7f7jlt6ert84', '65.18.115.94', 1577419581, '__ci_last_regenerate|i:1577419581;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('p4uo3ddcc3rthmu6jgjcemv4hl8v1scp', '65.18.115.58', 1576321041, '__ci_last_regenerate|i:1576321032;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576308692\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('p56itpq5m3gjli0uc3vbdrq6cr4olkmq', '65.18.123.28', 1575619930, '__ci_last_regenerate|i:1575619930;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575591258\";last_ip|s:12:\"65.18.123.28\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('p57cth9ff6rluc225q1urgvkveehtnia', '65.18.115.90', 1576938886, '__ci_last_regenerate|i:1576938886;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('p6oafsjbegt5m54upf241cvnblen7v10', '65.18.115.58', 1575784274, '__ci_last_regenerate|i:1575784274;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575778507\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('p74236g5sgedfr92n824i48o91kut0e7', '65.18.120.82', 1576844874, '__ci_last_regenerate|i:1576844874;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576822128\";last_ip|s:15:\"103.217.156.207\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"11\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-20 09:08:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('p765bo476452dloie2ddkmngv39u7uvm', '65.18.126.155', 1576378929, '__ci_last_regenerate|i:1576378929;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('p7an4138b61vipqr8e55riionsjfcrvs', '65.18.115.90', 1577006866, '__ci_last_regenerate|i:1577006866;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('p7f8bide0baqdhj6ssh5uq72uqfbo9dg', '65.18.115.58', 1576220033, '__ci_last_regenerate|i:1576220033;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('p8qvhiqre40a9g4jgst7f760k36ojcdv', '65.18.123.28', 1575593139, '__ci_last_regenerate|i:1575593139;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575552243\";last_ip|s:12:\"65.18.122.59\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('p8s8908qvjck9r93o5m9vad1m29lrpt2', '65.18.115.71', 1576824445, '__ci_last_regenerate|i:1576824445;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('p9gmohi3n755fi8t6llit3221mhiv9hf', '65.18.126.234', 1576727242, '__ci_last_regenerate|i:1576727219;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576637520\";last_ip|s:12:\"65.18.127.71\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"10\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-19 10:05:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('p9j96hblulq46mr8l3gvhlq5sige5dl9', '65.18.123.148', 1575423109, '__ci_last_regenerate|i:1575423109;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575380262\";last_ip|s:12:\"65.18.122.88\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('p9vqcfc6jghj88ej26tp0iv978kn4kup', '65.18.120.5', 1577342364, '__ci_last_regenerate|i:1577342364;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577281092\";last_ip|s:13:\"65.18.120.145\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"17\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-26 12:21:38\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pa67tr162bmic5obdepbne9jet7qmek3', '65.18.126.210', 1576747299, '__ci_last_regenerate|i:1576747299;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576726551\";last_ip|s:13:\"65.18.126.234\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"10\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-19 10:05:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pa9vtkvv31hthfadegemg748kpisfmsu', '65.18.115.115', 1576865778, '__ci_last_regenerate|i:1576865778;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576660358\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pc3k6u3ndla2fkuofp3stm3hobdkb5ji', '65.18.127.104', 1575781885, '__ci_last_regenerate|i:1575781204;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575724930\";last_ip|s:13:\"65.18.126.202\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pcfvo08fh70lmab25ak9qrp19slk6ct9', '65.18.126.155', 1576387304, '__ci_last_regenerate|i:1576387304;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pd1qc0qr80aq60roel1nbndsferdlk70', '65.18.115.90', 1576939582, '__ci_last_regenerate|i:1576939582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pdd3lq9n1ih1icbtd22oprt36iuoscnl', '65.18.115.58', 1576389635, '__ci_last_regenerate|i:1576389635;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576318287\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pdp49i1ev0cdooq1vcj8rgj78jtoicjv', '65.18.126.247', 1575864223, '__ci_last_regenerate|i:1575864223;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575790881\";last_ip|s:12:\"65.18.127.80\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pdrogo98mhk0j5mjafifoibve3mtbn31', '65.18.123.148', 1575423749, '__ci_last_regenerate|i:1575423748;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575380262\";last_ip|s:12:\"65.18.122.88\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pes8d7jh9fd6vsj135h93ngmg62mlr02', '65.18.115.58', 1575947568, '__ci_last_regenerate|i:1575947568;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575900118\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pf3onjpvotfrap3bg0ikfmpu1cmjv8nv', '103.73.237.18', 1576148024, '__ci_last_regenerate|i:1576148024;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576118374\";last_ip|s:13:\"65.18.126.208\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pffvmndff3s58srlc8i4ou6t8sv65pu7', '103.73.237.118', 1575273853, '__ci_last_regenerate|i:1575273853;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575206450\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pfvl601hab8bld4nad140bjq1ljkmt0p', '103.73.237.83', 1577176469, '__ci_last_regenerate|i:1577176469;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577173231\";last_ip|s:13:\"103.73.237.83\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"15\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-24 10:25:36\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pgi1i4to7tele0dohh3shbcf4ar3eoq3', '65.18.127.15', 1576330397, '__ci_last_regenerate|i:1576330397;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576327784\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pgu8l93j6jf3c19mnbafiagd5gvn26a1', '65.18.115.115', 1576909016, '__ci_last_regenerate|i:1576909016;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('phkqc7fu6juf4is4al3528i9f4shpf5n', '103.73.236.248', 1577445955, '__ci_last_regenerate|i:1577445955;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577428124\";last_ip|s:14:\"103.73.236.248\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"18\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-27 10:29:10\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pi8607ds3qoj09ioicqkab4mf68cdef8', '65.18.115.58', 1575947880, '__ci_last_regenerate|i:1575947880;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575900118\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pidiaiot117k3ffsk3nsb6unv53vc8u5', '65.18.126.202', 1575726776, '__ci_last_regenerate|i:1575726776;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575683100\";last_ip|s:13:\"65.18.123.145\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('piqu6bvgl5nc2un7mjqbjlomnpbf5iqe', '65.18.123.148', 1575467822, '__ci_last_regenerate|i:1575467822;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575422164\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pjkjunbqfvqg5nmn208d0u4mp05s9t22', '65.18.123.231', 1575281233, '__ci_last_regenerate|i:1575281155;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575206450\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pkhdrqv0m8rgvhlpi1rj2dspikc97us7', '65.18.126.226', 1575691872, '__ci_last_regenerate|i:1575691872;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575641321\";last_ip|s:11:\"65.18.123.4\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pkthddfcric90u114gfirvl5rspsaaqa', '65.18.122.212', 1575037482, '__ci_last_regenerate|i:1575037482;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575000885\";last_ip|s:13:\"65.18.123.144\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pl2ha2n9bdhlusr6q1c9rvspjo8gk422', '103.73.237.188', 1574768800, '__ci_last_regenerate|i:1574768800;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574749311\";last_ip|s:12:\"65.18.115.29\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pljpu5ib7nlmpnhqpg8nujsbv8n6plr2', '65.18.126.171', 1576157463, '__ci_last_regenerate|i:1576157463;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576118374\";last_ip|s:13:\"65.18.126.208\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('plqvsoaro04km1rspcee0bnj4jl8rvfh', '65.18.123.35', 1574953531, '__ci_last_regenerate|i:1574953531;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574950575\";last_ip|s:13:\"103.73.236.36\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pmfjjquv7at1bdkp76qssk8mvrk6t0q1', '65.18.115.71', 1576466834, '__ci_last_regenerate|i:1576466834;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pmqr82mu7ktqlcgcm597562dc8ba5o4b', '103.73.236.90', 1576124631, '__ci_last_regenerate|i:1576124631;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576056907\";last_ip|s:13:\"65.18.126.232\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('prq95bmbhg2nsbj7l3r0admufm1guhts', '65.18.127.104', 1575775647, '__ci_last_regenerate|i:1575775647;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575724930\";last_ip|s:13:\"65.18.126.202\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('prv6bp1b6r1kp21vf97e42p9le96j06n', '65.18.115.58', 1576389953, '__ci_last_regenerate|i:1576389953;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pt1rsgn2s1gasn4pjpaj4jocpjo50aoc', '103.73.237.118', 1575217757, '__ci_last_regenerate|i:1575217757;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pupsr2a4ugi8107svbrjfuk1p60t3pua', '103.73.236.70', 1576928014, '__ci_last_regenerate|i:1576928014;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576901379\";last_ip|s:12:\"65.18.121.97\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"12\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-21 10:39:46\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pv0oen2uppjrk4b38jsm81v59kas2ofo', '65.18.115.90', 1576939200, '__ci_last_regenerate|i:1576939200;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pv2s3u0eqdli41vgi6jq8iflvg9eqvra', '103.73.237.212', 1577101250, '__ci_last_regenerate|i:1577101250;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577010823\";last_ip|s:14:\"103.73.236.135\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"14\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-23 09:15:32\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pvacf3ptibo7o37df22514k9daa9dnrj', '65.18.126.210', 1576751595, '__ci_last_regenerate|i:1576751595;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576726551\";last_ip|s:13:\"65.18.126.234\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"10\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-19 10:05:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pvjsftl33p82ja2irn917i0f6mmkdbks', '65.18.127.31', 1576203533, '__ci_last_regenerate|i:1576203533;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576139180\";last_ip|s:13:\"103.73.237.18\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pvk2eum613ermlnq2mhkgfs4mm1il2fe', '65.18.123.201', 1575126721, '__ci_last_regenerate|i:1575126721;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('q01vup6478f0m8rjkr0i7l0e994g9rr8', '65.18.120.82', 1576812895, '__ci_last_regenerate|i:1576812895;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576736968\";last_ip|s:13:\"65.18.126.234\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"11\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-20 09:08:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('q08fgnorrfbm6vl32d0d3qvrmavm4fvu', '65.18.115.90', 1576938177, '__ci_last_regenerate|i:1576938177;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('q10sp8jc94kpshpckdtmid2hgj2lt6c5', '65.18.122.59', 1575511326, '__ci_last_regenerate|i:1575511326;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575445201\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('q2eliq8ul075r882qtippfgdc05hmea9', '65.18.115.90', 1577005262, '__ci_last_regenerate|i:1577005261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('q2k2jbks9igtc7ghn16b1psa5qocip4o', '65.18.126.247', 1575866590, '__ci_last_regenerate|i:1575866590;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575790881\";last_ip|s:12:\"65.18.127.80\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('q3m9jc5f238hrcvr3s25a0a6kbla8g5a', '65.18.126.155', 1576382799, '__ci_last_regenerate|i:1576382799;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('q4gh00rem0m1ocpd9sia3kcvkd6s720m', '65.18.115.90', 1577005986, '__ci_last_regenerate|i:1577005986;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('q4iea256h4du7hoav4gadsc1o3119oob', '65.18.126.202', 1575728445, '__ci_last_regenerate|i:1575728445;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575683100\";last_ip|s:13:\"65.18.123.145\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('q5a4hjchnsauhb64kc0s6cojla6m9jlc', '65.18.115.71', 1576576522, '__ci_last_regenerate|i:1576576522;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576489185\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('q5f1apf1796q6e5jfpf6c29adb3eit7q', '65.18.126.226', 1575704748, '__ci_last_regenerate|i:1575704748;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575641321\";last_ip|s:11:\"65.18.123.4\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('q5s2o0u3m57f4o0vmvekrdl4smboqj12', '136.228.173.183', 1574951122, '__ci_last_regenerate|i:1574951014;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574946653\";last_ip|s:15:\"136.228.173.183\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('q769hotc62mrt966d542nfvucfk9pv24', '65.18.126.210', 1576759800, '__ci_last_regenerate|i:1576759770;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576726551\";last_ip|s:13:\"65.18.126.234\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('q7k4680g8dnk212luqkajd513mlidtvm', '65.18.126.128', 1576568319, '__ci_last_regenerate|i:1576568319;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576487844\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"8\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 08:49:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('q8m68kmsv8l3qno8k8fic4a7bkiou53b', '65.18.115.71', 1576570932, '__ci_last_regenerate|i:1576570932;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576489185\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('q8qlj42alct7lrpecsa832rl1kds6fhj', '65.18.127.15', 1576294945, '__ci_last_regenerate|i:1576294945;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576288806\";last_ip|s:12:\"65.18.127.63\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qalitdqbf9dt2rm08s8e7vlvb6hierfl', '103.73.237.118', 1575264054, '__ci_last_regenerate|i:1575264054;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575206450\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qbicg8cqqqq5uj0idbf5jc1u7adkcl92', '103.217.156.207', 1576822190, '__ci_last_regenerate|i:1576822190;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qbp76meang5ebrhfogtn6a66o524keu6', '103.73.237.83', 1577177153, '__ci_last_regenerate|i:1577177153;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577173231\";last_ip|s:13:\"103.73.237.83\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"15\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-24 10:25:36\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qc9n63ftbjjqra3cg01i9biigcdths84', '65.18.115.71', 1576567805, '__ci_last_regenerate|i:1576567805;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576489185\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qdfhlsftmdu739kop945djhdbjqb83rd', '103.73.236.248', 1577443317, '__ci_last_regenerate|i:1577443317;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577428124\";last_ip|s:14:\"103.73.236.248\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"18\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-27 10:29:10\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qdrkgd3qkipjbs3rdv89guhac27q5kgd', '65.18.127.55', 1576227394, '__ci_last_regenerate|i:1576227394;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576202299\";last_ip|s:12:\"65.18.127.31\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qdvf6lmiu9f5qcarqhfis1n9jtgadfil', '65.18.127.13', 1576461951, '__ci_last_regenerate|i:1576461951;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576376715\";last_ip|s:13:\"65.18.126.155\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qf9d15mssvopkdb37it1cjppdg7pimvf', '65.18.115.58', 1576221771, '__ci_last_regenerate|i:1576221771;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qfl9tjhvf8bc56upbgnrhc78pgab9js0', '65.18.122.59', 1575553602, '__ci_last_regenerate|i:1575553602;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575540398\";last_ip|s:12:\"65.18.122.11\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qgtk537h1ue1732mqv7rrdehflad9r52', '65.18.123.28', 1575600210, '__ci_last_regenerate|i:1575600210;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575552243\";last_ip|s:12:\"65.18.122.59\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qh0ph3vgi3p5tque2mtnj0pp111e0nb0', '103.73.237.118', 1575186062, '__ci_last_regenerate|i:1575186062;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575119677\";last_ip|s:13:\"65.18.123.201\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qh5ef722nalhscggeoodqp3okhcsbncj', '103.73.236.70', 1576924895, '__ci_last_regenerate|i:1576924895;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576901379\";last_ip|s:12:\"65.18.121.97\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"12\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-21 10:39:46\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qho0ttm3fic6acnljilck580u7u875rq', '65.18.115.71', 1576574126, '__ci_last_regenerate|i:1576574126;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qj2cj3mhkbedqhqk3dq4umakqi0ogbvj', '65.18.115.58', 1575788868, '__ci_last_regenerate|i:1575788868;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575778507\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qj54g27gnqjrc6fa7j5usam6o5fhfm0s', '65.18.122.88', 1575380559, '__ci_last_regenerate|i:1575380559;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qjahnl7i401nq7utms6mafgo8eateu3i', '65.18.123.199', 1574826556, '__ci_last_regenerate|i:1574826556;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574819757\";last_ip|s:14:\"136.228.173.74\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qjjl4ms3tfviu8gukflrbjq8tfnnlls5', '103.73.237.118', 1575268778, '__ci_last_regenerate|i:1575268778;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575206450\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qkddpgd1b7312comt1anft0k9v9ose7v', '65.18.126.151', 1575955091, '__ci_last_regenerate|i:1575955091;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575863397\";last_ip|s:13:\"65.18.126.247\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";rmspos|i:1;message|s:102:\"ရောင်းရန်အောင်မြင်စွာထည့်ပြီးပါပြီ\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qkon1l84t5f1uv16k8daddal0uhiomgm', '65.18.127.71', 1576642668, '__ci_last_regenerate|i:1576642668;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576549161\";last_ip|s:13:\"65.18.126.128\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"9\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-18 09:22:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qlnct71featpv6vio2a1qhhha69pu6ab', '65.18.115.90', 1577005932, '__ci_last_regenerate|i:1577005932;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qn7e8rmdloc6cnnrhj7mqmke53v4on95', '65.18.127.31', 1576204163, '__ci_last_regenerate|i:1576204163;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576139180\";last_ip|s:13:\"103.73.237.18\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qnve61bcsmqnvirubprm7bngh9spbhip', '65.18.115.90', 1576938354, '__ci_last_regenerate|i:1576938354;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qo4rp3jlikpatq2sp5i9o3a58lnma2hr', '65.18.126.247', 1575894152, '__ci_last_regenerate|i:1575894152;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575790881\";last_ip|s:12:\"65.18.127.80\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qpeug5l6n87an9bfv022856ubf76mb5a', '65.18.127.71', 1576652620, '__ci_last_regenerate|i:1576652620;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576549161\";last_ip|s:13:\"65.18.126.128\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"9\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-18 09:22:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qpnomgsrgppn5fdspsp4f5a9povnv82n', '103.73.237.118', 1575190469, '__ci_last_regenerate|i:1575190469;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575119677\";last_ip|s:13:\"65.18.123.201\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qq1er8pfdbl5r073u79dgqi6f2v4evom', '65.18.115.90', 1576939002, '__ci_last_regenerate|i:1576939002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qtorfi4vkencmuims3is0h82kig1cbmg', '65.18.115.90', 1576939311, '__ci_last_regenerate|i:1576939311;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qu0o2ga1pu2pu69gnckrdq9h2r0cssbi', '65.18.123.4', 1575631135, '__ci_last_regenerate|i:1575631135;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575591258\";last_ip|s:12:\"65.18.123.28\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qu941vgadudprnf3bk7abtsr6pag53g9', '103.73.237.188', 1574750693, '__ci_last_regenerate|i:1574750693;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qugi3n06b801m21tabslefn5k842tgoe', '65.18.123.201', 1575121216, '__ci_last_regenerate|i:1575121216;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('quich9dn3s4g29g04rct8athe6nf07hk', '65.18.126.210', 1576759770, '__ci_last_regenerate|i:1576759770;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576726551\";last_ip|s:13:\"65.18.126.234\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('quta38t6bua1ivjre0gk7nd7nkndhnu1', '65.18.122.64', 1575369328, '__ci_last_regenerate|i:1575369328;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575340705\";last_ip|s:13:\"65.18.122.112\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qv6ec5057j3hi709erbsqubnraivbdql', '65.18.115.94', 1577440208, '__ci_last_regenerate|i:1577440207;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('r0cs897p6i0gmsphsn4kughum8q8jh7g', '65.18.122.112', 1575350306, '__ci_last_regenerate|i:1575350306;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575291187\";last_ip|s:13:\"65.18.123.231\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('r17amhrub2klvq4msh90asdlmfg6en9d', '65.18.123.35', 1574952834, '__ci_last_regenerate|i:1574952834;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574950575\";last_ip|s:13:\"103.73.236.36\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('r2aoeem9ba1s47cdu0vl8kjenqp5848t', '136.228.173.201', 1577163601, '__ci_last_regenerate|i:1577160024;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577108872\";last_ip|s:14:\"103.73.237.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"15\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-24 10:25:36\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('r2niidovstqk9mvvphhsjp84nrqtvvap', '65.18.126.226', 1575707285, '__ci_last_regenerate|i:1575707285;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575641321\";last_ip|s:11:\"65.18.123.4\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('r3ov75mnglm4mqkevk291f7mpg9vlhjb', '65.18.126.208', 1576124313, '__ci_last_regenerate|i:1576124313;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576056907\";last_ip|s:13:\"65.18.126.232\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('r6s844l7naag9ul4e3eigos8o3ugokqv', '65.18.115.58', 1575883257, '__ci_last_regenerate|i:1575883257;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575863394\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('r8grkts36jq0i22pn5kjbm0g5uc97udm', '65.18.126.247', 1575866244, '__ci_last_regenerate|i:1575866244;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575790881\";last_ip|s:12:\"65.18.127.80\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ra5bbkrdi674ukue4rtgqv999b8tennf', '65.18.115.29', 1574761469, '__ci_last_regenerate|i:1574761469;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574748934\";last_ip|s:12:\"65.18.115.29\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|i:1;has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ra8bjfn1t2uoblan139bos9c9qq2huv8', '65.18.115.115', 1576907402, '__ci_last_regenerate|i:1576907402;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ra8u6652kiaptiu6d1c5vtpsuf5t0hp9', '65.18.115.58', 1575781228, '__ci_last_regenerate|i:1575781228;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575778507\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('radchrfgjc6tnvdvd5od2kngu9g4e5ji', '136.228.173.78', 1577284613, '__ci_last_regenerate|i:1577284613;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577173259\";last_ip|s:13:\"103.73.237.83\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"16\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-25 20:08:18\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rafr7ve2gocvq5bvi4inopdl85mb8hmp', '136.228.173.201', 1577110758, '__ci_last_regenerate|i:1577110758;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577069121\";last_ip|s:14:\"103.73.236.135\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ragettg2r51o35ekv18sb4trpr6punkm', '65.18.126.155', 1576401308, '__ci_last_regenerate|i:1576401308;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rb2drh25nl9ts30km8drj4aupt7qv8de', '103.73.237.87', 1575181149, '__ci_last_regenerate|i:1575181149;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rb6jkdk9ptaavo7lbosdei43b19piago', '65.18.115.94', 1577440208, '__ci_last_regenerate|i:1577440208;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rccvs7ic893omvivc7dl80soolsjtd5l', '65.18.115.115', 1576868170, '__ci_last_regenerate|i:1576868170;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576660358\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rd79v4j0q0m9til7cphj5g2e5unqojqp', '65.18.123.231', 1575294254, '__ci_last_regenerate|i:1575294254;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575260107\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('redpp6917oihf271c9bpu328ql0c8j6k', '65.18.115.90', 1576939946, '__ci_last_regenerate|i:1576939946;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('reruus6cigcfeobg9pe8d4uuqpr8um2j', '65.18.115.94', 1577440207, '__ci_last_regenerate|i:1577440207;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('revrg6vsgoj9mupta5cb5mvsiqh1jopt', '65.18.115.58', 1576229619, '__ci_last_regenerate|i:1576229619;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rg26q5s5sksv8lftb0aa2p3psfo6fm41', '65.18.115.58', 1575782332, '__ci_last_regenerate|i:1575782332;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575778507\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rg74vocs4q7mu8obsorgkg9dlm9hpqce', '65.18.127.104', 1575766137, '__ci_last_regenerate|i:1575766137;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575724930\";last_ip|s:13:\"65.18.126.202\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('riv2terai0urs2tb52muej959n1enj2l', '65.18.115.58', 1576214550, '__ci_last_regenerate|i:1576214550;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('riv4837vd6dfabmr8u6upjogc0lttvc3', '65.18.115.115', 1576868732, '__ci_last_regenerate|i:1576868686;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576660358\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rjgb1kosgv77qlipj56lbtrprdia14ph', '65.18.122.212', 1575036551, '__ci_last_regenerate|i:1575036551;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575000885\";last_ip|s:13:\"65.18.123.144\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rjl7ak8eeh2jo73tq3jk1fg0t1ljf44e', '65.18.115.58', 1575790908, '__ci_last_regenerate|i:1575790908;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575778507\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";rmspos|i:1;message|s:102:\"ရောင်းရန်အောင်မြင်စွာထည့်ပြီးပါပြီ\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rl0qbfce0pbqrrna3daq1v2civvcpucg', '65.18.122.59', 1575553241, '__ci_last_regenerate|i:1575553241;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575540398\";last_ip|s:12:\"65.18.122.11\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rl36ud0jnfjs33h5ufs52bl9lmn4oteq', '65.18.115.94', 1577358811, '__ci_last_regenerate|i:1577358811;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1577178831\";last_ip|s:12:\"65.18.115.94\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rlrf62kqp998t5jqmo4p0p4idh25huu2', '65.18.115.58', 1576223890, '__ci_last_regenerate|i:1576223890;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rlrrrkpnnc1ptg9h4nbjjvt9spr76opv', '103.73.237.118', 1575212170, '__ci_last_regenerate|i:1575212170;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rm93arsfn0nvi38eahlvrk356bp6g5hm', '65.18.115.58', 1576229013, '__ci_last_regenerate|i:1576229013;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rmn2e057krolssfj6aljdl78jo9ddnha', '65.18.115.118', 1574847762, '__ci_last_regenerate|i:1574847762;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574824781\";last_ip|s:13:\"65.18.115.118\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rmpf2vpr5hq9vgnv5d8gq1o1t11hm7g6', '65.18.115.90', 1576940217, '__ci_last_regenerate|i:1576940217;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rnqtcsca5bbmsej2iv746l6046tpqhhb', '101.89.19.149', 1574820358, '__ci_last_regenerate|i:1574820358;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rosos9r9ejhp2d38m808aumu9mp1de3t', '65.18.115.118', 1574848121, '__ci_last_regenerate|i:1574848121;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574824781\";last_ip|s:13:\"65.18.115.118\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rttk864jf9423t43q7lc753e0gnkjtn6', '65.18.115.71', 1576837804, '__ci_last_regenerate|i:1576837804;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ru1d0ehdr8fje5nkanedm0vc4674k4dq', '65.18.115.90', 1576939311, '__ci_last_regenerate|i:1576939311;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ru7oijggrdgchj1ten8qbk1qc0bn00qu', '65.18.126.247', 1575884640, '__ci_last_regenerate|i:1575884640;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575790881\";last_ip|s:12:\"65.18.127.80\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rv174ogndrq92nm4kq46s84af07ieagr', '103.73.237.118', 1575268781, '__ci_last_regenerate|i:1575268781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rven2buk7qarvh02p8m78krrkcj2sghk', '65.18.123.148', 1575465289, '__ci_last_regenerate|i:1575465289;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575422164\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('s1gb8ucjq221q19of6see00vrsif7668', '65.18.127.31', 1576214774, '__ci_last_regenerate|i:1576214774;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576139180\";last_ip|s:13:\"103.73.237.18\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('s1hbdednle17k1vohavk5m4mnppuv74u', '65.18.115.58', 1575844194, '__ci_last_regenerate|i:1575844193;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575817768\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('s1o6rgovq6upikhd24av7hbhib5o3g2n', '65.18.115.90', 1576939871, '__ci_last_regenerate|i:1576939871;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('s287sp93r4a4lfa7c49ptdq7k1n56odp', '65.18.115.118', 1574833134, '__ci_last_regenerate|i:1574833134;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574823333\";last_ip|s:13:\"65.18.115.118\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('s2950it8hjo87lku2gsi9d0u943er904', '65.18.115.29', 1574760747, '__ci_last_regenerate|i:1574760747;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574748934\";last_ip|s:12:\"65.18.115.29\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|i:1;has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('s2vns07ne3q9k4hs56dn0lqtv08edshm', '65.18.115.58', 1576220444, '__ci_last_regenerate|i:1576220444;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('s32fr4barldim187dugm71bslo8nsqfk', '65.18.115.90', 1576986956, '__ci_last_regenerate|i:1576986956;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576983018\";last_ip|s:12:\"65.18.115.90\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;message|s:38:\"<p>You are successfully logged in.</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('s3jdq69m1bc9rrt71069tt07p0kqi5fo', '65.18.120.82', 1576812037, '__ci_last_regenerate|i:1576812037;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576736968\";last_ip|s:13:\"65.18.126.234\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"11\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-20 09:08:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('s43s5knsmh9k32f6ul8rcno80a02anv9', '65.18.115.94', 1577353014, '__ci_last_regenerate|i:1577353014;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1577178831\";last_ip|s:12:\"65.18.115.94\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('s577gtn8733g7k1p504tc2ptag8tfdfc', '65.18.115.58', 1575829386, 'identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575779010\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";__ci_last_regenerate|i:1575829386;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('s58n2sgt6apdbm1p48p74sd1cegpfbnc', '136.228.173.74', 1574820298, '__ci_last_regenerate|i:1574820148;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574750726\";last_ip|s:14:\"103.73.237.188\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('s5906attosff8dlrimsmaufb8ohb2fi5', '65.18.123.28', 1575598324, '__ci_last_regenerate|i:1575598324;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575552243\";last_ip|s:12:\"65.18.122.59\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('s64m6njj9tgts2o1bdsi0rb49jsd2po7', '65.18.123.231', 1575298320, '__ci_last_regenerate|i:1575298320;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('s6643ffk1ns07rdkqudocuino6ovv37k', '65.18.115.58', 1575901860, '__ci_last_regenerate|i:1575901860;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575876865\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('s702658uu4ohk3e3iavl95p8211j1cg6', '65.18.123.201', 1575122829, '__ci_last_regenerate|i:1575122829;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('s778rdn7b6hjbpsadvfekdt22oqks4sb', '65.18.115.58', 1575865329, '__ci_last_regenerate|i:1575865329;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575843814\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('s7hethcd47hihkkci3e3gugnfip1ta64', '65.18.123.28', 1575598013, '__ci_last_regenerate|i:1575598013;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575552243\";last_ip|s:12:\"65.18.122.59\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('s7t2clqnnc67t57246jrodhp884sofko', '65.18.115.90', 1576939181, '__ci_last_regenerate|i:1576939181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('s7ttru152frfi5r9jncin4bo8trdl3tq', '103.73.237.118', 1575211822, '__ci_last_regenerate|i:1575211822;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('s80mdklvigpp7t35cmipcd3dhhr7jvu7', '65.18.122.64', 1575368340, '__ci_last_regenerate|i:1575368340;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575340705\";last_ip|s:13:\"65.18.122.112\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('s8gevqvg5vc5i4vbm5rg0oj9hs35prk9', '65.18.123.145', 1575683760, '__ci_last_regenerate|i:1575683760;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575641321\";last_ip|s:11:\"65.18.123.4\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('s9bee9vtdcrgl3dh9dj98ldddfefoaeo', '65.18.122.59', 1575518685, '__ci_last_regenerate|i:1575518685;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575445201\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('sb1c4e37qf6bt3cc1qp5fm58saiolr3g', '103.73.236.248', 1577359113, '__ci_last_regenerate|i:1577359113;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577339492\";last_ip|s:11:\"65.18.120.5\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"17\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-26 12:21:38\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('sbkqe031blamv6u1jc606vg4r1u16q66', '103.73.236.70', 1576929618, '__ci_last_regenerate|i:1576929618;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576901379\";last_ip|s:12:\"65.18.121.97\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"12\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-21 10:39:46\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('sbl01emmh373ru4hq3q9j63ok72110gu', '65.18.127.15', 1576312009, '__ci_last_regenerate|i:1576312009;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576288902\";last_ip|s:12:\"65.18.127.63\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('scjl3maoir3kl5t1j9p1t10dem7s065i', '103.73.237.118', 1575208913, '__ci_last_regenerate|i:1575208913;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('scl9ebgat118gfa6q8510an47orqumra', '103.73.237.118', 1575209238, '__ci_last_regenerate|i:1575209238;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('sebud7gs1fc4138afi441kjqmk360n9f', '65.18.115.29', 1574755724, '__ci_last_regenerate|i:1574755724;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574748934\";last_ip|s:12:\"65.18.115.29\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|i:1;has_store_id|N;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('sf95bbq7hbe2mv7j4ctl9ekrgebf7gpm', '65.18.115.90', 1576939200, '__ci_last_regenerate|i:1576939200;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('sfoq55e70pq33gqlj81ari57vhj9tcn8', '65.18.115.115', 1576907557, '__ci_last_regenerate|i:1576907557;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('sgcf50aoq8s6317e2e4paa9itvseq408', '103.73.237.118', 1575221911, '__ci_last_regenerate|i:1575221911;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('sgedccaegugprkhkh24o8ruebdmt1mge', '65.18.115.71', 1576824444, '__ci_last_regenerate|i:1576824444;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('si1vi6jp44k1jaepsqr7tmnlil1hfopm', '69.160.29.224', 1576927506, '__ci_last_regenerate|i:1576927506;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('sicad575osctanfjulg104t76anpceuq', '65.18.127.13', 1576497206, '__ci_last_regenerate|i:1576497206;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576471321\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('sid5c1mr220b1jt13iilhd3o6l4lgd4s', '65.18.115.58', 1575820256, 'identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575779010\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";__ci_last_regenerate|i:1575820256;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('siko3rp1m2l2cvauctkapabs24ecmc7c', '136.228.173.201', 1577160024, '__ci_last_regenerate|i:1577160024;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577108872\";last_ip|s:14:\"103.73.237.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"15\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-24 10:25:36\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('sim81gek4r3op3ma8e9gjeqsmbh59346', '65.18.123.28', 1575618924, '__ci_last_regenerate|i:1575618924;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575591258\";last_ip|s:12:\"65.18.123.28\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('sj31g5mjqiac4patrcrlirkoci966tis', '65.18.122.64', 1575370142, '__ci_last_regenerate|i:1575369935;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575340705\";last_ip|s:13:\"65.18.122.112\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('sjt2sv8vdsmk72gf1o60mvg71fo1jdet', '69.160.29.224', 1576927506, '__ci_last_regenerate|i:1576927506;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('slkjnbuv56mem95505hg65dhrhm04782', '65.18.126.151', 1575953610, '__ci_last_regenerate|i:1575953610;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575863397\";last_ip|s:13:\"65.18.126.247\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('smjrl1mm9kj906og0fv2gjur2iadikat', '103.73.237.76', 1574864294, '__ci_last_regenerate|i:1574864294;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574852823\";last_ip|s:13:\"103.73.236.92\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('smkimu57137j9g16rlhlqqe7tif4b4uq', '65.18.122.169', 1575300071, '__ci_last_regenerate|i:1575300071;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575260107\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('snmqvrp5t8g9brrmrf6a440i76hg6p2d', '65.18.115.71', 1576728165, '__ci_last_regenerate|i:1576728165;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('snttn23n3i36q9n8828u0l2bbi8iksr4', '65.18.123.199', 1574833148, '__ci_last_regenerate|i:1574833148;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574819757\";last_ip|s:14:\"136.228.173.74\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('so2c27966fpmj7llv8p094etnpksaavk', '65.18.115.90', 1577006866, '__ci_last_regenerate|i:1577006866;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('sodrrtul0kq8mkicrflt62j2bsu608p2', '103.73.237.118', 1575190166, '__ci_last_regenerate|i:1575190166;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575119677\";last_ip|s:13:\"65.18.123.201\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('soglopensibosilb0nk7tbmclphp96qi', '65.18.126.226', 1575685310, '__ci_last_regenerate|i:1575685310;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575641321\";last_ip|s:11:\"65.18.123.4\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('sp331ekanqt79kjbdmu1n80d9rdrqm3u', '65.18.115.58', 1576229932, '__ci_last_regenerate|i:1576229932;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('sp89fpdgmn95jonvdio3tkrlc5ud5opn', '103.73.236.135', 1577011151, '__ci_last_regenerate|i:1577011151;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576983796\";last_ip|s:11:\"65.18.121.3\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"13\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-22 09:33:28\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('sp9ihd3eh95j1asjuk7d1v1mmvj527mq', '65.18.123.148', 1575466549, '__ci_last_regenerate|i:1575466549;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575422164\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('spe08o7a8g5drpaf7p20khfveqojk8ca', '65.18.126.155', 1576394797, '__ci_last_regenerate|i:1576394797;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('spgbpnr43biefhjdmn3rbvgihot6eedq', '65.18.115.94', 1577359734, '__ci_last_regenerate|i:1577359734;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('sr7c10a2gn0l004q2km5sajnfhg53pa7', '65.18.115.90', 1577033593, '__ci_last_regenerate|i:1577033593;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576985466\";last_ip|s:12:\"65.18.115.90\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('srhnqm91prb10emr5t2s99vgnq6ldh76', '65.18.127.13', 1576494588, '__ci_last_regenerate|i:1576494588;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576471321\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('sri1396h6t4vijpaiohm3v4hclvkfrhm', '65.18.115.58', 1575779304, '__ci_last_regenerate|i:1575779304;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575778507\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('srk3dd0v9674egdfn3525sk0k3p22uh4', '65.18.123.150', 1574919587, '__ci_last_regenerate|i:1574919582;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574863954\";last_ip|s:13:\"103.73.237.76\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('srog6hqav6mb11bfu8k7jev6dbsqfigf', '65.18.127.71', 1576651730, '__ci_last_regenerate|i:1576651730;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576549161\";last_ip|s:13:\"65.18.126.128\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"9\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-18 09:22:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('sruca9gbk1pti60iqidmc2c4990e9v62', '65.18.127.55', 1576223224, '__ci_last_regenerate|i:1576223224;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576202299\";last_ip|s:12:\"65.18.127.31\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('sss94ddq7hkc61rajacm18bnnj50rj2a', '103.73.237.83', 1577174909, '__ci_last_regenerate|i:1577174909;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577173231\";last_ip|s:13:\"103.73.237.83\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"15\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-24 10:25:36\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('st4gcq695brq62a9j28q9to59fgq5rmh', '65.18.115.118', 1574823776, '__ci_last_regenerate|i:1574823776;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574750078\";last_ip|s:12:\"65.18.115.29\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('strkq611fuq5k4kir5lieqd8p6556db6', '103.73.236.248', 1577356716, '__ci_last_regenerate|i:1577356716;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577339492\";last_ip|s:11:\"65.18.120.5\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"17\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-26 12:21:38\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('suk3p9jg3542tb69i8qv2tqi5m3a6cn9', '103.73.237.188', 1574765304, '__ci_last_regenerate|i:1574765304;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574749311\";last_ip|s:12:\"65.18.115.29\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('suo5qtnd6vfkks33kre5ujplvrdtdv2h', '136.228.173.201', 1577111115, '__ci_last_regenerate|i:1577111062;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577069121\";last_ip|s:14:\"103.73.236.135\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('susvvisgqhpt2qniiv0566vjq7ajh2qo', '103.73.236.248', 1577446575, '__ci_last_regenerate|i:1577446575;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577428124\";last_ip|s:14:\"103.73.236.248\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"18\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-27 10:29:10\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('svbsftcavj0478kg0er7lpon1tccjrj6', '65.18.115.29', 1574750491, '__ci_last_regenerate|i:1574750491;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574748934\";last_ip|s:12:\"65.18.115.29\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|i:1;has_store_id|N;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('svhl4oocmd6pe17i48i3flhr5bnnr0s3', '65.18.115.58', 1575783939, '__ci_last_regenerate|i:1575783939;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575778507\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('svud9it0p7fjchieuo7bv6oel7k6fene', '103.73.237.118', 1575262949, '__ci_last_regenerate|i:1575262949;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575206450\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('t0ek34hrb2gus7v7vgn0tu26130v2tdu', '65.18.115.88', 1575002231, '__ci_last_regenerate|i:1575002231;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574946714\";last_ip|s:12:\"65.18.115.88\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('t0rf5l94a8l868pl45glq1p1o17kli53', '65.18.126.226', 1575688295, '__ci_last_regenerate|i:1575688295;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575641321\";last_ip|s:11:\"65.18.123.4\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('t0vmd9fso7jcngfaqccpf30bbukjbo32', '65.18.126.155', 1576414492, '__ci_last_regenerate|i:1576414492;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('t10ko0gdn8a5afv7fec5ih87qd6i1l8p', '65.18.126.155', 1576406517, '__ci_last_regenerate|i:1576406517;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('t1ckafabsrvqir4mfm8phgt8a8tr2vps', '65.18.115.90', 1577005261, '__ci_last_regenerate|i:1577005261;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('t1kj5iq8d3vvsqpcrut0uhl19pua7rhr', '103.73.237.83', 1577185843, '__ci_last_regenerate|i:1577185843;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577173231\";last_ip|s:13:\"103.73.237.83\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"15\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-24 10:25:36\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('t1ua9jlg5n1prasou6hu50mrhun99kao', '103.73.237.118', 1575264437, '__ci_last_regenerate|i:1575264437;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575206450\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('t28sat9qet126n1p4s61iouhb7nh2mvl', '65.18.115.90', 1576938631, '__ci_last_regenerate|i:1576938631;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576906804\";last_ip|s:13:\"65.18.115.115\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('t2at08jm1qjuecn0r21jd11dmlgtqked', '65.18.115.90', 1576939520, '__ci_last_regenerate|i:1576939520;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('t2evsiih1qu1p1h8qgs0tr30ve66n89q', '65.18.115.58', 1576388066, '__ci_last_regenerate|i:1576388066;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576318287\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('t3ue68b66guk53io4u9ldjlb56o13bgj', '103.73.237.83', 1577173560, '__ci_last_regenerate|i:1577173560;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577173231\";last_ip|s:13:\"103.73.237.83\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"15\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-24 10:25:36\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('t44e9b6sm3kkce108g0s6r0bs6mpl77h', '65.18.122.212', 1575037169, '__ci_last_regenerate|i:1575037169;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575000885\";last_ip|s:13:\"65.18.123.144\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('t6htgt4b6odj4p3sd5c0p37fgd17ta5v', '65.18.115.71', 1576574099, '__ci_last_regenerate|i:1576574099;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576489185\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('t7slhd39kgtl6qs3sddor7clmtgkmjgo', '65.18.115.58', 1576233069, '__ci_last_regenerate|i:1576233069;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('t8sjsofken4av39jv4kkt11epd5gsuoj', '65.18.115.118', 1574833315, '__ci_last_regenerate|i:1574833134;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574823333\";last_ip|s:13:\"65.18.115.118\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('t96b4jhp41a2ub8a1p1r6bs7j6r7pdch', '65.18.115.90', 1576939728, '__ci_last_regenerate|i:1576939728;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('t96efurolg15h54e9q6hr1okou5kdhqf', '65.18.127.61', 1576503898, '__ci_last_regenerate|i:1576503898;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576471321\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('t9ea8kdkpjj6g48gvj24o751l6tpg2c3', '65.18.115.115', 1576905232, '__ci_last_regenerate|i:1576905232;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('t9kjt9hnl8naeem9o71dt1dva8n7vmu0', '65.18.126.155', 1576385662, '__ci_last_regenerate|i:1576385662;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ta9mgmmfntkv70gsba1u9q183frgigb9', '103.73.237.188', 1574764530, '__ci_last_regenerate|i:1574764530;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574749311\";last_ip|s:12:\"65.18.115.29\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ta9punhvvpm56b3fvegkpdv5noiv1oi9', '65.18.115.90', 1577034752, '__ci_last_regenerate|i:1577034752;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576985466\";last_ip|s:12:\"65.18.115.90\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('tapkm1qbtpra4ct41cl03meufttaojep', '65.18.115.94', 1577460310, '__ci_last_regenerate|i:1577460310;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1577371395\";last_ip|s:12:\"65.18.115.94\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('tat1ddlgijt7dapk67h83qoj92s2596s', '65.18.122.212', 1575034871, '__ci_last_regenerate|i:1575034871;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575000885\";last_ip|s:13:\"65.18.123.144\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('tb6atkv8ed5r0g5lmnhpdjcvd9vhgatk', '65.18.115.71', 1576568194, '__ci_last_regenerate|i:1576568194;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('tbvojj24002p3bng38m9t9bo8htbld2b', '65.18.127.71', 1576648738, '__ci_last_regenerate|i:1576648738;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576549161\";last_ip|s:13:\"65.18.126.128\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"9\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-18 09:22:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('tc2u8lj7bhp4atkeuv2ksjnmtgrrd1br', '103.73.237.118', 1575210188, '__ci_last_regenerate|i:1575210188;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('td8v7mm1f5vn1qcjc0r1288lkc6751b4', '65.18.126.247', 1575867452, '__ci_last_regenerate|i:1575867452;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575790881\";last_ip|s:12:\"65.18.127.80\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('tekj64hli3sf27pe90t7oeujlhu0ngl6', '65.18.126.155', 1576405769, '__ci_last_regenerate|i:1576405769;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('tem4r2va85rc8ghfru0t5v36efdjrvh8', '65.18.127.71', 1576657016, '__ci_last_regenerate|i:1576657016;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576549161\";last_ip|s:13:\"65.18.126.128\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"9\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-18 09:22:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('tf0oa9thnqv4k3hkm1c1t27jd1ug3g62', '65.18.126.210', 1576753602, '__ci_last_regenerate|i:1576753602;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576726551\";last_ip|s:13:\"65.18.126.234\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"10\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-19 10:05:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('tg0hg3cgn6hn85bn86u2fdhqq5bpa7le', '65.18.115.90', 1576990523, '__ci_last_regenerate|i:1576990523;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('tgobedvkk6la0tt6i68irkouescvlh36', '65.18.122.59', 1575510002, '__ci_last_regenerate|i:1575510002;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575445201\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('th3setsk1l2vklt823j4009df95euvr6', '65.18.126.155', 1576398182, '__ci_last_regenerate|i:1576398182;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('thlpndcngo3ls3edlufb267u7js475q4', '65.18.115.58', 1575789296, '__ci_last_regenerate|i:1575789296;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575778507\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('thuimlsl5sval60aej9j0oo4fi7otfjr', '65.18.115.58', 1576236966, '__ci_last_regenerate|i:1576236857;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('tjj2bugatfhbb46i5ag6lca5apm164qt', '65.18.126.171', 1576159438, '__ci_last_regenerate|i:1576159438;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576118374\";last_ip|s:13:\"65.18.126.208\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";rmspos|i:1;message|s:102:\"ရောင်းရန်အောင်မြင်စွာထည့်ပြီးပါပြီ\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('tjj3gu5vpkbo8j6m36bm4cn3e355tpdp', '65.18.122.59', 1575510321, '__ci_last_regenerate|i:1575510321;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575445201\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('tku2svd3epvp6hbc7r0ib16jreous2e3', '65.18.126.128', 1576562368, '__ci_last_regenerate|i:1576562368;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576487844\";last_ip|s:12:\"65.18.127.13\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"8\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-17 08:49:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('tl0k715cmjv1jakmshp1e278k3fd36gn', '65.18.123.199', 1574826883, '__ci_last_regenerate|i:1574826883;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574819757\";last_ip|s:14:\"136.228.173.74\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('tm0oon3sn3aonckj6lgc9bajnsv3t8of', '65.18.127.15', 1576328258, '__ci_last_regenerate|i:1576328258;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576306241\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('tmokegt790ag8l59rhus7anu8j25uper', '65.18.115.71', 1576837804, '__ci_last_regenerate|i:1576837804;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('to72ec8a8ji2n8rrirrrjo1n2r5qp5f2', '65.18.123.148', 1575422446, '__ci_last_regenerate|i:1575422446;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575380262\";last_ip|s:12:\"65.18.122.88\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('tp1a319jpn2pqep4vrm5jn01f4uhnfsa', '65.18.115.71', 1576728165, '__ci_last_regenerate|i:1576728165;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('tp74h8kbugdad0bcbsegvmqtjs4h2mg7', '65.18.115.90', 1576939215, '__ci_last_regenerate|i:1576939215;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('trnqm1tcjl959veo9k6q0f51st2uib35', '65.18.115.58', 1576236897, '__ci_last_regenerate|i:1576236897;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('tssktjffu2seno6pmnaub4tchffdd567', '65.18.115.71', 1576837804, '__ci_last_regenerate|i:1576837804;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('tto2ofvno2o29n76edg18lke57i04hg4', '65.18.115.29', 1574763934, '__ci_last_regenerate|i:1574763934;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574748934\";last_ip|s:12:\"65.18.115.29\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|i:1;has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('tu4j91op68088vc316hdlirtl4q7dd6g', '103.73.237.118', 1575261471, '__ci_last_regenerate|i:1575261471;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575206450\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('tvpiqij92dgda7dipt0aq4bq4gdm96jf', '65.18.115.58', 1576313388, '__ci_last_regenerate|i:1576313388;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576206954\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('u0mrt0n8aj264jbiuf0t3rkm6bsck4cf', '65.18.115.90', 1576985466, '__ci_last_regenerate|i:1576985466;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('u307d01hqk7v5samp0emfupg7apc7fpm', '65.18.122.212', 1575041542, '__ci_last_regenerate|i:1575041542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('u3pmvuv0eq6tt83cod1je4sdrjn1d9cu', '65.18.115.58', 1575882904, '__ci_last_regenerate|i:1575882904;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575863394\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('u42i3t2p6u6baekma89n3cjik58dqnq2', '65.18.126.210', 1576749314, '__ci_last_regenerate|i:1576749314;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576726551\";last_ip|s:13:\"65.18.126.234\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"10\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-19 10:05:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('u451qmni2g4nahb6dgdd93k3sg1mt7ku', '65.18.115.90', 1576939521, '__ci_last_regenerate|i:1576939521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('u49d585340d6i9quagiuc1b3932tdr87', '65.18.115.58', 1576213327, '__ci_last_regenerate|i:1576213327;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('u4bela94os3aq3qc45gja42j0ac86nk6', '65.18.122.59', 1575510671, '__ci_last_regenerate|i:1575510671;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575445201\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('u4q8ju27g48901iu6vp49h7gthq4n58l', '65.18.127.71', 1576659234, '__ci_last_regenerate|i:1576659234;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576549161\";last_ip|s:13:\"65.18.126.128\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"9\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-18 09:22:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('u53rg11clb0efa1jgg3it5tu0p9v772f', '103.73.236.248', 1577360753, '__ci_last_regenerate|i:1577360720;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577339492\";last_ip|s:11:\"65.18.120.5\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";error|s:62:\"Register is not opened, please open register with cash in hand\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('u5o7jafder3scjcaoc4lipr03791uvd1', '65.18.123.201', 1575131691, '__ci_last_regenerate|i:1575131446;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('u66s58isjplob5510e4gl33kf8ob5qid', '65.18.126.234', 1576726842, '__ci_last_regenerate|i:1576726842;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576637520\";last_ip|s:12:\"65.18.127.71\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"10\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-19 10:05:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('u71t2rpah88r1tqrdiuj3th3fi43bbrq', '65.18.115.88', 1574947576, '__ci_last_regenerate|i:1574947576;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1574846063\";last_ip|s:13:\"65.18.115.118\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"1\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-26 15:29:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('u7v3irtqneds2jnoarghutvjea9raurv', '103.73.236.135', 1577012518, '__ci_last_regenerate|i:1577012518;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576983796\";last_ip|s:11:\"65.18.121.3\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"13\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-22 09:33:28\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('u80lr73ftste0c423o88nlp0aq5atgbq', '65.18.127.104', 1575777369, '__ci_last_regenerate|i:1575777369;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575724930\";last_ip|s:13:\"65.18.126.202\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('u83fug9d4qbthvjea40ujd5pe2lq5pdf', '65.18.115.58', 1576228160, '__ci_last_regenerate|i:1576228160;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('u8dj9hd07sjc6rj68vjl3g1noo9u27g9', '103.73.237.212', 1577095387, '__ci_last_regenerate|i:1577095387;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577010823\";last_ip|s:14:\"103.73.236.135\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"14\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-23 09:15:32\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('u8fnshconpsd1fbqlvlc9hk8qqm11fpp', '65.18.123.231', 1575293260, '__ci_last_regenerate|i:1575293260;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575260107\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('u9uretn7jtu2nngjgigdhshf14a8n2bu', '65.18.115.115', 1576908647, '__ci_last_regenerate|i:1576908647;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576900323\";last_ip|s:13:\"65.18.115.115\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ua4fk75mhso3l2ien227ne3035fsf6fu', '65.18.127.15', 1576312487, '__ci_last_regenerate|i:1576312487;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576288902\";last_ip|s:12:\"65.18.127.63\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('uab49o92c3e1huinl7qu1c5k91vggh5n', '65.18.121.3', 1576986736, '__ci_last_regenerate|i:1576986736;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576915114\";last_ip|s:13:\"103.73.236.70\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"13\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-22 09:33:28\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('uc0mbo3hkifoisi7j9dc0rv887pkrvk2', '65.18.123.28', 1575597385, '__ci_last_regenerate|i:1575597385;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575552243\";last_ip|s:12:\"65.18.122.59\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('uc82epmsd1m2d2f62silkb7f75teuep2', '65.18.115.94', 1577358158, '__ci_last_regenerate|i:1577358158;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1577178831\";last_ip|s:12:\"65.18.115.94\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ucfg2p12hdgkckl9r8tue998vvcpcdof', '65.18.127.15', 1576330091, '__ci_last_regenerate|i:1576330091;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576327784\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ud0f0aj27ane6aaj7guaj9hmp9ioq76p', '65.18.115.90', 1576939542, '__ci_last_regenerate|i:1576939542;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('udhvi06psmre073e1jr7ov6adomu2vjp', '65.18.127.7', 1576230191, '__ci_last_regenerate|i:1576230191;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576202299\";last_ip|s:12:\"65.18.127.31\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('udku2mgeu4p0gq436at4j8alsh3qhm4c', '65.18.115.71', 1576568260, '__ci_last_regenerate|i:1576568260;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('uegj8q8vou0t72h40lnbht96633sgm6j', '65.18.126.226', 1575689217, '__ci_last_regenerate|i:1575689217;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575641321\";last_ip|s:11:\"65.18.123.4\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('uep848p0ch68b6p4j1te4t901mpg84i6', '65.18.115.94', 1577440208, '__ci_last_regenerate|i:1577440208;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('uft6419maf6slipt271fu7v0e8ltektn', '65.18.127.15', 1576328282, '__ci_last_regenerate|i:1576328258;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ugl5tp8d0utebls3quks821qbuegv7o1', '136.228.173.78', 1577284842, '__ci_last_regenerate|i:1577284613;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577173259\";last_ip|s:13:\"103.73.237.83\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";message|s:28:\"Register successfully closed\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ugn2f9f57sabjq90s2j8m3q5lrg09fna', '103.73.237.158', 1577186528, '__ci_last_regenerate|i:1577186528;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577173231\";last_ip|s:13:\"103.73.237.83\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"15\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-24 10:25:36\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('uh403ojo60vgl52fm526ajk57pbb7n59', '103.73.237.118', 1575214749, '__ci_last_regenerate|i:1575214749;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('uhab7u90pmkrksl9jlbijm8uikpjqshv', '65.18.123.148', 1575451544, '__ci_last_regenerate|i:1575451544;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575422164\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('uibn8pq72m3vid9o88nla71qea1cohvo', '65.18.115.58', 1576233391, '__ci_last_regenerate|i:1576233391;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576162459\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ujp1bchl1v47d970v3gi5dnkv74jggu2', '103.73.237.212', 1577109484, '__ci_last_regenerate|i:1577109484;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577069121\";last_ip|s:14:\"103.73.236.135\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"14\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-23 09:15:32\";rmspos|i:1;message|s:102:\"ရောင်းရန်အောင်မြင်စွာထည့်ပြီးပါပြီ\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('uk1bn3bmnspg7itibb780tjpi8ir5osa', '65.18.123.148', 1575466246, '__ci_last_regenerate|i:1575466246;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575422164\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ukseqjn7pcg93217a734f4u0qpjg7nos', '65.18.115.90', 1576939485, '__ci_last_regenerate|i:1576939485;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('un0uoo9t9rclhmv0sf96mhibm91c657i', '65.18.126.234', 1576727219, '__ci_last_regenerate|i:1576727219;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576637520\";last_ip|s:12:\"65.18.127.71\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"10\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-19 10:05:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ung5el7pqbfk06ss5bojfha0b5nuu4os', '65.18.115.90', 1576939583, '__ci_last_regenerate|i:1576939583;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('uqhiprt3bl3l9uli0c894jin5asm0mqq', '103.73.236.36', 1574931889, '__ci_last_regenerate|i:1574931889;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574920304\";last_ip|s:13:\"103.73.236.36\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('uqk9bm67c5q90sborfolkqqnf0t741vm', '65.18.115.58', 1576390636, '__ci_last_regenerate|i:1576390587;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576318287\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('uqr6fbqhub7pkqp4fuiq1u0vvssv3n5p', '65.18.115.94', 1577358566, '__ci_last_regenerate|i:1577358566;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('usac9ti5c8mm1fr943ditllmau9obo5n', '65.18.115.71', 1576574126, '__ci_last_regenerate|i:1576574126;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('usod9itpa94rpbbsslo700hasi4mm1pu', '65.18.122.11', 1575542375, '__ci_last_regenerate|i:1575542375;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575532476\";last_ip|s:12:\"65.18.122.35\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('utblufs9iia8osb70qb0ge27kg3dpjjo', '65.18.115.90', 1577071942, '__ci_last_regenerate|i:1577071942;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('utev8t7gensbgmkkv72u6m00h53d9mh0', '65.18.115.58', 1576220529, '__ci_last_regenerate|i:1576220529;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('uu200rs5m6j6u25fqan6e5f68md8sjq0', '103.73.237.188', 1574769553, '__ci_last_regenerate|i:1574769553;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574749311\";last_ip|s:12:\"65.18.115.29\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|i:1;has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('uvgc4ev7aci9mvlq7j31r0c9pv3bcfh7', '61.151.178.197', 1575788578, '__ci_last_regenerate|i:1575788575;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('uvs51g1pjiv8pnqfjn8g3f03950s4j90', '61.151.207.205', 1574946973, '__ci_last_regenerate|i:1574946973;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('uvuvnde3rauialrasr9fbrh2mb8ftt50', '136.228.173.201', 1577110103, '__ci_last_regenerate|i:1577110103;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577069121\";last_ip|s:14:\"103.73.236.135\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('v0bp9e0c6chusq280fl6fvs2al91ir7p', '65.18.115.58', 1575878406, '__ci_last_regenerate|i:1575878406;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575863394\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('v0rr1ao3a59abrsoo11l7idb0an4n224', '103.73.237.118', 1575208273, '__ci_last_regenerate|i:1575208273;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('v11kdfu6fn4d5764r6tpho0l9d8cal95', '65.18.123.231', 1575276738, '__ci_last_regenerate|i:1575276738;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575206450\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('v1gpfcm6gng805bp2nbeglilb2ulqas6', '65.18.115.58', 1576390260, '__ci_last_regenerate|i:1576390260;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576318287\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('v1jaap4lrcp2bqq4vpf7qcr62t6vius2', '65.18.115.71', 1576559023, '__ci_last_regenerate|i:1576559023;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576489185\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('v2bl23451c0hd1kd02e9s2hijnd9uaul', '65.18.127.55', 1576222912, '__ci_last_regenerate|i:1576222912;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576202299\";last_ip|s:12:\"65.18.127.31\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('v2u1s3j7n4v0eksbpvt7qk328fmf7270', '65.18.123.148', 1575465900, '__ci_last_regenerate|i:1575465900;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575422164\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('v4d32b1q9uagpn52tr475681vhlkcs79', '65.18.115.90', 1576939708, '__ci_last_regenerate|i:1576939708;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('v4gfot6j21p78qnhr29plh3gdfn2l89c', '65.18.123.199', 1574833591, '__ci_last_regenerate|i:1574833543;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574819757\";last_ip|s:14:\"136.228.173.74\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('v4mp98dehv2medusaes2tttei2jnpbhf', '65.18.127.13', 1576461439, '__ci_last_regenerate|i:1576461439;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576376715\";last_ip|s:13:\"65.18.126.155\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"7\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-15 18:51:37\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('v5t0n6rsjhq6h2a1f1t2vchtmlbkenrn', '65.18.126.155', 1576389685, '__ci_last_regenerate|i:1576389685;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('v61e36p5os6tjbldgnqcos0i7l234ttn', '65.18.123.148', 1575467510, '__ci_last_regenerate|i:1575467510;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575422164\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('v6j7f0irj48cako4fl24umr5n8ijj70i', '65.18.126.247', 1575880940, '__ci_last_regenerate|i:1575880940;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575790881\";last_ip|s:12:\"65.18.127.80\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";rmspos|i:1;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('v8kmvhc7smc4r36nman7vns4898qgua0', '65.18.115.58', 1575879794, '__ci_last_regenerate|i:1575879794;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575863394\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('v9nmioc0j6sq2eih8jrmijk90m9fr6in', '65.18.115.90', 1576938984, '__ci_last_regenerate|i:1576938984;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('va7c9b5uq86jo0fci3lc0cp8460jgveu', '65.18.115.58', 1576220033, '__ci_last_regenerate|i:1576220033;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vagi7gds9upeutppnc7qcqvo8u0cubrb', '65.18.115.90', 1576938353, '__ci_last_regenerate|i:1576938353;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vb822qrpkefcnltsmso5f9s1n2fi7rbh', '65.18.122.212', 1575036248, '__ci_last_regenerate|i:1575036248;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575000885\";last_ip|s:13:\"65.18.123.144\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vc6d2a5870dbrht5o8tcfb95ovaqg74n', '65.18.115.71', 1576567159, '__ci_last_regenerate|i:1576567159;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1576489185\";last_ip|s:12:\"65.18.115.71\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vc98d5sc08d6niqqm8cllt50be3g7g45', '103.73.237.118', 1575213797, '__ci_last_regenerate|i:1575213797;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vcrof169d1j2btgu8144ugnj5pluq8sf', '103.73.237.118', 1575189045, '__ci_last_regenerate|i:1575189045;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575119677\";last_ip|s:13:\"65.18.123.201\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vct50u8o9k0f08u5barp62omavc00r4a', '65.18.115.90', 1577005986, '__ci_last_regenerate|i:1577005986;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vdakrk8nt0r72hhnv7l7v0o11bfehii3', '65.18.115.90', 1576939708, '__ci_last_regenerate|i:1576939708;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vdpan3d9jcinpbbfkeuc55vq9sna1i32', '65.18.123.231', 1575293941, '__ci_last_regenerate|i:1575293941;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575260107\";last_ip|s:14:\"103.73.237.118\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vf3qi77ghv12ep0aov3upph6lhlnm22h', '103.73.236.90', 1576126289, '__ci_last_regenerate|i:1576126289;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576056907\";last_ip|s:13:\"65.18.126.232\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vgkarmkv9iimh42e13th8c0uet51edbp', '65.18.126.155', 1576383862, '__ci_last_regenerate|i:1576383862;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576328115\";last_ip|s:12:\"65.18.127.15\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vh5g97o7jfchfoadgk2blvfm1tqnuhdl', '65.18.123.148', 1575465593, '__ci_last_regenerate|i:1575465593;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575422164\";last_ip|s:13:\"65.18.123.148\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('virmqjd88vns3csl1iin2locektlrfco', '65.18.115.90', 1576939181, '__ci_last_regenerate|i:1576939181;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vjg1l0klahe9tktmonc7cdttsgg8f2p3', '65.18.126.247', 1575894576, '__ci_last_regenerate|i:1575894453;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575790881\";last_ip|s:12:\"65.18.127.80\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vjg68ukpvqtnql2cdg9ts71claaouomu', '103.73.236.135', 1577011847, '__ci_last_regenerate|i:1577011847;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576983796\";last_ip|s:11:\"65.18.121.3\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"13\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-22 09:33:28\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vk4uk4l32q4sjpq646nse8a4i7hfp2n0', '65.18.115.115', 1576909250, '__ci_last_regenerate|i:1576909250;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vk9j4m0qvv7bc5i37hds3vjnibnr9ia1', '65.18.122.59', 1575554637, '__ci_last_regenerate|i:1575554637;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575540398\";last_ip|s:12:\"65.18.122.11\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vkt5bq7db8f2kcg76drhlp0bibupov2m', '103.73.237.212', 1577099685, '__ci_last_regenerate|i:1577099685;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577010823\";last_ip|s:14:\"103.73.236.135\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"14\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-23 09:15:32\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vmfu1nn5bltk1hkss6jtlmu3hjavkc7j', '65.18.127.15', 1576327438, '__ci_last_regenerate|i:1576327438;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576288902\";last_ip|s:12:\"65.18.127.63\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"6\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-10 11:13:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vp8ituou02sojqgnfotlf4gm15g3no30', '103.73.237.118', 1575215371, '__ci_last_regenerate|i:1575215371;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575181164\";last_ip|s:13:\"103.73.237.87\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vpe9d2fmhe8usc2r54itobelutr8dsjt', '65.18.126.247', 1575891536, '__ci_last_regenerate|i:1575891536;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575790881\";last_ip|s:12:\"65.18.127.80\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vr1g34hbdhjt0hgb2aqjkabo0jtcbl4r', '65.18.115.58', 1576051889, '__ci_last_regenerate|i:1576051889;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575966431\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vrfhq3cnd7i56hdfu8ahmokbtfe2e540', '65.18.123.148', 1575422771, '__ci_last_regenerate|i:1575422771;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575380262\";last_ip|s:12:\"65.18.122.88\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vrfrvjoajhkj15v41nbjg3ijgq5nv28n', '65.18.120.82', 1576841056, '__ci_last_regenerate|i:1576841056;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576822128\";last_ip|s:15:\"103.217.156.207\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:2:\"11\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-20 09:08:47\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vrhgc384pobsvakgurb5iv911vsajnas', '65.18.115.90', 1576940308, '__ci_last_regenerate|i:1576940308;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vrno53crgrikv85o4a0f5pocu27ntfbm', '65.18.126.226', 1575693433, '__ci_last_regenerate|i:1575693433;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575641321\";last_ip|s:11:\"65.18.123.4\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vs7f912rmld0ised4hq9jahqljl721su', '65.18.126.226', 1575704279, '__ci_last_regenerate|i:1575704279;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575641321\";last_ip|s:11:\"65.18.123.4\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vs807rqs2bjs7r0alqfdjufo792i2krt', '65.18.127.71', 1576652276, '__ci_last_regenerate|i:1576652276;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576549161\";last_ip|s:13:\"65.18.126.128\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"9\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-18 09:22:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vtc5msjqs99kdatp0po5l5m3u49j00s0', '65.18.115.58', 1575863713, '__ci_last_regenerate|i:1575863713;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1575843814\";last_ip|s:12:\"65.18.115.58\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";store_id|s:1:\"1\";has_store_id|N;register_id|s:1:\"5\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-08 10:45:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vthn3c8feplpvhg69gpgftuq14evq8ru', '65.18.127.71', 1576654696, '__ci_last_regenerate|i:1576654696;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1576549161\";last_ip|s:13:\"65.18.126.128\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"9\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-18 09:22:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vtkq2ugn2rn838shubojd9gerareberr', '65.18.123.150', 1574913002, '__ci_last_regenerate|i:1574913002;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574863954\";last_ip|s:13:\"103.73.237.76\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vtoqm1n01svrupapoh9f3bu483ve9bae', '65.18.123.201', 1575124401, '__ci_last_regenerate|i:1575124401;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1575033843\";last_ip|s:13:\"65.18.122.212\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vut4le405fm4551s1828qcc19iiu3bbk', '65.18.123.35', 1574954510, '__ci_last_regenerate|i:1574954510;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1574950575\";last_ip|s:13:\"103.73.236.36\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.png\";gender|s:4:\"male\";group_id|s:1:\"2\";store_id|s:1:\"1\";has_store_id|s:1:\"1\";register_id|s:1:\"2\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-11-27 09:33:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vvh372n0omtt9mtdo4brraee3kmtck9a', '65.18.115.90', 1576939507, '__ci_last_regenerate|i:1576939507;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vvl67uh5amiqb4utn9tsj47u083vd7q8', '65.18.115.90', 1576938929, '__ci_last_regenerate|i:1576938929;');


#
# TABLE STRUCTURE FOR: tec_settings
#

DROP TABLE IF EXISTS `tec_settings`;

CREATE TABLE `tec_settings` (
  `setting_id` int(1) NOT NULL,
  `logo` varchar(255) NOT NULL,
  `site_name` varchar(55) NOT NULL,
  `tel` varchar(20) NOT NULL,
  `dateformat` varchar(20) DEFAULT NULL,
  `timeformat` varchar(20) DEFAULT NULL,
  `default_email` varchar(100) NOT NULL,
  `language` varchar(20) NOT NULL,
  `version` varchar(10) NOT NULL DEFAULT '1.0',
  `theme` varchar(20) NOT NULL,
  `timezone` varchar(255) NOT NULL DEFAULT '0',
  `protocol` varchar(20) NOT NULL DEFAULT 'mail',
  `smtp_host` varchar(255) DEFAULT NULL,
  `smtp_user` varchar(100) DEFAULT NULL,
  `smtp_pass` varchar(255) DEFAULT NULL,
  `smtp_port` varchar(10) DEFAULT '25',
  `smtp_crypto` varchar(5) DEFAULT NULL,
  `mmode` tinyint(1) NOT NULL,
  `captcha` tinyint(1) NOT NULL DEFAULT '1',
  `mailpath` varchar(55) DEFAULT NULL,
  `currency_prefix` varchar(3) NOT NULL,
  `default_customer` int(11) NOT NULL,
  `default_tax_rate` varchar(20) NOT NULL,
  `rows_per_page` int(2) NOT NULL,
  `total_rows` int(2) NOT NULL,
  `header` varchar(1000) DEFAULT NULL,
  `footer` varchar(1000) DEFAULT NULL,
  `bsty` tinyint(4) NOT NULL,
  `display_kb` tinyint(4) NOT NULL,
  `default_category` int(11) NOT NULL,
  `default_discount` varchar(20) NOT NULL,
  `item_addition` tinyint(1) NOT NULL,
  `barcode_symbology` varchar(55) DEFAULT NULL,
  `pro_limit` tinyint(4) NOT NULL,
  `decimals` tinyint(1) NOT NULL DEFAULT '2',
  `thousands_sep` varchar(2) NOT NULL DEFAULT ',',
  `decimals_sep` varchar(2) NOT NULL DEFAULT '.',
  `focus_add_item` varchar(55) DEFAULT NULL,
  `add_customer` varchar(55) DEFAULT NULL,
  `toggle_category_slider` varchar(55) DEFAULT NULL,
  `cancel_sale` varchar(55) DEFAULT NULL,
  `suspend_sale` varchar(55) DEFAULT NULL,
  `print_order` varchar(55) DEFAULT NULL,
  `print_bill` varchar(55) DEFAULT NULL,
  `finalize_sale` varchar(55) DEFAULT NULL,
  `today_sale` varchar(55) DEFAULT NULL,
  `open_hold_bills` varchar(55) DEFAULT NULL,
  `close_register` varchar(55) DEFAULT NULL,
  `java_applet` tinyint(1) NOT NULL,
  `receipt_printer` varchar(55) DEFAULT NULL,
  `pos_printers` varchar(255) DEFAULT NULL,
  `cash_drawer_codes` varchar(55) DEFAULT NULL,
  `char_per_line` tinyint(4) DEFAULT '42',
  `rounding` tinyint(1) DEFAULT '0',
  `pin_code` varchar(20) DEFAULT NULL,
  `stripe` tinyint(1) DEFAULT NULL,
  `stripe_secret_key` varchar(100) DEFAULT NULL,
  `stripe_publishable_key` varchar(100) DEFAULT NULL,
  `purchase_code` varchar(100) DEFAULT NULL,
  `kls_username` varchar(50) DEFAULT NULL,
  `theme_style` varchar(25) DEFAULT 'green',
  `after_sale_page` tinyint(1) DEFAULT NULL,
  `overselling` tinyint(1) DEFAULT '1',
  `multi_store` tinyint(1) DEFAULT NULL,
  `qty_decimals` tinyint(1) DEFAULT '2',
  `symbol` varchar(55) DEFAULT NULL,
  `sac` tinyint(1) DEFAULT '0',
  `display_symbol` tinyint(1) DEFAULT NULL,
  `remote_printing` tinyint(1) DEFAULT '1',
  `printer` int(11) DEFAULT NULL,
  `order_printers` varchar(55) DEFAULT NULL,
  `auto_print` tinyint(1) DEFAULT '0',
  `local_printers` tinyint(1) DEFAULT NULL,
  `rtl` tinyint(1) DEFAULT NULL,
  `print_img` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`setting_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

INSERT INTO `tec_settings` (`setting_id`, `logo`, `site_name`, `tel`, `dateformat`, `timeformat`, `default_email`, `language`, `version`, `theme`, `timezone`, `protocol`, `smtp_host`, `smtp_user`, `smtp_pass`, `smtp_port`, `smtp_crypto`, `mmode`, `captcha`, `mailpath`, `currency_prefix`, `default_customer`, `default_tax_rate`, `rows_per_page`, `total_rows`, `header`, `footer`, `bsty`, `display_kb`, `default_category`, `default_discount`, `item_addition`, `barcode_symbology`, `pro_limit`, `decimals`, `thousands_sep`, `decimals_sep`, `focus_add_item`, `add_customer`, `toggle_category_slider`, `cancel_sale`, `suspend_sale`, `print_order`, `print_bill`, `finalize_sale`, `today_sale`, `open_hold_bills`, `close_register`, `java_applet`, `receipt_printer`, `pos_printers`, `cash_drawer_codes`, `char_per_line`, `rounding`, `pin_code`, `stripe`, `stripe_secret_key`, `stripe_publishable_key`, `purchase_code`, `kls_username`, `theme_style`, `after_sale_page`, `overselling`, `multi_store`, `qty_decimals`, `symbol`, `sac`, `display_symbol`, `remote_printing`, `printer`, `order_printers`, `auto_print`, `local_printers`, `rtl`, `print_img`) VALUES (1, 'websitelogo.png', 'KLSPOS', '09965088009', 'd/m/Y', 'h:i A', 'info@koneloneshin.com', 'myanmar', '4.0.29', 'default', 'Asia/Yangon', 'mail', 'pop.gmail.com', 'swe.mayhtike@gmail.com', 'Mayswe1827', '25', '', 0, 0, NULL, 'MMK', 1, '0%', 10, 30, NULL, NULL, 1, 0, 21, '0', 1, NULL, 10, 2, ',', '.', 'ALT+F1', 'ALT+F2', 'ALT+F10', 'ALT+F5', 'ALT+F6', 'ALT+F11', 'ALT+F12', 'ALT+F8', 'Ctrl+F1', 'Ctrl+F2', 'ALT+F7', 0, '', '', '', 42, 0, NULL, 0, '', '', '3a2902e3-c785-44b5-9ca5-a6086ee6c15b', 'mayswe', 'blue', 0, 0, 1, 0, 'Ks', 0, 2, 1, 1, 'null', 0, 1, 0, 0);


#
# TABLE STRUCTURE FOR: tec_stores
#

DROP TABLE IF EXISTS `tec_stores`;

CREATE TABLE `tec_stores` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL,
  `code` varchar(20) NOT NULL,
  `logo` varchar(40) DEFAULT NULL,
  `email` varchar(100) DEFAULT NULL,
  `phone` varchar(15) NOT NULL,
  `address1` varchar(50) DEFAULT NULL,
  `address2` varchar(50) DEFAULT NULL,
  `city` varchar(20) DEFAULT NULL,
  `state` varchar(20) DEFAULT NULL,
  `postal_code` varchar(8) DEFAULT NULL,
  `country` varchar(25) DEFAULT NULL,
  `currency_code` varchar(3) DEFAULT NULL,
  `receipt_header` text,
  `receipt_footer` text,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;

INSERT INTO `tec_stores` (`id`, `name`, `code`, `logo`, `email`, `phone`, `address1`, `address2`, `city`, `state`, `postal_code`, `country`, `currency_code`, `receipt_header`, `receipt_footer`) VALUES (1, 'Three Diamond Family', 'POS', '4be381dbc658f3b52bbc629b3f95148a.png', 'tenbrother88@gmail.com', '09264295099/ 09', 'အမှတ် ၆၀/၅၉ ၊ မလွန်လမ်းသွယ် ၁ လမ်းထိပ်၊ စက်မှုဇုန်', '', 'တောင်ဒဂုံမြို့နယ်', 'ရန်ကုန်မြို့', '46000', 'Myanmar', 'MMK', '', 'Thanks You!');
INSERT INTO `tec_stores` (`id`, `name`, `code`, `logo`, `email`, `phone`, `address1`, `address2`, `city`, `state`, `postal_code`, `country`, `currency_code`, `receipt_header`, `receipt_footer`) VALUES (2, 'Warehouse', 'W1', NULL, 'swe.mayhtike@gmail.com', '09', '', '', '', '', '', '', NULL, '', '');


#
# TABLE STRUCTURE FOR: tec_suppliers
#

DROP TABLE IF EXISTS `tec_suppliers`;

CREATE TABLE `tec_suppliers` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(55) NOT NULL,
  `cf1` varchar(255) NOT NULL,
  `cf2` varchar(255) NOT NULL,
  `phone` varchar(20) NOT NULL,
  `email` varchar(100) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8;

INSERT INTO `tec_suppliers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`) VALUES (2, 'supplier', 'yangon', '', '09', '');
INSERT INTO `tec_suppliers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`) VALUES (3, 'myatthita bayinaunt', 'bayinaunt', '', '095020199/0979540056', '');
INSERT INTO `tec_suppliers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`) VALUES (4, 'mg kyaw win', 'bayinunt', '', '09443252680', '');
INSERT INTO `tec_suppliers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`) VALUES (5, 'pro', 'bayinount', '', '2540', '');
INSERT INTO `tec_suppliers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`) VALUES (6, 'ko hla ngwe', 'bayinount', '', '095145546/095145773/', '');
INSERT INTO `tec_suppliers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`) VALUES (7, 'tun star(king oil)', '', '', '', '');
INSERT INTO `tec_suppliers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`) VALUES (8, 'Mpt တာမိုးညဲ', '', '', '', '');
INSERT INTO `tec_suppliers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`) VALUES (9, 'Ooredoo company', '', '', '', '');
INSERT INTO `tec_suppliers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`) VALUES (10, 'Telenor Company ', '', '', '', '');
INSERT INTO `tec_suppliers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`) VALUES (11, 'Mytel company', '', '', '', '');
INSERT INTO `tec_suppliers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`) VALUES (12, 'Horseman', '', '', '', '');
INSERT INTO `tec_suppliers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`) VALUES (13, 'Longway', '', '', '', '');
INSERT INTO `tec_suppliers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`) VALUES (14, 'Ptt', '', '', '', '');


#
# TABLE STRUCTURE FOR: tec_suspended_items
#

DROP TABLE IF EXISTS `tec_suspended_items`;

CREATE TABLE `tec_suspended_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `suspend_id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `quantity` int(11) NOT NULL,
  `unit_price` decimal(25,2) NOT NULL,
  `net_unit_price` decimal(25,2) NOT NULL,
  `discount` varchar(20) DEFAULT NULL,
  `item_discount` decimal(25,2) DEFAULT NULL,
  `tax` int(20) DEFAULT NULL,
  `item_tax` decimal(25,2) DEFAULT NULL,
  `subtotal` decimal(25,2) NOT NULL,
  `real_unit_price` decimal(25,2) DEFAULT NULL,
  `product_code` varchar(50) DEFAULT NULL,
  `product_name` varchar(50) DEFAULT NULL,
  `comment` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: tec_suspended_sales
#

DROP TABLE IF EXISTS `tec_suspended_sales`;

CREATE TABLE `tec_suspended_sales` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` datetime NOT NULL,
  `customer_id` int(11) NOT NULL,
  `customer_name` varchar(55) NOT NULL,
  `total` decimal(25,2) NOT NULL,
  `product_discount` decimal(25,2) DEFAULT NULL,
  `order_discount_id` varchar(20) DEFAULT NULL,
  `order_discount` decimal(25,2) DEFAULT NULL,
  `total_discount` decimal(25,2) DEFAULT NULL,
  `product_tax` decimal(25,2) DEFAULT NULL,
  `order_tax_id` varchar(20) DEFAULT NULL,
  `order_tax` decimal(25,2) DEFAULT NULL,
  `total_tax` decimal(25,2) DEFAULT NULL,
  `grand_total` decimal(25,2) NOT NULL,
  `total_items` int(11) DEFAULT NULL,
  `total_quantity` int(11) DEFAULT NULL,
  `paid` decimal(25,2) DEFAULT NULL,
  `created_by` int(11) DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `note` varchar(1000) DEFAULT NULL,
  `hold_ref` varchar(255) DEFAULT NULL,
  `store_id` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

#
# TABLE STRUCTURE FOR: tec_user_logins
#

DROP TABLE IF EXISTS `tec_user_logins`;

CREATE TABLE `tec_user_logins` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL,
  `company_id` int(11) DEFAULT NULL,
  `ip_address` varbinary(16) NOT NULL,
  `login` varchar(100) NOT NULL,
  `time` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=128 DEFAULT CHARSET=utf8;

INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1, 1, NULL, '::1', 'admin@tecdiary.com', '2019-11-02 12:35:43');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (2, 1, NULL, '::1', 'info@koneloneshin.com', '2019-11-02 12:46:07');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (3, 1, NULL, '::1', 'info@koneloneshin.com', '2019-11-02 12:53:02');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (4, 2, NULL, '::1', 'store', '2019-11-02 14:52:48');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (5, 2, NULL, '::1', 'store', '2019-11-02 15:02:17');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (6, 2, NULL, '::1', 'store', '2019-11-02 15:07:08');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (7, 1, NULL, '::1', 'admin', '2019-11-02 15:47:05');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (8, 2, NULL, '::1', 'store', '2019-11-02 15:49:20');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (9, 2, NULL, '::1', 'store', '2019-11-02 19:11:30');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (10, 2, NULL, '65.18.115.43', 'store', '2019-11-03 07:44:28');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (11, 1, NULL, '65.18.115.43', 'admin', '2019-11-03 08:43:36');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (12, 2, NULL, '65.18.115.43', 'store', '2019-11-03 09:01:40');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (13, 2, NULL, '65.18.115.43', 'store', '2019-11-03 09:07:26');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (14, 2, NULL, '65.18.115.43', 'store', '2019-11-03 09:08:40');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (15, 2, NULL, '65.18.115.43', 'store', '2019-11-03 09:17:11');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (16, 2, NULL, '65.18.115.43', 'store', '2019-11-03 09:28:37');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (17, 1, NULL, '65.18.115.43', 'admin', '2019-11-03 10:26:10');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (18, 2, NULL, '65.18.115.43', 'store', '2019-11-03 11:24:20');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (19, 2, NULL, '65.18.115.43', 'store', '2019-11-03 15:08:56');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (20, 2, NULL, '65.18.115.43', 'store', '2019-11-03 18:38:19');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (21, 2, NULL, '65.18.115.43', 'store', '2019-11-03 18:43:40');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (22, 2, NULL, '65.18.115.43', 'store', '2019-11-04 10:27:41');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (23, 2, NULL, '65.18.115.8', 'store', '2019-11-04 16:03:04');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (24, 1, NULL, '65.18.115.8', 'admin', '2019-11-04 16:14:03');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (25, 2, NULL, '65.18.115.8', 'store', '2019-11-04 17:07:27');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (26, 2, NULL, '65.18.115.8', 'store', '2019-11-05 09:49:30');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (27, 2, NULL, '65.18.115.8', 'store', '2019-11-05 10:43:10');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (28, 2, NULL, '65.18.115.8', 'store', '2019-11-05 11:33:37');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (29, 2, NULL, '65.18.115.8', 'store', '2019-11-05 14:40:28');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (30, 1, NULL, '65.18.115.8', 'admin', '2019-11-05 16:17:41');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (31, 1, NULL, '65.18.115.8', 'admin', '2019-11-05 16:18:02');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (32, 2, NULL, '65.18.115.8', 'store', '2019-11-05 16:46:01');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (33, 2, NULL, '65.18.115.8', 'store', '2019-11-05 16:58:56');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (34, 2, NULL, '65.18.115.8', 'store', '2019-11-05 17:18:10');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (35, 1, NULL, '65.18.115.8', 'admin', '2019-11-06 14:28:34');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (36, 1, NULL, '69.160.25.222', 'admin', '2019-11-07 11:37:38');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (37, 1, NULL, '65.18.115.44', 'admin', '2019-11-17 15:43:46');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (38, 2, NULL, '65.18.115.44', 'store', '2019-11-17 16:41:10');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (39, 2, NULL, '65.18.115.44', 'store', '2019-11-17 16:51:11');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (40, 2, NULL, '65.18.115.44', 'store', '2019-11-17 16:54:27');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (41, 2, NULL, '65.18.115.44', 'store', '2019-11-17 16:55:56');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (42, 2, NULL, '203.81.71.187', 'store', '2019-11-18 11:18:00');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (43, 2, NULL, '65.18.115.29', 'store', '2019-11-26 11:53:08');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (44, 1, NULL, '65.18.115.29', 'admin', '2019-11-26 11:53:33');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (45, 2, NULL, '65.18.115.29', 'owner', '2019-11-26 12:19:24');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (46, 1, NULL, '65.18.115.29', 'admin', '2019-11-26 12:21:33');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (47, 2, NULL, '65.18.115.29', 'owner', '2019-11-26 12:27:04');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (48, 2, NULL, '103.73.237.188', 'owner', '2019-11-26 12:36:32');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (49, 2, NULL, '65.18.115.29', 'owner', '2019-11-26 12:45:55');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (50, 1, NULL, '65.18.115.29', 'admin', '2019-11-26 13:15:34');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (51, 2, NULL, '65.18.115.29', 'owner', '2019-11-26 13:21:51');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (52, 1, NULL, '65.18.115.29', 'admin', '2019-11-26 13:34:38');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (53, 2, NULL, '103.73.237.188', 'owner', '2019-11-26 13:45:26');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (54, 2, NULL, '136.228.173.74', 'owner', '2019-11-27 08:55:57');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (55, 1, NULL, '65.18.115.118', 'admin', '2019-11-27 09:55:33');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (56, 2, NULL, '65.18.123.199', 'owner', '2019-11-27 09:55:41');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (57, 2, NULL, '65.18.115.118', 'owner', '2019-11-27 10:03:23');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (58, 1, NULL, '65.18.115.118', 'admin', '2019-11-27 10:19:41');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (59, 2, NULL, '65.18.123.150', 'owner', '2019-11-28 10:43:12');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (60, 2, NULL, '103.73.236.36', 'owner', '2019-11-28 12:51:44');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (61, 2, NULL, '136.228.173.183', 'owner', '2019-11-28 20:10:53');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (62, 1, NULL, '65.18.115.88', 'admin', '2019-11-28 20:11:54');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (63, 2, NULL, '65.18.123.144', 'owner', '2019-11-29 08:18:30');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (64, 1, NULL, '65.18.115.88', 'admin', '2019-11-29 09:27:11');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (65, 2, NULL, '65.18.122.212', 'owner', '2019-11-29 20:24:03');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (66, 2, NULL, '65.18.123.201', 'owner', '2019-11-30 20:14:37');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (67, 2, NULL, '103.73.237.87', 'owner', '2019-12-01 13:19:24');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (68, 2, NULL, '103.73.237.118', 'owner', '2019-12-02 11:15:07');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (69, 2, NULL, '65.18.122.112', 'owner', '2019-12-03 09:38:25');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (70, 2, NULL, '65.18.123.148', 'owner', '2019-12-04 08:16:04');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (71, 2, NULL, '65.18.122.59', 'owner', '2019-12-05 08:34:37');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (72, 1, NULL, '65.18.115.58', 'admin', '2019-12-05 09:55:33');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (73, 2, NULL, '65.18.123.28', 'owner', '2019-12-06 07:14:18');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (74, 2, NULL, '65.18.123.4', 'owner', '2019-12-06 21:08:41');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (75, 2, NULL, '65.18.126.202', 'owner', '2019-12-07 20:22:10');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (76, 1, NULL, '65.18.115.58', 'admin', '2019-12-08 11:15:07');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (77, 1, NULL, '65.18.115.58', 'admin', '2019-12-08 11:23:30');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (78, 2, NULL, '103.73.236.51', 'owner', '2019-12-08 13:58:57');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (79, 2, NULL, '65.18.127.80', 'owner', '2019-12-08 14:41:21');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (80, 1, NULL, '65.18.115.58', 'admin', '2019-12-09 05:23:34');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (81, 2, NULL, '65.18.126.247', 'owner', '2019-12-09 10:49:57');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (82, 1, NULL, '65.18.115.58', 'admin', '2019-12-09 21:01:58');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (83, 1, NULL, '65.18.115.58', 'admin', '2019-12-10 09:33:12');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (84, 2, NULL, '65.18.126.151', 'owner', '2019-12-10 10:03:10');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (85, 1, NULL, '65.18.115.58', 'admin', '2019-12-11 10:37:56');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (86, 2, NULL, '65.18.126.208', 'owner', '2019-12-11 13:31:27');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (87, 2, NULL, '65.18.126.208', 'owner', '2019-12-12 09:39:34');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (88, 1, NULL, '65.18.115.58', 'admin', '2019-12-12 10:01:14');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (89, 2, NULL, '65.18.127.31', 'owner', '2019-12-13 08:58:19');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (90, 1, NULL, '65.18.115.58', 'admin', '2019-12-13 10:15:54');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (91, 2, NULL, '65.18.127.55', 'owner', '2019-12-13 14:36:51');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (92, 2, NULL, '65.18.127.63', 'owner', '2019-12-14 09:00:06');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (93, 2, NULL, '65.18.127.63', 'owner', '2019-12-14 09:01:42');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (94, 1, NULL, '65.18.115.58', 'admin', '2019-12-14 14:31:32');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (95, 3, NULL, '65.18.115.58', 'maymyothant', '2019-12-14 17:07:33');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (96, 1, NULL, '65.18.115.58', 'admin', '2019-12-14 17:11:27');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (97, 2, NULL, '65.18.127.15', 'owner', '2019-12-14 19:49:44');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (98, 2, NULL, '65.18.127.15', 'owner', '2019-12-14 19:55:15');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (99, 2, NULL, '65.18.126.155', 'owner', '2019-12-15 09:25:15');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (100, 1, NULL, '65.18.115.58', 'admin', '2019-12-15 09:44:03');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (101, 2, NULL, '65.18.127.13', 'owner', '2019-12-16 08:50:41');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (102, 1, NULL, '65.18.115.71', 'admin', '2019-12-16 10:16:08');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (103, 2, NULL, '65.18.126.128', 'owner', '2019-12-17 09:19:21');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (104, 1, NULL, '65.18.115.71', 'admin', '2019-12-17 10:08:23');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (105, 2, NULL, '65.18.127.71', 'owner', '2019-12-18 09:52:00');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (106, 1, NULL, '65.18.115.71', 'admin', '2019-12-18 16:12:38');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (107, 2, NULL, '65.18.126.234', 'owner', '2019-12-19 10:35:51');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (108, 2, NULL, '65.18.120.82', 'owner', '2019-12-20 09:38:38');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (109, 2, NULL, '103.217.156.207', 'owner', '2019-12-20 13:08:48');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (110, 1, NULL, '65.18.115.115', 'admin', '2019-12-21 00:34:28');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (111, 2, NULL, '65.18.121.97', 'owner', '2019-12-21 11:09:39');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (112, 1, NULL, '65.18.115.115', 'admin', '2019-12-21 12:40:04');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (113, 2, NULL, '103.73.236.70', 'owner', '2019-12-21 14:54:09');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (114, 1, NULL, '65.18.115.90', 'admin', '2019-12-21 21:14:58');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (115, 1, NULL, '65.18.115.90', 'admin', '2019-12-22 09:50:18');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (116, 2, NULL, '65.18.121.3', 'owner', '2019-12-22 10:03:16');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (117, 1, NULL, '65.18.115.90', 'admin', '2019-12-22 10:31:06');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (118, 2, NULL, '103.73.236.135', 'owner', '2019-12-23 09:45:21');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (119, 2, NULL, '103.73.237.212', 'owner', '2019-12-23 20:47:52');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (120, 2, NULL, '136.228.173.201', 'owner', '2019-12-24 10:55:28');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (121, 2, NULL, '103.73.237.83', 'owner', '2019-12-24 14:40:59');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (122, 1, NULL, '65.18.115.94', 'admin', '2019-12-24 16:13:51');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (123, 2, NULL, '65.18.120.145', 'owner', '2019-12-25 20:38:12');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (124, 2, NULL, '65.18.120.5', 'owner', '2019-12-26 12:51:32');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (125, 1, NULL, '65.18.115.94', 'admin', '2019-12-26 15:48:57');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (126, 2, NULL, '103.73.236.248', 'owner', '2019-12-27 10:59:03');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (127, 1, NULL, '65.18.115.94', 'admin', '2019-12-27 22:10:37');


#
# TABLE STRUCTURE FOR: tec_users
#

DROP TABLE IF EXISTS `tec_users`;

CREATE TABLE `tec_users` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `last_ip_address` varbinary(45) DEFAULT NULL,
  `ip_address` varbinary(45) DEFAULT NULL,
  `username` varchar(100) NOT NULL,
  `password` varchar(40) NOT NULL,
  `salt` varchar(40) DEFAULT NULL,
  `email` varchar(100) NOT NULL,
  `activation_code` varchar(40) DEFAULT NULL,
  `forgotten_password_code` varchar(40) DEFAULT NULL,
  `forgotten_password_time` int(11) unsigned DEFAULT NULL,
  `remember_code` varchar(40) DEFAULT NULL,
  `created_on` int(11) unsigned NOT NULL,
  `last_login` int(11) unsigned DEFAULT NULL,
  `active` tinyint(1) unsigned DEFAULT NULL,
  `first_name` varchar(50) DEFAULT NULL,
  `last_name` varchar(50) DEFAULT NULL,
  `company` varchar(100) DEFAULT NULL,
  `phone` varchar(20) DEFAULT NULL,
  `avatar` varchar(55) DEFAULT NULL,
  `gender` varchar(20) DEFAULT NULL,
  `group_id` int(11) unsigned NOT NULL DEFAULT '2',
  `store_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `group_id` (`group_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;

INSERT INTO `tec_users` (`id`, `last_ip_address`, `ip_address`, `username`, `password`, `salt`, `email`, `activation_code`, `forgotten_password_code`, `forgotten_password_time`, `remember_code`, `created_on`, `last_login`, `active`, `first_name`, `last_name`, `company`, `phone`, `avatar`, `gender`, `group_id`, `store_id`) VALUES (1, '65.18.115.94', '127.0.0.1', 'admin', 'd58bc6367c1c765e33041c3c250f0d47b2b890bd', NULL, 'info@koneloneshin.com', NULL, NULL, NULL, '17b6fc282140140bf02cf171e8877a560d1f4535', 1435204774, 1577459437, 1, 'Admin', 'Admin', 'Kone Lone Shin', '09965088009', NULL, 'female', 1, NULL);
INSERT INTO `tec_users` (`id`, `last_ip_address`, `ip_address`, `username`, `password`, `salt`, `email`, `activation_code`, `forgotten_password_code`, `forgotten_password_time`, `remember_code`, `created_on`, `last_login`, `active`, `first_name`, `last_name`, `company`, `phone`, `avatar`, `gender`, `group_id`, `store_id`) VALUES (2, '103.73.236.248', '::1', 'owner', 'f209b18797b74508c0fe1296165423e95fd9d965', NULL, 'tenbrother88@gmail.com', NULL, NULL, NULL, 'd2d0f880cf1bf4ca9742a92aaa9dea9dcfdfc7a9', 1572700176, 1577438496, 1, 'Store', 'Admin', NULL, '0912345678', '5230e22276089ac1acd1cd189e77daff.png', 'male', 2, 1);


