#
# 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', 1);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (34, 'C32', 'အင်ဂျင်ဝိုင်', 'no_image.png', 1);
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', 1);
INSERT INTO `tec_categories` (`id`, `code`, `name`, `image`, `parent_id`) VALUES (38, 'C36', 'ဖောက်စက်', 'no_image.png', 1);
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', 1);


#
# 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=215 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, 'ကိုလှထွန်း တွင်ခုံ', '', '', '09799399370', '', 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 (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);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (147, 'Ko myo nyi', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (148, 'အနဲကြီး စည်ပင်', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (149, 'သံပြားကိုလှဝင်း သားလတ်', '', '', '780052686', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (150, 'U cheeni', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (151, 'Humma ကရိန်း', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (152, 'ကိုမာတင်', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (153, 'ပြုံး မောင်မောင်', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (154, 'Win thein ညီ', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (155, 'ဂနပသီးနဲး', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (156, 'lb မပု', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (157, 'Town ace တရုတ်', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (158, '450399808', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (159, 'JGS', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (160, '147', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (161, 'ကိုကျားကြီး', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (162, 'ကိုမင်းလွင် ဝယ်သူ', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (163, 'ကိုအေးကြူ ယေက်ဖ', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (164, 'ဦးစံသိန်း', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (165, 'မုန့်ဖို', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (166, 'သုံးခွ ရိတ်ချွေ', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (167, 'ကိုရခိုင်', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (168, 'ဦးကံညွန့်', '', 'သုံးခွ', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (169, 'ကိုကျော်စွာ ညီ', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (170, 'ကိုကျော်မြင့်', '', 'လှိုင်', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (171, 'ခိုင်မာသောပန်တိုင်', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (172, 'ဘုစိန်', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (173, 'ကိုအောင် တွင်ခုံ', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (174, 'Tampiya ann ပန်ကာကြိုး', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (180, 'လှော်ကားအုတ်စက်', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (181, 'ကိုစိန်ဝင်းကြိုင်း', '', 'သူဌေးကွင်း', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (182, 'တွံတေး အကိုကြီး ဦးကရင်', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (183, 'ဦးသောင်းကြည်', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (184, 'ကိုကျော်စွာ', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (185, 'Lb ကိုမင်းဇော်', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (186, 'ဒို့တာဝန်ဘေး ဆီဘောက်ဆာ', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (187, 'ကောင်းမြတ်စံ', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (188, 'ကိုမင်းလွင်', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (189, 'ကိုခင်မောင်ထွေး စက္ကူစက်', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (190, 'ရွှေပေါက်ကံ ပလပ်စတစ်အိပ်ထုတ်', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (191, 'lb khin su', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (192, 'My wife', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (193, 'မိတ်သစ် ball', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (194, 'ကိုတင်လှ တူ', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (195, '38.62.10 အကိုကြီး', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (196, 'ဆိုင်ငှား ပွဲစား', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (197, 'ကိုဟာစံ ရုံငှား', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (198, 'ကျောက်ဆူး အကိုကြီး', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (199, 'ဒါပိန်းအကိုကြီး', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (200, 'ကိုဖိုးပြည့်', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (201, 'ခရမ်းအကိုကြီး', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (202, 'ဦးသောင်းကြည်', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (203, 'သုံးခွ ရိတ်ချွေ ညီ', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (204, 'ZCD အကိုကြီး', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (205, 'ရေခဲစက် မော်လမြိုင်', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (206, 'ကိုစံမင်း', '', 'ပဲခူးမြစ်လမ်း ဆိမ်ကမ်း', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (207, 'Lwis', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (208, 'ပဲဘာဘူ', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (209, 'ကိုပြုံးချို', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (210, 'ကိုအောင်သာ', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (211, 'ကိုလှမျိုး townace', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (212, 'ကိုငြိမ်းချမ်း ပဲဆီ', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (213, '52.65 အကိုကြီး', '', '', '', '', NULL);
INSERT INTO `tec_customers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`, `store_id`) VALUES (214, 'ကိုနိုင်မြင့် ရိတ်ချွေ', '', 'ကျုံဒါး ဧရာဝတီတိုင်း ', '', '', 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=341 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 (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);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (69, '2019-12-28 17:43:02', 'Karthikaran လခ', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (70, '2019-12-28 17:43:40', 'Wife အသုံးစရိတ် ', '1000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (71, '2019-12-28 17:44:22', 'Pro ပေးငွေ', '150000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (72, '2019-12-28 17:44:45', 'Sr', '731.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (73, '2019-12-28 17:52:40', 'Win thein လခ', '2000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (74, '2019-12-28 17:53:05', 'ဖုန်းဝယ် ', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (75, '2019-12-28 17:53:27', 'Su bu', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (76, '2019-12-28 17:53:45', 'My baby school fees', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (77, '2019-12-29 16:54:22', 'Karthikaran လခ', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (78, '2019-12-29 16:54:46', 'Win thein လခ', '2000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (79, '2019-12-29 16:55:07', 'ဖုန်းဝယ် ', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (80, '2019-12-29 16:55:25', 'Su bu', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (81, '2019-12-29 16:55:41', 'My baby school fees', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (82, '2019-12-30 17:50:33', 'Karthikaran လခ', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (83, '2019-12-30 17:52:01', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (84, '2019-12-30 17:52:30', 'ဖုန်းဝယ် ', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (85, '2019-12-30 17:52:55', 'My baby school fees', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (86, '2019-12-30 17:54:38', 'Su bu', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (87, '2019-12-30 18:02:12', 'Win thein လခ', '2000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (88, '2020-01-01 20:32:39', 'Wife ငပိရည်တို့စရာ ', '1000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (89, '2020-01-01 20:33:40', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (90, '2020-01-01 20:34:15', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (91, '2020-01-01 20:34:38', 'Su bu', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (92, '2020-01-01 20:35:06', 'ဖုန်းဝယ် ', '4000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (93, '2020-01-01 20:35:27', 'Win thein လခ', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (94, '2020-01-01 20:36:09', 'Wife စျေးဖိုး', '100000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (95, '2020-01-02 16:30:06', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (96, '2020-01-02 16:31:29', 'Software ခ ပေးငွေ', '40000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (97, '2020-01-02 16:32:59', 'အော်ဒါကွင်း 75.85.4=25', '20000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (98, '2020-01-02 16:33:19', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (99, '2020-01-02 16:33:42', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (100, '2020-01-02 16:34:02', 'Su bu', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (101, '2020-01-02 16:34:26', 'ဖုန်းဝယ် ', '4000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (102, '2020-01-02 21:43:42', 'Sanjay လခ', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (103, '2020-01-07 20:51:07', 'Wave money လွဲခ', '1500.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (104, '2020-01-07 20:53:30', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (105, '2020-01-07 20:54:08', 'Karthikaran လခ 2day', '24000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (106, '2020-01-07 20:54:33', 'ဖုန်းဝယ် ', '8000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (107, '2020-01-07 20:54:54', 'My baby school fees', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (108, '2020-01-07 20:55:19', 'Su bu', '6000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (109, '2020-01-07 20:55:49', 'Win thein လခ 2day', '6000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (110, '2020-01-08 12:45:30', 'Karthikaran လခ 2day', '24000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (111, '2020-01-08 12:46:03', 'My baby school fees 2day', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (112, '2020-01-08 12:46:30', 'ဖုန်းဝယ် 2day', '8000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (113, '2020-01-08 12:46:59', 'Su bu 2day', '6000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (114, '2020-01-08 12:47:24', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (115, '2020-01-08 12:47:49', 'Pro ပေးငွေ', '150000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (116, '2020-01-08 12:48:24', 'Karthikaran ဖုန်းဘေ', '500.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (117, '2020-01-08 12:49:08', 'ဘက်ထရီစက်ဘီပြင်ခ', '58500.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (118, '2020-01-08 13:38:36', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (119, '2020-01-08 13:38:58', 'ဖုန်းဝယ် ', '4000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (120, '2020-01-08 13:39:27', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (121, '2020-01-08 13:39:47', 'Su bu', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (122, '2020-01-08 17:46:52', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (123, '2020-01-08 17:47:29', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (124, '2020-01-08 17:47:53', 'Win thein လခ 2day', '6000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (125, '2020-01-08 17:48:20', 'ဖုန်းဝယ် ', '4000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (126, '2020-01-08 17:48:48', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (127, '2020-01-08 17:49:06', 'Su bu', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (128, '2020-01-09 16:30:43', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (129, '2020-01-09 16:31:03', 'Karthikaran ဖုန်းဘေ', '500.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (130, '2020-01-09 16:31:39', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (131, '2020-01-09 16:31:57', 'ဖုန်းဝယ် ', '4000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (132, '2020-01-09 16:32:16', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (133, '2020-01-09 16:32:34', 'Su bu', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (134, '2020-01-10 18:01:03', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (135, '2020-01-10 18:01:20', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (136, '2020-01-10 18:02:40', 'ဝယ်သူ rk', '4000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (137, '2020-01-10 18:02:58', 'ဖုန်းဝယ် ', '4000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (138, '2020-01-10 18:03:19', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (139, '2020-01-10 18:03:40', 'Su bu', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (140, '2020-01-10 18:31:49', 'Win thein လခ 2day', '6000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (141, '2020-01-11 18:25:52', 'ဖုန်းဝယ် ', '4000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (142, '2020-01-11 18:26:19', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (143, '2020-01-11 18:26:37', 'Su bu', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (144, '2020-01-11 18:26:58', 'Win thein လခ', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (145, '2020-01-12 17:25:52', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (146, '2020-01-12 17:26:14', 'ဖုန်းဝယ် ', '4000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (147, '2020-01-12 17:26:50', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (148, '2020-01-12 17:27:09', 'Su bu', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (149, '2020-01-12 17:31:59', 'Win thein လခ', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (150, '2020-01-13 18:16:12', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (151, '2020-01-13 18:17:04', 'Win thein လခ', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (152, '2020-01-13 18:17:48', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (153, '2020-01-13 18:18:13', 'ဖုန်းဝယ် ', '4000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (154, '2020-01-13 18:18:39', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (155, '2020-01-13 18:19:02', 'Su bu', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (156, '2020-01-15 10:51:49', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (157, '2020-01-15 10:52:26', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (158, '2020-01-15 10:53:07', 'ဘုရင့်နောင်ကားခ', '16000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (159, '2020-01-15 18:23:21', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (160, '2020-01-15 18:23:40', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (161, '2020-01-15 18:24:03', 'ဖုန်းဝယ် 2day', '8000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (162, '2020-01-15 18:24:21', 'My baby school fees 2day', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (163, '2020-01-15 18:24:38', 'Su bu 2day', '6000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (164, '2020-01-15 18:24:57', 'Win thein လခ 2day', '6000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (165, '2020-01-16 18:19:25', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (166, '2020-01-16 18:19:44', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (167, '2020-01-16 18:20:04', 'Win thein လခ', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (168, '2020-01-16 18:24:58', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (169, '2020-01-16 18:25:15', 'ဖုန်းဝယ် ', '4000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (170, '2020-01-16 18:25:30', 'Su bu', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (171, '2020-01-17 16:22:38', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (172, '2020-01-17 16:23:02', 'ဖုန်းဝယ် ', '4000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (173, '2020-01-17 16:23:24', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (174, '2020-01-17 16:23:52', 'Su bu', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (175, '2020-01-17 16:24:09', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (176, '2020-01-18 17:53:26', 'ဆိုင်ကယ် carry', '1000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (177, '2020-01-18 18:35:50', 'Win thein လခ 2day', '6000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (178, '2020-01-18 18:37:22', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (179, '2020-01-21 19:08:14', 'Karthikaran လခ 3ရက်ခ', '36000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (180, '2020-01-21 19:08:47', 'Foundation', '60000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (181, '2020-01-21 19:09:27', 'Su bu 4ရက်ခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (182, '2020-01-21 19:10:01', 'My baby school fees 4day', '20000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (183, '2020-01-21 19:10:57', 'ဖုန်းဝယ် 4day', '16000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (184, '2020-01-22 18:14:49', 'ဆိုင်ကယ် carry', '7000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (185, '2020-01-22 18:15:54', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (186, '2020-01-22 18:16:24', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (187, '2020-01-22 18:16:48', 'ဖုန်းဝယ် ', '4000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (188, '2020-01-22 18:17:08', 'Su bu', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (189, '2020-01-22 18:17:29', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (190, '2020-01-22 18:17:56', 'Win thein လခ', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (191, '2020-01-23 18:34:30', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (192, '2020-01-23 18:34:51', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (193, '2020-01-23 18:35:30', 'ဖုန်းဝယ် ', '4000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (194, '2020-01-23 18:35:57', 'Su bu', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (195, '2020-01-23 18:36:17', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (196, '2020-01-23 18:37:02', 'Win thein လခ', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (197, '2020-01-24 18:06:31', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (198, '2020-01-24 18:06:52', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (199, '2020-01-24 18:07:15', 'ဖုန်းဝယ် ', '4000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (200, '2020-01-24 18:07:37', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (201, '2020-01-24 18:07:56', 'Su bu', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (202, '2020-01-24 18:13:59', 'Win thein လခ', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (203, '2020-01-25 16:33:50', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (204, '2020-01-25 17:42:48', 'ဖုန်းဝယ် ', '4000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (205, '2020-01-25 17:43:12', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (206, '2020-01-25 17:43:30', 'Su bu', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (207, '2020-01-27 17:57:34', 'Karthikaran လခ', '24000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (208, '2020-01-27 17:57:55', 'ဖုန်းဝယ် 2day', '8000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (209, '2020-01-27 17:58:16', 'My baby school fees 2day', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (210, '2020-01-27 17:58:36', 'Su bu 2day', '6000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (211, '2020-01-27 17:58:55', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (212, '2020-01-27 19:49:42', 'Win thein လခ 2day', '6000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (213, '2020-01-31 10:58:22', 'Calculator', '13000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (214, '2020-01-31 10:58:55', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (215, '2020-01-31 10:59:11', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (216, '2020-01-31 10:59:31', 'ဖုန်းဝယ် ', '4000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (217, '2020-01-31 10:59:47', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (218, '2020-01-31 11:00:05', 'Su bu', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (219, '2020-01-31 11:23:27', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (220, '2020-01-31 11:23:46', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (221, '2020-01-31 11:24:06', 'Su bu', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (222, '2020-01-31 11:24:24', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (223, '2020-01-31 11:54:04', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (224, '2020-01-31 11:54:26', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (225, '2020-01-31 11:54:42', 'Su bu', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (226, '2020-01-31 11:55:01', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (227, '2020-02-01 18:16:07', 'Karthikaran လခ 2day', '24000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (228, '2020-02-01 18:16:33', 'My baby school fees 2day', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (229, '2020-02-01 18:16:57', 'Su bu 2day', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (230, '2020-02-01 18:18:01', 'အစင်', '29000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (231, '2020-02-01 18:18:31', 'Wife စျေးဖိုး', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (232, '2020-02-03 18:04:34', 'Karthikaran လခ', '24000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (233, '2020-02-03 18:04:53', 'My baby school fees 2day', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (234, '2020-02-03 18:05:24', 'Su bu 2day', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (235, '2020-02-03 18:06:38', 'အစင်သမား လခ', '20000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (236, '2020-02-03 18:07:24', 'အထပ်သားဝယ်', '10400.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (237, '2020-02-03 18:07:56', 'ဆိုင်ကယ် carry', '1000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (238, '2020-02-03 18:08:19', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (239, '2020-02-04 19:01:05', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (240, '2020-02-04 19:01:26', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (241, '2020-02-04 19:01:43', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (242, '2020-02-04 19:02:10', 'Su bu', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (243, '2020-02-04 19:02:37', 'Win thein လခ 4day', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (244, '2020-02-04 19:09:13', 'Win thein လခ', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (245, '2020-02-04 19:10:23', 'Wife စျေးဖိုး', '95000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (246, '2020-02-06 21:02:59', 'Foundation', '60000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (247, '2020-02-06 21:03:15', 'My baby school fees', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (248, '2020-02-06 21:02:44', 'Karthikaran လခ', '24000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (249, '2020-02-06 21:03:33', 'Su bu', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (250, '2020-02-07 18:21:56', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (251, '2020-02-07 18:22:14', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (252, '2020-02-07 18:22:29', 'Su bu', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (253, '2020-02-07 18:23:33', 'Win thein လခ 2day', '6000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (254, '2020-02-11 17:01:48', 'Software ခ ပေးငွေ', '20000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (255, '2020-02-11 17:02:16', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (256, '2020-02-11 17:02:52', 'ကြေးအိုးဝယ်', '20000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (257, '2020-02-11 17:36:51', 'Karthikaran လခ 2day', '24000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (258, '2020-02-11 17:37:26', 'My baby school fees 3day', '15000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (259, '2020-02-11 17:37:54', 'Su bu 3day', '15000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (260, '2020-02-11 17:39:23', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (261, '2020-02-11 17:40:02', 'Foundation မုန့်ဖိုး', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (262, '2020-02-11 17:40:39', 'Win thein လခ 3day', '9000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (263, '2020-02-13 17:54:10', 'Karthikaran လခ. 3day', '36000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (264, '2020-02-13 17:56:51', 'My baby school fees 3day', '15000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (265, '2020-02-13 17:57:57', 'Su bu 3day', '15000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (266, '2020-02-13 17:59:00', 'Win thein လခ 2day', '6000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (267, '2020-02-13 17:59:47', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (268, '2020-02-13 18:21:31', 'ဘုန်းကြီးလှူ', '4000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (269, '2020-02-14 15:49:53', 'အင်ဂျင်oil', '5200.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (270, '2020-02-14 15:50:22', 'ဘုန်းကြီးလှူ', '2000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (271, '2020-02-14 15:51:10', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (272, '2020-02-14 15:51:32', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (273, '2020-02-14 15:51:52', 'Su bu', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (274, '2020-02-14 15:52:10', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (275, '2020-02-15 18:06:53', 'ဘုန်းကြီးလှူ', '2000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (276, '2020-02-15 18:07:26', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (277, '2020-02-15 18:07:44', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (278, '2020-02-15 18:08:01', 'Su bu', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (279, '2020-02-15 18:08:21', 'Win thein လခ 3day', '9000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (280, '2020-02-17 18:13:19', 'Gopal အလှူငွေ', '15000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (281, '2020-02-17 18:13:39', 'Karthikaran လခ', '24000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (282, '2020-02-17 18:13:59', 'Su bu 2day', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (283, '2020-02-17 18:14:24', 'My baby school fees 2day', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (284, '2020-02-17 18:14:50', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (285, '2020-02-20 16:58:52', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (286, '2020-02-20 16:59:10', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (287, '2020-02-20 17:01:48', 'Taxi ခ', '9000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (288, '2020-02-20 17:02:30', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (289, '2020-02-20 17:02:50', 'Su bu', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (290, '2020-02-20 17:46:25', 'Win thein လခ 2day', '6000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (291, '2020-02-20 17:46:47', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (292, '2020-02-20 17:47:09', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (293, '2020-02-20 17:47:32', 'Su bu', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (294, '2020-02-20 17:47:54', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (296, '2020-02-20 18:13:56', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (297, '2020-02-20 18:14:14', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (298, '2020-02-20 18:14:33', 'Su bu', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (299, '2020-02-20 18:14:54', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (300, '2020-02-21 18:19:36', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (301, '2020-02-21 18:19:54', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (302, '2020-02-21 18:20:12', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (303, '2020-02-21 18:20:34', 'Su bu', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (304, '2020-02-21 18:20:51', 'Win thein လခ 2day', '6000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (305, '2020-02-22 17:44:15', 'Taxi ခ', '6000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (306, '2020-02-22 17:44:40', 'ဘုန်းကြီးလှူ', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (307, '2020-02-22 17:44:59', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (308, '2020-02-22 17:45:23', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (309, '2020-02-22 17:45:42', 'Su bu', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (310, '2020-02-24 17:31:08', 'Karthikaran လခ 2day', '24000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (311, '2020-02-24 17:31:29', 'Win thein လခ 3day', '9000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (312, '2020-02-24 17:32:29', 'ရှင်းသန့်ဟင်းဝယ်', '38500.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (313, '2020-02-24 17:33:09', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (314, '2020-02-24 17:34:27', 'My baby school fees 2day', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (315, '2020-02-24 17:34:49', 'Su bu 2day', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (316, '2020-02-25 18:23:24', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (317, '2020-02-25 18:24:12', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (318, '2020-02-25 18:24:35', 'Su bu', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (319, '2020-02-25 18:24:57', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (320, '2020-02-27 17:54:05', 'Foundation', '60000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (321, '2020-02-27 17:54:27', 'My baby school fees 2day', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (322, '2020-02-27 17:54:45', 'Su bu 2day', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (323, '2020-02-27 17:55:04', 'Karthikaran လခ', '24000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (324, '2020-02-27 17:55:20', 'Taxi ခ', '18000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (325, '2020-02-28 17:52:46', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (326, '2020-02-28 17:53:05', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (327, '2020-02-28 17:53:25', 'Su bu', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (328, '2020-02-28 17:53:46', 'Foundation', '30000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (329, '2020-02-29 18:29:41', 'Win thein လခ 2day', '6000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (330, '2020-02-29 18:29:57', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (331, '2020-02-29 18:30:19', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (332, '2020-02-29 18:30:37', 'Su bu', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (333, '2020-03-02 18:32:25', 'Karthikaran လခ', '24000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (334, '2020-03-02 18:32:45', 'My baby school fees 2day', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (335, '2020-03-02 18:33:01', 'Su bu 2day', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (336, '2020-03-02 18:33:18', 'Win thein လခ 2day', '6000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (337, '2020-03-03 18:13:53', 'Karthikaran လခ', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (338, '2020-03-03 18:14:11', 'My baby school fees', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (339, '2020-03-03 18:14:27', 'Su bu', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (340, '2020-03-03 18:14:44', 'Foundation', '30000.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 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=677 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 (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);
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 (176, '2019-12-28 17:16:15', 384, 132, NULL, 'cash', '', '', '', '', '', '', '21000.00', NULL, 2, NULL, '', '21000.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 (177, '2019-12-28 17:18:09', 385, 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 (178, '2019-12-28 17:26:29', 386, 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 (179, '2019-12-28 17:29:38', 387, 132, NULL, 'cash', '', '', '', '', '', '', '8300.00', NULL, 2, NULL, '', '8300.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 (180, '2019-12-28 17:31:49', 388, 111, 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 (181, '2019-12-28 17:33:23', 389, 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 (182, '2019-12-28 17:34:17', 381, 66, 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 (183, '2019-12-28 17:35:34', 384, 132, NULL, 'cash', '', '', '', '', '', 'Visa', '1000.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 (184, '2019-12-28 17:37:37', 333, 137, 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 (185, '2019-12-28 17:38:42', 379, 119, NULL, 'cash', '', '', '', '', '', 'Visa', '24659.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 (186, '2019-12-28 17:39:14', 104, 71, NULL, 'cash', '', '', '', '', '', 'Visa', '8000.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 (187, '2019-12-28 17:40:44', 390, 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 (188, '2019-12-28 17:41:53', 391, 148, NULL, 'cash', '', '', '', '', '', '', '18000.00', NULL, 2, NULL, '', '18000.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 (189, '2019-12-28 17:52:08', 364, 92, 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 (190, '2019-12-29 16:39:44', 402, 128, 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 (191, '2019-12-29 16:41:37', 403, 127, NULL, 'cash', '', '', '', '', '', '', '31400.00', NULL, 2, NULL, '', '31400.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 (192, '2019-12-29 16:42:52', 404, 149, 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 (193, '2019-12-29 16:43:47', 405, 1, NULL, 'cash', '', '', '', '', '', '', '63450.00', NULL, 2, NULL, '', '63450.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 (194, '2019-12-30 18:52:31', 418, 59, NULL, 'cash', '', '', '', '', '', '', '21880.00', NULL, 2, NULL, '', '21880.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 (195, '2019-12-30 18:53:28', 419, 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 (196, '2019-12-30 18:58:15', 420, 132, NULL, 'cash', '', '', '', '', '', '', '47500.00', NULL, 2, NULL, '', '47500.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 (197, '2019-12-30 18:59:37', 421, 151, NULL, 'cash', '', '', '', '', '', '', '38880.00', NULL, 2, NULL, '', '39000.00', '120.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 (198, '2019-12-30 19:01:10', 378, 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 (199, '2019-12-30 19:01:36', 89, 87, NULL, 'cash', '', '', '', '', '', 'Visa', '6000.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 (200, '2019-12-30 19:02:21', 343, 24, 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 (201, '2019-12-30 19:03:19', 407, 34, NULL, 'cash', '', '', '', '', '', 'Visa', '95000.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 (202, '2019-12-30 19:06:35', 406, 15, NULL, 'cash', '', '', '', '', '', 'Visa', '90000.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 (203, '2019-12-30 19:08:11', 392, 120, NULL, 'cash', '', '', '', '', '', 'Visa', '52880.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 (204, '2019-12-30 19:09:02', 415, 98, NULL, 'cash', '', '', '', '', '', 'Visa', '184800.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 (205, '2019-12-30 19:13:18', 414, 25, 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 (206, '2019-12-30 19:14:34', 409, 118, NULL, 'cash', '', '', '', '', '', 'Visa', '11000.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 (207, '2019-12-30 19:15:35', 401, 57, 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 (208, '2019-12-30 19:18:26', 422, 132, NULL, 'cash', '', '', '', '', '', '', '27000.00', NULL, 2, NULL, '', '27000.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 (209, '2019-12-30 19:20:31', 423, 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 (210, '2019-12-31 19:26:32', 424, 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 (211, '2019-12-31 19:40:11', 429, 8, 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 (212, '2019-12-31 20:06:09', 432, 132, NULL, 'cash', '', '', '', '', '', '', '29000.00', NULL, 2, NULL, '', '29000.00', '-120.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 (213, '2019-12-31 20:10:48', 410, 110, NULL, 'cash', '', '', '', '', '', 'Visa', '82728.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 (214, '2019-12-31 20:11:33', 341, 18, 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 (215, '2019-12-31 20:11:57', 158, 114, 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 (216, '2019-12-31 20:21:12', 436, 132, NULL, 'cash', '', '', '', '', '', '', '92482.00', NULL, 2, NULL, '', '92482.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 (217, '2020-01-01 20:15:16', 439, 42, 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 (218, '2020-01-01 20:17:23', 440, 110, NULL, 'cash', '', '', '', '', '', '', '119000.00', NULL, 2, NULL, '', '119000.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 (219, '2020-01-01 20:26:10', 443, 132, NULL, 'cash', '', '', '', '', '', '', '20700.00', NULL, 2, NULL, '', '20700.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 (220, '2020-01-01 20:28:26', 444, 153, 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 (221, '2020-01-01 20:29:25', 417, 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 (222, '2020-01-02 21:06:44', 449, 132, NULL, 'cash', '', '', '', '', '', '', '25000.00', NULL, 2, NULL, '', '25000.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 (223, '2020-01-02 21:11:46', 450, 110, NULL, 'cash', '', '', '', '', '', '', '24629.00', NULL, 2, NULL, '', '24629.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 (224, '2020-01-02 21:42:50', 463, 132, NULL, 'cash', '', '', '', '', '', '', '37500.00', NULL, 2, NULL, '', '37500.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 (225, '2020-01-02 21:44:22', 324, 67, 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 (226, '2020-01-02 21:44:48', 408, 150, 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 (227, '2020-01-02 21:45:05', 174, 30, 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 (228, '2020-01-02 21:48:14', 80, 67, 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 (229, '2020-01-07 20:39:54', 477, 132, NULL, 'cash', '', '', '', '', '', '', '65000.00', NULL, 2, NULL, '', '65000.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 (230, '2020-01-07 20:44:04', 478, 157, NULL, 'cash', '', '', '', '', '', '', '16414.00', NULL, 2, NULL, '', '16414.00', '-0.50', '', 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 (231, '2020-01-07 20:46:17', 479, 132, 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 (232, '2020-01-07 20:46:47', 471, 155, NULL, 'cash', '', '', '', '', '', 'Visa', '29750.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 (233, '2020-01-07 20:48:17', 427, 66, 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 (234, '2020-01-07 20:49:08', 480, 132, 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 (235, '2020-01-08 12:02:57', 481, 132, NULL, 'cash', '', '', '', '', '', '', '66000.00', NULL, 2, NULL, '', '66000.00', '-56.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 (236, '2020-01-08 12:41:13', 499, 132, NULL, 'cash', '', '', '', '', '', '', '102458.00', NULL, 2, NULL, '', '102458.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 (237, '2020-01-08 12:42:39', 75, 45, 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 (238, '2020-01-08 12:43:32', 55, 82, NULL, 'cash', '', '', '', '', '', 'Visa', '8000.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 (239, '2020-01-08 13:47:19', 518, 132, NULL, 'cash', '', '', '', '', '', '', '77000.00', NULL, 2, NULL, '', '77000.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 (240, '2020-01-08 13:48:48', 501, 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 (241, '2020-01-08 13:49:08', 492, 33, 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 (242, '2020-01-08 13:49:28', 140, 112, 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 (243, '2020-01-08 15:31:45', 532, 132, NULL, 'cash', '', '', '', '', '', '', '60740.00', NULL, 2, NULL, '', '60740.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 (244, '2020-01-08 15:34:16', 490, 12, NULL, 'cash', '', '', '', '', '', 'Visa', '105000.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 (245, '2020-01-08 15:35:32', 435, 50, 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 (246, '2020-01-08 15:36:04', 529, 18, 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 (247, '2020-01-08 18:03:22', 533, 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 (248, '2020-01-08 18:07:15', 534, 32, NULL, 'cash', '', '', '', '', '', 'Visa', '131000.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 (249, '2020-01-08 18:09:49', 525, 110, NULL, 'cash', '', '', '', '', '', 'Visa', '28212.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 (287, '2020-01-09 16:36:59', 536, 132, 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 (301, '2020-01-09 16:40:37', 537, 132, NULL, 'cash', '', '', '', '', '', '', '118754.00', NULL, 2, NULL, '', '118754.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 (317, '2020-01-09 16:51:30', 538, 128, NULL, 'cash', '', '', '', '', '', '', '3696.00', NULL, 2, NULL, '', '3700.00', '4.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 (318, '2020-01-09 16:55:15', 539, 132, NULL, 'cash', '', '', '', '', '', '', '72500.00', NULL, 2, NULL, '', '72500.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 (319, '2020-01-09 18:01:11', 550, 132, NULL, 'cash', '', '', '', '', '', '', '30200.00', NULL, 2, NULL, '', '30200.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 (320, '2020-01-09 18:02:59', 551, 144, NULL, 'cash', '', '', '', '', '', '', '91560.00', NULL, 2, NULL, '', '91560.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 (330, '2020-01-10 15:06:20', 563, 132, NULL, 'cash', '', '', '', '', '', '', '21088.00', NULL, 2, NULL, '', '21088.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 (331, '2020-01-10 15:09:01', 564, 161, NULL, 'cash', '', '', '', '', '', '', '12000.00', NULL, 2, NULL, '', '12000.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 (332, '2020-01-10 15:10:28', 565, 123, 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 (333, '2020-01-10 15:18:54', 566, 132, NULL, 'cash', '', '', '', '', '', '', '47500.00', NULL, 2, NULL, '', '47500.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 (334, '2020-01-10 15:19:33', 567, 131, 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 (335, '2020-01-10 15:20:29', 445, 24, NULL, 'cash', '', '', '', '', '', 'Visa', '75000.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 (336, '2020-01-10 15:20:57', 560, 71, 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 (337, '2020-01-10 18:35:18', 568, 128, NULL, 'cash', '', '', '', '', '', '', '19200.00', NULL, 2, NULL, '', '19200.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 (338, '2020-01-10 18:36:51', 569, 162, NULL, 'cash', '', '', '', '', '', '', '51747.00', NULL, 2, NULL, '', '51747.00', '-0.50', '', 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 (339, '2020-01-10 18:37:44', 553, 63, 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 (340, '2020-01-10 18:38:24', 295, 56, 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 (341, '2020-01-10 18:38:54', 473, 89, 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 (342, '2020-01-10 18:39:21', 397, 52, 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 (343, '2020-01-10 18:41:09', 570, 132, NULL, 'cash', '', '', '', '', '', '', '2999.68', NULL, 2, NULL, '', '3000.00', '0.32', '', 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 (344, '2020-01-11 17:46:35', 586, 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 (345, '2020-01-11 17:47:03', 587, 133, NULL, 'cash', '', '', '', '', '', '', '34000.00', NULL, 2, NULL, '', '34000.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 (346, '2020-01-11 17:47:57', 588, 148, 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 (347, '2020-01-11 17:51:08', 589, 132, NULL, 'cash', '', '', '', '', '', '', '82905.00', NULL, 2, NULL, '', '82905.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 (348, '2020-01-11 17:59:06', 590, 132, NULL, 'cash', '', '', '', '', '', '', '56500.00', NULL, 2, NULL, '', '56500.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 (349, '2020-01-11 18:04:19', 556, 53, NULL, 'cash', '', '', '', '', '', 'Visa', '93000.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 (350, '2020-01-11 18:05:02', 377, 64, 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 (351, '2020-01-11 18:06:07', 542, 48, NULL, 'cash', '', '', '', '', '', 'Visa', '11000.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 (352, '2020-01-11 18:06:41', 230, 65, NULL, 'cash', '', '', '', '', '', 'Visa', '8000.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 (353, '2020-01-11 18:07:08', 49, 21, 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 (354, '2020-01-11 18:07:51', 171, 61, 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 (355, '2020-01-11 18:08:29', 93, 90, 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 (356, '2020-01-11 18:10:05', 425, 27, NULL, 'cash', '', '', '', '', '', 'Visa', '326000.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 (357, '2020-01-11 18:14:19', 345, 13, 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 (358, '2020-01-11 18:15:14', 523, 119, NULL, 'cash', '', '', '', '', '', 'Visa', '28960.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 (359, '2020-01-11 18:16:04', 73, 39, 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 (360, '2020-01-11 18:18:29', 592, 132, NULL, 'cash', '', '', '', '', '', '', '1000.00', NULL, 2, NULL, '', '1000.00', '-40.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 (361, '2020-01-12 17:10:08', 599, 165, NULL, 'cash', '', '', '', '', '', '', '5000.00', NULL, 2, NULL, '', '5000.00', '-11000.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 (362, '2020-01-12 17:15:29', 604, 132, NULL, 'cash', '', '', '', '', '', '', '21000.00', NULL, 2, NULL, '', '21000.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 (363, '2020-01-12 17:18:03', 605, 166, NULL, 'cash', '', '', '', '', '', '', '39500.00', NULL, 2, NULL, '', '39500.00', '-120.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 (364, '2020-01-12 17:18:45', 606, 10, 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 (365, '2020-01-12 17:19:48', 607, 167, NULL, 'cash', '', '', '', '', '', '', '1500.00', NULL, 2, NULL, '', '1500.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 (366, '2020-01-12 17:20:24', 608, 132, NULL, 'cash', '', '', '', '', '', '', '1000.00', NULL, 2, NULL, '', '1000.00', '-3.20', '', 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 (367, '2020-01-12 17:22:38', 593, 110, 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 (368, '2020-01-13 18:09:17', 618, 132, NULL, 'cash', '', '', '', '', '', '', '41596.00', NULL, 2, NULL, '', '41596.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 (369, '2020-01-13 18:10:28', 619, 148, 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 (370, '2020-01-13 18:19:33', 584, 163, 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 (371, '2020-01-13 18:20:01', 600, 106, NULL, 'cash', '', '', '', '', '', 'Visa', '6000.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 (372, '2020-01-14 21:41:18', 632, 132, NULL, 'cash', '', '', '', '', '', '', '205550.00', NULL, 2, NULL, '', '205550.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 (373, '2020-01-15 10:04:58', 633, 127, 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 (374, '2020-01-15 10:08:45', 634, 132, NULL, 'cash', '', '', '', '', '', '', '32499.00', NULL, 2, NULL, '', '32499.00', '-0.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 (375, '2020-01-15 10:09:23', 635, 144, NULL, 'cash', '', '', '', '', '', '', '7375.00', NULL, 2, NULL, '', '7375.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 (376, '2020-01-15 10:10:26', 583, 150, 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 (377, '2020-01-15 10:12:23', 601, 4, NULL, 'cash', '', '', '', '', '', 'Visa', '174180.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 (378, '2020-01-15 19:42:45', 637, 110, NULL, 'cash', '', '', '', '', '', '', '18500.00', NULL, 2, NULL, '', '18500.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 (379, '2020-01-15 19:58:28', 636, 58, 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 (380, '2020-01-15 20:42:12', 646, 132, 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 (381, '2020-01-15 20:43:12', 647, 105, NULL, 'cash', '', '', '', '', '', '', '19380.00', NULL, 2, NULL, '', '19380.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 (382, '2020-01-15 20:45:25', 648, 132, NULL, 'cash', '', '', '', '', '', '', '18000.00', NULL, 2, NULL, '', '18000.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 (383, '2020-01-15 20:46:06', 649, 116, NULL, 'cash', '', '', '', '', '', '', '14620.00', NULL, 2, NULL, '', '14620.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 (384, '2020-01-15 20:47:26', 650, 132, 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 (385, '2020-01-15 20:49:05', 651, 169, NULL, 'cash', '', '', '', '', '', '', '18600.00', NULL, 2, NULL, '', '18600.00', '-34.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 (387, '2020-01-16 18:14:12', 666, 132, NULL, 'cash', '', '', '', '', '', '', '69500.00', NULL, 2, NULL, '', '69500.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 (388, '2020-01-16 18:14:41', 667, 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 (389, '2020-01-16 18:16:27', 668, 132, NULL, 'cash', '', '', '', '', '', '', '42960.00', NULL, 2, NULL, '', '42960.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 (390, '2020-01-16 18:17:22', 625, 54, 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 (391, '2020-01-16 18:18:15', 276, 35, 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 (392, '2020-01-16 18:18:32', 596, 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 (393, '2020-01-16 18:18:56', 624, 66, 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 (394, '2020-01-16 18:23:52', 669, 105, NULL, 'cash', '', '', '', '', '', '', '81000.00', NULL, 2, NULL, '', '81000.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 (395, '2020-01-17 16:43:59', 681, 170, NULL, 'cash', '', '', '', '', '', '', '53000.00', NULL, 2, NULL, '', '53000.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 (396, '2020-01-17 16:53:52', 682, 132, NULL, 'cash', '', '', '', '', '', '', '53163.00', NULL, 2, NULL, '', '53163.00', '-0.75', '', 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 (397, '2020-01-17 16:54:53', 683, 128, NULL, 'cash', '', '', '', '', '', '', '9600.00', NULL, 2, NULL, '', '9600.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 (398, '2020-01-17 16:56:01', 684, 24, NULL, 'cash', '', '', '', '', '', '', '11000.00', NULL, 2, NULL, '', '11000.00', '0.06', '', 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 (399, '2020-01-17 17:30:07', 657, 110, NULL, 'cash', '', '', '', '', '', 'Visa', '149703.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 (400, '2020-01-17 17:35:21', 685, 25, NULL, 'cash', '', '', '', '', '', 'Visa', '91000.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 (401, '2020-01-17 17:49:38', 686, 132, NULL, 'cash', '', '', '', '', '', '', '16000.00', NULL, 2, NULL, '', '16000.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 (402, '2020-01-17 17:50:25', 687, 167, 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 (403, '2020-01-17 17:51:14', 688, 161, 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 (404, '2020-01-18 16:50:52', 689, 130, 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 (405, '2020-01-18 16:53:04', 690, 171, NULL, 'cash', '', '', '', '', '', '', '88600.00', NULL, 2, NULL, '', '88600.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 (406, '2020-01-18 16:54:42', 691, 172, NULL, 'cash', '', '', '', '', '', '', '30500.00', NULL, 2, NULL, '', '30500.00', '-15.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 (407, '2020-01-18 17:14:31', 697, 173, 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 (408, '2020-01-18 17:43:49', 700, 132, NULL, 'cash', '', '', '', '', '', '', '50500.00', NULL, 2, NULL, '', '50500.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 (409, '2020-01-18 17:47:02', 701, 180, 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 (410, '2020-01-18 17:47:48', 702, 128, 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 (411, '2020-01-18 17:51:04', 703, 4, NULL, 'cash', '', '', '', '', '', '', '43200.00', NULL, 2, NULL, '', '43200.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 (412, '2020-01-18 17:52:05', 699, 110, NULL, 'cash', '', '', '', '', '', 'Visa', '6000.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 (413, '2020-01-21 18:49:36', 730, 132, NULL, 'cash', '', '', '', '', '', '', '105499.00', NULL, 2, NULL, '', '105500.00', '1.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 (414, '2020-01-21 18:56:04', 731, 181, NULL, 'cash', '', '', '', '', '', '', '20350.00', NULL, 2, NULL, '', '20350.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 (415, '2020-01-21 18:57:17', 732, 182, NULL, 'cash', '', '', '', '', '', '', '8600.00', NULL, 2, NULL, '', '8600.00', '-40.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 (416, '2020-01-21 18:59:09', 733, 132, NULL, 'cash', '', '', '', '', '', '', '20500.00', NULL, 2, NULL, '', '20500.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 (417, '2020-01-21 19:01:26', 734, 30, 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 (418, '2020-01-22 17:58:00', 740, 71, 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 (419, '2020-01-22 17:58:21', 739, 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 (420, '2020-01-22 17:58:43', 746, 19, 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 (421, '2020-01-22 17:59:36', 736, 43, 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 (422, '2020-01-22 18:00:14', 747, 110, 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 (423, '2020-01-22 18:01:26', 749, 88, 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 (424, '2020-01-22 18:05:24', 750, 132, NULL, 'cash', '', '', '', '', '', '', '21499.00', NULL, 2, NULL, '', '21499.00', '-0.81', '', 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 (425, '2020-01-22 18:06:57', 751, 11, NULL, 'cash', '', '', '', '', '', '', '9500.00', NULL, 2, NULL, '', '9500.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 (426, '2020-01-22 18:08:32', 752, 148, NULL, 'cash', '', '', '', '', '', '', '15500.00', NULL, 2, NULL, '', '15500.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 (427, '2020-01-23 11:00:06', 755, 132, 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 (428, '2020-01-23 11:30:43', 756, 183, NULL, 'cash', '', '', '', '', '', '', '14000.00', NULL, 2, NULL, '', '14000.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 (429, '2020-01-23 11:33:51', 758, 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 (430, '2020-01-23 16:37:55', 762, 132, NULL, 'cash', '', '', '', '', '', '', '25000.00', NULL, 2, NULL, '', '25000.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 (431, '2020-01-23 16:39:41', 763, 128, NULL, 'cash', '', '', '', '', '', '', '19000.00', NULL, 2, NULL, '', '19000.00', '-199.99', '', 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 (432, '2020-01-23 16:48:36', 764, 144, NULL, 'cash', '', '', '', '', '', '', '65994.90', NULL, 2, NULL, '', '66000.00', '5.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 (433, '2020-01-23 16:51:00', 765, 148, NULL, 'cash', '', '', '', '', '', '', '35400.00', NULL, 2, NULL, '', '35400.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 (434, '2020-01-23 18:29:32', 766, 184, 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 (435, '2020-01-23 18:33:08', 767, 132, NULL, 'cash', '', '', '', '', '', '', '3750.00', NULL, 2, NULL, '', '3750.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 (436, '2020-01-24 12:05:55', 768, 2, NULL, 'cash', '', '', '', '', '', 'Visa', '35000.00', NULL, 2, NULL, '<hr><br>', '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 (437, '2020-01-24 12:10:03', 723, 110, NULL, 'cash', '', '', '', '', '', 'Visa', '24000.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 (438, '2020-01-24 12:10:37', 54, 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 (439, '2020-01-24 12:14:46', 779, 132, NULL, 'cash', '', '', '', '', '', '', '18496.00', NULL, 2, NULL, '', '18496.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 (440, '2020-01-24 12:16:07', 780, 97, 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 (441, '2020-01-24 12:17:58', 781, 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 (442, '2020-01-24 18:00:33', 784, 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 (443, '2020-01-24 18:43:03', 785, 169, NULL, 'cash', '', '', '', '', '', '', '49000.00', NULL, 2, NULL, '', '49000.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 (444, '2020-01-25 16:26:44', 786, 43, 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 (445, '2020-01-25 16:27:19', 707, 110, NULL, 'cash', '', '', '', '', '', 'Visa', '6000.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 (446, '2020-01-25 16:30:04', 793, 132, NULL, 'cash', '', '', '', '', '', '', '33300.00', NULL, 2, NULL, '', '33300.00', '-20.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 (447, '2020-01-25 16:31:02', 794, 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 (448, '2020-01-25 16:33:20', 795, 186, NULL, 'cash', '', '', '', '', '', '', '21000.00', NULL, 2, NULL, '', '21000.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 (449, '2020-01-25 17:40:56', 799, 132, NULL, 'cash', '', '', '', '', '', '', '19500.00', NULL, 2, NULL, '', '19500.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 (450, '2020-01-25 17:42:22', 748, 120, NULL, 'cash', '', '', '', '', '', 'Visa', '16372.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 (451, '2020-01-25 17:48:18', 800, 144, 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 (452, '2020-01-25 17:56:19', 801, 132, NULL, 'cash', '', '', '', '', '', '', '2500.00', NULL, 2, NULL, '', '2500.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 (457, '2020-01-27 19:52:55', 810, 132, NULL, 'cash', '', '', '', '', '', '', '54000.00', NULL, 2, NULL, '', '54000.00', '-17.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 (458, '2020-01-27 20:03:15', 811, 132, 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 (459, '2020-01-27 20:04:03', 783, 13, 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 (460, '2020-01-27 20:08:09', 812, 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 (461, '2020-01-27 20:10:38', 813, 157, NULL, 'cash', '', '', '', '', '', '', '16120.00', NULL, 2, NULL, 'Sr=12pcs', '16120.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 (462, '2020-01-27 20:11:40', 813, 157, NULL, 'cash', '', '', '', '', '', 'Visa', '0.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 (463, '2020-01-27 20:12:55', 711, 49, NULL, 'cash', '', '', '', '', '', 'Visa', '60000.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 (464, '2020-01-27 20:14:38', 814, 132, 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 (465, '2020-01-27 20:17:22', 815, 187, NULL, 'cash', '', '', '', '', '', '', '45000.00', NULL, 2, NULL, '', '45000.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 (466, '2020-01-27 20:23:42', 816, 188, NULL, 'cash', '', '', '', '', '', '', '9500.00', NULL, 2, NULL, '', '9500.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 (467, '2020-01-28 20:39:10', 662, 87, NULL, 'cash', '', '', '', '', '', 'Visa', '6000.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 (468, '2020-01-28 20:56:57', 826, 38, NULL, 'cash', '', '', '', '', '', 'Visa', '121000.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 (469, '2020-01-28 20:59:10', 827, 24, NULL, 'cash', '', '', '', '', '', 'Visa', '100000.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 (470, '2020-01-28 21:05:28', 777, 20, NULL, 'cash', '', '', '', '', '', 'Visa', '275000.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 (471, '2020-01-31 10:34:09', 796, 110, NULL, 'cash', '', '', '', '', '', 'Visa', '15500.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 (472, '2020-01-31 10:39:57', 832, 132, NULL, 'cash', '', '', '', '', '', '', '67540.00', NULL, 2, NULL, '', '67540.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 (473, '2020-01-31 10:44:55', 833, 151, NULL, 'cash', '', '', '', '', '', '', '95300.00', NULL, 2, NULL, '', '95300.00', '-47.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 (474, '2020-01-31 10:48:52', 834, 132, NULL, 'cash', '', '', '', '', '', '', '128320.00', NULL, 2, NULL, '', '128320.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 (475, '2020-01-31 10:56:02', 835, 144, NULL, 'cash', '', '', '', '', '', '', '136000.00', NULL, 2, NULL, '', '136000.00', '-200.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 (476, '2020-01-31 11:03:03', 507, 158, 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 (477, '2020-01-31 11:11:50', 836, 132, NULL, 'cash', '', '', '', '', '', '', '43500.00', NULL, 2, NULL, '', '43500.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 (478, '2020-01-31 11:16:22', 837, 132, NULL, 'cash', '', '', '', '', '', '', '23000.00', NULL, 2, NULL, '', '23000.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 (479, '2020-01-31 11:19:30', 838, 6, NULL, 'cash', '', '', '', '', '', '', '7400.00', NULL, 2, NULL, '', '7400.00', '-12.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 (480, '2020-01-31 11:20:40', 787, 119, NULL, 'cash', '', '', '', '', '', 'Visa', '72714.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 (481, '2020-01-31 11:28:21', 839, 132, NULL, 'cash', '', '', '', '', '', '', '32000.00', NULL, 2, NULL, '', '32000.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 (482, '2020-01-31 11:31:48', 840, 128, NULL, 'cash', '', '', '', '', '', '', '19200.00', NULL, 2, NULL, '', '19200.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 (483, '2020-01-31 11:32:49', 841, 184, NULL, 'cash', '', '', '', '', '', '', '24500.00', NULL, 2, NULL, '', '24500.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 (484, '2020-01-31 11:38:38', 842, 132, NULL, 'cash', '', '', '', '', '', '', '35200.00', NULL, 2, NULL, '', '35200.00', '-88.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 (485, '2020-01-31 11:50:51', 843, 189, NULL, 'cash', '', '', '', '', '', '', '24800.00', NULL, 2, NULL, '', '24800.00', '-48.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 (486, '2020-01-31 11:51:26', 820, 18, 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 (487, '2020-01-31 11:52:43', 775, 12, NULL, 'cash', '', '', '', '', '', 'Visa', '100000.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 (488, '2020-01-31 11:53:19', 90, 88, 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 (489, '2020-01-31 18:23:08', 844, 132, NULL, 'cash', '', '', '', '', '', '', '59099.94', NULL, 2, NULL, '', '59100.00', '0.06', '', 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 (490, '2020-02-01 18:09:54', 845, 132, NULL, 'cash', '', '', '', '', '', '', '45700.00', NULL, 2, NULL, '', '45700.00', '-16.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 (491, '2020-02-01 18:13:19', 846, 190, 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 (492, '2020-02-01 18:14:21', 847, 99, 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 (493, '2020-02-01 18:15:15', 848, 148, NULL, 'cash', '', '', '', '', '', '', '47000.00', NULL, 2, NULL, '', '47000.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 (494, '2020-02-01 18:24:34', 849, 132, NULL, 'cash', '', '', '', '', '', '', '120000.00', NULL, 2, NULL, '', '120000.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 (495, '2020-02-01 18:28:04', 850, 132, NULL, 'cash', '', '', '', '', '', '', '19988.00', NULL, 2, NULL, '', '20000.00', '12.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 (496, '2020-02-01 19:31:39', 851, 132, NULL, 'cash', '', '', '', '', '', '', '27000.00', NULL, 2, NULL, '', '27000.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 (497, '2020-02-01 19:33:12', 852, 116, 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 (498, '2020-02-01 19:33:52', 670, 42, 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 (499, '2020-02-01 20:45:31', 782, 22, NULL, 'cash', '', '', '', '', '', 'Visa', '91000.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 (500, '2020-02-01 20:49:38', 822, 71, 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 (501, '2020-02-01 21:10:31', 804, 121, NULL, 'cash', '', '', '', '', '', 'Visa', '12000.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 (502, '2020-02-01 21:11:46', 792, 36, 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 (503, '2020-02-01 21:13:16', 864, 33, NULL, 'cash', '', '', '', '', '', 'Visa', '8000.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 (504, '2020-02-01 21:25:35', 628, 40, NULL, 'cash', '', '', '', '', '', 'Visa', '14000.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 (505, '2020-02-01 21:31:47', 544, 31, 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 (506, '2020-02-01 21:33:04', 519, 46, 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 (507, '2020-02-01 21:35:19', 500, 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 (508, '2020-02-01 21:36:58', 717, 29, 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 (509, '2020-02-03 17:52:09', 882, 110, NULL, 'cash', '', '', '', '', '', 'Visa', '20500.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 (510, '2020-02-03 17:59:25', 884, 132, NULL, 'cash', '', '', '', '', '', '', '48500.00', NULL, 2, NULL, '', '48500.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 (511, '2020-02-03 18:15:55', 885, 132, NULL, 'cash', '', '', '', '', '', '', '43000.00', NULL, 2, NULL, '', '43000.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 (512, '2020-02-04 18:04:05', 902, 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 (513, '2020-02-04 18:07:55', 905, 182, NULL, 'cash', '', '', '', '', '', '', '18480.00', NULL, 2, NULL, '', '18500.00', '20.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 (514, '2020-02-04 18:15:22', 906, 132, NULL, 'cash', '', '', '', '', '', '', '9399.00', NULL, 2, NULL, '', '9399.00', '-0.99', '', 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 (515, '2020-02-04 18:16:03', 897, 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 (516, '2020-02-04 18:16:32', 503, 60, 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 (517, '2020-02-04 18:19:43', 907, 132, 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 (518, '2020-02-04 18:20:15', 908, 148, 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 (519, '2020-02-04 18:31:46', 909, 132, NULL, 'cash', '', '', '', '', '', '', '26000.00', NULL, 2, NULL, '', '26000.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 (520, '2020-02-06 20:51:36', 936, 132, NULL, 'cash', '', '', '', '', '', '', '78100.00', NULL, 2, NULL, '', '78100.00', '-20.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 (521, '2020-02-06 20:53:17', 890, 53, NULL, 'cash', '', '', '', '', '', 'Visa', '95000.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 (522, '2020-02-06 20:53:56', 520, 45, 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 (523, '2020-02-06 20:54:52', 866, 52, 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 (524, '2020-02-06 20:55:49', 922, 25, NULL, 'cash', '', '', '', '', '', 'Visa', '86000.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 (525, '2020-02-06 20:56:58', 915, 15, NULL, 'cash', '', '', '', '', '', 'Visa', '110000.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 (526, '2020-02-06 21:10:17', 937, 132, NULL, 'cash', '', '', '', '', '', '', '31100.00', NULL, 2, NULL, '', '31100.00', '-20.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 (527, '2020-02-06 21:10:44', 896, 43, 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 (528, '2020-02-06 21:11:30', 552, 40, NULL, 'cash', '', '', '', '', '', 'Visa', '21000.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 (529, '2020-02-06 21:12:49', 757, 9, NULL, 'cash', '', '', '', '', '', 'Visa', '1042000.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 (530, '2020-02-06 21:14:21', 918, 27, 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 (531, '2020-02-06 21:14:48', 742, 63, 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 (532, '2020-02-06 21:15:14', 771, 48, 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 (533, '2020-02-06 21:15:44', 878, 61, 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 (534, '2020-02-06 21:16:26', 773, 185, 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 (535, '2020-02-06 21:16:47', 860, 191, 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 (536, '2020-02-06 21:17:27', 929, 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 (537, '2020-02-07 18:08:27', 952, 132, NULL, 'cash', '', '', '', '', '', '', '48495.40', NULL, 2, NULL, '', '48500.00', '4.60', '', 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 (538, '2020-02-07 18:10:40', 953, 157, NULL, 'cash', '', '', '', '', '', '', '18000.00', NULL, 2, NULL, '', '18000.00', '-8.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 (539, '2020-02-07 18:15:48', 954, 148, NULL, 'cash', '', '', '', '', '', '', '32000.00', NULL, 2, NULL, '', '32000.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 (540, '2020-02-07 18:18:12', 674, 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 (541, '2020-02-07 18:19:23', 39, 51, 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 (542, '2020-02-07 18:20:19', 955, 144, NULL, 'cash', '', '', '', '', '', '', '35750.00', NULL, 2, NULL, '', '35750.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 (543, '2020-02-11 08:36:38', 945, 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 (544, '2020-02-11 08:38:26', 472, 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 (545, '2020-02-11 08:42:29', 986, 132, NULL, 'cash', '', '', '', '', '', '', '12315.00', NULL, 2, NULL, '', '12315.00', '-0.05', '', 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 (546, '2020-02-11 08:45:57', 988, 169, NULL, 'cash', '', '', '', '', '', 'Visa', '37196.88', 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 (547, '2020-02-11 08:46:54', 573, 56, 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 (548, '2020-02-11 08:48:29', 989, 132, 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 (549, '2020-02-11 16:37:55', 990, 132, 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 (550, '2020-02-11 16:50:42', 991, 169, NULL, 'cash', '', '', '', '', '', '', '36500.00', NULL, 2, NULL, '', '36500.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 (551, '2020-02-11 17:11:41', 992, 132, NULL, 'cash', '', '', '', '', '', '', '57900.00', NULL, 2, NULL, '', '57900.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 (552, '2020-02-11 17:15:53', 993, 194, 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 (553, '2020-02-11 17:16:30', 880, 54, 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 (554, '2020-02-11 17:16:53', 892, 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 (555, '2020-02-11 17:19:15', 994, 132, NULL, 'cash', '', '', '', '', '', '', '17700.00', NULL, 2, NULL, '', '17700.00', '-24.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 (556, '2020-02-11 17:20:54', 995, 68, NULL, 'cash', '', '', '', '', '', '', '17200.00', NULL, 2, NULL, '', '17200.00', '-80.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 (557, '2020-02-11 17:21:20', 996, 132, 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 (558, '2020-02-11 17:33:57', 997, 195, NULL, 'cash', '', '', '', '', '', '', '5700.00', NULL, 2, NULL, '', '5700.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 (559, '2020-02-11 17:35:02', 998, 144, NULL, 'cash', '', '', '', '', '', '', '47000.00', NULL, 2, NULL, '', '47000.00', '-40.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 (560, '2020-02-13 17:48:29', 1030, 132, NULL, 'cash', '', '', '', '', '', '', '28996.00', NULL, 2, NULL, '', '29000.00', '4.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 (561, '2020-02-13 17:49:28', 1031, 9, NULL, 'cash', '', '', '', '', '', '', '180000.00', NULL, 2, NULL, '', '180000.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 (562, '2020-02-13 17:51:08', 1032, 68, 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 (563, '2020-02-13 17:51:50', 1007, 196, 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 (564, '2020-02-13 17:52:23', 1026, 119, 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 (565, '2020-02-13 17:52:46', 999, 71, 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 (566, '2020-02-13 18:04:56', 1033, 132, 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 (567, '2020-02-13 18:12:58', 1034, 132, NULL, 'cash', '', '', '', '', '', '', '94500.00', NULL, 2, NULL, '', '94500.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 (568, '2020-02-13 18:16:05', 1035, 197, NULL, 'cash', '', '', '', '', '', '', '40000.00', NULL, 2, NULL, '', '40000.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 (569, '2020-02-13 18:17:10', 1036, 3, NULL, 'cash', '', '', '', '', '', '', '60000.00', NULL, 2, NULL, '', '60000.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 (570, '2020-02-14 15:53:18', 1037, 128, NULL, 'cash', '', '', '', '', '', '', '7999.40', NULL, 2, NULL, '', '8000.00', '0.60', '', 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 (571, '2020-02-14 15:57:45', 1038, 132, NULL, 'cash', '', '', '', '', '', '', '40000.00', NULL, 2, NULL, '', '40000.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 (572, '2020-02-14 16:13:09', 862, 75, 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 (573, '2020-02-14 16:15:06', 977, 57, NULL, 'cash', '', '', '', '', '', 'Visa', '72000.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 (574, '2020-02-14 17:57:54', 1054, 132, NULL, 'cash', '', '', '', '', '', '', '31500.00', NULL, 2, NULL, '', '31500.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 (575, '2020-02-14 17:58:54', 931, 133, 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 (576, '2020-02-15 18:19:40', 1062, 132, NULL, 'cash', '', '', '', '', '', '', '160600.00', NULL, 2, NULL, '', '160600.00', '-25.84', '', 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 (577, '2020-02-15 18:21:43', 1063, 144, NULL, 'cash', '', '', '', '', '', '', '48680.00', NULL, 2, NULL, '', '48680.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 (578, '2020-02-15 18:22:37', 1064, 131, NULL, 'cash', '', '', '', '', '', '', '10400.00', NULL, 2, NULL, '', '10400.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 (579, '2020-02-15 18:24:51', 1065, 199, NULL, 'cash', '', '', '', '', '', '', '27000.00', NULL, 2, NULL, '', '27000.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 (580, '2020-02-15 18:26:12', 1066, 200, 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 (581, '2020-02-15 18:27:12', 1055, 50, 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 (582, '2020-02-15 18:27:30', 1056, 150, 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 (583, '2020-02-17 18:10:58', 1067, 132, 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 (584, '2020-02-17 18:11:28', 1061, 158, 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 (585, '2020-02-17 18:12:27', 1047, 110, NULL, 'cash', '', '', '', '', '', 'Visa', '97000.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 (586, '2020-02-17 19:04:10', 1068, 201, NULL, 'cash', '', '', '', '', '', '', '137000.00', NULL, 2, NULL, '', '137000.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 (587, '2020-02-20 16:44:37', 1069, 132, NULL, 'cash', '', '', '', '', '', '', '73350.00', NULL, 2, NULL, '', '73350.00', '-6.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 (588, '2020-02-20 16:45:13', 1070, 144, NULL, 'cash', '', '', '', '', '', '', '44000.00', NULL, 2, NULL, '', '44000.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 (589, '2020-02-20 16:46:56', 1071, 169, 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 (590, '2020-02-20 16:48:09', 935, 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 (591, '2020-02-20 16:48:45', 1041, 198, 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 (592, '2020-02-20 16:52:50', 1072, 132, NULL, 'cash', '', '', '', '', '', '', '27500.00', NULL, 2, NULL, '', '27500.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 (593, '2020-02-20 17:38:08', 1073, 132, NULL, 'cash', '', '', '', '', '', '', '166680.00', NULL, 2, NULL, '', '166700.00', '20.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 (594, '2020-02-20 17:40:57', 1074, 202, 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 (595, '2020-02-20 17:45:36', 1075, 132, NULL, 'cash', '', '', '', '', '', '', '12000.00', NULL, 2, NULL, '', '12000.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 (596, '2020-02-20 17:51:36', 975, 29, 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 (597, '2020-02-20 17:51:59', 493, 29, 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 (598, '2020-02-20 17:56:01', 1013, 43, 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 (599, '2020-02-20 18:08:39', 1076, 132, NULL, 'cash', '', '', '', '', '', '', '47950.00', NULL, 2, NULL, '', '47950.00', '-12.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 (600, '2020-02-20 18:11:07', 1077, 203, NULL, 'cash', '', '', '', '', '', '', '33200.00', NULL, 2, NULL, '', '33200.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 (601, '2020-02-20 18:13:11', 1029, 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 (602, '2020-02-20 18:22:17', 1078, 204, 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 (603, '2020-02-20 18:23:25', 1079, 132, 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 (604, '2020-02-21 13:33:44', 1028, 24, NULL, 'cash', '', '', '', '', '', 'Visa', '80000.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 (605, '2020-02-21 18:27:46', 1022, 59, 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 (606, '2020-02-21 18:31:53', 1110, 132, NULL, 'cash', '', '', '', '', '', '', '75740.00', NULL, 2, NULL, '', '75740.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 (607, '2020-02-21 18:36:25', 1111, 184, NULL, 'cash', '', '', '', '', '', '', '20000.00', NULL, 2, NULL, '', '20000.00', '-33000.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 (608, '2020-02-21 18:42:51', 1112, 201, NULL, 'cash', '', '', '', '', '', '', '38000.00', NULL, 2, NULL, '', '38000.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 (609, '2020-02-22 17:49:43', 1123, 132, NULL, 'cash', '', '', '', '', '', '', '12400.00', NULL, 2, NULL, '', '12400.00', '-7.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 (610, '2020-02-22 17:53:47', 1124, 128, NULL, 'cash', '', '', '', '', '', '', '19200.00', NULL, 2, NULL, '', '19200.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 (611, '2020-02-22 17:54:19', 1109, 144, NULL, 'cash', '', '', '', '', '', 'Visa', '108960.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 (612, '2020-02-22 18:03:24', 1125, 144, NULL, 'cash', '', '', '', '', '', '', '114000.00', NULL, 2, NULL, '', '114000.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 (613, '2020-02-22 18:04:58', 1126, 148, 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 (614, '2020-02-22 18:06:50', 1127, 132, NULL, 'cash', '', '', '', '', '', '', '25500.00', NULL, 2, NULL, '', '25500.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 (615, '2020-02-22 18:07:41', 1119, 36, NULL, 'cash', '', '', '', '', '', 'Visa', '100000.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 (616, '2020-02-24 17:30:25', 1144, 132, NULL, 'cash', '', '', '', '', '', '', '55500.00', NULL, 2, NULL, '', '55500.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 (617, '2020-02-24 18:10:20', 1145, 132, NULL, 'cash', '', '', '', '', '', '', '50999.00', NULL, 2, NULL, '', '50999.00', '-0.97', '', 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 (618, '2020-02-24 18:12:03', 1146, 128, NULL, 'cash', '', '', '', '', '', '', '7999.60', NULL, 2, NULL, '', '8000.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 (619, '2020-02-24 18:14:10', 1147, 205, 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 (620, '2020-02-24 18:15:56', 1148, 148, NULL, 'cash', '', '', '', '', '', '', '16000.00', NULL, 2, NULL, '', '16000.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 (621, '2020-02-24 18:17:52', 1149, 10, 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 (622, '2020-02-25 18:06:36', 1163, 132, NULL, 'cash', '', '', '', '', '', '', '69900.00', NULL, 2, NULL, '', '69900.00', '-19.58', '', 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 (623, '2020-02-25 18:10:49', 1164, 166, NULL, 'cash', '', '', '', '', '', '', '39000.00', NULL, 2, NULL, '', '39000.00', '-20.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 (624, '2020-02-25 18:11:27', 1165, 127, NULL, 'cash', '', '', '', '', '', '', '6960.00', NULL, 2, NULL, '', '7000.00', '40.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 (625, '2020-02-25 18:12:49', 1166, 208, NULL, 'cash', '', '', '', '', '', '', '8000.00', NULL, 2, NULL, '', '8000.00', '-24.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 (626, '2020-02-25 18:15:55', 1159, 19, NULL, 'cash', '', '', '', '', '', 'Visa', '81000.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 (627, '2020-02-25 18:17:11', 1160, 23, 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 (628, '2020-02-25 18:17:34', 868, 137, 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 (629, '2020-02-25 18:17:56', 722, 28, NULL, 'cash', '', '', '', '', '', 'Visa', '45000.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 (630, '2020-02-25 18:19:36', 1167, 132, NULL, 'cash', '', '', '', '', '', '', '36500.00', NULL, 2, NULL, '', '36500.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 (631, '2020-02-25 18:20:08', 1168, 132, 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 (632, '2020-02-25 18:21:06', 1169, 203, NULL, 'cash', '', '', '', '', '', '', '33200.00', NULL, 2, NULL, '', '33200.00', '-100.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 (633, '2020-02-27 17:36:49', 1182, 132, NULL, 'cash', '', '', '', '', '', '', '179500.00', NULL, 2, NULL, '', '179500.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 (634, '2020-02-27 17:44:27', 1175, 2, 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 (635, '2020-02-27 17:45:37', 1096, 24, NULL, 'cash', '', '', '', '', '', 'Visa', '55000.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 (636, '2020-02-27 17:46:22', 1183, 166, 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 (637, '2020-02-27 17:50:23', 1184, 132, NULL, 'cash', '', '', '', '', '', '', '50400.00', NULL, 2, NULL, '', '50400.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 (638, '2020-02-27 18:01:12', 1185, 132, NULL, 'cash', '', '', '', '', '', '', '51300.00', NULL, 2, NULL, '', '51300.00', '-30.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 (639, '2020-02-27 18:02:45', 1111, 184, NULL, 'cash', '', '', '', '', '', 'Visa', '33000.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 (640, '2020-02-27 18:04:15', 930, 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 (641, '2020-02-27 18:04:34', 1178, 67, 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 (642, '2020-02-27 18:07:07', 1186, 132, NULL, 'cash', '', '', '', '', '', '', '33072.00', NULL, 2, NULL, '', '33100.00', '28.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 (643, '2020-02-27 18:07:43', 1187, 132, 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 (644, '2020-02-28 17:43:20', 1192, 209, 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 (645, '2020-02-28 17:50:45', 1197, 132, NULL, 'cash', '', '', '', '', '', '', '52999.81', NULL, 2, NULL, '', '53000.00', '0.19', '', 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 (646, '2020-02-28 17:51:10', 1180, 163, 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 (647, '2020-02-29 18:33:27', 1207, 132, NULL, 'cash', '', '', '', '', '', '', '57600.00', NULL, 2, NULL, '', '57600.00', '-20.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 (648, '2020-02-29 18:37:59', 1209, 116, NULL, 'cash', '', '', '', '', '', '', '23100.00', NULL, 2, NULL, '', '23100.00', '-20.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 (649, '2020-02-29 18:38:42', 1201, 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 (650, '2020-02-29 18:39:43', 1139, 32, NULL, 'cash', '', '', '', '', '', 'Visa', '101000.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 (651, '2020-02-29 18:41:34', 1210, 40, 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 (652, '2020-03-02 17:43:27', 1219, 132, 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 (653, '2020-03-02 17:53:44', 1227, 132, NULL, 'cash', '', '', '', '', '', '', '35500.00', NULL, 2, NULL, '', '35500.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 (654, '2020-03-02 17:56:57', 1228, 201, NULL, 'cash', '', '', '', '', '', '', '9144.00', NULL, 2, NULL, '', '9144.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 (655, '2020-03-02 18:05:31', 1229, 132, NULL, 'cash', '', '', '', '', '', '', '42300.00', NULL, 2, NULL, '', '42300.00', '-20.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 (656, '2020-03-02 18:09:31', 1230, 132, NULL, 'cash', '', '', '', '', '', '', '42000.00', NULL, 2, NULL, '', '42000.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 (657, '2020-03-02 18:11:15', 1231, 59, 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 (658, '2020-03-02 18:12:05', 1226, 50, 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 (659, '2020-03-02 18:12:48', 1232, 116, NULL, 'cash', '', '', '', '', '', '', '18200.00', NULL, 2, NULL, '', '18200.00', '-40.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 (660, '2020-03-02 18:21:20', 1233, 132, NULL, 'cash', '', '', '', '', '', '', '36200.00', NULL, 2, NULL, '', '36200.00', '-38.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 (661, '2020-03-02 18:22:14', 1234, 130, 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 (662, '2020-03-02 18:22:49', 1221, 71, NULL, 'cash', '', '', '', '', '', 'Visa', '26000.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 (663, '2020-03-02 18:23:29', 1196, 144, NULL, 'cash', '', '', '', '', '', 'Visa', '125000.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 (664, '2020-03-02 18:28:19', 1235, 144, NULL, 'cash', '', '', '', '', '', '', '72800.00', NULL, 2, NULL, '', '72800.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 (665, '2020-03-02 18:30:35', 1236, 212, NULL, 'cash', '', '', '', '', '', '', '39000.00', NULL, 2, NULL, '', '39000.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 (666, '2020-03-03 18:20:45', 1254, 132, NULL, 'cash', '', '', '', '', '', '', '140100.00', NULL, 2, NULL, '', '140100.00', '-20.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 (667, '2020-03-03 18:23:34', 1255, 213, NULL, 'cash', '', '', '', '', '', '', '15200.00', NULL, 2, NULL, '', '15200.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 (668, '2020-03-03 19:00:52', 1256, 214, NULL, 'cash', '', '', '', '', '', '', '159000.00', NULL, 2, NULL, '', '159000.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 (669, '2020-03-03 19:01:21', 1102, 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 (670, '2020-03-03 19:01:53', 1251, 38, NULL, 'cash', '', '', '', '', '', 'Visa', '125000.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 (671, '2020-03-03 19:02:24', 1245, 25, NULL, 'cash', '', '', '', '', '', 'Visa', '106000.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 (672, '2020-03-03 19:02:50', 1252, 26, NULL, 'cash', '', '', '', '', '', 'Visa', '80000.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 (673, '2020-03-03 19:03:26', 1128, 15, 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 (674, '2020-03-03 19:04:03', 1082, 14, NULL, 'cash', '', '', '', '', '', 'Visa', '200000.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 (675, '2020-03-03 19:04:24', 1143, 49, NULL, 'cash', '', '', '', '', '', 'Visa', '55000.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 (676, '2020-03-03 19:06:58', 1257, 132, NULL, 'cash', '', '', '', '', '', '', '5000.00', NULL, 2, NULL, '', '5000.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=52 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);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (17, '2019-12-28 11:24:41', 'daliy income', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (18, '2019-12-29 16:56:01', 'daliy income', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (19, '2019-12-31 12:41:54', 'daliy income', '20000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (20, '2020-01-01 20:29:56', 'daliy income', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (21, '2020-01-02 16:37:29', 'daliy income', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (22, '2020-01-03 17:40:28', 'daliy income 2ရက်ခ', '24000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (23, '2020-01-07 16:13:13', 'daliy income', '36000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (25, '2020-01-08 17:42:56', 'daliy income', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (26, '2020-01-10 18:50:02', 'daliy income', '24000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (27, '2020-01-11 17:08:50', 'daliy income', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (28, '2020-01-12 17:23:23', 'daliy income', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (29, '2020-01-13 18:11:16', 'daliy income', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (30, '2020-01-15 10:51:08', 'daliy income', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (31, '2020-01-16 18:25:48', 'daliy income', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (32, '2020-01-16 18:26:19', 'daliy income', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (33, '2020-01-17 16:22:14', 'daliy income', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (34, '2020-01-18 17:03:24', 'daliy income', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (35, '2020-01-21 19:11:32', 'daliy income', '36000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (36, '2020-01-22 18:12:25', 'daliy income', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (37, '2020-01-24 18:14:18', 'daliy income', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (38, '2020-01-24 18:14:46', 'daliy income', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (39, '2020-01-25 16:34:51', 'daliy income', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (40, '2020-01-27 17:59:15', 'daliy income', '24000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (41, '2020-02-01 19:38:10', 'daliy income', '48000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (42, '2020-02-03 18:00:11', 'daliy income', '24000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (43, '2020-02-04 19:04:00', 'daliy income', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (44, '2020-02-07 18:35:20', 'daliy income 3ရက်ခ', '36000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (45, '2020-02-14 18:53:29', 'daliy income 7day', '84000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (46, '2020-02-15 18:27:58', 'daliy income', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (47, '2020-02-21 18:44:24', 'daliy income 6 day', '72000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (48, '2020-02-22 16:50:33', 'daliy income', '12000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (49, '2020-02-25 18:25:38', 'daliy income 3ရက်ခ', '36000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (50, '2020-02-28 17:51:58', 'daliy income 3ရက်ခ', '36000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_income` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (51, '2020-03-02 18:33:52', 'daliy income', '36000.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=170 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);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (50, '2019-12-28 11:25:03', 'ဘုန်းကြီးလှူ', '1000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (51, '2019-12-28 11:27:49', 'ငှက်ပျောသီး', '300.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (52, '2019-12-28 11:28:36', 'ကြာဇံကျော်', '1000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (53, '2019-12-28 13:51:10', 'သက်သက်လွတ် ဟင်းဝယ်စား', '1100.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (54, '2019-12-28 13:55:02', 'အုန်းသီး', '1000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (55, '2019-12-29 16:56:41', 'အိမ်သာ ', '100.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (56, '2019-12-29 16:57:07', 'သက်သက်လွတ် ဟင်းဝယ်စား', '1100.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (57, '2019-12-29 16:57:45', 'ဆံပင်ညှပ်', '1000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (58, '2019-12-30 09:54:35', 'မဒီနာ ဆိတ်သားကြော်', '1500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (59, '2019-12-30 09:55:50', 'ဘုန်းကြီးလှူ', '1000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (60, '2019-12-30 09:56:38', 'ငှက်ပျောသီး', '300.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (61, '2019-12-31 12:43:22', 'ရွေတောင်ခေါက်ဆွဲ+ထမင်း ', '1500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (62, '2019-12-31 12:44:20', 'ငါးရံဟင်း', '2500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (63, '2019-12-31 12:47:12', 'ရေနွေသောက်', '50.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (64, '2019-12-31 12:47:47', 'အိမ်သာ ', '100.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (65, '2019-12-31 19:23:49', 'ကုလာပု 100plus တိုက်', '600.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (66, '2020-01-01 20:30:52', 'Shwe pa linn မုန့်စား', '4000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (67, '2020-01-01 20:31:55', 'ဘုန်းကြီးလှူ', '1000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (68, '2020-01-02 16:37:53', 'တိုရှည်', '300.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (69, '2020-01-02 16:42:15', 'Ragu နဲး လက်ဖက်ရည်တိုက်', '500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (70, '2020-01-02 16:43:08', 'ဘိန်းမုန့်စား', '800.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (71, '2020-01-03 09:08:58', 'မုန့်စိမ်ပေါင်း', '300.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (72, '2020-01-03 09:10:17', 'ဘုန်းကြီးလှူ', '1500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (73, '2020-01-03 17:41:02', 'ဆိတ်သာဟင်းစား', '2000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (74, '2020-01-07 16:16:04', 'ဘုန်းကြီးလှူ', '1500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (75, '2020-01-07 16:17:08', 'Velan ဆိတ်သားဟင်း', '2000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (76, '2020-01-07 16:18:02', 'အိမ်သာ ', '200.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (78, '2020-01-08 17:43:28', 'တိုရှည်', '600.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (79, '2020-01-08 17:44:45', 'ထမင်းကြော်+ဆမူဆာ+နွားနို့', '1050.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (80, '2020-01-08 17:45:27', 'အိမ်သာ ', '100.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (81, '2020-01-09 11:21:26', 'ဘုန်းကြီးလှူ', '1500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (82, '2020-01-09 11:21:56', 'ထမင်းကြော်+ဆမူဆာ', '550.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (83, '2020-01-09 11:25:38', 'ငှက်ပျောသီး', '300.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (84, '2020-01-10 18:50:31', 'အိမ်သာ ', '300.00', '<em></em>', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (85, '2020-01-10 18:51:13', 'တိုရှည်', '1200.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (86, '2020-01-11 17:09:40', 'နာရီ လက်ပက်ကြိုးလှဲ', '8500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (87, '2020-01-11 17:10:14', 'ငှက်ပျောသီး', '200.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (88, '2020-01-11 17:20:20', 'ဆိုင်ကယ်ဆီထည့်', '2000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (89, '2020-01-12 17:23:50', 'အိမ်သာ ', '100.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (90, '2020-01-13 18:11:42', 'တိုရှည်', '600.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (91, '2020-01-13 18:14:35', 'ငှက်ပျောသီး', '300.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (92, '2020-01-13 18:15:16', 'ကြက်ကုန်းဘောင် ', '1000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (93, '2020-01-13 18:15:50', 'ချက်ပါတီ', '500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (94, '2020-01-16 18:27:18', 'ခေါက်ဆွဲသုပ်+ထမင်းဖြူ', '1200.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (95, '2020-01-16 18:27:42', 'အိမ်သာ 3', '300.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (96, '2020-01-16 18:28:38', 'Kfc', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (97, '2020-01-16 18:29:18', 'ဆိတ်စွပ်နံပြာ', '3900.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (98, '2020-01-16 18:29:49', 'ဝင်ကြေး', '200.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (99, '2020-01-17 17:36:42', 'ထမင်းကြော်+ဆမူဆာ+ကြက်ဥကြော် ', '950.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (100, '2020-01-17 17:37:38', 'ဘရာကြော်ဝယ်ကျွေး', '700.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (101, '2020-01-17 17:38:50', 'ဘုန်းကြီးလှူ', '2500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (102, '2020-01-18 17:03:48', 'အီတလီ', '1800.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (103, '2020-01-18 17:04:20', 'ဘုန်းကြီးလှူ', '1500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (104, '2020-01-18 17:06:05', 'အိမ်သာ ', '100.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (105, '2020-01-18 17:07:00', 'မုန့်လက်ဆောင်', '800.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (106, '2020-01-18 17:54:25', 'ပဲပြုတ်နံပြာ', '500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (107, '2020-01-21 19:14:21', 'ဘုန်းကြီးလှူ', '2500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (108, '2020-01-21 19:15:16', 'ပဲပြုတ်', '200.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (109, '2020-01-21 19:16:36', 'ခေါက်ဆွဲသုပ်+ထမင်းဖြူ', '1200.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (110, '2020-01-21 19:17:45', 'တိုရှည်', '2000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (111, '2020-01-21 19:18:48', 'ထန်းသီးမုန့်+ပျာရည်ထုတ်', '1000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (112, '2020-01-22 18:13:02', 'ပူရီ', '600.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (113, '2020-01-22 18:13:36', 'ဘုန်းကြီးလှူ', '1500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (114, '2020-01-22 18:14:13', 'အိမ်သာ ', '100.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (115, '2020-01-23 11:02:03', 'Taxi ခ', '1000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (116, '2020-01-23 11:02:41', 'အဘိုင်် ခေါက်ဆွဲကြော်ဆိုင်', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (117, '2020-01-23 11:03:09', 'Taxi ခ', '2000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (118, '2020-01-23 11:03:32', 'ဘုန်းကြီးလှူ', '1500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (119, '2020-01-23 11:04:10', 'တိုရှည်', '1500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (120, '2020-01-24 18:15:40', 'အီတလီ', '800.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (121, '2020-01-25 11:41:18', 'ငှက်ပျောသီး', '300.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (122, '2020-01-25 11:42:43', 'တိုရှည်', '600.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (123, '2020-01-25 11:44:05', 'ကိုကနား အတိုးဖိုး 2လခ', '168000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (124, '2020-01-27 17:59:55', 'တိုရှည်', '1200.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (125, '2020-01-27 18:00:32', 'မုန့်စား', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (126, '2020-01-27 18:02:12', 'ငှက်ပျောသီး', '300.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (127, '2020-01-27 18:03:34', 'လက်ဖက်သုပ်', '1300.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (128, '2020-02-01 19:38:56', 'ခရမ်းချဉ်သီးသုပ်', '600.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (129, '2020-02-01 19:40:08', 'ပဲကတီပါပြုတ်', '200.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (130, '2020-02-01 19:43:30', 'ငှက်ပျောသီး', '300.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (131, '2020-02-01 19:44:27', 'ကြက်ကြော်ဟင်း', '1500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (132, '2020-02-01 19:44:55', 'ကြက်ကုန်းဘောင် ', '4000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (133, '2020-02-01 19:46:33', 'ချက်ပါတီ', '1900.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (134, '2020-02-01 19:46:59', 'အီတလီ', '600.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (135, '2020-02-04 19:04:48', 'ငှက်ပျောသီး', '800.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (136, '2020-02-04 19:06:14', 'အသုပ်+ထမင်းကြော်', '2000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (137, '2020-02-04 19:06:50', 'အိမ်သာ ', '100.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (138, '2020-02-06 09:53:40', 'ပဲပြုတ်ထမင်း', '600.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (139, '2020-02-06 09:55:23', 'ဆိုင်ကယ် carry', '2000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (140, '2020-02-06 09:55:54', 'Taxi ခ', '4000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (141, '2020-02-06 09:57:31', 'လိုင်းကားခ', '200.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (142, '2020-02-06 09:59:44', 'ကြက်ကြော်+ခေါက်ဆွဲကြော် ', '3000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (143, '2020-02-06 21:19:58', 'မုန့်ဟင်းခါး+ပဲပြုတ်ထမင်း', '1800.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (144, '2020-02-07 18:37:15', 'ပဲပြုတ်ထမင်း+ကြက်ကြော်', '700.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (145, '2020-02-07 18:37:44', 'ငါးရံဟင်း', '2500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (146, '2020-02-07 18:39:06', 'ဘုန်းကြီးလှူ', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (147, '2020-02-13 18:23:32', 'အထွေထွေစရိတ်', '23500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (148, '2020-02-14 18:54:00', 'ပဲပြုတ်', '300.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (149, '2020-02-14 18:54:34', 'ကြက်ကြော်ဟင်း', '1500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (150, '2020-02-15 18:28:21', 'ပူရီ', '1200.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (151, '2020-02-15 18:29:49', 'Wife shake မုန့်ကျွေး', '4600.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (152, '2020-02-20 17:48:55', 'ကိုကနား အတိုးဖိုး', '84000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (153, '2020-02-20 18:17:39', 'အထွေထွေစရိတ်', '9700.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (154, '2020-02-21 18:44:56', 'ဦးထုတ်', '3500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (155, '2020-02-21 18:45:29', 'တိုရှည်', '700.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (156, '2020-02-21 18:45:54', 'ကြက်ကြော်ဟင်း', '1500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (157, '2020-02-22 16:51:27', 'ထမင်းကြော်+ကြက်ဥကြော် ', '800.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (158, '2020-02-22 16:52:07', 'ယံယံခေါက်ဆွဲပြုတ်', '700.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (159, '2020-02-22 16:54:10', 'Milk', '400.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (160, '2020-02-24 10:17:16', 'shin than', '34500.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (161, '2020-02-25 18:27:15', 'တိုရှည်', '700.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (162, '2020-02-25 18:28:14', 'ရွှေမြိုတော် ချစ်တီးထမင်းဆိုင်', '10000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (164, '2020-02-28 17:55:02', 'ကြာဇံသုပ်+ထမင်း', '4100.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (165, '2020-03-02 18:34:47', 'ကားဆီထည့်', '20000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (166, '2020-03-02 18:35:45', 'အကြော်', '1000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (167, '2020-03-02 18:36:22', 'ကြက်ဆီထမင်း', '4000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (168, '2020-03-02 18:37:55', 'ကြက်ကြော်+ထမင်းကြော်', '5000.00', '', '2', NULL, 1);
INSERT INTO `tec_personal_use` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `store_id`) VALUES (169, '2020-03-03 19:07:53', 'ထမင်းကြော်+ကြက်ဥကြော် ', '600.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=2360 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, 25, '4000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (4, 4, 1, 1, '65000.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, 29, '2000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (8, 3, 1, 25, '4000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (9, 4, 1, 1, '65000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (10, 5, 1, 11, '4000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (11, 6, 1, 4, '7500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (12, 7, 1, 5, '8000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (13, 8, 1, 6, '15500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (14, 9, 1, 0, '37000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (15, 10, 1, 17, '8000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (16, 11, 1, 5, '18000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (17, 12, 1, 6, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (18, 13, 1, 14, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (19, 14, 1, 29, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (20, 15, 1, 47, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (21, 16, 1, 9, '3000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (22, 17, 1, 9, '3000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (23, 18, 1, 29, '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, 11, '5000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (26, 21, 1, 2, '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, 2, '5000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (29, 24, 1, 4, '10000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (30, 25, 1, 2, '10000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (31, 26, 1, 1, '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, 2, '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, 4, '11000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (37, 32, 1, 11, '11000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (38, 33, 1, 1, '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, 9, '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, 6, '3500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (43, 38, 1, 6, '3000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (44, 39, 1, 3, '2500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (45, 40, 1, 5, '13500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (46, 41, 1, 1, '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, 10, '5000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (49, 44, 1, 8, '10000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (50, 45, 1, 2, '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, 5, '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, 21, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (62, 57, 1, 42, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (63, 58, 1, 53, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (64, 59, 1, 46, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (65, 60, 1, 16, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (66, 61, 1, 21, '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, 17, '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, 25, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (72, 67, 1, 29, '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, 53, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (75, 70, 1, 23, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (76, 71, 1, 35, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (77, 72, 1, 8, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (78, 73, 1, 19, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (79, 74, 1, 15, '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, 8, '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, 15, '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, 9, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (89, 84, 1, 12, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (90, 85, 1, 30, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (91, 86, 1, 27, '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, 13, '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, 23, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (99, 94, 1, 7, '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, 21, '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, 48, '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, 10, '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, 9, '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, 29, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (114, 109, 1, 10, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (115, 110, 1, 5, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (116, 111, 1, 10, '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, 12, '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, 13, '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, 5, '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, 10, '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, 15, '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, 17, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (157, 152, 1, 8, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (158, 153, 1, 11, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (159, 154, 1, 31, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (160, 155, 1, 11, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (161, 156, 1, 9, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (162, 157, 1, 10, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (163, 158, 1, 14, '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, 20, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (179, 174, 1, 10, '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, 35, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (193, 188, 1, 35, '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, 30, '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, 27, '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, 7, '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, 18, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (225, 220, 1, 20, '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, 38, '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, 41, '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, 9, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (233, 228, 1, 54, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (234, 229, 1, 27, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (235, 230, 1, 8, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (236, 231, 1, 31, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (237, 232, 1, 20, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (238, 233, 1, 36, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (239, 234, 1, 42, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (240, 235, 1, 42, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (241, 236, 1, 17, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (242, 237, 1, 21, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (243, 238, 1, 48, '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, 59, '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, 34, '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, 24, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (250, 245, 1, 29, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (251, 246, 1, 20, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (252, 247, 1, 19, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (253, 248, 1, 71, '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, 28, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (256, 251, 1, 11, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (257, 252, 1, 34, '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, 16, '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, 56, '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, 20, '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, 17, '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, 32, '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, 29, '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, 34, '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, 21, '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, 13, '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, 10, '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, 7, '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, 32, '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, 5, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (298, 293, 1, 5, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (299, 294, 1, 7, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (300, 295, 1, 2, '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, 8, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (306, 301, 1, 16, '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, 2, '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, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (313, 308, 1, 2, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (314, 309, 1, 10, '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, 5, '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, 5, '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, 0, '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, 9, '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, 0, '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, 4, '60.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (374, 369, 1, 3, '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, 4, '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, 1, '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, 13, '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, 9, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (438, 433, 1, 19, '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, 21, '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, 13, '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, 37, '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, 13, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (449, 444, 1, 25, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (450, 445, 1, 24, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (451, 446, 1, 16, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (452, 447, 1, 14, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (453, 448, 1, 15, '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, 18, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (456, 451, 1, 42, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (457, 452, 1, 46, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (458, 453, 1, 25, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (459, 454, 1, 56, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (460, 455, 1, 20, '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, 30, '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, 29, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (465, 460, 1, 11, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (466, 461, 1, 24, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (467, 462, 1, 33, '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, 17, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (471, 466, 1, 10, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (472, 467, 1, 37, '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, 30, '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, 36, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (477, 472, 1, 27, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (478, 473, 1, 22, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (479, 474, 1, 25, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (480, 475, 1, 78, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (481, 476, 1, 10, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (482, 477, 1, 84, '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, 48, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (485, 480, 1, 4, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (486, 481, 1, 46, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (487, 482, 1, 12, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (488, 483, 1, 11, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (489, 484, 1, 11, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (490, 485, 1, 25, '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, 11, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (493, 488, 1, 22, '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, 16, '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, 13, '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, 4, '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, 5, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (504, 499, 1, 9, '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, 6, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (509, 504, 1, 7, '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, 12, '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, 14, '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, 12, '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, 5, '40.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (527, 522, 1, 10, '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, 7, '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, 6, '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, 5, '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, 9, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (560, 555, 1, 8, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (561, 556, 1, 4, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (562, 557, 1, 101, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (563, 558, 1, 2, '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, 10, '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, 6, '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, 22, '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, 5, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (576, 571, 1, 28, '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, 9, '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, 6, '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, 9, '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, 8, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (587, 582, 1, 5, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (588, 583, 1, 5, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (589, 584, 1, 12, '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, 3, '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, 3, '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, 2, '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, 10, '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, 7, '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, 6, '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, 1, '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, 6, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (710, 705, 1, 6, '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, 7, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (715, 710, 1, 9, '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, 7, '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, 19, '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, 11, '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, 8, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (732, 727, 1, 10, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (733, 728, 1, 15, '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, 15, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (736, 731, 1, 12, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (737, 732, 1, 8, '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, 35, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (742, 737, 1, 11, '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, 10, '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, 34, '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, 12, '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, 5, '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, 16, '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, 9, '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, 5, '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, 5, '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, 8, '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, 10, '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, 5, '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, 52, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (787, 782, 1, 57, '160.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (788, 783, 1, 10, '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, 7, '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, 0, '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, 0, '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, 102, '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, 65, '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, 13, '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, 54, '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, 249, '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, 49, '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, 84, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (855, 850, 1, 22, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (856, 851, 1, 24, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (857, 852, 1, 189, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (858, 853, 1, 93, '600.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (859, 854, 1, 127, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (860, 855, 1, 43, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (861, 856, 1, 50, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (862, 857, 1, 10, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (863, 858, 1, 239, '500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (864, 859, 1, 196, '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, 54, '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, 10, '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, 83, '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, 7, '100.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (877, 872, 1, 105, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (878, 873, 1, 35, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (879, 874, 1, 18, '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, 24, '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, 5, '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, 15, '800.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (895, 890, 1, 24, '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, 28, '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, 22, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (922, 917, 1, 16, '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, 21, '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, 12, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (930, 925, 1, 71, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (931, 926, 1, 30, '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, 18, '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, 26, '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, 18, '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, 3, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (949, 944, 1, 13, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (950, 945, 1, 11, '700.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (951, 946, 1, 19, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (952, 947, 1, 18, '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, 14, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (955, 950, 1, 42, '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, 14, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (963, 958, 1, 34, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (964, 959, 1, 37, '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, 14, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (967, 962, 1, 9, '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, 62, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (978, 973, 1, 23, '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, 16, '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, 15, '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, 36, '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, 18, '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, 43, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (992, 987, 1, 5, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (993, 988, 1, 20, '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, 14, '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, 1, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1002, 997, 1, 0, '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, 32, '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, 62, '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, 24, '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, 8, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1016, 1011, 1, 10, '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, 18, '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, 15, '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, 24, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1028, 1023, 1, 35, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1029, 1024, 1, 15, '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, 38, '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, 1, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1036, 1031, 1, 0, '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, 9, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1039, 1034, 1, 20, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1040, 1035, 1, 6, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1041, 1036, 1, 12, '2000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1042, 1037, 1, 34, '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, 11, '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, 66, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1048, 1043, 1, 20, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1049, 1044, 1, 20, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (1050, 1045, 1, 7, '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, 8, '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, 0, '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, 5, '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, 7, '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, 22, '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, 12, '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, 2, '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, 16, '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, 21, '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, 5, '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, 7, '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, 4, '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, 6, '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, 19, '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, 11, '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, 16, '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, 10, '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, 11, '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, 9, '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, 5, '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, 29, '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, 8, '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, 1, '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, 19, '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, 101, '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, 32, '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, 5, '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, 8, '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, 0, '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, 101, '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, 0, '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, 19, '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, 10, '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, 73, '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, 5, '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, 3, '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, 26, '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, 20, '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, 4, '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, 3, '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, 64, '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, 47, '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, 2, '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, 12, '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, 5, '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, 84, '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, 10, '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, 32, '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, 11, '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, 47, '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, 78, '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, 45, '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, 34, '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, 0, '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, 7, '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, 23, '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, 4, '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, 13, '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, 6, '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, 15, '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, 13, '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, 10, '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, 0, '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, 2, '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, 6, '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, 141, '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, 35, '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, 8, '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, 6, '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, 17, '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, 6, '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, 0, '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, 39, '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, 34, '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, 18, '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, 0, '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, 56, '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, 26, '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, 9, '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, 0, '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, 1, '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, 10, '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, 2, '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, 1, '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, 38, '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, 1, '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, 1, '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, 0, '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, 5, '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, 15, '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, 123, '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, 27, '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, 5, '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, 21, '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, 6, '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, 0, '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, '0.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, 59, '4000.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, 9, '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, 26, '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, 13, '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, 38224, '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, 73341, '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, 57076, '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, 16511, '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, 0, '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, 3, '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, 78, '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, 30, '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, 38, '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, 29, '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, 0, '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, 29, '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, 10, '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, 99, '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, 30, '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, 39, '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, 9, '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, 8, '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, 57, '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, 77, '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, 20, '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');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2201, 1520, 1, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2202, 1520, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2203, 309, 2, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2204, 1521, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2205, 1521, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2206, 1522, 1, 20, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2207, 1522, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2208, 1523, 1, 20, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2209, 1523, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2210, 317, 2, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2211, 1524, 1, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2212, 1524, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2213, 1525, 1, 9, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2214, 1525, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2215, 1526, 1, 3, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2216, 1526, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2217, 1527, 1, 20, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2218, 1527, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2219, 1528, 1, 30, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2220, 1528, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2221, 1529, 1, 29, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2222, 1529, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2223, 1530, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2224, 1530, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2225, 1531, 1, 100, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2226, 1531, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2227, 1532, 1, 70, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2228, 1532, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2229, 1533, 1, 300, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2230, 1533, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2231, 1534, 1, 50, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2232, 1534, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2233, 1535, 1, 108, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2234, 1535, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2235, 93, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2236, 1536, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2237, 1536, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2238, 1537, 1, 6, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2239, 1537, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2240, 1538, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2241, 1538, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2242, 1539, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2243, 1539, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2244, 1540, 1, 20, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2245, 1540, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2246, 1541, 1, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2247, 1541, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2248, 7, 2, 0, '8000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2249, 38, 2, 0, '3000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2250, 210, 2, 0, '22.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2251, 1542, 1, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2252, 1542, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2253, 85, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2254, 12, 2, 0, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2255, 17, 2, 0, '3000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2256, 19, 2, 0, '3000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2257, 21, 2, 0, '5000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2258, 22, 2, 0, '5000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2259, 23, 2, 0, '5000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2260, 25, 2, 0, '10000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2261, 26, 2, 0, '10000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2262, 43, 2, 0, '5000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2263, 44, 2, 0, '10000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2264, 45, 2, 0, '20000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2265, 49, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2266, 51, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2267, 52, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2268, 53, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2269, 54, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2270, 55, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2271, 56, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2272, 57, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2273, 58, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2274, 59, 2, 0, '17.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2275, 561, 2, 0, '85.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2276, 1543, 1, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2277, 1543, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2278, 1034, 2, 0, '1500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2279, 871, 2, 0, '1000.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2280, 1544, 1, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2281, 1544, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2282, 1545, 1, 10, '9500.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2283, 1545, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2284, 1546, 1, 100, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2285, 1546, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2286, 1547, 1, 93, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2287, 1547, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2288, 1548, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2289, 1548, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2290, 1549, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2291, 1549, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2292, 1550, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2293, 1550, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2294, 1551, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2295, 1551, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2296, 1552, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2297, 1552, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2298, 1553, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2299, 1553, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2300, 1554, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2301, 1554, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2302, 1555, 1, 28, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2303, 1555, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2304, 1556, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2305, 1556, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2306, 1557, 1, 5, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2307, 1557, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2308, 1558, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2309, 1558, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2310, 1559, 1, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2311, 1559, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2312, 1560, 1, 1, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2313, 1560, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2314, 1561, 1, 17, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2315, 1561, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2316, 1562, 1, 20, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2317, 1562, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2318, 1563, 1, 50, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2319, 1563, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2320, 1564, 1, 30, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2321, 1564, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2322, 1565, 1, 20, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2323, 1565, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2324, 1566, 1, 90, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2325, 1566, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2326, 1567, 1, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2327, 1567, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2328, 1568, 1, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2329, 1568, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2330, 1569, 1, 10, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2331, 1569, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2332, 1570, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2333, 1570, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2334, 1571, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2335, 1571, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2336, 1572, 1, 24, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2337, 1572, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2338, 1573, 1, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2339, 1573, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2340, 1574, 1, 20, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2341, 1574, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2342, 1575, 1, 100, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2343, 1575, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2344, 1576, 1, 100, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2345, 1576, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2346, 1577, 1, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2347, 1577, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2348, 1578, 1, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2349, 1578, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2350, 1579, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2351, 1579, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2352, 1580, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2353, 1580, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2354, 1581, 1, 4, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2355, 1581, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2356, 1582, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2357, 1582, 2, 0, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2358, 1583, 1, 2, '0.00');
INSERT INTO `tec_product_store_qty` (`id`, `product_id`, `store_id`, `quantity`, `price`) VALUES (2359, 1583, 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=1584 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, 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 (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', 10, '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 (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, '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 (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.14', 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);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1520, 'P001534', 'B.20', 10, '25.00', 'no_image.png', '0', '21.000', 1, 0, 'code39', 'standard', '', 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 (1521, 'P001535', '80.125.12', 6, '3500.00', 'no_image.png', '0', '1300.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 (1522, 'P001536', '35.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 (1523, 'P001537', '45.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 (1524, 'P001538', 'BoB အပြာ 10kg', 7, '34000.00', 'no_image.png', '0', '30000.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 (1525, 'P001539', 'BoB အဝါ 10kg', 7, '34000.00', 'no_image.png', '0', '29000.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 (1526, 'P001540', 'Crown အပြာ 2kg', 7, '15000.00', 'no_image.png', '0', '11200.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 (1527, 'P001541', '50.72.8', 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 (1528, 'P001542', '60.85.12', 5, '500.00', 'no_image.png', '0', '350.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 (1529, 'P001543', '30.55.10', 2, '1000.00', 'no_image.png', '0', '550.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1530, 'P001544', '85.125.14', 4, '2500.00', 'no_image.png', '0', '1650.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1531, 'P001545', '38.55.8', 5, '500.00', 'no_image.png', '0', '200.000', 1, 0, 'code39', 'standard', '', 20, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1532, 'P001546', '16.30.10', 5, '400.00', 'no_image.png', '0', '187.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 (1533, 'P001547', '22.40.10', 5, '500.00', 'no_image.png', '0', '170.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 (1534, 'P001548', '52.72.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 (1536, 'P001549', '8m.680×20mm china', 39, '22000.00', 'no_image.png', '0', '5610.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1537, 'P001550', 'B.54 အနီ', 11, '55.00', 'no_image.png', '0', '46.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 (1538, 'P001551', 'B.104 အနီ', 11, '55.00', 'no_image.png', '0', '46.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 (1539, 'P001552', '8.22.7', 5, '1000.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 (1540, 'P001553', '40.52.8', 2, '1000.00', 'no_image.png', '0', '464.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 (1541, 'P001554', '380.×6', 41, '6000.00', 'no_image.png', '0', '4500.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 (1543, 'P001555', 'King အပြာ 18kg', 7, '95000.00', 'no_image.png', '0', '83000.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 (1545, 'P001556', '90.100.5', 35, '9500.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 (1546, 'P001557', '25.40.8', 5, '400.00', 'no_image.png', '0', '110.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 (1547, 'P001558', '32.52.10', 5, '500.00', 'no_image.png', '0', '150.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 (1548, 'P001559', '560-28', 40, '4000.00', 'no_image.png', '0', '2700.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1549, 'P001560', 'C.112', 12, '60.00', 'no_image.png', '0', '40.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 (1550, 'P001561', 'B.125 အနီ', 11, '56.00', 'no_image.png', '0', '46.000', 1, 0, 'code39', 'standard', '', 2, 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 (1551, 'P001562', '20.28.4', 6, '1500.00', 'no_image.png', '0', '290.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1552, 'P001563', 'C.200 အနီ', 13, '100.00', 'no_image.png', '0', '75.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 (1553, 'P001564', '100.150.13', 6, '5000.00', 'no_image.png', '0', '1705.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1554, 'P001565', '60.90.12', 6, '1500.00', 'no_image.png', '0', '660.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 (1555, 'P001566', '70.90.13', 2, '1500.00', 'no_image.png', '0', '1143.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1556, 'P001567', '35.45.6 အမဲ mu', 35, '4000.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 (1557, 'P001568', '35.43.5.6.5 မဲကော်လံ', 35, '4500.00', 'no_image.png', '0', '1320.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 (1558, 'P001569', 'C.132', 12, '60.00', 'no_image.png', '0', '40.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 (1559, 'P001570', 'S8m.800×30mm', 39, '44000.00', 'no_image.png', '0', '40000.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 (1560, 'P001571', 'State အမဲဆီ 20kg အနီ', 7, '53000.00', 'no_image.png', '0', '46000.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 (1561, 'P001572', '85.110.12', 6, '1500.00', 'no_image.png', '0', '1100.000', 1, 0, 'code39', 'standard', '&amp;amp;lt;strong&amp;amp;gt;&amp;amp;lt;/strong&amp;amp;gt;', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1562, 'P001573', '70.90.10 sog သံ', 2, '2500.00', 'no_image.png', '0', '2000.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1563, 'P001574', '40.55.8', 2, '700.00', 'no_image.png', '0', '476.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 (1564, 'P001575', '90.120.12', 4, '2000.00', 'no_image.png', '0', '1200.000', 1, 0, 'code39', 'standard', '', 8, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1565, 'P001576', '60.75.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 (1566, 'P001577', '58.80.12', 6, '800.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 (1567, 'P001578', '26.34.4 ရော်ဘာ sog', 2, '4000.00', 'no_image.png', '0', '3000.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1568, 'P001579', '28.35.4 သံ nok', 2, '3000.00', 'no_image.png', '0', '1500.000', 1, 0, 'code39', 'standard', '', 5, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1569, 'P001580', '25.35.5', 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 (1570, 'P001581', '7m.500 အပြင်အသွား', 39, '50000.00', 'no_image.png', '0', '45000.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 (1571, 'P001582', 'Grade 15kg အနီ', 7, '45000.00', 'no_image.png', '0', '40000.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 (1572, 'P001583', 'JP max', 7, '1500.00', 'no_image.png', '0', '800.000', 1, 0, 'code39', 'standard', '<del></del>', 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 (1573, 'P001584', '11×2.5', 41, '200.00', 'no_image.png', '0', '30.000', 1, 0, 'code39', 'standard', '', 30, 0);
INSERT INTO `tec_products` (`id`, `code`, `name`, `category_id`, `price`, `image`, `tax`, `cost`, `tax_method`, `quantity`, `barcode_symbology`, `type`, `details`, `alert_quantity`, `unit`) VALUES (1574, 'P001585', 'S5m.390×12mm', 39, '6500.00', 'no_image.png', '0', '2310.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 (1577, 'P001586', '101.114.9.5 သံ', 4, '3000.00', 'no_image.png', '0', '2500.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 (1578, 'P001587', 'Sc.52 အနီ ဗိုက်ပါး', 13, '18000.00', 'no_image.png', '0', '12740.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 (1579, 'P001588', 'Sc.59 အနီ ဗိုက်ပါး', 13, '20000.00', 'no_image.png', '0', '14455.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 (1580, 'P001589', 'C.144', 13, '85.00', 'no_image.png', '0', '63.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 (1581, 'P001590', 'C.148', 13, '85.00', 'no_image.png', '0', '63.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 (1582, 'P001591', 'Scx.52 အနီ ဗိုက်ပါး', 19, '28000.00', 'no_image.png', '0', '23500.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 (1583, 'P001592', 'Scx.59 အနီ ဗိုက်ပါး', 19, '32000.00', 'no_image.png', '0', '26500.000', 1, 0, 'code39', 'standard', '', 0, 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=2078 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 (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 (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 (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');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (59, 21, 1456, 100000, '0.96', '95500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (60, 22, 1454, 200000, '0.95', '189800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (61, 23, 13, 50, '951.00', '47550.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (62, 23, 14, 50, '951.00', '47550.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (63, 23, 15, 50, '951.00', '47550.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (64, 23, 18, 10, '2856.00', '28560.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (65, 23, 19, 10, '2856.00', '28560.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (66, 23, 21, 6, '4760.00', '28560.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (67, 24, 1455, 200000, '0.95', '190000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (68, 25, 6, 3, '6800.00', '20400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (69, 25, 8, 3, '14500.00', '43500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (72, 26, 44, 5, '9425.00', '47125.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (73, 26, 45, 6, '18850.00', '113100.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (85, 28, 1454, 3500000, '0.95', '3321500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (94, 34, 1455, 100000, '0.95', '95000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (121, 46, 1455, 100000, '0.95', '95000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (122, 45, 916, 20, '275.00', '5500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (123, 45, 921, 20, '297.00', '5940.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (124, 45, 926, 30, '341.00', '10230.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (125, 45, 947, 20, '385.00', '7700.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (127, 43, 7, 4, '7300.00', '29200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (129, 41, 12, 50, '952.00', '47600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (130, 41, 16, 15, '2856.00', '42840.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (131, 41, 17, 10, '2847.00', '28470.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (132, 41, 20, 10, '4760.00', '47600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (133, 40, 1456, 50000, '0.96', '48000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (134, 39, 1454, 100000, '0.95', '95000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (135, 38, 1448, 12, '7200.00', '86400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (140, 50, 1454, 150000, '0.95', '142350.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (151, 52, 2, 10, '1750.00', '17500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (152, 52, 3, 10, '3400.00', '34000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (153, 52, 5, 8, '3650.00', '29200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (154, 52, 6, 5, '6800.00', '34000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (155, 52, 8, 4, '14500.00', '58000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (156, 52, 11, 3, '16700.00', '50100.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (157, 53, 1454, 100000, '0.95', '94900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (158, 54, 1455, 100000, '0.95', '95000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (159, 55, 38, 3, '2700.00', '8100.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (160, 55, 39, 5, '2250.00', '11250.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (161, 55, 40, 3, '12150.00', '36450.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (162, 56, 43, 15, '4712.00', '70680.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (163, 56, 45, 7, '18850.00', '131950.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (164, 57, 1457, 100000, '0.95', '94500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (198, 60, 1443, 12, '3050.00', '36600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (199, 60, 1445, 1, '99800.00', '99800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (200, 60, 1446, 6, '10600.00', '63600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (201, 60, 1524, 2, '30000.00', '60000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (202, 60, 1526, 3, '11200.00', '33600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (203, 61, 1443, 12, '2800.00', '33600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (204, 61, 1525, 3, '29000.00', '87000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (205, 62, 1011, 15, '594.00', '8910.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (206, 62, 1527, 20, '506.00', '10120.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (207, 63, 838, 200, '250.00', '50000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (208, 63, 851, 30, '450.00', '13500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (209, 63, 852, 100, '300.00', '30000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (210, 63, 858, 200, '300.00', '60000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (211, 63, 868, 100, '350.00', '35000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (212, 63, 1528, 30, '350.00', '10500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (222, 65, 1455, 100000, '0.95', '95000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (223, 66, 838, 100, '250.00', '25000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (224, 66, 849, 50, '300.00', '15000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (225, 66, 850, 35, '350.00', '12250.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (226, 66, 858, 100, '300.00', '30000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (227, 66, 1313, 20, '660.00', '13200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (228, 66, 1529, 30, '550.00', '16500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (229, 67, 859, 100, '303.00', '30300.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (230, 67, 1167, 50, '600.00', '30000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (231, 67, 1176, 30, '750.00', '22500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (232, 67, 1530, 10, '1650.00', '16500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (233, 67, 1534, 50, '400.00', '20000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (234, 68, 1531, 100, '200.00', '20000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (235, 68, 1532, 150, '187.00', '28050.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (236, 68, 1533, 200, '170.00', '34000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (237, 69, 12, 50, '952.00', '47600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (238, 69, 13, 50, '949.00', '47450.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (239, 69, 14, 50, '953.00', '47650.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (240, 69, 15, 50, '953.00', '47650.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (241, 69, 18, 10, '2859.00', '28590.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (242, 69, 20, 10, '4760.00', '47600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (243, 69, 21, 6, '4745.00', '28470.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (244, 70, 1454, 100000, '0.95', '94900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (246, 72, 1456, 100000, '0.96', '95500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (247, 73, 1454, 100000, '0.95', '94900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (248, 74, 1455, 100000, '0.95', '95000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (249, 75, 1454, 150000, '0.95', '142350.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (250, 76, 1455, 100000, '0.95', '95000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (251, 77, 1454, 100000, '0.95', '94900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (253, 79, 1306, 50, '513.00', '25650.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (254, 79, 1539, 4, '180.00', '720.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (255, 79, 1540, 20, '464.00', '9280.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (261, 80, 4, 1, '60000.00', '60000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (262, 80, 6, 3, '6800.00', '20400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (263, 80, 8, 3, '14500.00', '43500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (264, 80, 9, 1, '35000.00', '35000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (265, 80, 11, 5, '16700.00', '83500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (266, 80, 1445, 1, '100000.00', '100000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (278, 84, 1456, 100000, '0.96', '95500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (279, 85, 1457, 100000, '0.95', '94500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (280, 86, 43, 11, '4712.00', '51832.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (281, 86, 44, 8, '9425.00', '75400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (282, 86, 45, 2, '18850.00', '37700.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (283, 87, 2, 9, '1750.00', '15750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (284, 87, 3, 9, '3400.00', '30600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (285, 87, 6, 9, '6800.00', '61200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (286, 88, 2, 5, '1750.00', '8750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (288, 90, 4, 2, '60500.00', '121000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (289, 91, 5, 5, '3650.00', '18250.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (290, 92, 6, 9, '6800.00', '61200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (291, 93, 7, 2, '7300.00', '14600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (292, 94, 8, 2, '14500.00', '29000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (293, 95, 10, 1, '6000.00', '6000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (294, 89, 3, 9, '3400.00', '30600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (295, 96, 11, 5, '16700.00', '83500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (296, 97, 37, 2, '3150.00', '6300.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (297, 98, 38, 5, '2700.00', '13500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (298, 99, 39, 1, '2250.00', '2250.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (299, 100, 40, 3, '12150.00', '36450.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (300, 101, 1443, 25, '3080.00', '77000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (301, 102, 1445, 1, '99800.00', '99800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (302, 103, 28, 4, '3500.00', '14000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (303, 103, 29, 2, '6500.00', '13000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (304, 103, 30, 2, '30000.00', '60000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (305, 103, 33, 2, '3500.00', '7000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (306, 103, 34, 7, '6200.00', '43400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (307, 103, 41, 2, '8550.00', '17100.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (308, 103, 1442, 2, '67000.00', '134000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (309, 103, 1444, 1, '99500.00', '99500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (318, 13, 425, 10, '35.00', '14000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (319, 13, 470, 3, '35.00', '8715.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (320, 13, 471, 5, '35.00', '14700.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (321, 13, 479, 10, '35.00', '32200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (322, 13, 490, 8, '35.00', '29120.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (323, 13, 491, 5, '35.00', '18375.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (324, 13, 492, 4, '35.00', '14840.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (325, 13, 570, 4, '64.00', '34560.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (326, 13, 573, 4, '64.00', '37120.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (327, 13, 711, 4, '75.00', '14700.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (328, 13, 722, 8, '75.00', '36000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (329, 13, 725, 5, '75.00', '23625.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (330, 13, 737, 10, '75.00', '56250.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (331, 42, 58, 50, '13.50', '16875.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (332, 17, 58, 5, '14.00', '1750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (333, 17, 60, 17, '14.00', '6426.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (334, 17, 61, 10, '14.00', '3780.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (335, 17, 165, 10, '14.00', '5180.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (336, 17, 219, 1, '21.00', '882.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (337, 27, 231, 20, '19.00', '20140.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (338, 27, 233, 20, '19.00', '20900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (339, 27, 235, 20, '19.00', '21660.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (340, 27, 238, 50, '19.00', '57000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (341, 27, 240, 50, '19.00', '58900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (342, 27, 1065, 10, '1309.00', '13090.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (343, 27, 1068, 10, '1309.00', '13090.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (344, 27, 1071, 10, '1485.00', '14850.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (345, 27, 1076, 10, '1705.00', '17050.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (346, 27, 1083, 10, '1980.00', '19800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (347, 27, 1512, 10, '1144.00', '11440.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (348, 58, 462, 30, '34.60', '77850.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (349, 58, 467, 20, '34.60', '55360.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (350, 58, 471, 10, '34.60', '29064.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (351, 58, 472, 15, '34.60', '44115.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (352, 58, 473, 25, '34.60', '74390.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (353, 58, 475, 30, '34.60', '91344.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (354, 58, 479, 25, '34.60', '79580.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (355, 58, 488, 4, '34.60', '14116.80');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (356, 58, 490, 10, '34.60', '35984.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (357, 58, 503, 4, '34.60', '16884.80');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (358, 58, 504, 5, '34.60', '21452.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (359, 58, 514, 5, '34.60', '24220.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (360, 58, 521, 4, '34.60', '21036.80');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (361, 58, 526, 3, '34.60', '17646.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (362, 64, 219, 10, '17.00', '7140.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (363, 64, 225, 40, '17.00', '32640.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (364, 64, 228, 50, '17.00', '42500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (365, 64, 244, 30, '17.00', '33660.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (366, 64, 250, 30, '17.00', '36720.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (367, 64, 258, 30, '17.00', '40800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (368, 64, 280, 10, '17.00', '17340.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (369, 64, 293, 5, '17.00', '9775.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (370, 64, 311, 5, '17.00', '12325.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (371, 18, 473, 10, '35.00', '30100.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (372, 18, 474, 5, '35.00', '15225.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (373, 18, 475, 30, '35.00', '92400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (374, 18, 479, 20, '35.00', '64400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (375, 44, 354, 5, '40.00', '21600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (376, 51, 479, 20, '34.60', '63664.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (377, 51, 483, 5, '34.60', '16608.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (378, 51, 484, 5, '34.60', '16781.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (379, 51, 516, 12, '34.60', '59788.80');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (380, 51, 524, 4, '34.60', '22144.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (381, 51, 557, 20, '63.00', '132300.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (382, 51, 565, 4, '63.00', '30744.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (383, 51, 582, 5, '63.00', '59850.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (384, 51, 583, 4, '64.00', '49920.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (385, 51, 736, 10, '73.50', '54390.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (386, 59, 433, 10, '34.60', '15916.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (387, 59, 435, 10, '34.60', '16608.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (388, 59, 441, 10, '34.60', '18684.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (389, 59, 448, 10, '34.60', '21106.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (390, 59, 454, 10, '34.60', '23182.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (391, 59, 460, 10, '34.60', '25258.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (392, 59, 522, 5, '34.60', '26815.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (393, 59, 570, 8, '63.00', '68040.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (394, 59, 579, 8, '63.00', '88200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (395, 59, 581, 5, '63.00', '58275.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (396, 59, 584, 10, '63.00', '126000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (397, 59, 763, 5, '135.00', '35100.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (398, 59, 766, 5, '135.00', '39825.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (399, 59, 772, 10, '135.00', '94500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (400, 59, 774, 4, '135.00', '40500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (401, 59, 781, 10, '135.00', '118800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (402, 59, 782, 23, '135.00', '279450.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (403, 59, 783, 10, '135.00', '124200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (404, 59, 785, 5, '135.00', '64125.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (405, 83, 467, 40, '34.60', '110720.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (406, 83, 469, 10, '34.60', '28372.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (407, 83, 473, 30, '34.60', '89268.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (408, 83, 475, 40, '34.60', '121792.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (409, 83, 479, 20, '34.60', '63664.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (410, 83, 567, 11, '63.00', '87318.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (411, 82, 446, 15, '34.60', '30621.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (412, 82, 487, 10, '34.60', '34600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (413, 82, 493, 5, '34.60', '18511.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (414, 82, 736, 5, '73.50', '27195.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (415, 78, 567, 6, '63.00', '47628.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (416, 104, 66, 20, '13.00', '8580.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (417, 104, 69, 20, '13.00', '9360.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (418, 104, 71, 20, '13.00', '9880.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (419, 104, 252, 30, '18.00', '39960.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (420, 81, 154, 25, '14.00', '9100.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (423, 108, 12, 100, '952.00', '95200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (424, 109, 13, 100, '952.00', '95200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (425, 110, 14, 100, '952.00', '95200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (426, 111, 15, 68, '952.00', '64736.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (427, 112, 16, 40, '2856.00', '114240.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (428, 113, 17, 11, '2856.00', '31416.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (429, 114, 18, 15, '2856.00', '42840.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (430, 115, 19, 10, '2856.00', '28560.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (431, 116, 20, 30, '4760.00', '142800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (432, 117, 21, 9, '4760.00', '42840.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (433, 118, 22, 5, '4760.00', '23800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (434, 119, 23, 5, '4760.00', '23800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (435, 120, 24, 10, '9520.00', '95200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (436, 121, 25, 5, '9520.00', '47600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (437, 122, 26, 3, '9520.00', '28560.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (438, 123, 43, 14, '4712.00', '65968.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (439, 124, 44, 10, '9425.00', '94250.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (440, 125, 45, 8, '18850.00', '150800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (441, 126, 1454, 2437449, '0.95', '2313139.10');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (442, 127, 1455, 723959, '0.95', '687037.09');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (443, 128, 1456, 366671, '0.95', '347970.78');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (444, 129, 1457, 199000, '0.95', '188851.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (445, 130, 49, 6, '14.00', '1428.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (446, 131, 51, 5, '14.00', '1260.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (447, 131, 52, 5, '14.00', '1330.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (448, 131, 53, 6, '14.00', '1680.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (449, 131, 54, 10, '14.00', '2940.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (450, 131, 55, 1, '14.00', '308.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (451, 131, 56, 22, '14.00', '7084.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (452, 131, 57, 45, '14.00', '15120.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (453, 131, 58, 30, '14.00', '10500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (454, 131, 59, 56, '14.00', '20384.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (455, 132, 60, 10, '14.00', '3780.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (456, 132, 61, 12, '14.00', '4536.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (457, 132, 62, 20, '14.00', '8120.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (458, 132, 63, 1, '14.00', '420.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (459, 132, 64, 11, '14.00', '4774.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (460, 132, 65, 29, '14.00', '12992.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (461, 132, 66, 63, '14.00', '29106.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (462, 132, 67, 11, '14.00', '5236.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (463, 132, 68, 17, '14.00', '8330.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (464, 132, 69, 18, '14.00', '9072.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (465, 133, 70, 33, '14.00', '17094.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (466, 133, 71, 20, '14.00', '10640.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (467, 133, 72, 10, '14.00', '5460.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (468, 133, 73, 23, '14.00', '12880.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (469, 133, 74, 16, '14.00', '9184.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (470, 133, 75, 5, '14.00', '2940.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (471, 133, 76, 18, '14.00', '10836.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (472, 133, 77, 48, '14.00', '29568.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (473, 133, 78, 26, '14.00', '16380.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (474, 133, 79, 29, '14.00', '18676.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (475, 134, 80, 10, '14.00', '6580.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (476, 134, 81, 16, '14.00', '10752.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (477, 134, 82, 14, '14.00', '9604.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (478, 134, 83, 16, '15.00', '12000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (479, 134, 84, 18, '14.00', '12852.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (480, 134, 85, 31, '14.00', '22568.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (481, 134, 86, 29, '14.00', '21518.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (482, 134, 87, 12, '14.00', '9072.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (483, 134, 88, 15, '14.00', '11550.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (484, 134, 89, 27, '14.00', '21168.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (485, 135, 90, 14, '14.00', '11172.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (486, 135, 91, 14, '14.00', '11368.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (487, 135, 92, 42, '14.00', '34692.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (488, 135, 93, 11, '14.00', '9240.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (489, 135, 94, 11, '14.00', '9394.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (490, 135, 95, 22, '14.00', '19096.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (491, 135, 96, 27, '14.00', '23814.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (492, 135, 97, 22, '14.00', '19712.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (493, 135, 98, 17, '14.00', '15470.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (494, 135, 99, 50, '14.00', '46200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (495, 136, 100, 19, '14.00', '17822.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (496, 136, 101, 11, '14.00', '10472.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (497, 136, 102, 9, '14.00', '8694.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (498, 136, 103, 13, '14.00', '12740.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (499, 136, 104, 11, '14.00', '10780.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (500, 136, 105, 17, '14.00', '17136.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (501, 136, 106, 12, '14.00', '12264.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (502, 136, 107, 24, '14.00', '24864.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (503, 136, 108, 30, '14.00', '31500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (504, 136, 109, 11, '14.00', '11704.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (505, 137, 110, 11, '14.00', '11858.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (506, 137, 111, 11, '14.00', '12012.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (507, 137, 112, 9, '14.00', '9954.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (508, 137, 113, 20, '14.00', '22400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (509, 137, 114, 11, '14.00', '12474.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (510, 137, 115, 14, '14.00', '16072.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (511, 137, 116, 13, '14.00', '15106.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (512, 137, 117, 13, '14.00', '15288.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (513, 137, 118, 33, '14.00', '39270.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (514, 137, 119, 11, '14.00', '13244.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (515, 138, 120, 15, '14.00', '18270.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (516, 138, 121, 10, '14.00', '12320.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (517, 138, 122, 35, '14.00', '43610.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (518, 138, 123, 12, '14.00', '15120.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (519, 138, 124, 20, '14.00', '25480.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (520, 138, 125, 12, '14.00', '15456.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (521, 138, 126, 10, '14.00', '13020.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (522, 138, 127, 26, '14.00', '34216.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (523, 138, 128, 7, '14.00', '9310.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (524, 138, 129, 9, '14.00', '12096.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (525, 139, 130, 5, '14.00', '6790.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (526, 139, 131, 20, '14.00', '27440.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (527, 139, 132, 5, '14.00', '6930.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (528, 139, 133, 16, '14.00', '22400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (529, 139, 134, 7, '14.00', '9996.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (530, 139, 135, 4, '14.00', '5768.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (531, 139, 136, 10, '14.00', '14560.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (532, 139, 137, 5, '14.00', '7350.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (533, 139, 138, 5, '14.00', '7420.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (534, 139, 139, 5, '14.00', '7560.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (535, 140, 140, 5, '14.00', '7700.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (536, 140, 141, 5, '14.00', '7840.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (537, 140, 142, 5, '14.00', '8400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (538, 140, 143, 2, '14.00', '4900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (539, 140, 144, 11, '14.00', '2464.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (540, 140, 145, 9, '14.00', '2142.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (541, 140, 146, 9, '14.00', '2268.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (542, 140, 147, 11, '14.00', '2926.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (543, 140, 148, 11, '14.00', '3080.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (544, 140, 149, 11, '14.00', '3234.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (545, 141, 150, 11, '14.00', '3388.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (546, 141, 151, 12, '14.00', '3864.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (547, 141, 152, 16, '14.00', '5376.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (548, 141, 153, 18, '14.00', '6300.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (549, 141, 154, 12, '14.00', '4368.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (550, 141, 155, 15, '14.00', '5670.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (551, 141, 156, 11, '14.00', '4312.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (552, 141, 157, 11, '14.00', '4466.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (553, 141, 158, 15, '14.00', '6300.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (554, 141, 159, 13, '14.00', '5642.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (555, 142, 160, 10, '14.00', '4480.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (556, 142, 161, 39, '14.00', '18018.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (557, 142, 162, 19, '14.00', '9044.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (558, 142, 163, 12, '14.00', '5880.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (559, 142, 164, 26, '14.00', '13104.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (560, 142, 165, 6, '14.00', '3108.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (561, 142, 166, 27, '14.00', '14364.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (562, 142, 167, 21, '14.00', '11466.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (563, 142, 168, 18, '14.00', '10080.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (564, 142, 169, 11, '14.00', '6314.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (565, 142, 170, 22, '14.00', '12936.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (566, 142, 171, 14, '14.00', '8428.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (567, 142, 172, 34, '14.00', '20944.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (568, 142, 173, 21, '14.00', '13230.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (569, 142, 174, 16, '14.00', '10304.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (570, 142, 175, 10, '14.00', '6580.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (571, 142, 176, 10, '14.00', '6720.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (572, 142, 177, 12, '14.00', '8232.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (573, 142, 178, 19, '14.00', '13300.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (574, 142, 179, 12, '14.00', '8568.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (575, 142, 180, 11, '14.00', '8008.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (576, 142, 181, 11, '14.00', '8162.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (577, 142, 182, 11, '14.00', '8316.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (578, 142, 183, 12, '14.00', '9240.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (579, 142, 184, 23, '14.00', '18032.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (580, 142, 185, 10, '14.00', '7980.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (581, 142, 187, 30, '14.00', '24360.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (582, 142, 188, 25, '14.00', '20650.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (583, 142, 189, 15, '14.00', '12600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (584, 142, 190, 10, '14.00', '8540.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (585, 142, 191, 12, '14.00', '10416.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (586, 142, 193, 12, '14.00', '10752.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (587, 142, 194, 25, '14.00', '24500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (588, 142, 195, 15, '14.00', '15120.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (589, 142, 196, 10, '14.00', '10360.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (590, 142, 197, 20, '14.00', '23800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (591, 142, 198, 5, '14.00', '7700.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (592, 142, 199, 10, '19.00', '4180.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (593, 142, 200, 9, '19.00', '3933.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (594, 142, 201, 5, '19.00', '2280.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (595, 142, 202, 15, '19.00', '7125.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (596, 142, 203, 21, '19.00', '10374.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (597, 142, 204, 6, '19.00', '3078.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (598, 142, 205, 30, '19.00', '15960.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (599, 142, 206, 8, '19.00', '4408.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (600, 142, 207, 5, '19.00', '2850.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (601, 142, 208, 17, '19.00', '10013.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (602, 142, 209, 8, '19.00', '4864.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (603, 142, 210, 14, '19.00', '8778.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (604, 142, 211, 11, '19.00', '7106.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (605, 142, 212, 16, '19.00', '10640.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (606, 142, 213, 10, '19.00', '6840.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (607, 142, 214, 11, '19.00', '7733.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (608, 142, 215, 16, '19.00', '11552.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (609, 142, 216, 35, '19.00', '25935.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (610, 142, 217, 13, '19.00', '9880.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (611, 142, 218, 19, '19.00', '14801.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (612, 142, 219, 11, '19.00', '8778.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (613, 142, 220, 22, '17.00', '16082.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (614, 142, 221, 20, '19.00', '16720.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (615, 142, 222, 25, '19.00', '21375.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (616, 142, 223, 41, '19.00', '35834.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (617, 142, 224, 16, '19.00', '14288.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (618, 142, 225, 3, '19.00', '2736.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (619, 142, 226, 11, '19.00', '10241.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (620, 142, 227, 11, '19.00', '10241.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (621, 142, 228, 8, '19.00', '7600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (622, 142, 229, 30, '19.00', '29070.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (623, 142, 230, 24, '19.00', '23712.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (624, 142, 231, 21, '19.00', '21147.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (625, 142, 232, 22, '19.00', '22572.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (626, 142, 233, 26, '19.00', '27170.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (627, 142, 234, 45, '19.00', '47880.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (628, 142, 235, 35, '19.00', '37905.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (629, 142, 236, 21, '19.00', '23142.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (630, 142, 237, 22, '19.00', '24662.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (631, 142, 239, 10, '19.00', '11590.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (632, 142, 240, 11, '19.00', '12958.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (633, 142, 241, 67, '19.00', '80199.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (634, 142, 242, 42, '19.00', '51072.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (635, 142, 243, 62, '19.00', '76570.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (636, 142, 244, 8, '19.00', '10032.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (637, 142, 245, 33, '19.00', '42009.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (638, 142, 246, 26, '19.00', '33592.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (639, 142, 247, 23, '19.00', '30153.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (640, 142, 248, 82, '19.00', '109060.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (641, 142, 249, 33, '19.00', '44517.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (642, 142, 250, 18, '19.00', '24624.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (643, 143, 251, 14, '19.00', '19418.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (644, 143, 252, 15, '19.00', '21090.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (645, 143, 253, 35, '19.00', '49875.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (646, 143, 254, 22, '19.00', '31768.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (647, 143, 255, 16, '19.00', '23408.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (648, 143, 256, 36, '19.00', '53352.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (649, 143, 257, 17, '19.00', '25517.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (650, 143, 258, 29, '19.00', '44080.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (651, 143, 259, 8, '19.00', '12312.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (652, 143, 260, 10, '19.00', '15580.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (653, 143, 261, 24, '19.00', '37848.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (654, 143, 262, 21, '19.00', '33516.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (655, 143, 263, 21, '19.00', '33915.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (656, 143, 264, 38, '19.00', '62092.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (657, 143, 265, 33, '19.00', '54549.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (658, 143, 266, 34, '19.00', '56848.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (659, 143, 267, 42, '19.00', '71022.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (660, 143, 268, 53, '19.00', '90630.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (661, 143, 269, 1, '19.00', '1729.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (662, 143, 270, 30, '19.00', '52440.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (663, 143, 271, 23, '19.00', '40641.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (664, 143, 272, 39, '19.00', '69654.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (665, 143, 273, 10, '19.00', '18050.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (666, 143, 274, 16, '19.00', '29184.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (667, 143, 275, 23, '19.00', '42389.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (668, 143, 276, 10, '19.00', '18620.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (669, 143, 277, 8, '19.00', '15048.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (670, 143, 278, 25, '19.00', '47500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (671, 143, 279, 5, '19.00', '9595.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (672, 143, 280, 8, '19.00', '15504.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (673, 143, 281, 10, '19.00', '19570.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (674, 143, 282, 6, '19.00', '11856.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (675, 143, 283, 15, '19.00', '29925.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (676, 143, 284, 10, '19.00', '20140.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (677, 143, 286, 12, '19.00', '24624.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (678, 143, 287, 4, '19.00', '8284.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (679, 143, 288, 12, '19.00', '25080.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (680, 143, 289, 4, '19.00', '8436.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (681, 143, 290, 35, '19.00', '74480.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (682, 143, 292, 7, '19.00', '15162.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (683, 143, 293, 4, '19.00', '8740.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (684, 143, 294, 10, '19.00', '22040.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (685, 143, 295, 7, '19.00', '15694.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (686, 143, 296, 13, '19.00', '29640.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (687, 143, 297, 6, '19.00', '13908.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (688, 143, 298, 6, '19.00', '14136.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (689, 143, 299, 12, '19.00', '28500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (690, 143, 300, 10, '19.00', '23940.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (691, 143, 301, 19, '19.00', '46208.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (692, 143, 302, 7, '19.00', '17290.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (693, 143, 303, 1, '19.00', '2489.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (694, 143, 304, 5, '19.00', '12540.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (695, 143, 305, 4, '19.00', '10184.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (696, 143, 306, 5, '19.00', '12825.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (697, 143, 307, 5, '19.00', '12920.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (698, 143, 308, 3, '19.00', '7866.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (699, 143, 309, 10, '19.00', '26600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (700, 143, 310, 6, '19.00', '16416.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (701, 143, 312, 4, '19.00', '11096.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (702, 143, 313, 16, '19.00', '44992.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (703, 143, 314, 10, '19.00', '28500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (704, 143, 315, 10, '19.00', '28880.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (705, 143, 316, 10, '19.00', '29260.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (706, 143, 318, 5, '19.00', '15010.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (707, 143, 319, 6, '19.00', '18240.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (708, 143, 320, 8, '19.00', '25080.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (709, 143, 321, 4, '19.00', '12920.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (710, 143, 322, 5, '19.00', '16340.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (711, 143, 323, 1, '19.00', '3344.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (712, 143, 324, 2, '19.00', '6764.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (713, 143, 325, 3, '19.00', '10260.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (714, 143, 326, 8, '19.00', '28880.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (715, 143, 327, 5, '19.00', '19000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (716, 143, 328, 3, '19.00', '13680.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (717, 143, 329, 4, '40.00', '8320.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (718, 143, 330, 2, '40.00', '4720.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (719, 143, 331, 3, '40.00', '7440.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (720, 143, 332, 7, '40.00', '17640.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (721, 143, 333, 7, '40.00', '18200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (722, 143, 334, 6, '40.00', '15840.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (723, 143, 335, 2, '40.00', '5360.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (724, 143, 336, 2, '40.00', '5520.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (725, 143, 337, 5, '40.00', '14000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (726, 143, 338, 5, '40.00', '14400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (727, 143, 339, 3, '40.00', '9120.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (728, 143, 340, 5, '40.00', '15600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (729, 143, 341, 9, '40.00', '28800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (730, 143, 342, 5, '40.00', '16400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (731, 143, 343, 6, '40.00', '20400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (732, 143, 344, 17, '40.00', '58480.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (733, 143, 346, 4, '40.00', '14400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (734, 143, 347, 1, '40.00', '3680.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (735, 143, 348, 1, '40.00', '3800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (736, 143, 349, 2, '40.00', '7680.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (737, 143, 350, 3, '40.00', '11760.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (738, 144, 351, 4, '40.00', '16320.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (739, 144, 352, 1, '40.00', '4120.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (740, 144, 353, 2, '40.00', '8400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (741, 144, 354, 13, '40.00', '56160.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (742, 144, 355, 18, '40.00', '79200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (743, 144, 356, 5, '40.00', '23000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (744, 144, 357, 2, '40.00', '9600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (745, 144, 358, 2, '40.00', '9920.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (746, 144, 359, 13, '40.00', '67600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (747, 144, 360, 4, '40.00', '21600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (748, 145, 361, 18, '40.00', '100800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (749, 145, 362, 5, '40.00', '29000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (750, 145, 363, 1, '40.00', '6000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (751, 145, 364, 3, '40.00', '18240.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (752, 145, 365, 2, '40.00', '12400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (753, 145, 366, 12, '40.00', '76800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (754, 145, 367, 1, '40.00', '6600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (755, 145, 368, 8, '40.00', '54400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (756, 145, 369, 5, '40.00', '35000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (757, 145, 370, 5, '40.00', '36000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (758, 146, 371, 3, '40.00', '22200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (759, 146, 372, 5, '40.00', '38000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (760, 146, 373, 1, '40.00', '7800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (761, 146, 374, 12, '40.00', '96000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (762, 146, 375, 4, '40.00', '33600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (763, 146, 376, 1, '40.00', '8800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (764, 146, 377, 4, '40.00', '36800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (765, 146, 378, 2, '40.00', '20000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (766, 146, 379, 3, '40.00', '33600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (767, 146, 380, 1, '40.00', '12000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (768, 147, 381, 3, '30.00', '2070.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (769, 147, 382, 21, '30.00', '15750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (770, 147, 383, 20, '30.00', '15600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (771, 147, 384, 1, '30.00', '840.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (772, 147, 385, 1, '30.00', '900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (773, 147, 386, 3, '30.00', '2790.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (774, 147, 387, 5, '30.00', '4950.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (775, 147, 388, 4, '30.00', '4200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (776, 147, 389, 1, '30.00', '1140.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (777, 147, 390, 2, '30.00', '2340.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (778, 148, 391, 4, '30.00', '4800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (779, 148, 392, 3, '30.00', '3960.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (780, 148, 393, 4, '30.00', '5400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (781, 148, 394, 3, '30.00', '4680.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (782, 148, 395, 1, '30.00', '1650.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (783, 148, 396, 6, '30.00', '10260.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (784, 148, 397, 4, '30.00', '6960.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (785, 148, 398, 2, '30.00', '3540.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (786, 148, 399, 2, '30.00', '3660.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (787, 148, 400, 6, '30.00', '11160.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (788, 149, 401, 3, '30.00', '5670.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (789, 149, 402, 3, '30.00', '5760.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (790, 149, 403, 2, '30.00', '3900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (791, 149, 404, 2, '30.00', '3960.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (792, 149, 405, 1, '30.00', '2010.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (793, 149, 406, 2, '30.00', '4140.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (794, 149, 407, 7, '30.00', '14700.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (795, 149, 408, 4, '30.00', '11640.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (796, 149, 409, 2, '35.00', '1610.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (797, 149, 410, 2, '35.00', '1750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (798, 150, 411, 4, '35.00', '3640.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (799, 150, 412, 6, '35.00', '5670.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (800, 150, 413, 15, '35.00', '14700.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (801, 150, 414, 7, '35.00', '7105.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (802, 150, 415, 17, '35.00', '17850.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (803, 150, 416, 5, '35.00', '5425.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (804, 150, 417, 11, '35.00', '12320.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (805, 150, 418, 7, '35.00', '8085.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (806, 150, 419, 6, '35.00', '7140.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (807, 150, 420, 7, '35.00', '8575.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (808, 151, 421, 5, '35.00', '6300.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (809, 151, 422, 11, '35.00', '14245.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (810, 151, 423, 9, '35.00', '11970.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (811, 151, 424, 9, '35.00', '12285.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (812, 151, 425, 3, '35.00', '4200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (813, 151, 426, 6, '35.00', '8610.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (814, 151, 427, 23, '35.00', '33810.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (815, 151, 428, 10, '35.00', '15050.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (816, 151, 429, 18, '35.00', '27720.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (817, 151, 432, 11, '35.00', '17325.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (818, 152, 433, 9, '35.00', '14490.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (819, 152, 434, 6, '35.00', '9870.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (820, 152, 435, 20, '35.00', '33600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (821, 152, 436, 8, '35.00', '13720.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (822, 152, 437, 17, '35.00', '29750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (823, 152, 438, 13, '35.00', '23205.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (824, 152, 439, 25, '35.00', '45500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (825, 152, 440, 13, '35.00', '24115.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (826, 152, 441, 16, '35.00', '30240.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (827, 152, 442, 10, '35.00', '19250.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (828, 152, 443, 14, '35.00', '27440.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (829, 152, 444, 27, '35.00', '53865.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (830, 152, 445, 27, '35.00', '54810.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (831, 152, 446, 10, '35.00', '20650.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (832, 152, 447, 24, '35.00', '50400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (833, 152, 448, 15, '35.00', '32025.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (834, 152, 449, 21, '35.00', '45570.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (835, 152, 450, 19, '35.00', '41895.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (836, 152, 451, 16, '35.00', '35840.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (837, 152, 452, 26, '35.00', '59150.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (838, 153, 1477, 80, '1575.00', '126000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (839, 153, 1478, 40, '5175.00', '207000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (840, 153, 1479, 40, '6300.00', '252000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (841, 153, 1480, 10, '6075.00', '60750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (842, 153, 1481, 30, '7770.00', '233100.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (843, 153, 1482, 10, '9546.00', '95460.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (844, 153, 1483, 10, '16206.00', '162060.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (845, 153, 1484, 10, '12210.00', '122100.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (846, 153, 1485, 2, '8071.00', '16142.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (847, 153, 1486, 30, '550.00', '16500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (848, 153, 1487, 5, '6277.00', '31385.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (849, 153, 1488, 40, '8968.00', '358720.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (850, 153, 1489, 5, '6277.00', '31385.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (851, 153, 1490, 5, '3587.00', '17935.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (852, 153, 1491, 5, '12106.00', '60530.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (853, 153, 1492, 5, '23765.00', '118825.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (854, 153, 1493, 9, '6726.00', '60534.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (855, 153, 1494, 10, '4259.00', '42590.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (856, 153, 1495, 10, '1575.00', '15750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (857, 153, 1496, 20, '7200.00', '144000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (858, 153, 1497, 10, '9900.00', '99000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (859, 153, 1498, 20, '11500.00', '230000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (860, 153, 1499, 10, '10350.00', '103500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (861, 153, 1500, 30, '4500.00', '135000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (862, 153, 1501, 20, '3080.00', '61600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (863, 153, 1502, 90, '1980.00', '178200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (864, 153, 1503, 5, '7700.00', '38500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (865, 153, 1504, 100, '2400.00', '240000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (866, 153, 1518, 1, '33000.00', '33000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (867, 153, 1520, 5, '21.00', '2100.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (868, 153, 1536, 20, '5610.00', '112200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (869, 153, 1537, 10, '46.00', '24840.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (870, 153, 1538, 8, '46.00', '38272.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (871, 154, 805, 2, '90.00', '16200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (872, 154, 1458, 5, '14.00', '4550.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (873, 154, 1459, 5, '14.00', '4620.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (874, 154, 1460, 5, '14.00', '4690.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (875, 154, 1461, 5, '14.00', '4760.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (876, 154, 1462, 5, '14.00', '4830.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (877, 154, 1463, 5, '14.00', '4970.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (878, 154, 1464, 5, '14.00', '5250.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (879, 154, 1465, 4, '63.00', '13104.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (880, 154, 1466, 4, '64.00', '13568.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (881, 154, 1467, 4, '64.00', '14080.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (882, 154, 1468, 4, '64.00', '14592.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (883, 154, 1469, 4, '64.00', '14848.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (884, 154, 1470, 4, '64.00', '15104.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (885, 154, 1471, 4, '64.00', '15360.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (886, 154, 1472, 4, '64.00', '16128.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (887, 154, 1473, 5, '64.00', '20800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (888, 154, 1474, 4, '64.00', '17152.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (889, 154, 1475, 4, '64.00', '17664.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (890, 154, 1476, 2, '135.00', '22950.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (891, 155, 758, 6, '75.00', '43200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (892, 155, 759, 2, '75.00', '14550.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (893, 155, 760, 14, '75.00', '102900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (894, 155, 761, 5, '75.00', '37125.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (895, 155, 762, 8, '75.00', '60000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (896, 155, 763, 3, '135.00', '21060.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (897, 155, 764, 10, '135.00', '72900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (898, 155, 765, 2, '135.00', '15660.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (899, 155, 766, 4, '135.00', '31860.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (900, 155, 767, 4, '135.00', '34560.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (901, 155, 768, 9, '135.00', '80190.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (902, 155, 769, 8, '135.00', '72360.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (903, 155, 770, 2, '135.00', '18360.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (904, 155, 771, 3, '135.00', '27945.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (905, 155, 773, 10, '135.00', '97200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (906, 155, 774, 1, '135.00', '10125.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (907, 155, 775, 6, '135.00', '61560.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (908, 155, 776, 5, '135.00', '52650.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (909, 155, 777, 5, '135.00', '54000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (910, 155, 778, 4, '135.00', '44280.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (911, 155, 779, 4, '135.00', '45360.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (912, 155, 780, 7, '135.00', '81270.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (913, 155, 781, 24, '135.00', '285120.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (914, 155, 782, 28, '135.00', '340200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (915, 155, 784, 10, '135.00', '126900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (916, 155, 785, 2, '135.00', '25650.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (917, 155, 786, 8, '135.00', '103680.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (918, 155, 787, 12, '135.00', '158760.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (919, 155, 788, 6, '135.00', '81000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (920, 155, 789, 13, '90.00', '44460.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (921, 155, 790, 10, '90.00', '35100.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (922, 155, 791, 3, '90.00', '10800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (923, 155, 792, 3, '90.00', '11070.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (924, 155, 793, 3, '90.00', '11340.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (925, 155, 794, 3, '90.00', '11610.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (926, 155, 795, 2, '90.00', '7920.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (927, 155, 796, 1, '90.00', '4050.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (928, 155, 797, 3, '90.00', '12420.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (929, 155, 798, 3, '90.00', '12690.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (930, 155, 799, 2, '90.00', '8640.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (931, 155, 800, 3, '90.00', '13230.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (932, 155, 801, 1, '90.00', '4500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (933, 155, 802, 2, '90.00', '9180.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (934, 155, 803, 3, '90.00', '14040.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (935, 155, 804, 12, '90.00', '90720.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (936, 156, 733, 8, '75.00', '42600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (937, 156, 734, 18, '75.00', '97200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (938, 156, 735, 8, '75.00', '43800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (939, 156, 736, 21, '75.00', '116550.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (940, 156, 737, 6, '75.00', '33750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (941, 156, 738, 8, '75.00', '45600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (942, 156, 739, 9, '75.00', '51975.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (943, 156, 740, 7, '75.00', '40950.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (944, 156, 741, 9, '75.00', '53325.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (945, 156, 742, 16, '75.00', '96000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (946, 156, 743, 6, '75.00', '36450.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (947, 156, 744, 23, '75.00', '141450.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (948, 156, 745, 9, '75.00', '56025.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (949, 156, 746, 14, '75.00', '88200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (950, 156, 747, 17, '75.00', '108375.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (951, 156, 748, 6, '75.00', '38700.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (952, 156, 749, 9, '75.00', '58725.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (953, 156, 750, 20, '75.00', '132000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (954, 156, 751, 21, '75.00', '140175.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (955, 156, 752, 24, '75.00', '162000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (956, 156, 753, 5, '75.00', '34125.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (957, 156, 754, 21, '75.00', '144900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (958, 156, 755, 5, '75.00', '34875.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (959, 156, 756, 10, '75.00', '70500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (960, 156, 757, 10, '75.00', '71250.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (961, 157, 708, 9, '75.00', '31050.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (962, 157, 709, 8, '75.00', '28200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (963, 157, 710, 19, '75.00', '68400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (964, 157, 711, 4, '75.00', '14700.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (965, 157, 712, 19, '75.00', '71250.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (966, 157, 713, 7, '75.00', '26775.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (967, 157, 714, 10, '75.00', '39000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (968, 157, 715, 13, '75.00', '51675.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (969, 157, 716, 17, '75.00', '68850.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (970, 157, 717, 9, '75.00', '37125.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (971, 157, 718, 8, '75.00', '33600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (972, 157, 719, 13, '75.00', '55575.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (973, 157, 720, 11, '75.00', '47850.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (974, 157, 721, 10, '75.00', '44250.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (975, 157, 722, 8, '75.00', '36000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (976, 157, 723, 8, '75.00', '36600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (977, 157, 724, 12, '75.00', '55800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (978, 157, 725, 9, '75.00', '42525.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (979, 157, 726, 10, '75.00', '48000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (980, 157, 727, 6, '75.00', '29250.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (981, 157, 728, 12, '75.00', '59400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (982, 157, 729, 10, '75.00', '50250.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (983, 157, 730, 12, '75.00', '61200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (984, 157, 731, 13, '75.00', '67275.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (985, 157, 732, 18, '75.00', '94500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (986, 158, 683, 3, '54.00', '13284.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (987, 158, 684, 3, '54.00', '13446.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (988, 158, 685, 3, '54.00', '13608.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (989, 158, 686, 3, '54.00', '13770.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (990, 158, 687, 3, '54.00', '13932.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (991, 158, 688, 3, '54.00', '14256.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (992, 158, 689, 3, '54.00', '14580.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (993, 158, 690, 3, '54.00', '14904.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (994, 158, 691, 3, '54.00', '15066.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (995, 158, 692, 3, '54.00', '15228.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (996, 158, 693, 4, '75.00', '9000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (997, 158, 694, 3, '75.00', '6975.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (998, 158, 695, 5, '75.00', '12000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (999, 158, 696, 5, '75.00', '12375.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1000, 158, 697, 5, '75.00', '12750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1001, 158, 698, 5, '75.00', '13125.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1002, 158, 699, 4, '75.00', '10800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1003, 158, 700, 8, '75.00', '22800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1004, 158, 701, 5, '75.00', '14625.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1005, 158, 702, 8, '75.00', '24000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1006, 158, 703, 5, '75.00', '15375.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1007, 158, 704, 8, '75.00', '25200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1008, 158, 705, 8, '75.00', '25800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1009, 158, 706, 7, '75.00', '23100.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1010, 158, 707, 7, '75.00', '23625.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1011, 159, 658, 11, '54.00', '31482.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1012, 159, 659, 5, '54.00', '14580.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1013, 159, 660, 6, '54.00', '17820.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1014, 159, 661, 8, '54.00', '24192.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1015, 159, 662, 8, '54.00', '24624.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1016, 159, 663, 5, '54.00', '15660.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1017, 159, 664, 7, '54.00', '22302.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1018, 159, 665, 5, '54.00', '16200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1019, 159, 666, 8, '54.00', '26784.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1020, 159, 667, 6, '54.00', '20412.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1021, 159, 668, 4, '54.00', '13824.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1022, 159, 669, 5, '54.00', '17550.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1023, 159, 670, 6, '54.00', '21384.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1024, 159, 671, 1, '54.00', '3618.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1025, 159, 672, 6, '54.00', '22032.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1026, 159, 673, 5, '54.00', '18630.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1027, 159, 674, 3, '54.00', '11340.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1028, 159, 675, 4, '54.00', '15336.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1029, 159, 676, 5, '54.00', '19440.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1030, 159, 677, 5, '54.00', '19710.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1031, 159, 678, 5, '54.00', '19980.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1032, 159, 679, 4, '54.00', '16200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1033, 159, 680, 4, '54.00', '16416.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1034, 159, 681, 4, '54.00', '16848.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1035, 159, 682, 4, '54.00', '17280.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1036, 160, 633, 3, '54.00', '4536.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1037, 160, 634, 2, '54.00', '3132.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1038, 160, 635, 8, '54.00', '12960.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1039, 160, 636, 3, '54.00', '5022.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1040, 160, 637, 13, '54.00', '22464.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1041, 160, 638, 10, '54.00', '17820.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1042, 160, 639, 24, '54.00', '44064.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1043, 160, 640, 4, '54.00', '7560.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1044, 160, 641, 5, '54.00', '9720.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1045, 160, 642, 1, '54.00', '1998.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1046, 160, 643, 8, '54.00', '16416.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1047, 160, 644, 19, '54.00', '40014.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1048, 160, 645, 21, '54.00', '45360.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1049, 160, 646, 4, '54.00', '8856.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1050, 160, 647, 4, '54.00', '9072.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1051, 160, 648, 3, '54.00', '6966.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1052, 160, 649, 9, '54.00', '21384.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1053, 160, 650, 6, '54.00', '14580.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1054, 160, 651, 6, '54.00', '14904.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1055, 160, 652, 29, '54.00', '73602.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1056, 160, 653, 25, '54.00', '64800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1057, 160, 655, 7, '54.00', '18900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1058, 160, 656, 10, '54.00', '27540.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1059, 160, 657, 8, '54.00', '22464.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1060, 161, 608, 5, '40.00', '7400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1061, 161, 609, 5, '40.00', '7600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1062, 161, 610, 5, '40.00', '7800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1063, 161, 611, 6, '40.00', '9600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1064, 161, 612, 5, '40.00', '8200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1065, 161, 613, 5, '40.00', '8400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1066, 161, 614, 5, '40.00', '8600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1067, 161, 615, 7, '40.00', '12320.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1068, 161, 616, 5, '40.00', '9000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1069, 161, 617, 5, '40.00', '9200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1070, 161, 618, 5, '40.00', '9400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1071, 161, 619, 1, '40.00', '1920.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1072, 161, 620, 3, '40.00', '5880.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1073, 161, 621, 8, '40.00', '16000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1074, 161, 622, 6, '40.00', '12480.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1075, 161, 623, 3, '40.00', '6360.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1076, 161, 624, 4, '40.00', '8800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1077, 161, 625, 3, '40.00', '6720.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1078, 161, 626, 3, '40.00', '6840.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1079, 161, 627, 3, '40.00', '7080.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1080, 161, 628, 3, '40.00', '7200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1081, 161, 629, 18, '54.00', '23328.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1082, 161, 630, 5, '54.00', '6750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1083, 161, 631, 3, '54.00', '4212.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1084, 161, 632, 5, '54.00', '7290.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1085, 162, 581, 3, '64.00', '35520.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1086, 162, 582, 3, '64.00', '36480.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1087, 162, 583, 1, '64.00', '12480.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1088, 162, 584, 8, '64.00', '102400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1089, 162, 585, 20, '64.00', '268800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1090, 162, 586, 5, '64.00', '68800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1091, 162, 587, 5, '64.00', '70400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1092, 162, 588, 6, '64.00', '88320.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1093, 162, 589, 4, '64.00', '60160.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1094, 162, 590, 4, '64.00', '61440.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1095, 162, 591, 2, '64.00', '31360.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1096, 162, 592, 2, '64.00', '32000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1097, 162, 595, 2, '40.00', '1600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1098, 162, 596, 2, '40.00', '1680.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1099, 162, 597, 4, '40.00', '4480.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1100, 162, 598, 4, '40.00', '4640.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1101, 162, 599, 4, '40.00', '4800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1102, 162, 600, 5, '40.00', '6000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1103, 162, 601, 4, '40.00', '4960.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1104, 162, 602, 5, '40.00', '6200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1105, 162, 603, 5, '40.00', '6400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1106, 162, 604, 5, '40.00', '6600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1107, 162, 605, 4, '40.00', '5440.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1108, 162, 606, 4, '40.00', '5600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1109, 162, 607, 5, '40.00', '7200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1110, 163, 556, 5, '64.00', '33280.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1111, 163, 557, 36, '64.00', '241920.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1112, 163, 558, 6, '64.00', '40704.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1113, 163, 559, 12, '64.00', '82944.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1114, 163, 560, 11, '64.00', '77440.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1115, 163, 561, 9, '64.00', '64512.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1116, 163, 562, 7, '64.00', '51520.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1117, 163, 563, 13, '64.00', '98176.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1118, 163, 564, 10, '64.00', '76800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1119, 163, 565, 2, '64.00', '15616.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1120, 163, 566, 6, '64.00', '48000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1121, 163, 567, 4, '64.00', '32256.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1122, 163, 568, 6, '64.00', '49152.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1123, 163, 569, 10, '64.00', '83200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1124, 163, 571, 18, '64.00', '161280.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1125, 163, 572, 5, '64.00', '45440.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1126, 163, 573, 3, '64.00', '27840.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1127, 163, 574, 13, '64.00', '124800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1128, 163, 575, 9, '64.00', '89280.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1129, 163, 576, 15, '64.00', '153600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1130, 163, 577, 8, '64.00', '84480.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1131, 163, 578, 10, '64.00', '108800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1132, 163, 579, 5, '64.00', '56000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1133, 163, 580, 7, '64.00', '80640.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1134, 164, 531, 4, '35.00', '27300.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1135, 164, 532, 5, '35.00', '35000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1136, 164, 533, 7, '35.00', '52675.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1137, 164, 534, 2, '64.00', '6400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1138, 164, 535, 4, '64.00', '13824.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1139, 164, 536, 5, '64.00', '17920.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1140, 164, 537, 6, '64.00', '23808.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1141, 164, 538, 9, '64.00', '36864.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1142, 164, 539, 8, '64.00', '33792.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1143, 164, 540, 5, '64.00', '21760.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1144, 164, 541, 9, '64.00', '40320.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1145, 164, 542, 4, '64.00', '18688.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1146, 164, 543, 16, '64.00', '78848.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1147, 164, 544, 8, '64.00', '40960.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1148, 164, 545, 10, '64.00', '55040.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1149, 164, 546, 7, '64.00', '39424.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1150, 164, 547, 5, '64.00', '28800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1151, 164, 548, 9, '64.00', '52992.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1152, 164, 549, 5, '64.00', '29760.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1153, 164, 550, 7, '64.00', '42112.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1154, 164, 551, 10, '64.00', '60800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1155, 164, 552, 12, '64.00', '73728.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1156, 164, 553, 16, '64.00', '100352.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1157, 164, 554, 15, '64.00', '96000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1158, 164, 555, 12, '64.00', '78336.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1159, 165, 506, 8, '35.00', '35280.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1160, 165, 507, 7, '35.00', '31360.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1161, 165, 508, 8, '35.00', '36400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1162, 165, 509, 5, '35.00', '23100.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1163, 165, 510, 6, '35.00', '28140.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1164, 165, 511, 7, '35.00', '33075.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1165, 165, 512, 5, '35.00', '23800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1166, 165, 513, 5, '35.00', '24150.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1167, 165, 514, 9, '35.00', '44100.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1168, 165, 515, 6, '35.00', '29820.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1169, 165, 516, 6, '35.00', '30240.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1170, 165, 517, 8, '35.00', '40600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1171, 165, 518, 5, '35.00', '25550.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1172, 165, 519, 5, '35.00', '25900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1173, 165, 520, 10, '35.00', '52500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1174, 165, 521, 4, '35.00', '21280.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1175, 165, 522, 5, '35.00', '27125.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1176, 165, 524, 6, '35.00', '33600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1177, 165, 525, 4, '35.00', '23100.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1178, 165, 526, 3, '35.00', '17850.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1179, 165, 527, 4, '35.00', '24500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1180, 165, 528, 8, '35.00', '50400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1181, 165, 529, 5, '35.00', '32375.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1182, 165, 530, 4, '35.00', '26600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1183, 166, 481, 7, '35.00', '23030.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1184, 166, 482, 10, '35.00', '33250.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1185, 166, 483, 8, '35.00', '26880.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1186, 166, 484, 8, '35.00', '27160.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1187, 166, 485, 22, '35.00', '75460.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1188, 166, 486, 5, '35.00', '17325.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1189, 166, 487, 12, '35.00', '42000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1190, 166, 488, 8, '35.00', '28560.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1191, 166, 489, 15, '35.00', '54075.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1192, 166, 490, 6, '35.00', '21840.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1193, 166, 491, 6, '35.00', '22050.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1194, 166, 492, 5, '35.00', '18550.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1195, 166, 493, 8, '35.00', '29960.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1196, 166, 494, 16, '35.00', '60480.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1197, 166, 495, 8, '35.00', '30800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1198, 166, 496, 15, '35.00', '58800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1199, 166, 497, 7, '35.00', '27685.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1200, 166, 498, 9, '35.00', '35910.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1201, 166, 499, 10, '35.00', '40250.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1202, 166, 500, 19, '35.00', '77140.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1203, 166, 501, 17, '35.00', '70210.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1204, 166, 502, 19, '35.00', '79800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1205, 166, 503, 4, '35.00', '17080.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1206, 166, 504, 5, '35.00', '21700.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1207, 166, 505, 8, '35.00', '35000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1208, 167, 453, 27, '35.00', '62370.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1209, 167, 454, 18, '35.00', '42210.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1210, 167, 455, 37, '35.00', '88060.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1211, 167, 456, 14, '35.00', '33810.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1212, 167, 457, 22, '35.00', '53900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1213, 167, 458, 15, '35.00', '37275.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1214, 167, 459, 12, '35.00', '30240.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1215, 167, 460, 10, '35.00', '25550.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1216, 167, 461, 20, '35.00', '51800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1217, 167, 462, 22, '35.00', '57750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1218, 167, 463, 16, '35.00', '42560.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1219, 167, 464, 11, '35.00', '29645.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1220, 167, 465, 14, '35.00', '38220.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1221, 167, 466, 14, '35.00', '38710.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1222, 167, 467, 12, '35.00', '33600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1223, 167, 468, 11, '35.00', '31185.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1224, 167, 469, 25, '35.00', '71750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1225, 167, 470, 7, '35.00', '20335.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1226, 167, 471, 7, '35.00', '20580.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1227, 167, 472, 11, '35.00', '32725.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1228, 167, 473, 21, '35.00', '63210.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1229, 167, 474, 7, '35.00', '21315.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1230, 167, 475, 20, '35.00', '61600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1231, 167, 476, 11, '35.00', '34265.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1232, 167, 477, 31, '35.00', '97650.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1233, 167, 478, 4, '35.00', '12740.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1234, 167, 479, 6, '35.00', '19320.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1235, 167, 480, 8, '35.00', '26040.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1236, 168, 823, 1, '180.00', '180.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1237, 168, 840, 1, '220.00', '220.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1238, 168, 844, 1, '220.00', '220.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1239, 168, 854, 1, '220.00', '220.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1240, 168, 970, 1, '462.00', '462.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1241, 168, 974, 1, '572.00', '572.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1242, 168, 999, 1, '506.00', '506.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1243, 168, 1005, 1, '572.00', '572.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1244, 168, 1009, 1, '570.00', '570.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1245, 168, 1014, 1, '540.00', '540.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1246, 168, 1034, 1, '830.00', '830.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1247, 168, 1038, 1, '737.00', '737.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1248, 168, 1041, 1, '730.00', '730.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1249, 168, 1060, 1, '1144.00', '1144.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1250, 168, 1067, 1, '1485.00', '1485.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1251, 168, 1071, 1, '1485.00', '1485.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1252, 168, 1072, 1, '1550.00', '1550.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1253, 168, 1073, 1, '1550.00', '1550.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1254, 168, 1083, 1, '1800.00', '1800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1255, 168, 1096, 1, '2134.00', '2134.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1256, 168, 1129, 1, '276.00', '276.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1257, 168, 1132, 1, '425.00', '425.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1258, 168, 1138, 1, '325.00', '325.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1259, 168, 1143, 1, '375.00', '375.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1260, 168, 1158, 1, '550.00', '550.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1261, 168, 1188, 1, '688.00', '688.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1262, 168, 1191, 1, '900.00', '900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1263, 168, 1197, 1, '900.00', '900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1264, 168, 1235, 1, '250.00', '250.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1265, 168, 1242, 1, '320.00', '320.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1266, 168, 1267, 1, '312.00', '312.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1267, 168, 1287, 1, '350.00', '350.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1268, 168, 1300, 1, '400.00', '400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1269, 168, 1304, 1, '1000.00', '1000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1270, 168, 1305, 1, '656.00', '656.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1271, 168, 1306, 1, '400.00', '400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1272, 168, 1308, 1, '374.00', '374.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1273, 168, 1321, 1, '700.00', '700.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1274, 168, 1323, 1, '400.00', '400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1275, 168, 1325, 1, '572.00', '572.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1276, 168, 1329, 1, '751.00', '751.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1277, 168, 1340, 1, '771.00', '771.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1278, 168, 1348, 1, '600.00', '600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1279, 168, 1362, 1, '650.00', '650.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1280, 168, 1374, 1, '1000.00', '1000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1281, 168, 1387, 1, '1100.00', '1100.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1282, 168, 1389, 1, '1133.00', '1133.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1283, 168, 1392, 1, '1000.00', '1000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1284, 168, 1425, 1, '2112.00', '2112.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1285, 168, 1439, 1, '4000.00', '4000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1286, 168, 1441, 1, '3500.00', '3500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1287, 169, 817, 2, '180.00', '360.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1288, 169, 822, 2, '160.00', '320.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1289, 169, 824, 2, '180.00', '360.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1290, 169, 846, 2, '200.00', '400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1291, 169, 863, 2, '700.00', '1400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1292, 169, 865, 2, '450.00', '900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1293, 169, 866, 2, '300.00', '600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1294, 169, 870, 2, '800.00', '1600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1295, 169, 980, 2, '506.00', '1012.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1296, 169, 991, 2, '572.00', '1144.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1297, 169, 1006, 2, '660.00', '1320.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1298, 169, 1063, 2, '1300.00', '2600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1299, 169, 1068, 2, '1190.00', '2380.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1300, 169, 1077, 2, '1800.00', '3600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1301, 169, 1112, 2, '3760.00', '7520.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1302, 169, 1128, 2, '400.00', '800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1303, 169, 1145, 2, '450.00', '900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1304, 169, 1183, 2, '700.00', '1400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1305, 169, 1198, 2, '2300.00', '4600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1306, 169, 1205, 2, '2400.00', '4800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1307, 169, 1207, 2, '1300.00', '2600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1308, 169, 1250, 2, '350.00', '700.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1309, 169, 1259, 2, '150.00', '300.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1310, 169, 1298, 2, '577.00', '1154.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1311, 169, 1310, 2, '800.00', '1600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1312, 169, 1324, 2, '500.00', '1000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1313, 169, 1335, 2, '771.00', '1542.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1314, 169, 1336, 2, '771.00', '1542.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1315, 169, 1351, 2, '1000.00', '2000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1316, 169, 1352, 2, '800.00', '1600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1317, 169, 1355, 2, '650.00', '1300.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1318, 169, 1366, 2, '1000.00', '2000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1319, 169, 1371, 2, '600.00', '1200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1320, 169, 1384, 2, '750.00', '1500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1321, 169, 1397, 2, '1200.00', '2400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1322, 169, 1407, 2, '1500.00', '3000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1323, 169, 1410, 2, '1800.00', '3600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1324, 169, 1411, 2, '1800.00', '3600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1325, 169, 1412, 2, '2045.00', '4090.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1326, 169, 1415, 2, '1400.00', '2800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1327, 169, 1418, 2, '2300.00', '4600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1328, 169, 1429, 2, '1000.00', '2000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1329, 169, 1434, 2, '2408.00', '4816.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1330, 169, 1437, 2, '3300.00', '6600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1331, 169, 1438, 2, '3300.00', '6600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1332, 169, 1514, 2, '2400.00', '4800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1333, 170, 828, 3, '180.00', '540.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1334, 170, 839, 3, '160.00', '480.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1335, 170, 841, 3, '220.00', '660.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1336, 170, 842, 3, '220.00', '660.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1337, 170, 862, 3, '300.00', '900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1338, 170, 874, 3, '600.00', '1800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1339, 170, 879, 3, '900.00', '2700.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1340, 170, 926, 3, '341.00', '1023.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1341, 170, 955, 3, '506.00', '1518.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1342, 170, 1018, 3, '730.00', '2190.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1343, 170, 1030, 3, '737.00', '2211.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1344, 170, 1050, 3, '1485.00', '4455.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1345, 170, 1076, 3, '1550.00', '4650.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1346, 170, 1097, 3, '2277.00', '6831.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1347, 170, 1110, 3, '3565.00', '10695.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1348, 170, 1125, 3, '300.00', '900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1349, 170, 1175, 3, '1200.00', '3600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1350, 170, 1177, 3, '900.00', '2700.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1351, 170, 1187, 3, '1000.00', '3000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1352, 170, 1218, 3, '2800.00', '8400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1353, 170, 1223, 3, '240.00', '720.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1354, 170, 1238, 3, '300.00', '900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1355, 170, 1248, 3, '300.00', '900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1356, 170, 1258, 3, '300.00', '900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1357, 170, 1295, 3, '600.00', '1800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1358, 170, 1303, 3, '374.00', '1122.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1359, 170, 1322, 3, '770.00', '2310.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1360, 170, 1341, 3, '400.00', '1200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1361, 170, 1345, 3, '1000.00', '3000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1362, 170, 1360, 3, '640.00', '1920.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1363, 170, 1370, 3, '700.00', '2100.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1364, 170, 1376, 3, '450.00', '1350.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1365, 170, 1378, 3, '1000.00', '3000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1366, 170, 1388, 3, '1300.00', '3900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1367, 170, 1391, 3, '950.00', '2850.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1368, 170, 1393, 3, '1133.00', '3399.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1369, 170, 1396, 3, '2200.00', '6600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1370, 170, 1398, 3, '1000.00', '3000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1371, 170, 1401, 3, '2500.00', '7500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1372, 170, 1420, 3, '1400.00', '4200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1373, 170, 1422, 3, '1400.00', '4200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1374, 170, 1433, 3, '2408.00', '7224.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1375, 170, 1435, 3, '1000.00', '3000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1376, 170, 1440, 3, '3000.00', '9000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1377, 171, 809, 4, '100.00', '400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1378, 171, 836, 4, '150.00', '600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1379, 171, 843, 4, '200.00', '800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1380, 171, 881, 4, '1500.00', '6000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1381, 171, 882, 4, '627.00', '2508.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1382, 171, 921, 4, '297.00', '1188.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1383, 171, 947, 4, '385.00', '1540.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1384, 171, 979, 4, '462.00', '1848.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1385, 171, 997, 4, '460.00', '1840.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1386, 171, 1025, 4, '737.00', '2948.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1387, 171, 1059, 4, '1144.00', '4576.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1388, 171, 1061, 4, '1210.00', '4840.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1389, 171, 1090, 4, '1980.00', '7920.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1390, 171, 1095, 4, '2134.00', '8536.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1391, 171, 1107, 4, '3564.00', '14256.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1392, 171, 1153, 4, '450.00', '1800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1393, 171, 1166, 4, '1000.00', '4000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1394, 171, 1172, 4, '2300.00', '9200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1395, 171, 1179, 4, '625.00', '2500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1396, 171, 1180, 4, '715.00', '2860.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1397, 171, 1204, 4, '1100.00', '4400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1398, 171, 1240, 4, '300.00', '1200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1399, 171, 1253, 4, '220.00', '880.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1400, 171, 1269, 4, '313.00', '1252.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1401, 171, 1271, 4, '450.00', '1800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1402, 171, 1291, 4, '450.00', '1800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1403, 171, 1292, 4, '600.00', '2400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1404, 171, 1318, 4, '700.00', '2800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1405, 171, 1320, 4, '978.00', '3912.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1406, 171, 1331, 4, '1200.00', '4800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1407, 171, 1346, 4, '650.00', '2600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1408, 171, 1353, 4, '900.00', '3600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1409, 171, 1354, 4, '900.00', '3600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1410, 171, 1359, 4, '800.00', '3200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1411, 171, 1383, 4, '2300.00', '9200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1412, 171, 1400, 4, '1500.00', '6000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1413, 171, 1419, 4, '3500.00', '14000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1414, 171, 1421, 4, '1500.00', '6000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1415, 171, 1423, 4, '1500.00', '6000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1416, 171, 1424, 4, '2112.00', '8448.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1417, 171, 1436, 4, '2841.00', '11364.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1418, 172, 829, 5, '170.00', '850.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1419, 172, 883, 5, '450.00', '2250.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1420, 172, 943, 5, '342.00', '1710.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1421, 172, 985, 5, '462.00', '2310.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1422, 172, 1029, 5, '660.00', '3300.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1423, 172, 1049, 5, '1309.00', '6545.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1424, 172, 1085, 5, '2277.00', '11385.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1425, 172, 1086, 5, '2706.00', '13530.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1426, 172, 1091, 5, '1980.00', '9900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1427, 172, 1094, 5, '1980.00', '9900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1428, 172, 1101, 5, '2070.00', '10350.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1429, 172, 1109, 5, '2992.00', '14960.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1430, 172, 1111, 5, '3564.00', '17820.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1431, 172, 1113, 5, '4136.00', '20680.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1432, 172, 1122, 5, '200.00', '1000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1433, 172, 1159, 5, '425.00', '2125.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1434, 172, 1171, 5, '600.00', '3000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1435, 172, 1173, 5, '650.00', '3250.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1436, 172, 1199, 5, '4500.00', '22500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1437, 172, 1202, 5, '1500.00', '7500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1438, 172, 1203, 5, '800.00', '4000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1439, 172, 1206, 5, '1100.00', '5500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1440, 172, 1213, 5, '1500.00', '7500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1441, 172, 1220, 5, '160.00', '800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1442, 172, 1224, 5, '160.00', '800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1443, 172, 1236, 5, '300.00', '1500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1444, 172, 1239, 5, '222.00', '1110.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1445, 172, 1241, 5, '1200.00', '6000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1446, 172, 1265, 5, '303.00', '1515.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1447, 172, 1273, 5, '600.00', '3000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1448, 172, 1299, 5, '700.00', '3500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1449, 172, 1301, 5, '600.00', '3000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1450, 172, 1314, 5, '450.00', '2250.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1451, 172, 1330, 5, '1300.00', '6500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1452, 172, 1332, 5, '400.00', '2000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1453, 172, 1343, 5, '1200.00', '6000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1454, 172, 1357, 5, '2500.00', '12500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1455, 172, 1358, 5, '600.00', '3000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1456, 172, 1375, 5, '600.00', '3000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1457, 172, 1377, 5, '700.00', '3500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1458, 172, 1380, 5, '1144.00', '5720.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1459, 172, 1402, 5, '4500.00', '22500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1460, 172, 1450, 5, '200.00', '1000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1461, 172, 1511, 5, '5800.00', '29000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1462, 172, 1512, 5, '1100.00', '5500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1463, 172, 1521, 5, '1300.00', '6500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1464, 173, 869, 6, '375.00', '2250.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1465, 173, 877, 6, '2200.00', '13200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1466, 173, 884, 6, '160.00', '960.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1467, 173, 900, 6, '297.00', '1782.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1468, 173, 937, 6, '341.00', '2046.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1469, 173, 966, 6, '460.00', '2760.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1470, 173, 977, 6, '430.00', '2580.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1471, 173, 996, 6, '506.00', '3036.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1472, 173, 1036, 6, '913.00', '5478.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1473, 173, 1079, 6, '1350.00', '8100.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1474, 173, 1105, 6, '2992.00', '17952.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1475, 173, 1106, 6, '2992.00', '17952.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1476, 173, 1148, 6, '352.00', '2112.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1477, 173, 1152, 6, '676.00', '4056.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1478, 173, 1164, 6, '800.00', '4800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1479, 173, 1178, 6, '625.00', '3750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1480, 173, 1221, 6, '200.00', '1200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1481, 173, 1231, 6, '222.00', '1332.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1482, 173, 1233, 6, '160.00', '960.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1483, 173, 1243, 6, '210.00', '1260.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1484, 173, 1255, 6, '300.00', '1800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1485, 173, 1276, 6, '340.00', '2040.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1486, 173, 1344, 6, '442.00', '2652.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1487, 173, 1385, 6, '850.00', '5100.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1488, 173, 1403, 6, '880.00', '5280.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1489, 173, 1413, 6, '2045.00', '12270.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1490, 173, 1430, 6, '1998.00', '11988.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1491, 174, 815, 7, '170.00', '1190.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1492, 174, 820, 7, '200.00', '1400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1493, 174, 832, 7, '209.00', '1463.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1494, 174, 860, 7, '300.00', '2100.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1495, 174, 888, 7, '242.00', '1694.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1496, 174, 915, 7, '242.00', '1694.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1497, 174, 916, 7, '275.00', '1925.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1498, 174, 931, 7, '275.00', '1925.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1499, 174, 951, 7, '385.00', '2695.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1500, 174, 983, 7, '462.00', '3234.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1501, 174, 1008, 7, '572.00', '4004.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1502, 174, 1026, 7, '737.00', '5159.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1503, 174, 1035, 7, '990.00', '6930.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1504, 174, 1055, 7, '900.00', '6300.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1505, 174, 1057, 7, '1040.00', '7280.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1506, 174, 1074, 7, '1485.00', '10395.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1507, 174, 1108, 7, '3760.00', '26320.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1508, 174, 1151, 7, '590.00', '4130.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1509, 174, 1157, 7, '800.00', '5600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1510, 174, 1162, 7, '605.00', '4235.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1511, 174, 1186, 7, '900.00', '6300.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1512, 174, 1195, 7, '880.00', '6160.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1513, 174, 1219, 7, '4500.00', '31500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1514, 174, 1247, 7, '358.00', '2506.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1515, 174, 1261, 7, '325.00', '2275.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1516, 174, 1262, 7, '325.00', '2275.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1517, 174, 1277, 7, '600.00', '4200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1518, 174, 1278, 7, '600.00', '4200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1519, 174, 1279, 7, '400.00', '2800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1520, 174, 1312, 7, '600.00', '4200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1521, 174, 1338, 7, '771.00', '5397.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1522, 174, 1379, 7, '956.00', '6692.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1523, 174, 1381, 7, '1000.00', '7000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1524, 174, 1390, 7, '1800.00', '12600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1525, 174, 1431, 7, '2200.00', '15400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1526, 174, 1510, 7, '450.00', '3150.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1527, 175, 812, 8, '160.00', '1280.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1528, 175, 848, 8, '200.00', '1600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1529, 175, 872, 8, '450.00', '3600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1530, 175, 953, 8, '430.00', '3440.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1531, 175, 1031, 8, '737.00', '5896.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1532, 175, 1045, 8, '1078.00', '8624.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1533, 175, 1099, 8, '2277.00', '18216.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1534, 175, 1118, 8, '250.00', '2000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1535, 175, 1142, 8, '450.00', '3600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1536, 175, 1194, 8, '800.00', '6400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1537, 175, 1225, 8, '300.00', '2400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1538, 175, 1289, 8, '450.00', '3600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1539, 175, 1337, 8, '771.00', '6168.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1540, 175, 1349, 8, '846.00', '6768.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1541, 175, 1350, 8, '650.00', '5200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1542, 175, 1356, 8, '1200.00', '9600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1543, 175, 1395, 8, '1200.00', '9600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1544, 175, 1409, 8, '1575.00', '12600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1545, 175, 1427, 8, '3000.00', '24000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1546, 176, 816, 9, '300.00', '2700.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1547, 176, 857, 9, '400.00', '3600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1548, 176, 873, 9, '500.00', '4500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1549, 176, 887, 9, '209.00', '1881.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1550, 176, 906, 9, '386.00', '3474.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1551, 176, 971, 9, '462.00', '4158.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1552, 176, 994, 9, '730.00', '6570.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1553, 176, 1001, 9, '506.00', '4554.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1554, 176, 1046, 9, '1144.00', '10296.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1555, 176, 1075, 9, '1500.00', '13500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1556, 176, 1102, 9, '2460.00', '22140.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1557, 176, 1154, 9, '410.00', '3690.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1558, 176, 1184, 9, '800.00', '7200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1559, 176, 1189, 9, '880.00', '7920.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1560, 176, 1228, 9, '222.00', '1998.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1561, 176, 1234, 9, '222.00', '1998.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1562, 176, 1237, 9, '280.00', '2520.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1563, 176, 1283, 9, '408.00', '3672.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1564, 176, 1290, 9, '358.00', '3222.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1565, 176, 1294, 9, '461.00', '4149.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1566, 176, 1315, 9, '686.00', '6174.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1567, 176, 1367, 9, '657.00', '5913.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1568, 176, 1372, 9, '608.00', '5472.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1569, 177, 1056, 10, '1078.00', '10780.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1570, 177, 1064, 10, '1485.00', '14850.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1571, 177, 1070, 10, '1300.00', '13000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1572, 177, 1078, 10, '1350.00', '13500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1573, 177, 1082, 10, '1705.00', '17050.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1574, 177, 1088, 10, '1800.00', '18000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1575, 177, 1089, 10, '1705.00', '17050.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1576, 177, 1092, 10, '2277.00', '22770.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1577, 177, 1093, 10, '2277.00', '22770.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1578, 177, 1098, 10, '1980.00', '19800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1579, 177, 1104, 10, '2992.00', '29920.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1580, 177, 1115, 10, '250.00', '2500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1581, 177, 1121, 10, '350.00', '3500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1582, 177, 1130, 10, '358.00', '3580.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1583, 177, 1135, 10, '325.00', '3250.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1584, 177, 1168, 10, '600.00', '6000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1585, 177, 1192, 10, '1200.00', '12000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1586, 177, 1201, 10, '3000.00', '30000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1587, 177, 1222, 10, '300.00', '3000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1588, 177, 1227, 10, '222.00', '2220.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1589, 177, 1264, 10, '313.00', '3130.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1590, 177, 1268, 10, '313.00', '3130.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1591, 177, 1274, 10, '300.00', '3000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1592, 177, 1288, 10, '643.00', '6430.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1593, 177, 1297, 10, '500.00', '5000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1594, 177, 1317, 10, '650.00', '6500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1595, 177, 1319, 10, '600.00', '6000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1596, 177, 1328, 10, '590.00', '5900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1597, 177, 1333, 10, '1014.00', '10140.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1598, 177, 1369, 10, '2200.00', '22000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1599, 177, 1382, 10, '916.00', '9160.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1600, 177, 1432, 10, '2840.00', '28400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1601, 177, 1505, 10, '3080.00', '30800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1602, 177, 1509, 10, '990.00', '9900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1603, 177, 1513, 10, '352.00', '3520.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1604, 177, 1516, 10, '477.00', '4770.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1605, 177, 1517, 10, '1100.00', '11000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1606, 178, 808, 10, '160.00', '1600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1607, 178, 827, 10, '200.00', '2000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1608, 178, 834, 10, '300.00', '3000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1609, 178, 835, 10, '180.00', '1800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1610, 178, 845, 10, '209.00', '2090.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1611, 178, 851, 10, '375.00', '3750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1612, 178, 885, 10, '160.00', '1600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1613, 178, 891, 10, '275.00', '2750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1614, 178, 903, 10, '275.00', '2750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1615, 178, 919, 10, '275.00', '2750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1616, 178, 928, 10, '385.00', '3850.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1617, 178, 960, 10, '506.00', '5060.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1618, 178, 962, 10, '520.00', '5200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1619, 178, 981, 10, '430.00', '4300.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1620, 178, 989, 10, '572.00', '5720.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1621, 178, 1010, 10, '540.00', '5400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1622, 178, 1017, 10, '737.00', '7370.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1623, 178, 1020, 10, '540.00', '5400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1624, 178, 1028, 10, '660.00', '6600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1625, 178, 1054, 10, '1309.00', '13090.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1626, 179, 811, 11, '170.00', '1870.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1627, 179, 893, 11, '275.00', '3025.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1628, 179, 920, 11, '270.00', '2970.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1629, 179, 975, 11, '572.00', '6292.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1630, 179, 987, 11, '460.00', '5060.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1631, 179, 1065, 11, '1309.00', '14399.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1632, 179, 1210, 11, '1000.00', '11000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1633, 179, 1212, 11, '1430.00', '15730.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1634, 179, 1217, 11, '1400.00', '15400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1635, 179, 1249, 11, '350.00', '3850.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1636, 179, 1263, 11, '400.00', '4400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1637, 179, 1404, 11, '2200.00', '24200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1638, 179, 1405, 11, '2200.00', '24200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1639, 180, 952, 12, '385.00', '4620.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1640, 180, 964, 12, '341.00', '4092.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1641, 180, 1052, 12, '1078.00', '12936.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1642, 180, 1081, 12, '1705.00', '20460.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1643, 180, 1169, 12, '600.00', '7200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1644, 180, 1216, 12, '1500.00', '18000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1645, 180, 1334, 12, '771.00', '9252.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1646, 180, 1339, 12, '771.00', '9252.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1647, 180, 1342, 12, '410.00', '4920.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1648, 181, 819, 13, '100.00', '1300.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1649, 181, 998, 13, '506.00', '6578.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1650, 181, 1033, 13, '730.00', '9490.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1651, 181, 1048, 13, '1210.00', '15730.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1652, 181, 1053, 13, '1210.00', '15730.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1653, 181, 1103, 13, '2460.00', '31980.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1654, 181, 1214, 13, '1200.00', '15600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1655, 181, 1282, 13, '408.00', '5304.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1656, 182, 830, 14, '300.00', '4200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1657, 182, 902, 14, '275.00', '3850.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1658, 182, 905, 14, '341.00', '4774.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1659, 182, 1040, 14, '730.00', '10220.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1660, 182, 1066, 14, '1485.00', '20790.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1661, 182, 1084, 14, '1980.00', '27720.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1662, 182, 1281, 14, '408.00', '5712.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1663, 182, 1296, 14, '500.00', '7000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1664, 182, 1307, 14, '374.00', '5236.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1665, 182, 1417, 14, '1500.00', '21000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1666, 182, 1519, 14, '730.00', '10220.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1667, 183, 892, 15, '275.00', '4125.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1668, 183, 944, 15, '340.00', '5100.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1669, 183, 949, 15, '572.00', '8580.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1670, 183, 969, 15, '462.00', '6930.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1671, 183, 993, 15, '730.00', '10950.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1672, 183, 1003, 15, '572.00', '8580.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1673, 183, 1011, 15, '540.00', '8100.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1674, 183, 1012, 15, '660.00', '9900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1675, 183, 1254, 15, '250.00', '3750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1676, 183, 1260, 15, '300.00', '4500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1677, 183, 1361, 15, '650.00', '9750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1678, 184, 806, 16, '100.00', '1600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1679, 184, 1019, 16, '520.00', '8320.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1680, 184, 1080, 16, '1705.00', '27280.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1681, 184, 1147, 16, '770.00', '12320.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1682, 184, 1365, 16, '700.00', '11200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1683, 184, 1416, 16, '1400.00', '22400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1684, 185, 880, 17, '627.00', '10659.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1685, 185, 917, 17, '275.00', '4675.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1686, 185, 923, 17, '297.00', '5049.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1687, 185, 941, 17, '297.00', '5049.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1688, 185, 963, 17, '660.00', '11220.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1689, 185, 972, 17, '462.00', '7854.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1690, 185, 990, 17, '572.00', '9724.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1691, 185, 1131, 17, '375.00', '6375.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1692, 185, 1150, 17, '450.00', '7650.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1693, 185, 1174, 17, '880.00', '14960.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1694, 185, 1399, 17, '1000.00', '17000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1695, 186, 899, 18, '297.00', '5346.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1696, 186, 912, 18, '270.00', '4860.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1697, 186, 924, 18, '297.00', '5346.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1698, 186, 954, 18, '506.00', '9108.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1699, 186, 957, 18, '341.00', '6138.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1700, 186, 961, 18, '506.00', '9108.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1701, 186, 992, 18, '595.00', '10710.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1702, 186, 1007, 18, '572.00', '10296.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1703, 186, 1024, 18, '737.00', '13266.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1704, 186, 1047, 18, '830.00', '14940.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1705, 186, 1140, 18, '375.00', '6750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1706, 186, 1208, 18, '800.00', '14400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1707, 186, 1211, 18, '1100.00', '19800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1708, 186, 1230, 18, '222.00', '3996.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1709, 186, 1246, 18, '100.00', '1800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1710, 186, 1257, 18, '400.00', '7200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1711, 186, 1394, 18, '1200.00', '21600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1712, 187, 889, 19, '242.00', '4598.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1713, 187, 897, 19, '275.00', '5225.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1714, 187, 908, 19, '343.00', '6517.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1715, 187, 918, 19, '275.00', '5225.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1716, 187, 939, 19, '297.00', '5643.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1717, 187, 940, 19, '297.00', '5643.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1718, 187, 945, 19, '310.00', '5890.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1719, 187, 965, 19, '385.00', '7315.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1720, 187, 967, 19, '350.00', '6650.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1721, 187, 1013, 19, '730.00', '13870.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1722, 187, 1021, 19, '660.00', '12540.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1723, 187, 1069, 19, '1300.00', '24700.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1724, 187, 1226, 19, '250.00', '4750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1725, 188, 807, 20, '120.00', '2400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1726, 188, 810, 20, '100.00', '2000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1727, 188, 831, 20, '209.00', '4180.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1728, 188, 867, 20, '600.00', '12000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1729, 188, 875, 20, '600.00', '12000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1730, 188, 901, 20, '297.00', '5940.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1731, 188, 907, 20, '275.00', '5500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1732, 188, 909, 20, '275.00', '5500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1733, 188, 910, 20, '242.00', '4840.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1734, 188, 911, 20, '341.00', '6820.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1735, 188, 913, 20, '351.00', '7020.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1736, 188, 930, 20, '506.00', '10120.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1737, 188, 932, 20, '429.00', '8580.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1738, 188, 942, 20, '340.00', '6800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1739, 188, 948, 20, '430.00', '8600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1740, 188, 976, 20, '430.00', '8600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1741, 188, 1015, 20, '990.00', '19800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1742, 188, 1027, 20, '660.00', '13200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1743, 188, 1087, 20, '1550.00', '31000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1744, 188, 1116, 20, '550.00', '11000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1745, 188, 1117, 20, '250.00', '5000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1746, 188, 1165, 20, '680.00', '13600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1747, 188, 1193, 20, '900.00', '18000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1748, 188, 1200, 20, '800.00', '16000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1749, 188, 1275, 20, '270.00', '5400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1750, 188, 1313, 20, '600.00', '12000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1751, 188, 1508, 20, '1000.00', '20000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1752, 188, 1522, 20, '506.00', '10120.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1753, 188, 1523, 20, '385.00', '7700.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1754, 189, 1146, 21, '400.00', '8400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1755, 189, 1286, 21, '643.00', '13503.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1756, 190, 984, 22, '462.00', '10164.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1757, 190, 1114, 22, '5125.00', '112750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1758, 190, 1141, 22, '495.00', '10890.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1759, 190, 1144, 22, '374.00', '8228.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1760, 190, 1182, 22, '688.00', '15136.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1761, 190, 1196, 22, '900.00', '19800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1762, 191, 946, 23, '385.00', '8855.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1763, 191, 1062, 23, '1309.00', '30107.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1764, 191, 1251, 23, '300.00', '6900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1765, 191, 1252, 23, '700.00', '16100.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1766, 192, 821, 24, '150.00', '3600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1767, 192, 850, 24, '261.00', '6264.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1768, 192, 922, 24, '298.00', '7152.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1769, 192, 1016, 24, '660.00', '15840.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1770, 192, 1039, 24, '737.00', '17688.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1771, 192, 1051, 24, '900.00', '21600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1772, 192, 1139, 24, '385.00', '9240.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1773, 192, 1280, 24, '270.00', '6480.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1774, 192, 1293, 24, '450.00', '10800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1775, 193, 864, 25, '450.00', '11250.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1776, 193, 871, 25, '600.00', '15000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1777, 193, 890, 25, '275.00', '6875.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1778, 193, 1190, 25, '650.00', '16250.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1779, 193, 1428, 25, '1998.00', '49950.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1780, 194, 878, 26, '800.00', '20800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1781, 194, 973, 27, '460.00', '12420.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1782, 194, 1022, 26, '660.00', '17160.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1783, 194, 1124, 27, '303.00', '8181.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1784, 194, 1156, 27, '700.00', '18900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1785, 194, 1176, 27, '700.00', '18900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1786, 195, 876, 28, '800.00', '22400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1787, 195, 927, 28, '385.00', '10780.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1788, 195, 1215, 28, '2000.00', '56000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1789, 195, 1327, 28, '774.00', '21672.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1790, 195, 1347, 28, '657.00', '18396.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1791, 196, 896, 29, '209.00', '6061.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1792, 196, 935, 30, '341.00', '10230.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1793, 196, 995, 32, '506.00', '16192.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1794, 196, 1004, 30, '572.00', '17160.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1795, 196, 1043, 32, '830.00', '26560.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1796, 196, 1058, 29, '1210.00', '35090.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1797, 196, 1100, 30, '2277.00', '68310.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1798, 196, 1163, 31, '600.00', '18600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1799, 196, 1232, 30, '222.00', '6660.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1800, 196, 1363, 29, '1000.00', '29000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1801, 196, 1408, 30, '1575.00', '47250.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1802, 196, 1414, 30, '1200.00', '36000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1803, 197, 868, 35, '376.00', '13160.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1804, 197, 978, 36, '462.00', '16632.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1805, 197, 1000, 38, '506.00', '19228.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1806, 197, 1032, 33, '730.00', '24090.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1807, 197, 1037, 38, '660.00', '25080.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1808, 197, 1123, 33, '180.00', '5940.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1809, 197, 1136, 39, '450.00', '17550.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1810, 197, 1167, 37, '1003.00', '37111.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1811, 197, 1170, 33, '600.00', '19800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1812, 197, 1185, 35, '900.00', '31500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1813, 197, 1386, 36, '1133.00', '40788.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1814, 198, 855, 49, '230.00', '11270.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1815, 198, 898, 40, '250.00', '10000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1816, 198, 933, 45, '298.00', '13410.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1817, 198, 938, 40, '429.00', '17160.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1818, 198, 958, 44, '385.00', '16940.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1819, 198, 959, 41, '430.00', '17630.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1820, 198, 982, 40, '462.00', '18480.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1821, 198, 1126, 42, '340.00', '14280.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1822, 198, 1209, 46, '990.00', '45540.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1823, 198, 1244, 40, '250.00', '10000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1824, 198, 1316, 40, '700.00', '28000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1825, 199, 837, 50, '199.00', '9950.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1826, 199, 988, 50, '572.00', '28600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1827, 199, 1120, 50, '280.00', '14000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1828, 199, 1270, 50, '450.00', '22500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1829, 199, 1506, 50, '320.00', '16000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1830, 199, 1507, 50, '230.00', '11500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1831, 200, 833, 55, '220.00', '12100.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1832, 200, 847, 54, '200.00', '10800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1833, 200, 849, 57, '230.00', '13110.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1834, 200, 856, 58, '275.00', '15950.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1835, 200, 861, 58, '418.00', '24244.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1836, 200, 895, 57, '209.00', '11913.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1837, 200, 914, 58, '297.00', '17226.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1838, 200, 986, 59, '506.00', '29854.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1839, 200, 1023, 55, '660.00', '36300.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1840, 200, 1155, 59, '440.00', '25960.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1841, 200, 1309, 55, '549.00', '30195.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1842, 200, 1368, 55, '1000.00', '55000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1843, 200, 1426, 54, '2112.00', '114048.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1844, 201, 813, 77, '170.00', '13090.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1845, 201, 826, 69, '190.00', '13110.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1846, 201, 886, 73, '160.00', '11680.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1847, 201, 925, 73, '341.00', '24893.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1848, 201, 934, 62, '341.00', '21142.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1849, 201, 950, 72, '341.00', '24552.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1850, 201, 968, 66, '429.00', '28314.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1851, 201, 1002, 64, '460.00', '29440.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1852, 201, 1044, 80, '990.00', '79200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1853, 201, 1149, 78, '352.00', '27456.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1854, 201, 1160, 65, '550.00', '35750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1855, 201, 1161, 63, '605.00', '38115.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1856, 201, 1326, 69, '455.00', '31395.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1857, 201, 1406, 67, '1200.00', '80400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1858, 202, 814, 100, '100.00', '10000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1859, 202, 818, 127, '200.00', '25400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1860, 202, 825, 270, '175.00', '47250.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1861, 202, 838, 106, '180.00', '19080.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1862, 202, 852, 89, '242.00', '21538.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1863, 202, 853, 104, '300.00', '31200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1864, 202, 858, 90, '400.00', '36000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1865, 202, 859, 131, '303.00', '39693.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1866, 202, 894, 89, '176.00', '15664.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1867, 202, 904, 141, '342.00', '48222.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1868, 202, 929, 88, '430.00', '37840.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1869, 202, 936, 89, '297.00', '26433.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1870, 202, 1042, 100, '803.00', '80300.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1871, 202, 1119, 102, '210.00', '21420.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1872, 202, 1133, 90, '375.00', '33750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1873, 202, 1134, 117, '300.00', '35100.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1874, 202, 1137, 103, '300.00', '30900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1875, 202, 1181, 113, '715.00', '80795.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1876, 202, 1229, 93, '222.00', '20646.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1877, 202, 1245, 198, '100.00', '19800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1878, 202, 1266, 146, '100.00', '14600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1879, 202, 1272, 123, '340.00', '41820.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1880, 202, 1515, 100, '247.00', '24700.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1881, 203, 31, 11, '10200.00', '112200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1882, 203, 32, 3, '10200.00', '30600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1883, 203, 35, 11, '10450.00', '114950.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1884, 203, 36, 1, '11000.00', '11000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1885, 203, 42, 3, '3870.00', '11610.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1886, 203, 1446, 6, '10600.00', '63600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1887, 203, 1447, 18, '7366.00', '132588.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1888, 203, 1448, 4, '7366.00', '29464.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1889, 203, 1541, 4, '4500.00', '18000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1890, 204, 1311, 10, '1200.00', '12000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1893, 210, 477, 30, '34.60', '93420.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1894, 211, 58, 30, '13.50', '10125.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1895, 211, 210, 20, '16.50', '10890.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1896, 211, 477, 20, '31.50', '56700.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1897, 212, 472, 10, '31.50', '26775.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1898, 213, 3, 9, '3400.00', '30600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1899, 213, 5, 4, '3650.00', '14600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1900, 213, 7, 4, '7300.00', '29200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1901, 214, 11, 5, '16700.00', '83500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1902, 214, 31, 6, '10200.00', '61200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1903, 214, 32, 6, '10200.00', '61200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1904, 214, 1445, 1, '100000.00', '100000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1905, 215, 817, 100, '160.00', '16000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1906, 215, 854, 100, '170.00', '17000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1907, 215, 859, 100, '190.00', '19000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1908, 215, 1505, 20, '1800.00', '36000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1909, 215, 1533, 100, '125.00', '12500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1910, 215, 1545, 10, '6500.00', '65000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1911, 215, 1546, 100, '110.00', '11000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1912, 215, 1547, 97, '150.00', '14550.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1913, 215, 1548, 10, '2700.00', '27000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1914, 216, 260, 10, '18.00', '14760.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1915, 216, 1034, 20, '913.00', '18260.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1916, 216, 1059, 10, '1144.00', '11440.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1917, 216, 1068, 10, '1039.00', '10390.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1918, 217, 188, 20, '14.00', '16520.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1919, 217, 260, 10, '21.00', '17220.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1920, 217, 1549, 5, '40.00', '22400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1921, 218, 1454, 100000, '0.95', '94900.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1922, 219, 1455, 100000, '0.96', '96000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1923, 220, 44, 8, '9425.00', '75400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1924, 221, 1457, 100000, '0.95', '94500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1925, 222, 1454, 150000, '0.95', '142350.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1926, 223, 1456, 100000, '0.96', '96000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1927, 224, 459, 20, '34.60', '49824.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1928, 224, 475, 20, '34.60', '60896.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1929, 224, 479, 10, '34.60', '31832.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1930, 224, 647, 8, '52.50', '17640.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1931, 224, 668, 5, '52.50', '16800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1932, 224, 1550, 5, '46.00', '28750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1933, 225, 452, 20, '34.60', '44980.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1934, 225, 472, 20, '34.60', '58820.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1935, 225, 481, 20, '34.60', '65048.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1936, 225, 488, 20, '34.60', '70584.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1937, 225, 489, 20, '34.60', '71276.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1938, 225, 557, 10, '63.00', '66150.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1939, 225, 561, 10, '63.00', '70560.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1940, 225, 571, 10, '63.00', '88200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1941, 225, 716, 12, '73.50', '47628.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1942, 225, 728, 8, '73.50', '38808.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1943, 225, 781, 20, '135.00', '237600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1944, 226, 567, 6, '63.00', '47628.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1945, 227, 67, 20, '14.00', '9520.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1946, 227, 69, 20, '14.00', '10080.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1947, 227, 85, 30, '14.00', '21840.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1948, 228, 1455, 100000, '0.96', '95800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1949, 229, 1454, 200000, '0.95', '189800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1950, 230, 471, 10, '31.50', '26460.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1951, 231, 1455, 100000, '0.96', '95800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1952, 232, 1454, 200000, '0.95', '189800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1953, 233, 1456, 100000, '0.96', '96000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1954, 234, 428, 10, '34.60', '14878.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1955, 234, 477, 30, '34.60', '93420.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1956, 234, 718, 10, '73.50', '41160.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1957, 234, 727, 6, '73.50', '28665.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1958, 234, 730, 8, '73.50', '39984.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1959, 234, 737, 5, '73.50', '27562.50');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1960, 234, 740, 5, '73.50', '28665.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1961, 234, 742, 30, '73.50', '176400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1962, 234, 748, 10, '73.50', '63210.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1963, 234, 758, 5, '73.50', '35280.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1964, 234, 782, 10, '135.00', '121500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1965, 234, 1552, 5, '75.00', '75000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1966, 235, 451, 30, '34.60', '66432.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1967, 235, 453, 20, '34.60', '45672.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1968, 235, 454, 30, '34.60', '69546.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1969, 235, 455, 8, '34.60', '18822.40');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1970, 235, 457, 20, '34.60', '48440.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1971, 235, 461, 20, '34.60', '51208.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1972, 235, 465, 10, '34.60', '26988.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1973, 235, 467, 10, '34.60', '27680.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1974, 235, 471, 20, '34.60', '58128.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1975, 235, 472, 15, '34.60', '44115.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1976, 235, 475, 20, '34.60', '60896.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1977, 235, 482, 5, '34.60', '16435.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1978, 235, 485, 25, '34.60', '84770.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1979, 235, 495, 6, '34.60', '22836.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1980, 235, 508, 10, '34.60', '44980.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1981, 235, 510, 5, '34.60', '23182.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1982, 235, 520, 4, '34.60', '20760.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1983, 236, 93, 20, '14.00', '16800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1984, 236, 151, 10, '14.00', '3220.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1985, 236, 187, 20, '14.00', '16240.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1986, 236, 197, 20, '14.00', '23800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1987, 237, 972, 50, '462.00', '23100.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1988, 237, 1028, 30, '660.00', '19800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1989, 237, 1036, 10, '803.00', '8030.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1990, 237, 1076, 10, '1705.00', '17050.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1991, 237, 1090, 10, '1980.00', '19800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1992, 237, 1091, 10, '1980.00', '19800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1993, 237, 1553, 10, '1705.00', '17050.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1994, 237, 1554, 10, '660.00', '6600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1995, 238, 2, 15, '1750.00', '26250.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1996, 238, 3, 9, '3400.00', '30600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1997, 238, 5, 8, '3650.00', '29200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1998, 239, 471, 10, '31.50', '26460.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (1999, 240, 872, 100, '235.00', '23500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2000, 240, 1517, 10, '1100.00', '11000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2001, 240, 1555, 30, '1143.00', '34290.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2002, 240, 1556, 10, '1200.00', '12000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2003, 240, 1557, 5, '1320.00', '6600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2004, 241, 1454, 250000, '0.95', '237250.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2005, 242, 1455, 100000, '0.96', '96000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2006, 243, 1525, 5, '28500.00', '142500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2007, 244, 1558, 8, '40.00', '42240.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2008, 245, 1525, 7, '28500.00', '199500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2009, 246, 1559, 2, '40000.00', '80000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2010, 247, 1457, 100000, '0.95', '94500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2011, 248, 1512, 30, '1100.00', '33000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2012, 249, 1560, 2, '46000.00', '92000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2013, 250, 1561, 30, '1100.00', '33000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2014, 251, 1455, 100000, '0.96', '95800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2015, 252, 873, 30, '500.00', '15000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2016, 252, 874, 20, '550.00', '11000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2017, 252, 1406, 100, '1257.00', '125700.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2018, 252, 1562, 20, '2000.00', '40000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2019, 252, 1563, 50, '476.00', '23800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2020, 252, 1564, 30, '1200.00', '36000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2021, 253, 1512, 30, '1144.00', '34320.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2022, 253, 1565, 20, '506.00', '10120.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2023, 253, 1566, 90, '572.00', '51480.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2024, 254, 858, 100, '400.00', '40000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2025, 255, 3, 5, '3400.00', '17000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2026, 255, 31, 6, '10200.00', '61200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2027, 256, 1567, 20, '3000.00', '60000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2028, 257, 1569, 10, '700.00', '7000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2029, 258, 1570, 2, '45000.00', '90000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2030, 259, 205, 10, '21.00', '5880.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2031, 260, 1454, 250000, '0.95', '237250.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2032, 261, 1455, 100000, '0.96', '95800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2033, 262, 1571, 2, '40000.00', '80000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2034, 263, 1525, 5, '28500.00', '142500.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2035, 263, 1572, 30, '800.00', '24000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2036, 264, 10, 12, '5700.00', '68400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2037, 264, 1447, 12, '7066.00', '84792.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2038, 265, 1455, 200000, '0.95', '189800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2040, 267, 1456, 100000, '0.96', '96000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2041, 268, 31, 6, '10200.00', '61200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2042, 269, 1454, 250000, '0.95', '237250.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2045, 272, 1577, 2, '2500.00', '5000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2046, 273, 1365, 50, '895.00', '44750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2047, 274, 467, 10, '34.60', '27680.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2048, 274, 474, 15, '34.60', '45153.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2049, 274, 475, 10, '34.60', '30448.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2050, 274, 477, 10, '34.60', '31140.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2051, 274, 479, 10, '34.60', '31832.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2052, 274, 481, 10, '34.60', '32524.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2053, 274, 557, 15, '63.00', '99225.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2054, 274, 1580, 4, '63.00', '36288.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2055, 274, 1581, 4, '63.00', '37296.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2056, 275, 441, 20, '34.60', '37368.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2057, 275, 475, 10, '34.60', '30448.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2058, 275, 481, 20, '34.60', '65048.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2059, 275, 557, 40, '63.00', '264600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2060, 275, 763, 5, '135.00', '35100.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2061, 275, 766, 5, '135.00', '39825.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2062, 275, 1578, 2, '12740.00', '25480.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2063, 275, 1579, 2, '14455.00', '28910.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2064, 276, 32, 6, '10200.00', '61200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2065, 277, 2, 9, '1700.00', '15300.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2066, 277, 3, 9, '3350.00', '30150.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2067, 277, 7, 2, '7200.00', '14400.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2068, 277, 8, 2, '14400.00', '28800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2069, 266, 149, 10, '14.00', '2940.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2070, 4, 2, 5, '1750.00', '8750.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2071, 4, 3, 8, '3400.00', '27200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2072, 4, 5, 4, '3650.00', '14600.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2073, 4, 6, 1, '6800.00', '6800.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2074, 4, 7, 4, '7300.00', '29200.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2075, 4, 8, 2, '14500.00', '29000.00');
INSERT INTO `tec_purchase_items` (`id`, `purchase_id`, `product_id`, `quantity`, `cost`, `subtotal`) VALUES (2076, 4, 9, 1, '35000.00', '35000.00');


#
# TABLE STRUCTURE FOR: tec_purchase_payments
#

DROP TABLE IF EXISTS `tec_purchase_payments`;

CREATE TABLE `tec_purchase_payments` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
  `purchase_id` int(11) DEFAULT NULL,
  `supplier_id` int(11) DEFAULT NULL,
  `paid_by` varchar(20) NOT 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,
  `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=3 DEFAULT CHARSET=utf8;

#
# 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',
  `paid` decimal(25,2) DEFAULT NULL,
  `status` varchar(100) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=279 DEFAULT CHARSET=utf8;

INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (1, '', '2019-12-09 10:53:00', '', '60000.00', NULL, 2, 1, 2, 1, '60000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (2, '', '2019-12-09 11:06:00', '', '45000.00', NULL, 3, 1, 2, 1, '45000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (3, '', '2019-12-09 11:12:00', '', '22500.00', NULL, 3, 1, 2, 1, '22500.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (4, '', '2019-12-09 17:11:00', 'adjust', '150550.00', NULL, 4, 1, 2, 1, '150550.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (5, '', '2019-12-10 09:46:00', '', '20000.00', NULL, 2, 1, 1, 1, '20000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (7, 'အမဲဆီ', '2019-12-16 20:30:00', '', '67596.00', NULL, 7, 1, 2, 1, '67596.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (8, 'အမဲဆီ ', '2019-12-17 18:20:00', '', '17500.00', NULL, 4, 1, 2, 1, '17500.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (9, 'Etop', '2019-12-19 10:09:00', '', '94900.00', NULL, 8, 1, 2, 1, '94900.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (10, 'Ananda', '2019-12-20 18:56:00', '', '202637.00', NULL, 2, 1, 2, 1, '202637.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (12, '', '2019-12-22 09:45:00', '', '49500.00', NULL, 6, 1, 2, 1, '49500.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (13, 'ပန်ကာကြိုး', '2019-12-23 15:24:00', 'change', '334205.00', NULL, 12, 1, 2, 1, '334205.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (14, 'Telenor', '2019-12-23 16:33:00', '', '95000.00', NULL, 10, 1, 2, 1, '95000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (15, 'King oil', '2019-12-24 14:38:00', '', '129600.00', NULL, 7, 1, 2, 1, '129600.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (16, '', '2019-12-24 14:40:00', '', '284700.00', NULL, 8, 1, 2, 1, '284700.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (17, 'ပန်ကာကြိုး', '2019-12-24 15:04:00', 'change', '18018.00', NULL, 13, 1, 2, 1, '18018.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (18, '', '2019-12-27 15:51:00', 'change', '202125.00', NULL, 12, 1, 2, 1, '202125.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (19, '', '2019-12-27 15:57:00', '', '52200.00', NULL, 14, 1, 2, 1, '52200.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (20, 'Telenor', '2019-12-27 17:29:00', '', '95000.00', NULL, 10, 1, 2, 1, '95000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (21, '', '2019-12-28 11:10:00', '', '95500.00', NULL, 9, 1, 2, 1, '95500.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (22, 'Mpt', '2019-12-28 11:13:00', '', '189800.00', NULL, 8, 1, 2, 1, '189800.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (23, 'ငွေဖြည့်ကတ်', '2019-12-29 16:49:00', '', '228330.00', NULL, 15, 1, 2, 1, '228330.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (24, 'Telenor', '2019-12-30 17:38:00', '', '190000.00', NULL, 10, 1, 2, 1, '190000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (25, 'Mg kyaw win', '2019-12-30 17:41:00', '', '63900.00', NULL, 4, 1, 2, 1, '63900.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (26, 'Ananda', '2019-12-30 17:46:00', '', '160225.00', NULL, 16, 1, 2, 1, '160225.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (27, 'Pro', '2019-12-30 18:03:00', 'change', '267920.00', NULL, 5, 1, 2, 1, '267920.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (28, 'Mpt', '2020-01-02 16:34:00', '', '3321500.00', NULL, 8, 1, 2, 1, '3321500.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (34, 'Telenor', '2020-01-07 20:51:00', '', '95000.00', NULL, 10, 1, 2, 1, '95000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (38, 'King oil', '2020-01-08 12:43:00', '', '86400.00', NULL, 7, 1, 2, 1, '86400.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (39, 'Mpt', '2020-01-08 13:20:00', '', '95000.00', NULL, 8, 1, 2, 1, '95000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (40, 'Ooredoo', '2020-01-08 13:23:00', '', '48000.00', NULL, 9, 1, 2, 1, '48000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (41, 'ကတ်', '2020-01-08 15:43:00', '', '166510.00', NULL, 15, 1, 2, 1, '166510.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (42, 'Mg kyaw win', '2020-01-08 16:50:00', 'change', '16875.00', NULL, 4, 1, 2, 1, '16875.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (43, 'Mg kyaw win', '2020-01-08 16:51:00', '', '29200.00', NULL, 4, 1, 2, 1, '29200.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (44, 'Longway', '2020-01-08 17:36:00', 'change', '21600.00', NULL, 13, 1, 2, 1, '21600.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (45, 'Pro', '2020-01-08 17:49:00', '', '29370.00', NULL, 5, 1, 2, 1, '29370.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (46, 'Telenor', '2020-01-08 17:51:00', '', '95000.00', NULL, 10, 1, 2, 1, '95000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (50, 'Mpt', '2020-01-09 16:29:00', '', '142350.00', NULL, 8, 1, 2, 1, '142350.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (51, 'Horseman', '2020-01-10 18:04:00', 'change', '506189.80', NULL, 12, 1, 2, 1, '506189.80', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (52, 'Mg kyaw win', '2020-01-10 18:27:00', '', '222800.00', NULL, 4, 1, 2, 1, '222800.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (53, 'Mpt', '2020-01-11 11:10:00', '', '94900.00', NULL, 8, 1, 2, 1, '94900.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (54, 'Telenor', '2020-01-11 11:10:00', '', '95000.00', NULL, 10, 1, 2, 1, '95000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (55, 'Tunstar ptt', '2020-01-11 11:22:00', '', '55800.00', NULL, 14, 1, 2, 1, '55800.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (56, 'Ananda', '2020-01-11 12:09:00', '', '202630.00', NULL, 16, 1, 2, 1, '202630.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (57, 'Mytel', '2020-01-11 12:43:00', '', '94500.00', NULL, 11, 1, 2, 1, '94500.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (58, 'Horseman', '2020-01-14 20:00:00', 'change', '603043.40', NULL, 12, 1, 2, 1, '603043.40', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (59, 'Horseman', '2020-01-14 20:16:00', 'change', '1284584.00', NULL, 12, 1, 2, 1, '1284584.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (60, 'ကိုကောက်', '2020-01-14 21:10:00', '', '293600.00', NULL, 17, 1, 2, 1, '293600.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (61, 'အောင်တောင်ကြီး', '2020-01-14 21:14:00', '', '120600.00', NULL, 18, 1, 2, 1, '120600.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (62, 'Pro', '2020-01-14 21:18:00', '', '19030.00', NULL, 5, 1, 2, 1, '19030.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (63, 'မြတ်သီတာ', '2020-01-14 21:27:00', '', '199000.00', NULL, 3, 1, 2, 1, '199000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (64, 'ဘောဂဝတီ ပန်ကာကြိုး', '2020-01-14 21:30:00', 'change', '232900.00', NULL, 19, 1, 2, 1, '232900.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (65, 'Telenor', '2020-01-15 18:21:00', '', '95000.00', NULL, 10, 1, 2, 1, '95000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (66, 'မြတ်သီတာ', '2020-01-15 20:23:00', '', '111950.00', NULL, 3, 1, 2, 1, '111950.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (67, 'ကိုလှငွေ', '2020-01-15 20:37:00', '', '119300.00', NULL, 6, 1, 2, 1, '119300.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (68, 'ကိုလှငွေ', '2020-01-15 20:39:00', '', '82050.00', NULL, 6, 1, 2, 1, '82050.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (69, 'ကတ်', '2020-01-16 12:44:00', '', '295010.00', NULL, 15, 1, 2, 1, '295010.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (70, 'Mpt', '2020-01-16 12:49:00', '<em></em>', '94900.00', NULL, 8, 1, 2, 1, '94900.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (72, 'Ooredoo', '2020-01-17 16:14:00', '', '95500.00', NULL, 9, 1, 2, 1, '95500.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (73, 'Mpt', '2020-01-18 17:02:00', '', '94900.00', NULL, 8, 1, 2, 1, '94900.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (74, 'Telenor', '2020-01-21 19:11:00', '', '95000.00', NULL, 10, 1, 2, 1, '95000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (75, 'Mpt', '2020-01-21 19:12:00', '', '142350.00', NULL, 8, 1, 2, 1, '142350.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (76, 'Telenor', '2020-01-22 18:10:00', '', '95000.00', NULL, 10, 1, 2, 1, '95000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (77, 'Mpt', '2020-01-23 10:58:00', '', '94900.00', NULL, 8, 1, 2, 1, '94900.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (78, 'Horseman', '2020-01-23 16:40:00', 'change', '47628.00', NULL, 12, 1, 2, 1, '47628.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (79, 'ကိုလှငွေ', '2020-01-23 18:50:00', '', '35650.00', NULL, 6, 1, 2, 1, '35650.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (80, 'Mg kyaw win', '2020-01-23 18:51:00', '', '342400.00', NULL, 4, 1, 2, 1, '342400.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (81, 'Longway', '2020-01-23 18:55:00', 'change', '9100.00', NULL, 13, 1, 2, 1, '9100.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (82, 'Horseman', '2020-01-23 18:56:00', 'change', '110927.00', NULL, 12, 1, 2, 1, '110927.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (83, 'Horseman', '2020-01-23 19:20:00', 'change', '501134.00', NULL, 12, 1, 2, 1, '501134.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (84, 'Ooredoo', '2020-01-24 12:00:00', '', '95500.00', NULL, 9, 1, 2, 1, '95500.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (85, 'Mytel', '2020-01-24 12:02:00', '', '94500.00', NULL, 11, 1, 2, 1, '94500.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (86, 'Ananda', '2020-01-24 12:03:00', '', '164932.00', NULL, 16, 1, 2, 1, '164932.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (87, 'Mg kyaw win', '2020-01-24 18:04:00', '', '107550.00', NULL, 4, 1, 2, 1, '107550.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (88, '', '2019-12-25 16:54:00', 'adjust', '8750.00', NULL, 2, 1, 1, 1, '8750.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (89, '', '2019-12-25 17:03:00', 'adjust', '30600.00', NULL, 2, 1, 1, 1, '30600.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (90, '', '2019-12-25 17:06:00', 'adjust', '121000.00', NULL, 2, 1, 1, 1, '121000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (91, '', '2019-12-25 17:08:00', 'adjust', '18250.00', NULL, 2, 1, 1, 1, '18250.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (92, '', '2019-12-25 17:10:00', 'adjust', '61200.00', NULL, 2, 1, 1, 1, '61200.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (93, '', '2019-12-25 17:12:00', 'adjust', '14600.00', NULL, 2, 1, 1, 1, '14600.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (94, '', '2019-12-25 17:14:00', 'adjust', '29000.00', NULL, 2, 1, 1, 1, '29000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (95, '', '2019-12-25 17:16:00', 'adjust', '6000.00', NULL, 2, 1, 1, 1, '6000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (96, '', '2019-12-25 17:18:00', 'adjust', '83500.00', NULL, 2, 1, 1, 1, '83500.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (97, '', '2019-12-25 17:22:00', 'adjust', '6300.00', NULL, 2, 1, 1, 1, '6300.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (98, '', '2019-12-25 17:24:00', 'adjust', '13500.00', NULL, 2, 1, 1, 1, '13500.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (99, '', '2019-12-25 17:25:00', 'adjust', '2250.00', NULL, 2, 1, 1, 1, '2250.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (100, '', '2019-12-25 17:26:00', 'adjust', '36450.00', NULL, 2, 1, 1, 1, '36450.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (101, '', '2019-12-25 17:28:00', 'adjust', '77000.00', NULL, 2, 1, 1, 1, '77000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (102, '', '2019-12-25 17:29:00', 'adjust', '99800.00', NULL, 2, 1, 1, 1, '99800.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (103, '', '2019-12-25 17:39:00', 'adjust', '388000.00', NULL, 2, 1, 1, 1, '388000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (104, 'Pro', '2020-01-25 17:59:00', 'change', '67780.00', NULL, 5, 1, 2, 1, '67780.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (108, '', '2019-12-28 13:30:00', 'adjust', '95200.00', NULL, 2, 1, 1, 1, '95200.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (109, '', '2019-12-28 13:33:00', 'adjust', '95200.00', NULL, 2, 1, 1, 1, '95200.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (110, '', '2019-12-28 13:34:00', 'adjust', '95200.00', NULL, 2, 1, 1, 1, '95200.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (111, '', '2019-12-28 13:36:00', 'adjust', '64736.00', NULL, 2, 1, 1, 1, '64736.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (112, '', '2019-12-28 13:38:00', 'adjust', '114240.00', NULL, 2, 1, 1, 1, '114240.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (113, '', '2019-12-28 13:40:00', 'adjust', '31416.00', NULL, 2, 1, 1, 1, '31416.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (114, '', '2019-12-28 13:41:00', 'adjust', '42840.00', NULL, 2, 1, 1, 1, '42840.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (115, '', '2019-12-28 13:53:00', 'adjust', '28560.00', NULL, 2, 1, 1, 1, '28560.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (116, '', '2019-12-28 13:54:00', 'adjust', '142800.00', NULL, 2, 1, 1, 1, '142800.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (117, '', '2019-01-28 13:56:00', 'adjust', '42840.00', NULL, 2, 1, 1, 1, '42840.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (118, '', '2019-12-28 13:57:00', 'adjust', '23800.00', NULL, 2, 1, 1, 1, '23800.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (119, '', '2019-12-28 14:01:00', 'adjust', '23800.00', NULL, 2, 1, 1, 1, '23800.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (120, '', '2019-12-28 14:02:00', 'adjust', '95200.00', NULL, 2, 1, 1, 1, '95200.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (121, '', '2019-12-28 14:03:00', 'adjust', '47600.00', NULL, 2, 1, 1, 1, '47600.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (122, '', '2019-12-28 14:03:00', 'adjust', '28560.00', NULL, 2, 1, 1, 1, '28560.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (123, '', '2019-12-28 14:05:00', 'adjust', '65968.00', NULL, 2, 1, 1, 1, '65968.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (124, '', '2019-12-28 14:06:00', 'adjust', '94250.00', NULL, 2, 1, 1, 1, '94250.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (125, '', '2019-12-28 14:07:00', 'adjust', '150800.00', NULL, 2, 1, 1, 1, '150800.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (126, '', '2019-12-28 14:08:00', 'adjust', '2313139.10', NULL, 2, 1, 1, 1, '2313139.10', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (127, '', '2019-12-28 14:09:00', 'adjust', '687037.09', NULL, 2, 1, 1, 1, '687037.09', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (128, '', '2019-12-28 14:11:00', 'adjust', '347970.78', NULL, 2, 1, 1, 1, '347970.78', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (129, '', '2019-12-28 14:13:00', 'adjust', '188851.00', NULL, 2, 1, 1, 1, '188851.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (130, '', '2019-01-28 15:39:00', 'adjust', '1428.00', NULL, 2, 1, 1, 1, '1428.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (131, '', '2019-12-28 16:34:00', 'adjust', '60606.00', NULL, 2, 1, 1, 1, '60606.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (132, '', '2019-12-28 16:42:00', 'adjust', '86366.00', NULL, 2, 1, 1, 1, '86366.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (133, '', '2019-12-28 16:55:00', 'adjust', '133658.00', NULL, 2, 1, 1, 1, '133658.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (134, '', '2019-12-28 16:59:00', 'adjust', '137664.00', NULL, 2, 1, 1, 1, '137664.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (135, '', '2019-12-28 17:04:00', 'adjust', '200158.00', NULL, 2, 1, 1, 1, '200158.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (136, '', '2019-12-28 17:10:00', 'adjust', '157976.00', NULL, 2, 1, 1, 1, '157976.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (137, '', '2019-12-28 17:14:00', 'adjust', '167678.00', NULL, 2, 1, 1, 1, '167678.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (138, '', '2019-12-28 17:19:00', 'adjust', '198898.00', NULL, 2, 1, 1, 1, '198898.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (139, '', '2019-12-28 17:22:00', 'adjust', '116214.00', NULL, 2, 1, 1, 1, '116214.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (140, '', '2019-12-28 17:26:00', 'adjust', '44954.00', NULL, 2, 1, 1, 1, '44954.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (141, '', '2019-12-28 17:29:00', 'adjust', '49686.00', NULL, 2, 1, 1, 1, '49686.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (142, '', '2019-12-28 17:39:00', 'adjust', '1533497.00', NULL, 2, 1, 1, 1, '1533497.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (143, '', '2019-12-28 20:03:00', 'adjust', '2270473.00', NULL, 2, 1, 1, 1, '2270473.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (144, '', '2019-12-29 13:02:00', 'adjust', '295920.00', NULL, 2, 1, 1, 1, '295920.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (145, '', '2019-12-29 13:20:00', 'adjust', '375240.00', NULL, 2, 1, 1, 1, '375240.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (146, '', '2019-01-29 13:27:00', 'adjust', '308800.00', NULL, 2, 1, 1, 1, '308800.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (147, '', '2019-12-29 13:30:00', 'adjust', '50580.00', NULL, 2, 1, 1, 1, '50580.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (148, '', '2019-01-29 13:40:00', 'adjust', '56070.00', NULL, 2, 1, 1, 1, '56070.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (149, '', '2019-01-29 13:47:00', 'adjust', '55140.00', NULL, 2, 1, 1, 1, '55140.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (150, '', '2019-01-29 14:02:00', 'adjust', '90510.00', NULL, 2, 1, 1, 1, '90510.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (151, '', '2019-01-29 14:08:00', 'adjust', '151515.00', NULL, 2, 1, 1, 1, '151515.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (152, '', '2019-01-29 14:22:00', 'adjust', '665385.00', NULL, 2, 1, 1, 1, '665385.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (153, '', '2019-01-29 14:29:00', 'adjust', '3468978.00', NULL, 2, 1, 1, 1, '3468978.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (154, '', '2019-01-29 15:06:00', 'adjust', '245220.00', NULL, 2, 1, 1, 1, '245220.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (155, '', '2019-01-29 15:21:00', 'adjust', '2502195.00', NULL, 2, 1, 1, 1, '2502195.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (156, '', '2019-01-29 15:44:00', 'adjust', '1939500.00', NULL, 2, 1, 1, 1, '1939500.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (157, '', '2019-01-29 15:50:00', 'adjust', '1199100.00', NULL, 2, 1, 1, 1, '1199100.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (158, '', '2019-01-29 15:56:00', 'adjust', '393624.00', NULL, 2, 1, 1, 1, '393624.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (159, '', '2019-01-29 16:01:00', 'adjust', '463644.00', NULL, 2, 1, 1, 1, '463644.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (160, '', '2019-01-29 16:13:00', 'adjust', '514134.00', NULL, 2, 1, 1, 1, '514134.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (161, '', '2019-01-29 16:22:00', 'adjust', '218380.00', NULL, 2, 1, 1, 1, '218380.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (162, '', '2019-01-29 16:29:00', 'adjust', '933760.00', NULL, 2, 1, 1, 1, '933760.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (163, '', '2019-01-29 16:37:00', 'adjust', '1927680.00', NULL, 2, 1, 1, 1, '1927680.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (164, '', '2019-01-29 16:52:00', 'adjust', '1105503.00', NULL, 2, 1, 1, 1, '1105503.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (165, '', '2019-01-29 17:04:00', 'adjust', '740845.00', NULL, 2, 1, 1, 1, '740845.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (166, '', '2019-01-29 17:11:00', 'adjust', '974995.00', NULL, 2, 1, 1, 1, '974995.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (167, '', '2019-01-29 17:22:00', 'adjust', '1178415.00', NULL, 2, 1, 1, 1, '1178415.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (168, '', '2019-01-29 20:05:00', 'adjust', '44297.00', NULL, 2, 1, 1, 1, '44297.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (169, '', '2019-01-29 20:21:00', 'adjust', '106960.00', NULL, 2, 1, 1, 1, '106960.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (170, '', '2019-01-29 20:36:00', 'adjust', '136008.00', NULL, 2, 1, 1, 1, '136008.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (171, '', '2019-01-29 20:42:00', 'adjust', '179416.00', NULL, 2, 1, 1, 1, '179416.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (172, '', '2019-01-29 21:01:00', 'adjust', '312060.00', NULL, 2, 1, 1, 1, '312060.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (173, '', '2019-01-29 21:36:00', 'adjust', '138696.00', NULL, 2, 1, 1, 1, '138696.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (174, '', '2019-01-29 21:40:00', 'adjust', '216328.00', NULL, 2, 1, 1, 1, '216328.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (175, '', '2019-01-29 21:48:00', 'adjust', '134592.00', NULL, 2, 1, 1, 1, '134592.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (176, '', '2019-01-29 21:51:00', 'adjust', '131301.00', NULL, 2, 1, 1, 1, '131301.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (177, '', '2019-01-29 22:00:00', 'adjust', '434320.00', NULL, 2, 1, 1, 1, '434320.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (178, '', '2019-01-29 22:38:00', 'adjust', '86080.00', NULL, 2, 1, 1, 1, '86080.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (179, '', '2019-01-29 22:58:00', 'adjust', '132396.00', NULL, 2, 1, 1, 1, '132396.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (180, '', '2019-01-29 23:00:00', 'adjust', '90732.00', NULL, 2, 1, 1, 1, '90732.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (181, '', '2019-01-29 23:02:00', 'adjust', '101712.00', NULL, 2, 1, 1, 1, '101712.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (182, '', '2019-01-29 23:03:00', 'adjust', '120722.00', NULL, 2, 1, 1, 1, '120722.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (183, '', '2019-01-29 23:05:00', 'adjust', '80265.00', NULL, 2, 1, 1, 1, '80265.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (184, '', '2019-01-29 23:07:00', 'adjust', '83120.00', NULL, 2, 1, 1, 1, '83120.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (185, '', '2019-01-29 23:08:00', 'adjust', '100215.00', NULL, 2, 1, 1, 1, '100215.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (186, '', '2019-01-29 23:10:00', 'adjust', '164664.00', NULL, 2, 1, 1, 1, '164664.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (187, '', '2019-01-30 09:21:00', 'adjust', '108566.00', NULL, 2, 1, 1, 1, '108566.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (188, '', '2019-01-30 09:25:00', 'adjust', '293720.00', NULL, 2, 1, 1, 1, '293720.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (189, '', '2019-01-30 09:29:00', 'adjust', '21903.00', NULL, 2, 1, 1, 1, '21903.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (190, '', '2019-01-30 09:30:00', 'adjust', '176968.00', NULL, 2, 1, 1, 1, '176968.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (191, '', '2019-01-30 09:32:00', 'adjust', '61962.00', NULL, 2, 1, 1, 1, '61962.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (192, '', '2019-01-30 09:34:00', 'adjust', '98664.00', NULL, 2, 1, 1, 1, '98664.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (193, '', '2019-01-30 09:35:00', 'adjust', '99325.00', NULL, 2, 1, 1, 1, '99325.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (194, '', '2019-01-30 09:36:00', 'adjust', '96361.00', NULL, 2, 1, 1, 1, '96361.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (195, '', '2019-01-30 09:43:00', 'adjust', '129248.00', NULL, 2, 1, 1, 1, '129248.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (196, '', '2019-01-30 09:44:00', 'adjust', '317113.00', NULL, 2, 1, 1, 1, '317113.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (197, '', '2019-01-30 09:46:00', 'adjust', '250879.00', NULL, 2, 1, 1, 1, '250879.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (198, '', '2019-01-30 09:48:00', 'adjust', '202710.00', NULL, 2, 1, 1, 1, '202710.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (199, '', '2019-01-30 09:50:00', 'adjust', '102550.00', NULL, 2, 1, 1, 1, '102550.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (200, '', '2019-01-30 09:51:00', 'adjust', '396700.00', NULL, 2, 1, 1, 1, '396700.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (201, '', '2019-01-30 09:53:00', 'adjust', '458537.00', NULL, 2, 1, 1, 1, '458537.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (202, '', '2019-01-30 09:56:00', 'adjust', '762151.00', NULL, 2, 1, 1, 1, '762151.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (203, '', '2019-01-30 10:13:00', 'adjust', '524012.00', NULL, 2, 1, 1, 1, '524012.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (204, '', '2020-01-30 10:18:00', 'adjust', '12000.00', NULL, 2, 1, 1, 1, '12000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (210, 'Horseman', '2020-02-01 19:54:00', '', '93420.00', NULL, 12, 1, 2, 1, '93420.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (211, 'Mg kyaw win', '2020-02-01 19:55:00', '', '77715.00', NULL, 4, 1, 2, 1, '77715.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (212, 'Mg kyaw win', '2020-02-01 19:57:00', '', '26775.00', NULL, 4, 1, 2, 1, '26775.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (213, 'Mg kyaw win', '2020-02-01 19:59:00', '', '74400.00', NULL, 4, 1, 2, 1, '74400.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (214, 'Mg kyaw win', '2020-02-01 20:01:00', '', '305900.00', NULL, 4, 1, 2, 1, '305900.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (215, 'Oilseal hla ngwe', '2020-02-01 20:10:00', '', '218050.00', NULL, 6, 1, 2, 1, '218050.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (216, 'Pro', '2020-02-01 20:16:00', '', '54850.00', NULL, 5, 1, 2, 1, '54850.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (217, 'Longway', '2020-02-01 20:21:00', '', '56140.00', NULL, 5, 1, 2, 1, '56140.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (218, 'Mpt', '2020-02-04 19:00:00', '', '94900.00', NULL, 8, 1, 2, 1, '94900.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (219, 'Telenor', '2020-02-06 20:18:00', '', '96000.00', NULL, 10, 1, 2, 1, '96000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (220, 'Ananda', '2020-02-06 20:58:00', '', '75400.00', NULL, 16, 1, 2, 1, '75400.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (221, 'Mytel', '2020-02-06 21:04:00', '', '94500.00', NULL, 11, 1, 2, 1, '94500.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (222, 'Mpt', '2020-02-06 21:05:00', '', '142350.00', NULL, 8, 1, 2, 1, '142350.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (223, 'Ooredoo', '2020-02-07 18:20:00', '', '96000.00', NULL, 9, 1, 2, 1, '96000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (224, 'Horseman', '2020-02-08 08:03:00', '', '205742.00', NULL, 12, 1, 2, 1, '205742.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (225, 'Horseman', '2020-02-08 08:07:00', '', '859654.00', NULL, 12, 1, 2, 1, '859654.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (226, 'Horseman', '2020-02-08 08:18:00', '', '47628.00', NULL, 12, 1, 2, 1, '47628.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (227, 'Longway', '2020-02-08 08:19:00', '', '41440.00', NULL, 13, 1, 2, 1, '41440.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (228, 'Telenor', '2020-02-11 08:23:00', '', '95800.00', NULL, 10, 1, 2, 1, '95800.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (229, 'Mpt', '2020-02-11 08:30:00', '', '189800.00', NULL, 8, 1, 2, 1, '189800.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (230, 'Mg kyaw win', '2020-02-11 08:42:00', '<em></em>', '26460.00', NULL, 4, 1, 2, 1, '26460.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (231, 'Telenor', '2020-02-13 17:22:00', '', '95800.00', NULL, 10, 1, 2, 1, '95800.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (232, 'Mpt', '2020-02-13 17:30:00', '', '189800.00', NULL, 8, 1, 2, 1, '189800.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (233, 'Ooredoo', '2020-02-14 15:48:00', '', '96000.00', NULL, 9, 1, 2, 1, '96000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (234, 'Horseman', '2020-02-14 18:01:00', '', '745724.50', NULL, 12, 1, 2, 1, '745724.50', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (235, 'Horseman', '2020-02-14 18:16:00', '', '730890.40', NULL, 12, 1, 2, 1, '730890.40', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (236, 'Longway', '2020-02-14 18:28:00', '', '60060.00', NULL, 13, 1, 2, 1, '60060.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (237, 'Pro', '2020-02-14 18:37:00', '', '131230.00', NULL, 5, 1, 2, 1, '131230.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (238, 'Mg kyaw win', '2020-02-14 18:38:00', '', '86050.00', NULL, 4, 1, 2, 1, '86050.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (239, 'Mg kyaw win', '2020-02-14 18:40:00', '', '26460.00', NULL, 4, 1, 2, 1, '26460.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (240, 'ကိုလှငွေ', '2020-02-14 18:47:00', '', '87390.00', NULL, 6, 1, 2, 1, '87390.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (241, 'Mpt', '2020-02-15 18:10:00', '', '237250.00', NULL, 8, 1, 2, 1, '237250.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (242, 'Telenor', '2020-02-15 18:11:00', '', '96000.00', NULL, 10, 1, 2, 1, '96000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (243, 'အောင်တောင်ကြီး', '2020-02-17 18:19:00', '', '142500.00', NULL, 18, 1, 2, 1, '142500.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (244, 'Longway', '2020-02-20 17:08:00', '', '42240.00', NULL, 13, 1, 2, 1, '42240.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (245, 'အောင်တောင်ကြီး', '2020-02-20 17:09:00', '<ol><li></li></ol>', '199500.00', NULL, 18, 1, 2, 1, '199500.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (246, 'ငွေလသာ', '2020-02-20 17:13:00', '', '80000.00', NULL, 20, 1, 2, 1, '80000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (247, 'Mytel', '2020-02-21 18:25:00', '', '94500.00', NULL, 11, 1, 2, 1, '94500.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (248, 'Pro', '2020-02-21 18:30:00', '', '33000.00', NULL, 5, 1, 2, 1, '33000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (249, 'ရွှေကြည်သာ အမဲဆီ', '2020-02-21 18:34:00', '', '92000.00', NULL, 21, 1, 2, 1, '92000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (250, 'Pro', '2020-02-21 18:40:00', '', '33000.00', NULL, 5, 1, 2, 1, '33000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (251, 'Telenor', '2020-02-22 16:46:00', '', '95800.00', NULL, 10, 1, 2, 1, '95800.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (252, 'ကိုလှငွေ', '2020-02-22 17:07:00', '', '251500.00', NULL, 6, 1, 2, 1, '251500.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (253, 'Pro', '2020-02-22 17:21:00', '', '95920.00', NULL, 5, 1, 2, 1, '95920.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (254, 'ကိုလှငွေ', '2020-02-22 17:23:00', '', '40000.00', NULL, 6, 1, 2, 1, '40000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (255, 'Mg kyaw win', '2020-02-22 17:26:00', '', '78200.00', NULL, 4, 1, 2, 1, '78200.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (256, 'Kumar', '2020-02-22 17:58:00', '', '60000.00', NULL, 22, 1, 2, 1, '60000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (257, 'အောင်ကားပစွည်း', '2020-02-24 17:38:00', '', '7000.00', NULL, 23, 1, 2, 1, '7000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (258, 'Kumar', '2020-02-24 17:40:00', '', '90000.00', NULL, 22, 1, 2, 1, '90000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (259, 'Longway', '2020-02-25 18:21:00', '', '5880.00', NULL, 13, 1, 2, 1, '5880.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (260, 'Mpt', '2020-02-27 17:23:00', '', '237250.00', NULL, 8, 1, 2, 1, '237250.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (261, 'Telenor', '2020-02-27 17:26:00', '', '95800.00', NULL, 10, 1, 2, 1, '95800.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (262, 'အန်တီဝင်း', '2020-02-27 17:41:00', '', '80000.00', NULL, 24, 1, 2, 1, '80000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (263, 'အောင်တောင်ကြီး', '2020-02-27 17:41:00', '', '166500.00', NULL, 18, 1, 2, 1, '166500.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (264, 'King oil', '2020-02-27 17:51:00', '', '153192.00', NULL, 7, 1, 2, 1, '153192.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (265, 'Telenor', '2020-02-29 18:28:00', '', '189800.00', NULL, 10, 1, 2, 1, '189800.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (266, 'Longway', '2020-02-29 18:28:00', 'adjust', '2940.00', NULL, 13, 1, 2, 1, '2940.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (267, 'Ooredoo', '2020-03-02 17:33:00', '', '96000.00', NULL, 9, 1, 2, 1, '96000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (268, 'Mg kyaw win', '2020-03-02 18:06:00', '', '61200.00', NULL, 4, 1, 2, 1, '61200.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (269, 'Mpt', '2020-03-02 18:20:00', '', '237250.00', NULL, 8, 1, 2, 1, '237250.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (272, 'အောင်ကားပစွည်း', '2020-03-03 18:10:00', '', '5000.00', NULL, 23, 1, 2, 1, '5000.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (273, 'Oilseal hla ngwe', '2020-03-03 18:21:00', '', '44750.00', NULL, 6, 1, 2, 1, '44750.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (274, 'Horseman', '2020-03-03 18:40:00', '', '371586.00', NULL, 12, 1, 2, 1, '371586.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (275, 'Horseman', '2020-03-03 18:44:00', '', '526779.00', NULL, 12, 1, 2, 1, '526779.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (276, 'Mg kyaw win', '2020-03-03 18:49:00', '', '61200.00', NULL, 4, 1, 2, 1, '61200.00', 'paid');
INSERT INTO `tec_purchases` (`id`, `reference`, `date`, `note`, `total`, `attachment`, `supplier_id`, `received`, `created_by`, `store_id`, `paid`, `status`) VALUES (277, 'Mg kyaw win', '2020-03-03 18:49:00', '', '88650.00', NULL, 4, 1, 2, 1, '88650.00', 'paid');


#
# 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=61 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);
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 (19, '2019-12-28 09:28:06', 2, '0.00', 'close', '34728.00', 0, 0, '34728.00', NULL, NULL, '', '2019-12-29 10:17:38', 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 (20, '2019-12-29 16:24:56', 2, '0.00', 'close', '91850.00', 0, 0, '91850.00', NULL, NULL, '', '2019-12-29 16:58:18', 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 (21, '2019-12-30 09:53:17', 2, '0.00', 'close', '681440.00', 0, 0, '681440.00', NULL, NULL, '', '2019-12-30 19:20:48', 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 (22, '2019-12-31 09:25:03', 2, '0.00', 'close', '249710.00', 0, 0, '249710.00', NULL, NULL, '', '2019-12-31 20:21:47', 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 (23, '2020-01-01 10:46:34', 2, '0.00', 'close', '41700.00', 0, 0, '41700.00', NULL, NULL, '', '2020-01-01 20:36:53', 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 (24, '2020-01-02 10:30:42', 2, '0.00', 'close', '-6871.00', 0, 0, '-6871.00', NULL, NULL, '', '2020-01-02 21:49:47', 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 (25, '2020-01-03 08:49:12', 2, '0.00', 'close', '48664.00', 0, 0, '48664.00', NULL, NULL, '', '2020-01-07 20:56:06', 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 (26, '2020-01-08 11:53:44', 2, '0.00', 'close', '-85542.00', 0, 0, '-85542.00', NULL, NULL, '', '2020-01-08 12:49: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 (27, '2020-01-08 12:49:39', 2, '0.00', 'close', '447952.00', 0, 0, '447952.00', NULL, NULL, '', '2020-01-08 18:12:07', 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 (28, '2020-01-09 11:19:46', 2, '0.00', 'close', '302210.00', 0, 0, '302210.00', NULL, NULL, '', '2020-01-09 18:04:08', 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 (29, '2020-01-10 14:50:33', 2, '0.00', 'close', '294534.68', 0, 0, '294534.68', NULL, NULL, '', '2020-01-10 18:47:54', 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 (30, '2020-01-11 10:45:19', 2, '0.00', 'close', '750365.00', 0, 0, '750365.00', NULL, NULL, '', '2020-01-11 18:27:30', 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 (31, '2020-01-12 15:33:34', 2, '0.00', 'close', '66000.00', 0, 0, '66000.00', NULL, NULL, '', '2020-01-12 17:32:24', 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 (32, '2020-01-13 08:56:04', 2, '0.00', 'close', '5596.00', 0, 0, '5596.00', NULL, NULL, '', '2020-01-13 18:27:31', 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 (33, '2020-01-14 19:42:20', 2, '0.00', 'close', '388604.00', 0, 0, '388604.00', NULL, NULL, '', '2020-01-15 11:29:16', 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 (34, '2020-01-15 11:29:36', 2, '0.00', 'close', '40600.00', 0, 0, '40600.00', NULL, NULL, '', '2020-01-15 20:49:31', 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 (35, '2020-01-16 10:54:56', 2, '0.00', 'close', '236460.00', 0, 0, '236460.00', NULL, NULL, '', '2020-01-16 18:30:12', 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 (36, '2020-01-17 15:26:01', 2, '0.00', 'close', '565266.00', 0, 0, '565266.00', NULL, NULL, '', '2020-01-18 18:46:21', 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 (37, '2020-01-21 17:48:38', 2, '0.00', 'close', '25949.00', 0, 0, '25949.00', NULL, NULL, '', '2020-01-21 19:22:31', 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 (38, '2020-01-22 08:34:15', 2, '0.00', 'close', '278499.00', 0, 0, '278499.00', NULL, NULL, '', '2020-01-22 18:08:59', 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 (39, '2020-01-22 18:10:24', 2, '0.00', 'close', '-64000.00', 0, 0, '-64000.00', NULL, NULL, '', '2020-01-22 18:18:10', 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 (40, '2020-01-23 09:25:30', 2, '0.00', 'close', '148644.90', 0, 0, '148644.90', NULL, NULL, '', '2020-01-23 19:29: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 (41, '2020-01-24 09:09:55', 2, '0.00', 'close', '88496.00', 0, 0, '88496.00', NULL, NULL, '', '2020-01-24 18:43:15', 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 (42, '2020-01-25 11:22:58', 2, '0.00', 'close', '124672.00', 0, 0, '124672.00', NULL, NULL, '', '2020-01-25 18:22:18', 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 (43, '2020-01-26 08:30:22', 2, '0.00', 'close', '215120.00', 0, 0, '215120.00', NULL, NULL, '', '2020-01-27 20:24: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 (44, '2020-01-28 09:58:27', 2, '0.00', 'close', '1680761.94', 0, 0, '1680761.94', NULL, NULL, '', '2020-02-01 21:45:43', 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 (45, '2020-02-02 17:12:15', 2, '0.00', 'close', '15479.00', 0, 0, '15479.00', NULL, NULL, '', '2020-02-04 19:10:50', 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 (46, '2020-02-06 09:50:13', 2, '0.00', 'close', '1824200.00', 0, 0, '1824200.00', NULL, NULL, '', '2020-02-06 21:20:15', 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 (47, '2020-02-07 10:23:49', 2, '0.00', 'close', '139245.40', 0, 0, '139245.40', NULL, NULL, '', '2020-02-07 18:39: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 (48, '2020-02-08 07:56:40', 2, '0.00', 'close', '547507.88', 0, 0, '547507.88', NULL, NULL, '', '2020-02-13 18:25:30', 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 (49, '2020-02-14 09:13:48', 2, '0.00', 'close', '119299.40', 0, 0, '119299.40', NULL, NULL, '', '2020-02-14 18:55:08', 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 (50, '2020-02-14 15:47:53', 2, '0.00', 'close', '377979.40', 0, 0, '377979.40', NULL, NULL, '', '2020-02-15 18:30:09', 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 (51, '2020-02-17 18:02:32', 2, '0.00', 'close', '527680.00', 0, 0, '527680.00', NULL, NULL, '', '2020-02-20 18:15:05', 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 (52, '2020-02-20 18:17:55', 2, '0.00', 'close', '194740.00', 0, 0, '194740.00', NULL, NULL, '', '2020-02-21 18:43: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 (53, '2020-02-22 16:40:13', 2, '0.00', 'close', '366060.00', 0, 0, '366060.00', NULL, NULL, '', '2020-02-22 18:09:32', 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 (54, '2020-02-24 10:15:56', 2, '0.00', 'close', '24998.60', 0, 0, '24998.60', NULL, NULL, '', '2020-02-24 18:18:18', 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 (55, '2020-02-25 09:46:18', 2, '0.00', 'close', '317560.00', 0, 0, '317560.00', NULL, NULL, '', '2020-02-25 18:29:05', 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 (56, '2020-02-26 14:15:03', 2, '0.00', 'close', '339772.00', 0, 0, '339772.00', NULL, NULL, '', '2020-02-27 18:14:59', 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 (57, '2020-02-28 15:34:39', 2, '0.00', 'close', '10999.81', 0, 0, '10999.81', NULL, NULL, '', '2020-02-28 17:56:52', 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 (58, '2020-02-29 18:20:50', 2, '0.00', 'close', '508700.00', 0, 0, '508700.00', NULL, NULL, '', '2020-02-29 18:41: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 (59, '2020-03-01 10:13:39', 2, '0.00', 'close', '470144.00', 0, 0, '470144.00', NULL, NULL, '', '2020-03-02 18:38:48', 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 (60, '2020-03-03 17:27:16', 2, '0.00', 'close', '893300.00', 0, 0, '893300.00', NULL, NULL, '', '2020-03-03 19:08:15', 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=2521 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 (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', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (652, 376, 1457, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel Etop', '69');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (653, 377, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '795382667');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (654, 378, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (655, 379, 96, 6, '1071.00', '1071.00', '0', '0.00', 0, '0.00', '6426.00', '1071.00', '882.00', 'P000096', 'ပန်ကာကြိုး A ပြောင် China', 'A.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 (656, 380, 548, 4, '7360.00', '7360.00', '0', '0.00', 0, '0.00', '29440.00', '7360.00', '5888.00', 'P0000548', 'ပန်ကာကြိုး C ပြောင် Thailand', 'C.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 (657, 381, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (658, 382, 944, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '340.00', 'P000951', 'Oil Seal OKTY', '35.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 (659, 382, 945, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.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 (660, 382, 1132, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '425.00', 'P001145', 'Oil Seal Korea', '30.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 (661, 382, 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 (662, 382, 1432, 2, '3500.00', '3500.00', '0', '0.00', 0, '0.00', '7000.00', '3500.00', '2840.00', 'P001447', 'Oil Seal Thailand', '110.140.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 (663, 382, 1512, 1, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '2000.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 (664, 383, 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 (665, 384, 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 (666, 384, 858, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.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 (667, 384, 1028, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.00', '660.00', 'P001035', 'Oil Seal OKTY', '70.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 (668, 384, 1037, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.00', '660.00', 'P001044', 'Oil Seal OKTY', '75.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 (669, 384, 1075, 1, '3500.00', '3500.00', '0', '0.00', 0, '0.00', '3500.00', '3500.00', '1500.00', 'P001087', 'Oil Seal OKTY', '115.145.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 (670, 384, 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 (671, 384, 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 (672, 384, 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 (673, 385, 838, 7, '400.00', '400.00', '0', '0.00', 0, '0.00', '2800.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 (674, 385, 1326, 3, '400.00', '400.00', '0', '0.00', 0, '0.00', '1200.00', '400.00', '455.00', 'P001339', 'Oil Seal Thailand', '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 (675, 386, 3, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.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 (676, 386, 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 (677, 386, 10, 1, '8000.00', '8000.00', '0', '0.00', 0, '0.00', '8000.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 (678, 386, 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 (679, 386, 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 (680, 386, 1155, 2, '750.00', '750.00', '0', '0.00', 0, '0.00', '1500.00', '750.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 (681, 386, 1156, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.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 (682, 386, 1326, 2, '500.00', '500.00', '0', '0.00', 0, '0.00', '1000.00', '500.00', '455.00', 'P001339', 'Oil Seal Thailand', '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 (683, 386, 1446, 1, '11000.00', '11000.00', '0', '0.00', 0, '0.00', '11000.00', '11000.00', '10600.00', 'P001462', 'ဂီယာဝိုင်', '999/250/sp 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 (684, 387, 896, 1, '800.00', '800.00', '0', '0.00', 0, '0.00', '800.00', '800.00', '209.00', 'P000903', 'Oil Seal OKTY', '22.35.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 (685, 387, 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 (686, 387, 1022, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.00', '1500.00', '660.00', 'P001029', 'Oil Seal OKTY', '65.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 (687, 387, 1023, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.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 (688, 387, 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 (689, 388, 1454, 15000, '1.00', '1.00', '0', '0.00', 0, '0.00', '15000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '421759137');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (690, 389, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (691, 390, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (692, 391, 1448, 2, '9000.00', '9000.00', '0', '0.00', 0, '0.00', '18000.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 (693, 392, 354, 3, '6480.00', '6480.00', '0', '0.00', 0, '0.00', '19440.00', '6480.00', '4320.00', 'P0000354', 'ပန်ကာကြိုး C ပြောင် China', 'C.108', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (694, 393, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (695, 394, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', 'Mother');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (696, 395, 1454, 30000, '1.00', '1.00', '0', '0.00', 0, '0.00', '30000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (697, 396, 88, 2, '935.00', '935.00', '0', '0.00', 0, '0.00', '1870.00', '935.00', '770.00', 'P000088', 'ပန်ကာကြိုး A ပြောင် China', 'A.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 (698, 397, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo 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 (699, 398, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo Etop', 'Wife');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (700, 399, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '425151');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (701, 400, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '44500');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (702, 401, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '5156654');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (703, 401, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '785156654');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (704, 401, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo Etop', '09965156654');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (705, 402, 1076, 2, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '8000.00', '4000.00', '1550.00', 'P001088', 'Oil Seal OKTY', '115.150.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 (706, 403, 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 (707, 403, 472, 6, '3400.00', '3400.00', '0', '0.00', 0, '0.00', '20400.00', '3400.00', '2975.00', 'P0000472', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.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 (708, 404, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '780052686');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (709, 405, 582, 3, '16150.00', '16150.00', '0', '0.00', 0, '0.00', '48450.00', '16150.00', '12160.00', 'P0000583', 'ပန်ကာကြိုး C ပြောင် Thailand', 'C.190', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (710, 405, 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 (711, 406, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (712, 407, 1454, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (713, 407, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '786923105');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (714, 407, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo 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 (715, 408, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (716, 409, 1076, 2, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '8000.00', '4000.00', '1550.00', 'P001088', 'Oil Seal OKTY', '115.150.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 (717, 409, 1183, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.00', '1500.00', '700.00', 'P001196', 'Oil Seal Korea', '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 (718, 410, 242, 4, '1408.00', '1408.00', '0', '0.00', 0, '0.00', '5632.00', '1408.00', '1216.00', 'P0000242', 'ပန်ကာကြိုး B ပြောင် China', 'B.64', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (719, 410, 250, 4, '1584.00', '1584.00', '0', '0.00', 0, '0.00', '6336.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 (720, 410, 314, 5, '3300.00', '3300.00', '0', '0.00', 0, '0.00', '16500.00', '3300.00', '2850.00', 'P0000314', 'ပန်ကာကြိုး B ပြောင် China', 'B.150', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (721, 410, 327, 5, '4400.00', '4400.00', '0', '0.00', 0, '0.00', '22000.00', '4400.00', '3800.00', 'P0000327', 'ပန်ကာကြိုး B ပြောင် China', 'B.200', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (722, 410, 504, 3, '4960.00', '4960.00', '0', '0.00', 0, '0.00', '14880.00', '4960.00', '4340.00', 'P000504', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.124', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (723, 411, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (724, 411, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (725, 412, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '5085312/\r\n455085312');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (726, 412, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '785085312');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (727, 413, 467, 4, '3200.00', '3200.00', '0', '0.00', 0, '0.00', '12800.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 (728, 413, 473, 4, '3440.00', '3440.00', '0', '0.00', 0, '0.00', '13760.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 (729, 413, 475, 10, '3520.00', '3520.00', '0', '0.00', 0, '0.00', '35200.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 (730, 413, 479, 10, '3680.00', '3680.00', '0', '0.00', 0, '0.00', '36800.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 (731, 414, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo 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 (732, 415, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (733, 416, 577, 2, '14025.00', '14025.00', '0', '0.00', 0, '0.00', '28050.00', '14025.00', '10560.00', 'P0000578', 'ပန်ကာကြိုး C ပြောင် Thailand', 'C.165', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (734, 417, 1457, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (735, 418, 461, 3, '2960.00', '2960.00', '0', '0.00', 0, '0.00', '8880.00', '2960.00', '2590.00', 'P0000461', 'ပန်ကာကြိုး B ပြောင် Thailand', '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 (736, 418, 1074, 2, '3500.00', '3500.00', '0', '0.00', 0, '0.00', '7000.00', '3500.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 (737, 418, 1406, 4, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '6000.00', '1500.00', '1200.00', 'P001421', 'Oil Seal Thailand', '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 (738, 419, 854, 8, '500.00', '500.00', '0', '0.00', 0, '0.00', '4000.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 (739, 420, 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 (740, 420, 857, 6, '500.00', '500.00', '0', '0.00', 0, '0.00', '3000.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 (741, 420, 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 (742, 420, 978, 20, '900.00', '900.00', '0', '0.00', 0, '0.00', '18000.00', '900.00', '462.00', 'P000985', 'Oil Seal OKTY', '48.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 (743, 420, 1031, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.00', '737.00', 'P001038', 'Oil Seal OKTY', '70.95.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 (744, 420, 1155, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.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 (745, 421, 354, 6, '6480.00', '6480.00', '0', '0.00', 0, '0.00', '38880.00', '6480.00', '4320.00', 'P0000354', 'ပန်ကာကြိုး C ပြောင် China', 'C.108', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (746, 422, 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 (747, 422, 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 (748, 422, 1454, 15000, '1.00', '1.00', '0', '0.00', 0, '0.00', '15000.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 (749, 422, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (750, 423, 1521, 1, '3500.00', '3500.00', '0', '0.00', 0, '0.00', '3500.00', '3500.00', '1300.00', 'P001535', 'Oil Seal OKTY', '80.125.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 (751, 424, 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 (752, 425, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (753, 426, 1457, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (754, 427, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '420');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (755, 428, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '264156606');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (756, 428, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (757, 429, 1130, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.00', '1500.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 (758, 429, 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 (759, 430, 85, 5, '884.00', '884.00', '0', '0.00', 0, '0.00', '4420.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 (760, 431, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '018100814');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (761, 432, 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 (762, 432, 471, 3, '3360.00', '3360.00', '0', '0.00', 0, '0.00', '10080.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 (763, 432, 479, 3, '3680.00', '3680.00', '0', '0.00', 0, '0.00', '11040.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 (764, 433, 1454, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '425143483/\r\n5143483');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (765, 434, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (766, 435, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '250570307');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (767, 436, 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 (768, 436, 3, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.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 (769, 436, 5, 4, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '16000.00', '4000.00', '3650.00', 'P000005', 'အမဲဆီ', 'Trane 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 (770, 436, 43, 3, '5000.00', '5000.00', '0', '0.00', 0, '0.00', '15000.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 (771, 436, 232, 1, '1188.00', '1188.00', '0', '0.00', 0, '0.00', '1188.00', '1188.00', '1026.00', 'P0000232', 'ပန်ကာကြိုး B ပြောင် China', '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 (772, 436, 238, 1, '1320.00', '1320.00', '0', '0.00', 0, '0.00', '1320.00', '1320.00', '1140.00', 'P0000238', 'ပန်ကာကြိုး B ပြောင် China', 'B.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 (773, 436, 245, 1, '1474.00', '1474.00', '0', '0.00', 0, '0.00', '1474.00', '1474.00', '1273.00', 'P0000245', 'ပန်ကာကြိုး B ပြောင် China', '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 (774, 436, 859, 7, '500.00', '500.00', '0', '0.00', 0, '0.00', '3500.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 (775, 436, 868, 6, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '6000.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 (776, 436, 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 (777, 436, 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 (778, 436, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (779, 436, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (780, 436, 1456, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.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 (781, 437, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (782, 438, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (783, 438, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '7950');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (784, 439, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.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 (785, 440, 574, 4, '12750.00', '12750.00', '0', '0.00', 0, '0.00', '51000.00', '12750.00', '9600.00', 'P0000574', 'ပန်ကာကြိုး C ပြောင် Thailand', 'C.150', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (786, 440, 584, 4, '17000.00', '17000.00', '0', '0.00', 0, '0.00', '68000.00', '17000.00', '12800.00', 'P0000585', 'ပန်ကာကြိုး C ပြောင် Thailand', 'C.200', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (787, 441, 1454, 23000, '1.00', '1.00', '0', '0.00', 0, '0.00', '23000.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 (788, 441, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (789, 442, 945, 1, '700.00', '700.00', '0', '0.00', 0, '0.00', '700.00', '700.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 (790, 443, 53, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '280.00', 'P000053', 'ပန်ကာကြိုး A ပြောင် China', 'A.20', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (791, 443, 997, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '460.00', 'P001004', 'Oil Seal OKTY', '52.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 (792, 443, 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 (793, 443, 1013, 1, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '2000.00', '2000.00', '730.00', 'P001020', 'Oil Seal OKTY', '60.100.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 (794, 443, 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 (795, 443, 1139, 1, '700.00', '700.00', '0', '0.00', 0, '0.00', '700.00', '700.00', '385.00', 'P001152', 'Oil Seal Korea', '35.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 (796, 443, 1208, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.00', '1500.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 (797, 443, 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 (798, 443, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (799, 443, 1504, 1, '3500.00', '3500.00', '0', '0.00', 0, '0.00', '3500.00', '3500.00', '2400.00', 'P001518', 'Timing ဘက်ကြိုး', '170XL×10mm', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (800, 444, 1406, 10, '1700.00', '1700.00', '0', '0.00', 0, '0.00', '17000.00', '1700.00', '1200.00', 'P001421', 'Oil Seal Thailand', '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 (801, 445, 1454, 15000, '1.00', '1.00', '0', '0.00', 0, '0.00', '15000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '58222/\r\n427970455');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (802, 446, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (803, 447, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (804, 448, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '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 (805, 449, 1454, 25000, '1.00', '1.00', '0', '0.00', 0, '0.00', '25000.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 (806, 450, 86, 1, '901.00', '901.00', '0', '0.00', 0, '0.00', '901.00', '901.00', '742.00', 'P000086', 'ပန်ကာကြိုး A ပြောင် China', 'A.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 (807, 450, 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 (808, 450, 444, 2, '2280.00', '2280.00', '0', '0.00', 0, '0.00', '4560.00', '2280.00', '1995.00', 'P0000444', 'ပန်ကာကြိုး B ပြောင် Thailand', '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 (809, 450, 1347, 12, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '12000.00', '1000.00', '657.00', 'P001360', 'Oil Seal Thailand', '45.65.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 (810, 450, 1417, 2, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '4000.00', '2000.00', '1500.00', 'P001432', 'Oil Seal Thailand', '80.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 (811, 451, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (812, 451, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (813, 451, 1457, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (814, 452, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (815, 453, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (816, 454, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (817, 455, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (818, 456, 1455, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (819, 457, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '25/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 (820, 458, 1455, 90000, '1.00', '1.00', '0', '0.00', 0, '0.00', '90000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', 'Group 18');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (821, 459, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (822, 460, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', 'U than lwin 2');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (823, 461, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (824, 461, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (825, 462, 1457, 2000, '1.00', '1.00', '0', '0.00', 0, '0.00', '2000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (826, 463, 3, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.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 (827, 463, 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 (828, 463, 871, 3, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '3000.00', '1000.00', '600.00', 'P000877', 'Oil Seal I/STO', '70.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 (829, 463, 943, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '342.00', 'P000950', 'Oil Seal OKTY', '35.52.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 (830, 463, 1037, 3, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '4500.00', '1500.00', '660.00', 'P001044', 'Oil Seal OKTY', '75.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 (831, 463, 1163, 5, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '5000.00', '1000.00', '600.00', 'P001176', 'Oil Seal Korea', '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 (832, 463, 1176, 3, '500.00', '500.00', '0', '0.00', 0, '0.00', '1500.00', '500.00', '700.00', 'P001189', 'Oil Seal Korea', '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 (833, 463, 1328, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '590.00', 'P001341', 'Oil Seal Thailand', '40.68.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 (834, 463, 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 (835, 463, 1455, 8000, '1.00', '1.00', '0', '0.00', 0, '0.00', '8000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (836, 463, 1486, 1, '3500.00', '3500.00', '0', '0.00', 0, '0.00', '3500.00', '3500.00', '550.00', 'P001498', 'Timing ဘက်ကြိုး', 's3m.390×8mm', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (837, 464, 58, 7, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '7000.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 (838, 465, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.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 (839, 466, 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 (840, 467, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '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 (841, 468, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (842, 469, 1164, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.00', '800.00', 'P001177', 'Oil Seal Korea', '50.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 (843, 470, 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 (844, 470, 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 (845, 470, 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 (846, 471, 579, 2, '14875.00', '14875.00', '0', '0.00', 0, '0.00', '29750.00', '14875.00', '11200.00', 'P0000580', 'ပန်ကာကြိုး C ပြောင် Thailand', 'C.175', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (847, 472, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '45/26');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (848, 473, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (849, 474, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (850, 475, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (851, 476, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo 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 (852, 477, 3, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.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 (853, 477, 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 (854, 477, 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 (855, 477, 889, 4, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '4000.00', '1000.00', '242.00', 'P000896', 'Oil Seal OKTY', '20.40.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 (856, 477, 925, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.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 (857, 477, 1090, 1, '3500.00', '3500.00', '0', '0.00', 0, '0.00', '3500.00', '3500.00', '1980.00', 'P001102', 'Oil Seal OKTY', '130.160.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 (858, 477, 1091, 4, '4375.00', '4375.00', '0', '0.00', 0, '0.00', '17500.00', '4375.00', '1980.00', 'P001103', 'Oil Seal OKTY', '130.160.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 (859, 477, 1139, 4, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '4000.00', '1000.00', '385.00', 'P001152', 'Oil Seal Korea', '35.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 (860, 477, 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 (861, 477, 1454, 8000, '1.00', '1.00', '0', '0.00', 0, '0.00', '8000.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 (862, 477, 1456, 2000, '1.00', '1.00', '0', '0.00', 0, '0.00', '2000.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 (863, 478, 71, 5, '589.00', '589.00', '0', '0.00', 0, '0.00', '2945.00', '589.00', '532.00', 'P000071', 'ပန်ကာကြိုး A ပြောင် China', 'A.38', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (864, 478, 77, 10, '682.00', '682.00', '0', '0.00', 0, '0.00', '6820.00', '682.00', '616.00', 'P000077', 'ပန်ကာကြိုး A ပြောင် China', 'A.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 (865, 478, 103, 3, '1085.00', '1085.00', '0', '0.00', 0, '0.00', '3255.00', '1085.00', '980.00', 'P000103', 'ပန်ကာကြိုး A ပြောင် China', 'A.70', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (866, 478, 106, 3, '1131.50', '1131.50', '0', '0.00', 0, '0.00', '3394.50', '1131.50', '1022.00', 'P000106', 'ပန်ကာကြိုး A ပြောင် China', 'A.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 (867, 479, 3, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.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 (868, 479, 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 (869, 479, 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 (870, 479, 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 (871, 479, 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 (872, 480, 1457, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (873, 481, 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 (874, 481, 40, 2, '15000.00', '15000.00', '0', '0.00', 0, '0.00', '30000.00', '15000.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 (875, 481, 246, 2, '1496.00', '1496.00', '0', '0.00', 0, '0.00', '2992.00', '1496.00', '1292.00', 'P0000246', 'ပန်ကာကြိုး B ပြောင် China', '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 (876, 481, 290, 1, '2464.00', '2464.00', '0', '0.00', 0, '0.00', '2464.00', '2464.00', '2128.00', 'P0000290', 'ပန်ကာကြိုး B ပြောင် China', 'B.112', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (877, 481, 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 (878, 481, 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 (879, 481, 871, 6, '100.00', '100.00', '0', '0.00', 0, '0.00', '600.00', '100.00', '600.00', 'P000877', 'Oil Seal I/STO', '70.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 (880, 481, 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 (881, 481, 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 (882, 481, 1262, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '325.00', 'P001275', 'Oil Seal Thailand', '24.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 (883, 481, 1274, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '300.00', 'P001287', 'Oil Seal Thailand', '26.40.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 (884, 482, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (885, 483, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (886, 484, 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 (887, 485, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (888, 486, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (889, 487, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (890, 488, 467, 4, '3200.00', '3200.00', '0', '0.00', 0, '0.00', '12800.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 (891, 488, 473, 4, '3440.00', '3440.00', '0', '0.00', 0, '0.00', '13760.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 (892, 488, 475, 6, '3520.00', '3520.00', '0', '0.00', 0, '0.00', '21120.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 (893, 488, 479, 6, '3680.00', '3680.00', '0', '0.00', 0, '0.00', '22080.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 (894, 489, 462, 2, '3000.00', '3000.00', '0', '0.00', 0, '0.00', '6000.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 (895, 490, 45, 5, '20000.00', '20000.00', '0', '0.00', 0, '0.00', '100000.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 (896, 491, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '425320099');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (897, 492, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '422');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (898, 493, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '499199');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (899, 494, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '440031703');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (900, 495, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '426666200');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (901, 496, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '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 (902, 497, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '7950');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (903, 498, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo Etop', 'Wife');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (904, 499, 3, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.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 (905, 499, 6, 2, '7750.00', '7750.00', '0', '0.00', 0, '0.00', '15500.00', '7750.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 (906, 499, 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 (907, 499, 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 (908, 499, 57, 1, '998.40', '998.40', '0', '0.00', 0, '0.00', '998.40', '998.40', '336.00', 'P000057', 'ပန်ကာကြိုး A ပြောင် China', 'A.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 (909, 499, 59, 1, '999.96', '999.96', '0', '0.00', 0, '0.00', '999.96', '999.96', '364.00', 'P000059', 'ပန်ကာကြိုး A ပြောင် China', 'A.26', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (910, 499, 144, 6, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '6000.00', '1000.00', '224.00', 'P0000144', 'ပန်ကာကြိုး FMပြောင် China', 'FM.16', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (911, 499, 232, 1, '1188.00', '1188.00', '0', '0.00', 0, '0.00', '1188.00', '1188.00', '1026.00', 'P0000232', 'ပန်ကာကြိုး B ပြောင် China', '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 (912, 499, 234, 1, '1232.00', '1232.00', '0', '0.00', 0, '0.00', '1232.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 (913, 499, 455, 3, '2720.00', '2720.00', '0', '0.00', 0, '0.00', '8160.00', '2720.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 (914, 499, 483, 2, '3840.00', '3840.00', '0', '0.00', 0, '0.00', '7680.00', '3840.00', '3360.00', 'P0000483', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.96', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (915, 499, 524, 3, '6400.00', '6400.00', '0', '0.00', 0, '0.00', '19200.00', '6400.00', '5600.00', 'P0000524', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.160', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (916, 499, 858, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.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 (917, 499, 1047, 7, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '10500.00', '1500.00', '830.00', 'P001054', 'Oil Seal OKTY', '80.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 (918, 499, 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 (919, 499, 1270, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.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 (920, 499, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (921, 500, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (922, 501, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (923, 502, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (924, 503, 1454, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '44500/\r\n500');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (925, 504, 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 (926, 505, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (927, 506, 1456, 30000, '1.00', '1.00', '0', '0.00', 0, '0.00', '30000.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 (928, 507, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (929, 508, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (930, 509, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '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 (931, 510, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '425151');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (932, 511, 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 (933, 512, 38, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.00', '4000.00', '2700.00', 'P000038', 'အမဲဆီ', 'Ptt mp 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 (934, 512, 872, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.00', '1500.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 (935, 513, 958, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '385.00', 'P000965', 'Oil Seal OKTY', '40.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 (936, 514, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (937, 515, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (938, 516, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '445133854');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (939, 517, 457, 2, '2800.00', '2800.00', '0', '0.00', 0, '0.00', '5600.00', '2800.00', '2450.00', 'P0000457', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.70', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (940, 518, 38, 1, '3000.00', '3000.00', '0', '0.00', 0, '0.00', '3000.00', '3000.00', '2700.00', 'P000038', 'အမဲဆီ', 'Ptt mp 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 (941, 518, 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 (942, 518, 858, 14, '500.00', '500.00', '0', '0.00', 0, '0.00', '7000.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 (943, 518, 859, 14, '500.00', '500.00', '0', '0.00', 0, '0.00', '7000.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 (944, 518, 868, 4, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '4000.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 (945, 518, 917, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '275.00', 'P000924', 'Oil Seal OKTY', '30.44.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 (946, 518, 962, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '520.00', 'P000969', 'Oil Seal OKTY', '40.80.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 (947, 518, 988, 4, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '4000.00', '1000.00', '572.00', 'P000995', 'Oil Seal OKTY', '50.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 (948, 518, 1011, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.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 (949, 518, 1019, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.00', '520.00', 'P001026', 'Oil Seal OKTY', '65.80.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 (950, 518, 1174, 4, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '6000.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 (951, 518, 1183, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '700.00', 'P001196', 'Oil Seal Korea', '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 (952, 518, 1454, 32000, '1.00', '1.00', '0', '0.00', 0, '0.00', '32000.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 (953, 518, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (954, 518, 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 (955, 519, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (956, 520, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (957, 520, 1456, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo Etop', '09970819995');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (958, 521, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (959, 522, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (960, 523, 782, 1, '16920.00', '16920.00', '0', '0.00', 0, '0.00', '16920.00', '16920.00', '12150.00', 'P000783', 'ပန်ကာကြိုး CX ချိန်း Thailand', 'CX.90', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (961, 523, 1196, 7, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '10500.00', '1500.00', '900.00', 'P001209', 'Oil Seal Korea', '70.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 (962, 524, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (963, 525, 633, 1, '2497.60', '2497.60', '0', '0.00', 0, '0.00', '2497.60', '2497.60', '1512.00', 'P0000633', 'ပန်ကာကြိုး AX ချိန်း Thailand', 'AX.28', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (964, 525, 1464, 5, '2625.00', '2625.00', '0', '0.00', 0, '0.00', '13125.00', '2625.00', '1050.00', 'P001476', 'ပန်ကာကြိုး FMပြောင် China', 'fm.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 (965, 526, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (966, 527, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (967, 528, 1432, 1, '3500.00', '3500.00', '0', '0.00', 0, '0.00', '3500.00', '3500.00', '2840.00', 'P001447', 'Oil Seal Thailand', '110.140.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 (968, 529, 20, 1, '5000.00', '5000.00', '0', '0.00', 0, '0.00', '5000.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 (969, 530, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo Etop', 'Wife');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (970, 531, 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 (971, 532, 2, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.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 (972, 532, 6, 2, '7500.00', '7500.00', '0', '0.00', 0, '0.00', '15000.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 (973, 532, 484, 2, '3880.00', '3880.00', '0', '0.00', 0, '0.00', '7760.00', '3880.00', '3395.00', 'P0000484', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.97', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (974, 532, 490, 3, '4160.00', '4160.00', '0', '0.00', 0, '0.00', '12480.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 (975, 532, 858, 12, '500.00', '500.00', '0', '0.00', 0, '0.00', '6000.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 (976, 532, 859, 7, '500.00', '500.00', '0', '0.00', 0, '0.00', '3500.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 (977, 532, 1477, 2, '7500.00', '7500.00', '0', '0.00', 0, '0.00', '15000.00', '7500.00', '1575.00', 'P001489', 'Timing ဘက်ကြိုး', 's5m.390×8mm', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (978, 533, 3, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.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 (979, 533, 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 (980, 533, 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 (981, 533, 1044, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.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 (982, 533, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (983, 534, 1454, 15000, '1.00', '1.00', '0', '0.00', 0, '0.00', '15000.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 (984, 534, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (985, 535, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (986, 535, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (987, 536, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (988, 537, 28, 1, '3500.00', '3500.00', '0', '0.00', 0, '0.00', '3500.00', '3500.00', '3500.00', 'P000028', 'အမဲဆီ', 'Dynamo 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 (989, 537, 235, 1, '1254.00', '1254.00', '0', '0.00', 0, '0.00', '1254.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 (990, 537, 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 (991, 537, 1445, 1, '106000.00', '106000.00', '0', '0.00', 0, '0.00', '106000.00', '106000.00', '99800.00', 'P001461', 'အမဲဆီ', 'Trane 18kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (992, 538, 262, 2, '1848.00', '1848.00', '0', '0.00', 0, '0.00', '3696.00', '1848.00', '1596.00', 'P0000262', 'ပန်ကာကြိုး B ပြောင် China', '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 (993, 539, 8, 1, '15000.00', '15000.00', '0', '0.00', 0, '0.00', '15000.00', '15000.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 (994, 539, 587, 2, '18700.00', '18700.00', '0', '0.00', 0, '0.00', '37400.00', '18700.00', '14080.00', 'P0000588', 'ပန်ကာကြိုး C ပြောင် Thailand', 'C.220', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (995, 539, 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 (996, 539, 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 (997, 539, 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 (998, 539, 1190, 2, '1250.00', '1250.00', '0', '0.00', 0, '0.00', '2500.00', '1250.00', '650.00', 'P001203', 'Oil Seal Korea', '65.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 (999, 539, 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 (1000, 539, 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 (1001, 540, 607, 2, '2520.00', '2520.00', '0', '0.00', 0, '0.00', '5040.00', '2520.00', '1440.00', 'P000607', 'ပန်ကာကြိုး FM ချိန်း Thailand', 'FMX.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 (1002, 541, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1003, 542, 1457, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (1004, 543, 857, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.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 (1005, 543, 858, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.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 (1006, 543, 996, 5, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '5000.00', '1000.00', '506.00', 'P001003', 'Oil Seal OKTY', '52.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 (1007, 543, 997, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '460.00', 'P001004', 'Oil Seal OKTY', '52.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 (1008, 543, 1167, 3, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '4500.00', '1500.00', '1003.00', 'P001180', 'Oil Seal Korea', '52.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 (1009, 543, 1169, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '600.00', 'P001182', 'Oil Seal Korea', '52.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 (1010, 543, 1370, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.00', '1500.00', '700.00', 'P001385', 'Oil Seal Thailand', '54.73.7.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 (1011, 544, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1012, 545, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo Etop', '09977088875');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1013, 546, 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 (1015, 548, 260, 10, '1804.00', '1804.00', '0', '0.00', 0, '0.00', '18040.00', '1804.00', '1558.00', 'P0000260', 'ပန်ကာကြိုး B ပြောင် China', '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 (1016, 549, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1017, 550, 7, 2, '7500.00', '7500.00', '0', '0.00', 0, '0.00', '15000.00', '7500.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 (1018, 550, 8, 1, '15000.00', '15000.00', '0', '0.00', 0, '0.00', '15000.00', '15000.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 (1019, 550, 871, 2, '100.00', '100.00', '0', '0.00', 0, '0.00', '200.00', '100.00', '600.00', 'P000877', 'Oil Seal I/STO', '70.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 (1020, 551, 441, 5, '2160.00', '2160.00', '0', '0.00', 0, '0.00', '10800.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 (1021, 551, 462, 5, '3000.00', '3000.00', '0', '0.00', 0, '0.00', '15000.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 (1022, 551, 508, 6, '5200.00', '5200.00', '0', '0.00', 0, '0.00', '31200.00', '5200.00', '4550.00', 'P000508', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.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 (1023, 551, 516, 6, '5760.00', '5760.00', '0', '0.00', 0, '0.00', '34560.00', '5760.00', '5040.00', 'P0000516', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.144', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1024, 552, 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 (1025, 553, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (1026, 553, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1027, 554, 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 (1028, 555, 475, 10, '3520.00', '3520.00', '0', '0.00', 0, '0.00', '35200.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 (1029, 555, 479, 5, '3680.00', '3680.00', '0', '0.00', 0, '0.00', '18400.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 (1030, 556, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '250265480');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1031, 556, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '795182377');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1032, 557, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '5416661');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1033, 558, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '254386663');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1034, 559, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '765151');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1035, 560, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.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 (1036, 560, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1037, 561, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1038, 562, 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 (1039, 563, 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 (1040, 563, 838, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.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 (1041, 563, 945, 3, '600.00', '600.00', '0', '0.00', 0, '0.00', '1800.00', '600.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 (1042, 563, 1324, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '500.00', 'P001337', 'Oil Seal Thailand', '40.58.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 (1043, 563, 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 (1044, 563, 1515, 2, '500.00', '500.00', '0', '0.00', 0, '0.00', '1000.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 (1045, 564, 1200, 6, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '9000.00', '1500.00', '800.00', 'P001213', 'Oil Seal Korea', '75.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 (1046, 564, 1211, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.00', '1500.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 (1047, 565, 826, 4, '500.00', '500.00', '0', '0.00', 0, '0.00', '2000.00', '500.00', '190.00', 'P000829', 'Oil Seal I/STO', '30.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 (1048, 565, 930, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '506.00', 'P000937', 'Oil Seal OKTY', '30.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 (1049, 566, 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 (1050, 566, 11, 1, '17000.00', '17000.00', '0', '0.00', 0, '0.00', '17000.00', '17000.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 (1051, 566, 33, 1, '3000.00', '3000.00', '0', '0.00', 0, '0.00', '3000.00', '3000.00', '3500.00', 'P000033', 'အမဲဆီ', 'Tip top 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 (1052, 566, 37, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.00', '4000.00', '3150.00', 'P000037', 'အမဲဆီ', 'Ptt EP 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 (1053, 566, 1153, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '450.00', 'P001166', 'Oil Seal Korea', '42.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 (1054, 566, 1454, 15000, '1.00', '1.00', '0', '0.00', 0, '0.00', '15000.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 (1055, 567, 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 (1056, 568, 58, 12, '800.00', '800.00', '0', '0.00', 0, '0.00', '9600.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 (1057, 568, 66, 12, '799.92', '799.92', '0', '0.00', 0, '0.00', '9599.04', '799.92', '462.00', 'P000066', 'ပန်ကာကြိုး A ပြောင် China', 'A.33', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1058, 569, 369, 2, '10998.75', '10998.75', '0', '0.00', 0, '0.00', '21997.50', '10998.75', '7000.00', 'P0000369', 'ပန်ကာကြိုး C ပြောင် China', 'C.175', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1059, 569, 579, 2, '14875.00', '14875.00', '0', '0.00', 0, '0.00', '29750.00', '14875.00', '11200.00', 'P0000580', 'ပန်ကာကြိုး C ပြောင် Thailand', 'C.175', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1060, 570, 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 (1061, 570, 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 (1062, 571, 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 (1063, 571, 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 (1064, 571, 479, 5, '3680.00', '3680.00', '0', '0.00', 0, '0.00', '18400.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 (1065, 572, 230, 4, '1144.00', '1144.00', '0', '0.00', 0, '0.00', '4576.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 (1066, 572, 924, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.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 (1067, 573, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (1068, 574, 155, 2, '999.81', '999.81', '0', '0.00', 0, '0.00', '1999.62', '999.81', '378.00', 'P0000155', 'ပန်ကာကြိုး FMပြောင် China', 'FM.27', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1069, 574, 156, 2, '999.88', '999.88', '0', '0.00', 0, '0.00', '1999.76', '999.88', '392.00', 'P0000156', 'ပန်ကာကြိုး FMပြောင် China', 'FM.28', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1070, 574, 157, 1, '997.60', '997.60', '0', '0.00', 0, '0.00', '997.60', '997.60', '406.00', 'P0000157', 'ပန်ကာကြိုး FMပြောင် China', 'FM.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 (1071, 574, 158, 1, '1020.00', '1020.00', '0', '0.00', 0, '0.00', '1020.00', '1020.00', '420.00', 'P0000158', 'ပန်ကာကြိုး FMပြောင် China', 'FM.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 (1072, 574, 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 (1073, 575, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1074, 576, 1454, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '514/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 (1075, 577, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1076, 578, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1077, 579, 1455, 25000, '1.00', '1.00', '0', '0.00', 0, '0.00', '25000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1078, 580, 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 (1079, 581, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1080, 581, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1081, 582, 807, 20, '300.00', '300.00', '0', '0.00', 0, '0.00', '6000.00', '300.00', '120.00', 'P000808', 'Oil Seal I/STO', '16.30.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 (1082, 582, 814, 100, '500.00', '500.00', '0', '0.00', 0, '0.00', '50000.00', '500.00', '100.00', 'P000816', 'Oil Seal I/STO', '22.40.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 (1083, 582, 950, 30, '500.00', '500.00', '0', '0.00', 0, '0.00', '15000.00', '500.00', '341.00', 'P000957', 'Oil Seal OKTY', '38.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 (1084, 583, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1085, 584, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1086, 585, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (1087, 585, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo 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 (1088, 586, 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 (1089, 586, 5, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.00', '4000.00', '3650.00', 'P000005', 'အမဲဆီ', 'Trane 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 (1090, 586, 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 (1091, 587, 584, 2, '17000.00', '17000.00', '0', '0.00', 0, '0.00', '34000.00', '17000.00', '12800.00', 'P0000585', 'ပန်ကာကြိုး C ပြောင် Thailand', 'C.200', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1092, 588, 986, 8, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '8000.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 (1093, 588, 1023, 6, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '9000.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 (1094, 589, 460, 9, '2920.00', '2920.00', '0', '0.00', 0, '0.00', '26280.00', '2920.00', '2555.00', 'P0000460', 'ပန်ကာကြိုး B ပြောင် Thailand', '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 (1095, 589, 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 (1096, 589, 472, 3, '3400.00', '3400.00', '0', '0.00', 0, '0.00', '10200.00', '3400.00', '2975.00', 'P0000472', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.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 (1097, 589, 570, 3, '11475.00', '11475.00', '0', '0.00', 0, '0.00', '34425.00', '11475.00', '8640.00', 'P0000570', 'ပန်ကာကြိုး C ပြောင် Thailand', 'C.135', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1098, 590, 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 (1099, 590, 1446, 1, '11000.00', '11000.00', '0', '0.00', 0, '0.00', '11000.00', '11000.00', '10600.00', 'P001462', 'ဂီယာဝိုင်', '999/250/sp 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 (1100, 590, 1454, 12000, '1.00', '1.00', '0', '0.00', 0, '0.00', '12000.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 (1101, 590, 1455, 15000, '1.00', '1.00', '0', '0.00', 0, '0.00', '15000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1102, 590, 1457, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (1103, 591, 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 (1104, 592, 411, 1, '1040.00', '1040.00', '0', '0.00', 0, '0.00', '1040.00', '1040.00', '910.00', 'P0000411', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.26', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1105, 593, 153, 1, '425.00', '425.00', '0', '0.00', 0, '0.00', '425.00', '425.00', '350.00', 'P0000153', 'ပန်ကာကြိုး FMပြောင် China', 'FM.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 (1106, 593, 154, 1, '442.00', '442.00', '0', '0.00', 0, '0.00', '442.00', '442.00', '364.00', 'P0000154', 'ပန်ကာကြိုး FMပြောင် China', 'FM.26', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1107, 593, 173, 1, '765.00', '765.00', '0', '0.00', 0, '0.00', '765.00', '765.00', '630.00', 'P0000173', 'ပန်ကာကြိုး FMပြောင် China', 'FM.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 (1108, 593, 174, 1, '782.00', '782.00', '0', '0.00', 0, '0.00', '782.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 (1109, 593, 262, 2, '1848.00', '1848.00', '0', '0.00', 0, '0.00', '3696.00', '1848.00', '1596.00', 'P0000262', 'ပန်ကာကြိုး B ပြောင် China', '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 (1110, 593, 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 (1111, 593, 293, 1, '2530.00', '2530.00', '0', '0.00', 0, '0.00', '2530.00', '2530.00', '2185.00', 'P0000293', 'ပန်ကာကြိုး B ပြောင် China', 'B.115', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1112, 594, 1457, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (1113, 595, 1454, 6000, '1.00', '1.00', '0', '0.00', 0, '0.00', '6000.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 (1114, 596, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '42/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 (1115, 597, 1457, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (1116, 598, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1117, 598, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo Etop', '096517');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1118, 599, 1270, 8, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '8000.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 (1119, 599, 1281, 8, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '8000.00', '1000.00', '408.00', 'P001294', 'Oil Seal Thailand', '28.41.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 (1120, 600, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.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 (1121, 601, 360, 4, '8775.00', '8775.00', '0', '0.00', 0, '0.00', '35100.00', '8775.00', '5400.00', 'P0000360', 'ပန်ကာကြိုး C ပြောင် China', 'C.135', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1122, 601, 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 (1123, 602, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1124, 603, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '78515');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1125, 604, 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 (1126, 604, 487, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.00', '4000.00', '3500.00', 'P0000487', 'ပန်ကာကြိုး B ပြောင် Thailand', '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 (1127, 604, 859, 6, '500.00', '500.00', '0', '0.00', 0, '0.00', '3000.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 (1128, 604, 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 (1129, 605, 441, 1, '2160.00', '2160.00', '0', '0.00', 0, '0.00', '2160.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 (1130, 605, 490, 1, '4160.00', '4160.00', '0', '0.00', 0, '0.00', '4160.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 (1131, 605, 763, 2, '7800.00', '7800.00', '0', '0.00', 0, '0.00', '15600.00', '7800.00', '7020.00', 'P000764', 'ပန်ကာကြိုး CX ချိန်း Thailand', 'CX.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 (1132, 605, 766, 2, '8850.00', '8850.00', '0', '0.00', 0, '0.00', '17700.00', '8850.00', '7965.00', 'P000767', 'ပန်ကာကြိုး CX ချိန်း Thailand', 'CX.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 (1133, 606, 1209, 10, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '15000.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 (1134, 606, 1428, 2, '2500.00', '2500.00', '0', '0.00', 0, '0.00', '5000.00', '2500.00', '1998.00', 'P001443', 'Oil Seal Thailand', '100.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 (1135, 607, 1065, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.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 (1136, 608, 147, 1, '1003.20', '1003.20', '0', '0.00', 0, '0.00', '1003.20', '1003.20', '266.00', 'P0000147', 'ပန်ကာကြိုး FMပြောင် China', 'FM.19', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1137, 609, 467, 2, '3200.00', '3200.00', '0', '0.00', 0, '0.00', '6400.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 (1138, 609, 473, 4, '3440.00', '3440.00', '0', '0.00', 0, '0.00', '13760.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 (1139, 610, 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 (1140, 611, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1141, 612, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1142, 612, 1457, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (1143, 613, 83, 5, '850.00', '850.00', '0', '0.00', 0, '0.00', '4250.00', '850.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 (1144, 613, 428, 5, '1419.00', '1419.00', '0', '0.00', 0, '0.00', '7095.00', '1419.00', '1505.00', 'P0000428', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.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 (1145, 614, 853, 1, '500.00', '500.00', '0', '0.00', 0, '0.00', '500.00', '500.00', '300.00', 'P000856', 'Oil Seal I/STO', '50.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 (1146, 615, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '425151');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1147, 616, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1148, 617, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '6666200');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1149, 618, 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 (1150, 618, 3, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.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 (1151, 618, 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 (1152, 618, 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 (1153, 618, 244, 4, '1452.00', '1452.00', '0', '0.00', 0, '0.00', '5808.00', '1452.00', '1254.00', 'P0000244', 'ပန်ကာကြိုး B ပြောင် China', '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 (1154, 618, 959, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '430.00', 'P000966', 'Oil Seal OKTY', '40.65.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 (1155, 618, 1365, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '700.00', 'P001380', 'Oil Seal Thailand', '52.65.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 (1156, 618, 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 (1157, 618, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1158, 618, 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 (1159, 619, 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 (1160, 619, 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 (1161, 620, 283, 4, '2310.00', '2310.00', '0', '0.00', 0, '0.00', '9240.00', '2310.00', '1995.00', 'P0000283', 'ပန်ကာကြိုး B ပြောင် China', 'B.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 (1162, 620, 288, 4, '2420.00', '2420.00', '0', '0.00', 0, '0.00', '9680.00', '2420.00', '2090.00', 'P0000288', 'ပန်ကာကြိုး B ပြောင် China', 'B.110', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1163, 620, 293, 3, '2530.00', '2530.00', '0', '0.00', 0, '0.00', '7590.00', '2530.00', '2185.00', 'P0000293', 'ပန်ကာကြိုး B ပြောင် China', 'B.115', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1164, 620, 295, 2, '2596.00', '2596.00', '0', '0.00', 0, '0.00', '5192.00', '2596.00', '2242.00', 'P0000295', 'ပန်ကာကြိုး B ပြောင် China', '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 (1165, 620, 482, 3, '3800.00', '3800.00', '0', '0.00', 0, '0.00', '11400.00', '3800.00', '3325.00', 'P0000482', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.95', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1166, 621, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '58222');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1167, 622, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1168, 623, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '514');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1169, 624, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (1170, 624, 1457, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (1171, 625, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1172, 626, 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 (1173, 626, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo 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 (1174, 627, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1175, 628, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1176, 629, 1457, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel Etop', '685650273');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1177, 630, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1178, 630, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo Etop', 'Wife');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1179, 631, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1180, 632, 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 (1181, 632, 9, 1, '37000.00', '37000.00', '0', '0.00', 0, '0.00', '37000.00', '37000.00', '35000.00', 'P000009', 'အမဲဆီ', 'Trane 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 (1182, 632, 727, 2, '5525.00', '5525.00', '0', '0.00', 0, '0.00', '11050.00', '5525.00', '4875.00', 'P000728', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.65', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1183, 632, 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 (1184, 632, 858, 1, '500.00', '500.00', '0', '0.00', 0, '0.00', '500.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 (1185, 632, 1044, 12, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '18000.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 (1186, 632, 1406, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.00', '1500.00', '1200.00', 'P001421', 'Oil Seal Thailand', '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 (1187, 632, 1414, 1, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '2000.00', '2000.00', '1200.00', 'P001429', 'Oil Seal Thailand', '80.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 (1188, 632, 1445, 1, '106000.00', '106000.00', '0', '0.00', 0, '0.00', '106000.00', '106000.00', '99800.00', 'P001461', 'အမဲဆီ', 'Trane 18kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1189, 632, 1454, 18000, '1.00', '1.00', '0', '0.00', 0, '0.00', '18000.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 (1190, 633, 31, 1, '11000.00', '11000.00', '0', '0.00', 0, '0.00', '11000.00', '11000.00', '10200.00', 'P000031', 'ဂီယာဝိုင်', '999 /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 (1191, 633, 1446, 1, '11000.00', '11000.00', '0', '0.00', 0, '0.00', '11000.00', '11000.00', '10600.00', 'P001462', 'ဂီယာဝိုင်', '999/250/sp 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 (1192, 634, 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 (1193, 634, 43, 3, '5000.00', '5000.00', '0', '0.00', 0, '0.00', '15000.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 (1194, 634, 56, 1, '999.12', '999.12', '0', '0.00', 0, '0.00', '999.12', '999.12', '322.00', 'P000056', 'ပန်ကာကြိုး A ပြောင် China', 'A.23', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1195, 634, 858, 4, '500.00', '500.00', '0', '0.00', 0, '0.00', '2000.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 (1196, 634, 859, 9, '500.00', '500.00', '0', '0.00', 0, '0.00', '4500.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 (1197, 634, 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 (1198, 634, 1349, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.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 (1199, 635, 188, 5, '1475.00', '1475.00', '0', '0.00', 0, '0.00', '7375.00', '1475.00', '826.00', 'P0000188', 'ပန်ကာကြိုး FMပြောင် China', 'FM.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 (1200, 636, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1201, 637, 554, 1, '8500.00', '8500.00', '0', '0.00', 0, '0.00', '8500.00', '8500.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 (1202, 637, 876, 4, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '6000.00', '1500.00', '800.00', 'P000882', 'Oil Seal I/STO', '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 (1203, 637, 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 (1204, 638, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1205, 639, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '426222285');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1206, 639, 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 (1207, 640, 432, 1, '1800.00', '1800.00', '0', '0.00', 0, '0.00', '1800.00', '1800.00', '1575.00', 'P0000430', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.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 (1208, 641, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1209, 641, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '781019567');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1210, 642, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '425151');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1211, 643, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo Etop', '09973236054/\r\n09965127802');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1212, 644, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1213, 645, 446, 5, '2360.00', '2360.00', '0', '0.00', 0, '0.00', '11800.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 (1214, 645, 487, 10, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '40000.00', '4000.00', '3500.00', 'P0000487', 'ပန်ကာကြိုး B ပြောင် Thailand', '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 (1215, 646, 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 (1216, 646, 1035, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.00', '990.00', 'P001042', 'Oil Seal OKTY', '70.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 (1217, 646, 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 (1218, 647, 710, 2, '4080.00', '4080.00', '0', '0.00', 0, '0.00', '8160.00', '4080.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 (1219, 647, 728, 2, '5610.00', '5610.00', '0', '0.00', 0, '0.00', '11220.00', '5610.00', '4950.00', 'P000729', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.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 (1220, 648, 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 (1221, 648, 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 (1222, 648, 858, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.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 (1223, 648, 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 (1224, 648, 1240, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '300.00', 'P001253', 'Oil Seal Thailand', '19.32.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 (1225, 649, 748, 2, '7310.00', '7310.00', '0', '0.00', 0, '0.00', '14620.00', '7310.00', '6450.00', 'P000749', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.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 (1226, 650, 833, 1, '500.00', '500.00', '0', '0.00', 0, '0.00', '500.00', '500.00', '220.00', 'P000836', 'Oil Seal I/STO', '35.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 (1227, 650, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1228, 651, 248, 1, '1540.00', '1540.00', '0', '0.00', 0, '0.00', '1540.00', '1540.00', '1330.00', 'P0000248', 'ပန်ကာကြိုး B ပြောင် China', 'B.70', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1229, 651, 252, 3, '1628.00', '1628.00', '0', '0.00', 0, '0.00', '4884.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 (1230, 651, 461, 2, '2960.00', '2960.00', '0', '0.00', 0, '0.00', '5920.00', '2960.00', '2590.00', 'P0000461', 'ပန်ကာကြိုး B ပြောင် Thailand', '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 (1231, 651, 736, 1, '6290.00', '6290.00', '0', '0.00', 0, '0.00', '6290.00', '6290.00', '5550.00', 'P000737', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.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 (1233, 653, 1457, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (1234, 654, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '785176011');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1235, 655, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '777728955');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1236, 656, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '770800081');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1237, 657, 8, 2, '16000.00', '16000.00', '0', '0.00', 0, '0.00', '32000.00', '16000.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 (1238, 658, 93, 8, '1020.00', '1020.00', '0', '0.00', 0, '0.00', '8160.00', '1020.00', '840.00', 'P000093', 'ပန်ကာကြိုး A ပြောင် China', 'A.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 (1239, 658, 118, 20, '1445.00', '1445.00', '0', '0.00', 0, '0.00', '28900.00', '1445.00', '1190.00', 'P0000118', 'ပန်ကာကြိုး A ပြောင် China', 'A.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 (1240, 658, 782, 3, '13500.00', '13500.00', '0', '0.00', 0, '0.00', '40500.00', '13500.00', '12150.00', 'P000783', 'ပန်ကာကြိုး CX ချိန်း Thailand', 'CX.90', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1241, 658, 1532, 80, '300.00', '300.00', '0', '0.00', 0, '0.00', '24000.00', '300.00', '187.00', 'P001546', 'Oil Seal I/STO', '16.30.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 (1242, 659, 467, 6, '3200.00', '3200.00', '0', '0.00', 0, '0.00', '19200.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 (1243, 659, 473, 6, '3440.00', '3440.00', '0', '0.00', 0, '0.00', '20640.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 (1244, 660, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '447081362');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1245, 661, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1246, 662, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1247, 663, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '454909010');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1248, 664, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '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 (1249, 665, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '253528884');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1250, 666, 5, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.00', '4000.00', '3650.00', 'P000005', 'အမဲဆီ', 'Trane 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 (1251, 666, 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 (1252, 666, 11, 2, '17500.00', '17500.00', '0', '0.00', 0, '0.00', '35000.00', '17500.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 (1253, 666, 861, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '418.00', 'P000865', 'Oil Seal I/STO', '60.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 (1254, 666, 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 (1255, 666, 1326, 4, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '4000.00', '1000.00', '455.00', 'P001339', 'Oil Seal Thailand', '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 (1256, 666, 1327, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '774.00', 'P001340', 'Oil Seal Thailand', '40.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 (1257, 666, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (1258, 667, 1455, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1259, 668, 31, 2, '11000.00', '11000.00', '0', '0.00', 0, '0.00', '22000.00', '11000.00', '10200.00', 'P000031', 'ဂီယာဝိုင်', '999 /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 (1260, 668, 461, 1, '2960.00', '2960.00', '0', '0.00', 0, '0.00', '2960.00', '2960.00', '2590.00', 'P0000461', 'ပန်ကာကြိုး B ပြောင် Thailand', '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 (1261, 668, 858, 6, '500.00', '500.00', '0', '0.00', 0, '0.00', '3000.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 (1262, 668, 1454, 15000, '1.00', '1.00', '0', '0.00', 0, '0.00', '15000.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 (1263, 669, 4, 1, '72000.00', '72000.00', '0', '0.00', 0, '0.00', '72000.00', '72000.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 (1264, 669, 1042, 6, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '9000.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 (1265, 670, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.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 (1266, 671, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1267, 672, 1536, 10, '22000.00', '22000.00', '0', '0.00', 0, '0.00', '220000.00', '22000.00', '5610.00', 'P001549', 'Timing ဘက်ကြိုး', '8m.680×20mm china', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1268, 673, 1454, 30000, '1.00', '1.00', '0', '0.00', 0, '0.00', '30000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1269, 674, 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 (1270, 675, 1456, 15000, '1.00', '1.00', '0', '0.00', 0, '0.00', '15000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo 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 (1271, 676, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1272, 676, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1273, 677, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1274, 678, 1457, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel Etop', '09685674367');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1275, 679, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo Etop', '09975127802/\r\n09973236054');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1276, 680, 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 (1277, 681, 1447, 6, '9000.00', '9000.00', '0', '0.00', 0, '0.00', '54000.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 (1278, 682, 3, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.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 (1279, 682, 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 (1280, 682, 61, 1, '964.17', '964.17', '0', '0.00', 0, '0.00', '964.17', '964.17', '378.00', 'P000061', 'ပန်ကာကြိုး A ပြောင် China', 'A.28', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1281, 682, 237, 1, '1199.47', '1199.47', '0', '0.00', 0, '0.00', '1199.47', '1199.47', '1121.00', 'P0000237', 'ပန်ကာကြိုး B ပြောင် China', '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 (1282, 682, 853, 2, '500.00', '500.00', '0', '0.00', 0, '0.00', '1000.00', '500.00', '300.00', 'P000856', 'Oil Seal I/STO', '50.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 (1283, 682, 859, 5, '500.00', '500.00', '0', '0.00', 0, '0.00', '2500.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 (1284, 682, 1093, 1, '5000.00', '5000.00', '0', '0.00', 0, '0.00', '5000.00', '5000.00', '2277.00', 'P001105', 'Oil Seal OKTY', '130.170.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 (1285, 682, 1123, 1, '500.00', '500.00', '0', '0.00', 0, '0.00', '500.00', '500.00', '180.00', 'P001135', 'Oil Seal Korea', '22.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 (1286, 682, 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 (1287, 682, 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 (1288, 682, 1454, 9000, '1.00', '1.00', '0', '0.00', 0, '0.00', '9000.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 (1289, 682, 1500, 1, '13000.00', '13000.00', '0', '0.00', 0, '0.00', '13000.00', '13000.00', '4500.00', 'P001513', 'Timing ဘက်ကြိုး', 's5m.390×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 (1290, 683, 58, 12, '800.00', '800.00', '0', '0.00', 0, '0.00', '9600.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 (1291, 684, 656, 3, '3666.90', '3666.90', '0', '0.00', 0, '0.00', '11000.70', '3666.90', '2754.00', 'P0000656', 'ပန်ကာကြိုး AX ချိန်း Thailand', 'AX.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 (1292, 685, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '445127802/6.1.20');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1293, 686, 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 (1294, 686, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (1295, 686, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1296, 687, 1065, 3, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '4500.00', '1500.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 (1297, 688, 1195, 3, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '4500.00', '1500.00', '880.00', 'P001208', 'Oil Seal Korea', '70.95.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 (1298, 688, 1211, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.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 (1299, 689, 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 (1300, 689, 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 (1301, 690, 475, 5, '3520.00', '3520.00', '0', '0.00', 0, '0.00', '17600.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 (1302, 690, 510, 5, '5360.00', '5360.00', '0', '0.00', 0, '0.00', '26800.00', '5360.00', '4690.00', 'P0000510', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.134', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1303, 690, 704, 2, '3570.00', '3570.00', '0', '0.00', 0, '0.00', '7140.00', '3570.00', '3150.00', 'P000705', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.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 (1304, 690, 710, 2, '4080.00', '4080.00', '0', '0.00', 0, '0.00', '8160.00', '4080.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 (1305, 690, 730, 5, '5780.00', '5780.00', '0', '0.00', 0, '0.00', '28900.00', '5780.00', '5100.00', 'P000731', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.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 (1306, 691, 718, 4, '4760.00', '4760.00', '0', '0.00', 0, '0.00', '19040.00', '4760.00', '4200.00', 'P000719', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.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 (1307, 691, 728, 1, '5610.00', '5610.00', '0', '0.00', 0, '0.00', '5610.00', '5610.00', '4950.00', 'P000729', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.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 (1308, 691, 731, 1, '5865.00', '5865.00', '0', '0.00', 0, '0.00', '5865.00', '5865.00', '5175.00', 'P000732', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.69', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1309, 692, 467, 8, '3200.00', '3200.00', '0', '0.00', 0, '0.00', '25600.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 (1310, 692, 473, 10, '3440.00', '3440.00', '0', '0.00', 0, '0.00', '34400.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 (1311, 692, 475, 10, '3520.00', '3520.00', '0', '0.00', 0, '0.00', '35200.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 (1312, 692, 477, 11, '3600.00', '3600.00', '0', '0.00', 0, '0.00', '39600.00', '3600.00', '3150.00', 'P0000477', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.90', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1313, 692, 479, 14, '3680.00', '3680.00', '0', '0.00', 0, '0.00', '51520.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 (1314, 693, 750, 5, '7744.00', '7744.00', '0', '0.00', 0, '0.00', '38720.00', '7744.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 (1315, 694, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1316, 695, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo Etop', 'Wife');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1317, 696, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1318, 697, 857, 2, '500.00', '500.00', '0', '0.00', 0, '0.00', '1000.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 (1319, 698, 153, 5, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '5000.00', '1000.00', '350.00', 'P0000153', 'ပန်ကာကြိုး FMပြောင် China', 'FM.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 (1320, 698, 154, 5, '999.96', '999.96', '0', '0.00', 0, '0.00', '4999.80', '999.96', '364.00', 'P0000154', 'ပန်ကာကြိုး FMပြောင် China', 'FM.26', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1321, 699, 705, 2, '3655.00', '3655.00', '0', '0.00', 0, '0.00', '7310.00', '3655.00', '3225.00', 'P000706', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.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 (1322, 699, 1347, 6, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '6000.00', '1000.00', '657.00', 'P001360', 'Oil Seal Thailand', '45.65.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 (1323, 700, 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 (1324, 700, 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 (1325, 700, 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 (1326, 700, 851, 5, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '5000.00', '1000.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 (1327, 700, 858, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.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 (1328, 700, 1023, 3, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '4500.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 (1329, 700, 1313, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '600.00', 'P001326', 'Oil Seal Thailand', '35.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 (1330, 700, 1454, 18000, '1.00', '1.00', '0', '0.00', 0, '0.00', '18000.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 (1331, 701, 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 (1332, 701, 1047, 3, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '4500.00', '1500.00', '830.00', 'P001054', 'Oil Seal OKTY', '80.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 (1333, 701, 1058, 2, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '4000.00', '2000.00', '1210.00', 'P001070', 'Oil Seal OKTY', '95.125.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 (1334, 701, 1196, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.00', '1500.00', '900.00', 'P001209', 'Oil Seal Korea', '70.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 (1335, 702, 984, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '462.00', 'P000991', 'Oil Seal OKTY', '50.68.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 (1336, 703, 570, 4, '10800.00', '10800.00', '0', '0.00', 0, '0.00', '43200.00', '10800.00', '8640.00', 'P0000570', 'ပန်ကာကြိုး C ပြောင် Thailand', 'C.135', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1337, 704, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1338, 705, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '5176011');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1339, 706, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', 'Kanna');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1340, 707, 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 (1341, 708, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo Etop', '0996517');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1342, 709, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '58222');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1343, 710, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1344, 710, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1345, 711, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo 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 (1346, 712, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '426222285');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1347, 713, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1348, 714, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1349, 715, 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 (1350, 716, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '425151');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1351, 717, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '421');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1352, 718, 1454, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '89/425151');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1353, 719, 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 (1354, 720, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1355, 720, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1356, 721, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '790937326/\r\n773443200');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1357, 722, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1358, 723, 5, 2, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '8000.00', '4000.00', '3650.00', 'P000005', 'အမဲဆီ', 'Trane 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 (1359, 723, 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 (1360, 723, 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 (1361, 723, 270, 1, '2024.00', '2024.00', '0', '0.00', 0, '0.00', '2024.00', '2024.00', '1748.00', 'P0000270', 'ပန်ကာကြိုး B ပြောင် China', '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 (1362, 723, 461, 2, '2960.00', '2960.00', '0', '0.00', 0, '0.00', '5920.00', '2960.00', '2590.00', 'P0000461', 'ပန်ကာကြိုး B ပြောင် Thailand', '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 (1363, 723, 726, 2, '5440.00', '5440.00', '0', '0.00', 0, '0.00', '10880.00', '5440.00', '4800.00', 'P000727', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.64', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1364, 723, 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 (1365, 723, 1155, 12, '900.00', '900.00', '0', '0.00', 0, '0.00', '10800.00', '900.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 (1366, 724, 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 (1367, 725, 472, 8, '3400.00', '3400.00', '0', '0.00', 0, '0.00', '27200.00', '3400.00', '2975.00', 'P0000472', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.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 (1368, 726, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1369, 727, 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 (1370, 727, 752, 4, '7650.00', '7650.00', '0', '0.00', 0, '0.00', '30600.00', '7650.00', '6750.00', 'P000753', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.90', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1371, 728, 1455, 30000, '1.00', '1.00', '0', '0.00', 0, '0.00', '30000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1372, 729, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.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 (1373, 730, 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 (1374, 730, 838, 3, '500.00', '500.00', '0', '0.00', 0, '0.00', '1500.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 (1375, 730, 847, 1, '500.00', '500.00', '0', '0.00', 0, '0.00', '500.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 (1376, 730, 872, 20, '750.00', '750.00', '0', '0.00', 0, '0.00', '15000.00', '750.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 (1377, 730, 1069, 10, '3000.00', '3000.00', '0', '0.00', 0, '0.00', '30000.00', '3000.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 (1378, 730, 1147, 3, '1333.00', '1333.00', '0', '0.00', 0, '0.00', '3999.00', '1333.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 (1379, 730, 1155, 15, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '15000.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 (1380, 730, 1436, 4, '3000.00', '3000.00', '0', '0.00', 0, '0.00', '12000.00', '3000.00', '2841.00', 'P001451', 'Oil Seal Thailand', '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 (1381, 730, 1454, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.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 (1382, 731, 1537, 3, '2970.00', '2970.00', '0', '0.00', 0, '0.00', '8910.00', '2970.00', '2484.00', 'P001550', 'ပန်ကာကြိုး 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 (1383, 731, 1538, 2, '5720.00', '5720.00', '0', '0.00', 0, '0.00', '11440.00', '5720.00', '4784.00', 'P001551', 'ပန်ကာကြိုး 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 (1384, 732, 459, 3, '2880.00', '2880.00', '0', '0.00', 0, '0.00', '8640.00', '2880.00', '2520.00', 'P0000459', 'ပန်ကာကြိုး B ပြောင် Thailand', '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 (1385, 733, 3, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.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 (1386, 733, 859, 7, '500.00', '500.00', '0', '0.00', 0, '0.00', '3500.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 (1387, 733, 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 (1388, 733, 1454, 8000, '1.00', '1.00', '0', '0.00', 0, '0.00', '8000.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 (1389, 733, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1390, 734, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1391, 735, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (1393, 737, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1394, 738, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '7950');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1395, 739, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1396, 740, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '268883068');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1397, 741, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1398, 741, 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 (1399, 742, 1457, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel Etop', '09697213241');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1400, 743, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '420064551');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1401, 743, 1457, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel Etop', '697745788');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1402, 744, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '602');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1403, 744, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo Etop', '09956030818');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1404, 744, 1457, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (1405, 745, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo 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 (1406, 746, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1407, 747, 63, 3, '999.90', '999.90', '0', '0.00', 0, '0.00', '2999.70', '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 (1408, 747, 295, 3, '2596.00', '2596.00', '0', '0.00', 0, '0.00', '7788.00', '2596.00', '2242.00', 'P0000295', 'ပန်ကာကြိုး B ပြောင် China', '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 (1409, 748, 58, 6, '400.00', '400.00', '0', '0.00', 0, '0.00', '2400.00', '400.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 (1410, 748, 59, 9, '416.00', '416.00', '0', '0.00', 0, '0.00', '3744.00', '416.00', '364.00', 'P000059', 'ပန်ကာကြိုး A ပြောင် China', 'A.26', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1411, 748, 60, 9, '432.00', '432.00', '0', '0.00', 0, '0.00', '3888.00', '432.00', '378.00', 'P000060', 'ပန်ကာကြိုး A ပြောင် China', 'A.27', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1412, 748, 210, 7, '660.00', '660.00', '0', '0.00', 0, '0.00', '4620.00', '660.00', '627.00', 'P0000210', 'ပန်ကာကြိုး B ပြောင် China', 'B.33', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1413, 748, 220, 2, '860.00', '860.00', '0', '0.00', 0, '0.00', '1720.00', '860.00', '731.00', 'P0000220', 'ပန်ကာကြိုး B ပြောင် China', 'B.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 (1414, 749, 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 (1415, 749, 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 (1416, 749, 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 (1417, 750, 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 (1418, 750, 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 (1419, 750, 60, 1, '999.81', '999.81', '0', '0.00', 0, '0.00', '999.81', '999.81', '378.00', 'P000060', 'ပန်ကာကြိုး A ပြောင် China', 'A.27', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1420, 750, 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 (1421, 750, 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 (1422, 750, 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 (1423, 750, 859, 1, '500.00', '500.00', '0', '0.00', 0, '0.00', '500.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 (1424, 750, 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 (1425, 750, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1426, 751, 1031, 3, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '4500.00', '1500.00', '737.00', 'P001038', 'Oil Seal OKTY', '70.95.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 (1427, 751, 1211, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.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 (1428, 751, 1432, 1, '3500.00', '3500.00', '0', '0.00', 0, '0.00', '3500.00', '3500.00', '2840.00', 'P001447', 'Oil Seal Thailand', '110.140.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 (1429, 752, 988, 11, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '11000.00', '1000.00', '572.00', 'P000995', 'Oil Seal OKTY', '50.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 (1430, 752, 1039, 3, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '4500.00', '1500.00', '737.00', 'P001046', 'Oil Seal OKTY', '75.95.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 (1431, 753, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '420');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1432, 754, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '514');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1433, 755, 1139, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '385.00', 'P001152', 'Oil Seal Korea', '35.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 (1434, 755, 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 (1435, 756, 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 (1436, 756, 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 (1437, 757, 453, 20, '2178.00', '2178.00', '0', '0.00', 0, '0.00', '43560.00', '2178.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 (1438, 758, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (1439, 758, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1440, 759, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '263727365');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1441, 760, 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 (1442, 760, 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 (1443, 761, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '5156654');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1444, 761, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '785156654');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1445, 762, 5, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.00', '4000.00', '3650.00', 'P000005', 'အမဲဆီ', 'Trane 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 (1446, 762, 1454, 8000, '1.00', '1.00', '0', '0.00', 0, '0.00', '8000.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 (1447, 762, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1448, 762, 1457, 8000, '1.00', '1.00', '0', '0.00', 0, '0.00', '8000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (1449, 763, 58, 12, '800.00', '800.00', '0', '0.00', 0, '0.00', '9600.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 (1450, 763, 66, 12, '799.92', '799.92', '0', '0.00', 0, '0.00', '9599.04', '799.92', '462.00', 'P000066', 'ပန်ကာကြိုး A ပြောင် China', 'A.33', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1451, 764, 567, 5, '11998.98', '11998.98', '0', '0.00', 0, '0.00', '59994.90', '11998.98', '8064.00', 'P0000567', 'ပန်ကာကြိုး C ပြောင် Thailand', 'C.126', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1452, 764, 1520, 5, '1200.00', '1200.00', '0', '0.00', 0, '0.00', '6000.00', '1200.00', '420.00', 'P001534', 'ပန်ကာကြိုး B ပြောင် China', 'B.20', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1453, 765, 31, 2, '11000.00', '11000.00', '0', '0.00', 0, '0.00', '22000.00', '11000.00', '10200.00', 'P000031', 'ဂီယာဝိုင်', '999 /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 (1454, 765, 228, 4, '1100.00', '1100.00', '0', '0.00', 0, '0.00', '4400.00', '1100.00', '950.00', 'P0000228', 'ပန်ကာကြိုး B ပြောင် China', '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 (1455, 765, 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 (1456, 765, 1508, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.00', '1500.00', '1000.00', 'P001522', 'Oil Seal Korea', '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 (1457, 766, 6, 3, '7500.00', '7500.00', '0', '0.00', 0, '0.00', '22500.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 (1458, 767, 853, 1, '750.00', '750.00', '0', '0.00', 0, '0.00', '750.00', '750.00', '300.00', 'P000856', 'Oil Seal I/STO', '50.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 (1459, 767, 1406, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.00', '1500.00', '1200.00', 'P001421', 'Oil Seal Thailand', '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 (1460, 768, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (1461, 769, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1462, 770, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '259');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1463, 771, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '250986074');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1464, 772, 1456, 22000, '1.00', '1.00', '0', '0.00', 0, '0.00', '22000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo Etop', '09958502143/pk\r\n09965156654/pk');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1465, 773, 1457, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel Etop', '09676183235');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1466, 774, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo 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 (1467, 775, 1454, 15000, '1.00', '1.00', '0', '0.00', 0, '0.00', '15000.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 (1468, 775, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '785150286');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1469, 776, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '7950');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1470, 777, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '425151');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1471, 778, 1457, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel Etop', '684879743');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1472, 779, 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 (1473, 779, 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 (1474, 779, 857, 1, '500.00', '500.00', '0', '0.00', 0, '0.00', '500.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 (1475, 779, 958, 6, '666.00', '666.00', '0', '0.00', 0, '0.00', '3996.00', '666.00', '385.00', 'P000965', 'Oil Seal OKTY', '40.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 (1476, 779, 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 (1477, 779, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (1478, 780, 1011, 4, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '4000.00', '1000.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 (1479, 781, 1054, 2, '2500.00', '2500.00', '0', '0.00', 0, '0.00', '5000.00', '2500.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 (1480, 782, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '426666200');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1481, 783, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1482, 784, 853, 2, '500.00', '500.00', '0', '0.00', 0, '0.00', '1000.00', '500.00', '300.00', 'P000856', 'Oil Seal I/STO', '50.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 (1483, 784, 1329, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '751.00', 'P001342', 'Oil Seal Thailand', '40.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 (1484, 784, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1485, 785, 248, 5, '1540.00', '1540.00', '0', '0.00', 0, '0.00', '7700.00', '1540.00', '1330.00', 'P0000248', 'ပန်ကာကြိုး B ပြောင် China', 'B.70', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1486, 785, 266, 2, '1936.00', '1936.00', '0', '0.00', 0, '0.00', '3872.00', '1936.00', '1672.00', 'P0000266', 'ပန်ကာကြိုး B ပြောင် China', '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 (1487, 785, 858, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.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 (1488, 785, 1525, 1, '32500.00', '32500.00', '0', '0.00', 0, '0.00', '32500.00', '32500.00', '29000.00', 'P001539', 'အမဲဆီ', 'BoB အဝါ 10kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1489, 786, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1490, 786, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1491, 787, 455, 2, '2992.00', '2992.00', '0', '0.00', 0, '0.00', '5984.00', '2992.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 (1492, 788, 1457, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (1493, 789, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', 'Shop');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1494, 789, 1455, 6000, '1.00', '1.00', '0', '0.00', 0, '0.00', '6000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', 'Cctv godown');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1495, 790, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1496, 791, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '444694040');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1497, 792, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1498, 793, 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 (1499, 793, 556, 1, '8320.00', '8320.00', '0', '0.00', 0, '0.00', '8320.00', '8320.00', '6656.00', 'P0000556', 'ပန်ကာကြိုး C ပြောင် Thailand', 'C.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 (1500, 793, 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 (1501, 793, 1061, 2, '2500.00', '2500.00', '0', '0.00', 0, '0.00', '5000.00', '2500.00', '1210.00', 'P001073', 'Oil Seal OKTY', '100.125.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 (1502, 794, 1455, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1503, 795, 1131, 5, '600.00', '600.00', '0', '0.00', 0, '0.00', '3000.00', '600.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 (1504, 795, 1309, 20, '600.00', '600.00', '0', '0.00', 0, '0.00', '12000.00', '600.00', '549.00', 'P001322', 'Oil Seal Thailand', '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 (1505, 795, 1506, 10, '600.00', '600.00', '0', '0.00', 0, '0.00', '6000.00', '600.00', '320.00', 'P001520', 'Oil Seal Korea', '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 (1506, 796, 225, 2, '1056.00', '1056.00', '0', '0.00', 0, '0.00', '2112.00', '1056.00', '912.00', 'P0000225', 'ပန်ကာကြိုး B ပြောင် China', '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 (1507, 796, 227, 2, '1078.00', '1078.00', '0', '0.00', 0, '0.00', '2156.00', '1078.00', '931.00', 'P0000227', 'ပန်ကာကြိုး B ပြောင် China', 'B.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 (1508, 797, 467, 20, '3200.00', '3200.00', '0', '0.00', 0, '0.00', '64000.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 (1509, 797, 473, 20, '3440.00', '3440.00', '0', '0.00', 0, '0.00', '68800.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 (1510, 797, 477, 2, '3600.00', '3600.00', '0', '0.00', 0, '0.00', '7200.00', '3600.00', '3150.00', 'P0000477', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.90', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1511, 797, 479, 16, '3680.00', '3680.00', '0', '0.00', 0, '0.00', '58880.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 (1512, 798, 30, 1, '35000.00', '35000.00', '0', '0.00', 0, '0.00', '35000.00', '35000.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 (1513, 798, 555, 4, '8160.00', '8160.00', '0', '0.00', 0, '0.00', '32640.00', '8160.00', '6528.00', 'P0000555', 'ပန်ကာကြိုး C ပြောင် Thailand', 'C.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 (1514, 798, 1111, 4, '12000.00', '12000.00', '0', '0.00', 0, '0.00', '48000.00', '12000.00', '3564.00', 'P001123', 'Oil Seal OKTY', '175.200.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 (1515, 798, 1541, 4, '6000.00', '6000.00', '0', '0.00', 0, '0.00', '24000.00', '6000.00', '4500.00', 'P001554', 'Orine', '380.×6', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1516, 799, 853, 2, '500.00', '500.00', '0', '0.00', 0, '0.00', '1000.00', '500.00', '300.00', 'P000856', 'Oil Seal I/STO', '50.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 (1517, 799, 887, 1, '500.00', '500.00', '0', '0.00', 0, '0.00', '500.00', '500.00', '209.00', 'P000894', 'Oil Seal OKTY', '20.32.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 (1518, 799, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.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 (1519, 799, 1455, 15000, '1.00', '1.00', '0', '0.00', 0, '0.00', '15000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1520, 800, 1052, 5, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '10000.00', '2000.00', '1078.00', 'P001064', 'Oil Seal OKTY', '90.115.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 (1521, 801, 39, 1, '2500.00', '2500.00', '0', '0.00', 0, '0.00', '2500.00', '2500.00', '2250.00', 'P000039', 'အမဲဆီ', 'Ptt cup 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 (1523, 803, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '264156606');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1524, 804, 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 (1525, 736, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1530, 809, 465, 2, '3120.00', '3120.00', '0', '0.00', 0, '0.00', '6240.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 (1531, 809, 466, 2, '3160.00', '3160.00', '0', '0.00', 0, '0.00', '6320.00', '3160.00', '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 (1532, 809, 472, 6, '3400.00', '3400.00', '0', '0.00', 0, '0.00', '20400.00', '3400.00', '2975.00', 'P0000472', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.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 (1533, 809, 477, 18, '3600.00', '3600.00', '0', '0.00', 0, '0.00', '64800.00', '3600.00', '3150.00', 'P0000477', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.90', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1534, 810, 31, 3, '11000.00', '11000.00', '0', '0.00', 0, '0.00', '33000.00', '11000.00', '10200.00', 'P000031', 'ဂီယာဝိုင်', '999 /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 (1535, 810, 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 (1536, 810, 254, 1, '1672.00', '1672.00', '0', '0.00', 0, '0.00', '1672.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 (1537, 810, 280, 1, '2244.00', '2244.00', '0', '0.00', 0, '0.00', '2244.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 (1538, 810, 709, 1, '3995.00', '3995.00', '0', '0.00', 0, '0.00', '3995.00', '3995.00', '3525.00', 'P000710', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.47', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1539, 810, 766, 1, '8850.00', '8850.00', '0', '0.00', 0, '0.00', '8850.00', '8850.00', '7965.00', 'P000767', 'ပန်ကာကြိုး CX ချိန်း Thailand', 'CX.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 (1540, 810, 1117, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '250.00', 'P001129', 'Oil Seal Korea', '17.34.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 (1541, 811, 3, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.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 (1542, 811, 5, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.00', '4000.00', '3650.00', 'P000005', 'အမဲဆီ', 'Trane 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 (1543, 811, 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 (1544, 811, 1000, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.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 (1545, 811, 1333, 9, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '13500.00', '1500.00', '1014.00', 'P001346', 'Oil Seal Thailand', '41.53.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 (1546, 811, 1454, 11000, '1.00', '1.00', '0', '0.00', 0, '0.00', '11000.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 (1547, 812, 3, 6, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '24000.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 (1548, 812, 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 (1549, 812, 858, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.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 (1550, 812, 859, 2, '500.00', '500.00', '0', '0.00', 0, '0.00', '1000.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 (1551, 812, 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 (1552, 812, 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 (1553, 812, 1417, 4, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '6000.00', '1500.00', '1500.00', 'P001432', 'Oil Seal Thailand', '80.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 (1554, 812, 1515, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.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 (1555, 813, 85, 20, '806.00', '806.00', '0', '0.00', 0, '0.00', '16120.00', '806.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 (1556, 814, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (1557, 815, 716, 10, '4590.00', '4590.00', '0', '0.00', 0, '0.00', '45900.00', '4590.00', '4050.00', 'P000717', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.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 (1558, 816, 858, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.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 (1559, 816, 1036, 3, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '4500.00', '1500.00', '913.00', 'P001043', 'Oil Seal OKTY', '72.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 (1560, 817, 1454, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', 'Iphone');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1561, 818, 1456, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.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 (1562, 819, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '253528884');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1563, 820, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1564, 821, 1454, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1565, 822, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.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 (1566, 822, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1567, 823, 16, 2, '3000.00', '3000.00', '0', '0.00', 0, '0.00', '6000.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 (1568, 823, 18, 2, '3000.00', '3000.00', '0', '0.00', 0, '0.00', '6000.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 (1569, 824, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (1570, 824, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo 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 (1571, 825, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo 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 (1572, 826, 1454, 26000, '1.00', '1.00', '0', '0.00', 0, '0.00', '26000.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 (1573, 827, 1455, 40000, '1.00', '1.00', '0', '0.00', 0, '0.00', '40000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1574, 828, 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 (1575, 828, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo 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 (1576, 829, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1577, 829, 1456, 30000, '1.00', '1.00', '0', '0.00', 0, '0.00', '30000.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 (1578, 830, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1579, 831, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1580, 832, 3, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.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 (1581, 832, 450, 1, '2520.00', '2520.00', '0', '0.00', 0, '0.00', '2520.00', '2520.00', '2205.00', 'P0000450', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.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 (1582, 832, 451, 1, '2560.00', '2560.00', '0', '0.00', 0, '0.00', '2560.00', '2560.00', '2240.00', 'P0000451', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.64', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1583, 832, 465, 2, '3120.00', '3120.00', '0', '0.00', 0, '0.00', '6240.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 (1584, 832, 728, 2, '5610.00', '5610.00', '0', '0.00', 0, '0.00', '11220.00', '5610.00', '4950.00', 'P000729', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.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 (1585, 832, 838, 6, '500.00', '500.00', '0', '0.00', 0, '0.00', '3000.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 (1586, 832, 858, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.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 (1587, 832, 972, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '462.00', 'P000979', 'Oil Seal OKTY', '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 (1588, 832, 993, 1, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '2000.00', '2000.00', '730.00', 'P001000', 'Oil Seal OKTY', '50.100.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 (1589, 832, 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 (1590, 832, 1454, 15000, '1.00', '1.00', '0', '0.00', 0, '0.00', '15000.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 (1591, 832, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1592, 833, 561, 10, '8999.20', '8999.20', '0', '0.00', 0, '0.00', '89992.00', '8999.20', '7168.00', 'P0000561', 'ပန်ကာကြိုး C ပြောင် Thailand', 'C.112', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1593, 833, 1472, 1, '5355.00', '5355.00', '0', '0.00', 0, '0.00', '5355.00', '5355.00', '4032.00', 'P001484', 'ပန်ကာကြိုး C ပြောင် Thailand', 'c.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 (1594, 834, 758, 2, '8160.00', '8160.00', '0', '0.00', 0, '0.00', '16320.00', '8160.00', '7200.00', 'P000759', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.96', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1595, 834, 976, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '430.00', 'P000983', 'Oil Seal OKTY', '48.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 (1596, 834, 1359, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '800.00', 'P001373', 'Oil Seal Thailand', '50.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 (1597, 834, 1445, 1, '110000.00', '110000.00', '0', '0.00', 0, '0.00', '110000.00', '110000.00', '99800.00', 'P001461', 'အမဲဆီ', 'Trane 18kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1598, 835, 489, 10, '4120.00', '4120.00', '0', '0.00', 0, '0.00', '41200.00', '4120.00', '3605.00', 'P0000489', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.103', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1599, 835, 1543, 1, '95000.00', '95000.00', '0', '0.00', 0, '0.00', '95000.00', '95000.00', '83000.00', 'P001555', 'အမဲဆီ', 'King အပြာ 18kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1600, 836, 3, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.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 (1601, 836, 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 (1602, 836, 871, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '600.00', 'P000877', 'Oil Seal I/STO', '70.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 (1603, 836, 1034, 3, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '4500.00', '1500.00', '830.00', 'P001041', 'Oil Seal OKTY', '70.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 (1604, 836, 1071, 1, '3000.00', '3000.00', '0', '0.00', 0, '0.00', '3000.00', '3000.00', '1485.00', 'P001083', 'Oil Seal OKTY', '110.140.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 (1605, 836, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1606, 836, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1607, 836, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (1608, 837, 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 (1609, 837, 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 (1610, 837, 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 (1611, 837, 1024, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.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 (1612, 837, 1043, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.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 (1613, 837, 1454, 6000, '1.00', '1.00', '0', '0.00', 0, '0.00', '6000.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 (1614, 837, 1508, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.00', '1000.00', 'P001522', 'Oil Seal Korea', '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 (1615, 838, 260, 3, '1804.00', '1804.00', '0', '0.00', 0, '0.00', '5412.00', '1804.00', '1558.00', 'P0000260', 'ပန်ကာကြိုး B ပြောင် China', '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 (1616, 838, 1163, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '600.00', 'P001176', 'Oil Seal Korea', '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 (1617, 839, 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 (1618, 839, 868, 6, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '6000.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 (1619, 839, 1103, 2, '7500.00', '7500.00', '0', '0.00', 0, '0.00', '15000.00', '7500.00', '2460.00', 'P001115', 'Oil Seal OKTY', '150.180.16', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1620, 839, 1406, 4, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '6000.00', '1500.00', '1200.00', 'P001421', 'Oil Seal Thailand', '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 (1621, 839, 1455, 4000, '1.00', '1.00', '0', '0.00', 0, '0.00', '4000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1622, 840, 58, 24, '800.00', '800.00', '0', '0.00', 0, '0.00', '19200.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 (1623, 841, 6, 2, '7500.00', '7500.00', '0', '0.00', 0, '0.00', '15000.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 (1624, 841, 1447, 1, '9500.00', '9500.00', '0', '0.00', 0, '0.00', '9500.00', '9500.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 (1625, 842, 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 (1626, 842, 858, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.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 (1627, 842, 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 (1628, 842, 871, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '600.00', 'P000877', 'Oil Seal I/STO', '70.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 (1629, 842, 1075, 2, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '8000.00', '4000.00', '1500.00', 'P001087', 'Oil Seal OKTY', '115.145.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 (1630, 842, 1454, 13000, '1.00', '1.00', '0', '0.00', 0, '0.00', '13000.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 (1631, 842, 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 (1632, 843, 245, 2, '1474.00', '1474.00', '0', '0.00', 0, '0.00', '2948.00', '1474.00', '1273.00', 'P0000245', 'ပန်ကာကြိုး B ပြောင် China', '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 (1633, 843, 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 (1634, 843, 260, 2, '1804.00', '1804.00', '0', '0.00', 0, '0.00', '3608.00', '1804.00', '1558.00', 'P0000260', 'ပန်ကာကြိုး B ပြောင် China', '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 (1635, 843, 308, 1, '3036.00', '3036.00', '0', '0.00', 0, '0.00', '3036.00', '3036.00', '2622.00', 'P000308', 'ပန်ကာကြိုး B ပြောင် China', 'B.138', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1636, 843, 520, 2, '6000.00', '6000.00', '0', '0.00', 0, '0.00', '12000.00', '6000.00', '5250.00', 'P0000520', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.150', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1637, 844, 111, 1, '1499.94', '1499.94', '0', '0.00', 0, '0.00', '1499.94', '1499.94', '1092.00', 'P000111', 'ပန်ကာကြိုး A ပြောင် China', 'A.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 (1638, 844, 1359, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '800.00', 'P001373', 'Oil Seal Thailand', '50.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 (1639, 844, 1365, 16, '850.00', '850.00', '0', '0.00', 0, '0.00', '13600.00', '850.00', '700.00', 'P001380', 'Oil Seal Thailand', '52.65.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 (1640, 844, 1455, 42000, '1.00', '1.00', '0', '0.00', 0, '0.00', '42000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1641, 845, 28, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.00', '4000.00', '3500.00', 'P000028', 'အမဲဆီ', 'Dynamo 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 (1642, 845, 301, 1, '2816.00', '2816.00', '0', '0.00', 0, '0.00', '2816.00', '2816.00', '2432.00', 'P000301', 'ပန်ကာကြိုး B ပြောင် China', 'B.128', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1643, 845, 499, 1, '4600.00', '4600.00', '0', '0.00', 0, '0.00', '4600.00', '4600.00', '4025.00', 'P0000499', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.115', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1644, 845, 520, 1, '6000.00', '6000.00', '0', '0.00', 0, '0.00', '6000.00', '6000.00', '5250.00', 'P0000520', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.150', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1645, 845, 858, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.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 (1646, 845, 859, 13, '500.00', '500.00', '0', '0.00', 0, '0.00', '6500.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 (1647, 845, 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 (1648, 845, 976, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '430.00', 'P000983', 'Oil Seal OKTY', '48.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 (1649, 845, 1139, 4, '700.00', '700.00', '0', '0.00', 0, '0.00', '2800.00', '700.00', '385.00', 'P001152', 'Oil Seal Korea', '35.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 (1650, 845, 1454, 8000, '1.00', '1.00', '0', '0.00', 0, '0.00', '8000.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 (1651, 845, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1652, 846, 447, 10, '2400.00', '2400.00', '0', '0.00', 0, '0.00', '24000.00', '2400.00', '2100.00', 'P0000447', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.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 (1653, 846, 457, 10, '2800.00', '2800.00', '0', '0.00', 0, '0.00', '28000.00', '2800.00', '2450.00', 'P0000457', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.70', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1654, 847, 1525, 1, '33000.00', '33000.00', '0', '0.00', 0, '0.00', '33000.00', '33000.00', '29000.00', 'P001539', 'အမဲဆီ', 'BoB အဝါ 10kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1655, 848, 11, 2, '18000.00', '18000.00', '0', '0.00', 0, '0.00', '36000.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 (1656, 848, 31, 1, '11000.00', '11000.00', '0', '0.00', 0, '0.00', '11000.00', '11000.00', '10200.00', 'P000031', 'ဂီယာဝိုင်', '999 /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 (1657, 849, 3, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.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 (1658, 849, 31, 1, '11000.00', '11000.00', '0', '0.00', 0, '0.00', '11000.00', '11000.00', '10200.00', 'P000031', 'ဂီယာဝိုင်', '999 /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 (1659, 849, 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 (1660, 849, 858, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.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 (1661, 849, 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 (1662, 849, 890, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '275.00', 'P000897', 'Oil Seal OKTY', '20.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 (1663, 849, 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 (1664, 849, 1454, 48000, '1.00', '1.00', '0', '0.00', 0, '0.00', '48000.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 (1665, 849, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1666, 849, 1524, 1, '36000.00', '36000.00', '0', '0.00', 0, '0.00', '36000.00', '36000.00', '30000.00', 'P001538', 'အမဲဆီ', 'BoB အပြာ 10kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1667, 850, 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 (1668, 850, 246, 3, '1496.00', '1496.00', '0', '0.00', 0, '0.00', '4488.00', '1496.00', '1292.00', 'P0000246', 'ပန်ကာကြိုး B ပြောင် China', '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 (1669, 850, 858, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.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 (1670, 850, 1071, 2, '2500.00', '2500.00', '0', '0.00', 0, '0.00', '5000.00', '2500.00', '1485.00', 'P001083', 'Oil Seal OKTY', '110.140.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 (1671, 850, 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 (1672, 850, 1512, 1, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '2000.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 (1673, 851, 35, 1, '11000.00', '11000.00', '0', '0.00', 0, '0.00', '11000.00', '11000.00', '10450.00', 'P000035', 'ဂီယာဝိုင်', 'Hero 90 /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 (1674, 851, 39, 1, '2500.00', '2500.00', '0', '0.00', 0, '0.00', '2500.00', '2500.00', '2250.00', 'P000039', 'အမဲဆီ', 'Ptt cup 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 (1675, 851, 838, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.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 (1676, 851, 857, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.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 (1677, 851, 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 (1678, 851, 1302, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.00', '600.00', 'P001315', 'Oil Seal Thailand', '32.53.7 NECT JAPAN', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1679, 852, 475, 1, '3520.00', '3520.00', '0', '0.00', 0, '0.00', '3520.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 (1680, 852, 668, 1, '4480.00', '4480.00', '0', '0.00', 0, '0.00', '4480.00', '4480.00', '3456.00', 'P0000668', 'ပန်ကာကြိုး AX ချိန်း Thailand', 'AX.64', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1681, 853, 1454, 41000, '1.00', '1.00', '0', '0.00', 0, '0.00', '41000.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 (1682, 854, 1455, 35000, '1.00', '1.00', '0', '0.00', 0, '0.00', '35000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1683, 855, 1455, 47000, '1.00', '1.00', '0', '0.00', 0, '0.00', '47000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1684, 856, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (1685, 857, 1456, 25000, '1.00', '1.00', '0', '0.00', 0, '0.00', '25000.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 (1686, 858, 1454, 60000, '1.00', '1.00', '0', '0.00', 0, '0.00', '60000.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 (1687, 859, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1688, 860, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1689, 860, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1690, 861, 1454, 15000, '1.00', '1.00', '0', '0.00', 0, '0.00', '15000.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 (1691, 862, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1692, 863, 1454, 6000, '1.00', '1.00', '0', '0.00', 0, '0.00', '6000.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 (1693, 864, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.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 (1694, 865, 1454, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.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 (1695, 866, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1696, 867, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1697, 868, 1457, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (1698, 869, 1454, 41000, '1.00', '1.00', '0', '0.00', 0, '0.00', '41000.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 (1699, 870, 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 (1700, 871, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (1701, 872, 1454, 30000, '1.00', '1.00', '0', '0.00', 0, '0.00', '30000.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 (1702, 873, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1703, 874, 1454, 24000, '1.00', '1.00', '0', '0.00', 0, '0.00', '24000.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 (1704, 875, 1454, 11000, '1.00', '1.00', '0', '0.00', 0, '0.00', '11000.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 (1705, 876, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1706, 877, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (1707, 878, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1708, 879, 1454, 15000, '1.00', '1.00', '0', '0.00', 0, '0.00', '15000.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 (1709, 880, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (1710, 881, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1711, 882, 66, 2, '561.00', '561.00', '0', '0.00', 0, '0.00', '1122.00', '561.00', '462.00', 'P000066', 'ပန်ကာကြိုး A ပြောင် China', 'A.33', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1712, 882, 67, 2, '578.00', '578.00', '0', '0.00', 0, '0.00', '1156.00', '578.00', '476.00', 'P000067', 'ပန်ကာကြိုး A ပြောင် China', 'A.34', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1713, 882, 73, 2, '680.00', '680.00', '0', '0.00', 0, '0.00', '1360.00', '680.00', '560.00', 'P000073', 'ပန်ကာကြိုး A ပြောင် China', 'A.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 (1714, 882, 99, 2, '1122.00', '1122.00', '0', '0.00', 0, '0.00', '2244.00', '1122.00', '924.00', 'P000099', 'ပန်ကာကြိုး A ပြောင် China', 'A.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 (1715, 882, 213, 3, '792.00', '792.00', '0', '0.00', 0, '0.00', '2376.00', '792.00', '684.00', 'P0000213', 'ပန်ကာကြိုး B ပြောင် China', 'B.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 (1716, 882, 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 (1717, 882, 258, 2, '1760.00', '1760.00', '0', '0.00', 0, '0.00', '3520.00', '1760.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 (1718, 882, 647, 2, '2940.00', '2940.00', '0', '0.00', 0, '0.00', '5880.00', '2940.00', '2268.00', 'P0000647', 'ပန်ကာကြိုး AX ချိန်း Thailand', 'AX.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 (1719, 882, 668, 2, '4480.00', '4480.00', '0', '0.00', 0, '0.00', '8960.00', '4480.00', '3456.00', 'P0000668', 'ပန်ကာကြိုး AX ချိန်း Thailand', 'AX.64', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1720, 882, 740, 2, '6630.00', '6630.00', '0', '0.00', 0, '0.00', '13260.00', '6630.00', '5850.00', 'P000741', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.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 (1721, 882, 857, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.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 (1722, 882, 924, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.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 (1723, 882, 1039, 10, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '15000.00', '1500.00', '737.00', 'P001046', 'Oil Seal OKTY', '75.95.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 (1724, 883, 472, 10, '3400.00', '3400.00', '0', '0.00', 0, '0.00', '34000.00', '3400.00', '2975.00', 'P0000472', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.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 (1725, 883, 475, 10, '3520.00', '3520.00', '0', '0.00', 0, '0.00', '35200.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 (1726, 884, 5, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.00', '4000.00', '3650.00', 'P000005', 'အမဲဆီ', 'Trane 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 (1727, 884, 849, 1, '500.00', '500.00', '0', '0.00', 0, '0.00', '500.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 (1728, 884, 1100, 1, '6000.00', '6000.00', '0', '0.00', 0, '0.00', '6000.00', '6000.00', '2277.00', 'P001112', 'Oil Seal OKTY', '140.170.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 (1729, 884, 1103, 2, '7500.00', '7500.00', '0', '0.00', 0, '0.00', '15000.00', '7500.00', '2460.00', 'P001115', 'Oil Seal OKTY', '150.180.16', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1730, 884, 1149, 2, '750.00', '750.00', '0', '0.00', 0, '0.00', '1500.00', '750.00', '352.00', 'P001162', 'Oil Seal Korea', '40.55.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 (1731, 884, 1163, 3, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '3000.00', '1000.00', '600.00', 'P001176', 'Oil Seal Korea', '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 (1732, 884, 1240, 1, '500.00', '500.00', '0', '0.00', 0, '0.00', '500.00', '500.00', '300.00', 'P001253', 'Oil Seal Thailand', '19.32.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 (1733, 884, 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 (1734, 884, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1735, 885, 850, 1, '500.00', '500.00', '0', '0.00', 0, '0.00', '500.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 (1736, 885, 858, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.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 (1737, 885, 864, 10, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '10000.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 (1738, 885, 873, 3, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '3000.00', '1000.00', '500.00', 'P000883', 'Oil Seal I/STO', '85.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 (1739, 885, 961, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '506.00', 'P000968', 'Oil Seal OKTY', '40.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 (1740, 885, 1103, 1, '7500.00', '7500.00', '0', '0.00', 0, '0.00', '7500.00', '7500.00', '2460.00', 'P001115', 'Oil Seal OKTY', '150.180.16', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1741, 885, 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 (1742, 885, 1139, 2, '750.00', '750.00', '0', '0.00', 0, '0.00', '1500.00', '750.00', '385.00', 'P001152', 'Oil Seal Korea', '35.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 (1743, 885, 1146, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '400.00', 'P001159', 'Oil Seal Korea', '38.58.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 (1744, 885, 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 (1745, 885, 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 (1746, 885, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1747, 885, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1748, 886, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '200');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1749, 887, 1454, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '42514/514');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1750, 888, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '7850/7950');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1751, 889, 1455, 100000, '1.00', '1.00', '0', '0.00', 0, '0.00', '100000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1752, 889, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (1753, 890, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '426222285');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1754, 890, 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 (1755, 891, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '420281397');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1756, 892, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1757, 893, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1758, 894, 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 (1759, 894, 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 (1760, 894, 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 (1761, 895, 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 (1762, 895, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo 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 (1763, 896, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '259');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1764, 897, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', 'သမီး mpt');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1765, 897, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo 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 (1766, 898, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1767, 898, 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 (1768, 899, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1769, 899, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1770, 899, 1457, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (1771, 900, 1454, 8000, '1.00', '1.00', '0', '0.00', 0, '0.00', '8000.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 (1772, 901, 294, 3, '2552.00', '2552.00', '0', '0.00', 0, '0.00', '7656.00', '2552.00', '2204.00', 'P0000294', 'ပန်ကာကြိုး B ပြောင် China', 'B.116', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1773, 901, 946, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.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 (1774, 902, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1775, 903, 471, 10, '3360.00', '3360.00', '0', '0.00', 0, '0.00', '33600.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 (1776, 903, 475, 10, '3520.00', '3520.00', '0', '0.00', 0, '0.00', '35200.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 (1777, 904, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1778, 904, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1779, 905, 439, 6, '2080.00', '2080.00', '0', '0.00', 0, '0.00', '12480.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 (1780, 905, 1163, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '600.00', 'P001176', 'Oil Seal Korea', '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 (1781, 905, 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 (1782, 906, 73, 2, '800.00', '800.00', '0', '0.00', 0, '0.00', '1600.00', '800.00', '560.00', 'P000073', 'ပန်ကာကြိုး A ပြောင် China', 'A.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 (1783, 906, 74, 1, '799.91', '799.91', '0', '0.00', 0, '0.00', '799.91', '799.91', '574.00', 'P000074', 'ပန်ကာကြိုး A ပြောင် China', 'A.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 (1784, 906, 861, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '418.00', 'P000865', 'Oil Seal I/STO', '60.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 (1785, 906, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.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 (1786, 906, 1455, 2000, '1.00', '1.00', '0', '0.00', 0, '0.00', '2000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1787, 907, 1479, 1, '20000.00', '20000.00', '0', '0.00', 0, '0.00', '20000.00', '20000.00', '6300.00', 'P001491', 'Timing ဘက်ကြိုး', 's5m.390×30mm', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1788, 908, 31, 1, '11000.00', '11000.00', '0', '0.00', 0, '0.00', '11000.00', '11000.00', '10200.00', 'P000031', 'ဂီယာဝိုင်', '999 /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 (1789, 908, 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 (1790, 909, 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 (1791, 909, 3, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.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 (1792, 909, 972, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '462.00', 'P000979', 'Oil Seal OKTY', '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 (1793, 909, 986, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.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 (1794, 909, 1058, 1, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '2000.00', '2000.00', '1210.00', 'P001070', 'Oil Seal OKTY', '95.125.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 (1795, 909, 1209, 6, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '9000.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 (1796, 909, 1428, 2, '2500.00', '2500.00', '0', '0.00', 0, '0.00', '5000.00', '2500.00', '1998.00', 'P001443', 'Oil Seal Thailand', '100.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 (1797, 910, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo 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 (1798, 911, 1454, 30000, '1.00', '1.00', '0', '0.00', 0, '0.00', '30000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '425151/\r\n514/\r\n89/');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1799, 912, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo 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 (1800, 913, 1157, 3, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '6000.00', '2000.00', '800.00', 'P001170', 'Oil Seal Korea', '47.84.10/12.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 (1801, 914, 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 (1802, 914, 737, 4, '6375.00', '6375.00', '0', '0.00', 0, '0.00', '25500.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 (1803, 914, 752, 4, '7650.00', '7650.00', '0', '0.00', 0, '0.00', '30600.00', '7650.00', '6750.00', 'P000753', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.90', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1804, 915, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '013100814');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1805, 916, 1454, 2700, '1.00', '1.00', '0', '0.00', 0, '0.00', '2700.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 (1806, 917, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1807, 918, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1808, 919, 152, 3, '408.00', '408.00', '0', '0.00', 0, '0.00', '1224.00', '408.00', '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 (1809, 919, 959, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '430.00', 'P000966', 'Oil Seal OKTY', '40.65.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 (1810, 920, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1811, 921, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1812, 922, 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 (1813, 923, 83, 1, '850.00', '850.00', '0', '0.00', 0, '0.00', '850.00', '850.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 (1814, 923, 84, 1, '867.00', '867.00', '0', '0.00', 0, '0.00', '867.00', '867.00', '714.00', 'P000084', 'ပန်ကာကြိုး A ပြောင် China', 'A.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 (1815, 923, 480, 3, '3720.00', '3720.00', '0', '0.00', 0, '0.00', '11160.00', '3720.00', '3255.00', 'P0000480', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.93', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1816, 923, 887, 2, '500.00', '500.00', '0', '0.00', 0, '0.00', '1000.00', '500.00', '209.00', 'P000894', 'Oil Seal OKTY', '20.32.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 (1817, 924, 475, 10, '3520.00', '3520.00', '0', '0.00', 0, '0.00', '35200.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 (1818, 925, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1819, 925, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', 'Wife tel');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1820, 926, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '784219322');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1821, 927, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '400');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1822, 928, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1823, 928, 1457, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (1824, 929, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1825, 930, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1826, 931, 1176, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '700.00', 'P001189', 'Oil Seal Korea', '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 (1827, 932, 1162, 5, '800.00', '800.00', '0', '0.00', 0, '0.00', '4000.00', '800.00', '605.00', 'P001175', 'Oil Seal Korea', '50.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 (1828, 933, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '7850/\r\n7950');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1829, 934, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (1830, 935, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1831, 936, 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 (1832, 936, 3, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.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 (1833, 936, 451, 1, '2560.00', '2560.00', '0', '0.00', 0, '0.00', '2560.00', '2560.00', '2240.00', 'P0000451', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.64', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1834, 936, 768, 1, '10560.00', '10560.00', '0', '0.00', 0, '0.00', '10560.00', '10560.00', '8910.00', 'P000769', 'ပန်ကာကြိုး CX ချိန်း Thailand', 'CX.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 (1835, 936, 872, 6, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '6000.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 (1836, 936, 976, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '430.00', 'P000983', 'Oil Seal OKTY', '48.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 (1837, 936, 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 (1838, 936, 1447, 1, '9500.00', '9500.00', '0', '0.00', 0, '0.00', '9500.00', '9500.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 (1839, 936, 1454, 18000, '1.00', '1.00', '0', '0.00', 0, '0.00', '18000.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 (1840, 936, 1455, 11000, '1.00', '1.00', '0', '0.00', 0, '0.00', '11000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1841, 936, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (1842, 936, 1515, 2, '500.00', '500.00', '0', '0.00', 0, '0.00', '1000.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 (1843, 937, 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 (1844, 937, 278, 1, '2200.00', '2200.00', '0', '0.00', 0, '0.00', '2200.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 (1845, 937, 288, 1, '2420.00', '2420.00', '0', '0.00', 0, '0.00', '2420.00', '2420.00', '2090.00', 'P0000288', 'ပန်ကာကြိုး B ပြောင် China', 'B.110', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1846, 937, 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 (1847, 937, 1036, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.00', '913.00', 'P001043', 'Oil Seal OKTY', '72.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 (1848, 937, 1454, 21000, '1.00', '1.00', '0', '0.00', 0, '0.00', '21000.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 (1849, 938, 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 (1850, 939, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1851, 939, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', 'Kanna');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1852, 940, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1853, 940, 1456, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo Etop', '09970819995');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1854, 941, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', 'Raju');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1855, 942, 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 (1856, 942, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', 'Wife');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1857, 943, 1187, 3, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '4500.00', '1500.00', '1000.00', 'P001200', 'Oil Seal Korea', '62.85.8/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 (1858, 944, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1859, 945, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (1860, 945, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1861, 946, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '44500');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1862, 947, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '427');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1863, 948, 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 (1864, 949, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '455085312');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1865, 949, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '7850');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1866, 950, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '259');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1867, 951, 108, 1, '1275.00', '1275.00', '0', '0.00', 0, '0.00', '1275.00', '1275.00', '1050.00', 'P000108', 'ပန်ကာကြိုး A ပြောင် China', 'A.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 (1868, 951, 109, 1, '1292.00', '1292.00', '0', '0.00', 0, '0.00', '1292.00', '1292.00', '1064.00', 'P000109', 'ပန်ကာကြိုး A ပြောင် China', 'A.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 (1869, 951, 110, 2, '1309.00', '1309.00', '0', '0.00', 0, '0.00', '2618.00', '1309.00', '1078.00', 'P000110', 'ပန်ကာကြိုး A ပြောင် China', 'A.77', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1870, 951, 300, 2, '2772.00', '2772.00', '0', '0.00', 0, '0.00', '5544.00', '2772.00', '2394.00', 'P000300', 'ပန်ကာကြိုး B ပြောင် China', 'B.126', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1871, 951, 301, 2, '2816.00', '2816.00', '0', '0.00', 0, '0.00', '5632.00', '2816.00', '2432.00', 'P000301', 'ပန်ကာကြိုး B ပြောင် China', 'B.128', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1872, 952, 244, 10, '1299.54', '1299.54', '0', '0.00', 0, '0.00', '12995.40', '1299.54', '1254.00', 'P0000244', 'ပန်ကာကြိုး B ပြောင် China', '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 (1873, 952, 849, 12, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '12000.00', '1000.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 (1874, 952, 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 (1875, 952, 858, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.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 (1876, 952, 1059, 1, '2500.00', '2500.00', '0', '0.00', 0, '0.00', '2500.00', '2500.00', '1144.00', 'P001071', 'Oil Seal OKTY', '100.120.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 (1877, 952, 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 (1878, 952, 1146, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '400.00', 'P001159', 'Oil Seal Korea', '38.58.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 (1879, 952, 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 (1880, 952, 1389, 1, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '2000.00', '2000.00', '1133.00', 'P001404', 'Oil Seal Thailand', '62.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 (1881, 952, 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 (1882, 952, 1454, 2000, '1.00', '1.00', '0', '0.00', 0, '0.00', '2000.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 (1883, 952, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1884, 952, 1506, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '320.00', 'P001520', 'Oil Seal Korea', '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 (1885, 953, 77, 20, '682.00', '682.00', '0', '0.00', 0, '0.00', '13640.00', '682.00', '616.00', 'P000077', 'ပန်ကာကြိုး A ပြောင် China', 'A.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 (1886, 953, 230, 4, '1092.00', '1092.00', '0', '0.00', 0, '0.00', '4368.00', '1092.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 (1887, 954, 31, 2, '11000.00', '11000.00', '0', '0.00', 0, '0.00', '22000.00', '11000.00', '10200.00', 'P000031', 'ဂီယာဝိုင်', '999 /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 (1888, 954, 1406, 4, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '6000.00', '1500.00', '1200.00', 'P001421', 'Oil Seal Thailand', '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 (1889, 954, 1508, 2, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '4000.00', '2000.00', '1000.00', 'P001522', 'Oil Seal Korea', '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 (1890, 955, 187, 10, '1450.00', '1450.00', '0', '0.00', 0, '0.00', '14500.00', '1450.00', '812.00', 'P0000187', 'ပန်ကာကြိုး FMပြောင် China', 'FM.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 (1891, 955, 197, 10, '2125.00', '2125.00', '0', '0.00', 0, '0.00', '21250.00', '2125.00', '1190.00', 'P0000197', 'ပန်ကာကြိုး FMပြောင် China', 'FM.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 (1892, 956, 481, 2, '3760.00', '3760.00', '0', '0.00', 0, '0.00', '7520.00', '3760.00', '3290.00', 'P0000481', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.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 (1893, 957, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1894, 958, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (1895, 958, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1896, 959, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1897, 960, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (1898, 961, 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 (1899, 962, 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 (1900, 962, 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 (1901, 962, 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 (1902, 963, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '750383106');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1903, 964, 1454, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.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 (1904, 965, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (1905, 965, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1906, 966, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.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 (1907, 967, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1908, 968, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1909, 969, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1910, 969, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1911, 970, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '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 (1912, 971, 94, 4, '1037.00', '1037.00', '0', '0.00', 0, '0.00', '4148.00', '1037.00', '854.00', 'P000094', 'ပန်ကာကြိုး A ပြောင် China', 'A.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 (1913, 972, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1914, 973, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '425151');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1915, 974, 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 (1916, 975, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '421');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1917, 976, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '5416661/\r\n254386663');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1918, 977, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1919, 977, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1920, 978, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1921, 979, 1454, 15000, '1.00', '1.00', '0', '0.00', 0, '0.00', '15000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '421128636/\r\n5143483/');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1922, 979, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1923, 979, 1457, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel Etop', '695151');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1924, 980, 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 (1925, 981, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '264156606');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1926, 982, 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 (1927, 983, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1928, 984, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1929, 985, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1930, 986, 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 (1931, 986, 81, 1, '816.00', '816.00', '0', '0.00', 0, '0.00', '816.00', '816.00', '672.00', 'P000081', 'ပန်ကာကြိုး A ပြောင် China', 'A.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 (1932, 986, 151, 5, '999.81', '999.81', '0', '0.00', 0, '0.00', '4999.05', '999.81', '322.00', 'P0000151', 'ပန်ကာကြိုး FMပြောင် China', 'FM.23', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1933, 986, 853, 3, '500.00', '500.00', '0', '0.00', 0, '0.00', '1500.00', '500.00', '300.00', 'P000856', 'Oil Seal I/STO', '50.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 (1934, 986, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.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 (1935, 987, 471, 10, '3360.00', '3360.00', '0', '0.00', 0, '0.00', '33600.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 (1936, 988, 445, 3, '2399.46', '2399.46', '0', '0.00', 0, '0.00', '7198.38', '2399.46', '2030.00', 'P0000445', 'ပန်ကာကြိုး B ပြောင် Thailand', '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 (1937, 988, 732, 5, '5999.70', '5999.70', '0', '0.00', 0, '0.00', '29998.50', '5999.70', '5250.00', 'P000733', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.70', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1938, 989, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (1939, 989, 1529, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '550.00', 'P001543', 'Oil Seal Thailand', '30.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 (1940, 990, 20, 1, '5000.00', '5000.00', '0', '0.00', 0, '0.00', '5000.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 (1941, 990, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1942, 991, 5, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.00', '4000.00', '3650.00', 'P000005', 'အမဲဆီ', 'Trane 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 (1943, 991, 1525, 1, '32500.00', '32500.00', '0', '0.00', 0, '0.00', '32500.00', '32500.00', '29000.00', 'P001539', 'အမဲဆီ', 'BoB အဝါ 10kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1944, 992, 472, 1, '3400.00', '3400.00', '0', '0.00', 0, '0.00', '3400.00', '3400.00', '2975.00', 'P0000472', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.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 (1945, 992, 520, 1, '6000.00', '6000.00', '0', '0.00', 0, '0.00', '6000.00', '6000.00', '5250.00', 'P0000520', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.150', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1946, 992, 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 (1947, 992, 858, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.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 (1948, 992, 1031, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.00', '737.00', 'P001038', 'Oil Seal OKTY', '70.95.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 (1949, 992, 1090, 2, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '8000.00', '4000.00', '1980.00', 'P001102', 'Oil Seal OKTY', '130.160.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 (1950, 992, 1099, 1, '6000.00', '6000.00', '0', '0.00', 0, '0.00', '6000.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 (1951, 992, 1161, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.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 (1952, 992, 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 (1953, 992, 1390, 2, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '4000.00', '2000.00', '1800.00', 'P001405', 'Oil Seal Thailand', '62.85.12 JAPAN', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1954, 992, 1454, 16000, '1.00', '1.00', '0', '0.00', 0, '0.00', '16000.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 (1955, 993, 1551, 10, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '20000.00', '2000.00', '290.00', 'P001562', 'Oil Seal OKTY', '20.28.4', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1956, 994, 2, 5, '1850.00', '1850.00', '0', '0.00', 0, '0.00', '9250.00', '1850.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 (1957, 994, 245, 1, '1474.00', '1474.00', '0', '0.00', 0, '0.00', '1474.00', '1474.00', '1273.00', 'P0000245', 'ပန်ကာကြိုး B ပြောင် China', '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 (1958, 994, 978, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '462.00', 'P000985', 'Oil Seal OKTY', '48.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 (1959, 994, 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 (1960, 994, 1200, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.00', '1500.00', '800.00', 'P001213', 'Oil Seal Korea', '75.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 (1961, 994, 1304, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.00', '1000.00', 'P001317', 'Oil Seal Thailand', '34.50.11 NOK', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1962, 995, 718, 3, '4760.00', '4760.00', '0', '0.00', 0, '0.00', '14280.00', '4760.00', '4200.00', 'P000719', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.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 (1963, 995, 1023, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.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 (1964, 996, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1965, 997, 858, 1, '500.00', '500.00', '0', '0.00', 0, '0.00', '500.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 (1966, 997, 947, 6, '700.00', '700.00', '0', '0.00', 0, '0.00', '4200.00', '700.00', '385.00', 'P000954', 'Oil Seal OKTY', '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 (1967, 997, 1160, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '550.00', 'P001173', 'Oil Seal Korea', '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 (1968, 998, 485, 12, '3920.00', '3920.00', '0', '0.00', 0, '0.00', '47040.00', '3920.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 (1969, 999, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1970, 1000, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo Etop', '09955085312');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1971, 1001, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', 'ဥမာသန့်/\r\n603');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1972, 1001, 1457, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (1973, 1002, 1456, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo Etop', '09977950835');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1974, 1003, 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 (1975, 1004, 72, 2, '663.00', '663.00', '0', '0.00', 0, '0.00', '1326.00', '663.00', '546.00', 'P000072', 'ပန်ကာကြိုး A ပြောင် China', 'A.39', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1976, 1004, 958, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '385.00', 'P000965', 'Oil Seal OKTY', '40.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 (1977, 1005, 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 (1978, 1005, 1327, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '774.00', 'P001340', 'Oil Seal Thailand', '40.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 (1979, 1006, 1183, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.00', '1500.00', '700.00', 'P001196', 'Oil Seal Korea', '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 (1980, 1007, 1454, 15000, '1.00', '1.00', '0', '0.00', 0, '0.00', '15000.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 (1981, 1008, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1982, 1008, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1983, 1008, 1457, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (1984, 1009, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (1985, 1010, 1457, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (1986, 1011, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (1987, 1012, 1457, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (1988, 1013, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '259');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1989, 1014, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (1990, 1014, 1457, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (1991, 1015, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '250265480');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1992, 1016, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (1993, 1017, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1994, 1018, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (1995, 1018, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '7850');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1996, 1019, 290, 2, '2464.00', '2464.00', '0', '0.00', 0, '0.00', '4928.00', '2464.00', '2128.00', 'P0000290', 'ပန်ကာကြိုး B ပြောင် China', 'B.112', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (1999, 1020, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (2000, 1020, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo Etop', 'Wife/\r\nYour');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2001, 1021, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '257579231');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2002, 1022, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2003, 1022, 1457, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (2004, 1023, 1454, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '514/\r\n89/');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2005, 1024, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', 'Wife');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2006, 1025, 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 (2007, 1026, 476, 1, '3560.00', '3560.00', '0', '0.00', 0, '0.00', '3560.00', '3560.00', '3115.00', 'P0000476', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.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 (2008, 1027, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo Etop', '09975127802/\r\n09965127802/');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2009, 1028, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2010, 1029, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2011, 1030, 246, 1, '1496.00', '1496.00', '0', '0.00', 0, '0.00', '1496.00', '1496.00', '1292.00', 'P0000246', 'ပန်ကာကြိုး B ပြောင် China', '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 (2012, 1030, 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 (2013, 1030, 851, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.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 (2014, 1030, 936, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.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 (2015, 1030, 972, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '462.00', 'P000979', 'Oil Seal OKTY', '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 (2016, 1030, 987, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.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 (2017, 1030, 1181, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.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 (2018, 1030, 1185, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.00', '900.00', 'P001198', 'Oil Seal Korea', '60.95.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 (2019, 1030, 1454, 15000, '1.00', '1.00', '0', '0.00', 0, '0.00', '15000.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 (2020, 1030, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2021, 1031, 1499, 10, '18000.00', '18000.00', '0', '0.00', 0, '0.00', '180000.00', '18000.00', '10350.00', 'P001512', 'Timing ဘက်ကြိုး', '8m.600×25mm', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2022, 1032, 1023, 3, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '4500.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 (2023, 1033, 838, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.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 (2024, 1033, 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 (2025, 1033, 973, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '460.00', 'P000980', 'Oil Seal OKTY', '45.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 (2026, 1033, 1159, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '425.00', 'P001172', 'Oil Seal Korea', '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 (2027, 1033, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2028, 1033, 1512, 1, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '2000.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 (2029, 1034, 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 (2030, 1034, 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 (2031, 1034, 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 (2032, 1034, 849, 4, '500.00', '500.00', '0', '0.00', 0, '0.00', '2000.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 (2033, 1034, 859, 21, '500.00', '500.00', '0', '0.00', 0, '0.00', '10500.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 (2034, 1034, 872, 16, '750.00', '750.00', '0', '0.00', 0, '0.00', '12000.00', '750.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 (2035, 1034, 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 (2036, 1034, 1023, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.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 (2037, 1034, 1454, 21000, '1.00', '1.00', '0', '0.00', 0, '0.00', '21000.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 (2038, 1034, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2039, 1034, 1457, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (2040, 1035, 1552, 2, '20000.00', '20000.00', '0', '0.00', 0, '0.00', '40000.00', '20000.00', '15000.00', 'P001563', 'ပန်ကာကြိုး C ပြောင် Thailand', 'C.200 အနီ', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2041, 1036, 1552, 3, '20000.00', '20000.00', '0', '0.00', 0, '0.00', '60000.00', '20000.00', '15000.00', 'P001563', 'ပန်ကာကြိုး C ပြောင် Thailand', 'C.200 အနီ', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2042, 1037, 70, 10, '799.94', '799.94', '0', '0.00', 0, '0.00', '7999.40', '799.94', '518.00', 'P000070', 'ပန်ကာကြိုး A ပြောင် China', 'A.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 (2043, 1038, 857, 1, '500.00', '500.00', '0', '0.00', 0, '0.00', '500.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 (2044, 1038, 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 (2045, 1038, 859, 1, '500.00', '500.00', '0', '0.00', 0, '0.00', '500.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 (2046, 1038, 986, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.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 (2047, 1038, 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 (2048, 1038, 1058, 4, '2375.00', '2375.00', '0', '0.00', 0, '0.00', '9500.00', '2375.00', '1210.00', 'P001070', 'Oil Seal OKTY', '95.125.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 (2049, 1038, 1147, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.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 (2050, 1038, 1406, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.00', '1500.00', '1200.00', 'P001421', 'Oil Seal Thailand', '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 (2051, 1038, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2052, 1039, 1455, 15000, '1.00', '1.00', '0', '0.00', 0, '0.00', '15000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2053, 1039, 1456, 15000, '1.00', '1.00', '0', '0.00', 0, '0.00', '15000.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 (2054, 1040, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2055, 1041, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2056, 1042, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '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 (2057, 1043, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2058, 1044, 1454, 40000, '1.00', '1.00', '0', '0.00', 0, '0.00', '40000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '100/3\r\n400/1');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2059, 1045, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2060, 1045, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2061, 1046, 481, 2, '3760.00', '3760.00', '0', '0.00', 0, '0.00', '7520.00', '3760.00', '3290.00', 'P0000481', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.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 (2062, 1047, 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 (2063, 1048, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '425151');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2064, 1049, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2065, 1050, 467, 10, '3200.00', '3200.00', '0', '0.00', 0, '0.00', '32000.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 (2066, 1050, 472, 10, '3400.00', '3400.00', '0', '0.00', 0, '0.00', '34000.00', '3400.00', '2975.00', 'P0000472', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.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 (2067, 1050, 475, 6, '3520.00', '3520.00', '0', '0.00', 0, '0.00', '21120.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 (2068, 1051, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (2069, 1052, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '4211');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2070, 1053, 1457, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (2071, 1054, 859, 30, '500.00', '500.00', '0', '0.00', 0, '0.00', '15000.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 (2072, 1054, 957, 4, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '4000.00', '1000.00', '341.00', 'P000964', 'Oil Seal OKTY', '40.55.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 (2073, 1054, 1161, 4, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '4000.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 (2074, 1054, 1326, 4, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '4000.00', '1000.00', '455.00', 'P001339', 'Oil Seal Thailand', '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 (2075, 1054, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.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 (2076, 1054, 1515, 4, '500.00', '500.00', '0', '0.00', 0, '0.00', '2000.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 (2077, 1055, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2078, 1056, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2079, 1057, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2080, 1058, 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 (2081, 1059, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (2082, 1060, 503, 2, '5368.00', '5368.00', '0', '0.00', 0, '0.00', '10736.00', '5368.00', '4270.00', 'P000503', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.122', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2083, 1061, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '450399808');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2084, 1062, 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 (2085, 1062, 152, 1, '999.84', '999.84', '0', '0.00', 0, '0.00', '999.84', '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 (2086, 1062, 153, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '350.00', 'P0000153', 'ပန်ကာကြိုး FMပြောင် China', 'FM.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 (2087, 1062, 272, 5, '2068.00', '2068.00', '0', '0.00', 0, '0.00', '10340.00', '2068.00', '1786.00', 'P0000272', 'ပန်ကာကြိုး B ပြောင် China', 'B.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 (2088, 1062, 283, 1, '2310.00', '2310.00', '0', '0.00', 0, '0.00', '2310.00', '2310.00', '1995.00', 'P0000283', 'ပန်ကာကြိုး B ပြောင် China', 'B.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 (2089, 1062, 292, 2, '2508.00', '2508.00', '0', '0.00', 0, '0.00', '5016.00', '2508.00', '2166.00', 'P0000292', 'ပန်ကာကြိုး B ပြောင် China', 'B.114', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2090, 1062, 307, 5, '2992.00', '2992.00', '0', '0.00', 0, '0.00', '14960.00', '2992.00', '2584.00', 'P000307', 'ပန်ကာကြိုး B ပြောင် China', 'B.136', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2091, 1062, 858, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.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 (2092, 1062, 961, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '506.00', 'P000968', 'Oil Seal OKTY', '40.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 (2093, 1062, 1033, 4, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '4000.00', '1000.00', '730.00', 'P001040', 'Oil Seal OKTY', '70.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 (2094, 1062, 1174, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.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 (2095, 1062, 1176, 5, '500.00', '500.00', '0', '0.00', 0, '0.00', '2500.00', '500.00', '700.00', 'P001189', 'Oil Seal Korea', '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 (2096, 1062, 1183, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.00', '700.00', 'P001196', 'Oil Seal Korea', '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 (2097, 1062, 1454, 18000, '1.00', '1.00', '0', '0.00', 0, '0.00', '18000.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 (2098, 1062, 1455, 33000, '1.00', '1.00', '0', '0.00', 0, '0.00', '33000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2099, 1062, 1521, 2, '3000.00', '3000.00', '0', '0.00', 0, '0.00', '6000.00', '3000.00', '1300.00', 'P001535', 'Oil Seal OKTY', '80.125.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 (2100, 1062, 1524, 1, '35000.00', '35000.00', '0', '0.00', 0, '0.00', '35000.00', '35000.00', '30000.00', 'P001538', 'အမဲဆီ', 'BoB အပြာ 10kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2101, 1063, 77, 10, '748.00', '748.00', '0', '0.00', 0, '0.00', '7480.00', '748.00', '616.00', 'P000077', 'ပန်ကာကြိုး A ပြောင် China', 'A.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 (2102, 1063, 489, 10, '4120.00', '4120.00', '0', '0.00', 0, '0.00', '41200.00', '4120.00', '3605.00', 'P0000489', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.103', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2103, 1064, 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 (2104, 1064, 1139, 12, '700.00', '700.00', '0', '0.00', 0, '0.00', '8400.00', '700.00', '385.00', 'P001152', 'Oil Seal Korea', '35.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 (2105, 1065, 1550, 4, '6800.00', '6800.00', '0', '0.00', 0, '0.00', '27200.00', '6800.00', '5750.00', 'P001561', 'ပန်ကာကြိုး 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 (2106, 1066, 1181, 20, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '20000.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 (2107, 1067, 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 (2108, 1067, 1087, 2, '3500.00', '3500.00', '0', '0.00', 0, '0.00', '7000.00', '3500.00', '1550.00', 'P001099', 'Oil Seal OKTY', '125.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 (2109, 1067, 1209, 3, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '4500.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 (2110, 1067, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2111, 1068, 417, 4, '1280.00', '1280.00', '0', '0.00', 0, '0.00', '5120.00', '1280.00', '1120.00', 'P0000417', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.32', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2112, 1068, 461, 6, '2960.00', '2960.00', '0', '0.00', 0, '0.00', '17760.00', '2960.00', '2590.00', 'P0000461', 'ပန်ကာကြိုး B ပြောင် Thailand', '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 (2113, 1068, 481, 3, '3760.00', '3760.00', '0', '0.00', 0, '0.00', '11280.00', '3760.00', '3290.00', 'P0000481', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.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 (2114, 1068, 1525, 3, '35000.00', '35000.00', '0', '0.00', 0, '0.00', '105000.00', '35000.00', '29000.00', 'P001539', 'အမဲဆီ', 'BoB အဝါ 10kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2115, 1069, 251, 1, '1606.00', '1606.00', '0', '0.00', 0, '0.00', '1606.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 (2116, 1069, 732, 5, '5950.00', '5950.00', '0', '0.00', 0, '0.00', '29750.00', '5950.00', '5250.00', 'P000733', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.70', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2117, 1069, 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 (2118, 1069, 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 (2119, 1069, 887, 1, '500.00', '500.00', '0', '0.00', 0, '0.00', '500.00', '500.00', '209.00', 'P000894', 'Oil Seal OKTY', '20.32.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 (2120, 1069, 1043, 7, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '10500.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 (2121, 1069, 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 (2122, 1069, 1417, 3, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '6000.00', '2000.00', '1500.00', 'P001432', 'Oil Seal Thailand', '80.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 (2123, 1069, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2124, 1069, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2125, 1070, 495, 10, '4400.00', '4400.00', '0', '0.00', 0, '0.00', '44000.00', '4400.00', '3850.00', 'P0000495', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.110', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2126, 1071, 248, 5, '1540.00', '1540.00', '0', '0.00', 0, '0.00', '7700.00', '1540.00', '1330.00', 'P0000248', 'ပန်ကာကြိုး B ပြောင် China', 'B.70', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2127, 1071, 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 (2128, 1072, 3, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.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 (2129, 1072, 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 (2130, 1072, 940, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '297.00', 'P000947', 'Oil Seal OKTY', '34.50.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 (2131, 1072, 949, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.00', '572.00', 'P000956', 'Oil Seal OKTY', '35.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 (2132, 1072, 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 (2133, 1072, 1045, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.00', '1078.00', 'P001052', 'Oil Seal OKTY', '75.115.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 (2134, 1072, 1052, 1, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '2000.00', '2000.00', '1078.00', 'P001064', 'Oil Seal OKTY', '90.115.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 (2135, 1072, 1071, 1, '3500.00', '3500.00', '0', '0.00', 0, '0.00', '3500.00', '3500.00', '1485.00', 'P001083', 'Oil Seal OKTY', '110.140.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 (2136, 1073, 31, 2, '11000.00', '11000.00', '0', '0.00', 0, '0.00', '22000.00', '11000.00', '10200.00', 'P000031', 'ဂီယာဝိုင်', '999 /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 (2137, 1073, 1406, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.00', '1500.00', '1200.00', 'P001421', 'Oil Seal Thailand', '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 (2138, 1073, 1455, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2139, 1073, 1508, 1, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '2000.00', '2000.00', '1000.00', 'P001522', 'Oil Seal Korea', '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 (2140, 1073, 1558, 4, '7920.00', '7920.00', '0', '0.00', 0, '0.00', '31680.00', '7920.00', '5280.00', 'P001569', 'ပန်ကာကြိုး C ပြောင် China', 'C.132', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2141, 1073, 1559, 2, '44000.00', '44000.00', '0', '0.00', 0, '0.00', '88000.00', '44000.00', '40000.00', 'P001570', 'Timing ဘက်ကြိုး', 'S8m.800×30mm', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2142, 1074, 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 (2143, 1074, 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 (2144, 1074, 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 (2145, 1075, 973, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '460.00', 'P000980', 'Oil Seal OKTY', '45.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 (2146, 1075, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2147, 1075, 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 (2148, 1075, 1547, 4, '500.00', '500.00', '0', '0.00', 0, '0.00', '2000.00', '500.00', '150.00', 'P001558', 'Oil Seal I/STO', '32.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 (2149, 1076, 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 (2150, 1076, 5, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.00', '4000.00', '3650.00', 'P000005', 'အမဲဆီ', 'Trane 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 (2151, 1076, 223, 2, '1012.00', '1012.00', '0', '0.00', 0, '0.00', '2024.00', '1012.00', '874.00', 'P0000223', 'ပန်ကာကြိုး B ပြောင် China', 'B.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 (2152, 1076, 229, 1, '1122.00', '1122.00', '0', '0.00', 0, '0.00', '1122.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 (2153, 1076, 242, 2, '1408.00', '1408.00', '0', '0.00', 0, '0.00', '2816.00', '1408.00', '1216.00', 'P0000242', 'ပန်ကာကြိုး B ပြောင် China', 'B.64', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2154, 1076, 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 (2155, 1076, 858, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.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 (2156, 1076, 1031, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.00', '737.00', 'P001038', 'Oil Seal OKTY', '70.95.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 (2157, 1076, 1152, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '676.00', 'P001165', 'Oil Seal Korea', '40.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 (2158, 1076, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2159, 1077, 763, 2, '7800.00', '7800.00', '0', '0.00', 0, '0.00', '15600.00', '7800.00', '7020.00', 'P000764', 'ပန်ကာကြိုး CX ချိန်း Thailand', 'CX.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 (2160, 1077, 766, 2, '8850.00', '8850.00', '0', '0.00', 0, '0.00', '17700.00', '8850.00', '7965.00', 'P000767', 'ပန်ကာကြိုး CX ချိန်း Thailand', 'CX.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 (2161, 1078, 984, 3, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '3000.00', '1000.00', '462.00', 'P000991', 'Oil Seal OKTY', '50.68.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 (2162, 1078, 988, 3, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '3000.00', '1000.00', '572.00', 'P000995', 'Oil Seal OKTY', '50.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 (2163, 1078, 1149, 3, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '3000.00', '1000.00', '352.00', 'P001162', 'Oil Seal Korea', '40.55.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 (2164, 1079, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2165, 1080, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2166, 1080, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2167, 1081, 1455, 15000, '1.00', '1.00', '0', '0.00', 0, '0.00', '15000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2168, 1081, 1457, 15000, '1.00', '1.00', '0', '0.00', 0, '0.00', '15000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (2169, 1082, 1454, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.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 (2170, 1083, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2171, 1083, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2172, 1083, 1457, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (2173, 1084, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo Etop', 'Wife');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2174, 1085, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.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 (2175, 1085, 1455, 15000, '1.00', '1.00', '0', '0.00', 0, '0.00', '15000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2176, 1086, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2177, 1086, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2178, 1087, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2179, 1088, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2180, 1089, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2181, 1090, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2182, 1091, 1457, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (2183, 1092, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2186, 1093, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2187, 1093, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2188, 1094, 1454, 15000, '1.00', '1.00', '0', '0.00', 0, '0.00', '15000.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 (2189, 1095, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2190, 1096, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2191, 1096, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2192, 1097, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2193, 1098, 1454, 40000, '1.00', '1.00', '0', '0.00', 0, '0.00', '40000.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 (2194, 1099, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2195, 1099, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2196, 1100, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2197, 1100, 1455, 15000, '1.00', '1.00', '0', '0.00', 0, '0.00', '15000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2198, 1101, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2199, 1102, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2200, 1103, 1454, 1, '1.00', '1.00', '0', '0.00', 0, '0.00', '1.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 (2201, 1104, 1457, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (2202, 1105, 1455, 30000, '1.00', '1.00', '0', '0.00', 0, '0.00', '30000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2203, 1106, 1457, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (2204, 1107, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2205, 1108, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2206, 1109, 84, 5, '867.00', '867.00', '0', '0.00', 0, '0.00', '4335.00', '867.00', '714.00', 'P000084', 'ပန်ကာကြိုး A ပြောင် China', 'A.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 (2207, 1109, 187, 5, '1450.00', '1450.00', '0', '0.00', 0, '0.00', '7250.00', '1450.00', '812.00', 'P0000187', 'ပန်ကာကြိုး FMပြောင် China', 'FM.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 (2208, 1109, 188, 5, '1475.00', '1475.00', '0', '0.00', 0, '0.00', '7375.00', '1475.00', '826.00', 'P0000188', 'ပန်ကာကြိုး FMပြောင် China', 'FM.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 (2209, 1109, 1501, 10, '9000.00', '9000.00', '0', '0.00', 0, '0.00', '90000.00', '9000.00', '3080.00', 'P001514', 'Timing ဘက်ကြိုး', '8m.480×21mm', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2210, 1110, 428, 2, '1720.00', '1720.00', '0', '0.00', 0, '0.00', '3440.00', '1720.00', '1505.00', 'P0000428', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.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 (2211, 1110, 432, 1, '1800.00', '1800.00', '0', '0.00', 0, '0.00', '1800.00', '1800.00', '1575.00', 'P0000430', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.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 (2212, 1110, 871, 3, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '3000.00', '1000.00', '600.00', 'P000877', 'Oil Seal I/STO', '70.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 (2213, 1110, 1087, 2, '3500.00', '3500.00', '0', '0.00', 0, '0.00', '7000.00', '3500.00', '1550.00', 'P001099', 'Oil Seal OKTY', '125.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 (2214, 1110, 1131, 2, '750.00', '750.00', '0', '0.00', 0, '0.00', '1500.00', '750.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 (2215, 1110, 1170, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '600.00', 'P001183', 'Oil Seal Korea', '55.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 (2216, 1110, 1238, 3, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '3000.00', '1000.00', '300.00', 'P001251', 'Oil Seal Thailand', '18.30.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 (2217, 1110, 1406, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.00', '1500.00', '1200.00', 'P001421', 'Oil Seal Thailand', '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 (2218, 1110, 1454, 23000, '1.00', '1.00', '0', '0.00', 0, '0.00', '23000.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 (2219, 1110, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2220, 1110, 1457, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (2221, 1110, 1512, 8, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '16000.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 (2222, 1111, 1560, 1, '53000.00', '53000.00', '0', '0.00', 0, '0.00', '53000.00', '53000.00', '46000.00', 'P001571', 'အမဲဆီ', 'State အမဲဆီ 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 (2223, 1112, 558, 4, '8268.00', '8268.00', '0', '0.00', 0, '0.00', '33072.00', '8268.00', '6784.00', 'P0000558', 'ပန်ကာကြိုး C ပြောင် Thailand', 'C.106', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2224, 1112, 1561, 4, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '6000.00', '1500.00', '1100.00', 'P001572', 'Oil Seal OKTY', '85.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 (2225, 1113, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2226, 1114, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2227, 1115, 1454, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '514');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2228, 1116, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (2229, 1117, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (2230, 1118, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '421');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2231, 1119, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2232, 1119, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2233, 1120, 1455, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2234, 1121, 1457, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (2235, 1122, 1456, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.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 (2236, 1123, 60, 1, '999.00', '999.00', '0', '0.00', 0, '0.00', '999.00', '999.00', '378.00', 'P000060', 'ပန်ကာကြိုး A ပြောင် China', 'A.27', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2237, 1123, 242, 1, '1408.00', '1408.00', '0', '0.00', 0, '0.00', '1408.00', '1408.00', '1216.00', 'P0000242', 'ပန်ကာကြိုး B ပြောင် China', 'B.64', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2238, 1123, 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 (2239, 1123, 873, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '500.00', 'P000883', 'Oil Seal I/STO', '85.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 (2240, 1123, 1309, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '549.00', 'P001322', 'Oil Seal Thailand', '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 (2241, 1123, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.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 (2242, 1123, 1561, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.00', '1500.00', '1100.00', 'P001572', 'Oil Seal OKTY', '85.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 (2243, 1124, 58, 12, '800.00', '800.00', '0', '0.00', 0, '0.00', '9600.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 (2244, 1124, 66, 12, '799.92', '799.92', '0', '0.00', 0, '0.00', '9599.04', '799.92', '462.00', 'P000066', 'ပန်ကာကြိုး A ပြောင် China', 'A.33', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2245, 1125, 1567, 20, '3000.00', '3000.00', '0', '0.00', 0, '0.00', '60000.00', '3000.00', '3000.00', 'P001578', 'Oil Seal Thailand', '26.34.4 ရော်ဘာ sog', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2246, 1125, 1568, 18, '3000.00', '3000.00', '0', '0.00', 0, '0.00', '54000.00', '3000.00', '1500.00', 'P001579', 'Oil Seal Thailand', '28.35.4 သံ nok', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2247, 1126, 31, 1, '11000.00', '11000.00', '0', '0.00', 0, '0.00', '11000.00', '11000.00', '10200.00', 'P000031', 'ဂီယာဝိုင်', '999 /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 (2248, 1126, 986, 3, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '3000.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 (2249, 1126, 1394, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.00', '1500.00', '1200.00', 'P001409', 'Oil Seal Thailand', '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 (2250, 1127, 3, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.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 (2251, 1127, 5, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.00', '4000.00', '3650.00', 'P000005', 'အမဲဆီ', 'Trane 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 (2252, 1127, 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 (2253, 1127, 858, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.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 (2254, 1127, 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 (2255, 1127, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2256, 1128, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (2257, 1129, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '58222');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2258, 1130, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '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 (2259, 1131, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '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 (2260, 1132, 1456, 23000, '1.00', '1.00', '0', '0.00', 0, '0.00', '23000.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 (2261, 1133, 304, 3, '2772.00', '2772.00', '0', '0.00', 0, '0.00', '8316.00', '2772.00', '2508.00', 'P000304', 'ပန်ကာကြိုး B ပြောင် China', 'B.132', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2262, 1134, 1457, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (2263, 1135, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2264, 1136, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2265, 1137, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '773626488');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2266, 1138, 477, 6, '3600.00', '3600.00', '0', '0.00', 0, '0.00', '21600.00', '3600.00', '3150.00', 'P0000477', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.90', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2267, 1139, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2268, 1139, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2269, 1140, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2270, 1141, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo Etop', '09965/\r\n09975/');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2271, 1142, 1454, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.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 (2272, 1143, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2273, 1144, 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 (2274, 1144, 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 (2275, 1144, 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 (2276, 1144, 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 (2277, 1144, 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 (2278, 1144, 1274, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.00', '300.00', 'P001287', 'Oil Seal Thailand', '26.40.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 (2279, 1144, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2280, 1144, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2281, 1145, 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 (2282, 1145, 57, 2, '1000.08', '1000.08', '0', '0.00', 0, '0.00', '2000.16', '1000.08', '336.00', 'P000057', 'ပန်ကာကြိုး A ပြောင် China', 'A.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 (2283, 1145, 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 (2284, 1145, 1161, 5, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '5000.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 (2285, 1145, 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 (2286, 1145, 1525, 1, '35000.00', '35000.00', '0', '0.00', 0, '0.00', '35000.00', '35000.00', '29000.00', 'P001539', 'အမဲဆီ', 'BoB အဝါ 10kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2287, 1146, 205, 10, '799.96', '799.96', '0', '0.00', 0, '0.00', '7999.60', '799.96', '532.00', 'P000205', 'ပန်ကာကြိုး B ပြောင် China', 'B.28', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2288, 1147, 435, 3, '2000.16', '2000.16', '0', '0.00', 0, '0.00', '6000.48', '2000.16', '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 (2289, 1148, 988, 10, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '10000.00', '1000.00', '572.00', 'P000995', 'Oil Seal OKTY', '50.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 (2290, 1148, 1163, 6, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '6000.00', '1000.00', '600.00', 'P001176', 'Oil Seal Korea', '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 (2291, 1149, 1059, 1, '2500.00', '2500.00', '0', '0.00', 0, '0.00', '2500.00', '2500.00', '1144.00', 'P001071', 'Oil Seal OKTY', '100.120.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 (2292, 1149, 1561, 5, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '7500.00', '1500.00', '1100.00', 'P001572', 'Oil Seal OKTY', '85.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 (2293, 1150, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2294, 1151, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2295, 1152, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2296, 1153, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '765151');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2297, 1153, 1457, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel Etop', '695151');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2298, 1154, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2299, 1154, 1457, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (2300, 1155, 936, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.00', '1500.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 (2301, 1156, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '765606075');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2302, 1157, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2303, 1158, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '73030083/\r\n4500/');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2304, 1158, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '7850/\r\n7950/');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2305, 1159, 22, 1, '5000.00', '5000.00', '0', '0.00', 0, '0.00', '5000.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 (2306, 1160, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2307, 1161, 1454, 6000, '1.00', '1.00', '0', '0.00', 0, '0.00', '6000.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 (2308, 1162, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2309, 1163, 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 (2310, 1163, 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 (2311, 1163, 31, 1, '11000.00', '11000.00', '0', '0.00', 0, '0.00', '11000.00', '11000.00', '10200.00', 'P000031', 'ဂီယာဝိုင်', '999 /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 (2312, 1163, 86, 1, '999.58', '999.58', '0', '0.00', 0, '0.00', '999.58', '999.58', '742.00', 'P000086', 'ပန်ကာကြိုး A ပြောင် China', 'A.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 (2313, 1163, 223, 1, '1012.00', '1012.00', '0', '0.00', 0, '0.00', '1012.00', '1012.00', '874.00', 'P0000223', 'ပန်ကာကြိုး B ပြောင် China', 'B.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 (2314, 1163, 242, 1, '1408.00', '1408.00', '0', '0.00', 0, '0.00', '1408.00', '1408.00', '1216.00', 'P0000242', 'ပန်ကာကြိုး B ပြောင် China', 'B.64', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2315, 1163, 858, 4, '500.00', '500.00', '0', '0.00', 0, '0.00', '2000.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 (2316, 1163, 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 (2317, 1163, 874, 4, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '4000.00', '1000.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 (2318, 1163, 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 (2319, 1163, 1454, 25000, '1.00', '1.00', '0', '0.00', 0, '0.00', '25000.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 (2320, 1163, 1457, 8000, '1.00', '1.00', '0', '0.00', 0, '0.00', '8000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (2321, 1164, 763, 2, '7800.00', '7800.00', '0', '0.00', 0, '0.00', '15600.00', '7800.00', '7020.00', 'P000764', 'ပန်ကာကြိုး CX ချိန်း Thailand', 'CX.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 (2322, 1164, 766, 2, '8850.00', '8850.00', '0', '0.00', 0, '0.00', '17700.00', '8850.00', '7965.00', 'P000767', 'ပန်ကာကြိုး CX ချိန်း Thailand', 'CX.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 (2323, 1164, 1538, 1, '5720.00', '5720.00', '0', '0.00', 0, '0.00', '5720.00', '5720.00', '4784.00', 'P001551', 'ပန်ကာကြိုး 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 (2324, 1165, 474, 2, '3480.00', '3480.00', '0', '0.00', 0, '0.00', '6960.00', '3480.00', '3045.00', 'P0000474', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.87', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2325, 1166, 110, 4, '1309.00', '1309.00', '0', '0.00', 0, '0.00', '5236.00', '1309.00', '1078.00', 'P000110', 'ပန်ကာကြိုး A ပြောင် China', 'A.77', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2326, 1166, 115, 2, '1394.00', '1394.00', '0', '0.00', 0, '0.00', '2788.00', '1394.00', '1148.00', 'P0000115', 'ပန်ကာကြိုး A ပြောင် China', 'A.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 (2327, 1167, 1052, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.00', '1078.00', 'P001064', 'Oil Seal OKTY', '90.115.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 (2328, 1167, 1525, 1, '35000.00', '35000.00', '0', '0.00', 0, '0.00', '35000.00', '35000.00', '29000.00', 'P001539', 'အမဲဆီ', 'BoB အဝါ 10kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2329, 1168, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2330, 1169, 763, 2, '7800.00', '7800.00', '0', '0.00', 0, '0.00', '15600.00', '7800.00', '7020.00', 'P000764', 'ပန်ကာကြိုး CX ချိန်း Thailand', 'CX.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 (2331, 1169, 766, 2, '8850.00', '8850.00', '0', '0.00', 0, '0.00', '17700.00', '8850.00', '7965.00', 'P000767', 'ပန်ကာကြိုး CX ချိန်း Thailand', 'CX.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 (2332, 1170, 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 (2333, 1170, 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 (2334, 1170, 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 (2335, 1170, 481, 4, '3760.00', '3760.00', '0', '0.00', 0, '0.00', '15040.00', '3760.00', '3290.00', 'P0000481', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.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 (2336, 1171, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2337, 1172, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2338, 1173, 1457, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (2339, 1174, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '425151');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2340, 1175, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2341, 1176, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2342, 1177, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2343, 1177, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2344, 1178, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2345, 1179, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2346, 1179, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2347, 1180, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2348, 1181, 1457, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (2349, 1182, 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 (2350, 1182, 31, 5, '11000.00', '11000.00', '0', '0.00', 0, '0.00', '55000.00', '11000.00', '10200.00', 'P000031', 'ဂီယာဝိုင်', '999 /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 (2351, 1182, 254, 1, '1672.00', '1672.00', '0', '0.00', 0, '0.00', '1672.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 (2352, 1182, 858, 11, '500.00', '500.00', '0', '0.00', 0, '0.00', '5500.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 (2353, 1182, 1028, 1, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '2000.00', '2000.00', '660.00', 'P001035', 'Oil Seal OKTY', '70.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 (2354, 1182, 1306, 12, '700.00', '700.00', '0', '0.00', 0, '0.00', '8400.00', '700.00', '400.00', 'P001319', 'Oil Seal Thailand', '35.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 (2355, 1182, 1525, 3, '35000.00', '35000.00', '0', '0.00', 0, '0.00', '105000.00', '35000.00', '29000.00', 'P001539', 'အမဲဆီ', 'BoB အဝါ 10kg', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2356, 1183, 1572, 3, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '4500.00', '1500.00', '800.00', 'P001583', 'အမဲဆီ', 'JP max', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2357, 1184, 10, 4, '8000.00', '8000.00', '0', '0.00', 0, '0.00', '32000.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 (2358, 1184, 21, 1, '5000.00', '5000.00', '0', '0.00', 0, '0.00', '5000.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 (2359, 1184, 838, 3, '500.00', '500.00', '0', '0.00', 0, '0.00', '1500.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 (2360, 1184, 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 (2361, 1184, 859, 4, '500.00', '500.00', '0', '0.00', 0, '0.00', '2000.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 (2362, 1184, 868, 2, '700.00', '700.00', '0', '0.00', 0, '0.00', '1400.00', '700.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 (2363, 1184, 1394, 1, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '1500.00', '1500.00', '1200.00', 'P001409', 'Oil Seal Thailand', '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 (2364, 1184, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.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 (2365, 1184, 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 (2366, 1185, 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 (2367, 1185, 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 (2368, 1185, 480, 1, '3720.00', '3720.00', '0', '0.00', 0, '0.00', '3720.00', '3720.00', '3255.00', 'P0000480', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.93', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2369, 1185, 684, 2, '5395.00', '5395.00', '0', '0.00', 0, '0.00', '10790.00', '5395.00', '4482.00', 'P0000685', 'ပန်ကာကြိုး AX ချိန်း Thailand', 'AX.83', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2370, 1185, 710, 4, '4080.00', '4080.00', '0', '0.00', 0, '0.00', '16320.00', '4080.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 (2371, 1185, 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 (2372, 1185, 859, 2, '500.00', '500.00', '0', '0.00', 0, '0.00', '1000.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 (2373, 1185, 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 (2374, 1185, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2375, 1185, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2376, 1186, 41, 1, '9500.00', '9500.00', '0', '0.00', 0, '0.00', '9500.00', '9500.00', '8550.00', 'P000041', 'အမဲဆီ', 'Ptt cup 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 (2377, 1186, 247, 4, '1518.00', '1518.00', '0', '0.00', 0, '0.00', '6072.00', '1518.00', '1311.00', 'P0000247', 'ပန်ကာကြိုး B ပြောင် China', 'B.69', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2378, 1186, 830, 1, '500.00', '500.00', '0', '0.00', 0, '0.00', '500.00', '500.00', '300.00', 'P000833', 'Oil Seal I/STO', '35.58.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 (2379, 1186, 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 (2380, 1186, 1406, 6, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '9000.00', '1500.00', '1200.00', 'P001421', 'Oil Seal Thailand', '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 (2381, 1186, 1508, 3, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '6000.00', '2000.00', '1000.00', 'P001522', 'Oil Seal Korea', '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 (2382, 1187, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2383, 1188, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2384, 1189, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '766306045');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2385, 1190, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '5121');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2386, 1191, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (2387, 1192, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2388, 1193, 1457, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (2389, 1194, 1454, 35000, '1.00', '1.00', '0', '0.00', 0, '0.00', '35000.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 (2390, 1194, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2391, 1195, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2392, 1196, 1478, 10, '12500.00', '12500.00', '0', '0.00', 0, '0.00', '125000.00', '12500.00', '5175.00', 'P001490', 'Timing ဘက်ကြိုး', 's5m.390×25mm', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2393, 1197, 149, 1, '999.81', '999.81', '0', '0.00', 0, '0.00', '999.81', '999.81', '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 (2394, 1197, 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 (2395, 1197, 1030, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.00', '1500.00', '737.00', 'P001037', 'Oil Seal OKTY', '70.95.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 (2396, 1197, 1031, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.00', '1500.00', '737.00', 'P001038', 'Oil Seal OKTY', '70.95.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 (2397, 1197, 1349, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.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 (2398, 1197, 1454, 8000, '1.00', '1.00', '0', '0.00', 0, '0.00', '8000.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 (2399, 1197, 1455, 26000, '1.00', '1.00', '0', '0.00', 0, '0.00', '26000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2400, 1197, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2401, 1197, 1512, 1, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '2000.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 (2402, 1197, 1555, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.00', '1500.00', '1143.00', 'P001566', 'Oil Seal Thailand', '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 (2403, 1198, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2404, 1199, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2405, 1199, 1457, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (2406, 1200, 1454, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', 'Wife/\r\nသမီး/');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2407, 1201, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', '775151839');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2408, 1202, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2409, 1202, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2410, 1203, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2411, 1204, 1406, 3, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '4500.00', '1500.00', '1200.00', 'P001421', 'Oil Seal Thailand', '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 (2412, 1205, 1406, 3, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '4500.00', '1500.00', '1200.00', 'P001421', 'Oil Seal Thailand', '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 (2413, 1206, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2414, 1207, 9, 1, '37000.00', '37000.00', '0', '0.00', 0, '0.00', '37000.00', '37000.00', '35000.00', 'P000009', 'အမဲဆီ', 'Trane 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 (2415, 1207, 461, 2, '2960.00', '2960.00', '0', '0.00', 0, '0.00', '5920.00', '2960.00', '2590.00', 'P0000461', 'ပန်ကာကြိုး B ပြောင် Thailand', '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 (2416, 1207, 858, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.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 (2417, 1207, 868, 4, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '4000.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 (2418, 1207, 1266, 1, '700.00', '700.00', '0', '0.00', 0, '0.00', '700.00', '700.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 (2419, 1207, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2420, 1208, 1090, 1, '3500.00', '3500.00', '0', '0.00', 0, '0.00', '3500.00', '3500.00', '1980.00', 'P001102', 'Oil Seal OKTY', '130.160.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 (2421, 1208, 1508, 1, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '2000.00', '2000.00', '1000.00', 'P001522', 'Oil Seal Korea', '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 (2422, 1209, 710, 1, '4080.00', '4080.00', '0', '0.00', 0, '0.00', '4080.00', '4080.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 (2423, 1209, 714, 1, '4420.00', '4420.00', '0', '0.00', 0, '0.00', '4420.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 (2424, 1209, 748, 2, '7310.00', '7310.00', '0', '0.00', 0, '0.00', '14620.00', '7310.00', '6450.00', 'P000749', 'ပန်ကာကြိုး BX ချိန်း Thailand', 'BX.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 (2425, 1210, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2426, 1210, 1457, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (2427, 1211, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2428, 1211, 1456, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001468', 'Ooredoo Etopup', 'Ooredoo Etop', 'Wife');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2429, 1212, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT 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 (2430, 1213, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.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 (2431, 1214, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2432, 1215, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2433, 1216, 1456, 30000, '1.00', '1.00', '0', '0.00', 0, '0.00', '30000.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 (2434, 1217, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2435, 1218, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.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 (2436, 1219, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2437, 1220, 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 (2438, 1221, 1454, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.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 (2439, 1222, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2440, 1223, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2441, 1224, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2442, 1225, 1455, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2443, 1226, 44, 2, '10000.00', '10000.00', '0', '0.00', 0, '0.00', '20000.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 (2444, 1227, 5, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.00', '4000.00', '3650.00', 'P000005', 'အမဲဆီ', 'Trane 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 (2445, 1227, 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 (2446, 1227, 31, 1, '11000.00', '11000.00', '0', '0.00', 0, '0.00', '11000.00', '11000.00', '10200.00', 'P000031', 'ဂီယာဝိုင်', '999 /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 (2447, 1227, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2448, 1228, 417, 6, '1024.00', '1024.00', '0', '0.00', 0, '0.00', '6144.00', '1024.00', '1120.00', 'P0000417', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.32', 'Toyopower');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2449, 1228, 1561, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.00', '1500.00', '1100.00', 'P001572', 'Oil Seal OKTY', '85.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 (2450, 1229, 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 (2451, 1229, 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 (2452, 1229, 238, 1, '1320.00', '1320.00', '0', '0.00', 0, '0.00', '1320.00', '1320.00', '1140.00', 'P0000238', 'ပန်ကာကြိုး B ပြောင် China', 'B.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 (2453, 1229, 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 (2454, 1229, 982, 4, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '4000.00', '1000.00', '462.00', 'P000989', 'Oil Seal OKTY', '50.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 (2455, 1229, 988, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.00', '1000.00', '572.00', 'P000995', 'Oil Seal OKTY', '50.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 (2456, 1229, 1119, 1, '500.00', '500.00', '0', '0.00', 0, '0.00', '500.00', '500.00', '210.00', 'P001131', 'Oil Seal Korea', '20.32.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 (2457, 1229, 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 (2458, 1229, 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 (2459, 1229, 1479, 1, '18000.00', '18000.00', '0', '0.00', 0, '0.00', '18000.00', '18000.00', '6300.00', 'P001491', 'Timing ဘက်ကြိုး', 's5m.390×30mm', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2460, 1230, 5, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.00', '4000.00', '3650.00', 'P000005', 'အမဲဆီ', 'Trane 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 (2461, 1230, 31, 2, '11000.00', '11000.00', '0', '0.00', 0, '0.00', '22000.00', '11000.00', '10200.00', 'P000031', 'ဂီယာဝိုင်', '999 /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 (2462, 1230, 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 (2463, 1230, 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 (2464, 1230, 1200, 6, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '9000.00', '1500.00', '800.00', 'P001213', 'Oil Seal Korea', '75.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 (2465, 1230, 1349, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.00', '1000.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 (2466, 1230, 1508, 1, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '2000.00', '2000.00', '1000.00', 'P001522', 'Oil Seal Korea', '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 (2467, 1231, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2468, 1231, 1457, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (2469, 1232, 498, 4, '4560.00', '4560.00', '0', '0.00', 0, '0.00', '18240.00', '4560.00', '3990.00', 'P0000498', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.114', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2470, 1233, 155, 2, '999.00', '999.00', '0', '0.00', 0, '0.00', '1998.00', '999.00', '378.00', 'P0000155', 'ပန်ကာကြိုး FMပြောင် China', 'FM.27', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2471, 1233, 443, 1, '2240.00', '2240.00', '0', '0.00', 0, '0.00', '2240.00', '2240.00', '1960.00', 'P0000443', 'ပန်ကာကြိုး B ပြောင် Thailand', '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 (2472, 1233, 1155, 1, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '1000.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 (2473, 1233, 1454, 28000, '1.00', '1.00', '0', '0.00', 0, '0.00', '28000.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 (2474, 1233, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2475, 1234, 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 (2476, 1234, 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 (2477, 1235, 1573, 39, '200.00', '200.00', '0', '0.00', 0, '0.00', '7800.00', '200.00', '30.00', 'P001584', 'Orine', '11×2.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 (2478, 1235, 1574, 10, '6500.00', '6500.00', '0', '0.00', 0, '0.00', '65000.00', '6500.00', '2310.00', 'P001585', 'Timing ဘက်ကြိုး', 'S5m.390×12mm', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2479, 1236, 488, 10, '3900.48', '3900.48', '0', '0.00', 0, '0.00', '39004.80', '3900.48', '3570.00', 'P0000488', 'ပန်ကာကြိုး B ပြောင် Thailand', '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 (2480, 1237, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2481, 1238, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2482, 1239, 1454, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.00', '1.00', '0.95', 'P001466', 'MPT Etopup', 'MPT Etop', '425151/\r\n514/');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2483, 1240, 1455, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2484, 1241, 1455, 90000, '1.00', '1.00', '0', '0.00', 0, '0.00', '90000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor Etop', 'Group');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2485, 1242, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2486, 1243, 1457, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001469', 'Mytel Etopup', 'Mytel 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 (2487, 1244, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2488, 1244, 1456, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2489, 1245, 1454, 23000, '1.00', '1.00', '0', '0.00', 0, '0.00', '23000.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 (2490, 1245, 1455, 8000, '1.00', '1.00', '0', '0.00', 0, '0.00', '8000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2491, 1246, 1454, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.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 (2492, 1247, 1414, 2, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '3000.00', '1500.00', '1200.00', 'P001429', 'Oil Seal Thailand', '80.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 (2493, 1247, 1509, 2, '2000.00', '2000.00', '0', '0.00', 0, '0.00', '4000.00', '2000.00', '990.00', 'P001523', 'Oil Seal Korea', '80.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 (2494, 1248, 3, 1, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '4000.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 (2495, 1248, 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 (2496, 1249, 1050, 3, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '12000.00', '4000.00', '1485.00', 'P001062', 'Oil Seal OKTY', '85.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 (2497, 1250, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2498, 1251, 1455, 5000, '1.00', '1.00', '0', '0.00', 0, '0.00', '5000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2499, 1252, 1454, 20000, '1.00', '1.00', '0', '0.00', 0, '0.00', '20000.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 (2500, 1253, 1454, 10000, '1.00', '1.00', '0', '0.00', 0, '0.00', '10000.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 (2501, 1254, 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 (2502, 1254, 5, 2, '4000.00', '4000.00', '0', '0.00', 0, '0.00', '8000.00', '4000.00', '3650.00', 'P000005', 'အမဲဆီ', 'Trane 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 (2503, 1254, 35, 1, '12000.00', '12000.00', '0', '0.00', 0, '0.00', '12000.00', '12000.00', '10450.00', 'P000035', 'ဂီယာဝိုင်', 'Hero 90 /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 (2504, 1254, 39, 1, '2500.00', '2500.00', '0', '0.00', 0, '0.00', '2500.00', '2500.00', '2250.00', 'P000039', 'အမဲဆီ', 'Ptt cup 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 (2505, 1254, 451, 2, '2560.00', '2560.00', '0', '0.00', 0, '0.00', '5120.00', '2560.00', '2240.00', 'P0000451', 'ပန်ကာကြိုး B ပြောင် Thailand', 'B.64', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2506, 1254, 838, 10, '500.00', '500.00', '0', '0.00', 0, '0.00', '5000.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 (2507, 1254, 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 (2508, 1254, 868, 8, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '8000.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 (2509, 1254, 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 (2510, 1254, 1454, 80000, '1.00', '1.00', '0', '0.00', 0, '0.00', '80000.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 (2511, 1254, 1455, 2000, '1.00', '1.00', '0', '0.00', 0, '0.00', '2000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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 (2512, 1254, 1572, 3, '1500.00', '1500.00', '0', '0.00', 0, '0.00', '4500.00', '1500.00', '800.00', 'P001583', 'အမဲဆီ', 'JP max', '');
INSERT INTO `tec_sale_items` (`id`, `sale_id`, `product_id`, `quantity`, `unit_price`, `net_unit_price`, `discount`, `item_discount`, `tax`, `item_tax`, `subtotal`, `real_unit_price`, `cost`, `product_code`, `product_categories`, `product_name`, `comment`) VALUES (2513, 1254, 1577, 2, '3000.00', '3000.00', '0', '0.00', 0, '0.00', '6000.00', '3000.00', '2500.00', 'P001586', 'Oil Seal Korea', '101.114.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 (2514, 1255, 1365, 16, '950.00', '950.00', '0', '0.00', 0, '0.00', '15200.00', '950.00', '700.00', 'P001380', 'Oil Seal Thailand', '52.65.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 (2515, 1256, 1537, 1, '3000.24', '3000.24', '0', '0.00', 0, '0.00', '3000.24', '3000.24', '2484.00', 'P001550', 'ပန်ကာကြိုး 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 (2516, 1256, 1578, 2, '17000.00', '17000.00', '0', '0.00', 0, '0.00', '34000.00', '17000.00', '12740.00', 'P001587', 'ပန်ကာကြိုး C ပြောင် Thailand', 'Sc.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 (2517, 1256, 1582, 2, '28000.00', '28000.00', '0', '0.00', 0, '0.00', '56000.00', '28000.00', '23500.00', 'P001591', 'ပန်ကာကြိုး CX ချိန်း Thailand', 'Scx.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 (2518, 1256, 1583, 2, '33000.00', '33000.00', '0', '0.00', 0, '0.00', '66000.00', '33000.00', '26500.00', 'P001592', 'ပန်ကာကြိုး CX ချိန်း Thailand', 'Scx.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 (2519, 1257, 916, 2, '1000.00', '1000.00', '0', '0.00', 0, '0.00', '2000.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 (2520, 1257, 1455, 3000, '1.00', '1.00', '0', '0.00', 0, '0.00', '3000.00', '1.00', '0.95', 'P001467', 'Telenor Etopup', 'Telenor 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=1258 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, '30000.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 (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, '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 (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, '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 (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, '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 (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, '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 (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, '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 (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, '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 (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, '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 (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, '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 (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, '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 (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, '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 (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, '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 (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, '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 (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, '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 (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, '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 (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, '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 (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, '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 (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, '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 (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, '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 (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, '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 (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, '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 (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, '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 (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, '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 (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, '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 (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 (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, '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 (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);
INSERT INTO `tec_sales` (`id`, `date`, `customer_id`, `customer_name`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `grand_total`, `total_items`, `total_quantity`, `paid`, `created_by`, `updated_by`, `updated_at`, `note`, `status`, `rounding`, `store_id`, `hold_ref`) VALUES (376, '2019-12-28 15:38:40', 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 (377, '2019-12-28 15:39:45', 64, 'lb ma hla hla win', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '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 (378, '2019-12-28 15:41:13', 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 (379, '2019-12-28 15:41:54', 119, 'SR', '6426.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '6426.00', 1, 6, '24659.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 (380, '2019-12-28 15:42:43', 120, 'Mya kyaw tun', '29440.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '29440.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 (381, '2019-12-28 15:48:58', 66, 'swan are ko shagyi', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '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 (382, '2019-12-28 15:52:00', 110, 'u hla myint oilseal', '15500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '15500.00', 6, 9, '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 (383, '2019-12-28 15:52:39', 147, 'Ko myo nyi', '1000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '1000.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 (384, '2019-12-28 17:16:15', 132, 'စျေးဝယ် 1', '21000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '21000.00', 8, 18, '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 (385, '2019-12-28 17:18:09', 130, 'ပတ္တမြား ပန့်', '4000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '4000.00', 2, 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 (386, '2019-12-28 17:26:29', 132, 'စျေးဝယ် 1', '44500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '44500.00', 9, 13, '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 (387, '2019-12-28 17:29:38', 132, 'စျေးဝယ် 1', '8300.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '8300.00', 5, 7, '8300.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 (388, '2019-12-28 17:31:49', 111, 'ko mg mg shop', '15000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '15000.00', 1, 15000, '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 (389, '2019-12-28 17:33:23', 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 (390, '2019-12-28 17:40:44', 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 (391, '2019-12-28 17:41:53', 148, 'အနဲကြီး စည်ပင်', '18000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '18000.00', 1, 2, '18000.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 (392, '2019-12-28 17:46:30', 120, 'Mya kyaw tun', '19440.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '19440.00', 1, 3, '52880.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 (393, '2019-12-28 17:47:19', 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 (394, '2019-12-29 16:25:47', 32, 'ko 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 (395, '2019-12-29 16:26:22', 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 (396, '2019-12-29 16:27:55', 110, 'u hla myint oilseal', '1870.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '1870.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 (397, '2019-12-29 16:28:45', 52, 'lb hein min thar', '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 (398, '2019-12-29 16:29:45', 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 (399, '2019-12-29 16:31:10', 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 (400, '2019-12-29 16:31:42', 60, 'ko kayin', '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 (401, '2019-12-29 16:38:08', 57, 'ever top ko aung win', '30000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '30000.00', 3, 30000, '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 (402, '2019-12-29 16:39:44', 128, 'popular plastics ', '8000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '8000.00', 1, 2, '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 (403, '2019-12-29 16:41:37', 127, 'ko aung zaw tun (စည်ပင် )', '31400.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '31400.00', 2, 7, '31400.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 (404, '2019-12-29 16:42:52', 149, 'သံပြားကိုလှဝင်း သားလတ်', '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 (405, '2019-12-29 16:43:47', 1, 'ဈေးဝယ်', '63450.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '63450.00', 2, 33, '63450.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 (406, '2019-12-30 17:38:23', 15, 'thancom', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '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 (407, '2019-12-30 18:00:29', 34, 'ko win aung', '30000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '30000.00', 3, 30000, '95000.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 (408, '2019-12-30 18:03:07', 150, 'U cheeni', '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 (409, '2019-12-30 18:17:09', 118, 'San thit ball', '11000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '11000.00', 2, 4, '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 (410, '2019-12-30 18:20:30', 110, 'u hla myint oilseal', '65348.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '65348.00', 5, 21, '82728.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 (411, '2019-12-30 18:21:13', 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, 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 (412, '2019-12-30 18:23:18', 51, 'ko thi ha', '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 (413, '2019-12-30 18:24:43', 126, '311 ဦးစိုးတင့်', '98560.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '98560.00', 4, 28, '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 (414, '2019-12-30 18:25:39', 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, '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 (415, '2019-12-30 18:26:30', 98, 'Ruthiran', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '184800.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 (416, '2019-12-30 18:27:04', 119, 'SR', '28050.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '28050.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 (417, '2019-12-30 18:27:47', 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 (418, '2019-12-30 18:52:31', 59, 'ko mg soe (pipe)', '21880.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '21880.00', 3, 9, '21880.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 (419, '2019-12-30 18:53:28', 130, 'ပတ္တမြား ပန့်', '4000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '4000.00', 1, 8, '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 (420, '2019-12-30 18:58:15', 132, 'စျေးဝယ် 1', '47500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '47500.00', 6, 49, '47500.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 (421, '2019-12-30 18:59:37', 151, 'Humma ကရိန်း', '38880.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '38880.00', 1, 6, '38880.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 (422, '2019-12-30 19:18:26', 132, 'စျေးဝယ် 1', '27000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '27000.00', 4, 18004, '27000.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 (423, '2019-12-30 19:20:31', 1, 'ဈေးဝယ်', '3500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3500.00', 1, 1, '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 (424, '2019-12-31 19:26:32', 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 (425, '2019-12-31 19:28:52', 27, 'lb prepaid', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '326000.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 (426, '2019-12-31 19:30:02', 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 (427, '2019-12-31 19:30:43', 66, 'swan are ko shagyi', '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 (428, '2019-12-31 19:38:14', 37, 'shine zaw wun', '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 (429, '2019-12-31 19:40:11', 8, 'U hla mg (twin machine)', '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 (430, '2019-12-31 19:41:03', 9, 'lucky bag', '4420.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '4420.00', 1, 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 (431, '2019-12-31 19:43:14', 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 (432, '2019-12-31 20:06:09', 132, 'စျေးဝယ် 1', '29120.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '29120.00', 3, 8, '29000.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 (433, '2019-12-31 20:07:25', 20, 'ruby', '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 (434, '2019-12-31 20:08:00', 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 (435, '2019-12-31 20:08:51', 50, 'ko kyaw naing', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '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 (436, '2019-12-31 20:21:12', 132, 'စျေးဝယ် 1', '92482.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '92482.00', 14, 30033, '92482.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 (437, '2020-01-01 20:13:11', 32, 'ko kyaw kyaw', '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 (438, '2020-01-01 20:14:17', 38, 'thein than', '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 (439, '2020-01-01 20:15:16', 42, 'cho too by (bro)', '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 (440, '2020-01-01 20:17:23', 110, 'u hla myint oilseal', '119000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '119000.00', 2, 8, '119000.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 (441, '2020-01-01 20:19:35', 25, 'ko san mg shop', '26000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '26000.00', 2, 26000, '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 (442, '2020-01-01 20:20:19', 152, 'ကိုမာတင်', '700.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '700.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 (443, '2020-01-01 20:26:10', 132, 'စျေးဝယ် 1', '20700.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20700.00', 10, 3011, '20700.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 (444, '2020-01-01 20:28:26', 153, 'ပြုံး မောင်မောင်', '17000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '17000.00', 1, 10, '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 (445, '2020-01-02 21:00:41', 24, 'ko min khing', '15000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '15000.00', 1, 15000, '75000.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 (446, '2020-01-02 21:02:51', 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 (447, '2020-01-02 21:04:14', 55, 'lb u san 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 (448, '2020-01-02 21:05:05', 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 (449, '2020-01-02 21:06:44', 132, 'စျေးဝယ် 1', '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 (450, '2020-01-02 21:11:46', 110, 'u hla myint oilseal', '24629.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '24629.00', 5, 19, '24629.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 (451, '2020-01-02 21:13:54', 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 (452, '2020-01-02 21:14:33', 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 (453, '2020-01-02 21:15:40', 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 (454, '2020-01-02 21:16:30', 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 (455, '2020-01-02 21:17:11', 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 (456, '2020-01-02 21:18:03', 24, 'ko min khing', '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 (457, '2020-01-02 21:18:50', 43, 'jv', '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 (458, '2020-01-02 21:19:52', 27, 'lb prepaid', '90000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '90000.00', 1, 90000, '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 (459, '2020-01-02 21:28:38', 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 (460, '2020-01-02 21:29: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 (461, '2020-01-02 21:30:53', 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 (462, '2020-01-02 21:33:25', 154, 'Win thein ညီ', '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 (463, '2020-01-02 21:42:50', 132, 'စျေးဝယ် 1', '37500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '37500.00', 11, 8022, '37500.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 (464, '2020-01-07 20:22:00', 110, 'u hla myint oilseal', '7000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '7000.00', 1, 7, '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 (465, '2020-01-07 20:22:36', 87, '3400', '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 (466, '2020-01-07 20:23: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 (467, '2020-01-07 20:23:49', 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 (468, '2020-01-07 20:24:43', 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 (469, '2020-01-07 20:25:19', 119, 'SR', '1500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '1500.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 (470, '2020-01-07 20:25:55', 14, 'dhamma', '35000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '35000.00', 3, 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 (471, '2020-01-07 20:27:05', 155, 'ဂနပသီးနဲး', '29750.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '29750.00', 1, 2, '29750.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 (472, '2020-01-07 20:27:44', 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, '5000.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 (473, '2020-01-07 20:29:03', 89, 'lb ma pu', '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 (474, '2020-01-07 20:29:39', 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 (475, '2020-01-07 20:30:18', 20, 'ruby', '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 (476, '2020-01-07 20:31:01', 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 (477, '2020-01-07 20:39:54', 132, 'စျေးဝယ် 1', '65000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '65000.00', 11, 10024, '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 (478, '2020-01-07 20:44:04', 157, 'Town ace တရုတ်', '16414.50', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '16414.50', 4, 21, '16414.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 (479, '2020-01-07 20:46:17', 132, 'စျေးဝယ် 1', '8000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '8000.00', 5, 9, '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 (480, '2020-01-07 20:49:08', 132, 'စျေးဝယ် 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 (481, '2020-01-08 12:02:57', 132, 'စျေးဝယ် 1', '66056.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '66056.00', 11, 25, '66000.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 (482, '2020-01-08 12:06:51', 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 (483, '2020-01-08 12:07:35', 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 (484, '2020-01-08 12:08: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 (485, '2020-01-08 12:09:01', 20, 'ruby', '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 (486, '2020-01-08 12:09:54', 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 (487, '2020-01-08 12:10:50', 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 (488, '2020-01-08 12:12:07', 126, '311 ဦးစိုးတင့်', '69760.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '69760.00', 4, 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 (489, '2020-01-08 12:13:13', 4, 'Ko show di', '6000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '6000.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 (490, '2020-01-08 12:14:49', 12, 'Ko Aung moe', '100000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '100000.00', 1, 5, '105000.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 (491, '2020-01-08 12:16:02', 18, 'kalapu (piniyan)', '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 (492, '2020-01-08 12:16:37', 33, 'bokalay marmu', '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 (493, '2020-01-08 12:17:52', 29, 'hla win (iron)', '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 (494, '2020-01-08 12:18:31', 75, 'din kar', '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 (495, '2020-01-08 12:19:58', 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 (496, '2020-01-08 12:23:06', 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 (497, '2020-01-08 12:23:46', 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 (498, '2020-01-08 12:26:33', 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 (499, '2020-01-08 12:41:13', 132, 'စျေးဝယ် 1', '102458.36', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '102458.36', 17, 5042, '102458.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 (500, '2020-01-08 12:52:29', 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 (501, '2020-01-08 12:54:01', 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 (502, '2020-01-08 12:54:35', 2, 'ko shwe 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 (503, '2020-01-08 13:01:15', 60, 'ko kayin', '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 (504, '2020-01-08 13:02:05', 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 (505, '2020-01-08 13:02:43', 75, 'din kar', '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 (506, '2020-01-08 13:03:34', 27, 'lb prepaid', '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 (507, '2020-01-08 13:04:10', 158, '450399808', '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 (508, '2020-01-08 13:04:51', 18, 'kalapu (piniyan)', '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 (509, '2020-01-08 13:05:23', 66, 'swan are 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 (510, '2020-01-08 13:05:59', 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 (511, '2020-01-08 13:07:41', 9, 'lucky bag', '22440.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '22440.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 (512, '2020-01-08 13:09:15', 159, 'JGS', '7000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '7000.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 (513, '2020-01-08 13:15:29', 152, 'ကိုမာတင်', '2000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '2000.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 (514, '2020-01-08 13:16:36', 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 (515, '2020-01-08 13:18:17', 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 (516, '2020-01-08 13:19:09', 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 (517, '2020-01-08 13:19:32', 110, 'u hla myint oilseal', '5600.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5600.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 (518, '2020-01-08 13:47:19', 132, 'စျေးဝယ် 1', '77000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '77000.00', 15, 38049, '77000.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 (519, '2020-01-08 13:50:15', 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, '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 (520, '2020-01-08 13:52:13', 45, 'lb ko poe di', '25000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '25000.00', 2, 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 (521, '2020-01-08 13:54:25', 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 (522, '2020-01-08 14:49:39', 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 (523, '2020-01-08 14:51:07', 119, 'SR', '27420.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '27420.00', 2, 8, '28960.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 (524, '2020-01-08 14:51:36', 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 (525, '2020-01-08 14:53:33', 110, 'u hla myint oilseal', '15622.60', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '15622.60', 2, 6, '28212.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 (526, '2020-01-08 14:54:41', 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 (527, '2020-01-08 14:56:02', 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 (528, '2020-01-08 14:58:10', 117, 'Ud ball', '3500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3500.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 (529, '2020-01-08 14:58:40', 18, 'kalapu (piniyan)', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 1, '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 (530, '2020-01-08 14:59: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 (531, '2020-01-08 15:02:02', 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 (532, '2020-01-08 15:31:45', 132, 'စျေးဝယ် 1', '60740.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '60740.00', 7, 29, '60740.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 (533, '2020-01-08 18:03:22', 132, 'စျေးဝယ် 1', '15000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '15000.00', 5, 5007, '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 (534, '2020-01-08 18:04:58', 32, 'ko kyaw kyaw', '25000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '25000.00', 2, 25000, '131000.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 (535, '2020-01-08 18:06:39', 37, 'shine zaw wun', '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 (536, '2020-01-09 16:36:59', 132, 'စျေးဝယ် 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 (537, '2020-01-09 16:40:37', 132, 'စျေးဝယ် 1', '118754.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '118754.00', 4, 5, '118754.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 (538, '2020-01-09 16:51:30', 128, 'popular plastics ', '3696.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3696.00', 1, 2, '3696.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 (539, '2020-01-09 16:55:15', 132, 'စျေးဝယ် 1', '72900.00', '0.00', '400', '400.00', '400.00', '0.00', '0%', '0.00', '0.00', '72500.00', 8, 18, '72500.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 (540, '2020-01-09 16:56:47', 110, 'u hla myint oilseal', '5040.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5040.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 (541, '2020-01-09 16:57:25', 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 (542, '2020-01-09 16:59:35', 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, '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 (543, '2020-01-09 17:04:08', 110, 'u hla myint oilseal', '26500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '26500.00', 7, 34, '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 (544, '2020-01-09 17:04:35', 31, 'ko shagyi', '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 (545, '2020-01-09 17:05:11', 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 (546, '2020-01-09 17:05:43', 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 (548, '2020-01-09 17:58:49', 110, 'u hla myint oilseal', '18040.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '18040.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 (549, '2020-01-09 17:59:18', 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 (550, '2020-01-09 18:01:11', 132, 'စျေးဝယ် 1', '30200.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '30200.00', 3, 5, '30200.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 (551, '2020-01-09 18:02:59', 144, 'Golden country', '91560.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '91560.00', 4, 22, '91560.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 (552, '2020-01-10 14:51:13', 40, 'shine sister (writer)', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 1, '21000.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 (553, '2020-01-10 14:51:43', 63, 'lb aung ko latt', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 2, 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 (554, '2020-01-10 14:52: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 (555, '2020-01-10 14:53:05', 126, '311 ဦးစိုးတင့်', '53600.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '53600.00', 2, 15, '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 (556, '2020-01-10 14:54:12', 53, 'sanjay ko latt', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 2, 20000, '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 (557, '2020-01-10 14:56:14', 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 (558, '2020-01-10 14:56:49', 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 (559, '2020-01-10 14:57:31', 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 (560, '2020-01-10 14:58:53', 71, 'Aunty thi ta', '6000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '6000.00', 2, 6000, '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 (561, '2020-01-10 14:59:45', 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 (562, '2020-01-10 15:00:33', 160, '147', '1000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '1000.00', 1, 1000, '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 (563, '2020-01-10 15:06:20', 132, 'စျေးဝယ် 1', '21088.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '21088.00', 6, 20, '21088.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 (564, '2020-01-10 15:09:01', 161, 'ကိုကျားကြီး', '12000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '12000.00', 2, 8, '12000.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 (565, '2020-01-10 15:10:28', 123, 'U cheeni oilseal', '4000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '4000.00', 2, 6, '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 (566, '2020-01-10 15:18:54', 132, 'စျေးဝယ် 1', '47500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '47500.00', 6, 15005, '47500.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 (567, '2020-01-10 15:19:33', 131, 'အန်ထော်နီ', '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 (568, '2020-01-10 18:35:18', 128, 'popular plastics ', '19199.04', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '19199.04', 2, 24, '19200.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 (569, '2020-01-10 18:36:51', 162, 'ကိုမင်းလွင် ဝယ်သူ', '51747.50', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '51747.50', 2, 4, '51747.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 (570, '2020-01-10 18:41:09', 132, 'စျေးဝယ် 1', '2999.68', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '2999.68', 2, 3, '2999.68', 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 (571, '2020-01-10 18:45:35', 126, '311 ဦးစိုးတင့်', '31840.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '31840.00', 3, 9, '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 (572, '2020-01-10 18:46:30', 110, 'u hla myint oilseal', '6576.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '6576.00', 2, 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 (573, '2020-01-10 18:46:50', 56, 'lb ko aung win', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '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 (574, '2020-01-11 17:25:56', 110, 'u hla myint oilseal', '8016.98', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '8016.98', 5, 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 (575, '2020-01-11 17:26: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 (576, '2020-01-11 17:27:30', 20, 'ruby', '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 (577, '2020-01-11 17:28:52', 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 (578, '2020-01-11 17:29:19', 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 (579, '2020-01-11 17:35:55', 24, 'ko min khing', '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 (580, '2020-01-11 17:36:30', 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 (581, '2020-01-11 17:37:25', 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 (582, '2020-01-11 17:42:44', 9, 'lucky bag', '71000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '71000.00', 3, 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 (583, '2020-01-11 17:43:16', 150, 'U cheeni', '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 (584, '2020-01-11 17:44:26', 163, 'ကိုအေးကြူ ယေက်ဖ', '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 (585, '2020-01-11 17:45:09', 49, 'ko babu (muli)', '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 (586, '2020-01-11 17:46:35', 132, 'စျေးဝယ် 1', '7000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '7000.00', 3, 4, '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 (587, '2020-01-11 17:47:03', 133, 'ကိုဟာစံ', '34000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '34000.00', 1, 2, '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 (588, '2020-01-11 17:47:57', 148, 'အနဲကြီး စည်ပင်', '17000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '17000.00', 2, 14, '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 (589, '2020-01-11 17:51:08', 132, 'စျေးဝယ် 1', '82905.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '82905.00', 4, 19, '82905.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 (590, '2020-01-11 17:59:06', 132, 'စျေးဝယ် 1', '56500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '56500.00', 5, 30002, '56500.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 (591, '2020-01-11 18:03:30', 164, 'ဦးစံသိန်း', '2000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '2000.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 (592, '2020-01-11 18:18:29', 132, 'စျေးဝယ် 1', '1040.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '1040.00', 1, 1, '1000.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 (593, '2020-01-12 17:00:07', 110, 'u hla myint oilseal', '13128.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '13128.00', 7, 9, '5000.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 (594, '2020-01-12 17:00:58', 22, 'valu ann', '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 (595, '2020-01-12 17:01:38', 32, 'ko kyaw kyaw', '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 (596, '2020-01-12 17:02:14', 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 (597, '2020-01-12 17:02:55', 63, 'lb aung 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 (598, '2020-01-12 17:07:44', 50, 'ko kyaw naing', '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 (599, '2020-01-12 17:10:08', 165, 'မုန့်ဖို', '16000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '16000.00', 2, 16, '5000.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 (600, '2020-01-12 17:10:39', 106, 'ကိုငယ်လေး အဖေ', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '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 (601, '2020-01-12 17:12:03', 4, 'Ko show di', '47100.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '47100.00', 2, 8, '174180.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 (602, '2020-01-12 17:12:29', 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 (603, '2020-01-12 17:13:07', 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 (604, '2020-01-12 17:15:29', 132, 'စျေးဝယ် 1', '21000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '21000.00', 4, 13, '21000.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 (605, '2020-01-12 17:18:03', 166, 'သုံးခွ ရိတ်ချွေ', '39620.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '39620.00', 4, 6, '39500.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 (606, '2020-01-12 17:18:45', 10, 'ကိုဟာနစ်', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 2, 12, '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 (607, '2020-01-12 17:19:48', 167, 'ကိုရခိုင်', '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 (608, '2020-01-12 17:20:24', 132, 'စျေးဝယ် 1', '1003.20', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '1003.20', 1, 1, '1000.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 (609, '2020-01-13 17:52:15', 126, '311 ဦးစိုးတင့်', '20160.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20160.00', 2, 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 (610, '2020-01-13 17:53:08', 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 (611, '2020-01-13 17:54: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 (612, '2020-01-13 17:56:06', 27, 'lb prepaid', '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 (613, '2020-01-13 17:57:13', 9, 'lucky bag', '11345.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '11345.00', 2, 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 (614, '2020-01-13 17:58:42', 110, 'u hla myint oilseal', '500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '500.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 (615, '2020-01-13 18:00:08', 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 (616, '2020-01-13 18:00:40', 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 (617, '2020-01-13 18:01:18', 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 (618, '2020-01-13 18:09:17', 132, 'စျေးဝယ် 1', '41596.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '41596.00', 10, 8013, '41596.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 (619, '2020-01-13 18:10:28', 148, 'အနဲကြီး စည်ပင်', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 2, 6, '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 (620, '2020-01-14 19:46:57', 110, 'u hla myint oilseal', '43102.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '43102.00', 5, 16, '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 (621, '2020-01-14 19:47:58', 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 (622, '2020-01-14 19:50:26', 71, 'Aunty 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 (623, '2020-01-14 19:51:00', 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 (624, '2020-01-14 19:51:28', 66, 'swan are ko shagyi', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 2, 20000, '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 (625, '2020-01-14 19:52:00', 54, 'U hla thein', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '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 (626, '2020-01-14 19:53:12', 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 (627, '2020-01-14 19:54:11', 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 (628, '2020-01-14 19:54:45', 40, 'shine sister (writer)', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '14000.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 (629, '2020-01-14 19:55:40', 65, 'lb k k', '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 (630, '2020-01-14 19:56:36', 34, 'ko win aung', '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 (631, '2020-01-14 19:57:30', 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 (632, '2020-01-14 21:41:18', 132, 'စျေးဝယ် 1', '205550.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '205550.00', 10, 18025, '205550.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 (633, '2020-01-15 10:04:58', 127, 'ko aung zaw tun (စည်ပင် )', '22000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '22000.00', 2, 2, '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 (634, '2020-01-15 10:08:45', 132, 'စျေးဝယ် 1', '32499.12', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '32499.12', 7, 21, '32499.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 (635, '2020-01-15 10:09:23', 144, 'Golden country', '7375.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '7375.00', 1, 5, '7375.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 (636, '2020-01-15 17:52:55', 58, 'min htat', '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 (637, '2020-01-15 19:42:45', 110, 'u hla myint oilseal', '18500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '18500.00', 3, 7, '18500.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 (638, '2020-01-15 19:44:27', 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 (639, '2020-01-15 19:46:27', 53, 'sanjay ko latt', '33000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '33000.00', 2, 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 (640, '2020-01-15 19:47:39', 110, 'u hla myint oilseal', '1800.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '1800.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 (641, '2020-01-15 19:48:48', 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 (642, '2020-01-15 19:49:31', 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 (643, '2020-01-15 19:50:19', 25, 'ko san mg 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 (644, '2020-01-15 19:51:28', 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 (645, '2020-01-15 19:57:07', 168, 'ဦးကံညွန့်', '51800.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '51800.00', 2, 15, '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 (646, '2020-01-15 20:42:12', 132, 'စျေးဝယ် 1', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 3, 4, '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 (647, '2020-01-15 20:43:12', 105, 'ko min khing oilseal', '19380.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '19380.00', 2, 4, '19380.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 (648, '2020-01-15 20:45:25', 132, 'စျေးဝယ် 1', '18000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '18000.00', 5, 27, '18000.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 (649, '2020-01-15 20:46:06', 116, 'ကိုမိုးကီ', '14620.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '14620.00', 1, 2, '14620.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 (650, '2020-01-15 20:47:26', 132, 'စျေးဝယ် 1', '5500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5500.00', 2, 5001, '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 (651, '2020-01-15 20:49:05', 169, 'ကိုကျော်စွာ ညီ', '18634.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '18634.00', 4, 7, '18600.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 (653, '2020-01-16 17:34:34', 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 (654, '2020-01-16 17:35:01', 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 (655, '2020-01-16 17:36:54', 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 (656, '2020-01-16 17:37:55', 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 (657, '2020-01-16 17:38:42', 110, 'u hla myint oilseal', '32000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '32000.00', 1, 2, '149703.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 (658, '2020-01-16 17:46:06', 9, 'lucky bag', '101560.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '101560.00', 4, 111, '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 (659, '2020-01-16 17:48:04', 126, '311 ဦးစိုးတင့်', '39840.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '39840.00', 2, 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 (660, '2020-01-16 17:49:33', 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 (661, '2020-01-16 17:50:26', 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 (662, '2020-01-16 17:51:10', 87, '3400', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '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 (663, '2020-01-16 17:52:24', 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 (664, '2020-01-16 17:52:55', 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 (665, '2020-01-16 17:54:04', 43, 'jv', '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 (666, '2020-01-16 18:14:12', 132, 'စျေးဝယ် 1', '69500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '69500.00', 8, 10015, '69500.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 (667, '2020-01-16 18:14:41', 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 (668, '2020-01-16 18:16:27', 132, 'စျေးဝယ် 1', '42960.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '42960.00', 4, 15009, '42960.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 (669, '2020-01-16 18:23:52', 105, 'ko min khing oilseal', '81000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '81000.00', 2, 7, '81000.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 (670, '2020-01-17 15:55:07', 42, 'cho too by (bro)', '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 (671, '2020-01-17 15:55:27', 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 (672, '2020-01-17 16:12:24', 144, 'Golden country', '220000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '220000.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 (673, '2020-01-17 16:13:12', 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 (674, '2020-01-17 16:13:45', 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 (675, '2020-01-17 16:17:37', 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 (676, '2020-01-17 16:18:59', 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, 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 (677, '2020-01-17 16:19:23', 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 (678, '2020-01-17 16:20:04', 66, 'swan are 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 (679, '2020-01-17 16:29:50', 25, 'ko san mg 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 (680, '2020-01-17 16:30:21', 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 (681, '2020-01-17 16:43:59', 170, 'ကိုကျော်မြင့်', '54000.00', '0.00', '1000', '1000.00', '1000.00', '0.00', '0%', '0.00', '0.00', '53000.00', 1, 6, '53000.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 (682, '2020-01-17 16:53:52', 132, 'စျေးဝယ် 1', '53163.64', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '53163.64', 12, 9016, '53163.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 (683, '2020-01-17 16:54:53', 128, 'popular plastics ', '9600.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '9600.00', 1, 12, '9600.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 (684, '2020-01-17 16:56:01', 24, 'ko min khing', '11000.70', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '11000.70', 1, 3, '11000.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 (685, '2020-01-17 17:34:04', 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, '91000.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 (686, '2020-01-17 17:49:38', 132, 'စျေးဝယ် 1', '16000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '16000.00', 3, 15002, '16000.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 (687, '2020-01-17 17:50:25', 167, 'ကိုရခိုင်', '4500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '4500.00', 1, 3, '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 (688, '2020-01-17 17:51:14', 161, 'ကိုကျားကြီး', '6000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '6000.00', 2, 4, '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 (689, '2020-01-18 16:50:52', 130, 'ပတ္တမြား ပန့်', '9000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '9000.00', 2, 20, '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 (690, '2020-01-18 16:53:04', 171, 'ခိုင်မာသောပန်တိုင်', '88600.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '88600.00', 5, 19, '88600.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 (691, '2020-01-18 16:54:42', 172, 'ဘုစိန်', '30515.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '30515.00', 3, 6, '30500.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 (692, '2020-01-18 17:10:21', 126, '311 ဦးစိုးတင့်', '186320.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '186320.00', 5, 53, '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 (693, '2020-01-18 17:11:31', 119, 'SR', '38720.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '38720.00', 1, 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 (694, '2020-01-18 17:12:08', 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 (695, '2020-01-18 17:12:40', 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 (696, '2020-01-18 17:13:05', 2, 'ko shwe 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 (697, '2020-01-18 17:14:31', 173, 'ကိုအောင် တွင်ခုံ', '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 (698, '2020-01-18 17:21:35', 174, 'Tampiya ann ပန်ကာကြိုး', '9999.80', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '9999.80', 2, 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 (699, '2020-01-18 17:22:34', 110, 'u hla myint oilseal', '13310.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '13310.00', 2, 8, '6000.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 (700, '2020-01-18 17:43:49', 132, 'စျေးဝယ် 1', '50500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '50500.00', 8, 18024, '50500.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 (701, '2020-01-18 17:47:02', 180, 'လှော်ကားအုတ်စက်', '14500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '14500.00', 4, 9, '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 (702, '2020-01-18 17:47:48', 128, 'popular plastics ', '1000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '1000.00', 1, 1, '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 (703, '2020-01-18 17:51:04', 4, 'Ko show di', '43200.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '43200.00', 1, 4, '43200.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 (704, '2020-01-18 18:30:50', 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 (705, '2020-01-18 18:33:33', 28, '5502864', '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 (706, '2020-01-18 18:34:17', 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 (707, '2020-01-18 18:45:19', 110, 'u hla myint oilseal', '18000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '18000.00', 1, 1, '6000.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 (708, '2020-01-21 18:13:05', 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 (709, '2020-01-21 18:15: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 (710, '2020-01-21 18:17:19', 38, 'thein than', '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 (711, '2020-01-21 18:20:03', 49, 'ko babu (muli)', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '60000.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 (712, '2020-01-21 18:21:23', 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 (713, '2020-01-21 18:22:04', 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 (714, '2020-01-21 18:25:53', 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 (715, '2020-01-21 18:27:10', 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 (716, '2020-01-21 18:27:44', 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 (717, '2020-01-21 18:28:21', 29, 'hla win (iron)', '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 (718, '2020-01-21 18:29:27', 20, 'ruby', '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 (719, '2020-01-21 18:30:14', 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 (720, '2020-01-21 18:31:12', 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 (721, '2020-01-21 18:32:07', 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 (722, '2020-01-21 18:32:32', 28, '5502864', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '45000.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 (723, '2020-01-21 18:36:32', 110, 'u hla myint oilseal', '50048.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '50048.00', 8, 27, '24000.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 (724, '2020-01-21 18:37:24', 118, 'San thit ball', '6000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '6000.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 (725, '2020-01-21 18:37:57', 126, '311 ဦးစိုးတင့်', '27200.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '27200.00', 1, 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 (726, '2020-01-21 18:38:47', 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 (727, '2020-01-21 18:39:59', 4, 'Ko show di', '44600.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '44600.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 (728, '2020-01-21 18:40:46', 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 (729, '2020-01-21 18:41:39', 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 (730, '2020-01-21 18:49:36', 132, 'စျေးဝယ် 1', '105499.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '105499.00', 9, 20057, '105499.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 (731, '2020-01-21 18:56:04', 181, 'ကိုစိန်ဝင်းကြိုင်း', '20350.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20350.00', 2, 5, '20350.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 (732, '2020-01-21 18:57:17', 182, 'တွံတေး အကိုကြီး ဦးကရင်', '8640.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '8640.00', 1, 3, '8600.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 (733, '2020-01-21 18:59:09', 132, 'စျေးဝယ် 1', '20500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20500.00', 5, 11010, '20500.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 (734, '2020-01-21 19:01:01', 30, 'gopa', '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 (735, '2020-01-21 19:04:19', 30, 'gopa', '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 (736, '2020-01-22 16:52:17', 43, 'jv', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '20000.00', 1, 1, '2020-01-25 21:43:59', '', '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 (737, '2020-01-22 16:53:09', 19, 'shwe mate swe', '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 (738, '2020-01-22 16:59:08', 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 (739, '2020-01-22 16:59:43', 37, 'shine zaw wun', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '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 (740, '2020-01-22 17:03:38', 71, 'Aunty thi ta', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '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 (741, '2020-01-22 17:07:10', 15, 'thancom', '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 (742, '2020-01-22 17:08:02', 63, 'lb aung ko latt', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '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 (743, '2020-01-22 17:09:13', 61, 'lb aung kyaw myint', '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 (744, '2020-01-22 17:10:48', 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 (745, '2020-01-22 17:11:57', 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 (746, '2020-01-22 17:29:06', 19, 'shwe mate swe', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '70000.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 (747, '2020-01-22 17:48:33', 110, 'u hla myint oilseal', '10787.70', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10787.70', 2, 6, '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 (748, '2020-01-22 17:50:44', 120, 'Mya kyaw tun', '16372.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '16372.00', 5, 33, '16372.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 (749, '2020-01-22 18:01:26', 88, 'kanna ann', '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 (750, '2020-01-22 18:05:24', 132, 'စျေးဝယ် 1', '21499.81', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '21499.81', 9, 3011, '21499.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 (751, '2020-01-22 18:06:57', 11, 'ကိုပာာနစ်အကို', '9500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '9500.00', 3, 5, '9500.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 (752, '2020-01-22 18:08:32', 148, 'အနဲကြီး စည်ပင်', '15500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '15500.00', 2, 14, '15500.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 (753, '2020-01-23 10:57:47', 66, 'swan are 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 (754, '2020-01-23 10:58:09', 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 (755, '2020-01-23 11:00:06', 132, 'စျေးဝယ် 1', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 2, 2, '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 (756, '2020-01-23 11:30:43', 183, 'ဦးသောင်းကြည်', '14000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '14000.00', 2, 5, '14000.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 (757, '2020-01-23 11:31:30', 9, 'lucky bag', '43560.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '43560.00', 1, 20, '1042000.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 (758, '2020-01-23 11:33:51', 132, 'စျေးဝယ် 1', '15000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '15000.00', 2, 15000, '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 (759, '2020-01-23 16:21:18', 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 (760, '2020-01-23 16:22:19', 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 (761, '2020-01-23 16:23:12', 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 (762, '2020-01-23 16:37:55', 132, 'စျေးဝယ် 1', '25000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '25000.00', 4, 21001, '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 (763, '2020-01-23 16:39:41', 128, 'popular plastics ', '19199.04', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '19199.04', 2, 24, '19000.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 (764, '2020-01-23 16:48:36', 144, 'Golden country', '65994.90', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '65994.90', 2, 10, '65994.90', 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 (765, '2020-01-23 16:51:00', 148, 'အနဲကြီး စည်ပင်', '35400.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '35400.00', 4, 12, '35400.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 (766, '2020-01-23 18:29:32', 184, 'ကိုကျော်စွာ', '22500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '22500.00', 1, 3, '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 (767, '2020-01-23 18:33:08', 132, 'စျေးဝယ် 1', '3750.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3750.00', 2, 3, '3750.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 (768, '2020-01-24 09:10:41', 2, 'ko shwe latt', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '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 (769, '2020-01-24 09:11:58', 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 (770, '2020-01-24 09:13:03', 43, 'jv', '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 (771, '2020-01-24 09:14:04', 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, '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 (772, '2020-01-24 09:17:11', 57, 'ever top ko aung win', '22000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '22000.00', 1, 22000, '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 (773, '2020-01-24 10:47:23', 185, 'Lb ကိုမင်းဇော်', '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 (774, '2020-01-24 10:49:36', 52, 'lb hein min thar', '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 (775, '2020-01-24 10:51:24', 12, 'Ko Aung moe', '25000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '25000.00', 2, 25000, '100000.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 (776, '2020-01-24 10:52:01', 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 (777, '2020-01-24 10:52:27', 20, 'ruby', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '275000.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 (778, '2020-01-24 12:11:30', 43, 'jv', '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 (779, '2020-01-24 12:14:46', 132, 'စျေးဝယ် 1', '18496.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '18496.00', 6, 10014, '18496.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 (780, '2020-01-24 12:16:07', 97, 'ko myo zaw', '4000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '4000.00', 1, 4, '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 (781, '2020-01-24 12:17:58', 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, 2, '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 (782, '2020-01-24 17:57:06', 22, 'valu ann', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '91000.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 (783, '2020-01-24 17:57:53', 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, '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 (784, '2020-01-24 18:00:33', 132, 'စျေးဝယ် 1', '7000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '7000.00', 3, 5003, '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 (785, '2020-01-24 18:43:03', 169, 'ကိုကျော်စွာ ညီ', '49072.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '49072.00', 4, 18, '49000.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 (786, '2020-01-25 11:56:21', 43, 'jv', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 2, 10000, '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 (787, '2020-01-25 11:57:03', 119, 'SR', '5984.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5984.00', 1, 2, '72714.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 (788, '2020-01-25 11:58:17', 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 (789, '2020-01-25 11:59:28', 19, 'shwe mate swe', '11000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '11000.00', 2, 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 (790, '2020-01-25 12:00:13', 64, 'lb ma hla hla 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 (791, '2020-01-25 12:01:04', 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 (792, '2020-01-25 12:01:44', 36, 'ramax', '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 (793, '2020-01-25 16:30:04', 132, 'စျေးဝယ် 1', '33320.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '33320.00', 4, 6, '33300.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 (794, '2020-01-25 16:31:02', 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 (795, '2020-01-25 16:33:20', 186, 'ဒို့တာဝန်ဘေး ဆီဘောက်ဆာ', '21000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '21000.00', 3, 35, '21000.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 (796, '2020-01-25 16:38:35', 110, 'u hla myint oilseal', '4268.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '4268.00', 2, 4, '15500.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 (797, '2020-01-25 16:40:39', 126, '311 ဦးစိုးတင့်', '198880.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '198880.00', 4, 58, '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 (798, '2020-01-25 16:52:28', 4, 'Ko show di', '139640.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '139640.00', 4, 13, '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 (799, '2020-01-25 17:40:56', 132, 'စျေးဝယ် 1', '19500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '19500.00', 4, 18003, '19500.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 (800, '2020-01-25 17:48:18', 144, 'Golden country', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 5, '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 (801, '2020-01-25 17:56:19', 132, 'စျေးဝယ် 1', '2500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '2500.00', 1, 1, '2500.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 (803, '2020-01-25 17:57:18', 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 (804, '2020-01-25 17:58:34', 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, '12000.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 (809, '2020-01-27 19:48:33', 126, '311 ဦးစိုးတင့်', '97760.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '97760.00', 4, 28, '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 (810, '2020-01-27 19:52:55', 132, 'စျေးဝယ် 1', '54017.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '54017.00', 7, 10, '54000.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 (811, '2020-01-27 20:03:15', 132, 'စျေးဝယ် 1', '50000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '50000.00', 6, 11014, '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 (812, '2020-01-27 20:08:09', 132, 'စျေးဝယ် 1', '44500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '44500.00', 8, 37, '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 (813, '2020-01-27 20:10:38', 157, 'Town ace တရုတ်', '16120.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '16120.00', 1, 20, '16120.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 (814, '2020-01-27 20:14:38', 132, 'စျေးဝယ် 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 (815, '2020-01-27 20:17:22', 187, 'ကောင်းမြတ်စံ', '45900.00', '0.00', '900', '900.00', '900.00', '0.00', '0%', '0.00', '0.00', '45000.00', 1, 10, '45000.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 (816, '2020-01-27 20:23:42', 188, 'ကိုမင်းလွင်', '9500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '9500.00', 2, 13, '9500.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 (817, '2020-01-28 20:33:48', 14, 'dhamma', '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 (818, '2020-01-28 20:34:39', 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 (819, '2020-01-28 20:40:03', 43, 'jv', '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 (820, '2020-01-28 20:40:43', 18, 'kalapu (piniyan)', '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 (821, '2020-01-28 20:45:51', 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 (822, '2020-01-28 20:46:31', 71, 'Aunty thi ta', '6000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '6000.00', 2, 6000, '2000.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 (823, '2020-01-28 20:49:25', 19, 'shwe mate swe', '12000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '12000.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 (824, '2020-01-28 20:50:36', 34, 'ko win aung', '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 (825, '2020-01-28 20:53:01', 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 (826, '2020-01-28 20:56:29', 38, 'thein than', '26000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '26000.00', 1, 26000, '121000.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 (827, '2020-01-28 20:57:49', 24, 'ko min khing', '40000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '40000.00', 1, 40000, '100000.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 (828, '2020-01-28 21:00:36', 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 (829, '2020-01-28 21:02:06', 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 (830, '2020-01-28 21:06:33', 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 (831, '2020-01-28 21:07:05', 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 (832, '2020-01-31 10:39:57', 132, 'စျေးဝယ် 1', '67540.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '67540.00', 12, 20027, '67540.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 (833, '2020-01-31 10:44:55', 151, 'Humma ကရိန်း', '95347.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '95347.00', 2, 11, '95300.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 (834, '2020-01-31 10:48:52', 132, 'စျေးဝယ် 1', '128320.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '128320.00', 4, 5, '128320.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 (835, '2020-01-31 10:56:02', 144, 'Golden country', '136200.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '136200.00', 2, 11, '136000.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 (836, '2020-01-31 11:11:50', 132, 'စျေးဝယ် 1', '43500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '43500.00', 8, 20008, '43500.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 (837, '2020-01-31 11:16:22', 132, 'စျေးဝယ် 1', '23000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '23000.00', 7, 6010, '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 (838, '2020-01-31 11:19:30', 6, 'ko khin zaw (tonday)', '7412.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '7412.00', 2, 5, '7400.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 (839, '2020-01-31 11:28:21', 132, 'စျေးဝယ် 1', '32000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '32000.00', 5, 4014, '32000.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 (840, '2020-01-31 11:31:48', 128, 'popular plastics ', '19200.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '19200.00', 1, 24, '19200.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 (841, '2020-01-31 11:32:49', 184, 'ကိုကျော်စွာ', '24500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '24500.00', 2, 3, '24500.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 (842, '2020-01-31 11:38:38', 132, 'စျေးဝယ် 1', '35288.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '35288.00', 7, 16018, '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 (843, '2020-01-31 11:50:51', 189, 'ကိုခင်မောင်ထွေး စက္ကူစက်', '24848.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '24848.00', 5, 9, '24800.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 (844, '2020-01-31 18:23:08', 132, 'စျေးဝယ် 1', '59099.94', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '59099.94', 4, 42019, '59099.94', 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 (845, '2020-02-01 18:09:54', 132, 'စျေးဝယ် 1', '45716.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '45716.00', 11, 11034, '45700.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 (846, '2020-02-01 18:13:19', 190, 'ရွှေပေါက်ကံ ပလပ်စတစ်အိပ်ထုတ်', '52000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '52000.00', 2, 20, '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 (847, '2020-02-01 18:14:21', 99, 'u soe win (twin kon)', '33000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '33000.00', 1, 1, '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 (848, '2020-02-01 18:15:15', 148, 'အနဲကြီး စည်ပင်', '47000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '47000.00', 2, 3, '47000.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 (849, '2020-02-01 18:24:34', 132, 'စျေးဝယ် 1', '120000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '120000.00', 10, 51019, '120000.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 (850, '2020-02-01 18:28:04', 132, 'စျေးဝယ် 1', '19988.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '19988.00', 6, 18, '19988.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 (851, '2020-02-01 19:31:39', 132, 'စျေးဝယ် 1', '27000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '27000.00', 6, 25, '27000.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 (852, '2020-02-01 19:33:12', 116, 'ကိုမိုးကီ', '8000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '8000.00', 2, 2, '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 (853, '2020-02-01 20:27:42', 25, 'ko san mg shop', '41000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '41000.00', 1, 41000, '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 (854, '2020-02-01 20:29:15', 24, 'ko min khing', '35000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '35000.00', 1, 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 (855, '2020-02-01 20:32:09', 27, 'lb prepaid', '47000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '47000.00', 1, 47000, '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 (856, '2020-02-01 20:32:58', 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 (857, '2020-02-01 20:34:21', 49, 'ko babu (muli)', '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 (858, '2020-02-01 20:35:40', 20, 'ruby', '60000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '60000.00', 1, 60000, '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 (859, '2020-02-01 20:36:27', 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 (860, '2020-02-01 20:38:02', 191, 'lb khin su', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 2, 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 (861, '2020-02-01 20:39:31', 37, 'shine zaw wun', '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 (862, '2020-02-01 20:40:24', 75, 'din kar', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '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 (863, '2020-02-01 20:41:44', 88, 'kanna ann', '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 (864, '2020-02-01 20:42:36', 33, 'bokalay marmu', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '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 (865, '2020-02-01 20:43:31', 38, 'thein than', '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 (866, '2020-02-01 20:46:42', 52, 'lb hein min thar', '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 (867, '2020-02-01 20:47:35', 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 (868, '2020-02-01 20:48:08', 137, 'onestar', '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 (869, '2020-02-01 20:51:30', 32, 'ko kyaw kyaw', '41000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '41000.00', 1, 41000, '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 (870, '2020-02-01 20:53:34', 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 (871, '2020-02-01 20:54:36', 66, 'swan are 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 (872, '2020-02-01 20:55:37', 15, 'thancom', '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 (873, '2020-02-01 20:56:39', 87, '3400', '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 (874, '2020-02-01 20:59:48', 19, 'shwe mate swe', '24000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '24000.00', 1, 24000, '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 (875, '2020-02-01 21:00:49', 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 (876, '2020-02-01 21:02:06', 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 (877, '2020-02-01 21:15:49', 2, 'ko shwe 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 (878, '2020-02-01 21:19:27', 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, '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 (879, '2020-02-01 21:21:36', 53, 'sanjay ko latt', '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 (880, '2020-02-01 21:23:23', 54, 'U hla thein', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '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 (881, '2020-02-01 21:30:01', 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 (882, '2020-02-03 17:44:53', 110, 'u hla myint oilseal', '64430.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '64430.00', 13, 43, '20500.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 (883, '2020-02-03 17:49:00', 126, '311 ဦးစိုးတင့်', '69200.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '69200.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 (884, '2020-02-03 17:59:25', 132, 'စျေးဝယ် 1', '48500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '48500.00', 9, 10013, '48500.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 (885, '2020-02-03 18:15:55', 132, 'စျေးဝယ် 1', '43000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '43000.00', 13, 10033, '43000.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 (886, '2020-02-04 07:49:51', 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 (887, '2020-02-04 07:51:12', 20, 'ruby', '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 (888, '2020-02-04 07:52:16', 38, 'thein than', '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 (889, '2020-02-04 07:55:53', 27, 'lb prepaid', '110000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '110000.00', 2, 110000, '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 (890, '2020-02-04 07:57:48', 53, 'sanjay ko latt', '40000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '40000.00', 2, 40000, '95000.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 (891, '2020-02-04 07:59:17', 66, 'swan are 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 (892, '2020-02-04 08:00:08', 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 (893, '2020-02-04 08:00:46', 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 (894, '2020-02-04 08:01:17', 14, 'dhamma', '35000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '35000.00', 3, 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 (895, '2020-02-04 17:31:39', 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 (896, '2020-02-04 17:32:04', 43, 'jv', '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 (897, '2020-02-04 17:33:16', 50, 'ko kyaw naing', '15000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '15000.00', 2, 15000, '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 (898, '2020-02-04 17:56:49', 15, 'thancom', '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 (899, '2020-02-04 17:58:50', 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 (900, '2020-02-04 18:01:32', 82, 'mayanthi(iron sheet)', '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 (901, '2020-02-04 18:03:39', 110, 'u hla myint oilseal', '9656.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '9656.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 (902, '2020-02-04 18:04:05', 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 (903, '2020-02-04 18:04:56', 126, '311 ဦးစိုးတင့်', '68800.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '68800.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 (904, '2020-02-04 18:05:49', 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 (905, '2020-02-04 18:07:55', 182, 'တွံတေး အကိုကြီး ဦးကရင်', '18480.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '18480.00', 3, 9, '18480.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 (906, '2020-02-04 18:15:22', 132, 'စျေးဝယ် 1', '9399.91', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '9399.91', 5, 5005, '9399.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 (907, '2020-02-04 18:19:43', 132, 'စျေးဝယ် 1', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 1, 1, '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 (908, '2020-02-04 18:20:15', 148, 'အနဲကြီး စည်ပင်', '22000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '22000.00', 2, 2, '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 (909, '2020-02-04 18:31:46', 132, 'စျေးဝယ် 1', '26000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '26000.00', 7, 15, '26000.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 (910, '2020-02-04 18:59:52', 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 (911, '2020-02-06 18:27:29', 20, 'ruby', '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 (912, '2020-02-06 18:28:18', 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 (913, '2020-02-06 18:29:03', 119, 'SR', '6000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '6000.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 (914, '2020-02-06 18:30:34', 4, 'Ko show di', '60820.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '60820.00', 3, 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 (915, '2020-02-06 18:32:47', 15, 'thancom', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '110000.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 (916, '2020-02-06 18:33:42', 192, 'My wife', '2700.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '2700.00', 1, 2700, '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 (917, '2020-02-06 18:34:31', 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 (918, '2020-02-06 18:36:17', 27, 'lb prepaid', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '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 (919, '2020-02-06 18:37:34', 110, 'u hla myint oilseal', '3224.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3224.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 (920, '2020-02-06 18:38:53', 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 (921, '2020-02-06 20:12:49', 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 (922, '2020-02-06 20:14:12', 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, '86000.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 (923, '2020-02-06 20:16:48', 110, 'u hla myint oilseal', '13877.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '13877.00', 4, 7, '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 (924, '2020-02-06 20:17:12', 126, '311 ဦးစိုးတင့်', '35200.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '35200.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 (925, '2020-02-06 20:23:28', 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 (926, '2020-02-06 20:24:55', 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 (927, '2020-02-06 20:26:28', 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 (928, '2020-02-06 20:28:16', 66, 'swan are ko shagyi', '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 (929, '2020-02-06 20:28:36', 18, 'kalapu (piniyan)', '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 (930, '2020-02-06 20:28:56', 30, 'gopa', '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 (931, '2020-02-06 20:30:46', 133, 'ကိုဟာစံ', '2000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '2000.00', 1, 2, '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 (932, '2020-02-06 20:31:44', 119, 'SR', '4000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '4000.00', 1, 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 (933, '2020-02-06 20:40:03', 38, 'thein than', '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 (934, '2020-02-06 20:40:54', 2, 'ko shwe 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 (935, '2020-02-06 20:41:15', 33, 'bokalay marmu', '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 (936, '2020-02-06 20:51:36', 132, 'စျေးဝယ် 1', '78120.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '78120.00', 12, 39016, '78100.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 (937, '2020-02-06 21:10:17', 132, 'စျေးဝယ် 1', '31120.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '31120.00', 6, 21006, '31100.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 (938, '2020-02-06 21:17:59', 132, 'စျေးဝယ် 1', '2000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '2000.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 (939, '2020-02-07 17:14:17', 98, 'Ruthiran', '8000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '8000.00', 2, 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 (940, '2020-02-07 17:15:54', 45, 'lb ko poe di', '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 (941, '2020-02-07 17:17:34', 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 (942, '2020-02-07 17:18:26', 12, 'Ko Aung moe', '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 (943, '2020-02-07 17:20:57', 193, 'မိတ်သစ် ball', '4500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '4500.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 (944, '2020-02-07 17:21:26', 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 (945, '2020-02-07 17:22:55', 58, 'min htat', '15000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '15000.00', 2, 15000, '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 (946, '2020-02-07 17:23:25', 60, 'ko kayin', '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 (947, '2020-02-07 17:23:54', 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 (948, '2020-02-07 17:25:01', 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 (949, '2020-02-07 17:26:57', 51, 'ko thi ha', '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 (950, '2020-02-07 17:27:30', 43, 'jv', '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 (951, '2020-02-07 17:29:51', 110, 'u hla myint oilseal', '16361.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '16361.00', 5, 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 (952, '2020-02-07 18:08:27', 132, 'စျေးဝယ် 1', '48495.40', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '48495.40', 13, 5041, '48495.40', 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 (953, '2020-02-07 18:10:40', 157, 'Town ace တရုတ်', '18008.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '18008.00', 2, 24, '18000.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 (954, '2020-02-07 18:15:48', 148, 'အနဲကြီး စည်ပင်', '32000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '32000.00', 3, 8, '32000.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 (955, '2020-02-07 18:20:19', 144, 'Golden country', '35750.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '35750.00', 2, 20, '35750.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 (956, '2020-02-08 10:15:07', 126, '311 ဦးစိုးတင့်', '7520.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '7520.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 (957, '2020-02-08 10:15:31', 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 (958, '2020-02-08 10:15:55', 63, 'lb aung ko latt', '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 (959, '2020-02-08 10:16:21', 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 (960, '2020-02-08 10:16:58', 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 (961, '2020-02-08 17:10:39', 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 (962, '2020-02-08 17:13:35', 19, 'shwe mate swe', '35000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '35000.00', 3, 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 (963, '2020-02-08 17:14:26', 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 (964, '2020-02-08 17:15:48', 14, 'dhamma', '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 (965, '2020-02-08 17:35:12', 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 (966, '2020-02-08 17:36:12', 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 (967, '2020-02-08 17:36:33', 22, 'valu ann', '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 (968, '2020-02-08 17:37:11', 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 (969, '2020-02-08 17:53:52', 37, 'shine zaw wun', '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 (970, '2020-02-11 08:11:39', 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 (971, '2020-02-11 08:12:16', 110, 'u hla myint oilseal', '4148.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '4148.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 (972, '2020-02-11 08:13:01', 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 (973, '2020-02-11 08:13:31', 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 (974, '2020-02-11 08:14:35', 40, 'shine sister (writer)', '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 (975, '2020-02-11 08:15:06', 29, 'hla win (iron)', '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 (976, '2020-02-11 08:17:06', 38, 'thein than', '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 (977, '2020-02-11 08:18:00', 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, '72000.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 (978, '2020-02-11 08:18:53', 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 (979, '2020-02-11 08:26:07', 20, 'ruby', '30000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '30000.00', 3, 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 (980, '2020-02-11 08:26:56', 164, 'ဦးစံသိန်း', '1500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '1500.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 (981, '2020-02-11 08:29:05', 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 (982, '2020-02-11 08:32:03', 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 (983, '2020-02-11 08:32:32', 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 (984, '2020-02-11 08:33:01', 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 (985, '2020-02-11 08:35:18', 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 (986, '2020-02-11 08:42:29', 132, 'စျေးဝယ် 1', '12315.05', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '12315.05', 5, 3010, '12315.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 (987, '2020-02-11 08:44:02', 126, '311 ဦးစိုးတင့်', '33600.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '33600.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 (988, '2020-02-11 08:45:37', 169, 'ကိုကျော်စွာ ညီ', '37196.88', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '37196.88', 2, 8, '37196.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 (989, '2020-02-11 08:48:29', 132, 'စျေးဝယ် 1', '11000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '11000.00', 2, 10001, '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 (990, '2020-02-11 16:37:55', 132, 'စျေးဝယ် 1', '8000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '8000.00', 2, 3001, '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 (991, '2020-02-11 16:50:42', 169, 'ကိုကျော်စွာ ညီ', '36500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '36500.00', 2, 2, '36500.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 (992, '2020-02-11 17:11:41', 132, 'စျေးဝယ် 1', '57900.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '57900.00', 11, 16031, '57900.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 (993, '2020-02-11 17:15:53', 194, 'ကိုတင်လှ တူ', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 1, 10, '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 (994, '2020-02-11 17:19:15', 132, 'စျေးဝယ် 1', '17724.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '17724.00', 6, 11, '17700.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 (995, '2020-02-11 17:20:54', 68, 'pp oilseal', '17280.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '17280.00', 2, 5, '17200.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 (996, '2020-02-11 17:21:20', 132, 'စျေးဝယ် 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 (997, '2020-02-11 17:33:57', 195, '38.62.10 အကိုကြီး', '5700.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5700.00', 3, 8, '5700.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 (998, '2020-02-11 17:35:02', 144, 'Golden country', '47040.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '47040.00', 1, 12, '47000.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 (999, '2020-02-11 17:42:34', 71, 'Aunty thi ta', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '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 (1000, '2020-02-11 17:44:37', 51, 'ko thi ha', '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 (1001, '2020-02-11 17:46:34', 27, 'lb prepaid', '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 (1002, '2020-02-11 17:47:32', 82, 'mayanthi(iron sheet)', '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 (1003, '2020-02-11 17:49:39', 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 (1004, '2020-02-11 17:50:52', 110, 'u hla myint oilseal', '3326.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3326.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 (1005, '2020-02-11 17:51:44', 164, 'ဦးစံသိန်း', '2500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '2500.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 (1006, '2020-02-11 17:52:11', 9, 'lucky bag', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.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 (1007, '2020-02-11 17:54:51', 196, 'ဆိုင်ငှား ပွဲစား', '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 (1008, '2020-02-11 17:56:29', 52, 'lb hein min thar', '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 (1009, '2020-02-11 17:56:54', 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 (1010, '2020-02-11 17:57:54', 43, 'jv', '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 (1011, '2020-02-11 17:58:20', 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 (1012, '2020-02-11 17:58:43', 65, 'lb k k', '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 (1013, '2020-02-13 17:32:08', 43, 'jv', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '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 (1014, '2020-02-13 17:32:47', 66, 'swan are ko shagyi', '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 (1015, '2020-02-13 17:33:20', 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 (1016, '2020-02-13 17:33:54', 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 (1017, '2020-02-13 17:34:26', 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 (1018, '2020-02-13 17:35:23', 38, 'thein than', '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 (1019, '2020-02-13 17:35:56', 110, 'u hla myint oilseal', '4928.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '4928.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 (1020, '2020-02-13 17:37:05', 34, 'ko win aung', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 2, 20000, '0.00', 2, 2, '2020-02-13 17:37:50', '', '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 (1021, '2020-02-13 17:39:18', 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 (1022, '2020-02-13 17:39:59', 59, 'ko mg soe (pipe)', '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 (1023, '2020-02-13 17:40:39', 20, 'ruby', '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 (1024, '2020-02-13 17:41:16', 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 (1025, '2020-02-13 17:41:46', 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 (1026, '2020-02-13 17:42:18', 119, 'SR', '3560.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3560.00', 1, 1, '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 (1027, '2020-02-13 17:43:01', 25, 'ko san mg 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 (1028, '2020-02-13 17:43:21', 24, 'ko min khing', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '80000.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 (1029, '2020-02-13 17:44:06', 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 (1030, '2020-02-13 17:48:29', 132, 'စျေးဝယ် 1', '28996.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '28996.00', 10, 20009, '28996.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 (1031, '2020-02-13 17:49:28', 9, 'lucky bag', '180000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '180000.00', 1, 10, '180000.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 (1032, '2020-02-13 17:51:08', 68, 'pp oilseal', '4500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '4500.00', 1, 3, '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 (1033, '2020-02-13 18:04:56', 132, 'စျေးဝယ် 1', '22000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '22000.00', 6, 10017, '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 (1034, '2020-02-13 18:12:58', 132, 'စျေးဝယ် 1', '94500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '94500.00', 11, 29048, '94500.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 (1035, '2020-02-13 18:16:05', 197, 'ကိုဟာစံ ရုံငှား', '40000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '40000.00', 1, 2, '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 (1036, '2020-02-13 18:17:10', 3, 'U Soe tinn', '60000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '60000.00', 1, 3, '60000.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 (1037, '2020-02-14 15:53:18', 128, 'popular plastics ', '7999.40', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '7999.40', 1, 10, '7999.40', 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 (1038, '2020-02-14 15:57:45', 132, 'စျေးဝယ် 1', '40000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '40000.00', 9, 10033, '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 (1039, '2020-02-14 16:00:01', 27, 'lb prepaid', '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 (1040, '2020-02-14 16:00:27', 40, 'shine sister (writer)', '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 (1041, '2020-02-14 16:02:26', 198, 'ကျောက်ဆူး အကိုကြီး', '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 (1042, '2020-02-14 16:03:07', 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 (1043, '2020-02-14 16:03:40', 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 (1044, '2020-02-14 16:04:35', 22, 'valu ann', '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 (1045, '2020-02-14 16:05:16', 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 (1046, '2020-02-14 16:06:54', 126, '311 ဦးစိုးတင့်', '7520.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '7520.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 (1047, '2020-02-14 16:07:49', 110, 'u hla myint oilseal', '2640.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '2640.00', 1, 1, '97000.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 (1048, '2020-02-14 16:09:50', 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 (1049, '2020-02-14 16:11:18', 97, 'ko myo 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 (1050, '2020-02-14 16:16:43', 126, '311 ဦးစိုးတင့်', '87120.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '87120.00', 3, 26, '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 (1051, '2020-02-14 17:54:26', 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 (1052, '2020-02-14 17:54:49', 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 (1053, '2020-02-14 17:55:10', 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 (1054, '2020-02-14 17:57:54', 132, 'စျေးဝယ် 1', '32000.00', '0.00', '500', '500.00', '500.00', '0.00', '0%', '0.00', '0.00', '31500.00', 6, 3046, '31500.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 (1055, '2020-02-15 17:43:59', 50, 'ko kyaw naing', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '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 (1056, '2020-02-15 17:44:28', 150, 'U cheeni', '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 (1057, '2020-02-15 17:45:05', 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 (1058, '2020-02-15 17:45:37', 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 (1059, '2020-02-15 17:46:13', 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 (1060, '2020-02-15 17:46:48', 119, 'SR', '10736.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10736.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 (1061, '2020-02-15 17:48:08', 158, '450399808', '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 (1062, '2020-02-15 18:19:40', 132, 'စျေးဝယ် 1', '160625.84', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '160625.84', 17, 51042, '160600.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 (1063, '2020-02-15 18:21:43', 144, 'Golden country', '48680.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '48680.00', 2, 20, '48680.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 (1064, '2020-02-15 18:22:37', 131, 'အန်ထော်နီ', '10400.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10400.00', 2, 13, '10400.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 (1065, '2020-02-15 18:24:51', 199, 'ဒါပိန်းအကိုကြီး', '27200.00', '0.00', '200', '200.00', '200.00', '0.00', '0%', '0.00', '0.00', '27000.00', 1, 4, '27000.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 (1066, '2020-02-15 18:26:12', 200, 'ကိုဖိုးပြည့်', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 1, 20, '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 (1067, '2020-02-17 18:10:58', 132, 'စျေးဝယ် 1', '17500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '17500.00', 4, 5006, '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 (1068, '2020-02-17 19:04:10', 201, 'ခရမ်းအကိုကြီး', '139160.00', '0.00', '2000', '2000.00', '2000.00', '0.00', '0%', '0.00', '0.00', '137160.00', 4, 16, '137000.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 (1069, '2020-02-20 16:44:37', 132, 'စျေးဝယ် 1', '73356.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '73356.00', 10, 13029, '73350.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 (1070, '2020-02-20 16:45:13', 144, 'Golden country', '44000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '44000.00', 1, 10, '44000.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 (1071, '2020-02-20 16:46:56', 169, 'ကိုကျော်စွာ ညီ', '16700.00', '0.00', '200', '200.00', '200.00', '0.00', '0%', '0.00', '0.00', '16500.00', 2, 6, '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 (1072, '2020-02-20 16:52:50', 132, 'စျေးဝယ် 1', '27500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '27500.00', 8, 11, '27500.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 (1073, '2020-02-20 17:38:08', 132, 'စျေးဝယ် 1', '166680.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '166680.00', 6, 20011, '166680.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 (1074, '2020-02-20 17:40:57', 202, 'ဦးသောင်းကြည်', '9000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '9000.00', 3, 7, '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 (1075, '2020-02-20 17:45:36', 132, 'စျေးဝယ် 1', '12000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '12000.00', 4, 8006, '12000.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 (1076, '2020-02-20 18:08:39', 132, 'စျေးဝယ် 1', '47962.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '47962.00', 10, 10024, '47950.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 (1077, '2020-02-20 18:11:07', 203, 'သုံးခွ ရိတ်ချွေ ညီ', '33300.00', '0.00', '100', '100.00', '100.00', '0.00', '0%', '0.00', '0.00', '33200.00', 2, 4, '33200.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 (1078, '2020-02-20 18:22:17', 204, 'ZCD အကိုကြီး', '9000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '9000.00', 3, 9, '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 (1079, '2020-02-20 18:23:25', 132, 'စျေးဝယ် 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 (1080, '2020-02-21 12:47:17', 25, 'ko san mg shop', '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 (1081, '2020-02-21 12:50:55', 27, 'lb prepaid', '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 (1082, '2020-02-21 12:52:21', 14, 'dhamma', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 1, 20000, '200000.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 (1083, '2020-02-21 12:54:22', 63, 'lb aung ko latt', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 3, 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 (1084, '2020-02-21 12:56:09', 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 (1085, '2020-02-21 12:57:46', 19, 'shwe mate swe', '18000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '18000.00', 2, 18000, '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 (1086, '2020-02-21 12:59:56', 37, 'shine zaw wun', '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 (1087, '2020-02-21 13:00:46', 2, 'ko shwe 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 (1088, '2020-02-21 13:03:42', 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 (1089, '2020-02-21 13:07:05', 58, 'min htat', '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 (1090, '2020-02-21 13:08:13', 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 (1091, '2020-02-21 13:16:22', 40, 'shine sister (writer)', '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 (1092, '2020-02-21 13:17:54', 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 (1093, '2020-02-21 13:19:53', 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, 2, '2020-02-21 13:20:33', '', '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 (1094, '2020-02-21 13:21:27', 43, 'jv', '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 (1095, '2020-02-21 13:24:24', 71, 'Aunty 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 (1096, '2020-02-21 13:34:29', 24, 'ko min khing', '15000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '15000.00', 2, 15000, '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 (1097, '2020-02-21 13:35:48', 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 (1098, '2020-02-21 13:44:07', 20, 'ruby', '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 (1099, '2020-02-21 13:51:45', 38, 'thein than', '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 (1100, '2020-02-21 13:53:25', 15, 'thancom', '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 (1101, '2020-02-21 13:54:17', 52, 'lb hein min thar', '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 (1102, '2020-02-21 13:55:13', 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 (1103, '2020-02-21 13:56:31', 158, '450399808', '1.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '1.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 (1104, '2020-02-21 13:58:13', 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 (1105, '2020-02-21 13:59:29', 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 (1106, '2020-02-21 18:15:24', 65, 'lb k k', '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 (1107, '2020-02-21 18:15:45', 52, 'lb hein min thar', '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 (1108, '2020-02-21 18:16:09', 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 (1109, '2020-02-21 18:18:41', 144, 'Golden country', '108960.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '108960.00', 4, 25, '108960.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 (1110, '2020-02-21 18:31:53', 132, 'စျေးဝယ် 1', '75740.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '75740.00', 12, 36024, '75740.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 (1111, '2020-02-21 18:36:25', 184, 'ကိုကျော်စွာ', '53000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '53000.00', 1, 1, '53000.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 (1112, '2020-02-21 18:42:51', 201, 'ခရမ်းအကိုကြီး', '39072.00', '0.00', '1072', '1072.00', '1072.00', '0.00', '0%', '0.00', '0.00', '38000.00', 2, 8, '38000.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 (1113, '2020-02-22 16:40: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 (1114, '2020-02-22 16:42:31', 63, 'lb aung 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 (1115, '2020-02-22 16:43:00', 20, 'ruby', '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 (1116, '2020-02-22 16:43:53', 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 (1117, '2020-02-22 16:44:37', 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 (1118, '2020-02-22 16:45:20', 18, 'kalapu (piniyan)', '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 (1119, '2020-02-22 16:45:52', 36, 'ramax', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 2, 10000, '100000.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 (1120, '2020-02-22 16:47:52', 24, 'ko min khing', '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 (1121, '2020-02-22 16: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 (1122, '2020-02-22 17:03:39', 27, 'lb prepaid', '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 (1123, '2020-02-22 17:49:43', 132, 'စျေးဝယ် 1', '12407.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '12407.00', 7, 3008, '12400.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 (1124, '2020-02-22 17:53:47', 128, 'popular plastics ', '19199.04', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '19199.04', 2, 24, '19200.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 (1125, '2020-02-22 18:03:24', 144, 'Golden country', '114000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '114000.00', 2, 38, '114000.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 (1126, '2020-02-22 18:04:58', 148, 'အနဲကြီး စည်ပင်', '17000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '17000.00', 3, 6, '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 (1127, '2020-02-22 18:06:50', 132, 'စျေးဝယ် 1', '25500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '25500.00', 6, 3015, '25500.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 (1128, '2020-02-24 16:44:58', 15, 'thancom', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '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 (1129, '2020-02-24 16:45:33', 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 (1130, '2020-02-24 16:46:11', 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 (1131, '2020-02-24 16:46:43', 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 (1132, '2020-02-24 16:47:22', 57, 'ever top ko aung win', '23000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '23000.00', 1, 23000, '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 (1133, '2020-02-24 16:48:27', 119, 'SR', '8316.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '8316.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 (1134, '2020-02-24 16:48:58', 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 (1135, '2020-02-24 16:49:30', 136, 'ကိုရဲမြင့်လှိုင်', '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 (1136, '2020-02-24 16:50:26', 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 (1137, '2020-02-24 16:51:26', 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 (1138, '2020-02-24 16:51:54', 126, '311 ဦးစိုးတင့်', '21600.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '21600.00', 1, 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 (1139, '2020-02-24 16:52:28', 32, 'ko kyaw kyaw', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 2, 20000, '101000.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 (1140, '2020-02-24 16:53:05', 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 (1141, '2020-02-24 16:55:09', 25, 'ko san mg 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 (1142, '2020-02-24 16:55:52', 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 (1143, '2020-02-24 16:56:10', 49, 'ko babu (muli)', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '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 (1144, '2020-02-24 17:30:25', 132, 'စျေးဝယ် 1', '55500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '55500.00', 8, 10007, '55500.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 (1145, '2020-02-24 18:10:20', 132, 'စျေးဝယ် 1', '51000.16', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '51000.16', 6, 12, '50999.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 (1146, '2020-02-24 18:12:03', 128, 'popular plastics ', '7999.60', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '7999.60', 1, 10, '7999.60', 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 (1147, '2020-02-24 18:14:10', 205, 'ရေခဲစက် မော်လမြိုင်', '6000.48', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '6000.48', 1, 3, '6000.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 (1148, '2020-02-24 18:15:56', 148, 'အနဲကြီး စည်ပင်', '16000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '16000.00', 2, 16, '16000.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 (1149, '2020-02-24 18:17:52', 10, 'ကိုဟာနစ်', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 2, 6, '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 (1150, '2020-02-25 17:27:20', 75, 'din kar', '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 (1151, '2020-02-25 17:27:57', 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 (1152, '2020-02-25 17:28:28', 71, 'Aunty 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 (1153, '2020-02-25 17:29:24', 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 (1154, '2020-02-25 17:30:19', 52, 'lb hein min thar', '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 (1155, '2020-02-25 17:31:43', 206, 'ကိုစံမင်း', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.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 (1156, '2020-02-25 17:32:23', 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 (1157, '2020-02-25 17:44:11', 43, 'jv', '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 (1158, '2020-02-25 17:45:44', 38, 'thein than', '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 (1159, '2020-02-25 17:46:15', 19, 'shwe mate swe', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 1, '81000.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 (1160, '2020-02-25 17:46:33', 23, 'thancom ann (bro)', '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 (1161, '2020-02-25 17:47:15', 207, 'Lwis', '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 (1162, '2020-02-25 17:47:37', 132, 'စျေးဝယ် 1', '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 (1163, '2020-02-25 18:06:36', 132, 'စျေးဝယ် 1', '69919.58', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '69919.58', 12, 33018, '69900.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 (1164, '2020-02-25 18:10:49', 166, 'သုံးခွ ရိတ်ချွေ', '39020.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '39020.00', 3, 5, '39000.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 (1165, '2020-02-25 18:11:27', 127, 'ko aung zaw tun (စည်ပင် )', '6960.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '6960.00', 1, 2, '6960.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 (1166, '2020-02-25 18:12:49', 208, 'ပဲဘာဘူ', '8024.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '8024.00', 2, 6, '8000.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 (1167, '2020-02-25 18:19:36', 132, 'စျေးဝယ် 1', '36500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '36500.00', 2, 2, '36500.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 (1168, '2020-02-25 18:20:08', 132, 'စျေးဝယ် 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 (1169, '2020-02-25 18:21:06', 203, 'သုံးခွ ရိတ်ချွေ ညီ', '33300.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '33300.00', 2, 4, '33200.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 (1170, '2020-02-27 17:18:43', 126, '311 ဦးစိုးတင့်', '43360.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '43360.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 (1171, '2020-02-27 17:19:43', 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 (1172, '2020-02-27 17:20:02', 43, 'jv', '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 (1173, '2020-02-27 17:20:41', 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 (1174, '2020-02-27 17:25:16', 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 (1175, '2020-02-27 17:25:33', 2, 'ko shwe latt', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '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 (1176, '2020-02-27 17:26:02', 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 (1177, '2020-02-27 17:27:58', 103, 'u hla myint', '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 (1178, '2020-02-27 17:28:32', 67, 'pp prepaid', '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 (1179, '2020-02-27 17:29:09', 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 (1180, '2020-02-27 17:29:49', 163, 'ကိုအေးကြူ ယေက်ဖ', '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 (1181, '2020-02-27 17:30:20', 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 (1182, '2020-02-27 17:36:49', 132, 'စျေးဝယ် 1', '179572.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '179572.00', 7, 34, '179500.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 (1183, '2020-02-27 17:46:22', 166, 'သုံးခွ ရိတ်ချွေ', '4500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '4500.00', 1, 3, '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 (1184, '2020-02-27 17:50:23', 132, 'စျေးဝယ် 1', '50400.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '50400.00', 9, 6017, '50400.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 (1185, '2020-02-27 18:01:12', 132, 'စျေးဝယ် 1', '51330.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '51330.00', 10, 8014, '51300.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 (1186, '2020-02-27 18:07:07', 132, 'စျေးဝယ် 1', '33072.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '33072.00', 6, 17, '33072.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 (1187, '2020-02-27 18:07:43', 132, 'စျေးဝယ် 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 (1188, '2020-02-27 18:14:45', 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 (1189, '2020-02-28 17:41:23', 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 (1190, '2020-02-28 17:41:56', 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 (1191, '2020-02-28 17:42:18', 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 (1192, '2020-02-28 17:43:20', 209, 'ကိုပြုံးချို', '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 (1193, '2020-02-28 17:44:08', 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 (1194, '2020-02-28 17:44:58', 22, 'valu ann', '40000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '40000.00', 2, 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 (1195, '2020-02-28 17:45:25', 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 (1196, '2020-02-28 17:45:50', 144, 'Golden country', '125000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '125000.00', 1, 10, '125000.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 (1197, '2020-02-28 17:50:45', 132, 'စျေးဝယ် 1', '52999.81', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '52999.81', 10, 39011, '52999.81', 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 (1198, '2020-02-29 18:21:17', 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 (1199, '2020-02-29 18:22:35', 27, 'lb prepaid', '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 (1200, '2020-02-29 18:23:38', 50, 'ko kyaw naing', '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 (1201, '2020-02-29 18:24:30', 20, 'ruby', '10000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '10000.00', 1, 10000, '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 (1202, '2020-02-29 18:25:36', 43, 'jv', '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 (1203, '2020-02-29 18:26:01', 52, 'lb hein min thar', '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 (1204, '2020-02-29 18:26:42', 148, 'အနဲကြီး စည်ပင်', '4500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '4500.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 (1205, '2020-02-29 18:26:50', 148, 'အနဲကြီး စည်ပင်', '4500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '4500.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 (1206, '2020-02-29 18:27:34', 71, 'Aunty 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 (1207, '2020-02-29 18:33:27', 132, 'စျေးဝယ် 1', '57620.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '57620.00', 6, 5018, '57600.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 (1208, '2020-02-29 18:35:41', 210, 'ကိုအောင်သာ', '5500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5500.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 (1209, '2020-02-29 18:37:59', 116, 'ကိုမိုးကီ', '23120.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '23120.00', 3, 4, '23100.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 (1210, '2020-02-29 18:41:12', 40, 'shine sister (writer)', '15000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '15000.00', 2, 15000, '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 (1211, '2020-03-02 17:28:48', 34, 'ko win aung', '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 (1212, '2020-03-02 17:29:25', 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 (1213, '2020-03-02 17:29:49', 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 (1214, '2020-03-02 17:30:33', 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 (1215, '2020-03-02 17:33:22', 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 (1216, '2020-03-02 17:34:58', 27, 'lb prepaid', '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 (1217, '2020-03-02 17:35:26', 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 (1218, '2020-03-02 17:36:32', 211, 'ကိုလှမျိုး townace', '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 (1219, '2020-03-02 17:43:27', 132, 'စျေးဝယ် 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 (1220, '2020-03-02 17:44:00', 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 (1221, '2020-03-02 17:44:32', 71, 'Aunty thi ta', '3000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '3000.00', 1, 3000, '26000.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 (1222, '2020-03-02 17:44:49', 30, 'gopa', '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 (1223, '2020-03-02 17:45:09', 87, '3400', '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 (1224, '2020-03-02 17:45:32', 29, 'hla win (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 (1225, '2020-03-02 17:46:17', 24, 'ko min khing', '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 (1226, '2020-03-02 17:46:45', 50, 'ko kyaw naing', '20000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '20000.00', 1, 2, '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 (1227, '2020-03-02 17:53:44', 132, 'စျေးဝယ် 1', '35500.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '35500.00', 4, 5003, '35500.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 (1228, '2020-03-02 17:56:57', 201, 'ခရမ်းအကိုကြီး', '9144.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '9144.00', 2, 8, '9144.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 (1229, '2020-03-02 18:05:31', 132, 'စျေးဝယ် 1', '42320.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '42320.00', 10, 17, '42300.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 (1230, '2020-03-02 18:09:31', 132, 'စျေးဝယ် 1', '42000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '42000.00', 7, 15, '42000.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 (1231, '2020-03-02 18:11:15', 59, 'ko mg soe (pipe)', '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 (1232, '2020-03-02 18:12:48', 116, 'ကိုမိုးကီ', '18240.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '18240.00', 1, 4, '18200.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 (1233, '2020-03-02 18:21:20', 132, 'စျေးဝယ် 1', '36238.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '36238.00', 5, 31004, '36200.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 (1234, '2020-03-02 18:22:14', 130, 'ပတ္တမြား ပန့်', '9000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '9000.00', 2, 20, '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 (1235, '2020-03-02 18:28:19', 144, 'Golden country', '72800.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '72800.00', 2, 49, '72800.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 (1236, '2020-03-02 18:30:35', 212, 'ကိုငြိမ်းချမ်း ပဲဆီ', '39004.80', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '39004.80', 1, 10, '39000.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 (1237, '2020-03-03 17:28:09', 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 (1238, '2020-03-03 17:28:27', 2, 'ko shwe 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 (1239, '2020-03-03 17:29:05', 20, 'ruby', '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 (1240, '2020-03-03 17:30:10', 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 (1241, '2020-03-03 17:31:48', 27, 'lb prepaid', '90000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '90000.00', 1, 90000, '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 (1242, '2020-03-03 17:32:09', 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 (1243, '2020-03-03 17:32:34', 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 (1244, '2020-03-03 17:33:13', 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 (1245, '2020-03-03 17:34:19', 25, 'ko san mg shop', '31000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '31000.00', 2, 31000, '106000.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 (1246, '2020-03-03 17:34:53', 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 (1247, '2020-03-03 17:35:43', 127, 'ko aung zaw tun (စည်ပင် )', '7000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '7000.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 (1248, '2020-03-03 17:36:22', 161, 'ကိုကျားကြီး', '6000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '6000.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 (1249, '2020-03-03 17:47:40', 137, 'onestar', '12000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '12000.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 (1250, '2020-03-03 17:49:28', 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 (1251, '2020-03-03 17:50:04', 38, 'thein than', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 1, 5000, '125000.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 (1252, '2020-03-03 17:50:34', 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, '80000.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 (1253, '2020-03-03 17:50:52', 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 (1254, '2020-03-03 18:20:45', 132, 'စျေးဝယ် 1', '140120.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '140120.00', 13, 82036, '140100.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 (1255, '2020-03-03 18:23:34', 213, '52.65 အကိုကြီး', '15200.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '15200.00', 1, 16, '15200.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 (1256, '2020-03-03 19:00:52', 214, 'ကိုနိုင်မြင့် ရိတ်ချွေ', '159000.24', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '159000.24', 4, 7, '159000.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 (1257, '2020-03-03 19:06:58', 132, 'စျေးဝယ် 1', '5000.00', '0.00', NULL, '0.00', '0.00', '0.00', '0%', '0.00', '0.00', '5000.00', 2, 3002, '5000.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 ('008lacnumoth24k5bag6jd961ncsdh04', '65.18.127.90', 1578474786, '__ci_last_regenerate|i:1578474786;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"27\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 12:49:39\";');
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 ('00d3o6otj8uv4irhcugct7951l8pa0sg', '136.228.173.15', 1581126462, '__ci_last_regenerate|i:1581126462;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581066746\";last_ip|s:14:\"103.73.236.157\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
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 ('014h0ks1bis17iqelnbdn3nnedchmav1', '65.18.127.90', 1578463573, '__ci_last_regenerate|i:1578463573;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"26\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 11:53:44\";');
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 ('01rqgdn27utov6lt4m1capftngg0blrb', '136.228.173.121', 1580779280, '__ci_last_regenerate|i:1580779280;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580727955\";last_ip|s:13:\"103.73.236.81\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"45\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-02 17:12: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 ('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 ('02evsclmdih9kcq6a01hfqi3ldmfiqk7', '103.73.236.216', 1582977336, '__ci_last_regenerate|i:1582977336;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582888247\";last_ip|s:14:\"103.73.236.160\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"58\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-29 18:20:50\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02t8jhjd77d08cp29t9j7r0dnqp3r8k1', '65.18.115.87', 1578902317, '__ci_last_regenerate|i:1578902317;');
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 ('03o18lrshi7gtma6b6cocoduskme03pi', '103.85.105.226', 1578211665, '__ci_last_regenerate|i:1578211665;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03tjd6j5mi4lm4oi76d8gpc76elncqor', '103.73.236.207', 1579865640, '__ci_last_regenerate|i:1579865640;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579833590\";last_ip|s:14:\"103.73.236.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:\"41\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-24 09:09:55\";');
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 ('06dbq620sc4fbki7iovks1u1p5j3gnkd', '61.151.178.197', 1581220223, '__ci_last_regenerate|i:1581220223;');
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 ('08coe1b66eq76r9rvh4r9g3d85d1q86g', '136.228.174.207', 1580447007, '__ci_last_regenerate|i:1580447007;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580439744\";last_ip|s:14:\"103.73.237.203\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08ilgg3m8ctsl314oufljl6iuad369br', '65.18.115.48', 1580197252, '__ci_last_regenerate|i:1580197252;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580182848\";last_ip|s:13:\"69.160.28.236\";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 ('08kfarss3odncukl30tt16h4q3f7ulbi', '65.18.115.48', 1580449477, '__ci_last_regenerate|i:1580449477;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580387498\";last_ip|s:12:\"65.18.115.48\";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 ('0aa1tdkkkaf01khb6e5rp4rjo290aq1v', '65.18.115.87', 1578989157, '__ci_last_regenerate|i:1578989157;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0avt532gst077gk20rnlpkm8cpdho99i', '136.228.173.45', 1583148224, '__ci_last_regenerate|i:1583148224;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1583034214\";last_ip|s:14:\"136.228.173.32\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"59\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-01 10:13:39\";');
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 ('0b4r3te7a704ok2f7vkuvgb51kh667ub', '136.228.173.255', 1581737677, '__ci_last_regenerate|i:1581737677;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581737080\";last_ip|s:15:\"136.228.173.255\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"50\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-14 15:47:53\";');
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 ('0bjumipctkhh8vlqqirlcm7d5k7mktpm', '65.18.115.6', 1581241193, '__ci_last_regenerate|i:1581241192;');
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 ('0c90n4p6nemmkghqa142kocorsjg0upe', '65.18.120.108', 1579349116, '__ci_last_regenerate|i:1579349116;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579326712\";last_ip|s:14:\"136.228.173.10\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"36\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-17 15:26:01\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cnskbu1vflpmrpmsih61617j6voi748', '65.18.115.48', 1580020298, '__ci_last_regenerate|i:1580020298;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579956024\";last_ip|s:12:\"65.18.115.48\";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 ('0d00ismbam34fr1trf4ke35ui73nek80', '65.18.115.87', 1578909683, '__ci_last_regenerate|i:1578909683;');
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 ('0ehrf51f5qovnq4jrpmd2a1qfdc2iico', '61.151.178.197', 1581737150, '__ci_last_regenerate|i:1581737149;');
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 ('0fqeig6k9gsoq7t41mckejr1vd1odrjb', '103.85.105.226', 1578541703, '__ci_last_regenerate|i:1578541703;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578455264\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('0h0p8os7ibb2r942fv8r0s5g9m2eic0q', '65.18.127.90', 1578475244, '__ci_last_regenerate|i:1578475244;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"27\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 12:49:39\";');
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 ('0hoec7m3l33v1me6d94cln5l3va8uo5t', '65.18.115.48', 1579948474, '__ci_last_regenerate|i:1579948474;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579836966\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('0leclpk0ch38sb9b0tp80amejjcj7ot3', '136.228.173.179', 1579013759, '__ci_last_regenerate|i:1579013759;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578914308\";last_ip|s:11:\"69.160.29.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:\"33\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-14 19:42:20\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ljgionao0ncth5e5ucngonj09ire2rl', '65.18.120.126', 1577708895, '__ci_last_regenerate|i:1577708895;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577695183\";last_ip|s:14:\"103.73.236.180\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"21\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-30 09:53:17\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0lkn5dlvlppequsn4fgrc1cv0n6kdj2b', '136.228.173.20', 1580997516, '__ci_last_regenerate|i:1580997516;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580967852\";last_ip|s:14:\"136.228.173.12\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"46\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-06 09:50:13\";');
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 ('0nb50l0l6crc0qglqlegd7tvrehs72re', '136.228.173.179', 1579012592, '__ci_last_regenerate|i:1579012592;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578914308\";last_ip|s:11:\"69.160.29.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:\"33\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-14 19:42:20\";');
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 ('0nlnb6a9385pcbfi8up9efe1mqs6m13m', '65.18.115.28', 1579160429, '__ci_last_regenerate|i:1579160429;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578887907\";last_ip|s:12:\"65.18.115.87\";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 ('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 ('0qp7unpmbbqss22345cms4tlomsq6gs6', '65.18.115.6', 1581049414, '__ci_last_regenerate|i:1581049414;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0rsj01ss96snkm1109ji1igfji0n0ukp', '103.73.236.207', 1579952642, '__ci_last_regenerate|i:1579952642;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579927969\";last_ip|s:14:\"103.73.236.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:\"42\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-25 11:22:58\";');
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 ('0s6tpogevv6411ifgiu8n9db93i1men0', '65.18.115.48', 1580196597, '__ci_last_regenerate|i:1580196597;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580182848\";last_ip|s:13:\"69.160.28.236\";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 ('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 ('0tkjd4238o87h043guc6opb3bqkfuqod', '103.73.236.216', 1582977941, '__ci_last_regenerate|i:1582977941;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582888247\";last_ip|s:14:\"103.73.236.160\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"58\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-29 18:20:50\";');
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 ('0vif1uulpp9j94pj90lq303ma2esnqke', '103.85.105.226', 1578473713, '__ci_last_regenerate|i:1578473713;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578380847\";last_ip|s:14:\"103.85.105.226\";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 ('1020h9g7kg2a6svc1f3bonujnjdu4jch', '103.73.236.223', 1579093851, '__ci_last_regenerate|i:1579093851;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579059211\";last_ip|s:15:\"136.228.173.179\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"34\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-15 11:29:36\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10ci1pifbaltngoke53bghcgakm1vev6', '136.228.173.133', 1583238983, '__ci_last_regenerate|i:1583238983;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1583146655\";last_ip|s:14:\"136.228.173.45\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"60\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-03 17:27:16\";');
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 ('10rkf79b3m99ij2qt5ftircv5ih8tg0s', '103.73.236.179', 1577800317, '__ci_last_regenerate|i:1577800272;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577772672\";last_ip|s:14:\"103.73.236.179\";avatar|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 ('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 ('12j0thjmdjdcb4sblhi5jicbal9a0pqv', '103.116.12.98', 1581682949, '__ci_last_regenerate|i:1581682949;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581648202\";last_ip|s:13:\"103.73.237.21\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"49\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-14 09:13:48\";');
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 ('142bjv1m3hi5iiid9icpakhsj4nolth7', '136.228.173.130', 1580566082, '__ci_last_regenerate|i:1580566082;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580465679\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14e6up5clpc8uv73ce29in4rfhfh66o3', '103.73.237.94', 1578646134, '__ci_last_regenerate|i:1578646134;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578563988\";last_ip|s:13:\"103.73.236.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:2:\"29\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-10 14:50:33\";');
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 ('1561j8gn97sb05jpk3jj4mkl2ibm5ljk', '103.85.105.226', 1578637112, '__ci_last_regenerate|i:1578637112;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('161qk36gfbhekd5lrq3p4d7ssqlpqprv', '65.18.115.17', 1578125271, '__ci_last_regenerate|i:1578125271;');
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 ('168dv44m2ke26a6nmebs4h2qvivrasfg', '136.228.173.10', 1582630969, '__ci_last_regenerate|i:1582630969;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582625544\";last_ip|s:14:\"136.228.173.86\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"55\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-25 09:46:18\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16kfslkt1nkljvhrb3t1eaq421sg4i01', '65.18.115.87', 1579109267, '__ci_last_regenerate|i:1579109267;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16ok963gnvcl856bdidrfd8dh7fhn4bg', '65.18.127.90', 1578478816, '__ci_last_regenerate|i:1578478816;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"27\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 12:49:39\";');
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 ('17tu0454mk5jugnq0dkkae8li6iri708', '103.85.105.226', 1578469105, '__ci_last_regenerate|i:1578469105;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578380847\";last_ip|s:14:\"103.85.105.226\";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 ('183iobau7i9ptc075l0bkj5433qsaila', '103.73.237.4', 1578051019, '__ci_last_regenerate|i:1578050930;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578028403\";last_ip|s:13:\"103.73.236.25\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"25\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-03 08:49:12\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18j2lj3p0s0irfo8cgs5vh6dbiohm2lh', '65.18.115.31', 1579591887, '__ci_last_regenerate|i:1579591887;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19l5igqd97vedkb3pl8vfjed1ml35fpv', '65.18.115.48', 1580101404, '__ci_last_regenerate|i:1580101404;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('19or53r3jmq8vi40nn2d8hm7hkdgb2rp', '65.18.115.48', 1580286875, '__ci_last_regenerate|i:1580286875;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('1a9oqin89l8ishvttgf215kvjqf99cpn', '103.73.237.168', 1578019218, '__ci_last_regenerate|i:1578019117;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577975331\";last_ip|s:14:\"103.73.236.230\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"25\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-03 08:49:12\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1af6sfojo794jqevn5cgjnklveams63l', '136.228.173.54', 1582199026, '__ci_last_regenerate|i:1582199026;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582168991\";last_ip|s:14:\"103.73.236.146\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"51\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-17 18:02:32\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1at1ldeeca9446b1ep1fpg9drgd38jvs', '103.73.236.81', 1580730363, '__ci_last_regenerate|i:1580730355;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580640123\";last_ip|s:14:\"103.73.236.142\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"45\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-02 17:12:15\";');
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 ('1buv3qckcqrgmkgohd3ti03qkjborv7e', '103.73.236.230', 1577531213, '__ci_last_regenerate|i:1577531213;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577438496\";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:\"19\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-28 09:28:06\";');
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 ('1dal62nm9sh2i0g55pmhfcs8386tm0sj', '136.228.173.82', 1581392165, '__ci_last_regenerate|i:1581392165;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581319853\";last_ip|s:14:\"103.73.237.185\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
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 ('1dl8esf68aoapa1u7nnv8nbasrq84qhr', '136.228.173.133', 1583238681, '__ci_last_regenerate|i:1583238681;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1583146655\";last_ip|s:14:\"136.228.173.45\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"60\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-03 17:27:16\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e6936mdurvoq75mjl0cspvm33imidom', '65.18.115.48', 1580112054, '__ci_last_regenerate|i:1580112054;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('1g814msoj4k6dj3debagtgakikkabclo', '103.73.237.204', 1577517174, '__ci_last_regenerate|i:1577517174;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577438496\";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:\"19\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-28 09:28:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1g96n44obgm4uj8q6l4qjkan1b9369lf', '103.73.236.68', 1578482212, '__ci_last_regenerate|i:1578482212;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"27\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 12:49:39\";');
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 ('1jd9580j0qfjeapp4s8v1ckv4283mv7r', '65.18.115.48', 1580195434, '__ci_last_regenerate|i:1580195434;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580182848\";last_ip|s:13:\"69.160.28.236\";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 ('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 ('1jhb70hl4fdv5dc13qrr6fd5s1k586hu', '103.73.236.142', 1579610559, '__ci_last_regenerate|i:1579610559;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579342547\";last_ip|s:13:\"65.18.120.108\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"37\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-21 17:48:38\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1kd6289hopulpf88gr76l7vf0t5g65tb', '103.73.237.73', 1577524082, '__ci_last_regenerate|i:1577524082;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577438496\";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:\"19\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-28 09:28:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1lhfs9gf1ttf6amkhsj11ddj4g6shff1', '136.228.173.214', 1580131702, '__ci_last_regenerate|i:1580131702;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580004017\";last_ip|s:15:\"136.228.173.229\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"43\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-26 08:30:22\";');
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 ('1mhm0hoka3oi87vdsc7028f8fqt7kinm', '103.85.105.226', 1578456677, '__ci_last_regenerate|i:1578456677;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578380847\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('1o01jde0a6dcam5ktnhcgm9dc2e70rs0', '65.18.115.17', 1578132514, '__ci_last_regenerate|i:1578132514;');
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 ('1ogeu1l01em64dfgli77482kcbnoeui2', '65.18.115.48', 1580110390, '__ci_last_regenerate|i:1580110390;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('1osi1348h9djdtmbcni7mnnipk4o93kb', '136.228.173.78', 1582371436, '__ci_last_regenerate|i:1582371436;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582285486\";last_ip|s:15:\"136.228.173.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:2:\"53\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-22 16:40:13\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1p6satt8mhgsug1mtukbnjfj9khj0viu', '136.228.173.214', 1580134195, '__ci_last_regenerate|i:1580134195;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580004017\";last_ip|s:15:\"136.228.173.229\";avatar|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 ('1p8univg4hmb3jafdhtdan9569dk596q', '65.18.115.48', 1580284781, '__ci_last_regenerate|i:1580284781;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('1r1rg4544he4q59o5otljgf3u2ad9rm9', '103.85.105.226', 1578547940, '__ci_last_regenerate|i:1578547940;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578455264\";last_ip|s:14:\"103.85.105.226\";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 ('1rfebnle1qghf1t09gs6sis1s72slblo', '136.228.173.130', 1580569252, '__ci_last_regenerate|i:1580569252;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580465679\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('1rn5q0l2cgajjm3ou61o1ns3fltsmki4', '65.18.115.48', 1580218427, '__ci_last_regenerate|i:1580218427;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580182848\";last_ip|s:13:\"69.160.28.236\";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 ('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 ('1ubueh2ifkq3qc383ioh2c2sm9do5i5r', '136.228.173.10', 1582629234, '__ci_last_regenerate|i:1582629234;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582625544\";last_ip|s:14:\"136.228.173.86\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"55\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-25 09:46:18\";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 ('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 ('23skffjtvd0djb5daboilorhc6e9tjgc', '136.228.173.214', 1580130659, '__ci_last_regenerate|i:1580130659;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580004017\";last_ip|s:15:\"136.228.173.229\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"43\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-26 08:30:22\";');
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 ('24cisvju873vdkocludkknf6ubhjpoje', '65.18.115.17', 1578131521, '__ci_last_regenerate|i:1578131521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25bkhi4djojh19lh89rqn9caqmvajlat', '65.18.115.6', 1581241216, '__ci_last_regenerate|i:1581241216;');
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 ('25uer45frto3943gcnu2a6u4a4jnbcuo', '103.73.236.251', 1578723688, '__ci_last_regenerate|i:1578723688;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578654026\";last_ip|s:14:\"103.73.237.245\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"30\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-11 10:45:19\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2705m9aquf346tce4efbil23ulc6ujn1', '65.18.115.48', 1579775175, '__ci_last_regenerate|i:1579775175;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579245574\";last_ip|s:11:\"65.18.115.7\";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 ('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 ('27elg6igsa1imbkr4cu57ac31e7q0ggb', '136.228.173.130', 1580570173, '__ci_last_regenerate|i:1580569880;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580465679\";last_ip|s:15:\"136.228.174.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\";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 ('282k7ejqc6qkcrak7o4p64rggju0g3di', '65.18.115.48', 1579953221, '__ci_last_regenerate|i:1579953221;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579836966\";last_ip|s:12:\"65.18.115.48\";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 ('291ijje30up138b2mlv4jn1ul1g3hgt0', '103.73.237.18', 1579784376, '__ci_last_regenerate|i:1579784371;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579748125\";last_ip|s:14:\"103.73.237.198\";avatar|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 ('296c606vrrpti5md2pbtgvtmvdm60nbu', '136.228.173.190', 1582539223, '__ci_last_regenerate|i:1582539223;');
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 ('2bj0a35sgoppb81t1rr22rtvucimno9b', '65.18.115.48', 1579955442, '__ci_last_regenerate|i:1579955442;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579836966\";last_ip|s:12:\"65.18.115.48\";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 ('2c0t2rvjp48qfhtf4edq91f4l4rdtcq5', '65.18.115.48', 1579963053, '__ci_last_regenerate|i:1579963053;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579955516\";last_ip|s:12:\"65.18.115.48\";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 ('2c9ug47ucc9fatm6putkukthq6pn4uij', '65.18.115.6', 1581241216, '__ci_last_regenerate|i:1581241216;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cd3ce0ic8eebcrrbr0c67aj9919ta8d', '65.18.115.48', 1579949204, '__ci_last_regenerate|i:1579949204;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579836966\";last_ip|s:12:\"65.18.115.48\";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 ('2ce7rn33lvpmu4n0609ite9qg2j1arfj', '65.18.115.48', 1580205245, '__ci_last_regenerate|i:1580205245;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580182848\";last_ip|s:13:\"69.160.28.236\";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 ('2cg6u7lkp1pa5d2p4kb7g6nh3u723b4b', '65.18.115.48', 1580095145, '__ci_last_regenerate|i:1580095145;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cmk4ss4au5gq2t84d4bq6m16ec0caam', '103.116.12.98', 1581681994, '__ci_last_regenerate|i:1581681994;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581648202\";last_ip|s:13:\"103.73.237.21\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"49\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-14 09:13:48\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cp6mrs6341jmk0vsqgdepcfse3on4jn', '65.18.127.210', 1578915316, '__ci_last_regenerate|i:1578915316;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578882357\";last_ip|s:11:\"69.160.29.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:\"32\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-13 08:56:04\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ctokgaegqsr9cuup8jlhp41sn2orf8t', '65.18.115.48', 1580125309, '__ci_last_regenerate|i:1580125308;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('2esv4v1af0ov3kvja11lmjdsh5o38h84', '103.73.237.188', 1582800318, '__ci_last_regenerate|i:1582800317;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fms8s23qhn2o5bvnbnjr2g7382ae9a5', '65.18.115.48', 1580307153, '__ci_last_regenerate|i:1580307153;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('2fsofhodhvve2fjq03c9jlan3lqhtpid', '65.18.115.48', 1580354413, '__ci_last_regenerate|i:1580354413;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580274379\";last_ip|s:12:\"65.18.115.48\";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 ('2hjkbq72hkh4rk71be9h9iu6hh65esru', '103.73.237.168', 1581158748, '__ci_last_regenerate|i:1581158748;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581144252\";last_ip|s:13:\"103.73.236.19\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2hoo4n8jg6pv1mhaqheufpk6oumha3hm', '65.18.115.48', 1580279090, '__ci_last_regenerate|i:1580279090;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('2k9c821h2ghkvn18pq9j3img0itmcrh2', '136.228.173.202', 1582268350, '__ci_last_regenerate|i:1582268350;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582193150\";last_ip|s:14:\"136.228.173.54\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"52\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-20 18:17:55\";');
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 ('2lsrasj22jklpon7b9jbag5gvb6m4b4i', '103.73.236.113', 1578390797, '__ci_last_regenerate|i:1578390797;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578281918\";last_ip|s:12:\"103.73.236.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:\"25\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-03 08:49:12\";');
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 ('2oil4ll9h08ponndrh7g9poq81o24bjr', '103.85.105.226', 1578560904, '__ci_last_regenerate|i:1578560904;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578539787\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('2pc9acvdljgraplqhgagp86gslp304sh', '103.73.237.75', 1580558074, '__ci_last_regenerate|i:1580558074;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580465679\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('2po3rj9qat9k0kk23or7aig9kp3ldsd5', '65.18.115.48', 1580447863, '__ci_last_regenerate|i:1580447863;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580387498\";last_ip|s:12:\"65.18.115.48\";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 ('2qakmbj47bvgroheq4798hld5e335oec', '103.73.236.15', 1578553514, '__ci_last_regenerate|i:1578553514;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578461010\";last_ip|s:12:\"65.18.127.90\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"28\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-09 11:19:46\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2qn2v6glqn0lrc337m8esodenm5tnik7', '103.73.236.207', 1579839684, '__ci_last_regenerate|i:1579839684;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579772879\";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:2:\"41\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-24 09:09:55\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2qpi0v9ra0gel7godh1neup4jvkbesjl', '65.18.115.31', 1579593774, '__ci_last_regenerate|i:1579593774;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2r4qblbkqib98qfml7nngddlfrcrhrv5', '65.18.115.94', 1582104701, '__ci_last_regenerate|i:1582104701;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1582020010\";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 ('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 ('2rfpuh234ms86ff0qpnrfd0pq4rmum5u', '103.73.236.168', 1580820023, '__ci_last_regenerate|i:1580820023;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580778992\";last_ip|s:15:\"136.228.173.121\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"45\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-02 17:12:15\";');
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 ('2rukgm3se6retb56ebtm9hvei684s70s', '65.18.115.48', 1580388872, '__ci_last_regenerate|i:1580388872;');
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 ('31133cubivpmgdt14pq6fjsel2hgfn7m', '65.18.115.48', 1580273449, '__ci_last_regenerate|i:1580273449;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('314f119h7k2hggjvd46ub44k94f1dnvj', '65.18.115.48', 1580100459, '__ci_last_regenerate|i:1580100459;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('31b8rhgdda61dhd8f45qo61s4t8vgqrc', '136.228.173.130', 1580562810, '__ci_last_regenerate|i:1580562810;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580465679\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('325iuivli2k1bj0u61vprlde8gppauit', '136.228.173.54', 1582193677, '__ci_last_regenerate|i:1582193677;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582168991\";last_ip|s:14:\"103.73.236.146\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"51\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-17 18:02:32\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32icq201ii7ur422ver2jdiegeqt9fvq', '65.18.122.26', 1580222149, '__ci_last_regenerate|i:1580222149;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580209534\";last_ip|s:13:\"103.73.237.41\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('33om9knv74ho1no3qkntg8hfij26rork', '103.73.237.188', 1582803885, '__ci_last_regenerate|i:1582803885;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582703095\";last_ip|s:15:\"136.228.173.124\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"56\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-26 14:15:03\";');
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 ('349pnejid7dloo4lubapdabd91ambpck', '65.18.115.48', 1580292379, '__ci_last_regenerate|i:1580292379;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('34cbo49d8ls5r9qk56jhsctichmvathd', '103.73.236.168', 1580820050, '__ci_last_regenerate|i:1580820023;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580778992\";last_ip|s:15:\"136.228.173.121\";avatar|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 ('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 ('3554t572fegu1jmioiej32aothvo3uvf', '103.73.237.254', 1582020446, '__ci_last_regenerate|i:1582020412;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581939145\";last_ip|s:13:\"103.73.236.42\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"51\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-17 18:02: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 ('35sa4dkhtv0tbn5c8k31q3ddlrnmmd2e', '103.73.237.133', 1579689553, '__ci_last_regenerate|i:1579689553;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579674197\";last_ip|s:13:\"103.73.237.57\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"38\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-22 08:34:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36vofb3kosv2vi472nctrjk99mjiiigo', '103.73.236.230', 1577532148, '__ci_last_regenerate|i:1577532148;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577438496\";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:\"19\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-28 09:28:06\";');
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 ('38tq02qt1548eeggp4h01ee7lm5hdvc0', '65.18.115.48', 1580362434, '__ci_last_regenerate|i:1580362434;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580274379\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('3a8o9a3r1hrd84ab717bcsig32h30vsd', '103.73.236.126', 1577614745, '__ci_last_regenerate|i:1577614745;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577591084\";last_ip|s:15:\"136.228.173.133\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"20\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-29 16:24:56\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3agdhjds2serjhocc7cf0spv6v6ns19v', '65.18.115.48', 1580353536, '__ci_last_regenerate|i:1580353536;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580274379\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('3ar66h21ke2qefip65n4kci0ocha7egk', '103.73.236.5', 1578285690, '__ci_last_regenerate|i:1578281893;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578049773\";last_ip|s:13:\"103.73.236.25\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"25\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-03 08:49:12\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3asipe5ln0jjie6cv10p4s7edta4fb9u', '65.18.120.126', 1577710285, '__ci_last_regenerate|i:1577710206;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577695183\";last_ip|s:14:\"103.73.236.180\";avatar|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 ('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 ('3bn1gg2ch2q8tc76fn52k72fce1mfnug', '103.73.237.133', 1579692924, '__ci_last_regenerate|i:1579692924;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579674197\";last_ip|s:13:\"103.73.237.57\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"38\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-22 08:34:15\";');
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 ('3c0vi87c1uaju6escpqircor9246i9o6', '103.85.105.226', 1578651897, '__ci_last_regenerate|i:1578651897;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('3eumjih60ptogf5o0si11r2l81j7b239', '103.73.236.248', 1579753961, '__ci_last_regenerate|i:1579753961;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579693212\";last_ip|s:14:\"103.73.237.133\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"40\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-23 09:25:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f0a35pq9esiiijamp0e8doij4jf94h9', '65.18.115.87', 1578890113, '__ci_last_regenerate|i:1578890113;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578625731\";last_ip|s:14:\"103.85.105.226\";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 ('3f276e84nebn397k6u0iv6ufj7n7eipa', '103.73.236.230', 1577977405, '__ci_last_regenerate|i:1577977405;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577959181\";last_ip|s:14:\"103.73.237.196\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"24\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-02 10:30:42\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fe8j6k19bpjugsr4df61lio8mijfcco', '65.18.115.48', 1580314072, '__ci_last_regenerate|i:1580314072;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('3fgfvs427kn26keme9g4mbhr7osbk46m', '103.73.236.66', 1581075948, '__ci_last_regenerate|i:1581075948;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581047621\";last_ip|s:14:\"103.73.237.137\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"47\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-07 10:23:49\";');
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 ('3goobrrbso0v09trdo5jnd6vlq9fd07a', '65.18.115.31', 1579590234, '__ci_last_regenerate|i:1579590234;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3h9g6ooepe0grgfn8nsmue92kpqh1u0l', '65.18.127.90', 1578474105, '__ci_last_regenerate|i:1578474105;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"27\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 12:49:39\";');
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 ('3he4hlcnrn2otvgb0nb4ee6q722c8kse', '65.18.115.6', 1581311677, '__ci_last_regenerate|i:1581311494;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1581305712\";last_ip|s:11:\"65.18.115.6\";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 ('3hn0e0f9hj27k3nveitg4um22q369sb8', '103.85.105.226', 1578230825, '__ci_last_regenerate|i:1578230825;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ht8bb2pcc5l5f21v0j55ntend81dqjh', '103.73.237.203', 1580440099, '__ci_last_regenerate|i:1580440099;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580274894\";last_ip|s:11:\"65.18.122.2\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('3kid77ot8f60qcv88c319aq4gen5njvh', '103.73.236.15', 1578566048, '__ci_last_regenerate|i:1578566048;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578545376\";last_ip|s:13:\"103.73.236.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:2:\"28\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-09 11:19:46\";');
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 ('3l4nsldguovm2g8mf1eekcn20o72qde9', '136.228.173.130', 1580563844, '__ci_last_regenerate|i:1580563844;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580465679\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3lg086f82b78unjmqi4hhtcl4jujteon', '103.73.236.255', 1578825464, '__ci_last_regenerate|i:1578825464;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578733073\";last_ip|s:14:\"103.73.236.251\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"31\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-12 15:33:34\";');
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 ('3nq8g5kacqfkm9esam5jt1ts2tkkm2i5', '103.73.236.157', 1581074941, '__ci_last_regenerate|i:1581074941;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581047621\";last_ip|s:14:\"103.73.237.137\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"47\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-07 10:23:49\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3o7hetd3pa936s7i8b7idd7na5lhbd4q', '103.73.236.179', 1577798199, '__ci_last_regenerate|i:1577798199;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577772672\";last_ip|s:14:\"103.73.236.179\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"22\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-31 09:25:03\";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 ('3p6q0em9t7v3mpp3sppofcpom6007v3g', '136.228.173.190', 1582544903, '__ci_last_regenerate|i:1582544903;');
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 ('3pgvbkssc0evi9ao1sn3gre8s7ogp23v', '65.18.115.87', 1578995703, '__ci_last_regenerate|i:1578995703;');
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 ('3psjg24vcn94f5mt547dl7jt60e5v360', '65.18.115.48', 1579951805, '__ci_last_regenerate|i:1579951805;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579836966\";last_ip|s:12:\"65.18.115.48\";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 ('3q2t4khhvtvqj6akf21366adbln28tna', '65.18.115.58', 1576213327, '__ci_last_regenerate|i:1576213327;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3q9ii73809hegbtffs0ag86lveeu40ao', '136.228.173.54', 1582198719, '__ci_last_regenerate|i:1582198719;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582168991\";last_ip|s:14:\"103.73.236.146\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"51\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-17 18:02:32\";');
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 ('3s2tbrq8li8p85th6q8024e95h3f6tj5', '65.18.115.48', 1580307527, '__ci_last_regenerate|i:1580307527;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('3tedomnkcrac8q9fnqmo7k51keq0f6r1', '136.228.173.133', 1583239131, '__ci_last_regenerate|i:1583239131;');
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 ('3tts5ss7pejerff65hf1ktge0fbcdbjo', '65.18.115.87', 1578995703, '__ci_last_regenerate|i:1578995703;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3uvuu1f1k0pcd4sqbvgbas80lt3c9mb6', '65.18.115.48', 1580202560, '__ci_last_regenerate|i:1580202560;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580182848\";last_ip|s:13:\"69.160.28.236\";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 ('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 ('41hamrmrds70drq8bf8ma66en1jqe7i7', '103.73.237.42', 1581594662, '__ci_last_regenerate|i:1581594662;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581415597\";last_ip|s:13:\"103.73.236.44\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56: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 ('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 ('42lul98e4kb7hauj0bnah57sii0ph8m2', '103.73.237.245', 1578655851, '__ci_last_regenerate|i:1578655851;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578644428\";last_ip|s:13:\"103.73.237.94\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"29\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-10 14:50:33\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42p9qo53gub60rhr3omoj0eqbgocjr5e', '103.73.236.248', 1579755575, '__ci_last_regenerate|i:1579755575;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579693212\";last_ip|s:14:\"103.73.237.133\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"40\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-23 09:25:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43fsfe6jm5197kii8fqqgpqcgejdhhdg', '136.228.173.78', 1582371130, '__ci_last_regenerate|i:1582371130;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582285486\";last_ip|s:15:\"136.228.173.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:2:\"53\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-22 16:40:13\";');
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 ('440qfcq97bh84dgamek2o2ko3hegt7jk', '65.18.115.48', 1580283793, '__ci_last_regenerate|i:1580283793;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('44701kmd55ffcr19d0i62b826e5peds9', '65.18.115.87', 1579109268, '__ci_last_regenerate|i:1579109268;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44ss80q5pn3vmappicv5f7g33haec60r', '65.18.115.48', 1580095497, '__ci_last_regenerate|i:1580095497;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('45kl8ibp6b9gaag6i120g05n3umrct8g', '65.18.115.31', 1579590235, '__ci_last_regenerate|i:1579590235;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45tk9u3hl9kmaikpj8kkg9ja52sgno0u', '65.18.115.31', 1579601621, '__ci_last_regenerate|i:1579601621;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46179v5f5p139bqt229mpjq8rrhdgvu9', '103.73.236.180', 1577708524, '__ci_last_regenerate|i:1577708524;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577695183\";last_ip|s:14:\"103.73.236.180\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"21\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-30 09:53:17\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48gak2ia3tecd2076et3oqmpa5n1q8ir', '136.228.174.207', 1580446701, '__ci_last_regenerate|i:1580446701;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580439744\";last_ip|s:14:\"103.73.237.203\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('49375379prn7doparck4vmjfctf0b2oe', '65.18.115.48', 1580206191, '__ci_last_regenerate|i:1580206191;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580182848\";last_ip|s:13:\"69.160.28.236\";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 ('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 ('4b30k8f5a6fq6bsja88v0aqbfe1a5nqv', '103.73.236.113', 1578390396, '__ci_last_regenerate|i:1578390396;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578281918\";last_ip|s:12:\"103.73.236.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:\"25\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-03 08:49:12\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4bigq1afss8ee5ovqtr5dkrieole8qv6', '103.73.236.251', 1578743719, '__ci_last_regenerate|i:1578743719;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578716108\";last_ip|s:12:\"65.18.127.91\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"30\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-11 10:45:19\";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 ('4bj6jbtui4hq9ae4ecjf8226lk7kpc4j', '103.73.236.15', 1578553194, '__ci_last_regenerate|i:1578553194;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578461010\";last_ip|s:12:\"65.18.127.90\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"28\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-09 11:19:46\";');
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 ('4c4grfs99lemf1dg36mcdmabjnpnjl29', '103.85.105.226', 1578562746, '__ci_last_regenerate|i:1578562746;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578539787\";last_ip|s:14:\"103.85.105.226\";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 ('4c4k4r141vfj8udl33ce0r55qd9hp5r1', '65.18.115.87', 1578991879, '__ci_last_regenerate|i:1578991879;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c62432euejqbkq0pg7t8eaj3accd2qg', '136.228.173.179', 1579097231, '__ci_last_regenerate|i:1579097231;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579059211\";last_ip|s:15:\"136.228.173.179\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"34\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-15 11:29:36\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ce6u002s35l0srv3e8380b9b6rkdj9i', '103.73.236.180', 1577706798, '__ci_last_regenerate|i:1577706798;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577695183\";last_ip|s:14:\"103.73.236.180\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"21\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-30 09:53:17\";');
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 ('4f03r867trbb3n42rtrlat8hr5g06rva', '65.18.115.48', 1579968172, '__ci_last_regenerate|i:1579967751;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579955516\";last_ip|s:12:\"65.18.115.48\";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 ('4fi3ojm6l2glu9amvgt0uma63siq06es', '61.129.6.251', 1581220231, '__ci_last_regenerate|i:1581220230;');
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 ('4g6uvvddlbn4s8re1h7vqud3llbelpmf', '103.73.236.207', 1579839302, '__ci_last_regenerate|i:1579839302;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579772879\";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:2:\"41\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-24 09:09:55\";');
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 ('4hbeskmvt9gedn5lhng7roc750q3lo6o', '65.18.115.48', 1580360630, '__ci_last_regenerate|i:1580360630;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580274379\";last_ip|s:12:\"65.18.115.48\";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 ('4jbg3stq0bj6r2m1qjp9ldms7j9jqq1h', '136.228.173.133', 1583235610, '__ci_last_regenerate|i:1583235610;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1583146655\";last_ip|s:14:\"136.228.173.45\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"60\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-03 17:27:16\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4jqnsrqc447bqot7k0p3n167bpo7m42e', '103.73.237.133', 1579691117, '__ci_last_regenerate|i:1579691117;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579674197\";last_ip|s:13:\"103.73.237.57\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"38\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-22 08:34:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4kruj0j7jtka8bo5tm2leudri6golve1', '65.18.115.31', 1579590469, '__ci_last_regenerate|i:1579590469;');
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 ('4m5j4b69djubk5t3g05g84crod13uhka', '103.73.236.42', 1581942850, '__ci_last_regenerate|i:1581942850;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581765204\";last_ip|s:15:\"136.228.173.252\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"51\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-17 18:02:32\";');
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 ('4mv5jmt05pgm3ap55941epl722b7685c', '65.18.121.90', 1579255965, '__ci_last_regenerate|i:1579255965;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579172631\";last_ip|s:14:\"103.73.237.224\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"36\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-17 15:26:01\";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 ('4njsl9ll4q1is3l391e2oiq1b48ad1ln', '103.85.105.226', 1578461359, '__ci_last_regenerate|i:1578461359;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578380847\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('4pqa8nddog1mdmb9cvbhkh0nnn76lug5', '136.228.173.245', 1581673506, '__ci_last_regenerate|i:1581673506;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581648202\";last_ip|s:13:\"103.73.237.21\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"49\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-14 09:13:48\";');
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 ('4q5ldelaboie5oq7i2cf9stcdpa4069u', '103.85.105.226', 1578626085, '__ci_last_regenerate|i:1578626085;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('4qbtkhqmgonon454rt3q5tql1qetctk0', '65.18.115.28', 1579152506, '__ci_last_regenerate|i:1579152506;');
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 ('4qeomk3f6i9151hd6n0j2uvsld2gr8a1', '65.18.120.108', 1579348103, '__ci_last_regenerate|i:1579348103;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579326712\";last_ip|s:14:\"136.228.173.10\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"36\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-17 15:26:01\";');
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 ('4r1s68iiq5v9bivlmuncvi29ik0081g8', '65.18.115.48', 1580202044, '__ci_last_regenerate|i:1580202044;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580182848\";last_ip|s:13:\"69.160.28.236\";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 ('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 ('4rld6jl7jts7ovamcnmbl6316k61vhkb', '65.18.120.108', 1579348812, '__ci_last_regenerate|i:1579348812;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579326712\";last_ip|s:14:\"136.228.173.10\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"36\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-17 15:26:01\";');
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 ('4sh125tgudoveouqkl47ssgt2247m8o8', '103.85.105.226', 1578467745, '__ci_last_regenerate|i:1578467745;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578380847\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('4urcj6nofvd6mcvkojvckhr650r9cad4', '65.18.115.1', 1582279862, '__ci_last_regenerate|i:1582279861;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1582103394\";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 ('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 ('4vmvbk60j97189qb3atfvta9725d6tln', '65.18.121.90', 1579254563, '__ci_last_regenerate|i:1579254563;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579172631\";last_ip|s:14:\"103.73.237.224\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"36\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-17 15:26:01\";');
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 ('51c69qaah45mrgg91e58uj9u6f8sms5f', '65.18.115.48', 1580119944, '__ci_last_regenerate|i:1580119944;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('51io4s42daptnt4s89196fkf8qbqjfae', '103.73.237.42', 1581592709, '__ci_last_regenerate|i:1581592709;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581415597\";last_ip|s:13:\"103.73.236.44\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
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 ('523tc2hphf8ual7147ccsjiv6p70reva', '103.73.236.179', 1577800272, '__ci_last_regenerate|i:1577800272;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577772672\";last_ip|s:14:\"103.73.236.179\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"22\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-31 09:25:03\";');
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 ('53bmt1lick4la1hoc03j370f9p5q28au', '103.73.237.168', 1581161032, '__ci_last_regenerate|i:1581161032;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581144252\";last_ip|s:13:\"103.73.236.19\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56: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 ('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 ('543a418s9ubdif2n9p68rhg4gl88ae9e', '103.73.236.126', 1577614088, '__ci_last_regenerate|i:1577614088;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577591084\";last_ip|s:15:\"136.228.173.133\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"20\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-29 16:24:56\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54tthjm45eiemo1be8k7so15j7h046i5', '65.18.115.48', 1579961068, '__ci_last_regenerate|i:1579961068;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579955516\";last_ip|s:12:\"65.18.115.48\";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 ('555b1etcdg5q1093j0d9m0ie1iudpej3', '65.18.127.90', 1578471579, '__ci_last_regenerate|i:1578471579;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"27\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 12:49:39\";');
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 ('5597j178tpdppv8qv0nh4ebse4g5aj6n', '65.18.115.87', 1578902317, '__ci_last_regenerate|i:1578902317;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55hjhoj2sjd93o255vpn14qdmbjo4rqe', '103.85.105.226', 1578636763, '__ci_last_regenerate|i:1578636763;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('56pc7c0ok9m5goc0b730de5qipci5ku4', '103.73.237.75', 1580561878, '__ci_last_regenerate|i:1580561878;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580465679\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57hhhpr6d7pvptih3ijmsmuf5033s5ci', '65.18.115.48', 1579962421, '__ci_last_regenerate|i:1579962421;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579955516\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('587061sbntg7atb3i75cqr3ajfj4s3mk', '103.73.237.42', 1581593340, '__ci_last_regenerate|i:1581593340;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581415597\";last_ip|s:13:\"103.73.236.44\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
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 ('58gm88du4odue85ikiqkibo2b1vj4mdg', '65.18.115.17', 1578126335, '__ci_last_regenerate|i:1578126335;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5949olr0uvuflvt5kaot1r1cagm5vdq3', '65.18.115.87', 1578995781, '__ci_last_regenerate|i:1578995781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59c19kbl91lag6otkn1fj00h9gim2qov', '65.18.120.126', 1577709874, '__ci_last_regenerate|i:1577709874;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577695183\";last_ip|s:14:\"103.73.236.180\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"21\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-30 09:53:17\";');
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 ('59qnm5i75jkh5uogo7cmabnj50b96ajs', '103.73.236.251', 1578743864, '__ci_last_regenerate|i:1578743719;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578716108\";last_ip|s:12:\"65.18.127.91\";avatar|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 ('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 ('5an88sc5jiot77rho411dr6velgljaj4', '136.228.173.179', 1579007817, '__ci_last_regenerate|i:1579007817;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578914308\";last_ip|s:11:\"69.160.29.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:\"33\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-14 19:42:20\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5asaco75shp8laau9v7p30a5cbm7b8b2', '65.18.115.31', 1579591888, '__ci_last_regenerate|i:1579591888;');
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 ('5dpjed9044i59kurpl7humnonsqtufcj', '136.228.173.20', 1581000479, '__ci_last_regenerate|i:1581000479;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580967852\";last_ip|s:14:\"136.228.173.12\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"46\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-06 09:50:13\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dt5hcqvk2skv3ukdfto7qqk9vnn3mc8', '65.18.127.90', 1578481565, '__ci_last_regenerate|i:1578481565;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"27\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 12:49:39\";');
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 ('5emulfs2qq3kjr9m5ejrg9gt14u3f5f1', '65.18.115.48', 1580311812, '__ci_last_regenerate|i:1580311812;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('5favgt75t3uqgkmg3qp67qknj0q3t173', '65.18.115.6', 1581239216, '__ci_last_regenerate|i:1581239216;');
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 ('5iar9jpn3vpthp9kj78fb40f2fq8vqf8', '103.85.105.226', 1578283511, '__ci_last_regenerate|i:1578283511;');
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 ('5j5ptl47kainp36nt2cbcushtdmnv3o5', '103.73.237.75', 1580557194, '__ci_last_regenerate|i:1580557194;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580465679\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('5ksj66b0gbljk5273orto53plovu0t6s', '103.73.236.158', 1580183169, '__ci_last_regenerate|i:1580182979;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580121374\";last_ip|s:15:\"136.228.173.214\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5l1fmtbqveverm26vojtgds40agmr8lb', '103.85.105.226', 1578387123, '__ci_last_regenerate|i:1578387123;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578061402\";last_ip|s:12:\"65.18.115.17\";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 ('5l61fgg7r6ub11ehiupl5n7def468lq6', '65.18.115.48', 1579836966, '__ci_last_regenerate|i:1579836966;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5lr68r923th3bhl40jpb0m4stpb99nvn', '103.73.236.255', 1578823764, '__ci_last_regenerate|i:1578823764;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578733073\";last_ip|s:14:\"103.73.236.251\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"31\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-12 15:33:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5mguaairos3ne0ghlcei1l285m58pmue', '103.73.236.15', 1578565607, '__ci_last_regenerate|i:1578565607;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578545376\";last_ip|s:13:\"103.73.236.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:2:\"28\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-09 11:19:46\";');
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 ('5n0bu8lpcddgc5jgd1gu787fl0nv6bm5', '65.18.115.48', 1580354780, '__ci_last_regenerate|i:1580354780;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580274379\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('5ndke21417mp8v13bcbq014926e8f7hm', '103.73.236.216', 1582978272, '__ci_last_regenerate|i:1582978272;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582888247\";last_ip|s:14:\"103.73.236.160\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"58\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-29 18:20:50\";');
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 ('5pcvdap6i07hog0lqacllneq6tfoho94', '103.73.236.180', 1577706429, '__ci_last_regenerate|i:1577706429;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577695183\";last_ip|s:14:\"103.73.236.180\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"21\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-30 09:53:17\";');
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 ('5q7q2ki9b61r8jd8pq8eeam36202rrfg', '136.228.173.30', 1582600673, '__ci_last_regenerate|i:1582600560;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582539240\";last_ip|s:15:\"136.228.173.190\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"55\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-25 09:46:18\";');
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 ('5qgqip8bqfvpobmpjfsdt2b5ae6tklir', '136.228.173.214', 1580123228, '__ci_last_regenerate|i:1580123228;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580004017\";last_ip|s:15:\"136.228.173.229\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"43\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-26 08:30:22\";');
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 ('5r62urtogetq7ijc5nnt2aglnk9caeq9', '103.73.236.230', 1577976106, '__ci_last_regenerate|i:1577976106;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577959181\";last_ip|s:14:\"103.73.237.196\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"24\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-02 10:30:42\";');
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 ('5tau2g4tg5j1etg3hkk7qbkqro185sjd', '65.18.115.48', 1580296218, '__ci_last_regenerate|i:1580296218;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('5tmkfm62k6o1d3h31l81he950okd1nmk', '65.18.115.48', 1580388871, '__ci_last_regenerate|i:1580388871;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580352693\";last_ip|s:12:\"65.18.115.48\";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 ('5u0nlqmagfv5bllebo57c3lhehqtnrjg', '103.85.105.226', 1578641859, '__ci_last_regenerate|i:1578641859;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('5u0r2h5doneedcrfj47rua5ag68csufs', '103.73.236.207', 1579929981, '__ci_last_regenerate|i:1579929981;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579864793\";last_ip|s:14:\"103.73.236.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:\"42\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-25 11:22:58\";');
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 ('5v1830h0iut7js0rb1ffiekinkdugeg4', '136.228.173.179', 1579012259, '__ci_last_regenerate|i:1579012259;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578914308\";last_ip|s:11:\"69.160.29.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:\"33\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-14 19:42:20\";');
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 ('5v2a59plt95grmovkoa3707e72tn3d12', '103.73.236.251', 1578723213, '__ci_last_regenerate|i:1578723213;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578654026\";last_ip|s:14:\"103.73.237.245\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"30\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-11 10:45:19\";');
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 ('5vjesku0t8mfikn8opdi22hf1l42k3ab', '103.73.236.142', 1579607373, '__ci_last_regenerate|i:1579607373;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579342547\";last_ip|s:13:\"65.18.120.108\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"37\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-21 17:48:38\";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 ('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 ('605nuo06cmqqekudstgpe4pqeb8b1t2f', '65.18.115.31', 1579590470, '__ci_last_regenerate|i:1579590470;');
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 ('61covqja83oiue02slkba61hndi7aot4', '103.73.236.179', 1577772994, '__ci_last_regenerate|i:1577772994;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577760895\";last_ip|s:15:\"136.228.173.249\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"22\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-31 09:25:03\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61cuj31sjnlujqi6jv6s70qhi80rd2dt', '103.73.236.168', 1580815912, '__ci_last_regenerate|i:1580815912;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580778992\";last_ip|s:15:\"136.228.173.121\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"45\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-02 17:12: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 ('630kcrd1q2aal75qfbl59hb4h2eluphi', '136.228.173.54', 1582199687, '__ci_last_regenerate|i:1582199687;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('631fnn008ukmeft3o12u583euegs6208', '103.73.236.19', 1581144251, '__ci_last_regenerate|i:1581144250;');
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 ('63q8nc4q0h1qnffdmtb1eru5sk64ubb5', '65.18.115.48', 1580115430, '__ci_last_regenerate|i:1580115430;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('64vgh8gjltos6kefksg9qcgtrf54lrok', '61.129.8.179', 1583034296, '__ci_last_regenerate|i:1583034295;');
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 ('65h911r3umufj78tanvvmj18hb46146a', '103.73.236.230', 1577533605, '__ci_last_regenerate|i:1577533588;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577438496\";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:\"19\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-28 09:28:06\";');
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 ('6650qsrbmi41tqv5k5nvv4aatku6j63b', '103.73.236.207', 1579930304, '__ci_last_regenerate|i:1579930304;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579864793\";last_ip|s:14:\"103.73.236.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:\"42\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-25 11:22:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68ha4j9ubk5odeiuksje2gjsk9k62k8b', '103.73.236.180', 1577704386, '__ci_last_regenerate|i:1577704386;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577695183\";last_ip|s:14:\"103.73.236.180\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"21\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-30 09:53:17\";');
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 ('68tqv21cl8eqc77s3q87drnqe1tv7gg1', '65.18.115.17', 1578126335, '__ci_last_regenerate|i:1578126335;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('691247g6qdmr391g3poo7s665pd1o482', '65.18.115.48', 1580021391, '__ci_last_regenerate|i:1580021391;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579956024\";last_ip|s:12:\"65.18.115.48\";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 ('69160vrsmk2snqukfpkvnoddiseb4nak', '65.18.115.115', 1576909251, '__ci_last_regenerate|i:1576909251;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6961ivbugd3fm2oddi9163s04dheei5h', '103.73.236.255', 1578826083, '__ci_last_regenerate|i:1578826083;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578733073\";last_ip|s:14:\"103.73.236.251\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"31\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-12 15:33:34\";');
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 ('6b0i367l3j48i612qe1epv1jbin9eq9u', '103.85.105.226', 1578644309, '__ci_last_regenerate|i:1578644309;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('6crjp77ocsq6ua93q9djjdkklkcvj15u', '136.228.173.130', 1580569880, '__ci_last_regenerate|i:1580569880;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580465679\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dcdshanteh73ogaiskrc1fos2skpc92', '65.18.115.87', 1578896913, '__ci_last_regenerate|i:1578896913;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578625731\";last_ip|s:14:\"103.85.105.226\";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 ('6dkro7nenihkdljri2hqgp00f6grl7em', '65.18.121.90', 1579256632, '__ci_last_regenerate|i:1579256632;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579172631\";last_ip|s:14:\"103.73.237.224\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"36\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-17 15:26:01\";');
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 ('6dtb9mb512fbn2aprkona2phgb0og7ef', '65.18.115.48', 1580208519, '__ci_last_regenerate|i:1580208519;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580182848\";last_ip|s:13:\"69.160.28.236\";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 ('6fa1uchonvoe2jb1e7hlpt7vgm3ndr6r', '65.18.115.48', 1579949521, '__ci_last_regenerate|i:1579949521;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579836966\";last_ip|s:12:\"65.18.115.48\";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 ('6gi9q78qlaiinunshs5gp414s57a9qoc', '65.18.115.94', 1582103991, '__ci_last_regenerate|i:1582103991;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1582020010\";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 ('6govt436ss2oq6q5e2vet1onhtbriulp', '65.18.115.87', 1578991878, '__ci_last_regenerate|i:1578991878;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6hdm22trvhfghi2dmj0d0dv0aeoejren', '65.18.115.48', 1580275565, '__ci_last_regenerate|i:1580275565;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('6hlm0k8caqdcl82r3rk8vemlk1hd133h', '103.73.236.142', 1579610257, '__ci_last_regenerate|i:1579610257;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579342547\";last_ip|s:13:\"65.18.120.108\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"37\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-21 17:48:38\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6hnfm31j01n6sokc0ivsc411807rholr', '65.18.115.48', 1579836078, '__ci_last_regenerate|i:1579836078;');
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 ('6i0bjc75t27frgcgfj2icmt03be7vrk0', '136.228.173.20', 1580998275, '__ci_last_regenerate|i:1580998275;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580967852\";last_ip|s:14:\"136.228.173.12\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"46\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-06 09:50:13\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6iaqm9r5ufiklu6mhjh4k72k0lfqde5p', '65.18.115.48', 1580354015, '__ci_last_regenerate|i:1580354015;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580274379\";last_ip|s:12:\"65.18.115.48\";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 ('6j3t8kougusucqpo32avf5ddc07mef28', '103.73.236.146', 1582169353, '__ci_last_regenerate|i:1582168969;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582020423\";last_ip|s:14:\"103.73.237.254\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"51\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-17 18:02:32\";');
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 ('6jg8i11ov7smfm35n4pjv4lrk4qhjqoe', '136.228.173.15', 1581125597, '__ci_last_regenerate|i:1581125597;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581066746\";last_ip|s:14:\"103.73.236.157\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
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 ('6jo3gd9549lmh64ga310kncmgck5em62', '65.18.115.17', 1578126401, '__ci_last_regenerate|i:1578126401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6k88k7a3gjr1simjt19viicabdfsonh0', '65.18.115.87', 1578997208, '__ci_last_regenerate|i:1578997208;');
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 ('6n2tedp6tnk3j1c7bafq6720atgqfm88', '65.18.115.17', 1578125204, '__ci_last_regenerate|i:1578125204;');
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 ('6nlf5t6jnf5mebg4g3jhfbgr4rdv5qnb', '103.73.237.168', 1581159899, '__ci_last_regenerate|i:1581159899;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581144252\";last_ip|s:13:\"103.73.236.19\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
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 ('6p6go7b8gl6gvmh2okc9ol5rnee2fesg', '103.73.237.65', 1577868183, '__ci_last_regenerate|i:1577868051;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577868041\";last_ip|s:13:\"103.73.237.65\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"23\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-01 10:46:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6pldj7fiue71ejvbn00dsq3ncgdkuphs', '65.18.115.87', 1578902317, '__ci_last_regenerate|i:1578902317;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6pmn8o1c20lcqabpouop1ck0bgetq5dt', '65.18.121.90', 1579253949, '__ci_last_regenerate|i:1579253949;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579172631\";last_ip|s:14:\"103.73.237.224\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"36\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-17 15:26:01\";');
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 ('6r2q62sl17d04edcqpantqsgrk90o2s2', '136.228.173.252', 1581767380, '__ci_last_regenerate|i:1581767380;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581742939\";last_ip|s:15:\"136.228.173.252\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"50\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-14 15:47:53\";');
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 ('6rin1bpo8ogmpr60sjiec54k9abg9fkr', '103.73.236.230', 1577978279, '__ci_last_regenerate|i:1577978279;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577959181\";last_ip|s:14:\"103.73.237.196\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"24\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-02 10:30:42\";');
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 ('6sk2k3kkn5clsdeco1pbvni7a23sdkog', '65.18.115.48', 1580284373, '__ci_last_regenerate|i:1580284373;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('6sp442k8vkec6f8fove7mmumh0okmq5v', '103.73.236.142', 1579607753, '__ci_last_regenerate|i:1579607753;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579342547\";last_ip|s:13:\"65.18.120.108\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"37\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-21 17:48:38\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6svrnogrbv5pnnuf1n6d8to7otlt2roa', '136.228.173.45', 1583147590, '__ci_last_regenerate|i:1583147590;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1583034214\";last_ip|s:14:\"136.228.173.32\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"59\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-01 10:13:39\";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 ('6t0jb7mv0ppk995190vlbdqp5q99u8lu', '65.18.115.58', 1576219940, '__ci_last_regenerate|i:1576219940;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6thh1ltocp5ia35qbmn5gli02918ts2k', '103.73.237.133', 1579689218, '__ci_last_regenerate|i:1579689218;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579674197\";last_ip|s:13:\"103.73.237.57\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"38\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-22 08:34:15\";');
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 ('6up2upfc37vt35ksp7t7eq17pegkh6kh', '136.228.173.252', 1581743834, '__ci_last_regenerate|i:1581742928;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581737115\";last_ip|s:15:\"136.228.173.255\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"50\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-14 15:47:53\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6v40058aabghlhnqfkh3i4tspv4ajdkv', '103.73.237.168', 1581159561, '__ci_last_regenerate|i:1581159561;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581144252\";last_ip|s:13:\"103.73.236.19\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6vdtdhtm0uel8p5g9lgntin9jdmdaa80', '65.18.115.87', 1579109267, '__ci_last_regenerate|i:1579109267;');
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 ('71ql4dkne8o5rdqq5n7i1skj3gfh3dpn', '65.18.115.31', 1579582667, '__ci_last_regenerate|i:1579582667;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72cro8m52js28gh5gl22kvedgrrfuajl', '136.228.173.121', 1580779668, '__ci_last_regenerate|i:1580779668;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580727955\";last_ip|s:13:\"103.73.236.81\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"45\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-02 17:12:15\";');
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 ('73pgvi8n75jp39ferkom09mnlltj3neu', '103.85.105.226', 1578387797, '__ci_last_regenerate|i:1578387797;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578061402\";last_ip|s:12:\"65.18.115.17\";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 ('73ueeh107kpra0id2g2o7cinn45m0vee', '103.73.237.18', 1579783840, '__ci_last_regenerate|i:1579783840;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579748125\";last_ip|s:14:\"103.73.237.198\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"40\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-23 09:25:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73vctueof8ojsd6hn4pjcgj5kpkk3sdl', '65.18.115.31', 1579590470, '__ci_last_regenerate|i:1579590470;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74k22irasefl0oh4nvhc4jc9ehpi4uff', '103.85.105.226', 1578477172, '__ci_last_regenerate|i:1578477172;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578380847\";last_ip|s:14:\"103.85.105.226\";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 ('74mo4tkdsfb5lpvl0p008bl3t736ul1a', '103.73.236.42', 1581942870, '__ci_last_regenerate|i:1581942850;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581765204\";last_ip|s:15:\"136.228.173.252\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"51\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-17 18:02:32\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75qrbf66glphcn8qp480do72281k0703', '103.85.105.226', 1578561394, '__ci_last_regenerate|i:1578561394;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578539787\";last_ip|s:14:\"103.85.105.226\";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 ('763n9di1n8c4gfqg323vpt5ugbt8odir', '136.228.173.190', 1582544140, '__ci_last_regenerate|i:1582544140;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582520944\";last_ip|s:14:\"136.228.173.30\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"54\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-24 10:15:56\";');
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 ('78145ae9oshdelt7jhb0pm3tjpcqdrhd', '65.18.115.48', 1579775503, '__ci_last_regenerate|i:1579775175;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579245574\";last_ip|s:11:\"65.18.115.7\";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 ('784cscqlltpdvaleb3ug0e8m987gsb8d', '65.18.115.48', 1580290258, '__ci_last_regenerate|i:1580290258;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('7977d63gsqhof9j2s66u3n4rgbg2rbt1', '103.73.237.41', 1580210476, '__ci_last_regenerate|i:1580210476;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580194985\";last_ip|s:14:\"103.73.236.158\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a64fb4m94mtl3vmnrnpoaeei9iln3vj', '103.85.105.226', 1578384733, '__ci_last_regenerate|i:1578384733;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578061402\";last_ip|s:12:\"65.18.115.17\";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 ('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 ('7ap25vdurqdlao7543bhrc1bqabnumf3', '136.228.173.179', 1579064341, '__ci_last_regenerate|i:1579064341;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579007526\";last_ip|s:15:\"136.228.173.179\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"33\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-14 19:42:20\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bjg2cm5aann9ab7i0uc96u2e6j76g20', '65.18.115.17', 1578126401, '__ci_last_regenerate|i:1578126401;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7blq3sps9mc9p5rc7gul3dhhogilp9g2', '103.73.236.66', 1581075507, '__ci_last_regenerate|i:1581075507;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581047621\";last_ip|s:14:\"103.73.237.137\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"47\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-07 10:23:49\";');
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 ('7cohc3gvsehi5q6md1k88pt7shba0cj7', '65.18.115.48', 1579954384, '__ci_last_regenerate|i:1579954384;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579836966\";last_ip|s:12:\"65.18.115.48\";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 ('7cpc3c2a2g3pcejq5h019kg40apn0ajg', '65.18.115.126', 1578726338, '__ci_last_regenerate|i:1578726338;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d3fhn01pd2c2kocecal3g739m78eqtu', '136.228.173.202', 1582286752, 'identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582265760\";last_ip|s:15:\"136.228.173.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:2:\"52\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-20 18:17:55\";__ci_last_regenerate|i:1582286752;');
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 ('7dssafqf3bgqsf18ilah532g8v511g25', '103.73.236.160', 1582889287, '__ci_last_regenerate|i:1582889287;');
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 ('7e7859l82676hco00ni638h6vdievh2u', '65.18.127.90', 1578461577, '__ci_last_regenerate|i:1578461577;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"26\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 11:53:44\";');
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 ('7esd8qs3i4hqa5cpsahrecdf5mqn8v0t', '69.160.29.3', 1578889684, '__ci_last_regenerate|i:1578889684;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578819783\";last_ip|s:14:\"103.73.236.255\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"32\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-13 08:56:04\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f59646lss1vgvouj07grf4l3j9afhou', '65.18.115.87', 1578898821, '__ci_last_regenerate|i:1578898821;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578625731\";last_ip|s:14:\"103.85.105.226\";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 ('7fdg47h8bv0bosepk8p26e5vke4qp6rm', '103.73.237.185', 1581329427, '__ci_last_regenerate|i:1581319839;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581220161\";last_ip|s:15:\"136.228.173.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:2:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
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 ('7fldkfm0gck1c9u073ibu1lp0i3428b2', '65.18.115.17', 1578125203, '__ci_last_regenerate|i:1578125203;');
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 ('7g47ofahfmasqeqat4kgb31v6lr2a50m', '65.18.115.17', 1578125203, '__ci_last_regenerate|i:1578125203;');
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 ('7gq1qgf3je47dissn072khfp3c1s5jgp', '103.73.236.107', 1578406577, '__ci_last_regenerate|i:1578406577;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578386735\";last_ip|s:14:\"103.73.237.133\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"25\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-03 08:49:12\";');
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 ('7jbjs3jab9t062vo2a2knfebmk8oavik', '103.73.237.168', 1581159154, '__ci_last_regenerate|i:1581159154;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581144252\";last_ip|s:13:\"103.73.236.19\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7jdk1aq3u8bpmdbn524ftpq2l33ja4a5', '136.228.173.30', 1582520931, '__ci_last_regenerate|i:1582520931;');
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 ('7jm5itemkvc2m0i2h0h93bhkq4hl3rm3', '65.18.121.90', 1579258716, '__ci_last_regenerate|i:1579258716;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579172631\";last_ip|s:14:\"103.73.237.224\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"36\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-17 15:26:01\";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 ('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 ('7kvq8una2fustefrvegh9k1dsnvqi39l', '65.18.115.48', 1580371444, '__ci_last_regenerate|i:1580371444;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580274379\";last_ip|s:12:\"65.18.115.48\";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 ('7l6882gda9clvtojsbnfohlelu7b9fnq', '103.73.236.103', 1577886443, '__ci_last_regenerate|i:1577886443;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577868063\";last_ip|s:13:\"103.73.237.65\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"23\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-01 10:46:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7lhre95seo66samt664vlbnfcao2j71v', '103.116.12.98', 1581679851, '__ci_last_regenerate|i:1581679851;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581648202\";last_ip|s:13:\"103.73.237.21\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"49\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-14 09:13:48\";');
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 ('7mahbehelf66fokrmm31553irsdojk6t', '65.18.115.7', 1579345072, '__ci_last_regenerate|i:1579345072;');
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 ('7n7hsc401eha3rkmroah16i9o9urms93', '103.85.105.226', 1578560080, '__ci_last_regenerate|i:1578560080;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578539787\";last_ip|s:14:\"103.85.105.226\";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 ('7nf141ariu4mddae6vrdkufjnbqcj5cr', '65.18.115.48', 1579967751, '__ci_last_regenerate|i:1579967751;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579955516\";last_ip|s:12:\"65.18.115.48\";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 ('7nkr0urahlen4v9ol2g136a32sftpmtm', '65.18.115.126', 1578726338, '__ci_last_regenerate|i:1578726338;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7nrpr3k1pj1pc1bs4be79tde4vn9go9i', '65.18.115.48', 1580115038, '__ci_last_regenerate|i:1580115038;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('7o2sfv0r5j7s0ni4tpoccj6j8vl9ilr6', '136.228.173.82', 1581419677, '__ci_last_regenerate|i:1581419677;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581385219\";last_ip|s:14:\"136.228.173.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
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 ('7ollo8n6ab5n73v0dmmu0roivv7dhctu', '65.18.115.48', 1580358627, '__ci_last_regenerate|i:1580358627;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580274379\";last_ip|s:12:\"65.18.115.48\";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 ('7olmg6hhrq3357ihda4uve2e7iq96m42', '65.18.115.31', 1579582566, '__ci_last_regenerate|i:1579582566;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7osbl55rutti9sdrr57ampgk06ffbt0j', '65.18.115.48', 1580310368, '__ci_last_regenerate|i:1580310368;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('7pfi78j48m7uasm2436nisummimkd0lq', '103.85.105.226', 1578637867, '__ci_last_regenerate|i:1578637867;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('7ppskpilcgn5q1sgdo0h5720c7vbij03', '103.73.237.62', 1581397018, '__ci_last_regenerate|i:1581397018;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581319853\";last_ip|s:14:\"103.73.237.185\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ra848lg1u83tf7168or682ohokb30ld', '103.85.105.226', 1578551649, '__ci_last_regenerate|i:1578551649;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578455264\";last_ip|s:14:\"103.85.105.226\";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 ('7rdli3ima6i5jbri39i7rqdc9u26hmbl', '103.85.105.226', 1578211251, '__ci_last_regenerate|i:1578211251;');
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 ('7rnefh8p2oqp724fpg52gi9nem6brosi', '136.228.173.179', 1579062039, '__ci_last_regenerate|i:1579062039;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579007526\";last_ip|s:15:\"136.228.173.179\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"33\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-14 19:42:20\";');
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 ('7rt7aarfmrsd2cbftatku1acu8s5iouc', '103.85.105.226', 1578541398, '__ci_last_regenerate|i:1578541398;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578455264\";last_ip|s:14:\"103.85.105.226\";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 ('7s08ikuqoigqe7ojvnoua0qha23j93kt', '65.18.115.48', 1580031147, '__ci_last_regenerate|i:1580031147;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7seg3c9rg52n161aco3dvbc42ofi1f5m', '65.18.115.48', 1580100917, '__ci_last_regenerate|i:1580100917;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('7t54ht84f36ucdmb01j69tlb8rn6e5l4', '65.18.115.31', 1579593774, '__ci_last_regenerate|i:1579593774;');
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 ('7tc041asdmprs713n5hucev9677pknms', '103.73.236.66', 1581076250, '__ci_last_regenerate|i:1581076250;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581047621\";last_ip|s:14:\"103.73.237.137\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"47\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-07 10:23:49\";');
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 ('7uhs41ijcit8uq0s89bdfk5unl5o1oar', '136.228.173.202', 1582268669, '__ci_last_regenerate|i:1582268669;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582193150\";last_ip|s:14:\"136.228.173.54\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"52\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-20 18:17:55\";');
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 ('7v8rsu36asgc4h8fdliag3rtlmkt7kci', '136.228.174.207', 1580457026, '__ci_last_regenerate|i:1580457008;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580443376\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('7vjbdb0pqbb5r15ffmibh3r6q4k39i1l', '69.160.29.3', 1578914659, '__ci_last_regenerate|i:1578914659;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578882357\";last_ip|s:11:\"69.160.29.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:\"32\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-13 08:56:04\";');
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 ('805dnefp2vl5s7nqppumdhdegf2cr5u8', '65.18.115.87', 1578902317, '__ci_last_regenerate|i:1578902317;');
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 ('81fivr4mmaumvtglmjv8115dqqjt5a5q', '65.18.115.48', 1580447081, '__ci_last_regenerate|i:1580447081;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580387498\";last_ip|s:12:\"65.18.115.48\";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 ('82vap7q13ct7q760keb8ginsjk1johj6', '136.228.173.202', 1582266369, '__ci_last_regenerate|i:1582266369;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582193150\";last_ip|s:14:\"136.228.173.54\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"52\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-20 18:17:55\";');
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 ('83r3g284nmfm8md59067e2co0doispnn', '136.228.173.12', 1580959921, '__ci_last_regenerate|i:1580959921;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580813968\";last_ip|s:14:\"103.73.236.168\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"46\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-06 09:50:13\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8472c4r61veocvgebd0v1tmclkbpq3bl', '136.228.173.133', 1583236996, '__ci_last_regenerate|i:1583236996;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1583146655\";last_ip|s:14:\"136.228.173.45\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"60\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-03 17:27:16\";');
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 ('8554dp522irubkgg3gkrlrqmkic97ogi', '103.73.236.168', 1580819707, '__ci_last_regenerate|i:1580819707;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580778992\";last_ip|s:15:\"136.228.173.121\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"45\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-02 17:12:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('858qd150f0uuovajbfdjae62hhe1r7ap', '65.18.115.126', 1578730676, '__ci_last_regenerate|i:1578730676;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85mgmaod74333iuaifpnk3unu53tkhn1', '103.73.237.18', 1579781732, '__ci_last_regenerate|i:1579781732;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579748125\";last_ip|s:14:\"103.73.237.198\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"40\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-23 09:25: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 ('87glendh4d0fqenevb0aho8quj12876d', '103.73.236.180', 1577704782, '__ci_last_regenerate|i:1577704782;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577695183\";last_ip|s:14:\"103.73.236.180\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"21\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-30 09:53:17\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87oilror04dfvj14mlttht89bno8pegb', '65.18.127.90', 1578465417, '__ci_last_regenerate|i:1578465417;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"27\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 12:49:39\";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 ('87pebv576udvivovukojj5532j1sp8tp', '65.18.115.48', 1579951290, '__ci_last_regenerate|i:1579951290;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579836966\";last_ip|s:12:\"65.18.115.48\";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 ('88fmgkcfi5sjqnceoe746oj0murvl08a', '65.18.127.90', 1578471881, '__ci_last_regenerate|i:1578471881;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"27\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 12:49:39\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88jrg3c49r946thi5a4dd9poqs1jc5i5', '103.73.237.42', 1581595200, '__ci_last_regenerate|i:1581595200;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88mf5s7522jl1o00943t0bv408bg470j', '136.228.173.12', 1580990434, '__ci_last_regenerate|i:1580990434;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580967852\";last_ip|s:14:\"136.228.173.12\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"46\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-06 09:50:13\";');
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 ('894a67j3p8enllp0hsl61um0b0hbuevm', '136.228.173.20', 1580999218, '__ci_last_regenerate|i:1580999218;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580967852\";last_ip|s:14:\"136.228.173.12\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"46\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-06 09:50:13\";');
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 ('8a2v0lep7qll6dp88pjn93ndojqjd781', '103.85.105.226', 1578283374, '__ci_last_regenerate|i:1578283373;');
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 ('8a4hfeck81hqjkb7f2dc5qdn8cfcq4i5', '65.18.120.108', 1579343209, '__ci_last_regenerate|i:1579343209;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579326712\";last_ip|s:14:\"136.228.173.10\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"36\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-17 15:26:01\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ao47ad0vo1mii8cbcjl60evciqk1v9r', '103.73.237.204', 1577506774, '__ci_last_regenerate|i:1577506774;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577438496\";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:\"19\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-28 09:28:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c8hfnqpdojog9g713bhm0j4gb7qoc9g', '103.73.236.230', 1577530589, '__ci_last_regenerate|i:1577530589;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577438496\";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:\"19\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-28 09:28:06\";');
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 ('8d3dsl7rm603toq5affku15qg6dreqpe', '136.228.173.82', 1581417701, '__ci_last_regenerate|i:1581417701;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581385219\";last_ip|s:14:\"136.228.173.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d4626p1152vcsd2kbikeap2dbgnd2qg', '103.85.105.226', 1578230825, '__ci_last_regenerate|i:1578230825;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dgo9rb021qbedds04s7gp4o359ob84r', '65.18.115.87', 1578997209, '__ci_last_regenerate|i:1578997209;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dtice3chu383eph2ua3l4riugugl9th', '103.73.237.18', 1579780680, '__ci_last_regenerate|i:1579780680;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579748125\";last_ip|s:14:\"103.73.237.198\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"40\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-23 09:25:30\";error|s:128:\"The product quantity is lower than the sale quantity (အမည်: မိချောင်း 2kg | Ordered: 3 | Available: 1)\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eclr1jh4gr3l2774gicqvv77p442pb9', '103.73.236.207', 1579950494, '__ci_last_regenerate|i:1579950494;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579927969\";last_ip|s:14:\"103.73.236.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:\"42\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-25 11:22:58\";');
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 ('8fjnbjpcol2he4b4h75s37385aob3s3t', '103.73.236.81', 1580728493, '__ci_last_regenerate|i:1580728493;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580640123\";last_ip|s:14:\"103.73.236.142\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"45\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-02 17:12: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 ('8hur8o7b4vbca3q0lotqid27ng2c6iit', '65.18.115.48', 1579960321, '__ci_last_regenerate|i:1579960321;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579955516\";last_ip|s:12:\"65.18.115.48\";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 ('8juh7kk04294suvfeeqed45gpfqarg6u', '136.228.173.82', 1581387149, '__ci_last_regenerate|i:1581387149;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581319853\";last_ip|s:14:\"103.73.237.185\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56: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 ('8l9bhf0j96ror531e3mk4q87htdj1v9o', '103.85.105.226', 1578390135, '__ci_last_regenerate|i:1578390135;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578061402\";last_ip|s:12:\"65.18.115.17\";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 ('8lshh6vqbh6nt46pqtfn6uit6kc1c66a', '103.73.236.157', 1581072814, '__ci_last_regenerate|i:1581072814;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581047621\";last_ip|s:14:\"103.73.237.137\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"47\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-07 10:23:49\";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 ('8m2hqohkal6sservo1141441t45jkiei', '65.18.115.48', 1579946981, '__ci_last_regenerate|i:1579946981;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579836966\";last_ip|s:12:\"65.18.115.48\";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 ('8mfq4uul5dt42a64sajuqlnfkpd63fui', '103.73.237.188', 1582803072, '__ci_last_regenerate|i:1582803072;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582703095\";last_ip|s:15:\"136.228.173.124\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"56\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-26 14:15:03\";');
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 ('8n5l2tamn581usundgfnjclnopji0pci', '136.228.173.214', 1580131375, '__ci_last_regenerate|i:1580131375;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580004017\";last_ip|s:15:\"136.228.173.229\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"43\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-26 08:30:22\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8nf556tt1hqi9bh4vl3mngeh09kouih9', '69.160.29.3', 1578890732, '__ci_last_regenerate|i:1578889684;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578819783\";last_ip|s:14:\"103.73.236.255\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"32\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-13 08:56:04\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ngagv3s5s6418tg2shd0g76ldlstkj3', '103.73.236.207', 1579928996, '__ci_last_regenerate|i:1579928996;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579864793\";last_ip|s:14:\"103.73.236.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\";message|s:14:\"Welcome to POS\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}register_id|s:2:\"42\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-25 11:22:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8nnlkcloud8ekm1m3rv6ouc9jm9vc0e4', '65.18.120.108', 1579344226, '__ci_last_regenerate|i:1579344226;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579326712\";last_ip|s:14:\"136.228.173.10\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"36\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-17 15:26:01\";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 ('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 ('8pr1jhpsr0dmp5lkqfv6b7dlmbu17it7', '103.73.236.107', 1578406194, '__ci_last_regenerate|i:1578406194;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578386735\";last_ip|s:14:\"103.73.237.133\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"25\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-03 08:49:12\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ps3hq4dilko0rlenje9egg1avr4n4s6', '65.18.115.48', 1579964696, '__ci_last_regenerate|i:1579964696;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579955516\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('8t7i55jcv6pga9rf2ta2okufqcdoa44f', '65.18.115.48', 1580195853, '__ci_last_regenerate|i:1580195853;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580182848\";last_ip|s:13:\"69.160.28.236\";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 ('8tgi4fhokdqf6cfv99cotuif8tgis9mu', '65.18.115.17', 1578127070, '__ci_last_regenerate|i:1578127060;error|s:37:\"<p>Login Failed, Please try again</p>\";__ci_vars|a:1:{s:5:\"error\";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 ('8ucrsnn66kv4h0fgp6iun73rm2i4ev4c', '69.160.28.236', 1580182899, '__ci_last_regenerate|i:1580182796;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580120492\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('8ur0508q33fn2i1heu455pi6jro0900n', '136.228.173.45', 1583150435, '__ci_last_regenerate|i:1583150435;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1583034214\";last_ip|s:14:\"136.228.173.32\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"59\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-01 10:13:39\";');
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 ('8vl1voc026agg3oi5b3t8aq5p28pna7o', '65.18.115.48', 1580310967, '__ci_last_regenerate|i:1580310967;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('9079ifpt68l3ofp30hdqt9rttd8dvqhp', '65.18.115.58', 1576390143, '__ci_last_regenerate|i:1576390143;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90ttal1d2kg480eci6333hbruvl2vhoo', '103.85.105.226', 1578283512, '__ci_last_regenerate|i:1578283512;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9198qfge0egnmjj512t8htkc1ir13r8c', '65.18.115.48', 1579963355, '__ci_last_regenerate|i:1579963355;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579955516\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('91nmn1gajm0ng4g6ofs4vh4k06pr4u4k', '65.18.115.48', 1580124359, '__ci_last_regenerate|i:1580124359;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('92e1sg4nn03hvfve85il54et6010dc6n', '65.18.120.108', 1579346363, '__ci_last_regenerate|i:1579346363;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579326712\";last_ip|s:14:\"136.228.173.10\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"36\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-17 15:26:01\";');
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 ('92uls1v48s94a2v96bnt9m3crg2ccgl9', '136.228.173.130', 1580566998, '__ci_last_regenerate|i:1580566998;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580465679\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('93kcudrftr17qomrfqrditep8lc1ojp3', '136.228.173.130', 1580565759, '__ci_last_regenerate|i:1580565759;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580465679\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93nek2gvh6o0ot158f6fpvedqlv2de93', '103.73.236.251', 1578718362, '__ci_last_regenerate|i:1578718362;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578654026\";last_ip|s:14:\"103.73.237.245\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"30\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-11 10:45:19\";');
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 ('94lrelcnb0mt59qjhtptd9ippg9gkgh7', '103.73.236.126', 1577597494, '__ci_last_regenerate|i:1577597442;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577501880\";last_ip|s:14:\"103.73.237.204\";avatar|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 ('95g9p0hih1rpcv9llb8qsb8keg2utth6', '136.228.173.202', 1582287376, '__ci_last_regenerate|i:1582287376;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95s3hqkaejtq7khavrij4frro63jh8q2', '103.73.237.198', 1579753644, '__ci_last_regenerate|i:1579753644;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579693212\";last_ip|s:14:\"103.73.237.133\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"40\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-23 09:25:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96q1s1mc7ikohdtd4ban8qafcg00dpif', '65.18.115.17', 1578133231, '__ci_last_regenerate|i:1578133231;');
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 ('977osacjf5c83rh82go89bvtvuctgtdu', '65.18.115.48', 1580031422, '__ci_last_regenerate|i:1580031422;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97j7one1bl28qnkf6vrnnq3m4u7vb5gf', '65.18.115.11', 1581573247, '__ci_last_regenerate|i:1581573247;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('993c1eg1v8e4vioptm1mclcjlepp3sn6', '65.18.127.90', 1578461886, '__ci_last_regenerate|i:1578461886;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"26\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 11:53:44\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9961tuhfoq25s53i48fc1j3iam3eethl', '136.228.173.179', 1579097532, '__ci_last_regenerate|i:1579097532;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579059211\";last_ip|s:15:\"136.228.173.179\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"34\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-15 11:29:36\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99am06p6qth9list4slt2ah30ng8aoti', '136.228.173.252', 1581767998, '__ci_last_regenerate|i:1581767998;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581742939\";last_ip|s:15:\"136.228.173.252\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"50\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-14 15:47:53\";');
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 ('9a7mqnunmn95qh5f1o8akh32o7epktes', '136.228.174.207', 1580446364, '__ci_last_regenerate|i:1580446364;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580439744\";last_ip|s:14:\"103.73.237.203\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('9ce5ivjf121v0t4ic0evbne6kjre8coc', '103.73.236.230', 1577530909, '__ci_last_regenerate|i:1577530909;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577438496\";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:\"19\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-28 09:28:06\";');
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 ('9dcbn5ee31impb49dks394013j2qur1c', '65.18.115.31', 1579601621, '__ci_last_regenerate|i:1579601621;');
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 ('9e3n6g5ghmv3668ac2egtehn2ieucspe', '136.228.173.78', 1582368616, '__ci_last_regenerate|i:1582368616;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582285486\";last_ip|s:15:\"136.228.173.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:2:\"53\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-22 16:40:13\";');
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 ('9epnai6ecmcq3kj867qiimej8u1om4c8', '65.18.115.48', 1580209530, '__ci_last_regenerate|i:1580209530;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580182848\";last_ip|s:13:\"69.160.28.236\";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 ('9fkpckc1n1cninsrf7iq11afsam6brv1', '136.228.173.124', 1582703144, '__ci_last_regenerate|i:1582703087;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582628154\";last_ip|s:14:\"136.228.173.10\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"56\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-26 14:15:03\";');
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 ('9hf2k0slsrejfi17f8nd7p57oo7jqm73', '65.18.122.26', 1580221509, '__ci_last_regenerate|i:1580221509;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580209534\";last_ip|s:13:\"103.73.237.41\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9i4bfcu7cpg11n28jsjmfchqufo2komr', '103.73.236.15', 1578569579, '__ci_last_regenerate|i:1578569579;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578545376\";last_ip|s:13:\"103.73.236.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:2:\"28\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-09 11:19:46\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9icdi7dlgo4ujgli3v1navf13qpl07gn', '65.18.115.48', 1580293701, '__ci_last_regenerate|i:1580293701;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('9iirmn11gn45236uim17f1qqrhn29jfi', '65.18.127.90', 1578464549, '__ci_last_regenerate|i:1578464549;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"27\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 12:49:39\";');
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 ('9j4e2nuglt1h7iu8f9ej5cqkk31k73vt', '65.18.115.48', 1580315909, '__ci_last_regenerate|i:1580315909;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('9k2si03006oeevd2jpg0jjh47iie42pn', '136.228.173.133', 1583236245, '__ci_last_regenerate|i:1583236245;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1583146655\";last_ip|s:14:\"136.228.173.45\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"60\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-03 17:27:16\";');
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 ('9kg74l6rgn72alh4o0bn7eqlsd97i10u', '65.18.127.210', 1578916684, '__ci_last_regenerate|i:1578916651;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578882357\";last_ip|s:11:\"69.160.29.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 ('9l166534e98fomh9ltk23prmk283aele', '69.160.26.34', 1578723782, '__ci_last_regenerate|i:1578723688;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578654026\";last_ip|s:14:\"103.73.237.245\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"30\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-11 10:45:19\";');
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 ('9m2k410l8g9jg60mk6cj231pev1s2mts', '103.73.236.126', 1577613670, '__ci_last_regenerate|i:1577613670;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577591084\";last_ip|s:15:\"136.228.173.133\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"20\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-29 16:24:56\";');
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 ('9miq7mtdpaj8mdf4cril9r3o0l4nq5eu', '103.73.237.18', 1579773192, '__ci_last_regenerate|i:1579773192;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579748125\";last_ip|s:14:\"103.73.237.198\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"40\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-23 09:25:30\";');
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 ('9n8u94a67rnh2lpf0b79lj8rjajkdtj4', '103.73.237.203', 1580472579, '__ci_last_regenerate|i:1580472579;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580457009\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('9qo1b6fjpdoav2md3optled12c03hkor', '136.228.173.45', 1583150744, '__ci_last_regenerate|i:1583150744;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1583034214\";last_ip|s:14:\"136.228.173.32\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"59\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-01 10:13:39\";');
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 ('9sa6fm3774n3eplvgo89m3sbebpctbq1', '136.228.173.10', 1582628419, '__ci_last_regenerate|i:1582628419;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582625544\";last_ip|s:14:\"136.228.173.86\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"55\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-25 09:46:18\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9sglsve647q1urjucp9pa7ien6vdo1pq', '65.18.115.73', 1583293507, '__ci_last_regenerate|i:1583293507;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1583249257\";last_ip|s:12:\"65.18.115.73\";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 ('9t4rekbg9s6mi2c04tmn0qnqgbqhg8si', '136.228.173.202', 1582285812, 'identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582265760\";last_ip|s:15:\"136.228.173.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:2:\"52\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-20 18:17:55\";__ci_last_regenerate|i:1582285812;');
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 ('9v886ff9dmf28hi0cvdkbmgtljaturit', '103.73.236.142', 1579609801, '__ci_last_regenerate|i:1579609801;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579342547\";last_ip|s:13:\"65.18.120.108\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"37\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-21 17:48:38\";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 ('9vnvd85jnidubfneqn99sd4jgpo5nvkl', '65.18.115.48', 1580018491, '__ci_last_regenerate|i:1580018491;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579956024\";last_ip|s:12:\"65.18.115.48\";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 ('9vt4ut4j98pe2lv4oopttvbmqsjpcvu8', '65.18.115.17', 1578126389, '__ci_last_regenerate|i:1578126389;');
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 ('a0v06temgm6op265lsabigl54dhddcc1', '65.18.115.87', 1578988593, '__ci_last_regenerate|i:1578988593;');
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 ('a1uq653m5chl9mjkee0llustl9abn8np', '65.18.115.31', 1579590235, '__ci_last_regenerate|i:1579590235;');
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 ('a2g4tntnqmu56c3a4ne1a7vf4k70bv0d', '103.73.236.223', 1579094827, '__ci_last_regenerate|i:1579094827;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579059211\";last_ip|s:15:\"136.228.173.179\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"34\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-15 11:29:36\";');
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 ('a4c7v6ke5v2arkbbieia1f1hmq9qps1g', '136.228.173.202', 1582267833, '__ci_last_regenerate|i:1582267833;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582193150\";last_ip|s:14:\"136.228.173.54\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"52\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-20 18:17:55\";');
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 ('a6ti1alqvfmd9hgqbj62o1ab7qhqe5te', '103.73.236.179', 1577799369, '__ci_last_regenerate|i:1577799369;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577772672\";last_ip|s:14:\"103.73.236.179\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"22\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-31 09:25:03\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7lsgh6anhhscd9eli4vll0hr328e6b7', '103.85.105.226', 1578633624, '__ci_last_regenerate|i:1578633624;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('a901qcu5du94l95jofq7s67db6bargj9', '103.73.237.188', 1582801609, '__ci_last_regenerate|i:1582801609;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582703095\";last_ip|s:15:\"136.228.173.124\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"56\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-26 14:15:03\";');
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 ('aadp7qnnvpbfj0kas0ibaate6vle6tva', '65.18.115.6', 1581239216, '__ci_last_regenerate|i:1581239216;');
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 ('abif4pg2fugmc1lq46vc39bto6ot7g0r', '103.85.105.226', 1578211251, '__ci_last_regenerate|i:1578211251;');
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 ('acg273odleq0eplaoe1pdjg99pf5re6k', '65.18.115.48', 1580113512, '__ci_last_regenerate|i:1580113512;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('ad5p1ufkce9i2uuic65v65ncod3f60cr', '101.89.239.232', 1583036213, '__ci_last_regenerate|i:1583036209;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adk904g46l9nla1o0t8q3d2tkqje68o6', '103.85.105.226', 1578386814, '__ci_last_regenerate|i:1578386814;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578061402\";last_ip|s:12:\"65.18.115.17\";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 ('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 ('ae4j3dvmsqrfk83f70kdk60hs73fjq76', '136.228.173.164', 1578019117, '__ci_last_regenerate|i:1578019117;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577975331\";last_ip|s:14:\"103.73.236.230\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"25\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-03 08:49:12\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae7jjoj9j4rmfv165j4s9pkj03085gs4', '65.18.115.87', 1578995781, '__ci_last_regenerate|i:1578995781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aej5mflb5jerm0nnoftnkn4altv9luak', '103.73.236.44', 1581416376, '__ci_last_regenerate|i:1581416376;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581385219\";last_ip|s:14:\"136.228.173.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
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 ('ag4jv4svtcue2c2svkrtt2kkq414j858', '103.85.105.226', 1578644677, '__ci_last_regenerate|i:1578644677;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('ah2blk30qpgpfmu2ub1ajho392c51v5j', '65.18.115.87', 1578995704, '__ci_last_regenerate|i:1578995704;');
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 ('ak0il9j9kq9778ssfml0hrl6aqsha3bv', '103.73.237.188', 1582800318, '__ci_last_regenerate|i:1582800317;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ak18drbc61t5clhf5a8attlg4i5iqgn6', '65.18.115.73', 1583227672, '__ci_last_regenerate|i:1583227669;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ak2elpu90717345hga432ca07iltevi1', '136.228.173.82', 1581387509, '__ci_last_regenerate|i:1581387509;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581319853\";last_ip|s:14:\"103.73.237.185\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ak5iipgv8nuebt1bvf4074e369s0qb2f', '103.73.237.62', 1581397052, '__ci_last_regenerate|i:1581397018;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581319853\";last_ip|s:14:\"103.73.237.185\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
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 ('akchult59u52pfr0ickrg03h7tl7ab8m', '136.228.173.202', 1582267093, '__ci_last_regenerate|i:1582267093;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582193150\";last_ip|s:14:\"136.228.173.54\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"52\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-20 18:17:55\";');
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 ('aktqqvsc6l8pki2onredj8436a3ke74m', '103.73.237.18', 1579780988, '__ci_last_regenerate|i:1579780988;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579748125\";last_ip|s:14:\"103.73.237.198\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"40\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-23 09:25: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 ('ali73f8d62n9l94rtjjbij1k89kb7lih', '65.18.115.48', 1580125308, '__ci_last_regenerate|i:1580125308;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('aoa8tk0sf9s8ib0a1tc9d251cbacvnal', '65.18.115.17', 1578126389, '__ci_last_regenerate|i:1578126389;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ap0n6msu59fk14r3f4u0f0m2t1ioqq0m', '65.18.115.31', 1579593775, '__ci_last_regenerate|i:1579593775;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aphv6u1qd53qoh9d02qr5c6dm4jab836', '65.18.115.48', 1580294094, '__ci_last_regenerate|i:1580294094;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('aqf45h437ouhpvi2jt7pmh5mnbtgimug', '103.73.236.103', 1577887613, '__ci_last_regenerate|i:1577887613;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577868063\";last_ip|s:13:\"103.73.237.65\";avatar|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 ('aqnf64pkd6j27fsjvntpslokr8vlgu8u', '65.18.115.48', 1580208012, '__ci_last_regenerate|i:1580208012;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580182848\";last_ip|s:13:\"69.160.28.236\";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 ('ar19kep1vdr73pgg4btctov09420ass1', '103.73.237.168', 1581161032, '__ci_last_regenerate|i:1581161032;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581144252\";last_ip|s:13:\"103.73.236.19\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aroq5jtpn2d7m69uqv7oaih7f87iblij', '103.85.105.226', 1578283345, '__ci_last_regenerate|i:1578283345;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('arvqfdhg6o7sg0g9l0hl5q7b10m0hska', '65.18.115.48', 1580281730, '__ci_last_regenerate|i:1580281730;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('aubho034e3pl9n2rjquhvmvfmhui7l4d', '65.18.115.11', 1581573246, '__ci_last_regenerate|i:1581573246;');
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 ('aun24961ahcq86kl1hmpjj10nnjs43sc', '103.73.236.66', 1581077073, '__ci_last_regenerate|i:1581077073;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581047621\";last_ip|s:14:\"103.73.237.137\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"47\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-07 10:23:49\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('av8pdp10ntfarmm7abon0lc1nigdhs1b', '65.18.115.31', 1579590469, '__ci_last_regenerate|i:1579590469;');
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 ('avok03feiuf5jtjsva8h5ta8anl1n5qi', '65.18.115.87', 1578988594, '__ci_last_regenerate|i:1578988594;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('avqnmvohvoslpk36sepdt0bbothfqhe2', '103.73.236.207', 1579946151, '__ci_last_regenerate|i:1579946151;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579927969\";last_ip|s:14:\"103.73.236.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:\"42\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-25 11:22:58\";');
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 ('b151mctg429fekr0r2ivhioqt5hhsdag', '136.228.174.207', 1580444449, '__ci_last_regenerate|i:1580444449;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580439744\";last_ip|s:14:\"103.73.237.203\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('b3ampkmrn9lemel84hi21ko7tmr3nk55', '103.73.237.42', 1581591653, '__ci_last_regenerate|i:1581591653;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581415597\";last_ip|s:13:\"103.73.236.44\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3i3fnlret5b0ii4ntutt6sksh30j99e', '65.18.115.48', 1580280362, '__ci_last_regenerate|i:1580280362;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('b44rrpdthpbc1dhdkblfqs5adb33bhmt', '65.18.115.48', 1580212386, '__ci_last_regenerate|i:1580212386;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580182848\";last_ip|s:13:\"69.160.28.236\";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 ('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 ('b4cqvfq54l45fr9mhnqlcbvr7p1et52p', '136.228.173.202', 1582266055, '__ci_last_regenerate|i:1582266055;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582193150\";last_ip|s:14:\"136.228.173.54\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"52\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-20 18:17:55\";');
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 ('b5hsbktb2qsbc10qpuajtjh3o74vl5ja', '65.18.115.48', 1580315237, '__ci_last_regenerate|i:1580315237;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('b5its1b1i779relahj1jpmg0pvq41ll8', '103.85.105.226', 1578283345, '__ci_last_regenerate|i:1578283345;');
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 ('b6o3n3a9ir3ijc9tcdcigg2ilv41f1sm', '65.18.115.48', 1580387796, '__ci_last_regenerate|i:1580387796;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580352693\";last_ip|s:12:\"65.18.115.48\";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 ('b6tdicfqb8uibrc6t8qvk0gkcn841bdg', '65.18.115.90', 1576940217, '__ci_last_regenerate|i:1576940217;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b77ebhjk2f6shgpqjmcr42dp9calfkhs', '65.18.115.7', 1579252920, '__ci_last_regenerate|i:1579252920;');
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 ('b7qjn7s0rtqs86lrlr6qv3m1n3uubk68', '136.228.173.214', 1580133116, '__ci_last_regenerate|i:1580133116;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580004017\";last_ip|s:15:\"136.228.173.229\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"43\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-26 08:30:22\";');
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 ('b9qu66cabqcemq52tj7tbv6vrcpchnhv', '65.18.115.7', 1579252919, '__ci_last_regenerate|i:1579252919;');
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 ('bcr0fe06v0cs574olhc768a5dipv3obj', '103.73.236.160', 1582889177, '__ci_last_regenerate|i:1582889177;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582880673\";last_ip|s:14:\"103.73.236.160\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"57\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-28 15:34:39\";');
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 ('bfi1o9b3k7i6t6b5gtc22478noq1lmfq', '65.18.115.31', 1579582979, '__ci_last_regenerate|i:1579582979;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfupumdvf2mfe398uufpddqqct7psluh', '103.85.105.226', 1578559634, '__ci_last_regenerate|i:1578559634;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578539787\";last_ip|s:14:\"103.85.105.226\";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 ('bg2qsfp940nmorfcdfks3ieftq6sum21', '65.18.115.48', 1580370987, '__ci_last_regenerate|i:1580370987;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580274379\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('bi8latov3jbbb11nq8irpos3m9jv59b0', '136.228.173.130', 1580562192, '__ci_last_regenerate|i:1580562192;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580465679\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('biim3jboqp1ookh3ajr02t7rgkcomu9c', '65.18.115.7', 1579345073, '__ci_last_regenerate|i:1579345073;');
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 ('bmjtl2l6p3cme9rklg6brt274808uolu', '136.228.173.179', 1579008120, '__ci_last_regenerate|i:1579008120;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578914308\";last_ip|s:11:\"69.160.29.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:\"33\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-14 19:42:20\";');
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 ('bmqehjft4ghl7sl2lnu3urlrns05fd7t', '136.228.173.130', 1580565456, '__ci_last_regenerate|i:1580565456;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580465679\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('bn0dj6vv8dul40cfv2pq5ahckq692e2e', '103.85.105.226', 1578551899, '__ci_last_regenerate|i:1578551649;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578455264\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('bnvv5okkbdfrcsocsgu3oql66n1bquui', '103.73.236.207', 1579844490, '__ci_last_regenerate|i:1579844490;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579772879\";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:2:\"41\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-24 09:09:55\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bo6974n5v5vn8ns0oi3r10mgssdlrigq', '136.228.173.130', 1580567319, '__ci_last_regenerate|i:1580567319;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580465679\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('bqrtca7jme8r6svg6ohebbbhdbh730q2', '136.228.173.78', 1582366488, '__ci_last_regenerate|i:1582366488;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582285486\";last_ip|s:15:\"136.228.173.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:2:\"53\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-22 16:40:13\";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 ('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 ('bqu6gq0kc9ud3bqckj6mcr7v91pvkvss', '65.18.115.87', 1578995703, '__ci_last_regenerate|i:1578995703;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('br7fbsaqf99jhjnife84ninvphhbve7p', '136.228.173.20', 1580996896, '__ci_last_regenerate|i:1580996896;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580967852\";last_ip|s:14:\"136.228.173.12\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"46\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-06 09:50:13\";');
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 ('brl4t9vtt0mqrqaadqmpludfd8mra9gm', '65.18.115.48', 1580108297, '__ci_last_regenerate|i:1580108297;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('brl5o2jqgujg5bldnnulkmu8q4h4e640', '136.228.173.20', 1580999852, '__ci_last_regenerate|i:1580999852;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580967852\";last_ip|s:14:\"136.228.173.12\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"46\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-06 09:50:13\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bs3d7nopti6uq43esoegv80i2ei7peu3', '65.18.115.28', 1579169705, '__ci_last_regenerate|i:1579169705;');
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 ('btc4lgersdsknt21rlcv7pfol1l68q7s', '69.160.29.3', 1578886454, '__ci_last_regenerate|i:1578886454;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578819783\";last_ip|s:14:\"103.73.236.255\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"32\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-13 08:56:04\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bu2o5iqq19vslg4ij2b5vsh3imeiealr', '65.18.115.48', 1580118704, '__ci_last_regenerate|i:1580118704;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('bu929lillds66pkl1amjvhmnrhu1s9th', '103.73.236.103', 1577942737, '__ci_last_regenerate|i:1577937616;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577886135\";last_ip|s:14:\"103.73.236.103\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"24\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-02 10:30:42\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('buoqhm5sn8j5no98kit0mts4c5r8kh3k', '65.18.121.90', 1579259655, '__ci_last_regenerate|i:1579259655;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579172631\";last_ip|s:14:\"103.73.237.224\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"36\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-17 15:26:01\";');
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 ('c0mb4kpc3msqj6uklqc7f9i5p6r3qcpd', '103.73.237.245', 1578657473, '__ci_last_regenerate|i:1578657473;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578644428\";last_ip|s:13:\"103.73.237.94\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"29\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-10 14:50:33\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0s7v1vfatqegum8iba7kd85mttvjhfc', '103.85.105.226', 1578563707, '__ci_last_regenerate|i:1578563707;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578539787\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('c2h4t3hun958fp5jf51o8jb3e7hji1f9', '65.18.115.48', 1580031255, '__ci_last_regenerate|i:1580031255;');
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 ('c6373uj20ll8ndfhf08f4tj59oa78j78', '136.228.173.179', 1579014249, '__ci_last_regenerate|i:1579014249;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578914308\";last_ip|s:11:\"69.160.29.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:\"33\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-14 19:42:20\";');
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 ('c6a9eg4nbuiuginfb9jnfng46si1upvi', '103.73.236.207', 1579950799, '__ci_last_regenerate|i:1579950799;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579927969\";last_ip|s:14:\"103.73.236.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:\"42\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-25 11:22:58\";');
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 ('c84jtpa2e3d7b1s2jui4hosj276qnjnt', '103.85.105.226', 1578564736, '__ci_last_regenerate|i:1578564736;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578539787\";last_ip|s:14:\"103.85.105.226\";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 ('c8met986rhpqatalvtsuqsqts5q9qdqm', '65.18.120.108', 1579346029, '__ci_last_regenerate|i:1579346029;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579326712\";last_ip|s:14:\"136.228.173.10\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"36\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-17 15:26:01\";');
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 ('c9jp6gllpj8n55o2i3memk8hch20vkg5', '103.85.105.226', 1578647583, '__ci_last_regenerate|i:1578647583;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('cb4e78unqdltiisfrff5cmk5j92oe67l', '65.18.115.31', 1579668830, '__ci_last_regenerate|i:1579668830;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc29ci75p2qq0ciqdrff4nhnsr5o1sv4', '103.85.105.226', 1578652249, '__ci_last_regenerate|i:1578652249;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('cck43l4gp8lva5k73db8gnh5v7t32tb7', '65.18.115.48', 1579950881, '__ci_last_regenerate|i:1579950881;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579836966\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('ccu6iltinqsiqk4687boitv5t63li65p', '65.18.115.31', 1579593730, '__ci_last_regenerate|i:1579593730;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdj3sbq1ot3a620tnbfrtbns5d2uen5t', '136.228.173.202', 1582287059, 'identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582265760\";last_ip|s:15:\"136.228.173.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:2:\"52\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-20 18:17:55\";__ci_last_regenerate|i:1582287059;');
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 ('ce0ct94uk9ef0dr0m5kca42j7ghsmtl4', '103.73.237.203', 1580472213, '__ci_last_regenerate|i:1580472213;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580457009\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('cgb16pd2n9apuds8bd8ti6av7k07f4c0', '103.73.237.188', 1582801277, '__ci_last_regenerate|i:1582801277;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582703095\";last_ip|s:15:\"136.228.173.124\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"56\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-26 14:15:03\";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 ('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 ('ci3g501pt3ns63v9i3a827ktulrat3le', '136.228.174.207', 1580448282, '__ci_last_regenerate|i:1580448282;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580439744\";last_ip|s:14:\"103.73.237.203\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cibsvq5cvstq521imp6ajb6bginolqmh', '103.85.105.226', 1578283511, '__ci_last_regenerate|i:1578283511;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cietvie876qum8m97eq2g56l32mdufhq', '103.73.237.65', 1577852336, '__ci_last_regenerate|i:1577852171;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577795142\";last_ip|s:14:\"103.73.236.179\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"23\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-01 10:46:34\";');
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 ('cjseflqf1i52pnra404gi6um2rac56bi', '136.228.173.130', 1580568615, '__ci_last_regenerate|i:1580568615;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580465679\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('cl1cvhcbi7uj5aciljvuifhbmtj8tq80', '61.151.178.197', 1583034435, '__ci_last_regenerate|i:1583034433;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cl42k40ps4d65g5289nev74nl0nlf7v1', '65.18.115.73', 1583232678, '__ci_last_regenerate|i:1583232460;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1582513602\";last_ip|s:12:\"65.18.115.30\";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 ('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 ('clg2knboa13plk805vitvmefi53237fl', '103.73.236.142', 1579608072, '__ci_last_regenerate|i:1579608072;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579342547\";last_ip|s:13:\"65.18.120.108\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"37\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-21 17:48:38\";');
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 ('cm0hsi3qn5b7404ulmvki60vlfpjvnkv', '65.18.115.48', 1580031146, '__ci_last_regenerate|i:1580031146;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cm0qntt52q2u2gjq6jfnjg5t2qdqmc56', '136.228.173.206', 1579176133, '__ci_last_regenerate|i:1579175989;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579148689\";last_ip|s:11:\"65.18.120.1\";avatar|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 ('cmakjkd0ibouqa1n89s3cu64miij35at', '136.228.173.179', 1579013350, '__ci_last_regenerate|i:1579013350;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578914308\";last_ip|s:11:\"69.160.29.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:\"33\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-14 19:42:20\";');
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 ('cn5vcbdiptl0ft30op3ana5bs4gshtee', '103.73.237.18', 1579774181, '__ci_last_regenerate|i:1579774181;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579748125\";last_ip|s:14:\"103.73.237.198\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"40\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-23 09:25:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cnipe2l89ag58hlsgqfs311hb8stc41h', '103.73.236.68', 1578483751, '__ci_last_regenerate|i:1578483751;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('co50gbblva083ali1n2qnn8vd9vgdk8b', '65.18.115.48', 1580012216, '__ci_last_regenerate|i:1580012216;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579956024\";last_ip|s:12:\"65.18.115.48\";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 ('cotj38pio7a43ot1csb4mm4vcn2rp7or', '103.73.237.73', 1577517670, '__ci_last_regenerate|i:1577517670;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577438496\";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:\"19\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-28 09:28:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cpkj9hfe4n5m0pc34obr7nd01u0hiutl', '103.85.105.226', 1578642435, '__ci_last_regenerate|i:1578642435;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('cq25m08n7i4k3ehckiusqrcleqdrdqrh', '65.18.115.17', 1578126389, '__ci_last_regenerate|i:1578126389;');
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 ('cr5jus70t5lk562d5m7hgpkp0akees35', '65.18.115.48', 1580099356, '__ci_last_regenerate|i:1580099356;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('cs53qu97eujde3g3k1602q1q3lt1ebqu', '136.228.173.82', 1581385544, '__ci_last_regenerate|i:1581385544;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581319853\";last_ip|s:14:\"103.73.237.185\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56: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 ('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 ('csep6ukehe9v9qso9qe5murk7e0rb65c', '103.73.236.68', 1578483019, '__ci_last_regenerate|i:1578483019;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"27\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 12:49:39\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('csqa3p90bbesdfg3l6d06fvef6r9fjj6', '103.85.105.226', 1578211252, '__ci_last_regenerate|i:1578211252;');
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 ('cudjup5aqfjuehmoi68kkmil2qir3qvv', '103.85.105.226', 1578565590, '__ci_last_regenerate|i:1578565590;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578539787\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('d02p2o3bt0rve5959vsfs7chg24d94ot', '103.73.236.207', 1579947183, '__ci_last_regenerate|i:1579947183;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579927969\";last_ip|s:14:\"103.73.236.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:\"42\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-25 11:22:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0jjd3pi2sf7f5s2nvt256sg53o0vlkd', '65.18.115.48', 1580014163, '__ci_last_regenerate|i:1580014163;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579956024\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('d2a6cifno8bhh2dbgn9td2g1l0ssm115', '136.228.173.179', 1579008450, '__ci_last_regenerate|i:1579008450;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578914308\";last_ip|s:11:\"69.160.29.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:\"33\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-14 19:42:20\";');
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 ('d2pi8v3llk0rkt9asiojj5ciq3l7b5lt', '103.73.237.62', 1581394510, '__ci_last_regenerate|i:1581394510;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581319853\";last_ip|s:14:\"103.73.237.185\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
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 ('d370b003gb3j2hukpud8pnjulfr6tre3', '103.73.237.203', 1580443365, '__ci_last_regenerate|i:1580443365;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580274894\";last_ip|s:11:\"65.18.122.2\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d37smgkotb7g35rjego8nf8one44fj90', '103.73.236.251', 1578740755, '__ci_last_regenerate|i:1578740755;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578716108\";last_ip|s:12:\"65.18.127.91\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"30\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-11 10:45:19\";');
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 ('d4ln7m6dqm8i9tif0skl2t4pa016n1dk', '103.73.236.223', 1579088332, '__ci_last_regenerate|i:1579088332;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579059211\";last_ip|s:15:\"136.228.173.179\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"34\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-15 11:29:36\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4teugbi0rv0tpb1vrisi65toeefbat3', '103.73.237.18', 1579782358, '__ci_last_regenerate|i:1579782358;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579748125\";last_ip|s:14:\"103.73.237.198\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"40\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-23 09:25:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d71ueqhgmvf9mudmt4unfte5dgdaimrv', '65.18.115.72', 1577696560, '__ci_last_regenerate|i:1577696560;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d748dpmjm55cgt7mekds2nqeranu27lb', '136.228.173.47', 1579843837, '__ci_last_regenerate|i:1579843837;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579772879\";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:2:\"41\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-24 09:09:55\";');
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 ('d7brhs017cmbur2776nkmsooss7ialha', '65.18.120.108', 1579349781, '__ci_last_regenerate|i:1579349572;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579326712\";last_ip|s:14:\"136.228.173.10\";avatar|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 ('d7ia049k5ri94hu9dmjotkjk21smgt52', '65.18.115.87', 1579109268, '__ci_last_regenerate|i:1579109268;');
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 ('d7v5g2q9v3bd1loab2seoh6s6hsar0bp', '136.228.173.190', 1582539909, '__ci_last_regenerate|i:1582539909;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582520944\";last_ip|s:14:\"136.228.173.30\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"54\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-24 10:15:56\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d80a1rb51c8rscn2q6uv5h4jkea2qcog', '103.73.237.133', 1579692408, '__ci_last_regenerate|i:1579692408;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579674197\";last_ip|s:13:\"103.73.237.57\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"38\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-22 08:34: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 ('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 ('d8fod94vc24oq8ued7fv8i8nal4fo0rc', '103.73.237.94', 1578646258, '__ci_last_regenerate|i:1578646134;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578563988\";last_ip|s:13:\"103.73.236.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:2:\"29\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-10 14:50:33\";');
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 ('d9743f961ajhtn5342g3n6dshuenf66o', '103.73.237.57', 1579666620, '__ci_last_regenerate|i:1579658637;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579605509\";last_ip|s:14:\"103.73.236.142\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"38\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-22 08:34: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 ('d9n7jmkbc208gte64q23tq0tatgeirrt', '103.73.237.137', 1580996569, '__ci_last_regenerate|i:1580996569;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580967852\";last_ip|s:14:\"136.228.173.12\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"46\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-06 09:50:13\";');
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 ('da0ed0pkiv6ff6op933im91n5d55a39s', '65.18.115.94', 1582105261, '__ci_last_regenerate|i:1582105261;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1582020010\";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 ('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 ('dag3cc84a0iki8vlopc25uhsv7h72q39', '65.18.115.17', 1578132515, '__ci_last_regenerate|i:1578132515;');
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 ('dard8k2dc5d768o86bvi6tdb17thjhrk', '65.18.115.48', 1579953844, '__ci_last_regenerate|i:1579953844;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579836966\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('dcveilmk5mk1pv2ahh8u1rqlirgatb0n', '65.18.115.48', 1580208897, '__ci_last_regenerate|i:1580208897;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580182848\";last_ip|s:13:\"69.160.28.236\";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 ('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 ('ddqqf3gqmgpguknhh6gihkhrnk8tpi0c', '103.85.105.226', 1578389015, '__ci_last_regenerate|i:1578389015;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578061402\";last_ip|s:12:\"65.18.115.17\";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 ('dekov35lpp4btj1va0lmv1vcqtlf608i', '136.228.173.130', 1580564787, '__ci_last_regenerate|i:1580564787;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580465679\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('dh0lj33c4i5v8o8cksn1ui1fqnrdmdrg', '65.18.115.48', 1580294463, '__ci_last_regenerate|i:1580294463;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('dhjkbmhf8m772ksv6hif88fc1e5mlb43', '136.228.173.179', 1579097846, '__ci_last_regenerate|i:1579097846;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579059211\";last_ip|s:15:\"136.228.173.179\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"34\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-15 11:29:36\";');
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 ('djskdv0u47g1ed1gp6h24hbdld52fgu3', '103.73.237.133', 1579693527, '__ci_last_regenerate|i:1579693527;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579688505\";last_ip|s:14:\"103.73.237.133\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"39\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-22 18:10:24\";');
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 ('dkb33dsjb6vetga92tbs7dobdan1hbhg', '103.116.12.98', 1581681386, '__ci_last_regenerate|i:1581681386;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581648202\";last_ip|s:13:\"103.73.237.21\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"49\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-14 09:13:48\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dkiic2da4i6oci3bsrq5g2b17r2ah960', '65.18.115.11', 1581573247, '__ci_last_regenerate|i:1581573247;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dklop9n8cc2r6e54pjntg2tm3msv8tl2', '65.18.115.48', 1580224724, '__ci_last_regenerate|i:1580224724;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580182848\";last_ip|s:13:\"69.160.28.236\";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 ('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 ('dl7tgfquaebpfhj2t8pktqf6guqe4uva', '136.228.173.202', 1582269953, '__ci_last_regenerate|i:1582269953;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582193150\";last_ip|s:14:\"136.228.173.54\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"52\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-20 18:17:55\";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 ('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 ('dm90fuj20h79a1m6vr3j9g6cuhj4b6a5', '65.18.115.48', 1580014572, '__ci_last_regenerate|i:1580014572;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579956024\";last_ip|s:12:\"65.18.115.48\";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 ('dmcd24e7ogtq7fqckm1aa2hj268qlk4m', '103.73.236.207', 1579834031, '__ci_last_regenerate|i:1579834031;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579772879\";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:2:\"41\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-24 09:09:55\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dme1huealo6ssig7k62kdue5199vu33i', '103.73.236.207', 1579929363, '__ci_last_regenerate|i:1579929363;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579864793\";last_ip|s:14:\"103.73.236.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:\"42\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-25 11:22:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dmfgcons0p93pqivpvl80od3064f3vd0', '103.73.236.230', 1577977970, '__ci_last_regenerate|i:1577977970;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577959181\";last_ip|s:14:\"103.73.237.196\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"24\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-02 10:30:42\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dmujaatc078dg2bcqfjhjapfmmmkpsfj', '65.18.115.48', 1580017874, '__ci_last_regenerate|i:1580017874;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579956024\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('dp025imft5c0c3bonipp83ldjohq0ib3', '103.116.12.98', 1581682312, '__ci_last_regenerate|i:1581682312;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581648202\";last_ip|s:13:\"103.73.237.21\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"49\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-14 09:13:48\";');
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 ('dqas6tete9j50niishk7hggm0ns2skpe', '103.73.236.251', 1578740156, '__ci_last_regenerate|i:1578740156;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578716108\";last_ip|s:12:\"65.18.127.91\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"30\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-11 10:45:19\";');
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 ('dt8fu8d9q1poonlm7d1n1fs1barlng15', '103.73.236.180', 1577705532, '__ci_last_regenerate|i:1577705532;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577695183\";last_ip|s:14:\"103.73.236.180\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"21\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-30 09:53:17\";');
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 ('dtcfrohk6du45gj9p795b6rsp84cp66l', '103.73.236.230', 1577976431, '__ci_last_regenerate|i:1577976431;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577959181\";last_ip|s:14:\"103.73.237.196\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"24\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-02 10:30:42\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dtjnabbagp8ht5nireal7uk5aunim0k9', '103.85.105.226', 1578388099, '__ci_last_regenerate|i:1578388099;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578061402\";last_ip|s:12:\"65.18.115.17\";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 ('dtv67qufecrlkhjlhmiq5ibsbaoj38an', '103.73.236.81', 1580728882, '__ci_last_regenerate|i:1580728882;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580640123\";last_ip|s:14:\"103.73.236.142\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"45\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-02 17:12:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('du5brgk3h5psa6j4qvo6e12q5bkrut9j', '65.18.115.48', 1580290609, '__ci_last_regenerate|i:1580290609;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('duk3s5a226t94m5hqe9r6mq6bbnr4kr0', '65.18.115.48', 1580282224, '__ci_last_regenerate|i:1580282224;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('dv4809ak1c69t581gsk1peq6vvo25nr1', '103.73.237.21', 1581672820, '__ci_last_regenerate|i:1581672820;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581648202\";last_ip|s:13:\"103.73.237.21\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"49\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-14 09:13:48\";');
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 ('dvltf8fss8ve07qv3dp5iv39cdos3miq', '103.85.105.226', 1578643545, '__ci_last_regenerate|i:1578643545;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('e0ichbfgkuqlbcjhlin1d58dntoub4sn', '136.228.173.179', 1579064390, '__ci_last_regenerate|i:1579064341;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579007526\";last_ip|s:15:\"136.228.173.179\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"34\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-15 11:29:36\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0pp1793kacp0hfpmj8d7s3d53e1knmg', '65.18.115.31', 1579593730, '__ci_last_regenerate|i:1579593730;');
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 ('e14p34cabobv2mk9iivtt8j932e6436b', '65.18.115.6', 1581311646, '__ci_last_regenerate|i:1581311581;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580737812\";last_ip|s:14:\"103.85.105.236\";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 ('e1jv3a3gf08nu8tlrl03u6r25botf6gp', '103.73.236.158', 1580199627, '__ci_last_regenerate|i:1580194984;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580182102\";last_ip|s:14:\"103.73.236.158\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e22aumiinarp7g7jejjl9l9rsi872uf3', '136.228.173.202', 1582285485, '');
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 ('e394bn6fteok9bnsnnlh1gh538o77j98', '65.18.115.87', 1578989193, '__ci_last_regenerate|i:1578989193;');
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 ('e583ekn20qc0qkqslo4u3e9jr90he6r7', '65.18.115.28', 1579189020, '__ci_last_regenerate|i:1579189016;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579173244\";last_ip|s:12:\"65.18.115.28\";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 ('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 ('e6v1ufvh058ktaq9ga2svq19m6mtkdcc', '65.18.120.108', 1579349572, '__ci_last_regenerate|i:1579349572;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579326712\";last_ip|s:14:\"136.228.173.10\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"36\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-17 15:26:01\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7i4ekvvvclvqisa6d14ri73nnp9orrl', '103.73.236.168', 1580816722, '__ci_last_regenerate|i:1580816722;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580778992\";last_ip|s:15:\"136.228.173.121\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"45\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-02 17:12:15\";');
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 ('e84oac3df0hnl3afshrsj17g7g61cgl5', '103.73.236.15', 1578569648, '__ci_last_regenerate|i:1578569579;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578545376\";last_ip|s:13:\"103.73.236.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\";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 ('e9ot90rt0iijp24c7qg17v6j3ieflkks', '65.18.115.90', 1576939002, '__ci_last_regenerate|i:1576939002;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea7jsicml8ga4blvonrf89f799tuveg7', '65.18.115.48', 1580020720, '__ci_last_regenerate|i:1580020720;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579956024\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('ecmg9q8a1reuk1d73fp42d5rdeofeov0', '65.18.115.6', 1581239216, '__ci_last_regenerate|i:1581239216;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed039075sj2bmnug81j3dmn6rkgf58vg', '65.18.115.48', 1580196902, '__ci_last_regenerate|i:1580196902;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580182848\";last_ip|s:13:\"69.160.28.236\";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 ('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 ('eddm14tk861q5sh0q0jjm81geleopibe', '65.18.115.6', 1581323207, '__ci_last_regenerate|i:1581323207;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1581311549\";last_ip|s:11:\"65.18.115.6\";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 ('edfl3fcbmiep9eoaaq53lo3cbn7beosb', '136.228.173.20', 1580997961, '__ci_last_regenerate|i:1580997961;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580967852\";last_ip|s:14:\"136.228.173.12\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"46\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-06 09:50:13\";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 ('eemdgm139vt3u5r1tthu8v9jtvtg2j5h', '65.18.127.90', 1578465075, '__ci_last_regenerate|i:1578465075;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"27\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 12:49:39\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef6f1t3itvfbj69sbnj12aoup91f73eh', '136.228.173.20', 1580997208, '__ci_last_regenerate|i:1580997208;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580967852\";last_ip|s:14:\"136.228.173.12\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"46\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-06 09:50:13\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efpkeeh96cqujo5ed9d86bon1ldohepj', '136.228.173.190', 1582544523, '__ci_last_regenerate|i:1582544523;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582520944\";last_ip|s:14:\"136.228.173.30\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"54\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-24 10:15:56\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efssdvcentdkfnkr6be0kf4j7stojh2h', '65.18.115.48', 1580195123, '__ci_last_regenerate|i:1580195123;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580182848\";last_ip|s:13:\"69.160.28.236\";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 ('eg286n4oc1kdr0q3ngho775laelfkc1f', '65.18.115.94', 1577359853, '__ci_last_regenerate|i:1577359853;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eg5ovn84qtdjbmlod29rkuka5auet0mp', '136.228.173.202', 1582269157, '__ci_last_regenerate|i:1582269157;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582193150\";last_ip|s:14:\"136.228.173.54\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"52\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-20 18:17:55\";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 ('egdhvv8l435ie9nu0cr6hguoj0bjdhn8', '103.73.236.207', 1579844155, '__ci_last_regenerate|i:1579844155;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579772879\";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:2:\"41\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-24 09:09:55\";');
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 ('ei6kpskg66qcdqclitq4vsvi4suhn0rs', '65.18.115.31', 1579668796, '__ci_last_regenerate|i:1579668796;');
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 ('eijarsc2523jbfp0pujf3u2vho9npnm8', '65.18.115.48', 1580308293, '__ci_last_regenerate|i:1580308293;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('ejl8jnieupbcg30v32jn119tgvumf1if', '65.18.120.1', 1579155618, '__ci_last_regenerate|i:1579155617;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579082913\";last_ip|s:14:\"103.73.236.223\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"35\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-16 10:54:56\";');
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 ('ekjv9lkgltm5134s1qhdtafndmla9bni', '103.73.236.207', 1579951100, '__ci_last_regenerate|i:1579951100;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579927969\";last_ip|s:14:\"103.73.236.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:\"42\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-25 11:22:58\";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 ('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 ('el4k0hnot2d4ii1b2vek6tvm9v6jjp21', '103.73.236.179', 1577799693, '__ci_last_regenerate|i:1577799693;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577772672\";last_ip|s:14:\"103.73.236.179\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"22\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-31 09:25:03\";');
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 ('em10efa76ba77q3dj65vcaej2nra3f4r', '103.85.105.226', 1578561952, '__ci_last_regenerate|i:1578561952;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578539787\";last_ip|s:14:\"103.85.105.226\";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 ('em1olfrhun4li97v20ls2kc5q1epdggl', '103.73.237.188', 1582802423, '__ci_last_regenerate|i:1582802423;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582703095\";last_ip|s:15:\"136.228.173.124\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"56\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-26 14:15:03\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ematk2vpqo7isd5b0443dldjfsre3n5g', '136.228.173.45', 1583150121, '__ci_last_regenerate|i:1583150121;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1583034214\";last_ip|s:14:\"136.228.173.32\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"59\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-01 10:13:39\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('emnlqffnihs7mhh2haqnirgbdt5sr3q0', '103.85.105.236', 1580738408, '__ci_last_regenerate|i:1580738388;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580463060\";last_ip|s:12:\"65.18.115.48\";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 ('emvh1l31hqvpbmlopg8mouvuut1h9mnn', '65.18.115.48', 1580306688, '__ci_last_regenerate|i:1580306688;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('en2mck2mljoihtfu9tkk6smpetg4hmf5', '136.228.173.130', 1580562501, '__ci_last_regenerate|i:1580562501;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580465679\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('enlc8727r0jcvhhpd56213qgb79h9ed3', '65.18.115.1', 1582170170, '__ci_last_regenerate|i:1582170170;');
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 ('ennf1a6hasgbuore7u473hase4m2552j', '65.18.115.87', 1578909679, '__ci_last_regenerate|i:1578909679;');
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 ('epot8hbbqn8j2pngoupj0qpbuee88hq4', '65.18.127.90', 1578474406, '__ci_last_regenerate|i:1578474406;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"27\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 12:49:39\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('epsqpt3p9fad60o64uthvbsosdivog03', '136.228.173.133', 1583234213, '__ci_last_regenerate|i:1583234213;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1583146655\";last_ip|s:14:\"136.228.173.45\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"60\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-03 17:27:16\";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 ('eqg3lmhs2ii5p35i3g45i5hrpfrgvukf', '103.73.236.15', 1578565290, '__ci_last_regenerate|i:1578565290;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578545376\";last_ip|s:13:\"103.73.236.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:2:\"28\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-09 11:19:46\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eqh6s3rkh8jclb01lko88uhjq5cbgf0p', '136.228.173.78', 1582367266, '__ci_last_regenerate|i:1582367266;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582285486\";last_ip|s:15:\"136.228.173.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:2:\"53\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-22 16:40:13\";');
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 ('erkld97kes3ecn62cv6088eknbvcqcg0', '65.18.115.48', 1580031146, '__ci_last_regenerate|i:1580031146;');
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 ('et6l1c2kt2ddtdj9h9oklo5kbujdsk26', '103.73.236.103', 1577886969, '__ci_last_regenerate|i:1577886969;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577868063\";last_ip|s:13:\"103.73.237.65\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"23\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-01 10:46:34\";');
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 ('eulqmr8580dfta62pdlbpqehstp0c9ht', '65.18.127.90', 1578466263, '__ci_last_regenerate|i:1578466263;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"27\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 12:49:39\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('evesvnobd7h80qt77of1poicia6gnf1j', '103.85.105.226', 1578283345, '__ci_last_regenerate|i:1578283345;');
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 ('f0lfi0jk1ubk6b0kk6s9o3uvtvgepafk', '103.73.236.179', 1577773068, '__ci_last_regenerate|i:1577772994;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577760895\";last_ip|s:15:\"136.228.173.249\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"22\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-31 09:25:03\";');
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 ('f25606ouj6fp7imnmko60fb7nnf0cooc', '65.18.121.90', 1579253089, '__ci_last_regenerate|i:1579253089;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579172631\";last_ip|s:14:\"103.73.237.224\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"36\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-17 15:26:01\";');
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 ('f2p3udl3ak5oq4c6taivmmgrvekueeg4', '103.73.236.157', 1581072202, '__ci_last_regenerate|i:1581072202;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581047621\";last_ip|s:14:\"103.73.237.137\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"47\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-07 10:23:49\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f32ehg6ru05coam25giflsthbiuhugj7', '103.73.237.41', 1580210476, '__ci_last_regenerate|i:1580210476;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580194985\";last_ip|s:14:\"103.73.236.158\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f35k0f7bgr5og38n8ormtgmeihmoa30n', '65.18.115.31', 1579582567, '__ci_last_regenerate|i:1579582567;');
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 ('f3d6bg8c712dvnrfn2v1iku84gr9gqvj', '103.73.236.142', 1579608392, '__ci_last_regenerate|i:1579608392;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579342547\";last_ip|s:13:\"65.18.120.108\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"37\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-21 17:48:38\";');
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 ('f42tfjf50cm2v5e38au4ca1d6ob0ise9', '65.18.115.87', 1578898335, '__ci_last_regenerate|i:1578898335;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578625731\";last_ip|s:14:\"103.85.105.226\";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 ('f4av38ullcimleh4v7b41g1t7jjaocri', '136.228.173.130', 1580568935, '__ci_last_regenerate|i:1580568935;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580465679\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('f5qurmdcq84t16c9u9099j7v1p7mb2um', '136.228.174.207', 1580446016, '__ci_last_regenerate|i:1580446016;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580439744\";last_ip|s:14:\"103.73.237.203\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f61kl37oehmtg3usen2io77k9jetpk2m', '65.18.115.48', 1580211812, '__ci_last_regenerate|i:1580211812;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580182848\";last_ip|s:13:\"69.160.28.236\";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 ('f6n006ttkogs14bp19k4j365d753shif', '65.18.115.73', 1583294226, '__ci_last_regenerate|i:1583294226;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1583249257\";last_ip|s:12:\"65.18.115.73\";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 ('f7l71s1vvq4lfm6lqls6mijb7bfs7lvl', '65.18.115.71', 1576466564, '__ci_last_regenerate|i:1576466564;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7s1p9plj7fset6te3rd3d99r5dljfmo', '65.18.115.126', 1578730675, '__ci_last_regenerate|i:1578730675;');
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 ('f8b8sjc8apfoto3mm71ot78b9ajslgnj', '103.73.236.230', 1577533588, '__ci_last_regenerate|i:1577533588;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577438496\";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:\"19\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-28 09:28:06\";');
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 ('f9d13icqmb0eeoi98r8gvmjfqubj1ilq', '65.18.115.87', 1578909679, '__ci_last_regenerate|i:1578909679;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9ionil91v15bvif1elvj4egkl028k3s', '136.228.173.255', 1581737712, '__ci_last_regenerate|i:1581737678;');
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 ('fackg18idibpdblba412o1qnb72so2ei', '136.228.173.10', 1582630596, '__ci_last_regenerate|i:1582630596;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582625544\";last_ip|s:14:\"136.228.173.86\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"55\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-25 09:46:18\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faocrda9bjisnp9pfatt7km3ocnu20p7', '65.18.121.90', 1579259978, '__ci_last_regenerate|i:1579259978;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579172631\";last_ip|s:14:\"103.73.237.224\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"36\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-17 15:26:01\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb39mi1dikotmqmicvgegoq0h75em427', '136.228.173.179', 1579009316, '__ci_last_regenerate|i:1579009316;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578914308\";last_ip|s:11:\"69.160.29.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:\"33\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-14 19:42:20\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbvv77hataudnpb4m2nh2ik1mdj5ljfr', '65.18.115.48', 1579948831, '__ci_last_regenerate|i:1579948831;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579836966\";last_ip|s:12:\"65.18.115.48\";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 ('fc7d54iddlihp6nrt7pbobpp7q4vcbr3', '65.18.115.71', 1576824444, '__ci_last_regenerate|i:1576824444;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fclfcr3lnf6ag3glk85alrl4qbuv7ilq', '103.85.105.226', 1578650057, '__ci_last_regenerate|i:1578650057;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('fcr967q77lmjqggkof42eumfdd8i31m9', '103.73.236.81', 1580729365, '__ci_last_regenerate|i:1580729365;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580640123\";last_ip|s:14:\"103.73.236.142\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"45\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-02 17:12:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd7g36ql8m5tqhba6otppb6hmmnc96kt', '65.18.122.2', 1580265915, '__ci_last_regenerate|i:1580265915;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580220030\";last_ip|s:12:\"65.18.122.26\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdqlpvk798j8cqm3sghamuf4e0bgfsa5', '65.18.115.87', 1578989484, '__ci_last_regenerate|i:1578989484;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe0i2m4ia757i3ihce4l2ub679tcdlvo', '65.18.115.87', 1578989484, '__ci_last_regenerate|i:1578989484;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('feq75rhlla6dep8rq9d176oaq2f67h0a', '101.89.239.232', 1581220204, '__ci_last_regenerate|i:1581220203;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffhsi07g2vuglcae0f9j9lo5ua1qjb1u', '65.18.115.126', 1578726335, '__ci_last_regenerate|i:1578726335;');
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 ('fh1n4luumk3451i16olb4mulrtg06pgf', '103.85.105.226', 1578649607, '__ci_last_regenerate|i:1578649607;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('fhtre4nfobdhvoori17thrn65qdgld4u', '65.18.115.48', 1580388109, '__ci_last_regenerate|i:1580388109;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580352693\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('fhvu06k1evg5396dsknpjnlf5veph5h2', '103.73.236.207', 1579946856, '__ci_last_regenerate|i:1579946856;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579927969\";last_ip|s:14:\"103.73.236.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:\"42\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-25 11:22:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fin5i01qh39hahellr3jnn08cvnrt5n6', '103.85.105.226', 1578540112, '__ci_last_regenerate|i:1578540112;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578455264\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('fl4h0mbb88ktq9vvv553qf8m04gsd9q0', '136.228.173.252', 1581768042, '__ci_last_regenerate|i:1581768042;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fl98pilfa2l5irne6ot2g95eqv79vsi8', '65.18.115.17', 1578126400, '__ci_last_regenerate|i:1578126400;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fm4nr9v8qdr45988922c3qehafcdn6fd', '65.18.120.1', 1579154856, '__ci_last_regenerate|i:1579154856;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579082913\";last_ip|s:14:\"103.73.236.223\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"35\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-16 10:54:56\";');
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 ('fmfa0860oblrrac4r9445b034k8aubm5', '65.18.115.48', 1580361530, '__ci_last_regenerate|i:1580361530;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580274379\";last_ip|s:12:\"65.18.115.48\";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 ('fmrtf945ihrnubv641oua2qns8h08gdb', '136.228.173.249', 1577760929, '__ci_last_regenerate|i:1577760883;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577704065\";last_ip|s:14:\"103.73.236.180\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"22\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-31 09:25:03\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fnd8l9qbjhu5qnetjc8kfu35ho85s57g', '103.73.236.107', 1578405661, '__ci_last_regenerate|i:1578405661;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578386735\";last_ip|s:14:\"103.73.237.133\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"25\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-03 08:49:12\";');
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 ('fnidjtk8cd0rm1qj4q5ah1q047pdoee8', '65.18.115.87', 1578888237, '__ci_last_regenerate|i:1578888237;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578625731\";last_ip|s:14:\"103.85.105.226\";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 ('fnm9ksl77ecfbq5vckiaqqdqor8h34cu', '65.18.115.58', 1576221813, '__ci_last_regenerate|i:1576221813;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fnsh3gqoif1ktgkr5vemei4jk1e7sj6r', '65.18.115.48', 1580113171, '__ci_last_regenerate|i:1580113171;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('fntu5sg5bi2jfup93hd8lolkri2bfiuh', '65.18.115.58', 1576390144, '__ci_last_regenerate|i:1576390144;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fnupvh66q9dpo85j4o0ue9nmtofanioe', '65.18.115.73', 1583292484, '__ci_last_regenerate|i:1583292484;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1583249257\";last_ip|s:12:\"65.18.115.73\";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 ('fo45cbrosrqpgki6ks3qus686br21elh', '103.73.237.18', 1579784371, '__ci_last_regenerate|i:1579784371;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579748125\";last_ip|s:14:\"103.73.237.198\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"40\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-23 09:25:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fp6r0rp3ql88ec4v3f6gvdeir5gl8jak', '103.85.105.226', 1578283345, '__ci_last_regenerate|i:1578283345;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fp8cphnta1dvtee7kj9285flkf4k4q3d', '136.228.173.20', 1580999529, '__ci_last_regenerate|i:1580999529;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580967852\";last_ip|s:14:\"136.228.173.12\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"46\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-06 09:50:13\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fqc5598i2lin0ieaem8rhfj6nfsn0v6b', '136.228.173.82', 1581420591, '__ci_last_regenerate|i:1581420291;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581385219\";last_ip|s:14:\"136.228.173.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
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 ('fses6i6rbg86vbrkq5hd4drqq68fhjrj', '136.228.173.190', 1582542327, '__ci_last_regenerate|i:1582542327;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582520944\";last_ip|s:14:\"136.228.173.30\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"54\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-24 10:15:56\";');
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 ('fuo4sh6pjjc82t3e3bebs9tafor52dtj', '65.18.122.2', 1580264630, '__ci_last_regenerate|i:1580264630;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580220030\";last_ip|s:12:\"65.18.122.26\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('fv4rl43dv1p46ppb0f7lan3oop6kko27', '65.18.115.28', 1579197465, '__ci_last_regenerate|i:1579197465;');
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 ('g1s3oeolb9svc8o3jd0pmnvupov9pksj', '103.73.236.142', 1579609176, '__ci_last_regenerate|i:1579609176;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579342547\";last_ip|s:13:\"65.18.120.108\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"37\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-21 17:48:38\";');
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 ('g228q0ksab99or2t03uanejhfgev20d6', '103.73.236.223', 1579087342, '__ci_last_regenerate|i:1579087342;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579059211\";last_ip|s:15:\"136.228.173.179\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"34\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-15 11:29:36\";');
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 ('g3b2cj9kmn5hab97q9e0l2f9lo78b70s', '65.18.115.31', 1579668829, '__ci_last_regenerate|i:1579668829;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('g3im6uqn4tsb8pk22ni16k2gft9l9ivk', '103.73.236.15', 1578552600, '__ci_last_regenerate|i:1578552600;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578461010\";last_ip|s:12:\"65.18.127.90\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"28\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-09 11:19:46\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('g3spibo5ppas5bt8mt4sv830rs77bh4r', '65.18.115.48', 1580211498, '__ci_last_regenerate|i:1580211498;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580182848\";last_ip|s:13:\"69.160.28.236\";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 ('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 ('g4u46ksvt53ufv2h56q00vhjt5suf4u1', '65.18.115.48', 1580015701, '__ci_last_regenerate|i:1580015701;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579956024\";last_ip|s:12:\"65.18.115.48\";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 ('g5bu75ur21ao8jfumka05e2ie8v93d3k', '103.73.237.42', 1581594178, '__ci_last_regenerate|i:1581594178;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581415597\";last_ip|s:13:\"103.73.236.44\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56: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 ('g6sgr5nvgmaso4m924ubim3tolqbui58', '136.228.173.82', 1581418013, '__ci_last_regenerate|i:1581418013;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581385219\";last_ip|s:14:\"136.228.173.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
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 ('g792fldpum6squrp7qcbu68g77700rlv', '103.73.237.42', 1581591956, '__ci_last_regenerate|i:1581591956;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581415597\";last_ip|s:13:\"103.73.236.44\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
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 ('g9p7iibjd99v2ihrh3lac11s04245p35', '103.73.236.223', 1579089088, '__ci_last_regenerate|i:1579089088;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579059211\";last_ip|s:15:\"136.228.173.179\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"34\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-15 11:29:36\";');
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 ('gahgemh1nd1382audiedsh5n6ieddj9h', '65.18.115.6', 1581049414, '__ci_last_regenerate|i:1581049414;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gc81ptcmtm5620ajurcnbfotodmicjsq', '103.85.105.226', 1578389342, '__ci_last_regenerate|i:1578389342;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578061402\";last_ip|s:12:\"65.18.115.17\";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 ('gduau41uaq3neh2a4131crfu4rbv9248', '65.18.115.48', 1580199329, '__ci_last_regenerate|i:1580199329;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580182848\";last_ip|s:13:\"69.160.28.236\";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 ('ge1mqs6nhnu2d6o5jvomglihn5spql00', '136.228.173.202', 1582267531, '__ci_last_regenerate|i:1582267531;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582193150\";last_ip|s:14:\"136.228.173.54\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"52\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-20 18:17:55\";');
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 ('gen4k6oui8skmccj8lf99q0afnn2g0m2', '65.18.115.48', 1580355805, '__ci_last_regenerate|i:1580355805;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580274379\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('gercl7a533qnh1he2d539k5p0o3aul09', '103.73.236.25', 1578028416, '__ci_last_regenerate|i:1578028403;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578017944\";last_ip|s:15:\"136.228.173.164\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"25\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-03 08:49:12\";');
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 ('gg2k13lpfqgcjpaj9o9e0bpqog8jjnq0', '65.18.115.48', 1580471877, '__ci_last_regenerate|i:1580471877;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580462883\";last_ip|s:12:\"65.18.115.48\";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 ('ggar62082pp8ec6ln562pbmiaqvgiru1', '65.18.115.31', 1579581874, '__ci_last_regenerate|i:1579581874;');
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 ('gi0s5392o50dsthp8d5o2j1rfp53nqsc', '103.85.105.226', 1578649214, '__ci_last_regenerate|i:1578649214;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('gjgldtad6qap735r9l7oj0g5gknohd64', '103.73.236.142', 1579611151, '__ci_last_regenerate|i:1579610865;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579342547\";last_ip|s:13:\"65.18.120.108\";avatar|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 ('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 ('gk656v8akvs1likurmc47k0t6cp5bi6m', '65.18.115.48', 1580472208, '__ci_last_regenerate|i:1580472208;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580462883\";last_ip|s:12:\"65.18.115.48\";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 ('gkvgfhp9289eii4pmhe99oboo645a5jd', '65.18.120.108', 1579346665, '__ci_last_regenerate|i:1579346665;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579326712\";last_ip|s:14:\"136.228.173.10\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"36\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-17 15:26:01\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gl3es706p6a1g9eeespeko3mslfvvp89', '65.18.115.48', 1579960623, '__ci_last_regenerate|i:1579960623;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579955516\";last_ip|s:12:\"65.18.115.48\";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 ('gn07f5j1c92ubqhp5j4nqijfj8a9d8hv', '103.73.236.180', 1577705230, '__ci_last_regenerate|i:1577705230;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577695183\";last_ip|s:14:\"103.73.236.180\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"21\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-30 09:53:17\";');
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 ('gpcpep5ss4ualohhrn2vuf5ep4u9u2fj', '65.18.115.48', 1580119616, '__ci_last_regenerate|i:1580119616;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('gqcqmd98233uka0tj2494vkg8g54b82m', '103.73.236.207', 1579865142, '__ci_last_regenerate|i:1579865142;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579833590\";last_ip|s:14:\"103.73.236.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:\"41\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-24 09:09:55\";');
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 ('grb47datji49s36qf7g500l8493oqgb9', '65.18.115.48', 1580280825, '__ci_last_regenerate|i:1580280825;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('grjpeop4188qvgtln9q4l7ilkmuecoeg', '65.18.115.48', 1580378250, '__ci_last_regenerate|i:1580378250;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580274379\";last_ip|s:12:\"65.18.115.48\";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 ('gru52qn89h20ekhdck96u0hhjdgmc6e2', '65.18.115.48', 1580113867, '__ci_last_regenerate|i:1580113867;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('grukcarsbpvire2vtt9916muqk7jn5sj', '65.18.115.31', 1579582980, '__ci_last_regenerate|i:1579582980;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gsbh6ialjbdiko0ih08ojr7ktv8o4pj2', '65.18.122.26', 1580220368, '__ci_last_regenerate|i:1580220368;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580209534\";last_ip|s:13:\"103.73.237.41\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('gv7jlhgabfjj3hcef3rao7ivjh0puog7', '136.228.173.78', 1582370685, '__ci_last_regenerate|i:1582370685;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582285486\";last_ip|s:15:\"136.228.173.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:2:\"53\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-22 16:40:13\";');
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 ('gva0t10hi6qfu3r0k0421pp7iudao4gr', '65.18.115.48', 1580369396, '__ci_last_regenerate|i:1580369396;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580274379\";last_ip|s:12:\"65.18.115.48\";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 ('gvd634833ivslp77uq2h9brd2ipt4rf5', '65.18.115.115', 1576907557, '__ci_last_regenerate|i:1576907557;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('gvp2n3kh97prd20a177117e6jedf1a1i', '103.85.105.226', 1578477172, '__ci_last_regenerate|i:1578477172;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578380847\";last_ip|s:14:\"103.85.105.226\";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 ('gvqrvp7nfic5aqrl9njvvd7ql7r1rgaf', '136.228.173.179', 1579097984, '__ci_last_regenerate|i:1579097984;');
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 ('h0bitgv842al9gq7m2rh1pcjm9fq67m4', '65.18.127.210', 1578914968, '__ci_last_regenerate|i:1578914968;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578882357\";last_ip|s:11:\"69.160.29.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:\"32\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-13 08:56:04\";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 ('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 ('h1auoe2pv942cjv0hg5n82ot2041i8mq', '65.18.122.2', 1580266166, '__ci_last_regenerate|i:1580265915;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580220030\";last_ip|s:12:\"65.18.122.26\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('h24o5rh7d2aep8b09kk2i62lveb90j71', '103.73.237.18', 1579782056, '__ci_last_regenerate|i:1579782056;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579748125\";last_ip|s:14:\"103.73.237.198\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"40\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-23 09:25:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('h312t55n726eng97vqmgiqinkcivm33p', '65.18.115.31', 1579668830, '__ci_last_regenerate|i:1579668830;');
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 ('h3qidvrbg3qmg42imuudc8o126r1bfnb', '65.18.115.48', 1579960011, '__ci_last_regenerate|i:1579960011;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579955516\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('h42unbgell4le9lcj1m0vuj8ta8tukr4', '103.73.236.42', 1581940099, '__ci_last_regenerate|i:1581940099;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581765204\";last_ip|s:15:\"136.228.173.252\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"51\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-17 18:02:32\";');
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 ('h45iqc58r8kc4fhmfmflfdkkssk49vje', '65.18.115.7', 1579252919, '__ci_last_regenerate|i:1579252919;');
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 ('h4t25d4lfm3trfgr762s6kpfoud0kdh8', '136.228.173.130', 1580567634, '__ci_last_regenerate|i:1580567634;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580465679\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('h5s4liigntgttlln2lpndkjfflbie3bv', '103.73.237.137', 1580990777, '__ci_last_regenerate|i:1580990777;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580967852\";last_ip|s:14:\"136.228.173.12\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"46\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-06 09:50:13\";');
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 ('h65j1ptt9p9h84fuujsignkruu8iafsn', '65.18.115.6', 1581325463, '__ci_last_regenerate|i:1581325463;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1581311549\";last_ip|s:11:\"65.18.115.6\";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 ('h7qf40m45holkmp8r19gb3h13s0g5qi1', '103.73.236.68', 1578481908, '__ci_last_regenerate|i:1578481908;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"27\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 12:49:39\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('h85uia775lafbnafpubepl00qatvjttc', '65.18.115.87', 1578909684, '__ci_last_regenerate|i:1578909683;');
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 ('h8lsku4qtqs22rr29jcarsj80g7uh5ps', '65.18.115.28', 1579169704, '__ci_last_regenerate|i:1579169704;');
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 ('h8nn5uofrburq8oi6vi7of0ltv2mu3c9', '65.18.127.90', 1578472271, '__ci_last_regenerate|i:1578472271;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"27\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 12:49:39\";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 ('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 ('h8qtgjf6li9m601d2mcq2f0bi46pvjm5', '65.18.115.48', 1579948164, '__ci_last_regenerate|i:1579948164;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579836966\";last_ip|s:12:\"65.18.115.48\";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 ('h9795gasth4g61c3r3nv3mbss3bg25vv', '65.18.115.73', 1583230957, '__ci_last_regenerate|i:1583230957;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1582513602\";last_ip|s:12:\"65.18.115.30\";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 ('h9tl110a0j2a7q7p11t600ibp24u2uik', '65.18.115.87', 1578909705, '__ci_last_regenerate|i:1578909705;');
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 ('hcoukdrkfav4ovsj6h8nel5hu33lq73c', '65.18.121.90', 1579260079, '__ci_last_regenerate|i:1579259978;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579172631\";last_ip|s:14:\"103.73.237.224\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"36\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-17 15:26:01\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hd578lkennplrbtrke51t09hbv8b9e9d', '103.73.236.251', 1578741164, '__ci_last_regenerate|i:1578741164;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578716108\";last_ip|s:12:\"65.18.127.91\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"30\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-11 10:45:19\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('heuh583r5nf89s3tgsjm6f8r89vt8kmi', '65.18.115.48', 1580021391, '__ci_last_regenerate|i:1580021391;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579956024\";last_ip|s:12:\"65.18.115.48\";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 ('hf8hiohvd5tgks99plo7t54s1gjt4pc2', '65.18.115.48', 1580031256, '__ci_last_regenerate|i:1580031256;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hfe7q3ns446dcffangrk3lbcmh7318o6', '103.73.237.204', 1577508001, '__ci_last_regenerate|i:1577508001;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577438496\";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:\"19\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-28 09:28:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hfg5n897l7ir02m21uc21cvne7t4ajk5', '65.18.115.72', 1577696560, '__ci_last_regenerate|i:1577696560;');
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 ('hfo1cqevb7arjfi3o8t3enc7rtdapclg', '65.18.115.31', 1579593730, '__ci_last_regenerate|i:1579593730;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hg144j288g5hq4cqh9ip88pjkg3r655o', '103.73.236.68', 1578483399, '__ci_last_regenerate|i:1578483399;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"27\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 12:49:39\";');
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 ('hgseughe0t566movl9kpgqik3s1vo8sb', '136.228.173.32', 1583036133, '__ci_last_regenerate|i:1583036133;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582977041\";last_ip|s:14:\"103.73.236.216\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"59\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-01 10:13:39\";');
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 ('hi2joqir9te5717adaru2b7gnue3n7tf', '136.228.173.252', 1581766887, '__ci_last_regenerate|i:1581766887;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581742939\";last_ip|s:15:\"136.228.173.252\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"50\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-14 15:47:53\";');
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 ('hjk3qcpj8og017ris8c6ub33f77dpcrf', '103.73.237.73', 1577524738, '__ci_last_regenerate|i:1577524738;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577438496\";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:\"19\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-28 09:28:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hjoav8m98n5dat2ck97au44utertqqjg', '101.91.60.110', 1581737153, '__ci_last_regenerate|i:1581737152;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hjsn0cedsq4g1q1397vf31r90b5ghmue', '103.73.237.224', 1579173744, '__ci_last_regenerate|i:1579173744;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579148689\";last_ip|s:11:\"65.18.120.1\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"35\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-16 10:54:56\";');
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 ('hkjoagkie9jak6vv78o8vcm9a46j58sh', '103.73.236.168', 1580817706, '__ci_last_regenerate|i:1580817706;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580778992\";last_ip|s:15:\"136.228.173.121\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"45\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-02 17:12:15\";');
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 ('hmbnb6op2lja79fress7qjaujh5686hs', '103.73.237.18', 1579774716, '__ci_last_regenerate|i:1579774716;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579748125\";last_ip|s:14:\"103.73.237.198\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"40\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-23 09:25:30\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hmqukjctgj3aeefau1j1ufot8u19vt3o', '65.18.115.48', 1580356765, '__ci_last_regenerate|i:1580356765;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580274379\";last_ip|s:12:\"65.18.115.48\";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 ('hmrgtl69f47j5p2gdhkjdb7sl57nnc1e', '65.18.115.17', 1578126400, '__ci_last_regenerate|i:1578126400;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hn6iv63rmug91eqhevgntert6esiuvqi', '103.73.237.224', 1579173074, '__ci_last_regenerate|i:1579173074;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579148689\";last_ip|s:11:\"65.18.120.1\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"35\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-16 10:54:56\";');
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 ('ho9tu6aushrfshhk17m8iol26ovhep7v', '136.228.173.10', 1582631581, '__ci_last_regenerate|i:1582631581;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582625544\";last_ip|s:14:\"136.228.173.86\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"55\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-25 09:46:18\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hoaf1m0svtm9p6rlch9tavh76vv9k1fq', '65.18.115.31', 1579591772, '__ci_last_regenerate|i:1579591772;');
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 ('hp2cvo2rougnegrbfsmqcn0oi36it4i4', '103.73.237.198', 1579748080, '__ci_last_regenerate|i:1579748080;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hpvrhtt8rgchq5p1235l1lnasbm467o8', '103.73.237.224', 1579175682, '__ci_last_regenerate|i:1579175682;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579148689\";last_ip|s:11:\"65.18.120.1\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"35\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-16 10:54:56\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hq17nngorabgkp1a12slc5ksmaistrr9', '65.18.115.31', 1579581875, '__ci_last_regenerate|i:1579581875;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hqcbsva9lrbr2b1vo5vk20kvrme0imn9', '65.18.115.48', 1580456242, '__ci_last_regenerate|i:1580456242;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580387498\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('hs39a14f7ck3ni00g0lv1u26toih25ui', '103.73.237.133', 1579691817, '__ci_last_regenerate|i:1579691817;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579674197\";last_ip|s:13:\"103.73.237.57\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"38\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-22 08:34:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hsdrkvcit4u6j137hdq38cjoupbhq8n9', '65.18.115.31', 1579581874, '__ci_last_regenerate|i:1579581874;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hsl4tar9il69mdnlhqk5db1rklumon5p', '65.18.115.28', 1579169705, '__ci_last_regenerate|i:1579169705;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hte4tpau6s2jekrel7i9qbo7lvtq4o5r', '65.18.121.90', 1579254256, '__ci_last_regenerate|i:1579254256;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579172631\";last_ip|s:14:\"103.73.237.224\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"36\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-17 15:26:01\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('htoauo26dcfcnophekbai0as1th0vlu5', '65.18.121.90', 1579253538, '__ci_last_regenerate|i:1579253538;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579172631\";last_ip|s:14:\"103.73.237.224\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"36\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-17 15:26:01\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('htsh13red0pvepmrbdaucd2j9r3mj0nt', '136.228.174.207', 1580444098, '__ci_last_regenerate|i:1580444098;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580439744\";last_ip|s:14:\"103.73.237.203\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";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 ('huc7mp5fg500l6misub5i1qpu554hre4', '136.228.173.82', 1581386523, '__ci_last_regenerate|i:1581386523;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581319853\";last_ip|s:14:\"103.73.237.185\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hugqs8pokg72m09gk8p31u6rueogrt10', '103.73.237.188', 1582800641, '__ci_last_regenerate|i:1582800641;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582703095\";last_ip|s:15:\"136.228.173.124\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"56\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-26 14:15:03\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('huk9h7670p7inc1k9fht7dfrds0ieb1r', '65.18.115.48', 1580117304, '__ci_last_regenerate|i:1580117304;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('huo5i0r8h64c7gq7lkltoa2fdc8gu7vb', '65.18.115.58', 1576229619, '__ci_last_regenerate|i:1576229619;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hurkhegb1rhqrk9rpcmbl5v1obsacgss', '103.85.105.226', 1578457066, '__ci_last_regenerate|i:1578457066;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578380847\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('i0vukmlutnuhlg68ni3625ammo36av9h', '65.18.127.90', 1578462511, '__ci_last_regenerate|i:1578462511;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"26\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 11:53:44\";');
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 ('i21j1fu2kc463aj8dpffko2hsc0rukr6', '103.73.236.207', 1579846373, '__ci_last_regenerate|i:1579846373;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579772879\";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:2:\"41\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-24 09:09:55\";');
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 ('i2chrgg4nhr54ouse4127ab0il9n5e3k', '101.89.29.86', 1581737143, '__ci_last_regenerate|i:1581737143;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('i2t9ku5hg63pakrt3mhapo8inn678kuu', '65.18.115.6', 1581241193, '__ci_last_regenerate|i:1581241193;');
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 ('i42ldluq9gqm9851mv1agrumq8p9bro4', '103.73.236.179', 1577797694, '__ci_last_regenerate|i:1577797694;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577772672\";last_ip|s:14:\"103.73.236.179\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"22\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-31 09:25:03\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('i5885pb6b6rokob4cm7b1frj8ajo0gbc', '65.18.127.210', 1578915950, '__ci_last_regenerate|i:1578915950;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578882357\";last_ip|s:11:\"69.160.29.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:\"32\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-13 08:56:04\";');
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 ('i61ta8cueuag6vsbo92bm2na9ikei9nh', '65.18.115.6', 1581330331, '__ci_last_regenerate|i:1581330331;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1581311549\";last_ip|s:11:\"65.18.115.6\";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 ('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 ('i6ri09f2k283ecmuleiijokc4043molj', '65.18.115.48', 1579949891, '__ci_last_regenerate|i:1579949891;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579836966\";last_ip|s:12:\"65.18.115.48\";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 ('i76fd078fgd9go4g6gag9humke1mnhit', '103.73.236.107', 1578405325, '__ci_last_regenerate|i:1578405325;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578386735\";last_ip|s:14:\"103.73.237.133\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"25\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-03 08:49:12\";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 ('i7aiqv8m1t4obu416c6ionl07k74vtfe', '103.73.236.251', 1578741477, '__ci_last_regenerate|i:1578741477;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578716108\";last_ip|s:12:\"65.18.127.91\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"30\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-11 10:45:19\";');
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 ('i8uamsl05sut9kp8uhmnnhbetu97vu4q', '136.228.173.32', 1583036183, '__ci_last_regenerate|i:1583036133;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582977041\";last_ip|s:14:\"103.73.236.216\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"59\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-01 10:13:39\";');
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 ('iads2tick3ksjs1qt23bq2uh97usts1g', '136.228.173.214', 1580121829, '__ci_last_regenerate|i:1580121829;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580004017\";last_ip|s:15:\"136.228.173.229\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"43\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-26 08:30:22\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('iaus57p2gk2ilnro0lcp9in1ch0sgkrv', '136.228.173.202', 1582270272, '__ci_last_regenerate|i:1582270272;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582193150\";last_ip|s:14:\"136.228.173.54\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"52\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-20 18:17:55\";');
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 ('ic0k1uqse2s01boj4q7bqrfpve3b4ipn', '65.18.115.87', 1578989193, '__ci_last_regenerate|i:1578989193;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ica11ioflgcacakq815aj1ukllad6m4v', '103.85.105.226', 1578643950, '__ci_last_regenerate|i:1578643950;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('iccvmtvho63jlpmjblb8lsfue0e707i0', '103.73.237.133', 1579693697, '__ci_last_regenerate|i:1579693697;');
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 ('id5deoc2sv60tb82nrbban8i1b895j8v', '65.18.120.108', 1579343916, '__ci_last_regenerate|i:1579343916;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579326712\";last_ip|s:14:\"136.228.173.10\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"36\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-17 15:26:01\";');
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 ('ieuiqfv9epshduic79duoodgqlfjntd5', '103.85.105.226', 1578562429, '__ci_last_regenerate|i:1578562429;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578539787\";last_ip|s:14:\"103.85.105.226\";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 ('if54u2068pk3r7tt870eqb64igrsnnbr', '65.18.115.58', 1576221813, '__ci_last_regenerate|i:1576221813;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('if7qd5f17daic5ri2vmb5mla9osehotm', '103.73.236.179', 1577797132, '__ci_last_regenerate|i:1577797132;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577772672\";last_ip|s:14:\"103.73.236.179\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"22\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-31 09:25:03\";');
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 ('ihqhhknq646tm0sg6k0judr72uoufh96', '65.18.115.6', 1581239216, '__ci_last_regenerate|i:1581239216;');
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 ('iiukebhkouvru0p1fnfr43t6roe2h372', '103.73.236.207', 1579952041, '__ci_last_regenerate|i:1579952041;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579927969\";last_ip|s:14:\"103.73.236.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:\"42\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-25 11:22:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ijku4pnft07lt8nqui1qrtdimns30s8d', '103.73.237.204', 1577510614, '__ci_last_regenerate|i:1577510614;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577438496\";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:\"19\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-28 09:28:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ijlfd7bglpe2j9qdsngfueros24uedtj', '65.18.115.73', 1583232460, '__ci_last_regenerate|i:1583232460;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1582513602\";last_ip|s:12:\"65.18.115.30\";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 ('ijpg4mjl6ulh4c29jmnpbk6u4662kj29', '103.85.105.226', 1578388619, '__ci_last_regenerate|i:1578388619;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578061402\";last_ip|s:12:\"65.18.115.17\";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 ('ijssis3rhj4clqtsl5v6906aqp9ienpl', '103.85.105.226', 1578541079, '__ci_last_regenerate|i:1578541079;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578455264\";last_ip|s:14:\"103.85.105.226\";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 ('ik33g90v2fsiv1ojdf515mupqt559v79', '136.228.173.190', 1582539537, '__ci_last_regenerate|i:1582539537;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582520944\";last_ip|s:14:\"136.228.173.30\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"54\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-24 10:15:56\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ilv0bn8dkubbcnjds9i7qsdsttj4uikl', '103.85.105.226', 1578642766, '__ci_last_regenerate|i:1578642766;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('imcte4i4uaiqjb4dn6e1iu8uj31n5k3j', '103.73.236.25', 1578050930, '__ci_last_regenerate|i:1578050930;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578028403\";last_ip|s:13:\"103.73.236.25\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"25\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-03 08:49:12\";');
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 ('ini7p10ofrjg0kmpgde0hmb37lu1r5a6', '103.73.237.21', 1581672511, '__ci_last_regenerate|i:1581672511;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581648202\";last_ip|s:13:\"103.73.237.21\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"49\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-14 09:13:48\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('inogl145c9mnu8etun8tp11isqgs3bo4', '103.85.105.226', 1578631053, '__ci_last_regenerate|i:1578631053;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('iof24dt85qe18fj5p1of6d7af58208nl', '65.18.115.48', 1580117916, '__ci_last_regenerate|i:1580117916;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('ip2sanebjlau8nuvu41j2s89dqeglq70', '103.73.236.44', 1581416863, '__ci_last_regenerate|i:1581416863;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581385219\";last_ip|s:14:\"136.228.173.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
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 ('ipgra8k35go84e74fl5fm09682acni85', '65.18.115.31', 1579582979, '__ci_last_regenerate|i:1579582979;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ipustes8nhqf9u9su51h8f4tr1fm08ha', '65.18.115.17', 1578132514, '__ci_last_regenerate|i:1578132514;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ircktg3ea5qsumfq1vghcpfa56pefq1p', '103.116.12.98', 1581682621, '__ci_last_regenerate|i:1581682621;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581648202\";last_ip|s:13:\"103.73.237.21\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"49\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-14 09:13:48\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('is6e1icr93qmqouah1ql57l57j36es0q', '136.228.173.78', 1582368042, '__ci_last_regenerate|i:1582368042;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582285486\";last_ip|s:15:\"136.228.173.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:2:\"53\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-22 16:40:13\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('is6fscfj953o24th25c32mh1v3jg3dhc', '65.18.115.17', 1578132515, '__ci_last_regenerate|i:1578132515;');
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 ('isag62ma3isuoj7mb4ugd3ci9m0fkatc', '103.73.237.224', 1579175052, '__ci_last_regenerate|i:1579175052;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579148689\";last_ip|s:11:\"65.18.120.1\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"35\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-16 10:54:56\";');
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 ('isms1850d42etp2c6gir0ck6ak9fdcef', '65.18.115.87', 1578988594, '__ci_last_regenerate|i:1578988594;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('isqk93d307fabpum2namltlvic8a40rr', '103.85.105.226', 1578548340, '__ci_last_regenerate|i:1578548340;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578455264\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('itf8tcih0upa3eq6fpi3paekos7vsg2p', '65.18.115.73', 1583230094, '__ci_last_regenerate|i:1583230094;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1582513602\";last_ip|s:12:\"65.18.115.30\";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 ('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 ('ivc38v778u9093to1vnthnr278fplmvi', '136.228.174.207', 1580447980, '__ci_last_regenerate|i:1580447980;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580439744\";last_ip|s:14:\"103.73.237.203\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j05t2rttuv80cnmj1gg2pmrlh5c8scl6', '65.18.115.48', 1580121667, '__ci_last_regenerate|i:1580121667;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('j0o6evuhdqfigga42c9rlc3k6jgf5ijq', '136.228.173.179', 1579011954, '__ci_last_regenerate|i:1579011954;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578914308\";last_ip|s:11:\"69.160.29.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:\"33\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-14 19:42:20\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j1k91q0464joujd38ctf9n2qvq14lq9j', '101.89.29.92', 1581737169, '__ci_last_regenerate|i:1581737169;');
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 ('j215lr46p568n3uv46nhuetm4g9lsugk', '65.18.115.48', 1580271320, '__ci_last_regenerate|i:1580271320;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('j26ck0js74bi2t96ciqf84e59n6235ta', '65.18.120.108', 1579344538, '__ci_last_regenerate|i:1579344538;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579326712\";last_ip|s:14:\"136.228.173.10\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"36\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-17 15:26:01\";');
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 ('j2r51ed92u7je50s235ngufcskoafq6m', '103.73.236.207', 1579867864, '__ci_last_regenerate|i:1579867864;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579833590\";last_ip|s:14:\"103.73.236.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:\"41\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-24 09:09:55\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j2rr3duh1at535v4ugak3pagehfo5d47', '136.228.173.82', 1581420291, '__ci_last_regenerate|i:1581420291;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581385219\";last_ip|s:14:\"136.228.173.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j2vtfssj3cehsgvjpc7u6jiat9376q3t', '103.73.237.42', 1581593696, '__ci_last_regenerate|i:1581593696;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581415597\";last_ip|s:13:\"103.73.236.44\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
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 ('j5b7ong662t53ln8ut3j4n9augga3fp3', '103.85.105.226', 1578211665, '__ci_last_regenerate|i:1578211665;');
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 ('j7imavsn5jv1d49tbqpkhtn9lj5o8a98', '136.228.173.54', 1582197696, '__ci_last_regenerate|i:1582197696;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582168991\";last_ip|s:14:\"103.73.236.146\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"51\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-17 18:02:32\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j7l3vvbbdvg8f9poh84s6s1534v3rrgc', '65.18.115.48', 1580447444, '__ci_last_regenerate|i:1580447444;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580387498\";last_ip|s:12:\"65.18.115.48\";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 ('j82pnl493qoheugan9nigjvehrq22gp0', '61.129.7.235', 1574946962, '__ci_last_regenerate|i:1574946961;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j868apb72j6aun0lrde7oc4t9ku08pf9', '103.85.105.226', 1578387466, '__ci_last_regenerate|i:1578387466;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578061402\";last_ip|s:12:\"65.18.115.17\";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 ('j8bdtpj09gf1cangmpbund6ku6bcmf2j', '65.18.115.6', 1581049414, '__ci_last_regenerate|i:1581049414;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j8h87ll612ug0fvgpan4d1t8dg61imcn', '103.85.105.226', 1578564407, '__ci_last_regenerate|i:1578564407;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578539787\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('jaa6eltpklnidlg3if0a4q1sr1tj9bme', '65.18.120.1', 1579155617, '__ci_last_regenerate|i:1579155617;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579082913\";last_ip|s:14:\"103.73.236.223\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"35\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-16 10:54:56\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jarvpgke5167j87r0pr65521olqf598u', '103.73.237.75', 1580557515, '__ci_last_regenerate|i:1580557515;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580465679\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('jbf2egdl6ugeeskcupb07ui8ad8j7maa', '136.228.173.130', 1580566386, '__ci_last_regenerate|i:1580566386;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580465679\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('jcnj7ka8ao55qsio3cpol4f1m1ttjd8b', '65.18.115.48', 1580283445, '__ci_last_regenerate|i:1580283445;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('jducoboru3m2i0m0fsl15gqv84f4ebuk', '103.73.237.137', 1581048875, '__ci_last_regenerate|i:1581047604;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580990095\";last_ip|s:14:\"136.228.173.12\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"47\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-07 10:23:49\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jeg8d0m4p8cuq0vpah02n15ts2spskkd', '103.85.105.226', 1578647092, '__ci_last_regenerate|i:1578647092;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('jekgie3q5h0rlrggsfq3ulgssetisk11', '65.18.115.48', 1579955922, '__ci_last_regenerate|i:1579955922;identity|s:6:\"mayest\";username|s:6:\"mayest\";email|s:24:\"maytest@koneloneshin.com\";user_id|s:1:\"3\";first_name|s:7:\"maytest\";last_name|s:7:\"maytest\";created_on|s:19:\"25/01/2020 07:02 PM\";old_last_login|s:10:\"1579955564\";last_ip|N;avatar|N;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 ('jf2fdp73ne035981q5k0ukbaht2ac98b', '65.18.115.48', 1580111477, '__ci_last_regenerate|i:1580111477;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('jfaothtq9emjp6q504tbfu41pmdictsf', '136.228.173.78', 1582369013, '__ci_last_regenerate|i:1582369013;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582285486\";last_ip|s:15:\"136.228.173.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:2:\"53\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-22 16:40:13\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jff4ubv1prpcdjavc3c27vo5cm7tdguv', '136.228.173.82', 1581386832, '__ci_last_regenerate|i:1581386832;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581319853\";last_ip|s:14:\"103.73.237.185\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jfkcs95r8cpe3kk90k8nj3epbov5fcrp', '65.18.115.31', 1579582667, '__ci_last_regenerate|i:1579582667;');
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 ('jilmr9nmg7h3f0o4sfd3gtdgci5n27vn', '65.18.127.210', 1578915628, '__ci_last_regenerate|i:1578915628;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578882357\";last_ip|s:11:\"69.160.29.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:\"32\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-13 08:56:04\";');
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 ('jj42oe6i47ua6p5d3imbqlti9gqah3b9', '103.73.236.207', 1579866224, '__ci_last_regenerate|i:1579866224;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579833590\";last_ip|s:14:\"103.73.236.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:\"41\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-24 09:09:55\";');
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 ('jnh8qdppj2bf622ppoigkn5ojelvvglb', '103.73.236.81', 1580729674, '__ci_last_regenerate|i:1580729674;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580640123\";last_ip|s:14:\"103.73.236.142\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"45\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-02 17:12:15\";');
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 ('jo4r8ogot7quee12qfuumc7df0idk8ck', '65.18.115.48', 1580366235, '__ci_last_regenerate|i:1580366235;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580274379\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('jorjghd16pqiadhr8b8d4d4vv93plut3', '65.18.115.48', 1580021046, '__ci_last_regenerate|i:1580021046;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579956024\";last_ip|s:12:\"65.18.115.48\";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 ('jpkrfko9jsjank8rtb310789j46u896e', '65.18.115.48', 1580118401, '__ci_last_regenerate|i:1580118401;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('jpqlc79ancdcqpsu58d4spph1hg1113h', '65.18.115.90', 1577006866, '__ci_last_regenerate|i:1577006866;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jpt97idqc0o7fumlkth5n848k8d0a152', '103.85.105.226', 1578565976, '__ci_last_regenerate|i:1578565976;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578539787\";last_ip|s:14:\"103.85.105.226\";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 ('jqlffku41dq7l2o835mr42oaa5ahjnf3', '103.73.236.223', 1579094488, '__ci_last_regenerate|i:1579094488;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579059211\";last_ip|s:15:\"136.228.173.179\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"34\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-15 11:29:36\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jr7b5prifvp2f7tt8ch4s8q61pq5iihk', '136.228.173.190', 1582539223, '__ci_last_regenerate|i:1582539223;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jrinkhr4bcm0fvskhjfgq1vvj6h6ikua', '65.18.115.48', 1579953525, '__ci_last_regenerate|i:1579953525;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579836966\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('jtip8s3vappmep78hld15qemqgvrao67', '103.85.105.226', 1578546305, '__ci_last_regenerate|i:1578546305;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578455264\";last_ip|s:14:\"103.85.105.226\";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 ('jttfoco1t32qmuavcmg66f9cedbf9f9l', '65.18.115.48', 1580290991, '__ci_last_regenerate|i:1580290991;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('k09rpes5ar8do7h9oj0j00cerlkupane', '65.18.115.31', 1579582667, '__ci_last_regenerate|i:1579582667;');
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 ('k0voc7bsue0uu95ngdihp4q6e1m1h059', '65.18.115.6', 1581241193, '__ci_last_regenerate|i:1581241193;');
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 ('k1ta535ihf0tk8gd9lse5t316obp0ab1', '103.73.236.223', 1579094187, '__ci_last_regenerate|i:1579094187;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579059211\";last_ip|s:15:\"136.228.173.179\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"34\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-15 11:29:36\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('k2iipaqlmgccna00kk56lkphejn9e80v', '65.18.115.87', 1578909683, '__ci_last_regenerate|i:1578909683;');
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 ('k3h56uee4i70vuqmfv7s091d9pkiq8b6', '65.18.115.48', 1580448998, '__ci_last_regenerate|i:1580448997;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580387498\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('k4g52e4301d14ri9o7ct79vrs3vmrsv6', '103.85.105.226', 1578565247, '__ci_last_regenerate|i:1578565247;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578539787\";last_ip|s:14:\"103.85.105.226\";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 ('k4qrbc7tj6qm3erb4bdk5fi30rjm3ai2', '103.73.237.42', 1581592276, '__ci_last_regenerate|i:1581592276;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581415597\";last_ip|s:13:\"103.73.236.44\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
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 ('k7r4nl50tc4ns31knv4525npoe5j52aq', '61.151.178.180', 1581737774, '__ci_last_regenerate|i:1581737773;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('k80vuijujfcm8jqjsman7llpdpfcn1jq', '65.18.115.126', 1578808499, '__ci_last_regenerate|i:1578808498;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('k9ei3h915k95r2hhfulf71655p8fr56o', '103.73.236.158', 1580182979, '__ci_last_regenerate|i:1580182979;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580121374\";last_ip|s:15:\"136.228.173.214\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ka4kfbplmk7glkkfo1ispcj2dgejbmt1', '65.18.115.48', 1579839032, '__ci_last_regenerate|i:1579839032;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579774747\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('kbbfv4949ontkbv9slafd84t5kh6cded', '65.18.122.2', 1580265361, '__ci_last_regenerate|i:1580265361;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580220030\";last_ip|s:12:\"65.18.122.26\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('kbmvmad5dl7pf6i7mmo85s1hjv6loeuj', '103.73.237.196', 1577959498, '__ci_last_regenerate|i:1577959498;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577937636\";last_ip|s:14:\"103.73.236.103\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"24\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-02 10:30:42\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kbpjfmfaq7qav0ek9lm1tnnbpqci6vj8', '65.18.115.48', 1580311272, '__ci_last_regenerate|i:1580311272;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('kc6koldvdksn5qbno6o3g6ptk2b7qru9', '103.73.236.68', 1578482550, '__ci_last_regenerate|i:1578482550;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"27\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 12:49:39\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kd3d6krn042empkkpnmu6ooo9o25g58b', '136.228.173.82', 1581419345, '__ci_last_regenerate|i:1581419345;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581385219\";last_ip|s:14:\"136.228.173.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
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 ('kd9o72grerlnff4lluf90cmfdb265fcd', '65.18.115.48', 1579964098, '__ci_last_regenerate|i:1579964098;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579955516\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('ke7te3rk4lsfli7d86010j2j4ba8a6t4', '65.18.115.6', 1581330024, '__ci_last_regenerate|i:1581330024;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1581311549\";last_ip|s:11:\"65.18.115.6\";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 ('keofmk4s3771b76762r5kgmfdrvoipdd', '103.73.236.251', 1578719173, '__ci_last_regenerate|i:1578719173;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578654026\";last_ip|s:14:\"103.73.237.245\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"30\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-11 10:45:19\";');
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 ('kf4f5rjmvgsac54m2ohr9hb6348brofp', '65.18.115.48', 1579965412, '__ci_last_regenerate|i:1579965412;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579955516\";last_ip|s:12:\"65.18.115.48\";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 ('kf8ivsah731rhcm9n10rmb7pd1v24u89', '103.73.236.251', 1578742805, '__ci_last_regenerate|i:1578742805;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578716108\";last_ip|s:12:\"65.18.127.91\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"30\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-11 10:45:19\";');
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 ('khu005jq1ouup4q8ksc1tgbm0g8qndsb', '65.18.115.72', 1577941267, '__ci_last_regenerate|i:1577941267;');
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 ('ki6kb9pvf8idmmjmnejshrj1b9hekdsd', '65.18.115.48', 1580194821, '__ci_last_regenerate|i:1580194821;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580182848\";last_ip|s:13:\"69.160.28.236\";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 ('kic44q9gjm4h2t944nst5hifhsa0j05o', '65.18.115.6', 1581332381, '__ci_last_regenerate|i:1581332381;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kip2d64jr59loqnql16kboi004dchoj9', '101.89.19.149', 1581220258, '__ci_last_regenerate|i:1581220258;');
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 ('kjalpbhcf9uc7q0s5nt9qj7c894lq6s1', '136.228.173.15', 1581133624, '__ci_last_regenerate|i:1581133483;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581066746\";last_ip|s:14:\"103.73.236.157\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
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 ('kjolk5bjcai2ouoi300s25p1qhbdc2qk', '103.73.237.94', 1578645190, '__ci_last_regenerate|i:1578645190;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578563988\";last_ip|s:13:\"103.73.236.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:2:\"29\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-10 14:50:33\";');
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 ('kk8dov741geiv9nfha861bloku2a4g5a', '65.18.115.73', 1583292138, '__ci_last_regenerate|i:1583292138;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1583249257\";last_ip|s:12:\"65.18.115.73\";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 ('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 ('kkbaasq776olctg0766ce670npbq5sg4', '136.228.173.133', 1583237654, '__ci_last_regenerate|i:1583237654;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1583146655\";last_ip|s:14:\"136.228.173.45\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"60\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-03 17:27:16\";');
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 ('kp5fv90fn4jl2f3lo9ntca0okoua2c13', '103.73.236.19', 1581144314, '__ci_last_regenerate|i:1581144251;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581125190\";last_ip|s:14:\"136.228.173.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:2:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kpd5j91am7r8m8n1nl70cacg0a5hpalt', '136.228.173.229', 1580004039, '__ci_last_regenerate|i:1580004005;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579940019\";last_ip|s:14:\"103.73.236.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:\"43\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-26 08:30:22\";');
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 ('ks0nvsc6c03ueusq7bt80h9hnvnbq7d2', '103.73.237.203', 1580472604, '__ci_last_regenerate|i:1580472579;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580457009\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kstt4d8aa03rjphcjrvnj4oap38m66lf', '65.18.127.90', 1578467839, '__ci_last_regenerate|i:1578467839;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"27\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 12:49:39\";');
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 ('ku0opbgf8aeigh0th927n2s4tanpfkgq', '103.73.236.15', 1578545722, '__ci_last_regenerate|i:1578545722;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578461010\";last_ip|s:12:\"65.18.127.90\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"28\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-09 11:19:46\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('kur5474vl9oom14g06ma5urenhg1tthu', '103.73.236.179', 1577796801, '__ci_last_regenerate|i:1577796801;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577772672\";last_ip|s:14:\"103.73.236.179\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"22\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-31 09:25:03\";');
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 ('l047gd39bavssvo2rbbbgimb5tu87rki', '65.18.115.94', 1582103689, '__ci_last_regenerate|i:1582103689;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1582020010\";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 ('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 ('l0qgr74hrtd1msmmu44o2laloj5eodse', '65.18.115.87', 1578989157, '__ci_last_regenerate|i:1578989157;');
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 ('l1odc1t73u8hvmgno2qpt0tjqdggn1ia', '103.85.105.226', 1578564091, '__ci_last_regenerate|i:1578564091;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578539787\";last_ip|s:14:\"103.85.105.226\";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 ('l2b63u5dcf0o0m0dr6n13gn74dcgecn3', '65.18.115.48', 1580388423, '__ci_last_regenerate|i:1580388423;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580352693\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('l2nooa8i8q9q95b8um4tfr7besm6nged', '103.85.105.226', 1578641013, '__ci_last_regenerate|i:1578641013;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('l4hrqhkn1a7tdm158ti9cur7v0g011hf', '136.228.173.179', 1579096899, '__ci_last_regenerate|i:1579096899;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579059211\";last_ip|s:15:\"136.228.173.179\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"34\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-15 11:29:36\";');
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 ('l4sg2vtbgr5hbjpdaqmnjjss3ql1bqjs', '136.228.173.30', 1582520967, '__ci_last_regenerate|i:1582520931;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582515950\";last_ip|s:14:\"136.228.173.30\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"54\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-24 10:15:56\";');
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 ('l5u21n6vl1qv1j0b9t1m45ru5c7jevks', '65.18.120.108', 1579343531, '__ci_last_regenerate|i:1579343531;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579326712\";last_ip|s:14:\"136.228.173.10\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"36\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-17 15:26:01\";');
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 ('l6vm1lld7fqr929pqjrtagcgpqsninl4', '65.18.115.17', 1578061537, '__ci_last_regenerate|i:1578061402;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578023002\";last_ip|s:12:\"65.18.115.17\";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 ('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 ('l7ij4shofh9tcavc7e6iq53dc21plr05', '103.73.236.251', 1578741847, '__ci_last_regenerate|i:1578741847;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578716108\";last_ip|s:12:\"65.18.127.91\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"30\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-11 10:45:19\";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 ('l83jsmdnn702fi59h9brj03tkfmnbb56', '103.73.236.126', 1577683045, '__ci_last_regenerate|i:1577677795;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577612870\";last_ip|s:14:\"103.73.236.126\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"21\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-30 09:53:17\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('l9f8paohmh70326pt7g8gr9fm1uailni', '65.18.115.1', 1582279861, '__ci_last_regenerate|i:1582279861;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1582103394\";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 ('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 ('la0233ckk6iu5o7ag9n7rbuu28o9opft', '136.228.173.15', 1581133483, '__ci_last_regenerate|i:1581133483;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581066746\";last_ip|s:14:\"103.73.236.157\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
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 ('laehp24b3mhq6pcsk4qmgivfdld3nkkb', '65.18.115.48', 1580289215, '__ci_last_regenerate|i:1580289215;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('lagtvvoe5hhjfqde4ub3vcis81m4ron9', '65.18.115.48', 1580206991, '__ci_last_regenerate|i:1580206991;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580182848\";last_ip|s:13:\"69.160.28.236\";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 ('lajhq6m7rq9l15rd3s6c69g1ia730o5p', '65.18.115.31', 1579593729, '__ci_last_regenerate|i:1579593729;');
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 ('lbtq9cbcia33rkid2vkmbhl02nfgu525', '65.18.115.87', 1578909678, '__ci_last_regenerate|i:1578909678;');
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 ('ld3v4itplj8bhgd24fgetfc6qr0irf3t', '103.73.236.44', 1581417172, '__ci_last_regenerate|i:1581417172;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581385219\";last_ip|s:14:\"136.228.173.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
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 ('ldk27ef8vodc6q0553f4u33iobk4i9p7', '65.18.115.87', 1578989193, '__ci_last_regenerate|i:1578989193;');
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 ('le9t0l8kkt9tdgup3sq15caihauahjtr', '136.228.174.207', 1580444762, '__ci_last_regenerate|i:1580444762;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580439744\";last_ip|s:14:\"103.73.237.203\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('lffh3q36aj4tg7cijrk6chm8b0ipbl1a', '65.18.115.48', 1580291432, '__ci_last_regenerate|i:1580291432;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('lfv5uthiefhc9kkvstfrmk0qfa5jqijk', '103.73.236.230', 1577978387, '__ci_last_regenerate|i:1577978279;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577959181\";last_ip|s:14:\"103.73.237.196\";avatar|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 ('lgvmppopf4aqoablbh394p1tp7uqjd65', '65.18.120.126', 1577709199, '__ci_last_regenerate|i:1577709199;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577695183\";last_ip|s:14:\"103.73.236.180\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"21\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-30 09:53:17\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('li3mgcfh7aa09ti1qdkuurbd4n9pfu50', '65.18.115.48', 1580273978, '__ci_last_regenerate|i:1580273978;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('lkbefsbqp5acj72uo8qni6tshntc38te', '65.18.115.48', 1580031147, '__ci_last_regenerate|i:1580031147;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ll21q200u1e3pe3uinc6lbsdpl1bk5m7', '103.85.105.226', 1578656622, '__ci_last_regenerate|i:1578656622;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('lla3qq8n0ead8on1mo6jnsqu7op5qcrv', '65.18.115.90', 1576939239, '__ci_last_regenerate|i:1576939239;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('llbt020fjb1uq1tle14mqcfm0p7atvt5', '65.18.115.73', 1583291595, '__ci_last_regenerate|i:1583291595;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1583249257\";last_ip|s:12:\"65.18.115.73\";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 ('lm86u1af9fh90pfjpmj39sl6r4dplqp9', '103.73.236.207', 1579949806, '__ci_last_regenerate|i:1579949806;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579927969\";last_ip|s:14:\"103.73.236.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:\"42\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-25 11:22:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lmkm7ja62qvi3ufapji7ecp10pos79ap', '103.73.237.21', 1581672198, '__ci_last_regenerate|i:1581672198;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581648202\";last_ip|s:13:\"103.73.237.21\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"49\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-14 09:13:48\";');
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 ('ln045dhcge121nfv0nsmn9uimj4cklq7', '65.18.115.48', 1579954718, '__ci_last_regenerate|i:1579954718;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579836966\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('lnmovd0hn8d3mhjpiib3n463hr48dgth', '103.73.237.21', 1581648279, '__ci_last_regenerate|i:1581648184;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581591105\";last_ip|s:13:\"103.73.237.42\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"49\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-14 09:13:48\";');
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 ('lp9d8ufrb0o3q97u6pvjjpvpsdhpkhj5', '65.18.115.72', 1577726490, '__ci_last_regenerate|i:1577726489;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lpmscq1ec1gp57vr8nvjj99dtce8560c', '103.85.105.226', 1578283374, '__ci_last_regenerate|i:1578283374;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lps476etbotuqhf9tonh9a0djkvcr73d', '103.73.236.180', 1577695315, '__ci_last_regenerate|i:1577695182;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577676189\";last_ip|s:14:\"103.73.236.126\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"21\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-30 09:53:17\";');
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 ('lrni2p36pdrvdamvr5t9iajlbg4c9d0o', '136.228.173.202', 1582266781, '__ci_last_regenerate|i:1582266781;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582193150\";last_ip|s:14:\"136.228.173.54\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"52\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-20 18:17:55\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lrprgobbn87lm9ptm8p04138jm8evdbi', '65.18.115.48', 1580275374, '__ci_last_regenerate|i:1580275317;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580268056\";last_ip|s:12:\"65.18.115.48\";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 ('lrt55i5hkbgqtemoqj05aetgkoh9f9hl', '136.228.173.10', 1579327283, '__ci_last_regenerate|i:1579326698;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579251356\";last_ip|s:12:\"65.18.121.90\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"36\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-17 15:26:01\";');
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 ('lt1a0a862f1au8geku558ji994cet2ej', '65.18.115.48', 1579950559, '__ci_last_regenerate|i:1579950559;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579836966\";last_ip|s:12:\"65.18.115.48\";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 ('ltgnmej45m333d4le29umdp3pfb1a4jj', '136.228.173.224', 1578658844, '__ci_last_regenerate|i:1578658844;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578644428\";last_ip|s:13:\"103.73.237.94\";avatar|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 ('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 ('m05fd240735nr5nk4is88t1f0alnpq9f', '65.18.115.48', 1579963663, '__ci_last_regenerate|i:1579963663;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579955516\";last_ip|s:12:\"65.18.115.48\";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 ('m06p5r48ctt3bcaal80eh9hdj5o5343o', '65.18.115.87', 1578991879, '__ci_last_regenerate|i:1578991879;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('m09kn2grk2kqmapajise215hkhm68e4m', '103.73.236.103', 1577887304, '__ci_last_regenerate|i:1577887304;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577868063\";last_ip|s:13:\"103.73.237.65\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"23\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-01 10:46:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('m0q140lmam5ccn9lv8ej12pl96o22gom', '103.73.236.126', 1577614427, '__ci_last_regenerate|i:1577614427;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577591084\";last_ip|s:15:\"136.228.173.133\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"20\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-29 16:24:56\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('m1hqprpvacisik9e2f1gve2mli1ua787', '65.18.122.2', 1580275024, '__ci_last_regenerate|i:1580274894;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580264360\";last_ip|s:11:\"65.18.122.2\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('m1pvamcdv7qhcsscqdfn4dg0ec8qek16', '103.73.236.66', 1581077366, '__ci_last_regenerate|i:1581077366;');
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 ('m547rhqhmbv5eammacqsd0ptce758a1l', '103.73.236.207', 1579946462, '__ci_last_regenerate|i:1579946462;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579927969\";last_ip|s:14:\"103.73.236.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:\"42\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-25 11:22:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('m5ojf6g7i5m5urtvf5hoi2fmsci6sq9o', '65.18.115.126', 1578730675, '__ci_last_regenerate|i:1578730675;');
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 ('m6p1o03eq46vlkkes92s2m785hqrebjq', '103.73.237.18', 1579773868, '__ci_last_regenerate|i:1579773868;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579748125\";last_ip|s:14:\"103.73.237.198\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"40\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-23 09:25: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 ('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 ('m9js34d95ae401d0u390qoo0gesulcil', '65.18.115.30', 1582516008, '__ci_last_regenerate|i:1582516008;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1582277632\";last_ip|s:11:\"65.18.115.1\";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 ('mab7le8ib9q43gbcmpetl29e70bmjelo', '65.18.115.58', 1576220078, '__ci_last_regenerate|i:1576220078;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mavm5bgcdt75t5bbv95sju7uhk1bs5g0', '65.18.115.48', 1580448363, '__ci_last_regenerate|i:1580448363;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580387498\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('mb376b6c2rp2oitgl15jc85iim508c7i', '103.73.236.15', 1578564637, '__ci_last_regenerate|i:1578564637;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578545376\";last_ip|s:13:\"103.73.236.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:2:\"28\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-09 11:19:46\";');
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 ('mc69ct3b6bc86gmm4rgunr9daf6u1bc1', '65.18.115.48', 1580475954, '__ci_last_regenerate|i:1580472208;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580462883\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('mcvc83l2tj9i7t51o3b3khf6bcpbhkk2', '65.18.115.94', 1582020167, '__ci_last_regenerate|i:1582019888;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1581322668\";last_ip|s:11:\"65.18.115.6\";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 ('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 ('mddg90loouidvneekgh7hnu47g2d326u', '103.73.237.245', 1578658535, '__ci_last_regenerate|i:1578658535;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578644428\";last_ip|s:13:\"103.73.237.94\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"29\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-10 14:50:33\";');
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 ('mdp69s999r09qn9su8e6t889bjdppbnu', '103.73.237.188', 1582801913, '__ci_last_regenerate|i:1582801913;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582703095\";last_ip|s:15:\"136.228.173.124\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"56\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-26 14:15:03\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('me5noeqh3m7pjng1tsq75r8030liof5m', '65.18.121.90', 1579259044, '__ci_last_regenerate|i:1579259044;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579172631\";last_ip|s:14:\"103.73.237.224\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"36\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-17 15:26:01\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mea6of6nh46vht3ih7r8pmgmuc6i5qu3', '136.228.173.20', 1580998896, '__ci_last_regenerate|i:1580998896;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580967852\";last_ip|s:14:\"136.228.173.12\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"46\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-06 09:50:13\";');
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 ('memh5p5l7orkdu4q33apoggj1g37h1uh', '65.18.115.6', 1581323573, '__ci_last_regenerate|i:1581323573;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1581311549\";last_ip|s:11:\"65.18.115.6\";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 ('mhpk482bqcre34etbrliou8p6o62ah3j', '103.73.236.248', 1579755833, '__ci_last_regenerate|i:1579755575;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579693212\";last_ip|s:14:\"103.73.237.133\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"40\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-23 09:25: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 ('minlu4flnt07b76rl1bn2m2l7ilq1nac', '101.89.239.230', 1583034194, '__ci_last_regenerate|i:1583034193;');
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 ('mk86a52gtsf56ckrdphgec1drcf4dqga', '65.18.127.90', 1578464190, '__ci_last_regenerate|i:1578464190;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"26\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 11:53:44\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mksrtalc6vbltge8dhgvgfp5mjqhd31t', '65.18.115.94', 1582106782, '__ci_last_regenerate|i:1582106781;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1582020010\";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 ('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 ('mlpbt8unduqq51okqjddhi76fjr3d20j', '103.73.236.230', 1577975654, '__ci_last_regenerate|i:1577975654;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577959181\";last_ip|s:14:\"103.73.237.196\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"24\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-02 10:30:42\";');
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 ('mmoroiql7j68jrudd32ppdd94gm0rhk4', '65.18.115.48', 1580207642, '__ci_last_regenerate|i:1580207642;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580182848\";last_ip|s:13:\"69.160.28.236\";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 ('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 ('mnpaklbiukbqs8tpmbuo9b1179uundc3', '65.18.115.31', 1579582567, '__ci_last_regenerate|i:1579582567;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mnvavkdrr32rqb540o0qpu5vsl2cefio', '65.18.115.48', 1580304912, '__ci_last_regenerate|i:1580304912;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('mog224q3at4lefgvasapvhakblbimbvi', '65.18.115.87', 1578989194, '__ci_last_regenerate|i:1578989194;');
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 ('mpoico2ki6nc61oa4ttph2e3datc2bgn', '103.73.237.196', 1577959935, '__ci_last_regenerate|i:1577959935;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577937636\";last_ip|s:14:\"103.73.236.103\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"24\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-02 10:30:42\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mq145h0ic9q334kjtndifv7nhv992g05', '65.18.115.48', 1580120626, '__ci_last_regenerate|i:1580120472;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580095160\";last_ip|s:12:\"65.18.115.48\";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 ('mqqn5lom6bv1tg9njs54pf73bdidg2pb', '65.18.115.6', 1581241216, '__ci_last_regenerate|i:1581241216;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mr9r9glu45lb92kn6fq1k8oj5jrf9hpi', '136.228.173.133', 1583235307, '__ci_last_regenerate|i:1583235307;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1583146655\";last_ip|s:14:\"136.228.173.45\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"60\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-03 17:27:16\";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 ('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 ('mren3sh809erfgi713hs48jucrubboo3', '65.18.115.7', 1579252920, '__ci_last_regenerate|i:1579252920;');
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 ('msmo06g8vgkiqtaf4mh8k6uh9b4aanbb', '103.85.105.226', 1578568707, '__ci_last_regenerate|i:1578568610;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578539787\";last_ip|s:14:\"103.85.105.226\";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 ('mtnfu4p43q4oid5rre3fuc7t5s3ktgvg', '65.18.115.17', 1578126334, '__ci_last_regenerate|i:1578126334;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mu0po9ln7tsg4muu2pdid1lfr44mqaaa', '65.18.115.31', 1579593775, '__ci_last_regenerate|i:1579593775;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mv9nu99539f2b6l06n1445e40cnmn6um', '136.228.173.202', 1582269651, '__ci_last_regenerate|i:1582269651;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582193150\";last_ip|s:14:\"136.228.173.54\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"52\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-20 18:17:55\";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 ('mvc4ob06ffh99sqm6esfl9tff64gpttt', '136.228.173.179', 1579009911, '__ci_last_regenerate|i:1579009911;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578914308\";last_ip|s:11:\"69.160.29.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:\"33\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-14 19:42:20\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mvei879rv4kfd0opbr37hqsidhpe2o87', '65.18.115.48', 1580109870, '__ci_last_regenerate|i:1580109870;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('n05pf2eu5uirbsqcfm7snmc3d8fjc18r', '65.18.115.48', 1579965110, '__ci_last_regenerate|i:1579965110;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579955516\";last_ip|s:12:\"65.18.115.48\";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 ('n0bmklu6ivrgf4qsjiv49q4r9b1sd7j8', '65.18.115.126', 1578726335, '__ci_last_regenerate|i:1578726335;');
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 ('n0ql2mfuf8vmjmuq72sjctnm9gk2eleq', '65.18.115.48', 1580378250, '__ci_last_regenerate|i:1580378250;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580274379\";last_ip|s:12:\"65.18.115.48\";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 ('n1bvbd27i72hgbhhrkqkt2s8f8jih2nt', '136.228.173.130', 1580568311, '__ci_last_regenerate|i:1580568311;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580465679\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('n28v0odabfpqvlll8828karrrjc9bdb3', '65.18.115.11', 1581579019, '__ci_last_regenerate|i:1581579019;');
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 ('n3qoinspjec8hdh9easnhodrptvr2udn', '103.85.105.226', 1578230826, '__ci_last_regenerate|i:1578230826;');
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 ('n4fomi53qafttkk8n93c56oegslmr50l', '136.228.173.133', 1583237959, '__ci_last_regenerate|i:1583237959;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1583146655\";last_ip|s:14:\"136.228.173.45\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"60\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-03 17:27:16\";');
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 ('n60c0jj6r2d9qemjpr01415noog9mgcm', '69.160.29.3', 1578886816, '__ci_last_regenerate|i:1578886816;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578819783\";last_ip|s:14:\"103.73.236.255\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"32\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-13 08:56:04\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('n6anqvctmffsrhcdstffq4peqfcpbkf0', '65.18.115.87', 1578909704, '__ci_last_regenerate|i:1578909704;');
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 ('n7ri5drbcc0anr5uvq0vk49f105h2u3s', '65.18.115.48', 1580462689, '__ci_last_regenerate|i:1580462689;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580387498\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('n96agd9m03cdor6fbt17bnjjt42gs0lt', '136.228.173.78', 1582367586, '__ci_last_regenerate|i:1582367586;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582285486\";last_ip|s:15:\"136.228.173.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:2:\"53\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-22 16:40:13\";');
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 ('nbnish6e1s9okj43vn64ra4sjgrhq39t', '136.228.173.32', 1583034129, '__ci_last_regenerate|i:1583034128;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('nc8bedc9adoda2qoh4al3kct9jek15hn', '103.73.236.251', 1578742502, '__ci_last_regenerate|i:1578742502;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578716108\";last_ip|s:12:\"65.18.127.91\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"30\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-11 10:45:19\";');
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 ('ncor4nu97om7iooill967bht81onjul8', '65.18.115.48', 1580013280, '__ci_last_regenerate|i:1580013280;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579956024\";last_ip|s:12:\"65.18.115.48\";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 ('nd3d6ovopr18e6ut9tgr02g43qirjl5c', '65.18.115.115', 1576907485, '__ci_last_regenerate|i:1576907485;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ndobgq9segbg2mia5737d1l5n0pj9aqa', '65.18.115.87', 1578995781, '__ci_last_regenerate|i:1578995781;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ne211g2vctokcc3apchhkv4pri45asm6', '65.18.115.7', 1579345072, '__ci_last_regenerate|i:1579345072;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('negh3ulbj06tg7mftp9hheoj8tjvdrnj', '65.18.115.72', 1577696560, '__ci_last_regenerate|i:1577696560;');
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 ('nfbmkrekq3adeg4s12u8p3lckhj8boqh', '65.18.115.48', 1580123984, '__ci_last_regenerate|i:1580123984;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('nfcnfc92abqs5j0in2nucjme5rhkdhjn', '136.228.173.130', 1580567996, '__ci_last_regenerate|i:1580567996;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580465679\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('nh0apmvg298s0h91up09tppbtq6dja3o', '65.18.115.87', 1578909683, '__ci_last_regenerate|i:1578909683;');
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 ('nhshudbjk01c9hdrpqpjmel2dk6dgurt', '65.18.115.87', 1578989484, '__ci_last_regenerate|i:1578989484;');
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 ('ni823qj8q96nu3uqkae87fho5qq7lp34', '103.85.105.226', 1578656644, '__ci_last_regenerate|i:1578656622;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('nicp63cq526olnrqu5v5fg299n09fig6', '103.73.236.107', 1578406904, '__ci_last_regenerate|i:1578406904;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578386735\";last_ip|s:14:\"103.73.237.133\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"25\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-03 08:49:12\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('nild8l84d78aotqufn4jlp604gbdbmb6', '103.73.237.188', 1582800318, '__ci_last_regenerate|i:1582800317;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('nirndqo2gclh9ktrm0adhc8dr7muajam', '103.85.105.226', 1578566942, '__ci_last_regenerate|i:1578566942;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578539787\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('nlpd1a4f7lusecfppkd503938r51jh3v', '65.18.115.28', 1579169704, '__ci_last_regenerate|i:1579169704;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('nm0ji609als2rj5v0p5utk28t7v04skq', '103.73.236.126', 1577677795, '__ci_last_regenerate|i:1577677795;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577612870\";last_ip|s:14:\"103.73.236.126\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"21\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-30 09:53:17\";');
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 ('nng7qcn03t61q9c85lptsvdgrgkf5rpg', '103.85.105.226', 1578283512, '__ci_last_regenerate|i:1578283512;');
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 ('noh91483v28eqcp3ls08i41qdvhat3ge', '65.18.115.73', 1583295335, '__ci_last_regenerate|i:1583295335;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1583249257\";last_ip|s:12:\"65.18.115.73\";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 ('npfat0r7me635qjmqe9u65jj14b1o9rt', '65.18.115.94', 1577360033, '__ci_last_regenerate|i:1577360033;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('nqg281ogu95e4tptm7rji1jt4k0pvtdp', '136.228.173.190', 1582542025, '__ci_last_regenerate|i:1582542025;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582520944\";last_ip|s:14:\"136.228.173.30\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"54\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-24 10:15:56\";');
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 ('nrgetso26isihbdu5v2kcdd00eon1kuq', '136.228.173.202', 1582286447, 'identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582265760\";last_ip|s:15:\"136.228.173.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:2:\"52\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-20 18:17:55\";__ci_last_regenerate|i:1582286447;');
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 ('ns7jjk29clogj9pg82j9hmirt1ig7ubd', '65.18.115.73', 1583227656, '__ci_last_regenerate|i:1583227656;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1582513602\";last_ip|s:12:\"65.18.115.30\";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 ('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 ('nssch2h11jr7324ojgdvmbn7h1p768u9', '103.73.236.251', 1578721142, '__ci_last_regenerate|i:1578721142;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578654026\";last_ip|s:14:\"103.73.237.245\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"30\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-11 10:45:19\";');
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 ('ntfuksoi75hrph2kpcul8qflnsjipnvo', '136.228.173.179', 1579096568, '__ci_last_regenerate|i:1579096568;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579059211\";last_ip|s:15:\"136.228.173.179\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"34\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-15 11:29:36\";');
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 ('nu2ct0kokvcmv18hvtlptdj9iju0pqkt', '103.73.237.188', 1582800962, '__ci_last_regenerate|i:1582800962;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582703095\";last_ip|s:15:\"136.228.173.124\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"56\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-26 14:15:03\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('nu6a2jvlaar5aesuqlptmb1ocdlo3jec', '103.73.236.142', 1579606985, '__ci_last_regenerate|i:1579606985;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579342547\";last_ip|s:13:\"65.18.120.108\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"37\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-21 17:48:38\";');
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 ('nvkdnrn1945dh0re981tlg3s5pc1kgec', '136.228.173.179', 1579063482, '__ci_last_regenerate|i:1579063482;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579007526\";last_ip|s:15:\"136.228.173.179\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"33\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-14 19:42:20\";message|s:117:\"ကုန်ကျစရိတ်ကိုအောင်မြင်စွာထည့်ပြီးပါပြီ\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('o0n776t361p9sbg5h6nfipvhdf9j02kb', '103.85.105.226', 1578389743, '__ci_last_regenerate|i:1578389743;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578061402\";last_ip|s:12:\"65.18.115.17\";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 ('o27h980981f4jq12l3mr0hhvqt4cjeqj', '65.18.115.90', 1576938580, '__ci_last_regenerate|i:1576938580;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('o2tu2iau2cfdd530576340c5i98ls4b7', '65.18.115.48', 1580377938, '__ci_last_regenerate|i:1580377938;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580274379\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('o37vs272cebd3e87c3b54tabu1cm16mg', '65.18.115.48', 1580287854, '__ci_last_regenerate|i:1580287854;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('o3k9okcncfaodogska7mjdd92pin43n2', '136.228.174.207', 1580467882, '__ci_last_regenerate|i:1580467882;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580457009\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('o3sa0sb6lj4r43aui2ihg6qjembm8a9s', '136.228.173.54', 1582197336, '__ci_last_regenerate|i:1582197336;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582168991\";last_ip|s:14:\"103.73.236.146\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"51\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-17 18:02:32\";');
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 ('o5feasbiubh29s155plfqs58e20of3ie', '136.228.173.15', 1581130727, '__ci_last_regenerate|i:1581130727;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581066746\";last_ip|s:14:\"103.73.236.157\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('o5gpjl5l6tm7ag321q1b8v8nn96i4ip7', '103.85.105.226', 1578382682, '__ci_last_regenerate|i:1578382682;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578061402\";last_ip|s:12:\"65.18.115.17\";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 ('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 ('o5plo60d6vr99fa6lgk0ajohr3aiii0u', '65.18.115.28', 1579152507, '__ci_last_regenerate|i:1579152506;');
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 ('o6ie401a547pndhguibhhnm02mloqts8', '103.73.236.113', 1578390830, '__ci_last_regenerate|i:1578390797;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578281918\";last_ip|s:12:\"103.73.236.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:\"25\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-03 08:49:12\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('o6kjpjt7arhigmet5a8030ka5ls8h3pt', '103.85.105.226', 1578645389, '__ci_last_regenerate|i:1578645389;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('o6rq6ci0kgpds492p74ueascjq0ndana', '103.73.237.133', 1579690728, '__ci_last_regenerate|i:1579690728;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579674197\";last_ip|s:13:\"103.73.237.57\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"38\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-22 08:34: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 ('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 ('o7ujrathea3ivpt6v46q2sb8n4pomgf3', '65.18.115.48', 1580356121, '__ci_last_regenerate|i:1580356121;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580274379\";last_ip|s:12:\"65.18.115.48\";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 ('o8jpp5i061p0qjai5953tn3pb8nn8bjj', '65.18.115.73', 1583293102, '__ci_last_regenerate|i:1583293102;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1583249257\";last_ip|s:12:\"65.18.115.73\";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 ('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 ('o9douke5jdtcu9rtrm2bh81bnd4snbbf', '65.18.115.48', 1580274810, '__ci_last_regenerate|i:1580274810;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('oackq720sn9koj3q8fuv99r13s3shs24', '103.85.105.226', 1578560448, '__ci_last_regenerate|i:1578560448;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578539787\";last_ip|s:14:\"103.85.105.226\";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\";error|s:248:\"ဝင်ရောက်ချိတ်ဆက်ရန်ငြင်းဆိုခြင်း! တောင်းဆိုထားသောစာမျက်နှာကိုသင်ဝင်ရောက်ခွင့်မရှိပါ။\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('oaf4h3dqf3tqp3oke4nmu3391egkee42', '136.228.173.82', 1581386215, '__ci_last_regenerate|i:1581386215;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581319853\";last_ip|s:14:\"103.73.237.185\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56: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 ('oamcbe7b4kckl4ssk2oceeunu0vbc9ki', '103.73.236.168', 1580816275, '__ci_last_regenerate|i:1580816275;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580778992\";last_ip|s:15:\"136.228.173.121\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"45\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-02 17:12:15\";');
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 ('obo5t1vg9fv1sajq594qb3igjh4vcdsi', '65.18.127.210', 1578916651, '__ci_last_regenerate|i:1578916651;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578882357\";last_ip|s:11:\"69.160.29.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:\"32\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-13 08:56:04\";');
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 ('oe98589l7s5io3cfb2klf7thdftff4sp', '103.85.105.226', 1578637424, '__ci_last_regenerate|i:1578637424;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('of9oiq5j4gn389lad4kdpok7hhan5bkm', '65.18.115.48', 1580119218, '__ci_last_regenerate|i:1580119218;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('ofof05tpcsl411j6jmnorivu76adv9o6', '65.18.115.73', 1583232101, '__ci_last_regenerate|i:1583232101;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1582513602\";last_ip|s:12:\"65.18.115.30\";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 ('ofs02orfpe3nujqg6uf7oveqaid1okbr', '103.85.105.226', 1578650416, '__ci_last_regenerate|i:1578650416;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('ogfcvlgl76qpe2tum6cnsael0ceb4e4u', '103.73.237.94', 1578645541, '__ci_last_regenerate|i:1578645541;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578563988\";last_ip|s:13:\"103.73.236.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:2:\"29\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-10 14:50:33\";');
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 ('ohntf36l6s1oau016j8bm7efp9itlskd', '65.18.127.90', 1578465929, '__ci_last_regenerate|i:1578465929;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"27\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 12:49:39\";');
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 ('oi6g899fgq49pocm0hhfpijm20o7goup', '65.18.115.73', 1583294849, '__ci_last_regenerate|i:1583294849;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1583249257\";last_ip|s:12:\"65.18.115.73\";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 ('oiil41uiin7mlnnrriptu8bi8skber1a', '103.73.237.75', 1580556893, '__ci_last_regenerate|i:1580556893;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580465679\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('ok4r9j9cdg925hsvbkdf9bm0fb7km568', '65.18.115.48', 1580224724, '__ci_last_regenerate|i:1580224724;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580182848\";last_ip|s:13:\"69.160.28.236\";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 ('oke0eklnt5lraucjrkovu1qve6ke4a37', '103.73.237.133', 1578390091, '__ci_last_regenerate|i:1578390091;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578281918\";last_ip|s:12:\"103.73.236.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:\"25\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-03 08:49:12\";');
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 ('omb8h8eeb70u4un8h138jbjghurfmg23', '103.85.105.226', 1578648572, '__ci_last_regenerate|i:1578648572;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('onam9d7ajepr56sjnespk7kj3tb06quq', '65.18.115.7', 1579245579, '__ci_last_regenerate|i:1579245567;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579197447\";last_ip|s:12:\"65.18.115.28\";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 ('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 ('oorpddi5tq4004e98p8n6515ugkc6nk0', '103.73.237.42', 1581593027, '__ci_last_regenerate|i:1581593027;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581415597\";last_ip|s:13:\"103.73.236.44\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('oosej074u9md1bamqgkqjn879vba4dqj', '103.73.237.188', 1582802767, '__ci_last_regenerate|i:1582802767;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582703095\";last_ip|s:15:\"136.228.173.124\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"56\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-26 14:15:03\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('op42frf3kk5qbq503u3b7ollaaag5tg8', '103.85.105.226', 1578645756, '__ci_last_regenerate|i:1578645756;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('op52oc40l718jg6k7n7455fucjqcghck', '65.18.115.17', 1578125271, '__ci_last_regenerate|i:1578125271;');
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 ('open6cd8gor7ecbdhrj5vlhq4b6cgjt7', '65.18.115.48', 1580279449, '__ci_last_regenerate|i:1580279449;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('opp1hvh6vol1hulu0vrcvdmnjcclsg18', '65.18.115.48', 1579839032, '__ci_last_regenerate|i:1579839032;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579774747\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('oq90j501h52kqagkgqqome7ll8j8hkk6', '65.18.115.17', 1578125204, '__ci_last_regenerate|i:1578125204;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('oqf73siomc5vscf33188imvqukvfvlpr', '65.18.115.17', 1578133232, '__ci_last_regenerate|i:1578133232;');
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 ('os5dvet5g5apo3o5squvlrr4i1vu2raj', '103.73.236.255', 1578826846, '__ci_last_regenerate|i:1578826846;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578733073\";last_ip|s:14:\"103.73.236.251\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"31\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-12 15:33:34\";');
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 ('otps9ok74q0srr07ifm7qp4bouht6r2e', '136.228.173.10', 1582631951, '__ci_last_regenerate|i:1582631951;');
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 ('ov0jbne2ichuu2jjei5mm178o4o26s95', '65.18.115.48', 1580111129, '__ci_last_regenerate|i:1580111129;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('p15k7d1q76j9jqkioq83lnkue0nfun0o', '103.85.105.226', 1578638318, '__ci_last_regenerate|i:1578638318;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('p30k6ttmgtgd7pmubso7vmo294dlqnel', '65.18.115.17', 1578126334, '__ci_last_regenerate|i:1578126334;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('p313gt77hb4fjv74aultrcjv7oqfsr13', '103.73.237.245', 1578656597, '__ci_last_regenerate|i:1578656597;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578644428\";last_ip|s:13:\"103.73.237.94\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"29\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-10 14:50:33\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('p33dj5qj95elfvd01t80nsm0gf9bp0pg', '65.18.115.48', 1580031255, '__ci_last_regenerate|i:1580031255;');
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 ('p3khkhitp64nsbqap4bc7gej84a2dbc9', '65.18.115.6', 1581241192, '__ci_last_regenerate|i:1581241192;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('p3r8nr7fpf9u08hocmndvkladgh74i8e', '136.228.173.240', 1577528572, '__ci_last_regenerate|i:1577528572;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577438496\";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:\"19\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-28 09:28:06\";');
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 ('p4lhnjbb4ufs7ka4pe60a0r4o0kartgs', '136.228.173.214', 1580130965, '__ci_last_regenerate|i:1580130965;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580004017\";last_ip|s:15:\"136.228.173.229\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"43\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-26 08:30:22\";');
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 ('p6alh5dh51egc9f73rk6s30cef4uhjcs', '103.73.237.188', 1582803427, '__ci_last_regenerate|i:1582803427;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582703095\";last_ip|s:15:\"136.228.173.124\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"56\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-26 14:15:03\";');
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 ('p6r99a7irgiqfje20nqq9s35lm6i6ok7', '136.228.173.133', 1583238374, '__ci_last_regenerate|i:1583238374;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1583146655\";last_ip|s:14:\"136.228.173.45\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"60\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-03 17:27:16\";');
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 ('p8gv9s3fo5esclpuhv2ab7vmb0hl4dhl', '103.73.236.207', 1579952992, '__ci_last_regenerate|i:1579952992;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579927969\";last_ip|s:14:\"103.73.236.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:\"42\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-25 11:22:58\";');
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 ('p8stalojfamij4i34395ngelkiu7nhen', '103.85.105.226', 1578633965, '__ci_last_regenerate|i:1578633965;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('p9vdsh7bdaap62vpmga263bb1od6796u', '65.18.115.48', 1580300913, '__ci_last_regenerate|i:1580300913;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('pb39vg8f2667odpraum8p7v7n773i588', '65.18.115.31', 1579591771, '__ci_last_regenerate|i:1579591771;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pbkd9d3r7d3fluiglvsqbh28r2if7p1q', '103.73.236.15', 1578553541, '__ci_last_regenerate|i:1578553514;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578461010\";last_ip|s:12:\"65.18.127.90\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"28\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-09 11:19:46\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pbsuhi9pqcennteod27rg6npummvcndj', '136.228.173.45', 1583150932, '__ci_last_regenerate|i:1583150932;');
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 ('pcvb4gpjli9efshdub07l9qjhfngoe9k', '65.18.115.48', 1580012566, '__ci_last_regenerate|i:1580012566;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579956024\";last_ip|s:12:\"65.18.115.48\";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 ('pd1qc0qr80aq60roel1nbndsferdlk70', '65.18.115.90', 1576939582, '__ci_last_regenerate|i:1576939582;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pd2qabj6irlfc7djiis9c6085ak96k3g', '65.18.115.48', 1579947847, '__ci_last_regenerate|i:1579947847;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579836966\";last_ip|s:12:\"65.18.115.48\";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 ('pd8gme2u8ho2ana6i212n3cq8cr0ie0o', '65.18.115.48', 1580281204, '__ci_last_regenerate|i:1580281204;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('pe8j2casb9glo4l4lk3b2e1op6hgg4am', '65.18.115.87', 1578989207, '__ci_last_regenerate|i:1578989207;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ped4ipgbmgbsj7hd3r9icg9s1qtijrl4', '103.73.236.207', 1579846406, '__ci_last_regenerate|i:1579846373;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579772879\";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:2:\"41\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-24 09:09:55\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pefggd0ebivm7h214m0o74lv68tlhkub', '65.18.115.30', 1582515470, '__ci_last_regenerate|i:1582515470;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1582277632\";last_ip|s:11:\"65.18.115.1\";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 ('peikg1l497vlfgvq5qc1o3rng8thr912', '65.18.115.126', 1578730676, '__ci_last_regenerate|i:1578730676;');
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 ('pf53u58o5s2dvsns9ckr88eg8u3124cq', '65.18.115.17', 1578125271, '__ci_last_regenerate|i:1578125271;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pff854mejimof3jo4vgdssj2cr6kg3d6', '65.18.115.87', 1578991879, '__ci_last_regenerate|i:1578991879;');
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 ('pgfcvbtt647ipk5f3uus2t6g6htg84nj', '136.228.173.30', 1582447582, '__ci_last_regenerate|i:1582447523;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582366202\";last_ip|s:14:\"136.228.173.78\";avatar|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 ('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 ('pgll4dc70hejdhhfvvhhdnnlpm919and', '65.18.115.48', 1580016049, '__ci_last_regenerate|i:1580016049;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579956024\";last_ip|s:12:\"65.18.115.48\";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 ('pgmdps31g1sp4skdjkp8l3rmfh5j0aeu', '65.18.115.48', 1580275317, '__ci_last_regenerate|i:1580275317;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580268056\";last_ip|s:12:\"65.18.115.48\";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 ('pgspi8tojmo2qf0vga0hba6rvi8m2jn8', '65.18.127.90', 1578468265, '__ci_last_regenerate|i:1578468265;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"27\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 12:49:39\";');
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 ('phq4hliob9lkdrddd6gfr5a70o52p4nl', '103.85.105.226', 1578456322, '__ci_last_regenerate|i:1578456322;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578380847\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('pitj03nl5150l2hljtmjj3mmkl9mg5v5', '69.160.29.3', 1578885325, '__ci_last_regenerate|i:1578885325;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578819783\";last_ip|s:14:\"103.73.236.255\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"32\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-13 08:56:04\";');
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 ('pjvve49ik7e5dq56h1c9j7mqg07d821b', '65.18.115.48', 1580029478, '__ci_last_regenerate|i:1580029475;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580010393\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('pki9rn03v8fmo6akdk1fufpahrolq344', '136.228.173.214', 1580124749, '__ci_last_regenerate|i:1580124749;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580004017\";last_ip|s:15:\"136.228.173.229\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"43\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-26 08:30:22\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pkip0e48ut9s4lu4undjjtp19fu8p9vn', '65.18.115.48', 1580305566, '__ci_last_regenerate|i:1580305566;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('pkrpchi80tgd0co6jmde30v55n4ditrn', '65.18.115.31', 1579601621, '__ci_last_regenerate|i:1579601621;');
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 ('plakko5hr8j30rhs9phqfghr0mbblncn', '65.18.115.48', 1580121975, '__ci_last_regenerate|i:1580121975;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('pn0hr5lbk1hkt2kqnk7ff7kubrtrd928', '103.73.236.103', 1577937616, '__ci_last_regenerate|i:1577937615;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pn4hrjjsiru3enlfr7q6ag4uhah3ascd', '103.73.236.251', 1578739790, '__ci_last_regenerate|i:1578739790;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578716108\";last_ip|s:12:\"65.18.127.91\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"30\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-11 10:45:19\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pnis48u6n05d8tuapqm01j9g50lvu978', '103.73.237.42', 1581595199, '__ci_last_regenerate|i:1581595199;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581415597\";last_ip|s:13:\"103.73.236.44\";avatar|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 ('po6ji6cti319tq1j7g4jgtt9jpddoa55', '103.85.105.226', 1578211664, '__ci_last_regenerate|i:1578211664;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('po9daig26il7iujugqc609op1c0q6cgs', '65.18.115.48', 1580110790, '__ci_last_regenerate|i:1580110790;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('pp3rde1mb1nrfot6fk0q03avlt9nn87p', '65.18.115.48', 1580462338, '__ci_last_regenerate|i:1580462338;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580387498\";last_ip|s:12:\"65.18.115.48\";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 ('pppvh1f0ki54i3uo3vlo9fuv04i6huj5', '65.18.115.31', 1579668830, '__ci_last_regenerate|i:1579668830;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pq8oi3v80ihqfn2gqrej3tqq24aa9b7g', '136.228.173.202', 1582286141, 'identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582265760\";last_ip|s:15:\"136.228.173.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:2:\"52\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-20 18:17:55\";__ci_last_regenerate|i:1582286141;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pr776uvm5iun4bnvpoklq9jk3oavg70f', '103.85.105.226', 1578230826, '__ci_last_regenerate|i:1578230826;');
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 ('pru72c9p6p24vdkapp0bi4o8h5d29h0h', '65.18.115.48', 1579947434, '__ci_last_regenerate|i:1579947434;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579836966\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('pun03ldg21hgngpg09gbgmjqbq76nu87', '65.18.115.30', 1582516008, '__ci_last_regenerate|i:1582516008;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1582277632\";last_ip|s:11:\"65.18.115.1\";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 ('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 ('pv1io8pgbkn650fgbj33kllteo09ekfj', '103.85.105.226', 1578647957, '__ci_last_regenerate|i:1578647957;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('pvb592ohtp6kge1ljiq0pohasjniiapi', '136.228.173.179', 1579096263, '__ci_last_regenerate|i:1579096263;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579059211\";last_ip|s:15:\"136.228.173.179\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"34\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-15 11:29:36\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pvbknvalgjopp3c7hnjvk8gnic1jkliv', '136.228.173.78', 1582370032, '__ci_last_regenerate|i:1582370032;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582285486\";last_ip|s:15:\"136.228.173.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:2:\"53\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-22 16:40:13\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pvdrvu870pfeh5fhsfokom94d9sm7tfq', '65.18.115.87', 1578909705, '__ci_last_regenerate|i:1578909705;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('pvgn6sfcs6q5clfmeetvnbnqt8missgu', '136.228.173.214', 1580132678, '__ci_last_regenerate|i:1580132678;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580004017\";last_ip|s:15:\"136.228.173.229\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"43\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-26 08:30:22\";');
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 ('q0na8hgkdr6j2vlbjaqk9ku7fr8ddtlg', '136.228.174.207', 1580443797, '__ci_last_regenerate|i:1580443797;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580439744\";last_ip|s:14:\"103.73.237.203\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('q0qh44ff905fm2ndsqeimoi9gbohjlum', '65.18.115.48', 1580372424, '__ci_last_regenerate|i:1580372424;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580274379\";last_ip|s:12:\"65.18.115.48\";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 ('q0v42r99dav0vncrvvtp8sh31fnqmlh7', '65.18.115.6', 1581311581, '__ci_last_regenerate|i:1581311581;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580737812\";last_ip|s:14:\"103.85.105.236\";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 ('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 ('q19m6sp8dmqcvp6ku4ljk848vcsmv32j', '136.228.173.214', 1580124443, '__ci_last_regenerate|i:1580124443;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580004017\";last_ip|s:15:\"136.228.173.229\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"43\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-26 08:30:22\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('q1hs44qnal7f5kcesnfpc0s9s1v0nrel', '65.18.115.17', 1578133231, '__ci_last_regenerate|i:1578133231;');
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 ('q2jdvqge3epas7fdk6ep262dp317svli', '65.18.115.48', 1580370173, '__ci_last_regenerate|i:1580370173;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580274379\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('q4lrh309bq8s8armutl86tb65h6upgsk', '103.73.236.68', 1578483727, '__ci_last_regenerate|i:1578483727;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"27\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 12:49:39\";');
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 ('q5qkfvikbi53ulnb1h0jg0pu8dvmbdui', '65.18.115.48', 1580299365, '__ci_last_regenerate|i:1580299365;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('q89tlid6bnlt6gmteaok48u88ti1mefa', '136.228.173.12', 1580959921, '__ci_last_regenerate|i:1580959921;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580813968\";last_ip|s:14:\"103.73.236.168\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"46\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-06 09:50:13\";');
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 ('qa96ebso38dv25bo5pov0tbr0i8jpkot', '65.18.122.26', 1580222231, '__ci_last_regenerate|i:1580222149;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580209534\";last_ip|s:13:\"103.73.237.41\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('qe615vsgci78dmo8uppicnov9of9derj', '103.85.105.233', 1579507314, '__ci_last_regenerate|i:1579507299;');
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 ('qfdsgk2edmhf8k55vsqg2q6epe5or54u', '103.73.236.157', 1581073191, '__ci_last_regenerate|i:1581073191;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581047621\";last_ip|s:14:\"103.73.237.137\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"47\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-07 10:23:49\";');
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 ('qg6s17392mn3poeenrsf33e99lbqsv2o', '136.228.173.206', 1579175989, '__ci_last_regenerate|i:1579175989;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579148689\";last_ip|s:11:\"65.18.120.1\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"35\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-16 10:54:56\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qglg50r6ggm8dnl3u6c1mo2mdfbirqs4', '65.18.115.48', 1579967058, '__ci_last_regenerate|i:1579967058;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579955516\";last_ip|s:12:\"65.18.115.48\";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 ('qgst2dh4p9h935vrpfid5kfrts0c76pe', '103.85.105.226', 1578475067, '__ci_last_regenerate|i:1578475067;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578380847\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('qh24c8582spfdcu188q9t2k9pta47kd7', '65.18.120.108', 1579342852, '__ci_last_regenerate|i:1579342852;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579326712\";last_ip|s:14:\"136.228.173.10\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"36\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-17 15:26:01\";');
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 ('qhirp2bilvu81522d20gff0ei85ff19i', '65.18.115.87', 1578909704, '__ci_last_regenerate|i:1578909704;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qhkiun65d5iqq0dur5t56ms7lo8pvvi3', '103.73.236.230', 1577531839, '__ci_last_regenerate|i:1577531839;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577438496\";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:\"19\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-28 09:28:06\";');
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 ('qj832ii85kbviek6ma853t1invs8ujie', '103.85.105.226', 1578636406, '__ci_last_regenerate|i:1578636406;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('ql90p8f56bvbr976jhpcuegs4sn3qdk4', '103.73.236.160', 1582880802, '__ci_last_regenerate|i:1582880665;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582800331\";last_ip|s:14:\"103.73.237.188\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"57\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-28 15:34:39\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qleugp3j97bpst5mncr0u5hgof1vkq23', '136.228.173.54', 1582194963, '__ci_last_regenerate|i:1582194963;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582168991\";last_ip|s:14:\"103.73.236.146\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"51\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-17 18:02:32\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qlmi7mdeos79kqhf0igs45f68efdl43r', '136.228.173.130', 1580569562, '__ci_last_regenerate|i:1580569562;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580465679\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('qm2kskg5pralc7li5tkndq0ic9192h5d', '65.18.115.31', 1579582567, '__ci_last_regenerate|i:1579582567;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qmp9uehedbf5ielc8l2evno8gmanjrft', '65.18.115.48', 1580109364, '__ci_last_regenerate|i:1580109364;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('qmvtu22sj2tsraboa18m9vg0fvfkdr0m', '65.18.115.48', 1580461974, '__ci_last_regenerate|i:1580461974;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580387498\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('qo0an0191f4qhg6vlajh076hb7b1c4n6', '103.73.236.15', 1578564329, '__ci_last_regenerate|i:1578564329;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578545376\";last_ip|s:13:\"103.73.236.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:2:\"28\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-09 11:19:46\";');
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 ('qoaaae3uqi9quahc3c4qajhpn3j91r8v', '136.228.173.252', 1581766567, '__ci_last_regenerate|i:1581766567;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581742939\";last_ip|s:15:\"136.228.173.252\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"50\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-14 15:47:53\";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 ('qonqerrbouol7n8t76au0spc2t53mmmf', '103.85.105.226', 1578540695, '__ci_last_regenerate|i:1578540695;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578455264\";last_ip|s:14:\"103.85.105.226\";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 ('qouqmq8df4guleo3at6nhcun1mt8vjfp', '136.228.173.133', 1583233329, '__ci_last_regenerate|i:1583233329;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1583146655\";last_ip|s:14:\"136.228.173.45\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"60\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-03 17:27:16\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qp6a0nbs6ienal8eu7lsqb9lvs7hq6c7', '136.228.173.78', 1582371631, '__ci_last_regenerate|i:1582371631;');
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 ('qqbbc5lstuorrklnr2kfahsa5jk3uvdp', '103.73.237.224', 1579175354, '__ci_last_regenerate|i:1579175354;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579148689\";last_ip|s:11:\"65.18.120.1\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"35\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-16 10:54:56\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qqjkk467ud0s5m6nv3tcbc4ab2k65lvb', '136.228.173.130', 1580566688, '__ci_last_regenerate|i:1580566688;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580465679\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('qscs95lijmq5lcclesa6u64afkitvv9e', '103.73.237.204', 1577508862, '__ci_last_regenerate|i:1577508862;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577438496\";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:\"19\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-28 09:28:06\";');
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 ('r167kfmqt2nfn02peb1d5e5b9jskbc7h', '65.18.127.90', 1578467266, '__ci_last_regenerate|i:1578467266;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"27\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 12:49:39\";');
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 ('r2q4a3ot9mosgd7l7c25d2mpd4lq7mqk', '103.73.237.203', 1580471588, '__ci_last_regenerate|i:1580471588;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580457009\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('r2us1nt6j9p3uammlqrcfq8gta45t63t', '65.18.115.17', 1578131522, '__ci_last_regenerate|i:1578131521;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('r39anu1nsr5mqr3cg8q118q277u5memc', '136.228.173.121', 1580788999, '__ci_last_regenerate|i:1580779668;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580727955\";last_ip|s:13:\"103.73.236.81\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"45\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-02 17:12:15\";');
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 ('r446g30haq8hl4dvljoili0vmini3ged', '136.228.173.45', 1583148931, '__ci_last_regenerate|i:1583148931;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1583034214\";last_ip|s:14:\"136.228.173.32\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"59\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-01 10:13:39\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('r49vd0fahcpm4q6ogj7ddrhdufeidogg', '103.85.105.226', 1578283374, '__ci_last_regenerate|i:1578283374;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('r4ovc4uf4410v16v89geatl9f2b8p127', '65.18.115.6', 1581332380, '__ci_last_regenerate|i:1581332380;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('r5cnp470eok3mlgnde11c2eh3buil358', '103.73.236.251', 1578742195, '__ci_last_regenerate|i:1578742195;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578716108\";last_ip|s:12:\"65.18.127.91\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"30\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-11 10:45:19\";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 ('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 ('r746ijqus3l9q8th3d7t53arsgu0984k', '65.18.115.48', 1580031255, '__ci_last_regenerate|i:1580031255;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('r827k5isbquffn1jugvbe5rsg36kaia3', '103.73.236.142', 1579608699, '__ci_last_regenerate|i:1579608699;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579342547\";last_ip|s:13:\"65.18.120.108\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"37\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-21 17:48:38\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('r87psn7ksmh1qaqaj2hfcfll5r50fekj', '65.18.115.48', 1579961377, '__ci_last_regenerate|i:1579961377;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579955516\";last_ip|s:12:\"65.18.115.48\";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 ('r8r52mfh766sbsg05gnut895ui14947v', '103.73.236.207', 1579951528, '__ci_last_regenerate|i:1579951528;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579927969\";last_ip|s:14:\"103.73.236.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:\"42\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-25 11:22:58\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('r8vfoooju4kc4glpoo5qvq8kjott7eih', '65.18.115.48', 1580371942, '__ci_last_regenerate|i:1580371942;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580274379\";last_ip|s:12:\"65.18.115.48\";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 ('ra1igo8kj116dgd680a5ldd03gult4fh', '65.18.115.6', 1581241216, '__ci_last_regenerate|i:1581241216;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ra2c2ca8in9at7ar17nebpnh5j01kbb3', '103.85.105.226', 1578563052, '__ci_last_regenerate|i:1578563052;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578539787\";last_ip|s:14:\"103.85.105.226\";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 ('ra4sh6v3iadu0u3mj3rn98jdfrt09oov', '103.73.236.81', 1580730355, '__ci_last_regenerate|i:1580730355;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580640123\";last_ip|s:14:\"103.73.236.142\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"45\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-02 17:12:15\";');
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 ('raup6316vi3fr4st6pgogsdhp2umilv4', '65.18.115.48', 1580274507, '__ci_last_regenerate|i:1580274507;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('rcim9ei7mntqa9i23s3uc4t4hhphccpq', '103.85.105.226', 1578283373, '__ci_last_regenerate|i:1578283373;');
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 ('rd8h15psn23a6l17t6ecis9i08jkfuct', '65.18.115.31', 1579668796, '__ci_last_regenerate|i:1579668796;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rdj33d1r246tvar40f41t9dherh7ennc', '65.18.122.26', 1580221836, '__ci_last_regenerate|i:1580221836;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580209534\";last_ip|s:13:\"103.73.237.41\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rdkp0017re71tlirt2rpa7ulaakc3jlq', '103.85.105.226', 1578634283, '__ci_last_regenerate|i:1578634283;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('redpp6917oihf271c9bpu328ql0c8j6k', '65.18.115.90', 1576939946, '__ci_last_regenerate|i:1576939946;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('reo00vng4g32okemklht7nnjb46crud0', '103.73.236.157', 1581072506, '__ci_last_regenerate|i:1581072506;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581047621\";last_ip|s:14:\"103.73.237.137\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"47\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-07 10:23:49\";');
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 ('rg21fscilhmgiske908oirojj8vov0q2', '136.228.173.45', 1583147002, '__ci_last_regenerate|i:1583147002;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1583034214\";last_ip|s:14:\"136.228.173.32\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"59\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-01 10:13:39\";');
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 ('ribljp4kdopvfakp9bkm6t52d73u9tct', '103.85.105.226', 1578643233, '__ci_last_regenerate|i:1578643233;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578559119\";last_ip|s:14:\"103.85.105.226\";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 ('riqgdm6lkrpdv1454o899k15r87i8l0a', '103.73.236.255', 1578824804, '__ci_last_regenerate|i:1578824804;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578733073\";last_ip|s:14:\"103.73.236.251\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"31\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-12 15:33:34\";');
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 ('rlg8sk9sh9m8vf21aiaitrmadojr4d3v', '65.18.115.48', 1580465204, '__ci_last_regenerate|i:1580465204;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580462883\";last_ip|s:12:\"65.18.115.48\";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 ('rlhetv2shgm5u0ait2t061cfcb7m47h5', '65.18.115.48', 1579838232, '__ci_last_regenerate|i:1579838232;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579774747\";last_ip|s:12:\"65.18.115.48\";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 ('rm0cser6m89k12cko7fi6mdfjhdsq27f', '65.18.115.48', 1580289952, '__ci_last_regenerate|i:1580289952;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('rm93arsfn0nvi38eahlvrk356bp6g5hm', '65.18.115.58', 1576229013, '__ci_last_regenerate|i:1576229013;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rmavok0al76uo3tgbdk4i13bpqmko5ku', '103.116.12.98', 1581681692, '__ci_last_regenerate|i:1581681692;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581648202\";last_ip|s:13:\"103.73.237.21\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"49\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-14 09:13:48\";');
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 ('rmq0ka4ilhm2u4gmvpd55a71a5igrnrq', '103.73.236.216', 1582977637, '__ci_last_regenerate|i:1582977637;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582888247\";last_ip|s:14:\"103.73.236.160\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"58\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-29 18:20:50\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rnek5tki6q3snasnevn717r25iaimv5u', '136.228.173.202', 1582287370, 'identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582265760\";last_ip|s:15:\"136.228.173.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\";__ci_last_regenerate|i:1582287370;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rnjik0ubksdahgguj37b3midsodpesd0', '65.18.115.31', 1579591771, '__ci_last_regenerate|i:1579591771;');
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 ('roic7508qimk6jejn8h510htk0ond2id', '136.228.173.252', 1581767691, '__ci_last_regenerate|i:1581767691;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581742939\";last_ip|s:15:\"136.228.173.252\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"50\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-14 15:47:53\";');
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 ('rpagbtjlhp1lr1lj1d55t3g1ro52c943', '136.228.173.54', 1582195302, '__ci_last_regenerate|i:1582195302;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582168991\";last_ip|s:14:\"103.73.236.146\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"51\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-17 18:02:32\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rpltvmv0l84ct25eq7j67j0f6d2d8ahr', '103.73.236.142', 1580640204, '__ci_last_regenerate|i:1580640110;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580552288\";last_ip|s:13:\"103.73.237.75\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"45\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-02 17:12:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rqj75eruhfb7mkgmdb7ccbth4iprkquf', '103.73.237.42', 1581591105, '__ci_last_regenerate|i:1581591105;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rrarcoj8omsk8iqefe1f2ule2onp4q9p', '65.18.122.2', 1580265007, '__ci_last_regenerate|i:1580265007;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580220030\";last_ip|s:12:\"65.18.122.26\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rrjq0k71i57neo4cs3tmq028n92jl7b2', '65.18.115.87', 1578909679, '__ci_last_regenerate|i:1578909679;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rrtcjsek36erq5l4ftp77ne9mk7b1c8d', '65.18.115.87', 1578997209, '__ci_last_regenerate|i:1578997209;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rs4q0lg32ad9ke115r8t8i1sf9k8jrg3', '65.18.122.26', 1580220735, '__ci_last_regenerate|i:1580220735;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580209534\";last_ip|s:13:\"103.73.237.41\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rsn50g27nrdogoc83817nb1o2a01dnhg', '136.228.173.78', 1582366813, '__ci_last_regenerate|i:1582366813;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582285486\";last_ip|s:15:\"136.228.173.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:2:\"53\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-22 16:40:13\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rt56o4pmqka1b32naifaq1gujthrppmq', '103.73.236.251', 1578739119, '__ci_last_regenerate|i:1578739119;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578716108\";last_ip|s:12:\"65.18.127.91\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"30\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-11 10:45:19\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rt9hipvjnvr6kcfsje5nj61ech141851', '136.228.173.20', 1581000169, '__ci_last_regenerate|i:1581000169;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580967852\";last_ip|s:14:\"136.228.173.12\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"46\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-06 09:50:13\";');
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 ('ru4i8is6m72to4uh12h7408necbusstj', '103.73.236.142', 1579610865, '__ci_last_regenerate|i:1579610865;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579342547\";last_ip|s:13:\"65.18.120.108\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"37\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-21 17:48:38\";');
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 ('ru90j47gq5rr95umd03v3dchde21ukuc', '65.18.115.87', 1578989207, '__ci_last_regenerate|i:1578989207;');
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 ('rvrv9nr3n5d2brn6hdiee36fgtpp8138', '103.73.236.255', 1578826387, '__ci_last_regenerate|i:1578826387;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578733073\";last_ip|s:14:\"103.73.236.251\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"31\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-12 15:33:34\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('s0svtcj61rrmf99cqubir0aehflvc5gu', '65.18.115.17', 1578133232, '__ci_last_regenerate|i:1578133232;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('s1cebquj5hubbmjjfqsd5jju48uombfq', '65.18.115.48', 1580362739, '__ci_last_regenerate|i:1580362739;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580274379\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('s3ajdool4gccpvu4b7t6n5vdca00na17', '65.18.127.90', 1578462193, '__ci_last_regenerate|i:1578462193;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"26\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 11:53:44\";');
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 ('s42e92sn5tu7dsm8gt2hfei3350ur2m2', '65.18.115.31', 1579668796, '__ci_last_regenerate|i:1579668796;');
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 ('s4ah8j40kp0ek97jr634um1ua3f92suh', '136.228.173.214', 1580132006, '__ci_last_regenerate|i:1580132006;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580004017\";last_ip|s:15:\"136.228.173.229\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"43\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-26 08:30:22\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('s4b057o54ep47g27nma661n6duvefamg', '136.228.173.130', 1580564150, '__ci_last_regenerate|i:1580564150;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580465679\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('s5pm4ei6mhmemf1b10tvo6ii0io354di', '136.228.173.190', 1582544872, '__ci_last_regenerate|i:1582544872;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582520944\";last_ip|s:14:\"136.228.173.30\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"54\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-24 10:15:56\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('s5tnrog2kiobaiijm7h8l86lr6rdch82', '65.18.115.17', 1578131522, '__ci_last_regenerate|i:1578131522;');
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 ('s6ebikrf63narhg0pfspth3rgqg4s8n3', '65.18.120.126', 1577709542, '__ci_last_regenerate|i:1577709542;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577695183\";last_ip|s:14:\"103.73.236.180\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"21\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-30 09:53:17\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('s6k9v7ir9gdiliqiu9aeio0l31mi1221', '103.73.237.245', 1578658104, '__ci_last_regenerate|i:1578658104;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578644428\";last_ip|s:13:\"103.73.237.94\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"29\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-10 14:50:33\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('s6slk7cf1cb0fhvv2r04j8r96d4rfd28', '65.18.115.48', 1580369844, '__ci_last_regenerate|i:1580369844;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580274379\";last_ip|s:12:\"65.18.115.48\";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 ('s9q51c5gr72mts5qknaorirjtvk55ebq', '65.18.115.48', 1580366943, '__ci_last_regenerate|i:1580366943;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580274379\";last_ip|s:12:\"65.18.115.48\";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 ('sa4uipj96q2hkfejf4dusbcflpo7vj3c', '65.18.115.48', 1580374178, '__ci_last_regenerate|i:1580374178;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580274379\";last_ip|s:12:\"65.18.115.48\";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 ('sadmhd0bf7tj04vmi392m6blt55c86ut', '65.18.115.87', 1578995781, '__ci_last_regenerate|i:1578995781;');
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 ('sbabdhaa1v4nqqkr0n74s3qe4c03kk8v', '65.18.115.48', 1580283139, '__ci_last_regenerate|i:1580283139;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('sbeo41jlhr637rd8knk5s8d7cb2tj7db', '65.18.115.48', 1580019845, '__ci_last_regenerate|i:1580019845;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579956024\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('sblrturqmeieulr55t5g6hch3f19u2os', '65.18.115.6', 1581330797, '__ci_last_regenerate|i:1581330797;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1581311549\";last_ip|s:11:\"65.18.115.6\";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 ('sbp805skv83hbfdd62098vtob66smpm5', '103.73.236.160', 1582888853, '__ci_last_regenerate|i:1582888853;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582880673\";last_ip|s:14:\"103.73.236.160\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"57\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-28 15:34:39\";');
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 ('sckjuh8kv4ladomnane60pfjt036vsm6', '65.18.115.87', 1578988593, '__ci_last_regenerate|i:1578988593;');
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 ('sdb2hmq3t0aom33bnfmltls85r71l09o', '65.18.115.73', 1583249284, '__ci_last_regenerate|i:1583249257;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1583223634\";last_ip|s:12:\"65.18.115.73\";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 ('sdunrl1rh674kfr9i941kjn6k4g00t32', '103.85.105.236', 1580738388, '__ci_last_regenerate|i:1580738388;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580463060\";last_ip|s:12:\"65.18.115.48\";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 ('sdv15jn8k5t2q3gmjmaeo2sfh92fp17b', '103.73.236.160', 1582888550, '__ci_last_regenerate|i:1582888550;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582880673\";last_ip|s:14:\"103.73.236.160\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"57\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-28 15:34:39\";');
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 ('see1asl9jqj4bcg1podivtlu4p2c5aer', '65.18.115.31', 1579591772, '__ci_last_regenerate|i:1579591772;');
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 ('sfdm48mruth90dp57a764d3gids5qamu', '65.18.115.48', 1580098735, '__ci_last_regenerate|i:1580098735;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('sfoq55e70pq33gqlj81ari57vhj9tcn8', '65.18.115.115', 1576907557, '__ci_last_regenerate|i:1576907557;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('sg78qhhr624ms68guj5el1fc7g5r5b2l', '103.85.105.226', 1578568610, '__ci_last_regenerate|i:1578568610;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578539787\";last_ip|s:14:\"103.85.105.226\";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 ('sg82ugrq6fb1hfqqbl5pcvqa5p3c9ie8', '103.73.236.207', 1579953181, '__ci_last_regenerate|i:1579952992;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579927969\";last_ip|s:14:\"103.73.236.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\";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 ('sga52lb3hks7pp8evcbnp5b4uet0dhfv', '65.18.115.72', 1577696560, '__ci_last_regenerate|i:1577696560;');
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 ('sgsm0r1gd3aeoc6ipfqf6hm068c1rklk', '65.18.115.48', 1580289586, '__ci_last_regenerate|i:1580289586;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('shdmnrn44kqa2fs6soro1bmq8q9q9kb1', '65.18.115.31', 1579581875, '__ci_last_regenerate|i:1579581875;');
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 ('sius9bd86e7k0mlggcnm1o9uvpcvbto4', '65.18.115.48', 1580291964, '__ci_last_regenerate|i:1580291964;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('sj3gd81jcu2pgnlvj073q7p5licn73hn', '65.18.115.31', 1579601621, '__ci_last_regenerate|i:1579601621;');
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 ('skf0qq5ulm50dspaupsiq9mi7h6kvsts', '103.85.105.226', 1578547620, '__ci_last_regenerate|i:1578547620;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578455264\";last_ip|s:14:\"103.85.105.226\";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 ('sl8h2qeul2km442b5t3iv1cu2vn1ehik', '103.73.236.255', 1578825134, '__ci_last_regenerate|i:1578825134;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578733073\";last_ip|s:14:\"103.73.236.251\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"31\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-12 15:33:34\";');
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 ('snhlcrn41gtarqqil57a9tsplna8pf8d', '136.228.173.190', 1582542644, '__ci_last_regenerate|i:1582542644;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582520944\";last_ip|s:14:\"136.228.173.30\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"54\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-24 10:15:56\";');
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 ('sp0v80hhssss4790fgql9pddftkltqqc', '65.18.115.48', 1580018803, '__ci_last_regenerate|i:1580018803;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579956024\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('sq2pgk2geo16i7m58o0dsda5ngkv09g6', '136.228.173.54', 1582196888, '__ci_last_regenerate|i:1582196888;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582168991\";last_ip|s:14:\"103.73.236.146\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"51\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-17 18:02:32\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('sq75c03jdlop5sdbsei2frh9kgc8353p', '65.18.127.90', 1578463874, '__ci_last_regenerate|i:1578463874;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"26\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 11:53:44\";rmspos|i:1;message|s:102:\"ရောင်းရန်အောင်မြင်စွာထည့်ပြီးပါပြီ\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
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 ('srnp0up267cctte2dmppq0v7h2d3n290', '65.18.120.126', 1577710206, '__ci_last_regenerate|i:1577710206;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577695183\";last_ip|s:14:\"103.73.236.180\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"21\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-30 09:53:17\";');
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 ('ss87hc87bv48a18dnajni71grp69o3jj', '136.228.173.20', 1581000626, '__ci_last_regenerate|i:1581000479;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580967852\";last_ip|s:14:\"136.228.173.12\";avatar|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 ('ssf6hcbeug9vmpgusf48jl81gdhifjmb', '136.228.173.224', 1578659023, '__ci_last_regenerate|i:1578658844;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578644428\";last_ip|s:13:\"103.73.237.94\";avatar|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 ('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 ('st6ibcuum3eb8m6nmnaq3hs0khq7g9rv', '136.228.173.179', 1579013037, '__ci_last_regenerate|i:1579013037;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578914308\";last_ip|s:11:\"69.160.29.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:\"33\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-14 19:42:20\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('stb6gfaqev1on48ois86550og0o1eoa0', '103.73.236.42', 1581939658, '__ci_last_regenerate|i:1581939658;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581765204\";last_ip|s:15:\"136.228.173.252\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"51\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-17 18:02:32\";');
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 ('sueqrv38tc0t731j69ti4east54cbi7a', '136.228.173.54', 1582196498, '__ci_last_regenerate|i:1582196498;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582168991\";last_ip|s:14:\"103.73.236.146\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"51\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-17 18:02:32\";');
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 ('suumtjcaebt9881rqd59ete340ljoiuf', '103.73.237.204', 1577509237, '__ci_last_regenerate|i:1577509237;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577438496\";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:\"19\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-28 09:28:06\";');
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 ('svqev2i1jibo0mikgd3kfpcqfg78cjii', '103.73.236.251', 1578743114, '__ci_last_regenerate|i:1578743114;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578716108\";last_ip|s:12:\"65.18.127.91\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"30\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-11 10:45:19\";');
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 ('t05h64tan3qq6q751jo2qp80vqainlgr', '136.228.173.78', 1582370383, '__ci_last_regenerate|i:1582370383;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582285486\";last_ip|s:15:\"136.228.173.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:2:\"53\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-22 16:40:13\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('t07o9ka1ictaj5qn6838h6457gbe34mg', '65.18.115.48', 1580188356, '__ci_last_regenerate|i:1580188356;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580182848\";last_ip|s:13:\"69.160.28.236\";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 ('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 ('t0j98dmq434vjl4v3ha1e6usk5rlooes', '65.18.115.48', 1580293310, '__ci_last_regenerate|i:1580293310;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('t0ljhlmjs6ddg0ms2k5k7c1jei6fjdgo', '65.18.115.31', 1579668796, '__ci_last_regenerate|i:1579668796;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('t0qduepriv4p8i3q9bd9d56hg9bmsik1', '136.228.173.45', 1583149237, '__ci_last_regenerate|i:1583149237;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1583034214\";last_ip|s:14:\"136.228.173.32\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"59\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-01 10:13:39\";');
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 ('t38gd0mhinhminm6v3lkoh2lb9d8v2br', '136.228.173.202', 1582270280, '__ci_last_regenerate|i:1582270272;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582193150\";last_ip|s:14:\"136.228.173.54\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"52\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-20 18:17:55\";');
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 ('t3vl0q6tp9vp0mujcep2uranu95l6ai3', '65.18.115.72', 1577941270, '__ci_last_regenerate|i:1577941269;');
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 ('t47aergdhrjfh2mhoboftgsbft58t16i', '103.73.237.73', 1577520355, '__ci_last_regenerate|i:1577520355;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577438496\";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:\"19\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-28 09:28:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('t4ep7f40qsvf4h02f26unda5uhanr453', '65.18.115.73', 1583223633, '__ci_last_regenerate|i:1583223633;');
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 ('t7n7do8k9gdc4qqakmo61rlvf9857mkt', '65.18.115.6', 1581049414, '__ci_last_regenerate|i:1581049414;');
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 ('t9d1bnmqq4cnurtg9jav720jmjvpejgt', '65.18.115.6', 1581331066, '__ci_last_regenerate|i:1581330797;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1581311549\";last_ip|s:11:\"65.18.115.6\";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 ('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 ('ta2o8c7fkllt1f020uchnshporv8pvod', '65.18.121.90', 1579255145, '__ci_last_regenerate|i:1579255145;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579172631\";last_ip|s:14:\"103.73.237.224\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"36\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-17 15:26:01\";');
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', 1577460477, '__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 ('tbkrocl8so5669rj944uetfn0ro6rfsi', '103.116.12.98', 1581680649, '__ci_last_regenerate|i:1581680649;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581648202\";last_ip|s:13:\"103.73.237.21\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"49\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-14 09:13:48\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('tbteqhq4vt7ngn6k0966hngkbp0c4hgd', '103.73.236.255', 1578821476, '__ci_last_regenerate|i:1578821476;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578733073\";last_ip|s:14:\"103.73.236.251\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"31\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-12 15:33:34\";');
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 ('tcuv5neealmlq215qqk3bfjj94urr77c', '136.228.173.130', 1580565148, '__ci_last_regenerate|i:1580565148;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580465679\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('tecr4nvrehjeh08kq3g126771659692h', '103.73.236.142', 1579609500, '__ci_last_regenerate|i:1579609500;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579342547\";last_ip|s:13:\"65.18.120.108\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"37\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-21 17:48:38\";');
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 ('tg8k09ptpu8g6018ani6bhnpkfhde5id', '136.228.173.45', 1583149782, '__ci_last_regenerate|i:1583149782;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1583034214\";last_ip|s:14:\"136.228.173.32\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"59\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-01 10:13:39\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('tgm7rpancl55bpo5rrnapti5aul7cd2b', '103.73.236.230', 1577531519, '__ci_last_regenerate|i:1577531519;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577438496\";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:\"19\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-28 09:28: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 ('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 ('ti332l4bd8k4qnv06brkrkajp9jnb5ol', '103.73.236.230', 1577529974, '__ci_last_regenerate|i:1577529974;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577438496\";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:\"19\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-28 09:28:06\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('tifc0osud6aafel8s9e3bjak1pn1gr62', '103.73.237.21', 1581673136, '__ci_last_regenerate|i:1581673136;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581648202\";last_ip|s:13:\"103.73.237.21\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"49\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-14 09:13:48\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('tiu06r47g6hfv2fqudutcn604ndbthpa', '65.18.115.48', 1580315607, '__ci_last_regenerate|i:1580315607;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('tiuh4bbfvpg9guu5fas8sk1h6bp8c585', '103.85.105.226', 1578455829, '__ci_last_regenerate|i:1578455829;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578380847\";last_ip|s:14:\"103.85.105.226\";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 ('tji5esevljf041dih1u974q87njtac0q', '65.18.115.48', 1580013739, '__ci_last_regenerate|i:1580013739;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579956024\";last_ip|s:12:\"65.18.115.48\";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 ('tjipb6kakf0sh9fqmbvrv54u09kelpv7', '65.18.115.28', 1579160557, '__ci_last_regenerate|i:1579160429;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578887907\";last_ip|s:12:\"65.18.115.87\";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 ('tkml9mjj6p20bt2c1926on6c7jkkpl25', '103.73.236.103', 1577887613, '__ci_last_regenerate|i:1577887613;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577868063\";last_ip|s:13:\"103.73.237.65\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"23\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-01 10:46:34\";');
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 ('tl85bu4e1ehdaudf1rrlegrqbo8cjp89', '103.85.105.226', 1578211664, '__ci_last_regenerate|i:1578211664;');
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 ('tm920lam2tsdqkf53pr3ik1s2ajpe3ju', '65.18.115.48', 1580207340, '__ci_last_regenerate|i:1580207340;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580182848\";last_ip|s:13:\"69.160.28.236\";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 ('tmokegt790ag8l59rhus7anu8j25uper', '65.18.115.71', 1576837804, '__ci_last_regenerate|i:1576837804;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('to3i770t4ohvialf0o615qk5f7pl2tse', '103.73.236.207', 1579844812, '__ci_last_regenerate|i:1579844812;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579772879\";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:2:\"41\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-24 09:09:55\";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 ('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 ('top93fekqoria8tar71pg8gj6c16mr5a', '65.18.115.31', 1579591888, '__ci_last_regenerate|i:1579591888;');
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 ('tpngch08rmqolde31j8r4vu6kb1h5gv5', '103.73.236.207', 1579930304, '__ci_last_regenerate|i:1579930304;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579864793\";last_ip|s:14:\"103.73.236.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:\"42\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-25 11:22:58\";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 ('tqa64q0b6su76krtlhtcg3gd14p8kd67', '103.73.236.168', 1580819392, '__ci_last_regenerate|i:1580819392;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580778992\";last_ip|s:15:\"136.228.173.121\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"45\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-02 17:12:15\";');
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 ('ts3lp5s2teocvro2e0d01h3ucdved6hq', '65.18.115.48', 1580196182, '__ci_last_regenerate|i:1580196182;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580182848\";last_ip|s:13:\"69.160.28.236\";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 ('ts4lg8aaglk5qu7isnq5i67kk5lh446k', '103.116.12.98', 1581683155, '__ci_last_regenerate|i:1581683155;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('tsjn28d2u6ku7ost7ggl6sou8t5rmtkg', '103.73.236.230', 1577977077, '__ci_last_regenerate|i:1577977077;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577959181\";last_ip|s:14:\"103.73.237.196\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"24\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-02 10:30:42\";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 ('tspl0fc9uvksqknaka2rbtea2sohth48', '136.228.173.245', 1581679466, '__ci_last_regenerate|i:1581679466;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581648202\";last_ip|s:13:\"103.73.237.21\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"49\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-14 09:13:48\";');
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 ('ttkrmt79jgs2vsoj35rg3g882njmqain', '103.85.105.226', 1578211252, '__ci_last_regenerate|i:1578211252;');
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 ('tv8i68g0n4o3gm7m11imvoc93aqodjvi', '136.228.173.214', 1580134195, '__ci_last_regenerate|i:1580134195;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580004017\";last_ip|s:15:\"136.228.173.229\";avatar|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 ('tvk1abnv87gbbjivtc5lgl0f1cp7doq6', '65.18.115.73', 1583295607, '__ci_last_regenerate|i:1583295335;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1583249257\";last_ip|s:12:\"65.18.115.73\";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 ('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 ('tvrr8m5v2fn8nj4nm6rrm4ugfpoh5go9', '103.73.237.224', 1579173386, '__ci_last_regenerate|i:1579173386;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579148689\";last_ip|s:11:\"65.18.120.1\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"35\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-16 10:54:56\";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 ('u0mrt0n8aj264jbiuf0t3rkm6bsck4cf', '65.18.115.90', 1576985466, '__ci_last_regenerate|i:1576985466;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('u1hbr8u45mqts4c9mtru1hh3qdn936a5', '136.228.173.54', 1582199537, '__ci_last_regenerate|i:1582199537;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582168991\";last_ip|s:14:\"103.73.236.146\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"52\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-20 18:17:55\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('u2042kjh5hmnghb9f6pqc1qi5ftrrk2h', '65.18.115.87', 1578989208, '__ci_last_regenerate|i:1578989208;');
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 ('u4m7129kqv8ppcnrqub1ukio700a7f7l', '65.18.115.31', 1579582667, '__ci_last_regenerate|i:1579582667;');
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 ('u51du6c0715ue3c593ovosuuoku8m1ht', '65.18.115.48', 1580285216, '__ci_last_regenerate|i:1580285216;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('u52slsk4ueugsdn8hhia7n6o4bk6qvpq', '65.18.115.48', 1580108846, '__ci_last_regenerate|i:1580108846;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('u5cchgataooql30jrchq7dep3sqfvv4r', '136.228.174.207', 1580448301, '__ci_last_regenerate|i:1580448282;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580439744\";last_ip|s:14:\"103.73.237.203\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('u61p3flg6ubg3o8ovh0osldapsbkglr5', '103.85.105.226', 1578563375, '__ci_last_regenerate|i:1578563375;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578539787\";last_ip|s:14:\"103.85.105.226\";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 ('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 ('u86bv5v3e32p6v11og87maghdh1389p3', '136.228.173.10', 1582631276, '__ci_last_regenerate|i:1582631276;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582625544\";last_ip|s:14:\"136.228.173.86\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"55\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-25 09:46:18\";');
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 ('u9101qlfuqt1ui4k7e25as7ntff9dutg', '136.228.174.207', 1580445151, '__ci_last_regenerate|i:1580445151;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580439744\";last_ip|s:14:\"103.73.237.203\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('ua18vjol67fe7s6oobosbj9f0mm7j7hq', '65.18.115.87', 1578989484, '__ci_last_regenerate|i:1578989484;');
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 ('uakg87rrgd3q5jnqsm6p2bbecnn4eton', '136.228.173.130', 1580563455, '__ci_last_regenerate|i:1580563455;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580465679\";last_ip|s:15:\"136.228.174.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ubrm22tcm88fuefm271i4hhm0lqu1cun', '65.18.115.48', 1580205877, '__ci_last_regenerate|i:1580205877;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580182848\";last_ip|s:13:\"69.160.28.236\";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 ('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 ('uc2aq39bd3fb3q4r1cgjilp7kni7psmh', '65.18.115.11', 1581573246, '__ci_last_regenerate|i:1581573246;');
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 ('ud9nk9dat1b7h8sebp7ijtss4r2k2cg8', '103.73.236.126', 1577615050, '__ci_last_regenerate|i:1577615050;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577591084\";last_ip|s:15:\"136.228.173.133\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"20\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-29 16:24:56\";');
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 ('udi6n36f649de4solv6pgetmos8q5nq1', '103.73.236.81', 1580730036, '__ci_last_regenerate|i:1580730036;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580640123\";last_ip|s:14:\"103.73.236.142\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"45\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-02 17:12: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 ('uf0a4mkuqd4o8b08595q2ij89qseclhv', '103.73.237.245', 1578657774, '__ci_last_regenerate|i:1578657774;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578644428\";last_ip|s:13:\"103.73.237.94\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"29\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-10 14:50:33\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('uf6dfaevla534d3s7h0ehpnfrvgs9lv7', '103.73.236.126', 1577613296, '__ci_last_regenerate|i:1577613296;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577591084\";last_ip|s:15:\"136.228.173.133\";avatar|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 ('uf8qrn2inppb6i9u7j4qir6arts433if', '65.18.115.28', 1579152506, '__ci_last_regenerate|i:1579152506;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ufhfq56hinpdansh8r64p9ma1qip52i0', '136.228.173.214', 1580132328, '__ci_last_regenerate|i:1580132328;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580004017\";last_ip|s:15:\"136.228.173.229\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"43\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-26 08:30:22\";');
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 ('uftf089bnnti0s0qo9e9q5gif56665el', '103.73.236.126', 1577615299, '__ci_last_regenerate|i:1577615050;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577591084\";last_ip|s:15:\"136.228.173.133\";avatar|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 ('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 ('uh31b2fan9b3t2a7571nkqsl4g84bi0h', '65.18.115.28', 1579152506, '__ci_last_regenerate|i:1579152506;');
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 ('uh4oq3ca6soce65j71n1mbfgvc695eg4', '136.228.173.133', 1583237314, '__ci_last_regenerate|i:1583237314;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1583146655\";last_ip|s:14:\"136.228.173.45\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"60\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-03-03 17:27:16\";');
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 ('uhpcag9udjbve3jp8ktien4a6dinffa3', '65.18.115.31', 1579582980, '__ci_last_regenerate|i:1579582980;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ui9ok9fbqtc7pjghhm78k40oe708qgq0', '136.228.173.10', 1582631894, '__ci_last_regenerate|i:1582631894;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582625544\";last_ip|s:14:\"136.228.173.86\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"55\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-25 09:46:18\";');
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 ('uijiulmnrackrm7lo0p0dq9e9cnl664g', '136.228.174.207', 1580445710, '__ci_last_regenerate|i:1580445710;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580439744\";last_ip|s:14:\"103.73.237.203\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('uils5eaocmom83hiqe8p5nbhe3r23dh9', '103.73.236.207', 1579867995, '__ci_last_regenerate|i:1579867864;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579833590\";last_ip|s:14:\"103.73.236.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\";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 ('uiqsdur9o7a695b5a17vv1k1s3os73es', '65.18.115.17', 1578125271, '__ci_last_regenerate|i:1578125271;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('uj0rj7akd6b8k77vla0t5ukut5mga1ip', '65.18.115.87', 1578898821, '__ci_last_regenerate|i:1578898821;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578625731\";last_ip|s:14:\"103.85.105.226\";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 ('ujf65h9ig4l8vr8sbq2jplvlkd9o3163', '65.18.115.17', 1578126388, '__ci_last_regenerate|i:1578126388;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ujosrbqtanq7rm3o89u1uuh63tsh2ti1', '65.18.115.48', 1580369031, '__ci_last_regenerate|i:1580369031;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580274379\";last_ip|s:12:\"65.18.115.48\";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 ('ullct3fj33qforom490v3r0atb46qr1n', '136.228.173.82', 1581419979, '__ci_last_regenerate|i:1581419979;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581385219\";last_ip|s:14:\"136.228.173.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('uls3p579957oc7piar7d1bm4s4mq61a3', '103.73.236.15', 1578569266, '__ci_last_regenerate|i:1578569266;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578545376\";last_ip|s:13:\"103.73.236.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:2:\"28\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-09 11:19:46\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ulsif5eiag33g1pctesbve0f18dpe3b7', '65.18.115.17', 1578131522, '__ci_last_regenerate|i:1578131522;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('umtr7qi2cmturhs2bft7spjmih0h9en5', '65.18.115.87', 1578989157, '__ci_last_regenerate|i:1578989157;');
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 ('un5vh3hhrsu4unk7d0vp6tun6sqlsa99', '103.73.236.255', 1578825765, '__ci_last_regenerate|i:1578825765;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578733073\";last_ip|s:14:\"103.73.236.251\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"31\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-12 15:33:34\";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 ('und3imqfkagq871rlu0s8htiagum5ebn', '65.18.127.91', 1578717593, '__ci_last_regenerate|i:1578717593;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578654026\";last_ip|s:14:\"103.73.237.245\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"30\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-11 10:45:19\";');
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 ('uo9vsb1ql8drftm3sbe7vbcgultmcce6', '65.18.115.48', 1579967398, '__ci_last_regenerate|i:1579967398;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579955516\";last_ip|s:12:\"65.18.115.48\";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 ('uovjp6firqsp9o42tmlhl1ss6livpo47', '136.228.174.207', 1580447318, '__ci_last_regenerate|i:1580447318;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580439744\";last_ip|s:14:\"103.73.237.203\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('upbklggbhreg7sq2b4d6phnklm7th8r9', '65.18.127.90', 1578462826, '__ci_last_regenerate|i:1578462826;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578405024\";last_ip|s:14:\"103.73.236.107\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"26\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-08 11:53:44\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('upga9meppv6skc8d1adfi8k8j3rm69ro', '65.18.115.48', 1580120332, '__ci_last_regenerate|i:1580120332;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580029475\";last_ip|s:12:\"65.18.115.48\";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 ('uplspve67ddv0b0f6ahc4cmudjf9of9u', '103.73.237.133', 1579688871, '__ci_last_regenerate|i:1579688871;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579674197\";last_ip|s:13:\"103.73.237.57\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"38\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-22 08:34:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('uq4mdnfjfhp6ijq1hu1nsib7tkjbv0pr', '65.18.122.26', 1580221165, '__ci_last_regenerate|i:1580221165;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580209534\";last_ip|s:13:\"103.73.237.41\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('urhr379utr6epnh4hj4enoo22av14h6j', '65.18.115.6', 1581327882, '__ci_last_regenerate|i:1581327882;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1581311549\";last_ip|s:11:\"65.18.115.6\";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 ('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 ('uti3hbcia393a4up2jrb7rptf93p74o1', '65.18.115.48', 1580294892, '__ci_last_regenerate|i:1580294892;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('utre9j09ejfa8454g7r5rvkadoe58eud', '103.73.237.57', 1579674251, '__ci_last_regenerate|i:1579674197;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579658648\";last_ip|s:13:\"103.73.237.57\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"38\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-22 08:34:15\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('utsrduf0m6ckiqqsc3h8jfl8p4tegh7l', '65.18.115.17', 1578106533, '__ci_last_regenerate|i:1578106533;');
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 ('v0k85sscis12mr20p57ge6u5trktr1oj', '65.18.115.31', 1579591887, '__ci_last_regenerate|i:1579591887;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('v0ma5smr9hju7hegrha0apl2jk6h5ejk', '103.73.236.207', 1579947642, '__ci_last_regenerate|i:1579947642;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579927969\";last_ip|s:14:\"103.73.236.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:\"42\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-25 11:22:58\";');
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 ('v0t0p52jl5jnpdai907r72o67n4qut5c', '136.228.173.133', 1577597442, '__ci_last_regenerate|i:1577597442;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577501880\";last_ip|s:14:\"103.73.237.204\";avatar|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 ('v10c5k353uh7qd763l4ik57l0abogqg0', '103.73.237.203', 1580442726, '__ci_last_regenerate|i:1580442726;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580274894\";last_ip|s:11:\"65.18.122.2\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('v1o76f0oq9lbdas9rs6p8oj5min7pcf1', '65.18.115.7', 1579345072, '__ci_last_regenerate|i:1579345072;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('v1rja48g938ei3cs5hjsvufnfp6alsr1', '65.18.115.87', 1578989157, '__ci_last_regenerate|i:1578989157;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('v26o9iote6rpr1rirfafu8iha7ubbvue', '103.73.236.255', 1578826964, '__ci_last_regenerate|i:1578826846;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578733073\";last_ip|s:14:\"103.73.236.251\";avatar|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 ('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 ('v315o53t0umpkuum8rb6ait7spl81u6r', '136.228.173.179', 1579059525, '__ci_last_regenerate|i:1579059525;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579007526\";last_ip|s:15:\"136.228.173.179\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"33\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-14 19:42:20\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('v3f9pfb33cfr3m6j3ochdouv4gfoom96', '103.85.105.226', 1578390179, '__ci_last_regenerate|i:1578390135;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1578061402\";last_ip|s:12:\"65.18.115.17\";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 ('v3mr5ov8jkbcnj0ic2ojutq7j77f8rug', '103.73.237.196', 1577959989, '__ci_last_regenerate|i:1577959935;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577937636\";last_ip|s:14:\"103.73.236.103\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"24\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-02 10:30:42\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('v3o2ckrabmam35lqccil7vqlnkg0dgto', '65.18.115.48', 1580353169, '__ci_last_regenerate|i:1580353169;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580274379\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('v4ka9n23seefnmb1nrssup0b23ib6fdt', '65.18.115.31', 1579590235, '__ci_last_regenerate|i:1579590234;');
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 ('v9fjk5vvngdme807tp5ku0975tpgmkjf', '136.228.173.179', 1579014692, '__ci_last_regenerate|i:1579014678;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578914308\";last_ip|s:11:\"69.160.29.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:\"33\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-14 19:42:20\";');
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 ('va83n9jfnj7bfvt5e9u96ter76mscr2d', '103.73.236.180', 1577706093, '__ci_last_regenerate|i:1577706093;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1577695183\";last_ip|s:14:\"103.73.236.180\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"21\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2019-12-30 09:53:17\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vaf1nehv58046ge29uceos70qhrhamun', '65.18.115.48', 1579966718, '__ci_last_regenerate|i:1579966718;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579955516\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('vbiu4qe1irudv0hq0sm1us409er4m7m8', '103.73.236.107', 1578407166, '__ci_last_regenerate|i:1578406904;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578386735\";last_ip|s:14:\"103.73.237.133\";avatar|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 ('vbj1as1gumdof1nm3h25ftc57nlilf70', '103.73.237.137', 1580959495, '__ci_last_regenerate|i:1580959495;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580813968\";last_ip|s:14:\"103.73.236.168\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"46\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-06 09:50:13\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vblf2frdu7uask6pd69cub0fitq3js18', '65.18.115.48', 1580316181, '__ci_last_regenerate|i:1580315909;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('vcmljehr89pnbsj0d4556oj4qecu4os8', '65.18.115.87', 1578989208, '__ci_last_regenerate|i:1578989208;');
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 ('vddl5dbq3usv5h8i3l8ctbf6p4pdd6i8', '65.18.115.87', 1578997208, '__ci_last_regenerate|i:1578997208;');
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 ('vf1nihf0gpj6otqaldk2j9gmvpqaemd4', '65.18.115.94', 1582106781, '__ci_last_regenerate|i:1582106781;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1582020010\";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 ('vf3k8rc1akkeoe3k1lc7eihad0ve48oq', '65.18.115.48', 1580275122, '__ci_last_regenerate|i:1580275122;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1580187410\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('vf5htgf4e1vddh9fnssla6brojtmi3l9', '65.18.115.28', 1579173386, '__ci_last_regenerate|i:1579173244;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579160071\";last_ip|s:12:\"65.18.115.28\";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 ('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 ('vhiiptq29f224me0jcjiv5kf3r0l3596', '136.228.173.179', 1579014678, '__ci_last_regenerate|i:1579014678;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578914308\";last_ip|s:11:\"69.160.29.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:\"33\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-14 19:42:20\";');
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 ('vkbh4qltl9j5uqsc0icgguvjjj7mdjc4', '136.228.173.12', 1580967870, '__ci_last_regenerate|i:1580967852;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580959205\";last_ip|s:14:\"103.73.237.137\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"46\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-06 09:50:13\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vklrtgigbjj0vsg4hleqk6obt79f1vkq', '103.73.236.168', 1580815609, '__ci_last_regenerate|i:1580815609;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580778992\";last_ip|s:15:\"136.228.173.121\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"45\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-02 17:12:15\";');
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 ('vl2h3c8hcgr2aea4r7iqfegjkls39r2o', '103.73.236.216', 1582978316, '__ci_last_regenerate|i:1582978316;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vldif5ilbnh3qgeps089kpe2o6ap26a0', '103.73.237.188', 1582803907, '__ci_last_regenerate|i:1582803907;');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vlith56mbilb8st6205tj747s4qottd2', '65.18.115.48', 1580011282, '__ci_last_regenerate|i:1580011282;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579956024\";last_ip|s:12:\"65.18.115.48\";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 ('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 ('vn824t7aq25770e8pj2o1mj3onvaih5s', '65.18.115.17', 1578023139, '__ci_last_regenerate|i:1578022876;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1577459437\";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 ('vnana33h9nssgju12g75r2qjo3d68hb5', '136.228.173.82', 1581419037, '__ci_last_regenerate|i:1581419037;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581385219\";last_ip|s:14:\"136.228.173.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56:40\";');
INSERT INTO `tec_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vp7tqv6k7kb82kcjqbtf8a3d2tjpnat5', '65.18.120.1', 1579155292, '__ci_last_regenerate|i:1579155292;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1579082913\";last_ip|s:14:\"103.73.236.223\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"35\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-16 10:54:56\";');
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 ('vr8njpjeqn7h8spgc7jkt84jgegfml6e', '103.73.236.158', 1580182668, '__ci_last_regenerate|i:1580182668;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1580121374\";last_ip|s:15:\"136.228.173.214\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"44\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-28 09:58:27\";');
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 ('vrlj3llpj1e51asiufuhbg8482p2o9po', '103.73.237.94', 1578644774, '__ci_last_regenerate|i:1578644774;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1578563988\";last_ip|s:13:\"103.73.236.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:2:\"29\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-01-10 14:50:33\";');
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 ('vsino3slf383uj26mlnlcg5m32bqsfou', '65.18.115.48', 1580012915, '__ci_last_regenerate|i:1580012915;identity|s:5:\"admin\";username|s:5:\"admin\";email|s:21:\"info@koneloneshin.com\";user_id|s:1:\"1\";first_name|s:5:\"Admin\";last_name|s:5:\"Admin\";created_on|s:19:\"25/06/2015 10:29 AM\";old_last_login|s:10:\"1579956024\";last_ip|s:12:\"65.18.115.48\";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 ('vt4931q8qv4oco468hmn38u549n5oilm', '136.228.173.86', 1582625563, '__ci_last_regenerate|i:1582625543;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582600572\";last_ip|s:14:\"136.228.173.30\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"55\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-25 09:46:18\";');
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 ('vtdqa8ac8isk8tn60i6ptnrgrtupvg71', '136.228.173.54', 1582193996, '__ci_last_regenerate|i:1582193996;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582168991\";last_ip|s:14:\"103.73.236.146\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"51\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-17 18:02:32\";');
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 ('vuqj0utlsdk7d7gg9pncctvdq4v2un5o', '136.228.173.82', 1581385906, '__ci_last_regenerate|i:1581385906;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1581319853\";last_ip|s:14:\"103.73.237.185\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"48\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-08 07:56: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 ('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 ('vv6vulb8me1p3j7roplptcekilc48bvo', '136.228.173.54', 1582194510, '__ci_last_regenerate|i:1582194509;identity|s:5:\"owner\";username|s:5:\"owner\";email|s:22:\"tenbrother88@gmail.com\";user_id|s:1:\"2\";first_name|s:5:\"Store\";last_name|s:5:\"Admin\";created_on|s:19:\"02/11/2019 07:39 PM\";old_last_login|s:10:\"1582168991\";last_ip|s:14:\"103.73.236.146\";avatar|s:36:\"5230e22276089ac1acd1cd189e77daff.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:\"51\";cash_in_hand|s:4:\"0.00\";register_open_time|s:19:\"2020-02-17 18:02:32\";');
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=25 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, 'မြတ်သီတာ oilseal', 'ဘုရင့်နောင်', '', '095020199/0979540056', '');
INSERT INTO `tec_suppliers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`) VALUES (4, 'mg kyaw win', 'ဘုရင့်နောင်', '', '09443252680', '');
INSERT INTO `tec_suppliers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`) VALUES (5, 'pro', 'ဘုရင့်နောင်', '', '2540', '');
INSERT INTO `tec_suppliers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`) VALUES (6, 'ကိုလှငွေ oilseal', 'ဘုရင့်နောင်', '', '095145546/095145773/', '');
INSERT INTO `tec_suppliers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`) VALUES (7, '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 tun star', '', '', '', '');
INSERT INTO `tec_suppliers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`) VALUES (15, 'လင်းမြတ်', '', '', '', '');
INSERT INTO `tec_suppliers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`) VALUES (16, 'Ananda', '', '', '', '');
INSERT INTO `tec_suppliers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`) VALUES (17, 'ကိုကောက် အမဲဆီ', 'ဘုရင့်နောင်', '', '', '');
INSERT INTO `tec_suppliers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`) VALUES (18, 'အောင် တောင်ကြီး အမဲဆီ', 'ဘုရင့်နောင်', '', '', '');
INSERT INTO `tec_suppliers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`) VALUES (19, 'ဘောဂဝတီ ပန်ကာကြိုး', 'ဘုရင့်နောင်', '', '', '');
INSERT INTO `tec_suppliers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`) VALUES (20, 'ငွေလသာ ပန်ကာကြိုး ', 'ဘုရင့်နောင်', '', '', '');
INSERT INTO `tec_suppliers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`) VALUES (21, 'ရွှေကြည်သာ အမဲဆီ', 'ဘုရင့်နောင်', '', '', '');
INSERT INTO `tec_suppliers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`) VALUES (22, 'Kumar ', 'တာမွေ', '', '', '');
INSERT INTO `tec_suppliers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`) VALUES (23, 'အောင် ကားပစွည်း', 'တောင်ဒဂုံ', '', '', '');
INSERT INTO `tec_suppliers` (`id`, `name`, `cf1`, `cf2`, `phone`, `email`) VALUES (24, 'အန်တီဝင်း', 'ဘုရင့်နောင်', '', '', '');


#
# 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_topay
#

DROP TABLE IF EXISTS `tec_topay`;

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

INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (1, 209, '2020-01-31 11:49:00', '', '1000.00', 500, 'may', '1', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (2, 210, '2020-02-01 19:54:00', 'Horseman', '93420.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (3, 211, '2020-02-01 19:55:00', 'Mg kyaw win', '77715.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (4, 211, '2020-02-01 19:55:00', 'Mg kyaw win', '77715.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (5, 211, '2020-02-01 19:55:00', 'Mg kyaw win', '77715.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (6, 212, '2020-02-01 19:57:00', 'Mg kyaw win', '26775.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (7, 213, '2020-02-01 19:59:00', 'Mg kyaw win', '74400.00', 74400, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (8, 213, '2020-02-01 19:59:00', 'Mg kyaw win', '74400.00', 74400, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (9, 213, '2020-02-01 19:59:00', 'Mg kyaw win', '74400.00', 74400, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (10, 214, '2020-02-01 20:01:00', 'Mg kyaw win', '305900.00', 305900, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (11, 214, '2020-02-01 20:01:00', 'Mg kyaw win', '305900.00', 305900, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (12, 214, '2020-02-01 20:01:00', 'Mg kyaw win', '305900.00', 305900, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (13, 214, '2020-02-01 20:01:00', 'Mg kyaw win', '305900.00', 305900, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (14, 215, '2020-02-01 20:10:00', 'Oilseal hla ngwe', '218050.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (15, 215, '2020-02-01 20:10:00', 'Oilseal hla ngwe', '218050.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (16, 215, '2020-02-01 20:10:00', 'Oilseal hla ngwe', '218050.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (17, 215, '2020-02-01 20:10:00', 'Oilseal hla ngwe', '218050.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (18, 215, '2020-02-01 20:10:00', 'Oilseal hla ngwe', '218050.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (19, 215, '2020-02-01 20:10:00', 'Oilseal hla ngwe', '218050.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (20, 215, '2020-02-01 20:10:00', 'Oilseal hla ngwe', '218050.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (21, 215, '2020-02-01 20:10:00', 'Oilseal hla ngwe', '218050.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (22, 215, '2020-02-01 20:10:00', 'Oilseal hla ngwe', '218050.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (23, 216, '2020-02-01 20:16:00', 'Pro', '54850.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (24, 216, '2020-02-01 20:16:00', 'Pro', '54850.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (25, 216, '2020-02-01 20:16:00', 'Pro', '54850.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (26, 216, '2020-02-01 20:16:00', 'Pro', '54850.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (27, 217, '2020-02-01 20:21:00', 'Longway', '56140.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (28, 217, '2020-02-01 20:21:00', 'Longway', '56140.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (29, 217, '2020-02-01 20:21:00', 'Longway', '56140.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (30, 218, '2020-02-04 19:00:00', 'Mpt', '94900.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (31, 219, '2020-02-06 20:18:00', 'Telenor', '96000.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (32, 220, '2020-02-06 20:58:00', 'Ananda', '75400.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (33, 221, '2020-02-06 21:04:00', 'Mytel', '94500.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (34, 222, '2020-02-06 21:05:00', 'Mpt', '142350.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (35, 223, '2020-02-07 18:20:00', 'Ooredoo', '96000.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (36, 224, '2020-02-08 08:03:00', 'Horseman', '205742.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (37, 224, '2020-02-08 08:03:00', 'Horseman', '205742.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (38, 224, '2020-02-08 08:03:00', 'Horseman', '205742.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (39, 224, '2020-02-08 08:03:00', 'Horseman', '205742.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (40, 224, '2020-02-08 08:03:00', 'Horseman', '205742.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (41, 224, '2020-02-08 08:03:00', 'Horseman', '205742.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (42, 225, '2020-02-08 08:07:00', 'Horseman', '859654.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (43, 225, '2020-02-08 08:07:00', 'Horseman', '859654.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (44, 225, '2020-02-08 08:07:00', 'Horseman', '859654.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (45, 225, '2020-02-08 08:07:00', 'Horseman', '859654.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (46, 225, '2020-02-08 08:07:00', 'Horseman', '859654.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (47, 225, '2020-02-08 08:07:00', 'Horseman', '859654.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (48, 225, '2020-02-08 08:07:00', 'Horseman', '859654.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (49, 225, '2020-02-08 08:07:00', 'Horseman', '859654.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (50, 225, '2020-02-08 08:07:00', 'Horseman', '859654.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (51, 225, '2020-02-08 08:07:00', 'Horseman', '859654.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (52, 225, '2020-02-08 08:07:00', 'Horseman', '859654.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (53, 226, '2020-02-08 08:18:00', 'Horseman', '47628.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (54, 227, '2020-02-08 08:19:00', 'Longway', '41440.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (55, 227, '2020-02-08 08:19:00', 'Longway', '41440.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (56, 227, '2020-02-08 08:19:00', 'Longway', '41440.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (57, 228, '2020-02-11 08:23:00', 'Telenor', '95800.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (58, 229, '2020-02-11 08:30:00', 'Mpt', '189800.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (59, 230, '2020-02-11 08:42:00', 'Mg kyaw win', '26460.00', 0, '<em></em>', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (60, 231, '2020-02-13 17:22:00', 'Telenor', '95800.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (61, 232, '2020-02-13 17:30:00', 'Mpt', '189800.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (62, 233, '2020-02-14 15:48:00', 'Ooredoo', '96000.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (63, 234, '2020-02-14 18:01:00', 'Horseman', '745724.50', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (64, 234, '2020-02-14 18:01:00', 'Horseman', '745724.50', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (65, 234, '2020-02-14 18:01:00', 'Horseman', '745724.50', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (66, 234, '2020-02-14 18:01:00', 'Horseman', '745724.50', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (67, 234, '2020-02-14 18:01:00', 'Horseman', '745724.50', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (68, 234, '2020-02-14 18:01:00', 'Horseman', '745724.50', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (69, 234, '2020-02-14 18:01:00', 'Horseman', '745724.50', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (70, 234, '2020-02-14 18:01:00', 'Horseman', '745724.50', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (71, 234, '2020-02-14 18:01:00', 'Horseman', '745724.50', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (72, 234, '2020-02-14 18:01:00', 'Horseman', '745724.50', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (73, 234, '2020-02-14 18:01:00', 'Horseman', '745724.50', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (74, 234, '2020-02-14 18:01:00', 'Horseman', '745724.50', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (75, 235, '2020-02-14 18:16:00', 'Horseman', '730890.40', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (76, 235, '2020-02-14 18:16:00', 'Horseman', '730890.40', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (77, 235, '2020-02-14 18:16:00', 'Horseman', '730890.40', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (78, 235, '2020-02-14 18:16:00', 'Horseman', '730890.40', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (79, 235, '2020-02-14 18:16:00', 'Horseman', '730890.40', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (80, 235, '2020-02-14 18:16:00', 'Horseman', '730890.40', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (81, 235, '2020-02-14 18:16:00', 'Horseman', '730890.40', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (82, 235, '2020-02-14 18:16:00', 'Horseman', '730890.40', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (83, 235, '2020-02-14 18:16:00', 'Horseman', '730890.40', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (84, 235, '2020-02-14 18:16:00', 'Horseman', '730890.40', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (85, 235, '2020-02-14 18:16:00', 'Horseman', '730890.40', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (86, 235, '2020-02-14 18:16:00', 'Horseman', '730890.40', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (87, 235, '2020-02-14 18:16:00', 'Horseman', '730890.40', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (88, 235, '2020-02-14 18:16:00', 'Horseman', '730890.40', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (89, 235, '2020-02-14 18:16:00', 'Horseman', '730890.40', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (90, 235, '2020-02-14 18:16:00', 'Horseman', '730890.40', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (91, 235, '2020-02-14 18:16:00', 'Horseman', '730890.40', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (92, 236, '2020-02-14 18:28:00', 'Longway', '60060.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (93, 236, '2020-02-14 18:28:00', 'Longway', '60060.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (94, 236, '2020-02-14 18:28:00', 'Longway', '60060.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (95, 236, '2020-02-14 18:28:00', 'Longway', '60060.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (96, 237, '2020-02-14 18:37:00', 'Pro', '131230.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (97, 237, '2020-02-14 18:37:00', 'Pro', '131230.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (98, 237, '2020-02-14 18:37:00', 'Pro', '131230.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (99, 237, '2020-02-14 18:37:00', 'Pro', '131230.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (100, 237, '2020-02-14 18:37:00', 'Pro', '131230.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (101, 237, '2020-02-14 18:37:00', 'Pro', '131230.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (102, 237, '2020-02-14 18:37:00', 'Pro', '131230.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (103, 237, '2020-02-14 18:37:00', 'Pro', '131230.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (104, 238, '2020-02-14 18:38:00', 'Mg kyaw win', '86050.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (105, 238, '2020-02-14 18:38:00', 'Mg kyaw win', '86050.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (106, 238, '2020-02-14 18:38:00', 'Mg kyaw win', '86050.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (107, 239, '2020-02-14 18:40:00', 'Mg kyaw win', '26460.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (108, 240, '2020-02-14 18:47:00', 'ကိုလှငွေ', '87390.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (109, 240, '2020-02-14 18:47:00', 'ကိုလှငွေ', '87390.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (110, 240, '2020-02-14 18:47:00', 'ကိုလှငွေ', '87390.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (111, 240, '2020-02-14 18:47:00', 'ကိုလှငွေ', '87390.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (112, 240, '2020-02-14 18:47:00', 'ကိုလှငွေ', '87390.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (113, 241, '2020-02-15 18:10:00', 'Mpt', '237250.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (114, 242, '2020-02-15 18:11:00', 'Telenor', '96000.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (115, 243, '2020-02-17 18:19:00', 'အောင်တောင်ကြီး', '142500.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (116, 244, '2020-02-20 17:08:00', 'Longway', '42240.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (117, 245, '2020-02-20 17:09:00', 'အောင်တောင်ကြီး', '199500.00', 0, '<ol><li></li></ol>', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (118, 246, '2020-02-20 17:13:00', 'ငွေလသာ', '80000.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (119, 247, '2020-02-21 18:25:00', 'Mytel', '94500.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (120, 248, '2020-02-21 18:30:00', 'Pro', '33000.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (121, 249, '2020-02-21 18:34:00', 'ရွှေကြည်သာ အမဲဆီ', '92000.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (122, 250, '2020-02-21 18:40:00', 'Pro', '33000.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (123, 251, '2020-02-22 16:46:00', 'Telenor', '95800.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (124, 252, '2020-02-22 17:07:00', 'ကိုလှငွေ', '251500.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (125, 252, '2020-02-22 17:07:00', 'ကိုလှငွေ', '251500.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (126, 252, '2020-02-22 17:07:00', 'ကိုလှငွေ', '251500.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (127, 252, '2020-02-22 17:07:00', 'ကိုလှငွေ', '251500.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (128, 252, '2020-02-22 17:07:00', 'ကိုလှငွေ', '251500.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (129, 252, '2020-02-22 17:07:00', 'ကိုလှငွေ', '251500.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (130, 253, '2020-02-22 17:21:00', 'Pro', '95920.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (131, 253, '2020-02-22 17:21:00', 'Pro', '95920.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (132, 253, '2020-02-22 17:21:00', 'Pro', '95920.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (133, 254, '2020-02-22 17:23:00', 'ကိုလှငွေ', '40000.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (134, 255, '2020-02-22 17:26:00', 'Mg kyaw win', '78200.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (135, 255, '2020-02-22 17:26:00', 'Mg kyaw win', '78200.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (136, 256, '2020-02-22 17:58:00', 'Kumar', '60000.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (137, 257, '2020-02-24 17:38:00', 'အောင်ကားပစွည်း', '7000.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (138, 258, '2020-02-24 17:40:00', 'Kumar', '90000.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (139, 259, '2020-02-25 18:21:00', 'Longway', '5880.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (140, 260, '2020-02-27 17:23:00', 'Mpt', '237250.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (141, 261, '2020-02-27 17:26:00', 'Telenor', '95800.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (142, 262, '2020-02-27 17:41:00', 'အန်တီဝင်း', '80000.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (143, 263, '2020-02-27 17:41:00', 'အောင်တောင်ကြီး', '166500.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (144, 263, '2020-02-27 17:41:00', 'အောင်တောင်ကြီး', '166500.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (145, 264, '2020-02-27 17:51:00', 'King oil', '153192.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (146, 264, '2020-02-27 17:51:00', 'King oil', '153192.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (147, 265, '2020-02-29 18:28:00', 'Telenor', '189800.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (148, 266, '2020-02-29 18:28:00', 'Longway', '2940.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (149, 267, '2020-03-02 17:33:00', 'Ooredoo', '96000.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (150, 268, '2020-03-02 18:06:00', 'Mg kyaw win', '61200.00', 0, '', '2', 1);
INSERT INTO `tec_topay` (`id`, `purchase_id`, `date`, `reference`, `amount`, `paid`, `note`, `created_by`, `store_id`) VALUES (151, 269, '2020-03-02 18:20:00', 'Mpt', '237250.00', 0, '', '2', 1);


#
# 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=229 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');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (128, 2, NULL, '103.73.237.204', 'owner', '2019-12-28 09:58:00');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (129, 2, NULL, '136.228.173.133', 'owner', '2019-12-29 10:44:44');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (130, 2, NULL, '103.73.236.126', 'owner', '2019-12-30 10:23:09');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (131, 2, NULL, '136.228.173.249', 'owner', '2019-12-31 09:54:55');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (132, 2, NULL, '103.73.237.65', 'owner', '2020-01-01 11:16:26');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (133, 2, NULL, '103.73.237.65', 'owner', '2020-01-01 15:41:03');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (134, 2, NULL, '103.73.236.103', 'owner', '2020-01-02 11:00:36');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (135, 2, NULL, '136.228.173.164', 'owner', '2020-01-03 09:19:04');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (136, 1, NULL, '65.18.115.17', 'admin', '2020-01-03 10:43:22');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (137, 2, NULL, '103.73.236.5', 'owner', '2020-01-06 10:38:38');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (138, 1, NULL, '103.85.105.226', 'admin', '2020-01-07 14:07:27');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (139, 2, NULL, '103.73.237.133', 'owner', '2020-01-07 15:45:35');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (140, 1, NULL, '103.85.105.226', 'admin', '2020-01-08 10:47:44');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (141, 2, NULL, '65.18.127.90', 'owner', '2020-01-08 12:23:30');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (142, 1, NULL, '103.85.105.226', 'admin', '2020-01-09 10:16:27');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (143, 2, NULL, '103.73.236.15', 'owner', '2020-01-09 11:49:36');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (144, 1, NULL, '103.85.105.226', 'admin', '2020-01-10 10:08:51');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (145, 2, NULL, '103.73.237.94', 'owner', '2020-01-10 15:20:28');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (146, 2, NULL, '65.18.127.91', 'owner', '2020-01-11 11:15:08');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (147, 2, NULL, '103.73.236.255', 'owner', '2020-01-12 16:03:03');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (148, 2, NULL, '69.160.29.3', 'owner', '2020-01-13 09:25:57');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (149, 1, NULL, '65.18.115.87', 'admin', '2020-01-13 10:58:27');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (150, 2, NULL, '136.228.173.179', 'owner', '2020-01-14 20:12:06');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (151, 2, NULL, '136.228.173.179', 'owner', '2020-01-15 10:33:31');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (152, 2, NULL, '65.18.120.1', 'owner', '2020-01-16 11:24:49');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (153, 1, NULL, '65.18.115.28', 'admin', '2020-01-16 14:34:31');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (154, 1, NULL, '65.18.115.7', 'admin', '2020-01-17 14:19:34');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (155, 2, NULL, '65.18.121.90', 'owner', '2020-01-17 15:55:56');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (156, 2, NULL, '136.228.173.10', 'owner', '2020-01-18 12:51:52');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (157, 2, NULL, '103.73.236.142', 'owner', '2020-01-21 18:18:29');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (158, 2, NULL, '103.73.237.57', 'owner', '2020-01-22 09:04:08');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (159, 2, NULL, '103.73.237.133', 'owner', '2020-01-22 18:40:12');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (160, 2, NULL, '103.73.237.198', 'owner', '2020-01-23 09:55:25');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (161, 1, NULL, '65.18.115.48', 'admin', '2020-01-23 17:19:07');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (162, 2, NULL, '103.73.236.207', 'owner', '2020-01-24 09:39:50');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (163, 1, NULL, '65.18.115.48', 'admin', '2020-01-24 10:36:06');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (164, 2, NULL, '103.73.236.207', 'owner', '2020-01-25 11:52:49');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (165, 1, NULL, '65.18.115.48', 'admin', '2020-01-25 17:03:14');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (166, 1, NULL, '65.18.115.48', 'admin', '2020-01-25 19:31:56');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (167, 3, NULL, '65.18.115.48', 'mayest', '2020-01-25 19:33:55');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (168, 1, NULL, '65.18.115.48', 'admin', '2020-01-25 19:40:24');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (169, 2, NULL, '136.228.173.229', 'owner', '2020-01-26 09:00:17');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (170, 1, NULL, '65.18.115.48', 'admin', '2020-01-26 10:46:33');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (171, 1, NULL, '65.18.115.48', 'admin', '2020-01-27 10:19:20');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (172, 1, NULL, '65.18.115.48', 'admin', '2020-01-27 17:21:32');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (173, 2, NULL, '136.228.173.214', 'owner', '2020-01-27 17:36:14');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (174, 2, NULL, '103.73.236.158', 'owner', '2020-01-28 10:28:22');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (175, 1, NULL, '69.160.28.236', 'admin', '2020-01-28 10:40:48');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (176, 1, NULL, '65.18.115.48', 'admin', '2020-01-28 11:56:50');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (177, 2, NULL, '65.18.122.2', 'owner', '2020-01-29 09:19:20');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (178, 1, NULL, '65.18.115.48', 'admin', '2020-01-29 10:20:56');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (179, 1, NULL, '65.18.115.48', 'admin', '2020-01-29 12:06:19');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (180, 1, NULL, '65.18.115.48', 'admin', '2020-01-30 09:51:33');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (181, 1, NULL, '65.18.115.48', 'admin', '2020-01-30 19:31:38');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (182, 2, NULL, '103.73.237.203', 'owner', '2020-01-31 10:02:24');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (183, 1, NULL, '65.18.115.48', 'admin', '2020-01-31 10:25:37');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (184, 2, NULL, '136.228.174.207', 'owner', '2020-01-31 11:02:56');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (185, 1, NULL, '65.18.115.48', 'admin', '2020-01-31 16:28:03');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (186, 3, NULL, '65.18.115.48', 'mayest', '2020-01-31 16:30:11');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (187, 1, NULL, '65.18.115.48', 'admin', '2020-01-31 16:31:00');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (188, 2, NULL, '103.73.237.75', 'owner', '2020-02-01 17:18:08');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (189, 2, NULL, '103.73.236.142', 'owner', '2020-02-02 17:42:03');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (190, 2, NULL, '103.73.236.81', 'owner', '2020-02-03 18:05:55');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (191, 1, NULL, '103.85.105.236', 'admin', '2020-02-03 20:50:12');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (192, 2, NULL, '136.228.173.121', 'owner', '2020-02-04 08:16:32');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (193, 2, NULL, '103.73.237.137', 'owner', '2020-02-06 10:20:05');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (194, 2, NULL, '103.73.237.137', 'owner', '2020-02-07 10:53:41');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (195, 2, NULL, '136.228.173.15', 'owner', '2020-02-08 08:26:30');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (196, 2, NULL, '136.228.173.231', 'owner', '2020-02-09 10:49:21');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (197, 1, NULL, '65.18.115.6', 'admin', '2020-02-10 10:35:12');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (198, 1, NULL, '65.18.115.6', 'admin', '2020-02-10 12:12:29');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (199, 2, NULL, '103.73.237.185', 'owner', '2020-02-10 14:30:53');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (200, 2, NULL, '136.228.173.82', 'owner', '2020-02-11 08:40:19');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (201, 2, NULL, '103.73.237.42', 'owner', '2020-02-13 17:51:45');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (202, 2, NULL, '103.73.237.21', 'owner', '2020-02-14 09:43:22');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (203, 2, NULL, '136.228.173.255', 'owner', '2020-02-15 10:24:40');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (204, 2, NULL, '136.228.173.252', 'owner', '2020-02-15 12:02:19');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (205, 2, NULL, '103.73.236.42', 'owner', '2020-02-17 18:32:25');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (206, 1, NULL, '65.18.115.94', 'admin', '2020-02-18 17:00:10');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (207, 2, NULL, '103.73.237.254', 'owner', '2020-02-18 17:07:03');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (208, 1, NULL, '65.18.115.94', 'admin', '2020-02-19 16:09:54');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (209, 2, NULL, '103.73.236.146', 'owner', '2020-02-20 10:23:11');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (210, 2, NULL, '136.228.173.202', 'owner', '2020-02-21 13:16:00');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (211, 1, NULL, '65.18.115.1', 'admin', '2020-02-21 16:33:52');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (212, 2, NULL, '136.228.173.78', 'owner', '2020-02-22 17:10:02');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (213, 2, NULL, '136.228.173.30', 'owner', '2020-02-23 15:45:39');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (214, 1, NULL, '65.18.115.30', 'admin', '2020-02-24 10:06:42');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (215, 2, NULL, '136.228.173.30', 'owner', '2020-02-24 10:45:50');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (216, 2, NULL, '136.228.173.30', 'owner', '2020-02-24 12:09:04');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (217, 2, NULL, '136.228.173.190', 'owner', '2020-02-24 17:14:00');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (218, 2, NULL, '136.228.173.30', 'owner', '2020-02-25 10:16:12');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (219, 2, NULL, '136.228.173.10', 'owner', '2020-02-25 17:55:54');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (220, 2, NULL, '136.228.173.124', 'owner', '2020-02-26 14:44:55');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (221, 2, NULL, '103.73.237.188', 'owner', '2020-02-27 17:45:31');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (222, 2, NULL, '103.73.236.160', 'owner', '2020-02-28 16:04:33');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (223, 2, NULL, '103.73.236.216', 'owner', '2020-02-29 18:50:41');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (224, 2, NULL, '136.228.173.32', 'owner', '2020-03-01 10:43:34');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (225, 2, NULL, '136.228.173.45', 'owner', '2020-03-02 17:57:35');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (226, 1, NULL, '65.18.115.73', 'admin', '2020-03-03 15:20:34');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (227, 2, NULL, '136.228.173.133', 'owner', '2020-03-03 17:57:05');
INSERT INTO `tec_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (228, 1, NULL, '65.18.115.73', 'admin', '2020-03-04 10:07:21');


#
# 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.73', '127.0.0.1', 'admin', 'd58bc6367c1c765e33041c3c250f0d47b2b890bd', NULL, 'info@koneloneshin.com', NULL, NULL, NULL, '17b6fc282140140bf02cf171e8877a560d1f4535', 1435204774, 1583291241, 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, '136.228.173.133', '::1', 'owner', 'f209b18797b74508c0fe1296165423e95fd9d965', NULL, 'tenbrother88@gmail.com', NULL, NULL, NULL, 'd2d0f880cf1bf4ca9742a92aaa9dea9dcfdfc7a9', 1572700176, 1583233025, 1, 'Store', 'Admin', NULL, '0912345678', '5230e22276089ac1acd1cd189e77daff.png', 'male', 2, 1);
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 (3, '65.18.115.48', '65.18.115.48', 'mayest', 'd58bc6367c1c765e33041c3c250f0d47b2b890bd', NULL, 'maytest@koneloneshin.com', NULL, NULL, NULL, '17b6fc282140140bf02cf171e8877a560d1f4535', 1579955564, 1580463011, 1, 'maytest', 'maytest', NULL, '09', NULL, 'male', 2, 1);


